1. UI - 조이스틱 UIManager에 추가 및 Scene에서 호출 방식 변경 2. UI - 경험치 바 앞에 레벨 아이콘 추가 3. 몬스터 죽었을때 경험치로 변경 4. 경험치 바와 레벨 아이콘 연동 Todo 1. 투사체 공격 만들기 2. 몬스터가 플레이어 쫓아오게 만들기 3. 몬스터를 카메라 외각에서 다량으로 생성하는 기능 추가하기 4. 몬스터가 캐릭터 공격시 체력 닳게 하기 5. 메뉴 UI 만들기 6. 레벨업시 획득 스킬 UI 만들기 7. 체력바 UI 만들기 8. 공격시 데미지 띄우는 UI 만들기
38546 lines
2.0 MiB
38546 lines
2.0 MiB
#include "pch-cpp.hpp"
|
|
|
|
|
|
|
|
|
|
|
|
struct VirtualActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct VirtualActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct VirtualActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct VirtualFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct VirtualFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <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);
|
|
}
|
|
};
|
|
|
|
struct Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53;
|
|
struct Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC;
|
|
struct Action_1_tE55F8AC1EEC45D0C976E56B2950D65EC814C06E6;
|
|
struct Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B;
|
|
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
|
|
struct Action_1_tEFD4B3570567C07AE1CC4A2D290987F4347F2F01;
|
|
struct Action_1_t05F6A7FC9FBB588EC4A828E23375838E340354CB;
|
|
struct Action_1_t66B514BE877E216616DEDD40416127189FE16FA3;
|
|
struct Action_2_tAC461AE4F7B507965CE2E6A32853473F8C02CD75;
|
|
struct Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88;
|
|
struct ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD;
|
|
struct ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D;
|
|
struct ContainerPropertyBag_1_t7A687D97ACA5423A9AC05DC8E627A6058BA75361;
|
|
struct ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785;
|
|
struct ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F;
|
|
struct ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D;
|
|
struct Dictionary_2_t232323BDF7857D243A4CCA18ADCF59272D0E4C23;
|
|
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
|
|
struct Dictionary_2_tC20B3D6AE4370C892734F670EF4D1FB9CE91F371;
|
|
struct Dictionary_2_t514396B90715EDD83BB0470C76C2F426F9381C71;
|
|
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
|
|
struct Dictionary_2_t834D336DF500618699E81CE51EB7F877BDC3656A;
|
|
struct Dictionary_2_tBCCCFBCAC02A3C03E3C84D75696D4860D7444A35;
|
|
struct Dictionary_2_tC7109E0D4CC32B9076EF5124C78F14DD5C5D2627;
|
|
struct Dictionary_2_tF0159087E88823BAC2B237F3220D70374B2FFFA4;
|
|
struct Dictionary_2_t6044119758CA2DB659D63EFDB18B2AE5AA7A34ED;
|
|
struct Dictionary_2_tEFC877D479F1D782E1C471AD1554756B5D101EFE;
|
|
struct Dictionary_2_t407D4E72DB0C2088902EA77439D8C63F67778403;
|
|
struct Dictionary_2_t526B00E7F632ED4CB37E1DB991D377DE6A93B799;
|
|
struct Dictionary_2_tF4FC9F551C599D4E771897BE7753BA32E4E24405;
|
|
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
|
|
struct Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00;
|
|
struct Dictionary_2_t41165BF747F041590086BE39A59BE164430A3CEF;
|
|
struct Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7;
|
|
struct Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8;
|
|
struct Dictionary_2_t93CDF0F4011A5A3024EB73A492F9512E3046EACB;
|
|
struct Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7;
|
|
struct Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574;
|
|
struct EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88;
|
|
struct EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B;
|
|
struct EventCallback_1_t15E400616AB56B841F72D09E503D6377E8366E07;
|
|
struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457;
|
|
struct Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2;
|
|
struct Func_2_tECC97CAACCC7CB873184FEF49E8343711EEF4768;
|
|
struct Func_3_tE3C94684D6DF31A003FECCCBC631507046C81ECE;
|
|
struct Func_3_tE1AD91FE372D9C6B31ABAC66ACBD90666BBFC8FE;
|
|
struct Func_3_tF91F11C8EF5A5C8DD5A27F8E9F7CDBDBE1568E5D;
|
|
struct Func_3_tDFA64C82C9094B93C30789ACB1E9C930394BBBC8;
|
|
struct Func_3_t694ADFBBF2CEA4DEF1F1F1F9B00D5DCAE200F97E;
|
|
struct Func_3_t79BD8B3734A7771622ADCD860FFC589C81C058FA;
|
|
struct Func_3_tAD7EE8FC165028B732FB7B83E71870F0B8E791E0;
|
|
struct Func_3_tE8F85DA3CAC4998201E5C56356280AFAB7185B69;
|
|
struct Func_3_tE7691622B78513E3899362D85121DB6D27F6DB10;
|
|
struct Func_3_t91DB6FD7FB36205E9CF7A442EB7A337299776A3D;
|
|
struct Func_3_t21FE404F1FF5BB9658AD8FC7A60BC71347B096BC;
|
|
struct Func_3_tA9AA477D8A5A68C7DC26AE4792295B80F920E61E;
|
|
struct Func_3_t6745994E8BE66E70CABFC83E108BB6BB52414502;
|
|
struct Func_3_tB92C805F866D2EB9A48A2CC06AAF77E333340E9F;
|
|
struct Func_3_t5853662BEAC371606CF3B0A970C0C364071786A6;
|
|
struct HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2;
|
|
struct HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A;
|
|
struct IEnumerable_1_t425CD92838B39BD29BCABB03EBC77BF6D3BA86F0;
|
|
struct IEnumerable_1_tCFE37A0579FAD8F7C4FE1C9B1CF1F926385BD2DA;
|
|
struct IEnumerable_1_tFF6333EF4E62C3D678BBD8D277CFC0CE36E49CF6;
|
|
struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44;
|
|
struct IEnumerable_1_t0BB33773BAD1888C9043D60F8CAC4EC0F6BAAFD8;
|
|
struct IEnumerable_1_t7BCB520B93E2321C3968BB4F6C74B9AF0518A176;
|
|
struct IEnumerable_1_tCEF1F6C69EA77DC2CEFABB0AC09506F177DC9164;
|
|
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
|
|
struct IEqualityComparer_1_t341DBC625B94A179D2F2C3E3CF45C76E281F4612;
|
|
struct IEqualityComparer_1_tF175EE4608832085A0EE2A97DAE545B83F097888;
|
|
struct IIndexedCollectionPropertyBagEnumerator_1_t78F6D3AB08F14C19C44C322F5404C02F8A02B18C;
|
|
struct IIndexedCollectionPropertyBagEnumerator_1_t75DE60E38407FBAB19BD3E5EC0247456173604AD;
|
|
struct IProperty_1_t5748AF96E7E4A2495F01FFC5D4E2C43F28BF5942;
|
|
struct IReadOnlyList_1_tB88F4C4B578156A7E1F88D89B8FF5B9614574451;
|
|
struct IStyleValue_1_t2004676E3D98B612AF7CA9E893EDD59796DE6467;
|
|
struct IStyleValue_1_t8B490ADFC5D70B85A55731E28D5BF48346D35C67;
|
|
struct IStyleValue_1_tF7520CB16DEFC1E8FC769A692FC67999FD6A95F2;
|
|
struct IStyleValue_1_t8D893C632667EED373AB7FCF2E64BF5DA4A5A82E;
|
|
struct IStyleValue_1_t8E602724F08CCD09684BFAB341CE20B029B90C61;
|
|
struct IStyleValue_1_t1774C3328C4606BECAC1D6AC39FE101AAD09A588;
|
|
struct IStyleValue_1_t9474BE7C0F6D788CAE098DA8C2A4C138D6FC5E3A;
|
|
struct IStyleValue_1_t759DE12491F28A1314E1391C054C0751E6F2AE5D;
|
|
struct IStyleValue_1_t108FCAA674CEF45D92E496EA3B258DD2D3BC2950;
|
|
struct IStyleValue_1_t16A5DC766A6291B26C6C37FE5183C62625136585;
|
|
struct IStyleValue_1_tE245E2034FAF975F9107DAA3D480DABD36D065DE;
|
|
struct IStyleValue_1_t60B64B8F2AABFE93E9F980903FA235A25EEE6AC2;
|
|
struct IStyleValue_1_t1DB43353EC06ED52600D61657BBD26EF81CE5B6D;
|
|
struct IStyleValue_1_tA3635C4407421A9C31ECDFD4F63804EE7D57AF43;
|
|
struct IStyleValue_1_t824116821CB88294640F85D02E205AC5F157F4FF;
|
|
struct IStyleValue_1_t75C345274538150C05DDA28E113AD0B691730A17;
|
|
struct KeyCollection_t6590A40DE59D769CD6E9E156FFE2BB153F1A7E29;
|
|
struct KeyCollection_t7C4D5109AFA642572467D1455E09003E4E2C3510;
|
|
struct KeyCollection_tAE1CD1CE327D07F072532A89E6854F2C33EB014A;
|
|
struct List_1_tC0D87214221D0C74B6611A02D556860215C9D468;
|
|
struct List_1_t395DB400634B381F180F661D6F23047177C54A41;
|
|
struct List_1_t7BA5B91B2D09CF4995809331967384256F2AF331;
|
|
struct List_1_tF76152DD2E8ECBBDCA4601A2A3447B9446CE8300;
|
|
struct List_1_t16DA1E4556BE26BAA012389984C488F718A27F01;
|
|
struct List_1_t1584037063F727A76376A58F0C13C86A2B1266EA;
|
|
struct List_1_t7DA16ED55ECE5C2E22D117843321AD6D6B020899;
|
|
struct List_1_tA5B249C5F6F4F2F3C06C487783D6D47DBF194C70;
|
|
struct List_1_tF9896BAC57953BF2BC32AA89D1FBAADE3B1B098D;
|
|
struct List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715;
|
|
struct List_1_t592DF2E59D6E244DA0041698383484A07C7E0480;
|
|
struct List_1_tFED0F30EE65D995591571D3CD2C10F22439CB317;
|
|
struct List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B;
|
|
struct List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE;
|
|
struct List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C;
|
|
struct List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B;
|
|
struct List_1_t96E9133B70FB6765E6B138E810D33E18901715DA;
|
|
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
|
|
struct List_1_t365205E6BE687FCF41975C16741DD9C303C1C269;
|
|
struct List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268;
|
|
struct List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F;
|
|
struct List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E;
|
|
struct List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4;
|
|
struct List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF;
|
|
struct List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344;
|
|
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A;
|
|
struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95;
|
|
struct List_1_t9DBFF1202B9CF140B233388CFB97CA59663D27D2;
|
|
struct List_1_t83F6318ECE580FCC83D7D8AB9A8841147CEF4C65;
|
|
struct List_1_t491E344573B9D6F61E36AF56132B7412453928C9;
|
|
struct ObjectPool_1_t7FDDBA964772905A89719355C6E4F07922AA0C78;
|
|
struct ObjectPool_1_t30C8F70D98C7F0227113800C031CF8E316BD7608;
|
|
struct PropertyBag_1_tE522EC0E4E4C916EBF192933D686DEFDD27B9474;
|
|
struct PropertyBag_1_t5010D9EE8ABC8F8EEE94BA55DDA0F6716950D2EE;
|
|
struct Property_2_tF2BB686D46189C2392C8FC06A6950CBE9B889524;
|
|
struct Property_2_tF5AAB0973A54C42D0EB4B3563526C4E050767674;
|
|
struct Property_2_t796E3BCB1C9BD4B9BF60CED9E6225504AF7C1535;
|
|
struct Property_2_t7F1860B0F407B68AA42D1550BA872EDEF66E3829;
|
|
struct Property_2_tF02A6085787C29611D567D6B97CCAF8975FC5402;
|
|
struct Property_2_tA469FC6BF6D4D9E289AF0AD996F3BAB81E17E35A;
|
|
struct Property_2_t40019768B7257107CF2B5225023A3CA2B9C7C0C6;
|
|
struct Property_2_t00E6E76E8E1109CD047F45B48B9F72840FC4DB8C;
|
|
struct Property_2_tEA988FCCA920380D554C21ACFDC02086DD1E64E7;
|
|
struct Property_2_t64A3B99E5DD9631D63E9CEDDC21F34A995B10FF3;
|
|
struct Property_2_tFD515E1DB9D294B88181DD785B0017942BA70339;
|
|
struct Property_2_tF9D0AB1B5BE3BD47AE426A0488CC50A71AA69EC3;
|
|
struct Property_2_t33B191F2432A0DDBEC70193F85D7259261A43C8B;
|
|
struct RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44;
|
|
struct RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1;
|
|
struct RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD;
|
|
struct RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D;
|
|
struct RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9;
|
|
struct RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A;
|
|
struct ResolvedEnumProperty_1_tEC1EAEA12CF75437F0F3D787EAF708126D2B1777;
|
|
struct ResolvedEnumProperty_1_t1CAE7B86B44D98FD83EDCD0A0C7D676FF03AFE4F;
|
|
struct ResolvedEnumProperty_1_t31C686696A710909118569F32E427FB99DCD67CE;
|
|
struct ResolvedEnumProperty_1_tCA8E3211A925D5AF92E1B3B9F4645C39529178F0;
|
|
struct ResolvedEnumProperty_1_t370D1A40A774D5A3D3D3695CB2717FE95B281364;
|
|
struct ResolvedEnumProperty_1_t37BA1124DAB0E70329C7796978A9A0157CF06185;
|
|
struct ResolvedEnumProperty_1_t3D2FC8A82DFFF2751424AF4E7CBFFC69B5AA8BEB;
|
|
struct ResolvedEnumProperty_1_tF09A732F4362C1DD080542B42A9E871F8B3A8269;
|
|
struct ResolvedEnumProperty_1_tF89EC0EA94E9B91A99635D8F1AC16A2B2B16509B;
|
|
struct ResolvedEnumProperty_1_t8EDDEE73081A4BB696B055B8ED3C7060960E28B5;
|
|
struct ResolvedEnumProperty_1_t42523106F8D8C22D2B0417EE874CEAE3CAFC214C;
|
|
struct ResolvedEnumProperty_1_t9D54384DBE8124CFC84B22425EFBE1E376F00B8D;
|
|
struct ResolvedEnumProperty_1_tA658B0167F6768872577C2574D98BD98650B9727;
|
|
struct ResolvedEnumProperty_1_t475B657F3678792876520A2B7F2252A7FBE28BC5;
|
|
struct ResolvedEnumProperty_1_t586AEEF48B0D0B334B44B60B7FDFFFD5308219C8;
|
|
struct ResolvedEnumProperty_1_t96005F9FB61815BB93070CC46D1B4788413801A9;
|
|
struct ResolvedListProperty_1_t7E97C89EC09C7F58E62296D92AC2AF2A40FFA4EC;
|
|
struct ResolvedListProperty_1_t948E9BB9592A8297426EBB92145FCB4CA963FC56;
|
|
struct ResolvedListProperty_1_t15868DDCAB70F2738895A705DA7F8BE23D1B4B85;
|
|
struct ResolvedStyleProperty_1_t6EA1CE0DD90C9F371729075C95E64FB454D68E5B;
|
|
struct ResolvedStyleProperty_1_tB204B9357DCA240DD86CBECD84DB6B2740126C5B;
|
|
struct ResolvedStyleProperty_1_t2C2EF94655E6FC0A3526F3462DA11828287DDC1E;
|
|
struct ResolvedStyleProperty_1_tDE523964803A7EAEFE6898322914EDB63BCC8CF6;
|
|
struct ResolvedStyleProperty_1_t34F88AE0418361E890AC90009C99610E5828A405;
|
|
struct ResolvedStyleProperty_1_tD76362AD3729488BDB66570A22FD4AA6F0CCF132;
|
|
struct ResolvedStyleProperty_1_t68D7F18D843069CF15D3E8600D2F8530C4EEFEBD;
|
|
struct ResolvedStyleProperty_1_tD91C3AC845F5697A12C112C1727EDDC29FB0C769;
|
|
struct ResolvedStyleProperty_1_t54C6F61292BFDDD67052B564E23968363587AD9A;
|
|
struct ResolvedStyleProperty_1_t41C4BF73D738CD6E27E0E858C3A3B4D666EA5498;
|
|
struct ResolvedStyleProperty_1_tD4ABF516F400C0DFEFAE71AF0B257EC1B81CF7A3;
|
|
struct ResolvedStyleProperty_1_tEC83E4B2A45499BD3AD70D4F23E08D3CC7C97348;
|
|
struct ResolvedStyleProperty_1_tA70DB60D6DFF3B448C1CE76EF2AB15DF9867B89D;
|
|
struct ResolvedStyleProperty_1_t6EBDC7EF648FE9FF0576E922AF886C5DF430F146;
|
|
struct ResolvedStyleProperty_1_t217F1860486EF84B82EB3EFDDA3D54594768DF28;
|
|
struct ResolvedStyleProperty_1_t76855958FFCE2F23F4562FD8CBC42966155E2F22;
|
|
struct ResolvedStyleProperty_1_t3FEA391500D9B213F80B946E891791A10EACA516;
|
|
struct ResolvedStyleProperty_1_tEC9109164478D8BCB70D26CFA00F16C191DEF322;
|
|
struct ResolvedStyleProperty_1_t7B42BF6DAF16991C70A42470FD52CA89A7A26BD7;
|
|
struct ResolvedStyleProperty_1_t20A66C00742165DE27840BFD69B40036E1191434;
|
|
struct ResolvedStyleProperty_1_tCC8EAC2A87E5D5FDBCE83B984DC4624D68FC5F97;
|
|
struct ResolvedStyleProperty_1_tDE6780C1D9DDB4002310E122143CEA69C3911968;
|
|
struct ResolvedStyleProperty_1_t5F78918229E14488BF827C2EF70F9E5EC4332A8A;
|
|
struct ResolvedStyleProperty_1_t82CD25C90A1C4A2BB925ED46736820D954533D64;
|
|
struct ResolvedStyleProperty_1_t80C0FD8EE9A8D4A43BF7B9836D9736EDA9C00CB9;
|
|
struct ResolvedStyleProperty_1_t978EB3C728AA9A723EEC2B53F660AEFDAFC683B9;
|
|
struct ResolvedStyleProperty_1_t6168EBF0BED176EE2C31F6A7DB2C9E1191A451A6;
|
|
struct ResolvedStyleProperty_1_t0C04DEDC84223DA1FE0593F347F9AE73A6417263;
|
|
struct ResolvedStyleProperty_1_t85EF4965DB3200C5FD14DFCEA8632B908553242E;
|
|
struct ResolvedStyleProperty_1_t813588A5571F0430482B38BE70929F40B921D36D;
|
|
struct ResolvedStyleProperty_1_t6C19759B1BF7FDE8B2D28A74B6F192F528A91F35;
|
|
struct ResolvedStyleProperty_1_t547122FBF0494E40903F774744805F21EA1DDE9F;
|
|
struct ResolvedStyleProperty_1_t7E1D3BE14CB7237A4BDB64476A492DE1CB2F2D1B;
|
|
struct TransitionEventsFrameState_tE3B03C5A4D3A9B62395A67012747638ADE7B8D2D;
|
|
struct TransitionEventsFrameState_t8D1B34EA9763728C729B75B283EA3617A2AAAE26;
|
|
struct TransitionEventsFrameState_tA862A530066AD4A670B4EF66F608E05B88893D02;
|
|
struct TransitionEventsFrameState_t06172E93807325DEB41B0A607DBEEAB0EC77BA5A;
|
|
struct TransitionEventsFrameState_tC1DACCA9274641DD267223338E7C026D4CF520AC;
|
|
struct TransitionEventsFrameState_t31FA216B798ED8FA3490C3CA515528DCA4F26A2C;
|
|
struct TransitionEventsFrameState_t2B8264420B693D76C74F99F305197870C62C10F4;
|
|
struct TransitionEventsFrameState_tC8FEB488506DC99B874A454BED371793598879E9;
|
|
struct TransitionEventsFrameState_tFBFEC4A6BE1900A8D6115CD438F3CCC15A0DBCE9;
|
|
struct TransitionEventsFrameState_t9DC16C7535A4271EA0FD763A64CD7CF84670EC64;
|
|
struct TransitionEventsFrameState_t25D5D3420391A40A0B978B0D5CA13F775283274E;
|
|
struct TransitionEventsFrameState_t864A52D0F7726A4F4C2C667BCB56E8A745F7340C;
|
|
struct TransitionEventsFrameState_t896507B4A758D8F131A06984765BA0F57C8939A2;
|
|
struct TransitionEventsFrameState_t7FB3FD474018D429F5F1EE705EF9ADA6F197EDEF;
|
|
struct TransitionEventsFrameState_t3F9A8EB2B33780D3F2037BFEED0A3C6A03B03FEC;
|
|
struct TypedUxmlAttributeDescription_1_t7ECE12D1C0C385835D77803906F54B792532FD39;
|
|
struct TypedUxmlAttributeDescription_1_tF8E164DB2A1FE613654370D348F4C3680DA42A03;
|
|
struct UxmlAssetAttributeDescription_1_t19813A19545657122CC16CB487E90F24165ECB13;
|
|
struct UxmlAssetAttributeDescription_1_t439A790E395F97D948F0660D428ABBEABAA248C9;
|
|
struct UxmlEnumAttributeDescription_1_t3735F5ADC360FC4636F222E8B1F27F9E70DAEF4F;
|
|
struct UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3;
|
|
struct UxmlEnumAttributeDescription_1_tBBB2CDD127ABE7FAC6ED7B5CA5A3911FF0AF7CE4;
|
|
struct UxmlFactory_2_tA5B21BD283B57202633CBFD2ABB84CE9AD987DF2;
|
|
struct UxmlFactory_2_t8B529BB33B158D8CF1298056F781DA2F04D7194F;
|
|
struct ValueCollection_tEB967E9377461148490921DD9E17064EADC05E19;
|
|
struct ValueCollection_t174015ACA35495B64C85AA1548AB9AF993DA34C8;
|
|
struct ValueCollection_t04D5F77EBC72D81BB7FE7199D6C9DC65DEB60064;
|
|
struct ValuesDiscrete_1_t63B8F92F4DAABF488DAEF85235D684338A5BF983;
|
|
struct ValuesDiscrete_1_t3FE71D851C5B6AD9E518846FD0AE377C4FD977C8;
|
|
struct ValuesDiscrete_1_tEEAF52293B68D5800CAC73A14E2C3B3B02E6C2B1;
|
|
struct ValuesDiscrete_1_t4F71D7F3AB37E2CB950D16B6B6E29830A378EB08;
|
|
struct ValuesDiscrete_1_t7E99F13B947129354031274B76C3B094031D33E7;
|
|
struct Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F;
|
|
struct Values_1_tF3ABACD3AB0725B73E28DB34A5F62F325AF44787;
|
|
struct Values_1_tC8973EFAC1DFC45F05F52699DA8672D0263967F0;
|
|
struct Values_1_t536A63EF1ED92A7E6973B242522CFE390BA29FDC;
|
|
struct Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0;
|
|
struct Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E;
|
|
struct Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7;
|
|
struct Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5;
|
|
struct Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6;
|
|
struct Values_1_t34227637D0C93F730700DFD895768AF8F8C7FF8D;
|
|
struct Values_1_t1B84258FDB622ABECA26BA9E2E8F638E1B6B213F;
|
|
struct Values_1_tD710D214E4D407A033AE57CE091D4C4FBB293714;
|
|
struct Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1;
|
|
struct Values_1_tFB112CD52331C038F6B928FEAFAB19A06FD2F62C;
|
|
struct Values_1_t4B3725FE6B9D8A60439FC42ABC27E2FAE91ACBA5;
|
|
struct Values_1_tF515CA326AF84CBBA1A40F1C76BC6D39AA409215;
|
|
struct VisualElementScheduledItem_1_tD42FE7CC16EA5F72781C077AE67929525F5AA1FE;
|
|
struct VisualElementScheduledItem_1_tB9293D05735488F1E23398BDE122644C9C7EB6BB;
|
|
struct VisualElementScheduledItem_1_tBBBFD9E425D8A2ECE1C614FC867E3D3127B37509;
|
|
struct Dictionary_2U5BU5D_t8D6AC1901F24F556E57DD31832FD521C0201E655;
|
|
struct EmptyDataU5BU5D_t4FC6419C796BBADFEC77D9CB97A3FB7B1C6D5CB8;
|
|
struct EmptyDataU5BU5D_t04C37E9E4610BD5AD506FBF44A70B67094BD830F;
|
|
struct EmptyDataU5BU5D_t63540E68D710CD687031247DE830B4C69D2F59B9;
|
|
struct EmptyDataU5BU5D_t3F3762ED9652745B824B4299071508F47EFF287C;
|
|
struct EmptyDataU5BU5D_tDFE3104887D7AEB406BC646123D7C8AA698EB58A;
|
|
struct EmptyDataU5BU5D_t024015F2FF2FC69854D9FD05CE50190B4B1F3A64;
|
|
struct EmptyDataU5BU5D_t568C72D6625FA05F854FF86F02910C531D98B72E;
|
|
struct EmptyDataU5BU5D_t920355EC41DECEE4E1D5688CEA971923802FC9A3;
|
|
struct EmptyDataU5BU5D_tE2C14BF5968870FDDD993014F93FDE3FC5572837;
|
|
struct EmptyDataU5BU5D_t4EA7859B72A26B20006E0BD02EC63611C4C71485;
|
|
struct EmptyDataU5BU5D_tF2D26ADE6FCC1E97FB2FFC1DC56D63F08E711A3C;
|
|
struct EmptyDataU5BU5D_t60D6EDC5438323017497721F3A8E4A0376F2B741;
|
|
struct EmptyDataU5BU5D_t8EE2FFAAC9B7C301CF4690109183A2EFDFC5A20F;
|
|
struct EmptyDataU5BU5D_tB3A736D4DE7E747B7C1B6CA7B36EB41FA6207653;
|
|
struct EmptyDataU5BU5D_tFD0240910F0FF75CC94A141EDE346043BD9C179C;
|
|
struct EntryU5BU5D_tB643B070799A9C01197291F092F3769E7F987F53;
|
|
struct EntryU5BU5D_tAB6DD8643F354E2C224351F29FE2B06BCD836645;
|
|
struct EntryU5BU5D_t524C33EA8D08013B8734724ABCA925485CF3B799;
|
|
struct IProperty_1U5BU5D_tB739BF28E64B96F27C74A229314D9E0483295FB4;
|
|
struct StyleDataU5BU5D_tF87CDE51588E78D4C87C144731581FB5284776E0;
|
|
struct StyleDataU5BU5D_tD9E457626AC4613246F0BBE7C5F1B5EF6A50D30C;
|
|
struct StyleDataU5BU5D_tF10AF159C83CE1BB3C0FB659415EF842A5BCD2A4;
|
|
struct StyleDataU5BU5D_t476DE2D30E9F5739AE2B3D5330A62F94D78E369C;
|
|
struct StyleDataU5BU5D_t73BFD33363F897414B879236BE0A0DCA6962B9AB;
|
|
struct StyleDataU5BU5D_t2EA8BFBB228BC22ECF5964A1BCC0289725FB4389;
|
|
struct StyleDataU5BU5D_tD406BDE6B313334D7A7241DDEA636226CC9C0043;
|
|
struct StyleDataU5BU5D_tDA10AD1016A9574B39F73BE1DBE2E3A55720EAA9;
|
|
struct StyleDataU5BU5D_t8ACFC9D6C572747CB5326B98E34DEE3AC989D876;
|
|
struct StyleDataU5BU5D_tBB18CE54D6B9B54229E01AFF7CCB44B8305F2386;
|
|
struct StyleDataU5BU5D_t988DBB7FAB3D7D4E114C94A5CF2E305E3FFB2A7F;
|
|
struct StyleDataU5BU5D_t73D276E94B9F65AFF0A22B0D465D05D5E9438F5E;
|
|
struct StyleDataU5BU5D_t597C3C3BF0BFFC87AB6037E85E0829D999602263;
|
|
struct StyleDataU5BU5D_tDCCCED3D71A0A84CDB77E5222463121D4EB611CC;
|
|
struct StyleDataU5BU5D_tAD21796096D8CBCE199118430F1C659AA1DFB822;
|
|
struct TimingDataU5BU5D_t0DDECCB612303E94B577E5978AB4B36B5192AFB1;
|
|
struct TimingDataU5BU5D_tB59614EDFD456A9D0C50D5E4B6DFAEF1C9B0606E;
|
|
struct TimingDataU5BU5D_t891187B5D88D530DCF2E0A53C69E65CDF57E19F7;
|
|
struct TimingDataU5BU5D_t2FDC971B8F0CD2A0D51BB21D5952408FFDBFCBEA;
|
|
struct TimingDataU5BU5D_t03C8C38B8DBF52B9A23FB2B77BEC41E63D4A3994;
|
|
struct TimingDataU5BU5D_t7D21FA13314B030338650732321EC6B9E93FF0F6;
|
|
struct TimingDataU5BU5D_t45DAD27FEA03547B7581715461816FA37E7EC651;
|
|
struct TimingDataU5BU5D_t9253C6811381B1932706D115D067841C7175C077;
|
|
struct TimingDataU5BU5D_tA5BE0E019AB587A0072682D5535D2295EC6F04B9;
|
|
struct TimingDataU5BU5D_tE963FB40D15F6761CC687300F7A3EFCD58A8505A;
|
|
struct TimingDataU5BU5D_t0BCD78985159E6EF1D974E34B209EDE880E06269;
|
|
struct TimingDataU5BU5D_t370B0476A79A76456F04BA6664A963CC579E9CD0;
|
|
struct TimingDataU5BU5D_tE92E1403336542C4CF4B76824A22545D0EB14E14;
|
|
struct TimingDataU5BU5D_t1C0E9B6D937D57C27438BFA33BC2DB905EE4973E;
|
|
struct TimingDataU5BU5D_t634CA6261A1EDA23867D38722881D8D9610065E3;
|
|
struct BackgroundU5BU5D_t29762095DD694E79A85A59135735FF02E54C4B46;
|
|
struct BackgroundPositionU5BU5D_t3A9A1E8B7AC3D805C5B076C9A84B5156D7201E9C;
|
|
struct BackgroundRepeatU5BU5D_t6B8E9E75430914546B34BCF9BA2980B9856C0E8A;
|
|
struct BackgroundSizeU5BU5D_t248A7E088E1CDED6F93FD775DA7DC827CC78A4E6;
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389;
|
|
struct ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct DimensionU5BU5D_t1EE1B3F9368D444E779CAB3E1CBD9959F8762F4B;
|
|
struct EasingFunctionU5BU5D_t3EEBBFFAD92EA74C3960D5F78D2A98BCEEA62E49;
|
|
struct FontU5BU5D_t418554EC037A82050D1E53593D5B2A8C395054F3;
|
|
struct FontDefinitionU5BU5D_t31BDC3E2D72918B36F815F95F7CBA1F057E3DA39;
|
|
struct FontWeightPairU5BU5D_t76E8DB55C81EEBEFA2E6D1D3E3B3EA1FB4C4954F;
|
|
struct GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C;
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
struct LengthU5BU5D_t6E92E14664BA86924824C32A0BBE10AEC53C7FAE;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct ObjectU5BU5D_tD4BF1BEC72A31DF6611C0B8FA3112AF128FC3F8A;
|
|
struct PropertyPathPartU5BU5D_t7994D542F14DDDDEABB1792C335C20149399AEBB;
|
|
struct RotateU5BU5D_tD482C518713DEC5763C34C827A9B6DB565776772;
|
|
struct ScalableImageU5BU5D_t8C989174900062AED19A057FDCF0529F8C594A52;
|
|
struct ScaleU5BU5D_tE608175710457D7343DD849244BF59B58157F0EF;
|
|
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct StyleComplexSelectorU5BU5D_tF7B5239DE9BF477DECF97EFBA7CB1D71C45DB857;
|
|
struct StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359;
|
|
struct StylePropertyNameU5BU5D_t531626CF806E3F3D348D1F38A9109767014C35F8;
|
|
struct StyleRuleU5BU5D_t7897A39D88CA043B2BFB5B28C53B41564EBA3AF3;
|
|
struct StyleValueU5BU5D_t544D1F13B44DC23CA765A18E32B7779768FDF0C8;
|
|
struct TextShadowU5BU5D_tF37C87EBD3D8745BEDABCE2EA499DE16C15B5D8C;
|
|
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191;
|
|
struct TimeValueU5BU5D_t3EB79C5975D39A0E711250FD8A9547F5312746DE;
|
|
struct TransformOriginU5BU5D_t0BDBC9C8F1888009152284DC2903B3C289F826DA;
|
|
struct TranslateU5BU5D_t9199DFD72A8EC5FA4C33D75E5F85242F9F97E358;
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
struct VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4;
|
|
struct VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF;
|
|
struct ValuesU5BU5D_t5332999C48416329B2A447FCD8C71113DDB459EA;
|
|
struct ImportStructU5BU5D_t42D231FD5BB4B620965D7BED87D56D531B4C7AE9;
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
|
|
struct AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC;
|
|
struct AttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28;
|
|
struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8;
|
|
struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303;
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
|
|
struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4;
|
|
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
|
|
struct ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B;
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
|
|
struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82;
|
|
struct DataBindingManager_tE7B33E64EBBDCAB0A89B6A8421529F9BA0D066E1;
|
|
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
|
|
struct Delegate_t;
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
struct DetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496;
|
|
struct ElementUnderPointer_tB43AD64F79C6F06829D8B90318AF1A6BBE9C1904;
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
|
|
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB;
|
|
struct EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85;
|
|
struct EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398;
|
|
struct FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A;
|
|
struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0;
|
|
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6;
|
|
struct FontAsset_t61A6446D934E582651044E33D250EA8D306AB958;
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C;
|
|
struct FontFeatureTable_t992E0493CD7E9D7834DF204E0198237F0D25B3B7;
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
|
|
struct GetViewDataDictionary_tF745E6CC7E18A67630A2B294F0BBFB27C6E57638;
|
|
struct HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705;
|
|
struct ICursorManager_t78B026DED2559C62810B21C54C5F882457073A8B;
|
|
struct IDebugPanelChangeReceiver_t8300985E86E68D6E973C22F5CF9104AA45C9E3F2;
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
struct IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3;
|
|
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
|
|
struct IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26;
|
|
struct IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5;
|
|
struct IPanelRenderer_tEB4A39BEC71B3B49302393D8DAFF7599E7F9ED9E;
|
|
struct IStylePropertyAnimationSystem_t120D77C8BFB230CA7DBF45D3FB1F5AFBA0504DE2;
|
|
struct IStylePropertyAnimations_tB90A36DDFC6923EE285E54A51D9B78316CE06764;
|
|
struct IUxmlAttributes_t9B6679F04874117C59014DE49C35B1841F9A1DDE;
|
|
struct IVisualElementScheduledItem_t309F1A5445514122A9E3F64182D0D8A4DE34C48F;
|
|
struct InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165;
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
|
|
struct LoadResourceFunction_tA999A2DDCB9CDCF68E4274A58336A39ABB7AF850;
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
struct MethodInfo_t;
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
|
struct PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC;
|
|
struct PathRef_t76F7677792A14AF9D6A6EAB7F08C1A3DC2B27A55;
|
|
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772;
|
|
struct RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2;
|
|
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27;
|
|
struct RepaintData_t90534752135661579EC254884F550545D001B5EA;
|
|
struct ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45;
|
|
struct ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232;
|
|
struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7;
|
|
struct RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346;
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
struct SavePersistentViewData_tFE77B8450170D95B16B3017D62F81F2139D4F716;
|
|
struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7;
|
|
struct ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0;
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A;
|
|
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99;
|
|
struct String_t;
|
|
struct StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD;
|
|
struct StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718;
|
|
struct StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428;
|
|
struct StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377;
|
|
struct StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527;
|
|
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
|
|
struct TimeMsFunction_t1893856976EB95CF5608ACC3642AD8B79994CA2B;
|
|
struct TimerEventScheduler_tAF33EE8B1C54425235E4893B0C5088629FBE7862;
|
|
struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E;
|
|
struct Type_t;
|
|
struct UIElementsBridge_tC28FCEDF493CD746D1973AB27BA2CBA393EB4BA8;
|
|
struct UxmlAttributeDescription_t742D021489DB2B564142146CAAAC3F9191825EF2;
|
|
struct UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE;
|
|
struct UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4;
|
|
struct UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF;
|
|
struct UxmlTraits_t3311A2EDB0705584A614B5511216DAD5279C4160;
|
|
struct UxmlTypeRestriction_t2C4CE1ED76502CDF80010880E058AF0582910A92;
|
|
struct VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC;
|
|
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115;
|
|
struct VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB;
|
|
struct VisualTreeUpdater_tFDE7D9F9A146A26B2ED69565B7BD142B416AB9C9;
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
struct FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1;
|
|
struct Data_t43E3238277579E631EA4E8016E61966D79F5B62E;
|
|
struct PropertyBag_tC55668BA2C3213E527CB5B6B2C3FA3BC814246F6;
|
|
struct AlignContentProperty_tDC7EDA0C7ADB58C9D1A8E8201701449481978B84;
|
|
struct AlignItemsProperty_t4FF88724741A1A7502D9378FBCFCF2F75ABB7CA2;
|
|
struct AlignSelfProperty_tCC77B2FDEC0D968E1C6E33E20ECF23337F4D8769;
|
|
struct BackgroundColorProperty_t8B54BB8ACD52A6494BFC0904DE138F4A03259C92;
|
|
struct BackgroundImageProperty_t45D7426C598C2CF15F2AD91DA5D37156826C7390;
|
|
struct BackgroundPositionXProperty_t365056335C81792A5CA82D792236AB7D37FEAE61;
|
|
struct BackgroundPositionYProperty_t259C94E143FE92A7F1DA0BD1D8D0A908C7E82A69;
|
|
struct BackgroundRepeatProperty_t1004CA4ACB5CF4FB895A6C5C98B5296C09E6F376;
|
|
struct BackgroundSizeProperty_t99EB9E68A3793B12B8C6EB9944A6187D950B5825;
|
|
struct BorderBottomColorProperty_t1DB1E9B060459615145CB994F3266945EE2A92EB;
|
|
struct BorderBottomLeftRadiusProperty_tC734867CF22875CBF2F2B13EBEA52BBBE6D8246D;
|
|
struct BorderBottomRightRadiusProperty_t87303883918B664CE5294C8EC61685B2AC0EFAA5;
|
|
struct BorderBottomWidthProperty_tE1AFF2D1CE0E8B2BEF498BCE6F60A618268FC31A;
|
|
struct BorderLeftColorProperty_tE2A1416D03CD2F722A7EFC705E4C3D3B8EC3D592;
|
|
struct BorderLeftWidthProperty_t81FAF118F7DD59E52D374AFF983CA7934BC57A1E;
|
|
struct BorderRightColorProperty_t4008AEC7B7E420AD32E35DC5560F509FE4FB5CA8;
|
|
struct BorderRightWidthProperty_t1A8405C0137E2745F87B3B9F31E970E726CA31AB;
|
|
struct BorderTopColorProperty_tA8DD92BDCE7BA5C9A43A6DBCE42126E16EFB987C;
|
|
struct BorderTopLeftRadiusProperty_tC74A5C378B04E653471D06FCB53C33DC9EEDEBAC;
|
|
struct BorderTopRightRadiusProperty_t66FE3C9A3689A6A921D849F2C27221BB6FB4B6A2;
|
|
struct BorderTopWidthProperty_t2330D49388D3D9506716EBE3C752017608179346;
|
|
struct BottomProperty_tD8D8F8CC82FC6FF0DACBF4EC12516AF9570F2394;
|
|
struct ColorProperty_t226EC7E112327E189EC0B88A75BDD979E625087A;
|
|
struct DisplayProperty_tCE6D1E5659E1FC60641F9522D632BC6D15BC03BC;
|
|
struct FlexBasisProperty_t274E7535C2EF8612AC06C6AF70CF14B15541127F;
|
|
struct FlexDirectionProperty_t3C7CCF86BA8F276C9D7B800D87C8E75208E92C51;
|
|
struct FlexGrowProperty_t6A377D0663306554E365548E493129E7760B06A0;
|
|
struct FlexShrinkProperty_tC0BBC93757378BF0DD18AAD7A4EB3AEEFB93CB22;
|
|
struct FlexWrapProperty_tA9AAD249C5C8DBDAFBD3F7B027FD58A1CFD25AB0;
|
|
struct FontSizeProperty_tA8DBD13D37B353FD2E63FC7882ECD7C1C011DFF5;
|
|
struct HeightProperty_t16ED2BEA1F1E8AD7C6658672158875D725DF6F69;
|
|
struct JustifyContentProperty_tAE4FDE1EDCAD8EA0E58A19F97B95DE4C2467DEAC;
|
|
struct LeftProperty_t0738CF32A61378D7777756A03DA871029C807F69;
|
|
struct LetterSpacingProperty_tE585B9F719007125786412F164078DF65C30979B;
|
|
struct MarginBottomProperty_tB4DDEADF9022703FD973AD0CA38BFAB0441D4C70;
|
|
struct MarginLeftProperty_t40AF1AB97B99176FB3C3472821CA1E4A30A78F46;
|
|
struct MarginRightProperty_tC5B3D1FED740DD4B23CCC3C43FC5EA2F7B311FE0;
|
|
struct MarginTopProperty_tDACD08E501E526116D5C9078BBD54E01DA502354;
|
|
struct MaxHeightProperty_tC1A9275B36F6971F55C0A2793905DB26F5D44C73;
|
|
struct MaxWidthProperty_t3BDC6D70494A8B0E0AD2B13C5ADE9F40D3186C47;
|
|
struct MinHeightProperty_tB5F88011789586CE570D6DB2BA2BD401560C499E;
|
|
struct MinWidthProperty_t91ABDD98F319AF76873AB91425139F5794570A6F;
|
|
struct OpacityProperty_t5E8A2E423916B410A184234CE294F467F7896F1E;
|
|
struct PaddingBottomProperty_t822BBAD86ED0975C6E71BB917E469BC3DE0E0044;
|
|
struct PaddingLeftProperty_t484C5908100271E1B4CA508B552671E194AB4AFD;
|
|
struct PaddingRightProperty_t86A3EC5903DBA7AF9AAF6ECD4FC264178EF90DDC;
|
|
struct PaddingTopProperty_t6F57D50306CF1E93B3FBDA7E809FBC5FDE59FAFF;
|
|
struct PositionProperty_t2F48F1F2F13E29ADA8396AB5D1125495A4F91D26;
|
|
struct ResolvedBackgroundPositionProperty_tD7971FDDC40F13147C316DB2259C7DCF1192424A;
|
|
struct ResolvedBackgroundProperty_tC37201985BA428D011EFE4E67C5D6B82820681E7;
|
|
struct ResolvedBackgroundRepeatProperty_t903245579761F444A304E012E97830A62C05825F;
|
|
struct ResolvedBackgroundSizeProperty_t12FE0AB9BF3A71C81E30703B29A32ABB3E29BF14;
|
|
struct ResolvedColorProperty_t2453A350120AD05D803172A379AA0C7FCA4C5736;
|
|
struct ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676;
|
|
struct ResolvedFontDefinitionProperty_t888699E9ACFED8513BE81AD69AFE028B98AE7CB7;
|
|
struct ResolvedFontProperty_t532D4A127ED129112787DE2102B4A668B6DF9B2F;
|
|
struct ResolvedIntProperty_t341D8C60203857DA0DF39B3AD7325C39607F6BCB;
|
|
struct ResolvedRotateProperty_t37301A9A87617FB13D8E8CDAA857F4CA111ABC4C;
|
|
struct ResolvedScaleProperty_t3D70A6B30FC4A6617FF36F57B31E92279D72258D;
|
|
struct ResolvedStyleFloatProperty_t7CCD9397640F97C7C1274E2EF500D2FEB3D459A4;
|
|
struct ResolvedVector3Property_tEBBEE9894722B1B603FF188B590E383B96ABEAB0;
|
|
struct RightProperty_tF63616820820FB43026CEE738A2C2E67F547BE4A;
|
|
struct RotateProperty_t9FDA4BCE1BE9C235ADFB76219920EF57195F4CE6;
|
|
struct ScaleProperty_t68B7FF5944EECC95825AA0EEEAEAABE5B9989254;
|
|
struct TextOverflowProperty_t35F6422C37CA3F478C7FFADEA15B40A969F2EF9D;
|
|
struct TopProperty_t556A822B7601DB6221B078C86AAB47133D136FE5;
|
|
struct TransformOriginProperty_t1A75FBA79F548B2574D182467727E5C8E4B7BBC4;
|
|
struct TransitionDelayProperty_t2C68A8E623DC91056B02B9678500D4BCAD1C60B2;
|
|
struct TransitionDurationProperty_t53ED42E6FFB95F58F849A52807D26EDB89CBBE9A;
|
|
struct TransitionPropertyProperty_t876CEFA56CFB0698B32AC2B777A261D3F8D564FF;
|
|
struct TransitionTimingFunctionProperty_tDA4C9510C59278F9DFD88F7E507E047C3F93A63C;
|
|
struct TranslateProperty_t728ED324FC030F5EF6D0453F9418C441A875C166;
|
|
struct UnityBackgroundImageTintColorProperty_t7E0533BAA41E34EB363D02B5B99BFC5EC4076EDE;
|
|
struct UnityEditorTextRenderingModeProperty_tEBABE6D1C1BC55260D5F6972FFB105FC8A4560B4;
|
|
struct UnityFontDefinitionProperty_t3CFA60D075E3F844EA393E0109A45FEDB3B5CC99;
|
|
struct UnityFontProperty_tD5B207ECCA7F67B873A831F30B08F1DD1048D6A5;
|
|
struct UnityFontStyleAndWeightProperty_tDAD9210ECD300F837EDE11CDD8CACBCBD54E64FB;
|
|
struct UnityParagraphSpacingProperty_tAB60C83D8E32172676526ACCCF29467F49D8FF0E;
|
|
struct UnitySliceBottomProperty_t84D4D36CE90A03A2224FECAF305200B86849A728;
|
|
struct UnitySliceLeftProperty_tA567F6930532E00BE0FD6E86AAB051E09A81A17C;
|
|
struct UnitySliceRightProperty_tC6C975D7D30C464B7A70DA1B87C88925F9CEECAA;
|
|
struct UnitySliceScaleProperty_t2423A5003266EB8BDB172810225C25C4BF14793D;
|
|
struct UnitySliceTopProperty_tE1C11E5ECA09EB0938FEF30D29F6551645E7B98B;
|
|
struct UnitySliceTypeProperty_tF358DAC5BF6235BBA41D890ABC15C68D33F3B1D3;
|
|
struct UnityTextAlignProperty_t8F0AA4D0F18BDCF253026EB6E443715C12F09CF0;
|
|
struct UnityTextGeneratorProperty_t40618FD414337B5D7B15C350B09FD15353A99177;
|
|
struct UnityTextOutlineColorProperty_tB0239433B5DBF68215230EAB5D49C4CF70544376;
|
|
struct UnityTextOutlineWidthProperty_t3C4337C7CDABBD3A966F521BF546AE94042EE907;
|
|
struct UnityTextOverflowPositionProperty_t339E8B76161BA0671F50A880739F1CD125B12345;
|
|
struct VisibilityProperty_t8F27E940551B8B33214EDB53F6C0E788B52D86A4;
|
|
struct WhiteSpaceProperty_t39E26F246EA0025FFCEDC99843B4F308D40E7977;
|
|
struct WidthProperty_t61C52BAC15F5F0B6A5152A1998DB484CDE086F76;
|
|
struct WordSpacingProperty_t49A236A8B1F290F32528B71998BDF4A6132EBDD1;
|
|
struct PropertyBag_tA8FAEDC4A71A3EDCF2B14BEB28E428C05EEB5BAB;
|
|
struct PropertyBag_t9851114FABA260E8077852A38DD321651C8F569D;
|
|
struct Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24;
|
|
struct ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34;
|
|
struct ValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F;
|
|
struct ValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0;
|
|
struct ValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B;
|
|
struct ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904;
|
|
struct ValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A;
|
|
struct ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2;
|
|
struct ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4;
|
|
struct ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7;
|
|
struct ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367;
|
|
struct ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915;
|
|
struct ValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63;
|
|
struct ValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A;
|
|
struct ValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C;
|
|
struct ValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F;
|
|
struct ValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B;
|
|
struct PropertyBag_tEFC14519E905E92DD021AD1B29E61D06955175B3;
|
|
struct PropertyBag_tF2F4E5FE301BA4B40B92A6AD9D97A8CB6015F5C1;
|
|
struct PropertyBag_tB6AE851531B44CE2EEE6F59CC0A1C0D43C72E885;
|
|
struct U3CU3Ec__DisplayClass533_0_tCC18204FC6E78036B9E0CF8F1C2B4E56B5870CFF;
|
|
struct BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A;
|
|
struct CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1;
|
|
struct SimpleScheduledItem_t6BED951E3F0A3DFA5A48892825E119F166F4E186;
|
|
struct TimerStateScheduledItem_tA96A0EB2212209318FC2B094995CE1989204C1D1;
|
|
struct TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A;
|
|
struct UxmlFactory_t9EA8AA3760D36CB424435C9FEE3A253C597E4172;
|
|
struct UxmlTraits_t45D4AB9B0148A110826C5201495FF23814A12E4B;
|
|
struct UnitProperty_t944726EAB299AEF7DACA29ADCF141D2856BA075D;
|
|
struct ValueProperty_t574609221ABE1D7C80C5F3A747676373C1456657;
|
|
struct AngleProperty_t98D87DDE98FD95DEC72D60084795ED4E71FFB315;
|
|
struct AxisProperty_tC48E0509BD6DD909206F5EA5CCAF067751D9D7E9;
|
|
struct ValueProperty_tDD022465518FC9D3A4E64863CED752F650C90A8C;
|
|
struct EqualityComparer_tAB3DE3EC03DA9EBCBCD97B14F40C00DE8294A30A;
|
|
struct UnitProperty_t091AE38CF42A33E8C4A7E54FFE8765C2CBB1658A;
|
|
struct ValueProperty_tDC4606571BD4DD37CFACB0C5C811B99542225D34;
|
|
struct XProperty_t8C6A588288145011F51684F36BC8E75D76562DCF;
|
|
struct YProperty_t8336BB92AFEFEA6FA7A3514208F6225A2A55C53D;
|
|
struct ZProperty_tE3CC595BEA6E836D92F5B2021E9D877C76BD107B;
|
|
struct XProperty_tEEE97D7377FEDBE4A64E34C9A16C976DD534DBC3;
|
|
struct YProperty_tEF56661642FAC9D02BB25B0F24194D90696D0534;
|
|
struct ZProperty_tFEFF4840B2A841B1E01DC41D99CA65C568D6592C;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* AlignContentProperty_tDC7EDA0C7ADB58C9D1A8E8201701449481978B84_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AlignItemsProperty_t4FF88724741A1A7502D9378FBCFCF2F75ABB7CA2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AlignSelfProperty_tCC77B2FDEC0D968E1C6E33E20ECF23337F4D8769_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AngleProperty_t98D87DDE98FD95DEC72D60084795ED4E71FFB315_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Assert_tDC16963451AC4364803739B73A4477ADCB365863_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AxisProperty_tC48E0509BD6DD909206F5EA5CCAF067751D9D7E9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BackgroundColorProperty_t8B54BB8ACD52A6494BFC0904DE138F4A03259C92_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BackgroundImageProperty_t45D7426C598C2CF15F2AD91DA5D37156826C7390_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BackgroundPositionXProperty_t365056335C81792A5CA82D792236AB7D37FEAE61_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BackgroundPositionYProperty_t259C94E143FE92A7F1DA0BD1D8D0A908C7E82A69_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BackgroundRepeatProperty_t1004CA4ACB5CF4FB895A6C5C98B5296C09E6F376_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BackgroundSizeProperty_t99EB9E68A3793B12B8C6EB9944A6187D950B5825_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BorderBottomColorProperty_t1DB1E9B060459615145CB994F3266945EE2A92EB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BorderBottomLeftRadiusProperty_tC734867CF22875CBF2F2B13EBEA52BBBE6D8246D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BorderBottomRightRadiusProperty_t87303883918B664CE5294C8EC61685B2AC0EFAA5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BorderBottomWidthProperty_tE1AFF2D1CE0E8B2BEF498BCE6F60A618268FC31A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BorderLeftColorProperty_tE2A1416D03CD2F722A7EFC705E4C3D3B8EC3D592_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BorderLeftWidthProperty_t81FAF118F7DD59E52D374AFF983CA7934BC57A1E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BorderRightColorProperty_t4008AEC7B7E420AD32E35DC5560F509FE4FB5CA8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BorderRightWidthProperty_t1A8405C0137E2745F87B3B9F31E970E726CA31AB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BorderTopColorProperty_tA8DD92BDCE7BA5C9A43A6DBCE42126E16EFB987C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BorderTopLeftRadiusProperty_tC74A5C378B04E653471D06FCB53C33DC9EEDEBAC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BorderTopRightRadiusProperty_t66FE3C9A3689A6A921D849F2C27221BB6FB4B6A2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BorderTopWidthProperty_t2330D49388D3D9506716EBE3C752017608179346_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BottomProperty_tD8D8F8CC82FC6FF0DACBF4EC12516AF9570F2394_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ColorProperty_t226EC7E112327E189EC0B88A75BDD979E625087A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ContainerPropertyBag_1_t7A687D97ACA5423A9AC05DC8E627A6058BA75361_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tF0159087E88823BAC2B237F3220D70374B2FFFA4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DisplayProperty_tCE6D1E5659E1FC60641F9522D632BC6D15BC03BC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EqualityComparer_tAB3DE3EC03DA9EBCBCD97B14F40C00DE8294A30A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FlexBasisProperty_t274E7535C2EF8612AC06C6AF70CF14B15541127F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FlexDirectionProperty_t3C7CCF86BA8F276C9D7B800D87C8E75208E92C51_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FlexGrowProperty_t6A377D0663306554E365548E493129E7760B06A0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FlexShrinkProperty_tC0BBC93757378BF0DD18AAD7A4EB3AEEFB93CB22_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FlexWrapProperty_tA9AAD249C5C8DBDAFBD3F7B027FD58A1CFD25AB0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FontSizeProperty_tA8DBD13D37B353FD2E63FC7882ECD7C1C011DFF5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Font_tC95270EA3198038970422D78B74A7F2E218A96B6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_3_t694ADFBBF2CEA4DEF1F1F1F9B00D5DCAE200F97E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_3_tA9AA477D8A5A68C7DC26AE4792295B80F920E61E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_3_tE7691622B78513E3899362D85121DB6D27F6DB10_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_3_tE8F85DA3CAC4998201E5C56356280AFAB7185B69_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HeightProperty_t16ED2BEA1F1E8AD7C6658672158875D725DF6F69_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IScheduler_t70B716998476DDF4EED6DE7A0DA997AB9F9C75CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IStylePropertyAnimations_tB90A36DDFC6923EE285E54A51D9B78316CE06764_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* JustifyContentProperty_tAE4FDE1EDCAD8EA0E58A19F97B95DE4C2467DEAC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LeftProperty_t0738CF32A61378D7777756A03DA871029C807F69_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LengthUnit_t746199A94302055274F284E176E01D38EE8A669A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LetterSpacingProperty_tE585B9F719007125786412F164078DF65C30979B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t491E344573B9D6F61E36AF56132B7412453928C9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t7BA5B91B2D09CF4995809331967384256F2AF331_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MarginBottomProperty_tB4DDEADF9022703FD973AD0CA38BFAB0441D4C70_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MarginLeftProperty_t40AF1AB97B99176FB3C3472821CA1E4A30A78F46_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MarginRightProperty_tC5B3D1FED740DD4B23CCC3C43FC5EA2F7B311FE0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MarginTopProperty_tDACD08E501E526116D5C9078BBD54E01DA502354_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MaxHeightProperty_tC1A9275B36F6971F55C0A2793905DB26F5D44C73_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MaxWidthProperty_t3BDC6D70494A8B0E0AD2B13C5ADE9F40D3186C47_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MinHeightProperty_tB5F88011789586CE570D6DB2BA2BD401560C499E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MinWidthProperty_t91ABDD98F319AF76873AB91425139F5794570A6F_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* OpacityProperty_t5E8A2E423916B410A184234CE294F467F7896F1E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PaddingBottomProperty_t822BBAD86ED0975C6E71BB917E469BC3DE0E0044_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PaddingLeftProperty_t484C5908100271E1B4CA508B552671E194AB4AFD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PaddingRightProperty_t86A3EC5903DBA7AF9AAF6ECD4FC264178EF90DDC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PaddingTopProperty_t6F57D50306CF1E93B3FBDA7E809FBC5FDE59FAFF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PositionProperty_t2F48F1F2F13E29ADA8396AB5D1125495A4F91D26_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PropertyBag_1_t5010D9EE8ABC8F8EEE94BA55DDA0F6716950D2EE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RightProperty_tF63616820820FB43026CEE738A2C2E67F547BE4A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RotateProperty_t9FDA4BCE1BE9C235ADFB76219920EF57195F4CE6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ScaleProperty_t68B7FF5944EECC95825AA0EEEAEAABE5B9989254_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StyleValueType_tC3253FE046DBB95224A74D13B534D015CC4AADDE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextOverflowProperty_t35F6422C37CA3F478C7FFADEA15B40A969F2EF9D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TopProperty_t556A822B7601DB6221B078C86AAB47133D136FE5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TransformOriginProperty_t1A75FBA79F548B2574D182467727E5C8E4B7BBC4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TransitionDelayProperty_t2C68A8E623DC91056B02B9678500D4BCAD1C60B2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TransitionDurationProperty_t53ED42E6FFB95F58F849A52807D26EDB89CBBE9A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TransitionPropertyProperty_t876CEFA56CFB0698B32AC2B777A261D3F8D564FF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TransitionTimingFunctionProperty_tDA4C9510C59278F9DFD88F7E507E047C3F93A63C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TranslateProperty_t728ED324FC030F5EF6D0453F9418C441A875C166_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnitProperty_t091AE38CF42A33E8C4A7E54FFE8765C2CBB1658A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnitProperty_t944726EAB299AEF7DACA29ADCF141D2856BA075D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityBackgroundImageTintColorProperty_t7E0533BAA41E34EB363D02B5B99BFC5EC4076EDE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityEditorTextRenderingModeProperty_tEBABE6D1C1BC55260D5F6972FFB105FC8A4560B4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityFontDefinitionProperty_t3CFA60D075E3F844EA393E0109A45FEDB3B5CC99_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityFontProperty_tD5B207ECCA7F67B873A831F30B08F1DD1048D6A5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityFontStyleAndWeightProperty_tDAD9210ECD300F837EDE11CDD8CACBCBD54E64FB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityParagraphSpacingProperty_tAB60C83D8E32172676526ACCCF29467F49D8FF0E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnitySliceBottomProperty_t84D4D36CE90A03A2224FECAF305200B86849A728_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnitySliceLeftProperty_tA567F6930532E00BE0FD6E86AAB051E09A81A17C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnitySliceRightProperty_tC6C975D7D30C464B7A70DA1B87C88925F9CEECAA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnitySliceScaleProperty_t2423A5003266EB8BDB172810225C25C4BF14793D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnitySliceTopProperty_tE1C11E5ECA09EB0938FEF30D29F6551645E7B98B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnitySliceTypeProperty_tF358DAC5BF6235BBA41D890ABC15C68D33F3B1D3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityTextAlignProperty_t8F0AA4D0F18BDCF253026EB6E443715C12F09CF0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityTextGeneratorProperty_t40618FD414337B5D7B15C350B09FD15353A99177_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityTextOutlineColorProperty_tB0239433B5DBF68215230EAB5D49C4CF70544376_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityTextOutlineWidthProperty_t3C4337C7CDABBD3A966F521BF546AE94042EE907_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityTextOverflowPositionProperty_t339E8B76161BA0671F50A880739F1CD125B12345_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UxmlAssetAttributeDescription_1_t439A790E395F97D948F0660D428ABBEABAA248C9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UxmlEnumAttributeDescription_1_tBBB2CDD127ABE7FAC6ED7B5CA5A3911FF0AF7CE4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ValueProperty_t574609221ABE1D7C80C5F3A747676373C1456657_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ValueProperty_tDC4606571BD4DD37CFACB0C5C811B99542225D34_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ValueProperty_tDD022465518FC9D3A4E64863CED752F650C90A8C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VisibilityProperty_t8F27E940551B8B33214EDB53F6C0E788B52D86A4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VisualElementListPool_tB82E686FE29EA30D8CEDF6FF352FD1B7E7A30095_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WhiteSpaceProperty_t39E26F246EA0025FFCEDC99843B4F308D40E7977_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WidthProperty_t61C52BAC15F5F0B6A5152A1998DB484CDE086F76_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WordSpacingProperty_t49A236A8B1F290F32528B71998BDF4A6132EBDD1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WorldSpaceDataStore_tD66A547C543A48FB490E0C4263E5CE98D7A7B02E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XProperty_t8C6A588288145011F51684F36BC8E75D76562DCF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XProperty_tEEE97D7377FEDBE4A64E34C9A16C976DD534DBC3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* YProperty_t8336BB92AFEFEA6FA7A3514208F6225A2A55C53D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* YProperty_tEF56661642FAC9D02BB25B0F24194D90696D0534_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ZProperty_tE3CC595BEA6E836D92F5B2021E9D877C76BD107B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ZProperty_tFEFF4840B2A841B1E01DC41D99CA65C568D6592C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814____element_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677____m_Owner_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67____unityFont_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26____cursor_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B____m_Value_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610____m_Value_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4____m_Value_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C____m_Value_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321____transitionDelay_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B____backgroundImage_FieldInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral014F0BCC26F75121FB244E8DCC1FD7F1829E8C98;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral02E5935143502AD21AEC381A3556CB491D937C59;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral05BA33FC7FFF2013E3C524D47B41296B7EACC4E7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral07E5089A0D888333D95D90CE16C51C793DA20B3A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0882D240BE27593BCAE8888B5703266EF7D76531;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral09F849D760A70282F2C2D2A007883ECA528778A3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0AEA2C46AAEB233C6D2DF0275EF92FB2E56BAFE9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0B181AF1B98EBC90730DA8956A4246E230AF4448;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0BD675F7A9F38223DB93AAB8D248B440D08DA595;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0C9C0DA56FB52C1868CAF5C9F97E0CA9D17643FC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0F344386803E6D45BB3B9AA50A91690B38936A82;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral13E42F85CB2DC26B9E642A462D19D8107855077C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1467FE0ED1800205D6F918355E5881C7C8F7DA05;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1859401D8819371A5031AE06014855CF2B354D89;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1BE16EF1D6DEF69270B3B34B848E3C241F4C425B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1D8FFF060A85A19837F295A696CCD05530F1C1B5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E9918CFD5A4B417B9B449D94E5F3F3488A6AE46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1F136BEF28AB43CFEC62B4B1393040DCBBB991AC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1FD4F4A682E58CCD064B00780871930AE66ABCD9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2357990C34EBE60F3A6ECF41C3B8A433D90AF802;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2409165FB90CD4A8B916FCA75790766B82C91748;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral244DA760469B1584A78FF57ADFDB991DA4981FD5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral26858CC42086D868E7F834C022783B36B9CF5E9D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2704C1FD0B6F802E3AC5848DC5FF1F92F989131E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral279580B990B8C49BA46E7BDBCCA6E9322580B3E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral27C87AC914BC35591F312B19EFCB93B2312614C8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral281C3579D24E0B9907638988CF733550652567DB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral291EEB4FEAA25C0AC8833AB7A709D94BCE7935EC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral29FA09021B7C5FB477B49A66FBF4A63F64C01FD1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2A774073ADBB53EC249CB5E54FC9E2B1C065BF6F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B3FD1EB49611E41C8F3FF6C3518F0F1BF4E7E8D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2D41D0821324EC1607D7D24F68D99E87723859BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2F8CF83A9B44C6220FA9E1CA3A108F9E5760F4F2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3006F753ADDBDC9F9C253F2BA5962913C221B265;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral312A3425C0EA66BB89F7EEBB694DFC539F5F3AA6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral32F3F74BFA7C1233E0BD00AB23BCF2246D5FDD93;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral33E162295E42494C00932D8C8570159A1B1F95D6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral34041E68B94E3B99CF0B3B4B0D5AD33B0CE46C1A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3411C09E6756D52B18EEECE2C94CA0615B9625F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral36D9A7BD7487C6DE30FA38FCCE648E7500926F77;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral384F12FC76C57F2708A7D831440071F08BBCE429;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral38BE6028B79EABB4B9C14B12250A0445180A0149;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral397D6062A6A0586E8F2CE1E60D4C48731B203346;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3A3C5272E76787A96B4445991AF0A820F0D2D4EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3EC9AD59409FF6D1F0346E2A9AA7433CDD94E103;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3F3FD3EFA55E39E450A9A4CE66CD7B259403D44E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral41C59FF112173B0DE2EAEF521178EEA8AD1DBBC2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral452943612342FCBE6FC90EC81ABC3FF26B9620CD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral45731238B2DED3AFEA4AC3B1DB407A7E7BE2AF11;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral461DEF71AEFD195B9DDCD46C3175D915F3720D47;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral46FFAFE9381340653B8666314DBAF8FA96AE782A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4AC4549BE3D7B745814BA7EED1A176C7804FB70F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4B0CD60CB8697383D4CC2919DBBF005BFEDF4828;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4CB7191B4A095A9DC93C19D60B16CEB279FA1612;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D6C5036C462DC7CF302757455EE51ACDF556807;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4E996BC9544AD91C0E64D9B117B84EAED691B828;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4EB26543CAE7C2247EAD87211DC2424DAC52605B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4EBC86E0EACFCA522AEB82874860D0E248D782A5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4F4F30E1B6252C146D5D2B0B8EEF19B926196DFA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral507B8601EAA22E6D718D036C45FA3F9E2F88548B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral52A59048642CC3811961572EDD5B014D8FEEA86E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5338A97A4E0097B99259F2AAB53CED274C56E28C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5400D7AAD4F73F8F5518E360476136A99DFFB433;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral545E677FBFBA16E6A3AB9E88D8C6BC2FD46D9208;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral567834C8B1D1E3F9D72194100D68B7030FFC8D25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral579B4AFB6D8DDB67D70B566FC1CF7FAB7D63CC7A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral59B6325F815B29A07CE9AB04A07CB056BE96BF93;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5ACB4992FF5B0C18AFC915E9ADF6CE7D5D93F793;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5AFCDA281F648CC740B83B678A8B057699377679;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5B88D4663F5F2F36326F88F90702A9437BA13FD2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5BFB046F8A244A5090ECD5F19EF3A6A728E2F5B7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5D934867D69D7E986A4C224DB49CF270468DE64D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60B03CD6D01FF1CFEE0C81E936C5007FE7BF29EF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60EB38CAFEEC64376012DDABA65F17FC40DDBFD7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral614B501556B12B5890C878B29FB23C1807F2B680;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral61C339F3FEEEB07D006A764B9DA0E2940776F2F4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral64078146D0AAA2DFC5B982A613CAAD7F1026AC71;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral65ACC620228903E20EDB8A19816226D5FFEA0A60;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6646A602F649969C9080A1FB0817CC130FF95B46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6869CDC70CDF440827A8E5F01D2243F3F8EAE2F7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral68E3063F1DEECA95C0955A95C39A66DE02B1A703;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6938031B04B5039B68BA8E65134AD8A6D9C08230;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral70FD4A5A9196D21E03FE47EAB2F4804432A2411C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7110DB47A1B8F2BCDC5A2A121D11083782ADAE31;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral71208EA48E9E1561385CE04323883661A726A41C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral727F01A57B8CB4E80B498DEA335208B23E948845;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral740BDADCF339ABF752D84D91D69F7CCC6AAC683E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7BA1D40B2EDD88E49AA211EEEAB79C26A9586788;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7E0DA584415159A2B86AB8EAA12A0A7AEF6BF331;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7EA8C8B69D18955C5A8B70FB0494F773BF92BB39;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7FE2B2F4588BF30C8A96C312CF2C20188D08A5ED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral82E076982CD45D5B7CEB6A031360F172BFAA6872;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8319EDC4C238BDC348F7CDEBE14784267DF7CDAA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8652E062D5B95BAB01D1CF196513FAEC6D69C211;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral865419135EB8C812766468D708CFD854CCD7AA2E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral881A0F25982F87A4C257FC5EEA73A16A8BA3BD13;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral88BDF3D0791A560245652E772545C49897854443;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral88C90C7E8097C267E9078F189EADB001A51775B2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8AF81878D04E52517E09AD8B369821142313821B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8B69B91665E2794F33905688270D740A89663143;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8B777561EA38BCD4E9FA6A40193983BBF6318533;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8CA159F2755C0BB423144C6849B70F681781C769;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral936451E3EB9381667A037121139896984E8543BF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral93A4156E269802D5431558939A3C8E384680542B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral94CCE431179823D94B28744DB03C5D6E624561A6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral95503522FAADF69F1C0B98B160943FFD55B9E64A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral98A2D177B6B417C68C0A99CF887BE04A1830A8D2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral99FDC7A5903FD15F397C9A0F623889CD9A1333A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9A75488BFEFEF576697F585228584B735ED88832;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9AA9FD63EB6C3C6A85C4D6BCF96B3513BCA14CEB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9C36D8B35E8A5D9588161D91D09C758439850381;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9C821C423AD78EC4E042CC7EFD73BAB9D8E3DFA7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9CC537A2C6834AC3E77F48D61D76BC6FBD8FF4E9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9EB61776D19290D877A025B0FA0EB5C923B3BE51;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA12957F1D71DA6BE2AC9F4320A8305CDE8CEF296;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA22DB825B95F7BB993CD68B24B5421E2D82C4674;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA403005459654E81CF44588CBE8B64C0DF64AB3E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA41D6549073B7B3228A9D6AA520AAE2452795DE2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA5477EAC00A108ACCA97931F4FFB418E51F36517;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA5795B2E11FA6AFB6DF0E26835A0BB92587EA33F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA83235238FDA58E5FD0459261767A817F2AE6D43;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA93A31F22EDB3D6C49C89F559B3FCF6EC879A95A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA9BD8DBA8CF1CC1ED0C60CFD05BBEE49A0061028;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAA5D9B897BE7D06FCA6DF82F336D3E9FC9CEA883;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralABDBA090CF7DA37B37B1F567411111A502A212D8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD92D42A2E26CB92315D10D811CEFA52208BBE35;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAEEAFB89E7E66A4A6EF59FF4F99538BB917174CC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAF0B0A50CEBA1BD343A7840EFBC301D439BA479A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB0366BB01CDD3F3ED484D14E50B7F835144A7911;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB07E8EA96421825D2046C086DCA8CD88082DBD25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB0F08849CA7AFBB5510842F0A6ADA8F76D071464;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB4E4AD07F982A3CDC1413938A178FBFF1AAA6F42;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB5A25DFD49101A49CE6D38178ACB2F07A3F74B74;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB95CC61D7C891F7C97273CCF9C561FF4228E092B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA6CB8859D5BA7F5ECD3C1DF294757D3267736B2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA96CDD02639F9458A0C169ABACE2CCA8C761330;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBE34DDA22F04DE19FAC1173C04D65D45BA3754E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC08D3B56180F63F838865224CF2907F9DF351DB0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC1688F5F31EB3DF98071243D79D5AD1583B92670;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC1AF949E14158168DBDBC4799D256A6122F938ED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC1CBB6587B9CB9A5FABEF74242F50F5C4647CA59;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC21769334986BA0BC695384E5743C84BBE27DA23;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC2C00E75E146EB7BE1E3DA745FDCBBC23534C3E8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC34CA6D617ABA7CCACACC9E325F99F145F694D08;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC7CF467F6D6F5A4400AE37E49624D51324E484E7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC8FEFD2AAC4926BF57E35AB783270538F3A83E89;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC90466569639CF1D2EA2AC9385CC42DE48630778;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC91D123536D9A10EBC6B184AB7BF76BCF0C9B42B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCA04879966816562A9E27A67EA78E31BDAAAAF97;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCD3F4B34E56CB0205E93A75A13ECAEBEC1EF3AAC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCDF80A78376685E6EAB6DDB48E96FD230EEF193A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCEBA840BC4D5C1238A0AF752ED8353EF08B92CA5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD3604289C4075187A7D839167577A58404191696;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD4927374032A8C2CE032697B16AB4B31B2798A37;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5F35C1D32FE663A0E3938B30E1EC7A1524756C5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD6315798FF47A5A5AB2AD03739B4783B2AD1305B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD0F04E0A3F0BA1F904E0E27720F367F4228C69D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD983BAA17ECDA994387230F79FEA7A1F7410A49;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE33742E704C2F7F630767A066D6F76AC82CFC0B4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE74DB14E685F537268C5143890AB69E1695FC819;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE7AE0BFF1FBBBDE715B17AFA129C285E8C933045;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE855887D97B38B5FF13FB33465602F8581F4C280;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE8A3E12AC5F8AB422B1C5884E8CDAB83070EA723;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEA2B4F2C6744CB80BCE3BE7827E0955EF5ADC6AE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEE1E2C13FDA639E1656E82093414952931B0B84C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF21574AE4CEC98A02C005F4DDD64608B8388B20;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF152B296BCB34070EE69020F0A59C611E4BBA10F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF290BC7F38690EB0BD1787CB226175339F4EFD62;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF550D4321102A6875F3C3F18ACC467F86A53BF59;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF712229C1661EAE3F14675DABD43B51F73F3263C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF99EBB4C6C75EC813C709E508E7EC72F6B748CDC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF9BE17D634D1B07BCDCDA77A87710C946D81307B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF9D225733E1D10F9344C755C4A9C0870CD1DE97B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFC341A1966AF28A9A7A26EDFB78ABBF7DE4D0E1F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFC4D108494E882D52BD6C70D88DC034BC2F48E0E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFC63AD3A80A61EF39B9862152DB528D8F3A42044;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFC9683D4A6FB20EB6411E1B3BDFB4955F0195332;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AlignContentProperty_SetValue_m2D970B608A76510DED19C56B14611548374A9097_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AlignItemsProperty_SetValue_m44E1BCEEB2A2972782A8631B4BA513979AA0F633_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AlignSelfProperty_SetValue_mBD91B3C7D487A3B308C27EAC0B20F4BE41CBB0FD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BackgroundColorProperty_SetValue_mF0E95B61C0D8F40CDFD22569317331C9A5E7BB6E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BackgroundImageProperty_SetValue_m2D843522D2A5B296953CA731BFCD5DC9506A516D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BackgroundPositionXProperty_SetValue_m5582C57019384CEA510163765B538DCC8FBF8342_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BackgroundPositionYProperty_SetValue_m7BDA82C1BF06FFCA643A13A77A248F79A9AC06B6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BackgroundRepeatProperty_SetValue_m0A2373C8C2EA12209DA20F18EECA5EB3349C8CE6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BackgroundSizeProperty_SetValue_mBEEB5EC6ABEAAFCC57733C24B1223904235D49DF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BaseVisualElementScheduledItem_OnElementAttachToPanelCallback_mC48E123E353D35024EB0CBA461A5837080BF05F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BaseVisualElementScheduledItem_OnElementDetachFromPanelCallback_mE96B989258195EEBA703E1D641CFF3DA484703CB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BorderBottomColorProperty_SetValue_m490375E3C0F7B014C95DB5D6D03F3105A9D9C418_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BorderBottomLeftRadiusProperty_SetValue_mAD76B38914FE1402CF6C4F2AD88210E7944BD908_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BorderBottomRightRadiusProperty_SetValue_mDA40E89ECDEE98DE6AE387AC6C64EB53FC5D409B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BorderBottomWidthProperty_SetValue_mB201D9F1BF8A62D179204E39B957C81D35C748D3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BorderLeftColorProperty_SetValue_m02266DAFAF67E34EE565B2F0F059F70ED78EF686_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BorderLeftWidthProperty_SetValue_m2BD8B3EFE34EFA611CEB9E372ED96A7E8F6D54A6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BorderRightColorProperty_SetValue_m665AF3EEB94459BA3B283B08F7CEB32D12116C94_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BorderRightWidthProperty_SetValue_m126896C940C704AB8CA439B9E59A463A649B1F63_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BorderTopColorProperty_SetValue_m1989D838856563B4E9E96785AC7339B93683A2FD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BorderTopLeftRadiusProperty_SetValue_m27B920D2F6D85B614D57E6D92BFC02E13EA7F517_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BorderTopRightRadiusProperty_SetValue_mA71975A591AE69B9D0FDF9FA28EBEBED6EF0A853_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BorderTopWidthProperty_SetValue_m0C2E9093E94E49CDFE9E920000DACCE188F388FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BottomProperty_SetValue_m633CE6CCF046B9ED122E20CAF0E1B5939583B615_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_RegisterCallback_TisAttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28_mE90FCB724E9E49659FDCAE9A1BB0FC9BA01C9BEF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_RegisterCallback_TisDetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496_mED85B91BE761D1DBE3001231E0050CD612946F2C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_UnregisterCallback_TisAttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28_m70ECAB60D095EDB2BB60D44BC1ABBF8FB4853918_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_UnregisterCallback_TisDetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496_mBB7D7B6A24C2AB04A9347FD693F502B54BDA3D9D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ColorProperty_SetValue_m8503B4DAEB37985E6141E4F1896DF9F2C90C4ADF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1_AddProperty_TisAngle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC_m17561D6D2EF9625FB4D5EE482EAC5E211F5E302F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1_AddProperty_TisLengthUnit_t746199A94302055274F284E176E01D38EE8A669A_m212253FA6B92A88F64EDE6E06388127FF11A7C23_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m40F86807A2A0CC9F574A3A455C47491E8525965E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m81E6945C89C58557F6ADA49CF9831968A082B36D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m2312C5D9A2FFD4D33444AF82DA6928DB7413021B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m6EF9A6597404C0AC6D4E7F2AD83D0B02096375F9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mB09EEE45AF1ED33A9F9AE784179A0BDF65093709_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mED7C0AAB33BB82D38A8848C94A6EB50FA25CC158_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1_AddProperty_TisTimeUnit_t56A79CDB672E98A4EE28002BD23B6D5E0BAA2649_mC00C62030C95F169AC9091B5366EF0FF8B8A65B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m90A86F11DDA2FFB6C7FF51C9D9A2C8A67F6C99B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mE734A32A5DF8D51C92EDD6A1FB39AE646036E83C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1__ctor_m28146260A7753C80B6932346211E85C1F72D08D9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1__ctor_m4DD614E60BD9493B233A2A4F9A77F9B46476CD1D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1__ctor_m71668A663E7D0CCE9516A1CECDC450614AD58668_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1__ctor_m73B236763AC10FA0C500DA07587B4A264A65D680_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1__ctor_m8E40011652293DA2EEA6653A3878F2F659B72168_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContainerPropertyBag_1__ctor_mC1AD10A421C91DAD1E6BBB0F0806D36F3F8F2459_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CustomStyleProperty_1_get_name_m38E983A6390A1705DA6DAB16EF6998006BB3DD9E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CustomStyleProperty_1_get_name_m51A2B61038145DBA23DB66A1B1CD4696D8F25CD3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CustomStyleProperty_1_get_name_m7132138EDAD54684D99C2A7DBADC0FD0229CA851_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CustomStyleProperty_1_get_name_m965D5F602B593732625361275C55B148841C8093_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CustomStyleProperty_1_get_name_mB7A340BD5475639CE13F609B4E3C7AB6ADE07446_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CustomStyleProperty_1_get_name_mC0D7FD6BEAD5838FD3434D01ABD8C8C02688337C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CustomStyleProperty_1_get_name_mDB52C43A5B56ABE494F493C5132D287207FCBE97_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m12CB93F7809C0D2F1BA4AEDBB5958C6364B98918_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m300F8A3C43CD6F1DEC68C62E564D9963F279F62C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m1FBC1F566E1D82EE750F6B52BD6301B3A4ECE56B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC6AD8982CA3D110E6245DB0643FACB0CD5029E5B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DisplayProperty_SetValue_mC1B0722C98965F0D77D49A45C59031E6799736B6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m1F4E04F6F817CA0C550E88CACDBF06CECEEBA5A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m1FD2D5F736499978C54D76DADDCF6445AF354CC1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m2A5FB7E43101302337178BF43E63DB8368759BB4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m12210516CE0B4854E52D92FF53B0D649C55AC603_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m382A4115E9B245542508429960929A5A5A2DBC52_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m9F65E2FE306240D5385DDF1C59E50F8B139AD844_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2A71803E92C0B34206D38F91490F372EE7E8E999_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m348933084823613D5B78E792ABB8DD25FACEEA89_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mB7757CAB14504096954228BA7CF5F646853128D4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FlexBasisProperty_SetValue_mDF10B2944B33ED97CD93217A84EAC63EF766301A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FlexDirectionProperty_SetValue_m633ABD55DE1327761EDAA5981C55473FA0E1E125_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FlexGrowProperty_SetValue_mBA3BBE2113D84A0A63E833D46445AB19630BC7E1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FlexShrinkProperty_SetValue_m24BF2133D3E90AD33DA24FD0C9CFD06710F229F6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FlexWrapProperty_SetValue_m339C593568AD3DD0D7F7F033D8ED22C0396B9BB3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FontSizeProperty_SetValue_m0971DBC94DC5793DE5F2EB501553A1E3B0EF75D9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HeightProperty_SetValue_m9F3BB59FC63E4C9AAF7CE122795C236D8DC0910C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Hierarchy_Add_mDDEF4932C9E9FC302755C45A9F7966AEEBC26648_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Hierarchy_Clear_m116E8AF8F825BD4AE602D3BA5D2FE270009AB584_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Hierarchy_Insert_m99CF61B5910EEE72983EC04C0FF49102DC63E32D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Hierarchy_MoveChildElement_mC459490D40ADC7D50C895B00F29C4A242CC15AA9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Hierarchy_RemoveAt_m94C34365C7B08CA8675CBBB029608594B013F924_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Hierarchy_Remove_mA61E69A18574F482B5DFC9C9F4E58A269C335B9F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* JustifyContentProperty_SetValue_mED64F9A3343D511A1F5D24908112219515FA4794_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LeftProperty_SetValue_m5D39D3E7921D704BDB122E1F9E221C349DE09F0B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LetterSpacingProperty_SetValue_m47560ADB1EC72F05F0636D4EE922A60631434BA7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m66D40F60D60CF3FA653432ABEBEBF703840689DB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mC10AB6995B62FFCB7480E88ADA61465B0644FC36_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mFC68F05E4252312CF997EF77D05B91BEEB8CC00A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m87205283CED3CE7AC9AEC642FE8C34839086F2EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m02854A6986DEFDEC2E4B791FD155C5D7FCBB8842_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m65AF27AF349D5AD5EB39FAA6836FA296600DA6FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mEAD58F71FB68894CD4B42B8B1FF527387E22F1B0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m57952DE1FACF2FE8083546945916B0B995290EAF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m79C661B4F2593F250F3AAEBE725ABBB3B97314E1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mB38BE531CE4F1BE21B3380F725770C24294D10FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_m96EA24E37A278BE9F2B5BB29EE876E3AFD8054D5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m2276A13E0328D7750B5EFF7868F9F88CA313D5E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m7F547CD10EDF92E7B94AA38C3637D7ABB66DA4D4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3A1D78F766364DE1EABDE6A34F5E55E1B50096E0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3CB67AFF449C874D40106A7AC4CAA266C89D95B7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4B55D26AC4826CFF1DE9D6B3BFA517E7AEECF9D8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m644734D5D92DCB889C875B632DB94C7DDB5137A5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7B1232DFE6403576191C56D651675A43821CA68C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m90D257D81F60744827FBC0735C4BA1038EA92B1E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m455005DED01B6E5D536CA667069173BC5464E2F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m797905E92EF60F271F57D2F36C05AC429A5C0008_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m1E0036D7EC908E08932E6514B1EF92C3A8E4AB58_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF5AD649DC34CEE11565F944D25226AA88D945D43_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m2926C92062137EC290DA1AD54E4AFF3CCD529685_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MarginBottomProperty_SetValue_mAAC985AA63DB9E249983FEF878AF8C8FA92C6652_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MarginLeftProperty_SetValue_m66564610B96F865E969F5EEDEA056B77173F1A29_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MarginRightProperty_SetValue_m00BDCE50F9EF8DD7777A91CBF2AD65F4C535A16E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MarginTopProperty_SetValue_m096E5C9B618BF90FBA54CD6172A827561CBA8822_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MaxHeightProperty_SetValue_m07BA27A37A0123ACA40F3819D79824AF27C11A78_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MaxWidthProperty_SetValue_m4701A9D9624591680A5D60E4ACAA993263743CC0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MinHeightProperty_SetValue_m5693533E9622DCFE17125B498EB37E67A2722DB2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MinWidthProperty_SetValue_mE18682268BB32B570E4B92EDC145033FE01A9351_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* OpacityProperty_SetValue_mB7ECBB3CE57BCE8A1A2684AE88278C6DAEBFA329_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PaddingBottomProperty_SetValue_mAD7ECE1C4D15F5A464F8DC81BEAAED2FEEFBE23D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PaddingLeftProperty_SetValue_mECF97DF26B609FDF5C3DEEB2BD3454338593C86B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PaddingRightProperty_SetValue_m98358972D69BCBA60B1DD9B5482383798F7B9D43_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PaddingTopProperty_SetValue_mB37A4B14B473385023E97200381D2B5FE52DC64A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PositionProperty_SetValue_mEFCD185E7D8BAB1508B54DE51F72F81CB8DB1ADF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PropertyBag_1__ctor_mFC641662E87A6F891C50AC3E6835FA662FF21CA3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PropertyCollection_1__ctor_m15E40AA985F67980CE9D07831BD823B32AFE5D95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Property_2__ctor_m0C7CB36E75ACC9582EAA1F0254AED71A12C950BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Property_2__ctor_m37B9F73F09E8F11ACDD2589E14F19D4002B29FA0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Property_2__ctor_m4AD9739E35557A0D00E96F4B675E2D45C8858037_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Property_2__ctor_m61C7D394F6CA37D32C427BF21886261C77CE97DC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Property_2__ctor_m69F07C000FB26AD2B808024C3912B084674F2968_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Property_2__ctor_mA87782E42DAEF207A9E55E8260382A70B7C72B7A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Property_2__ctor_mB05FACB45AD19E056A5EC1A5173848E6F98DE738_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Property_2__ctor_mBE377018C00694333C19DC9A169716ABCD6C2128_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Property_2__ctor_mE2E87F1A76308604C3D3DE65DBE34C3BDF0717C5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Property_2__ctor_mEA2A1B6A8488CE5034728BE7F0EBC8DA62C0F219_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Property_2__ctor_mF9A556D5FDF225547C7FCB2FD28E4B91C92E81FC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_m0BE2B78AB22AE2F1B755C4EC013C12C5968D705B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_m318807F0B23B0E678801AB9469D22334EC4B5ED6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_m402C22BFC4514A3EB47DCBDD20BDF0BEA077B227_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_m49C2EEF3720125E1750127D69DDE8AEB30849D0D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_m7EA3CA2F62808F4C8203D24B448D692BFFEB4598_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_m8B23247792B99528FEECB5480B7BCD2DCC80E37F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_m8B7D806E42F591BD98149993741AD67816B016F3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_m9A525617453881DA4AB70DF0774607BE5648EC39_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_mACCA4D20CB66FA889CC310E6CDE43B7FE9DD075C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_mB20E41DA998AF0AECE58750675EB5323CB3F6BF0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_mBF672A0564680E966950F505DAD44BFA1BF1A177_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_mCCD2174888EAC6F90B1F4F0CBEF8B3D444A4E124_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_mD9668CA4246516C116AE35CF651CEF7538E1B2F4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_mDBCE351EB1AA8148EA6B328E15CB796BFD01E5EC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedEnumProperty_1__ctor_mDEB7F6DC35AA9D92AE0E6C1DD030B9EA04B5D1E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedListProperty_1__ctor_m0172A93BA2E9AE7A893164D596C9D9290CEF6ED8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedListProperty_1__ctor_m618BB9C568384C2C28B7117E9300377946A1443D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedListProperty_1__ctor_mAA285574609B1BF9B37C589CB08B3EEF87642786_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisAlign_t293AAB5F8D4239F304F48DA84CAAB4071C78902C_mCE0AEEA5231DA59DF606615172AFF98BA30E2965_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_mE7D78F8E8A080D1A5F72D38E921F5F081D90D36A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_mCFC4B6B6D7893CCDC973497115C17E77CC02F857_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m751DF50461F072434B105A9C2242B5B5E34C5B7F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_mD8563B993FA03D9CC8F35329A058DA56FC5106E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisDisplayStyle_t87BEDA2F78F764785ED41FC5E622ECB0091B2459_mB844AF3EF8476554EC59A4CB1E6AD7F8977F40C0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisEditorTextRenderingMode_tDAF3F89A6026D9F460A8C3DA671388E2E7DC2636_m06C4E0AE2F4343E667A59120779DF1449C8F060B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisFlexDirection_t0B086E97C9B1B8F1D94B51CBEAE6564B2A7C15DC_m68631FB4D7369EC5253A40968E42BC51EDF512F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_mA016F680699D570DFBCDC848F11172CE5715843F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisFontStyle_tDD46734FA9BCB99FB315CD7CAD1137EE536136D1_mC1B9B5438A8E3CA4BB03FFA477828529692AE47F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m8EFF89D8E8930464E412B5DFFE3B25BBAE145CC4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_t0BB33773BAD1888C9043D60F8CAC4EC0F6BAAFD8_m2F3F67A5BA2E2CA9D8CAB4002BA4F0F187FB4344_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_t7BCB520B93E2321C3968BB4F6C74B9AF0518A176_m63429BA886CA18C9D200FC70127FC822D4EC1866_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_tFF6333EF4E62C3D678BBD8D277CFC0CE36E49CF6_mE4A97DA98BB8155E9A7C3AFCE02D1E309F8B4A8F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFDE80D176877A3E6BD79DB12655181F187F6FD1F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisJustify_t91B96D47B47940372289EFCB244DDB5F1F7BD057_m141C5B743398BDFF4481C45A8EC9DEAC889BE026_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisPosition_t066B59B8657DAFCFBEDDAE8CBCE96E88796E1319_mA51C2537008D3869A31987B2342453EAF7C9EA39_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_mC408F88A9EFB2FCFA4672DA29BE20D2E163BB095_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_m1EBEEAE5205B08DBB32FA0BCBD151EB0823EF683_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisSliceType_t3B956F5238654377429A4450F777895156359AD3_mEDF824BE81FB413B880F1A77C68368DA6867E156_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisTextAnchor_tA46E794186AC1CD0F22888652F589EBF7DFDF830_m737CEE156B2832EB02E23B464218734124234988_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisTextGeneratorType_tECF6375E835B62343CEDA8229619FCE1B887C52B_m5A24F8A7405C9B80B19BA4894FAD8FCF8DD06DE5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisTextOverflowPosition_tB30616AE6E61CCEF425E41C8CD5110EC2547DF02_m23C4BADAAAF76CE59EAF4CE4B05438461F41A66D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisTextOverflow_tF5F972A9B8C1DF48FD3E878216CE6B4F94B94ADA_mCE1C4001ECA0F33BFC5CFBC071645D428081AEBF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m2DEA3FC917B3F585E6BF7C52F62AAC9B4CE6E984_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisVisibility_t1AEE2D871B126DD95D6F1D3B36EC92FE0D489F47_m17F665E1EBBDFFB34C77CEFAF6ACCDBDDCFC9BCC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisWhiteSpace_t05265AA4B0C087FAE778422383EA36AF84EDCDD2_m3B1EA66B2823098F638308329BEDB766BE3458AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleAccessPropertyBag_AddProperty_TisWrap_tDDCA30F27EC4967717380ECCC67C0818EFA8BC53_m76E8CADECB751650864ECEE29950F82229047359_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleProperty_1__ctor_m08FADAEEAD85F3427FA63CC47B9AEDA7DF2D3484_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleProperty_1__ctor_m1595DB7A3DBBFA18D11BE85E470DB4239A3D198C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleProperty_1__ctor_m182154270F3281D907B1A3F27E811126A212C977_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleProperty_1__ctor_m2A910F866CAD45480513F062E1BD7564178EA826_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleProperty_1__ctor_m3DAFF51BFA8D66BC9B73C16E5F757686FD6779A1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleProperty_1__ctor_m443B6DE72064AD17D0DCC30A50BBD74070BFA1BA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleProperty_1__ctor_m65F9182768D7F880E227299A89472BA6B87E7B4C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleProperty_1__ctor_m75B39A24CB8BFD62BE36FF0FEDE16E4B648F5D72_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleProperty_1__ctor_m97663FE3F7311C0133342C3CAB9BAEFA65038315_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleProperty_1__ctor_mC679F2652BD477C2111DACFA822A821BF4A9883C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleProperty_1__ctor_mECBBB18E89E4B454A6851BA55F2266DECC3483BA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleProperty_1__ctor_mF3B3EAE62A354347A1CDE48033CAB5D5A4CE038C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResolvedStyleProperty_1__ctor_mF795E529236E78F79253ED6D221DBE4F77F37077_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RightProperty_SetValue_mE60A1D4ECF5DFD82481AF4F1680467CDAB2979C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RotateProperty_SetValue_mC1374B55C30E6E173E3458D0702C61D6491940F9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ScaleProperty_SetValue_mF604E617B67396587A999C2986D6A4C864503505_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F_mA555C3F8E56EF9B586CA6B868951A84880313C83_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0_m5A909275A72203B4161A996EBFB503DD8BDA9157_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B_m2F81601BE4506D6C585DA5539210FB08972E325B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34_m3AA63687C84FE888B431AC60F7EDE46679F9C363_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904_mDB2355711EE15D844723B2B521C5178F4902A6BA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A_mC55DD1C7BC6058D5A12CA3DE65839A0BD0F64E57_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2_m69BD3101A74B41321546E2751DF646D4EB610CB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7_m980E27E4E6C02926D25BFFDEF0DF7B86D2C4B566_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4_m2DB4B8CDC30AEA7F69E9AF175DEEEADF256997EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367_m46F0FADDB445430FB28DA5D1A5E4F6884D9A0D3A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915_m1D6B301065FC8678565A1A179ED187E6D7DBAF0B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63_m4D2646D45B81A1B5C91B8B7E7080F6E36A570778_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A_m5D936E7D89B0490962316F11C3199C376E575A7D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C_m2DD45E28E05067361C23AF6459FC26220732E34C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F_m02C7F5437BD38F23BD0D7959FB0A6737F7F5E07C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_GetOrCreate_TisValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B_m9D347157570FF4DC0BC1A96EB5DC3A57DEA15B16_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_m59149E7FDDAC4E8D0A61B8FB1CC7903448920F25_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m2AD95507A725DE28DE5E96849079A65322417175_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m34C24D938044ADD71FFADAD44C32771D53DE01A1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m4681675678ACD0B638F1DE5B61E1FB551007A685_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mA6698B8B343450BE774AAFACE5329339B620513C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_m8E4D16083B78CFD9ACB4C401F281E9677C1BE232_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m22AF562422138D87A2E30829811FEA3C1A62595F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB97CADACE8C091B57839011BE99CE92EC7A16744_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m35F10294C0F650E36D89179C9EBDD14F1BED06F6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_mF48ED781CBE6F243450F08A3CA66A160BA853FF1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mCA0F0ADA23085C05A6E20E52FAC0B7FE37E5F40F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m7DA7B0363D2265A7C217459845364E86F6D093AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_mAF55C9EB61C8081E34D6DA31BB0B7749F7120DB4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_m6DA3A36592C69F444EC66E150A00D1E9D0D2E74F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StylePropertyAnimationSystem_StartTransition_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_m0BCC34376C9BBAEB7315E9F98CF2FF0578E354B7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleRotate_get_value_m20936D0783AD0F977486948A51C430265A61CAF4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleScale_get_value_mF8E29AE4DA4671C9462D02642348BF78A796854B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleTransformOrigin_get_value_m3DD31B222FEAF76A0D053A39820373A00BD1928E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleTranslate_get_value_m3D6727DEDAB4FF2313B2842FE295C41D4D9D0355_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_m529939662EAE4848C4BA2DEEAC1BAC5E51DCFD7A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m036FC7385BEB57C9ECFF132ED0C5EC3424E843F4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m69DFD9CFA8AE20300F0C672C3003C1CAF4136BAA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m5C298705517BE63DE8F15378CB631A54EC3E43E1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m09003FAEDCC5293C4A5E61DB442E7542D7FB1813_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisCursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_m4BE76C0E47C74266F63CDEBD29D856DB6B106D44_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m4D05686B6C612319B495EED7C4039376F1EA339D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF8CE1FAAC6AFD5C8F9D0B5ABD4104CEA9C19E3BC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_mFD470F50B244C87E17D3D1CCCE816F37BF5B6308_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_m578A05D1570B49E85EDDCD72DF135245C95C35A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mA60C5BDE415FBEB57283F54B0605D6B5DF975266_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mD89B266A21748320FB8179570375C14C41CA7DB7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_m44129A82CDF37A87AFE9D2CA407ECA2A7F32A3C5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_mEE17F9E46301EFF9469BB491481899DA9254DBEF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StyleValueExtensions_DebugString_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_mD15CD20D39E71BDF839B00EAF52DED38B42E5A1D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextOverflowProperty_SetValue_mC0B3CCC90AD090ADA71DB803245278A38FF33888_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TopProperty_SetValue_m7D692931F35B6FFDFFA23F82E56239F1BCB556BA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TransformOriginProperty_SetValue_m4233B9B2CC3067BA7CE2A8B1E661C3EB13376080_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TransitionDelayProperty_SetValue_m08E323B67D5E1960E635DC28A4E21F007DE0E748_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TransitionDurationProperty_SetValue_mD55042ECBEDFA08EB63FEEBD858BF35ABDA445F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TransitionPropertyProperty_SetValue_mBAA2D306D49FEC80F73739124A482CE2C70B45E3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TransitionTimingFunctionProperty_SetValue_m4BAE3504657D1BE936BFB3A94C6D3F9ED93B3F96_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TranslateProperty_SetValue_m024DD0D50EE12893DF2883896E84011DD55CF79C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypedUxmlAttributeDescription_1_set_defaultValue_mCCFDF65293F595155203C9BD9977733342224870_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypedUxmlAttributeDescription_1_set_defaultValue_mFD1C3A72D0C15C3CFA5ADF89C98C1B97C69A25E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityBackgroundImageTintColorProperty_SetValue_m319A87EF3D9219F8332C7833DD32C091674A31A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEditorTextRenderingModeProperty_SetValue_mDCA59D034A7DF929CFB517428BA3A95E25679B8E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityFontDefinitionProperty_SetValue_m0C345BB7ACB714AD6594AD1A2750207D068D7D0E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityFontProperty_SetValue_m5E7D2F3ECDDCF1C3D234CFC7E142342C8298F586_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityFontStyleAndWeightProperty_SetValue_m10C2227549F4C5C5BB02ECACB1EBA9817552EA22_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityParagraphSpacingProperty_SetValue_m28F8320EF612DB3AE18182EFBD624D156ABF7A69_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnitySliceBottomProperty_SetValue_m5AA66B5CAB4662713E32DF94A6048B2202A140E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnitySliceLeftProperty_SetValue_mA3E66E16C73F50F3FCAEC452DB5708F66A393EFD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnitySliceRightProperty_SetValue_mBBE667B1AECD76FA44CFEB37F8DDD6B4BC1A8301_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnitySliceScaleProperty_SetValue_m20C27AF586859AF726AB9E25108736821137AD39_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnitySliceTopProperty_SetValue_mBFC3F059239ACEF2C7B39F8C511AFBE4364B7366_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnitySliceTypeProperty_SetValue_m7C0602C8E6591BE3D3E3A90FA6268E71646AC124_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityTextAlignProperty_SetValue_mD9CB1DC4A8F2D6F9B7E786FE5F83916EF11AB1D5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityTextGeneratorProperty_SetValue_m85D194BCA0EEADEB665B05B23A4C69CA89751B59_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityTextOutlineColorProperty_SetValue_m6048D3A061ABBED01DA2B77C2ABEE40921E9F20F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityTextOutlineWidthProperty_SetValue_m04696FF70D3AF58D29CF6127D34D13CE4497BC36_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityTextOverflowPositionProperty_SetValue_mF9A0949594A195EBC3FD78AF89FD4461D2ADA433_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UxmlAssetAttributeDescription_1__ctor_mEEB5B76E1CC09511D9BF487273A0C5E750C88D62_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UxmlEnumAttributeDescription_1__ctor_m4CCA10CF8BCF5B71A8DB9CAF3A0286EBC2AE060C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UxmlEnumAttributeDescription_1__ctor_mB8B2B482F9314405BC833C67B063C0DABF06123E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UxmlFactory_2__ctor_m0DE9710616849DEAFBFB161517AA1ACB0EAAD99E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UxmlTraits_Init_m5CDDC1216CB5BA22DF16A19E01C37EF26B4AF8FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValuesColor_IsSame_m0F902ACD681D6809CEAD28F560A481689CC82E9E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValuesDiscrete_1__ctor_m0E4BD2599AB0377656A8065339C19DB6E099FC27_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValuesDiscrete_1__ctor_m7BE964AEE34D961968544FAF8BDE0EEF177DB22F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValuesDiscrete_1__ctor_mA5E3A335CD04AB1496F9C42E7BDA9D6E1551BB66_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValuesDiscrete_1__ctor_mFDAFF02FCBE6E8293FD5C7BE340D296D32DF674F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValuesFloat_IsSame_m13A1F5F28A1BC71D2BEA07DB4F1BC27F7BC24809_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValuesInt_IsSame_m0BA28D0C5011480BE691A04C6717979B59FD5778_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValuesLength_IsSame_m1CE2286D0CFDD28167E40403F45C40958964EFF6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Values_1__ctor_m14E59C062E826E30FCDC4DEF3E693F23E4929089_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Values_1__ctor_m5CE5F1D9F61E3AF72965AA1A75B51EED016BD774_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Values_1__ctor_m94B69C26ECEB0D2B15FE237DDF63030D0BC0B910_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Values_1__ctor_mF2E3EEC44174E391276F9E3F4906DF800C856EA9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VisibilityProperty_SetValue_mB2D1E178C34774CE2A74AC491082137E62317CC4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VisualElementScheduledItem_1__ctor_m5C11467230133FF7068E1F86399586A741F63888_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VisualElementScheduledItem_1__ctor_m9A98EB7FE380CABA72F8E8C46CF98D3954529110_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WhiteSpaceProperty_SetValue_mA74E14031144D5530554987C5ECCFDFD6633CEBF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WidthProperty_SetValue_m5B37DD35CE2D5267068B733DD9D996C4BDD76C3D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WordSpacingProperty_SetValue_m28F80CB83AF53A0D922DC0A04B028F8BBA823E99_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_0_0_0_var;
|
|
struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8;;
|
|
struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_com;
|
|
struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_com;;
|
|
struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_pinvoke;
|
|
struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_pinvoke;;
|
|
struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com;
|
|
struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke;
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com;
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke;
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com;
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke;
|
|
struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82;;
|
|
struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_com;
|
|
struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_com;;
|
|
struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_pinvoke;
|
|
struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_pinvoke;;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C;;
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com;
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com;;
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke;
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke;;
|
|
struct PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com;
|
|
struct PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke;
|
|
struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7;;
|
|
struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com;
|
|
struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com;;
|
|
struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke;
|
|
struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke;;
|
|
struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7;;
|
|
struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com;
|
|
struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com;;
|
|
struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke;
|
|
struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke;;
|
|
struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E;;
|
|
struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com;
|
|
struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com;;
|
|
struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke;
|
|
struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke;;
|
|
|
|
struct StyleDataU5BU5D_tF87CDE51588E78D4C87C144731581FB5284776E0;
|
|
struct StyleDataU5BU5D_t73BFD33363F897414B879236BE0A0DCA6962B9AB;
|
|
struct StyleDataU5BU5D_t2EA8BFBB228BC22ECF5964A1BCC0289725FB4389;
|
|
struct StyleDataU5BU5D_tD406BDE6B313334D7A7241DDEA636226CC9C0043;
|
|
struct StyleDataU5BU5D_tDA10AD1016A9574B39F73BE1DBE2E3A55720EAA9;
|
|
struct StyleDataU5BU5D_t8ACFC9D6C572747CB5326B98E34DEE3AC989D876;
|
|
struct StyleDataU5BU5D_t73D276E94B9F65AFF0A22B0D465D05D5E9438F5E;
|
|
struct TimingDataU5BU5D_t03C8C38B8DBF52B9A23FB2B77BEC41E63D4A3994;
|
|
struct TimingDataU5BU5D_t9253C6811381B1932706D115D067841C7175C077;
|
|
struct TimingDataU5BU5D_tA5BE0E019AB587A0072682D5535D2295EC6F04B9;
|
|
struct TimingDataU5BU5D_t370B0476A79A76456F04BA6664A963CC579E9CD0;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359;
|
|
struct StylePropertyNameU5BU5D_t531626CF806E3F3D348D1F38A9109767014C35F8;
|
|
struct StyleValueU5BU5D_t544D1F13B44DC23CA765A18E32B7779768FDF0C8;
|
|
struct VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF;
|
|
|
|
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 BaseUxmlFactory_2_t6F81C3130D6A76D7ADD859DDFE66FAC8B9C020F8 : public RuntimeObject
|
|
{
|
|
UxmlTraits_t45D4AB9B0148A110826C5201495FF23814A12E4B* ___m_Traits;
|
|
};
|
|
struct Dictionary_2_tF0159087E88823BAC2B237F3220D70374B2FFFA4 : public RuntimeObject
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
|
|
EntryU5BU5D_tB643B070799A9C01197291F092F3769E7F987F53* ____entries;
|
|
int32_t ____count;
|
|
int32_t ____freeList;
|
|
int32_t ____freeCount;
|
|
int32_t ____version;
|
|
RuntimeObject* ____comparer;
|
|
KeyCollection_t6590A40DE59D769CD6E9E156FFE2BB153F1A7E29* ____keys;
|
|
ValueCollection_tEB967E9377461148490921DD9E17064EADC05E19* ____values;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00 : public RuntimeObject
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
|
|
EntryU5BU5D_tAB6DD8643F354E2C224351F29FE2B06BCD836645* ____entries;
|
|
int32_t ____count;
|
|
int32_t ____freeList;
|
|
int32_t ____freeCount;
|
|
int32_t ____version;
|
|
RuntimeObject* ____comparer;
|
|
KeyCollection_t7C4D5109AFA642572467D1455E09003E4E2C3510* ____keys;
|
|
ValueCollection_t174015ACA35495B64C85AA1548AB9AF993DA34C8* ____values;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7 : public RuntimeObject
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
|
|
EntryU5BU5D_t524C33EA8D08013B8734724ABCA925485CF3B799* ____entries;
|
|
int32_t ____count;
|
|
int32_t ____freeList;
|
|
int32_t ____freeCount;
|
|
int32_t ____version;
|
|
RuntimeObject* ____comparer;
|
|
KeyCollection_tAE1CD1CE327D07F072532A89E6854F2C33EB014A* ____keys;
|
|
ValueCollection_t04D5F77EBC72D81BB7FE7199D6C9DC65DEB60064* ____values;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t7BA5B91B2D09CF4995809331967384256F2AF331 : public RuntimeObject
|
|
{
|
|
IProperty_1U5BU5D_tB739BF28E64B96F27C74A229314D9E0483295FB4* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B : public RuntimeObject
|
|
{
|
|
EasingFunctionU5BU5D_t3EEBBFFAD92EA74C3960D5F78D2A98BCEEA62E49* ____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_t365205E6BE687FCF41975C16741DD9C303C1C269 : public RuntimeObject
|
|
{
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268 : public RuntimeObject
|
|
{
|
|
StylePropertyNameU5BU5D_t531626CF806E3F3D348D1F38A9109767014C35F8* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E : public RuntimeObject
|
|
{
|
|
StyleValueU5BU5D_t544D1F13B44DC23CA765A18E32B7779768FDF0C8* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF : public RuntimeObject
|
|
{
|
|
TimeValueU5BU5D_t3EB79C5975D39A0E711250FD8A9547F5312746DE* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95 : public RuntimeObject
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t491E344573B9D6F61E36AF56132B7412453928C9 : public RuntimeObject
|
|
{
|
|
ValuesU5BU5D_t5332999C48416329B2A447FCD8C71113DDB459EA* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct Property_2_tF5AAB0973A54C42D0EB4B3563526C4E050767674 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t796E3BCB1C9BD4B9BF60CED9E6225504AF7C1535 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t2EF14A54BBD46B66000C64EC730A669759D20DE8 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t7FD3AC96C919BD49FD7515F2157D1024EA47F1F5 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tA65898ACBEC9401F2D505527A3C6017930E0BF50 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tADAAA45A19D135AC7BF27E7E3B68BB7ED79F587B : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t28460B268DE895AFA28B661F28C3C59001E6A997 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t111DA6CB67A429D4ABA30B0D124CB3A83B1BF2BD : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t41044ADE97570D6665587B73EAC04ED91E03E0FE : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t25CE653DBABA5467851401089EDB70554DF58AD6 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tCF749C2363A15A7CD95F35983CD442F39F4C156F : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tC29B1D4C6EE75548317D971FB1B608BA0DAAA701 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t4B70540565104FD011B434110AE4644AD80C7F1D : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tB2A30C6D514D673844C00761FFB091247001D18B : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t030C4F91DB717548E27383233B80CD22F21031AB : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t7CE305A759213A4B602D2C2ABCC6D5B731BC4E57 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tDEDFB67E8E8EC8EDE7259E920BA7DA699D6F414F : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t661DB1267F683022DB89A8B08811251FB6245DA4 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tB280420DE8008749890A7833450B9107875EF85D : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t4D62363E183284207B54CD3FF53DB1E83E985376 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t849776282F31C106B0EF812B15B7B67DE521F68A : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tB92C3DAB67D9A7820AD28D03475C04B14880978B : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t7B0D8BC579C5CA9F85F7499DA3E6A2304BE97166 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t9258479C17F30403ADDDEA93E3051292EB15AC1F : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t27BFB7E25ADF56D0258A025534E410777138AC4F : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t8FEFF48D74188DB185177E7F94FEE3A3775A8F27 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t1E0B1990536BAA7FFB15933672763DCA85DC4277 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t0A4E9D086B3ECF8879171A24AAD8F704D5DB6FB0 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t0DDB5B59477F0A02C8A8F269F06D743F48367088 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t6321AF833D23DD02F3FF2A6B9FD468E006B3A051 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tF546B02D52848D5B5DEC74F8920D30DB2F4842FE : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tDBDB57A54478917540164FAE08F4C7F3488D8FDE : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t5ED49E1D9ABF8851791E99F59041DBC908CD3DFB : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t7F1860B0F407B68AA42D1550BA872EDEF66E3829 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tF02A6085787C29611D567D6B97CCAF8975FC5402 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tA469FC6BF6D4D9E289AF0AD996F3BAB81E17E35A : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t00E6E76E8E1109CD047F45B48B9F72840FC4DB8C : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tEA988FCCA920380D554C21ACFDC02086DD1E64E7 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t64A3B99E5DD9631D63E9CEDDC21F34A995B10FF3 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tFD515E1DB9D294B88181DD785B0017942BA70339 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_tF9D0AB1B5BE3BD47AE426A0488CC50A71AA69EC3 : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct Property_2_t33B191F2432A0DDBEC70193F85D7259261A43C8B : public RuntimeObject
|
|
{
|
|
List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes;
|
|
};
|
|
struct BaseUxmlTraits_t2A13D24373542A6401FE350C5119DE0FCE86E21E : public RuntimeObject
|
|
{
|
|
bool ___U3CcanHaveAnyAttributeU3Ek__BackingField;
|
|
};
|
|
struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 : public RuntimeObject
|
|
{
|
|
bool ___isIMGUIContainer;
|
|
EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85* ___m_CallbackRegistry;
|
|
};
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
|
|
{
|
|
bool ___m_isReadOnly;
|
|
int32_t ___cultureID;
|
|
int32_t ___parent_lcid;
|
|
int32_t ___datetime_index;
|
|
int32_t ___number_index;
|
|
int32_t ___default_calendar_type;
|
|
bool ___m_useUserOverride;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo;
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo;
|
|
String_t* ___m_name;
|
|
String_t* ___englishname;
|
|
String_t* ___nativename;
|
|
String_t* ___iso3lang;
|
|
String_t* ___iso2lang;
|
|
String_t* ___win3lang;
|
|
String_t* ___territory;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo;
|
|
void* ___textinfo_data;
|
|
int32_t ___m_dataItem;
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture;
|
|
bool ___constructed;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form;
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData;
|
|
bool ___m_isInherited;
|
|
};
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_isReadOnly;
|
|
int32_t ___cultureID;
|
|
int32_t ___parent_lcid;
|
|
int32_t ___datetime_index;
|
|
int32_t ___number_index;
|
|
int32_t ___default_calendar_type;
|
|
int32_t ___m_useUserOverride;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo;
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo;
|
|
char* ___m_name;
|
|
char* ___englishname;
|
|
char* ___nativename;
|
|
char* ___iso3lang;
|
|
char* ___iso2lang;
|
|
char* ___win3lang;
|
|
char* ___territory;
|
|
char** ___native_calendar_names;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo;
|
|
void* ___textinfo_data;
|
|
int32_t ___m_dataItem;
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture;
|
|
int32_t ___constructed;
|
|
Il2CppSafeArray* ___cached_serialized_form;
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData;
|
|
int32_t ___m_isInherited;
|
|
};
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com
|
|
{
|
|
int32_t ___m_isReadOnly;
|
|
int32_t ___cultureID;
|
|
int32_t ___parent_lcid;
|
|
int32_t ___datetime_index;
|
|
int32_t ___number_index;
|
|
int32_t ___default_calendar_type;
|
|
int32_t ___m_useUserOverride;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo;
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo;
|
|
Il2CppChar* ___m_name;
|
|
Il2CppChar* ___englishname;
|
|
Il2CppChar* ___nativename;
|
|
Il2CppChar* ___iso3lang;
|
|
Il2CppChar* ___iso2lang;
|
|
Il2CppChar* ___win3lang;
|
|
Il2CppChar* ___territory;
|
|
Il2CppChar** ___native_calendar_names;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo;
|
|
void* ___textinfo_data;
|
|
int32_t ___m_dataItem;
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture;
|
|
int32_t ___constructed;
|
|
Il2CppSafeArray* ___cached_serialized_form;
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData;
|
|
int32_t ___m_isInherited;
|
|
};
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472 : public RuntimeObject
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___numberGroupSizes;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___currencyGroupSizes;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___percentGroupSizes;
|
|
String_t* ___positiveSign;
|
|
String_t* ___negativeSign;
|
|
String_t* ___numberDecimalSeparator;
|
|
String_t* ___numberGroupSeparator;
|
|
String_t* ___currencyGroupSeparator;
|
|
String_t* ___currencyDecimalSeparator;
|
|
String_t* ___currencySymbol;
|
|
String_t* ___ansiCurrencySymbol;
|
|
String_t* ___nanSymbol;
|
|
String_t* ___positiveInfinitySymbol;
|
|
String_t* ___negativeInfinitySymbol;
|
|
String_t* ___percentDecimalSeparator;
|
|
String_t* ___percentGroupSeparator;
|
|
String_t* ___percentSymbol;
|
|
String_t* ___perMilleSymbol;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___nativeDigits;
|
|
int32_t ___m_dataItem;
|
|
int32_t ___numberDecimalDigits;
|
|
int32_t ___currencyDecimalDigits;
|
|
int32_t ___currencyPositivePattern;
|
|
int32_t ___currencyNegativePattern;
|
|
int32_t ___numberNegativePattern;
|
|
int32_t ___percentPositivePattern;
|
|
int32_t ___percentNegativePattern;
|
|
int32_t ___percentDecimalDigits;
|
|
int32_t ___digitSubstitution;
|
|
bool ___isReadOnly;
|
|
bool ___m_useUserOverride;
|
|
bool ___m_isInvariant;
|
|
bool ___validForParseAsNumber;
|
|
bool ___validForParseAsCurrency;
|
|
};
|
|
struct ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45 : public RuntimeObject
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CveU3Ek__BackingField;
|
|
};
|
|
struct ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0 : public RuntimeObject
|
|
{
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___timerUpdateStopCondition;
|
|
int64_t ___U3CstartMsU3Ek__BackingField;
|
|
int64_t ___U3CdelayMsU3Ek__BackingField;
|
|
int64_t ___U3CintervalMsU3Ek__BackingField;
|
|
int64_t ___U3CendTimeMsU3Ek__BackingField;
|
|
};
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
int32_t ____stringLength;
|
|
Il2CppChar ____firstChar;
|
|
};
|
|
struct StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718 : public RuntimeObject
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2* ___m_Floats;
|
|
ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367* ___m_Ints;
|
|
ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915* ___m_Lengths;
|
|
ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904* ___m_Colors;
|
|
ValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A* ___m_Enums;
|
|
ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34* ___m_Backgrounds;
|
|
ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7* ___m_FontDefinitions;
|
|
ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4* ___m_Fonts;
|
|
ValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C* ___m_TextShadows;
|
|
ValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A* ___m_Scale;
|
|
ValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63* ___m_Rotate;
|
|
ValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B* ___m_Translate;
|
|
ValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F* ___m_TransformOrigin;
|
|
ValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F* ___m_BackgroundPosition;
|
|
ValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0* ___m_BackgroundRepeat;
|
|
ValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B* ___m_BackgroundSize;
|
|
List_1_t491E344573B9D6F61E36AF56132B7412453928C9* ___m_AllValues;
|
|
Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7* ___m_PropertyToValues;
|
|
};
|
|
struct StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377 : public RuntimeObject
|
|
{
|
|
List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* ___m_Values;
|
|
};
|
|
struct StyleValueExtensions_t726B74FF15FD6E36DAD4BF0C34078437975FF358 : public RuntimeObject
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
struct Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24 : public RuntimeObject
|
|
{
|
|
};
|
|
struct CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1 : public RuntimeObject
|
|
{
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___m_CustomProperties;
|
|
float ___m_DpiScaling;
|
|
};
|
|
struct TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A : public RuntimeObject
|
|
{
|
|
Type_t* ___U3CtypeU3Ek__BackingField;
|
|
String_t* ___m_FullTypeName;
|
|
String_t* ___m_TypeName;
|
|
};
|
|
struct EqualityComparer_tAB3DE3EC03DA9EBCBCD97B14F40C00DE8294A30A : public RuntimeObject
|
|
{
|
|
};
|
|
struct AnimationDataSet_2_t07C050B2EAC67E726A0EDE08E5279AEDE10CD2E1
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_t4FC6419C796BBADFEC77D9CB97A3FB7B1C6D5CB8* ___timing;
|
|
BackgroundU5BU5D_t29762095DD694E79A85A59135735FF02E54C4B46* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t9FD04DD5C0CD3B6180092DE7676DDC756FC786AF
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_t04C37E9E4610BD5AD506FBF44A70B67094BD830F* ___timing;
|
|
BackgroundPositionU5BU5D_t3A9A1E8B7AC3D805C5B076C9A84B5156D7201E9C* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t18EF78C55E2C6CA82EDADCCE2ED1DF0D1770EE1A
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_t63540E68D710CD687031247DE830B4C69D2F59B9* ___timing;
|
|
BackgroundRepeatU5BU5D_t6B8E9E75430914546B34BCF9BA2980B9856C0E8A* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_tA5AD3EFED2486A56FE1481F0B84A50D217C204D5
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_t3F3762ED9652745B824B4299071508F47EFF287C* ___timing;
|
|
BackgroundSizeU5BU5D_t248A7E088E1CDED6F93FD775DA7DC827CC78A4E6* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t5C2C52995428480EE498ED27BBDAFCCE55045703
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_tDFE3104887D7AEB406BC646123D7C8AA698EB58A* ___timing;
|
|
ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t92FCAA6D89846E7F4BBF5F806D25FD218AD2DF9D
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_t024015F2FF2FC69854D9FD05CE50190B4B1F3A64* ___timing;
|
|
FontU5BU5D_t418554EC037A82050D1E53593D5B2A8C395054F3* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t484294514C51AC5E0E440CDA5AF2A1043C53E0FC
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_t568C72D6625FA05F854FF86F02910C531D98B72E* ___timing;
|
|
FontDefinitionU5BU5D_t31BDC3E2D72918B36F815F95F7CBA1F057E3DA39* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t4DB9D41C1AF8039FC6D44B76F29446F2BEC85A14
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_t920355EC41DECEE4E1D5688CEA971923802FC9A3* ___timing;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_tC6CE5153E3EAA98BB106BC6F00B2A9DE6FD23D69
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_tE2C14BF5968870FDDD993014F93FDE3FC5572837* ___timing;
|
|
LengthU5BU5D_t6E92E14664BA86924824C32A0BBE10AEC53C7FAE* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_tC89D9008D3FFA8DFDC3145842EFEC11F9D8EBEAC
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_t4EA7859B72A26B20006E0BD02EC63611C4C71485* ___timing;
|
|
RotateU5BU5D_tD482C518713DEC5763C34C827A9B6DB565776772* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_tF4CF89DB617BD2ACE24400B864B2FB32EADB9D04
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_tF2D26ADE6FCC1E97FB2FFC1DC56D63F08E711A3C* ___timing;
|
|
ScaleU5BU5D_tE608175710457D7343DD849244BF59B58157F0EF* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t37FCD741F1DDE73FBF7D33FB969BB39D5F0EB530
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_t60D6EDC5438323017497721F3A8E4A0376F2B741* ___timing;
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t41E105586D98932D715A57A47A3E21B5C3A7B340
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_t8EE2FFAAC9B7C301CF4690109183A2EFDFC5A20F* ___timing;
|
|
TextShadowU5BU5D_tF37C87EBD3D8745BEDABCE2EA499DE16C15B5D8C* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t4532152E7A78B3E14F61FA9CA7C80BC1C3269D33
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_tB3A736D4DE7E747B7C1B6CA7B36EB41FA6207653* ___timing;
|
|
TransformOriginU5BU5D_t0BDBC9C8F1888009152284DC2903B3C289F826DA* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t9D395E96FBE02DA4D17B2E175F9B5C297C1BBAA8
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
EmptyDataU5BU5D_tFD0240910F0FF75CC94A141EDE346043BD9C179C* ___timing;
|
|
TranslateU5BU5D_t9199DFD72A8EC5FA4C33D75E5F85242F9F97E358* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_t0DDECCB612303E94B577E5978AB4B36B5192AFB1* ___timing;
|
|
StyleDataU5BU5D_tF87CDE51588E78D4C87C144731581FB5284776E0* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t952F1EF82DC8F231554FB8F5319C6CEFE19C942F
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_tB59614EDFD456A9D0C50D5E4B6DFAEF1C9B0606E* ___timing;
|
|
StyleDataU5BU5D_tD9E457626AC4613246F0BBE7C5F1B5EF6A50D30C* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t647999749E6B9801C0C8953F11E559B9C96006BF
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_t891187B5D88D530DCF2E0A53C69E65CDF57E19F7* ___timing;
|
|
StyleDataU5BU5D_tF10AF159C83CE1BB3C0FB659415EF842A5BCD2A4* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_tE94295BBFE7C7740ED6502E4CF11CFAE46A2795F
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_t2FDC971B8F0CD2A0D51BB21D5952408FFDBFCBEA* ___timing;
|
|
StyleDataU5BU5D_t476DE2D30E9F5739AE2B3D5330A62F94D78E369C* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_t03C8C38B8DBF52B9A23FB2B77BEC41E63D4A3994* ___timing;
|
|
StyleDataU5BU5D_t73BFD33363F897414B879236BE0A0DCA6962B9AB* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_t7D21FA13314B030338650732321EC6B9E93FF0F6* ___timing;
|
|
StyleDataU5BU5D_t2EA8BFBB228BC22ECF5964A1BCC0289725FB4389* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_t45DAD27FEA03547B7581715461816FA37E7EC651* ___timing;
|
|
StyleDataU5BU5D_tD406BDE6B313334D7A7241DDEA636226CC9C0043* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_t9253C6811381B1932706D115D067841C7175C077* ___timing;
|
|
StyleDataU5BU5D_tDA10AD1016A9574B39F73BE1DBE2E3A55720EAA9* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_tA5BE0E019AB587A0072682D5535D2295EC6F04B9* ___timing;
|
|
StyleDataU5BU5D_t8ACFC9D6C572747CB5326B98E34DEE3AC989D876* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t0C85CDF29C591FFB68A31A73E030182698C727FA
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_tE963FB40D15F6761CC687300F7A3EFCD58A8505A* ___timing;
|
|
StyleDataU5BU5D_tBB18CE54D6B9B54229E01AFF7CCB44B8305F2386* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t295398C1274FE0EB846F0554EBF4EF36A80BCDBE
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_t0BCD78985159E6EF1D974E34B209EDE880E06269* ___timing;
|
|
StyleDataU5BU5D_t988DBB7FAB3D7D4E114C94A5CF2E305E3FFB2A7F* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_t370B0476A79A76456F04BA6664A963CC579E9CD0* ___timing;
|
|
StyleDataU5BU5D_t73D276E94B9F65AFF0A22B0D465D05D5E9438F5E* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t9B3435A0C6251F2602B478702F4F7EC8CEDBC437
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_tE92E1403336542C4CF4B76824A22545D0EB14E14* ___timing;
|
|
StyleDataU5BU5D_t597C3C3BF0BFFC87AB6037E85E0829D999602263* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t51062A50DDCEFF7458A164F033D211C9E0701513
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_t1C0E9B6D937D57C27438BFA33BC2DB905EE4973E* ___timing;
|
|
StyleDataU5BU5D_tDCCCED3D71A0A84CDB77E5222463121D4EB611CC* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct AnimationDataSet_2_t22FC41AC7166F393727321C212FD541AA7DC4880
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements;
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties;
|
|
TimingDataU5BU5D_t634CA6261A1EDA23867D38722881D8D9610065E3* ___timing;
|
|
StyleDataU5BU5D_tAD21796096D8CBCE199118430F1C659AA1DFB822* ___style;
|
|
int32_t ___count;
|
|
Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices;
|
|
};
|
|
struct CustomStyleProperty_1_tE4B20CAB5BCFEE711EB4A26F077DC700987C0C2D
|
|
{
|
|
String_t* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke
|
|
{
|
|
char* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com
|
|
{
|
|
Il2CppChar* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
struct CustomStyleProperty_1_t6871E5DBF19AB4DC7E1134B32A03B7A458D52E9F
|
|
{
|
|
String_t* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke
|
|
{
|
|
char* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com
|
|
{
|
|
Il2CppChar* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
struct CustomStyleProperty_1_t697913D630F101B4E464B7E9EA06368015C9C266
|
|
{
|
|
String_t* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke
|
|
{
|
|
char* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com
|
|
{
|
|
Il2CppChar* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
struct CustomStyleProperty_1_t21332918528099194FD36C74FF0FA14696F39493
|
|
{
|
|
String_t* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke
|
|
{
|
|
char* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com
|
|
{
|
|
Il2CppChar* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
struct CustomStyleProperty_1_t2F4206AD914A542566326F41DFB2E2A79639E2B4
|
|
{
|
|
String_t* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke
|
|
{
|
|
char* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com
|
|
{
|
|
Il2CppChar* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
struct CustomStyleProperty_1_t6DA6A9F254D124ACEDCE61FF80970908A6715335
|
|
{
|
|
String_t* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke
|
|
{
|
|
char* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com
|
|
{
|
|
Il2CppChar* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
struct CustomStyleProperty_1_t53F01DB17DD6900DF964560312FF648796485BDA
|
|
{
|
|
String_t* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke
|
|
{
|
|
char* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com
|
|
{
|
|
Il2CppChar* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
struct CustomStyleProperty_1_t01584891E0B395EBB431AF255A7FB1D43CEBD7A7
|
|
{
|
|
String_t* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke
|
|
{
|
|
char* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
#ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
#define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define
|
|
struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com
|
|
{
|
|
Il2CppChar* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
#endif
|
|
struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A
|
|
{
|
|
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list;
|
|
int32_t ____index;
|
|
int32_t ____version;
|
|
RuntimeObject* ____current;
|
|
};
|
|
struct Enumerator_tB70AE61864AD2008C8CDDE421848AD69E69AE525
|
|
{
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ____list;
|
|
int32_t ____index;
|
|
int32_t ____version;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ____current;
|
|
};
|
|
struct Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041
|
|
{
|
|
List_1_t491E344573B9D6F61E36AF56132B7412453928C9* ____list;
|
|
int32_t ____index;
|
|
int32_t ____version;
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* ____current;
|
|
};
|
|
struct IndexedCollectionPropertyBagEnumerable_1_tC684E0189CED2439020754C67373EFEA5EED385E
|
|
{
|
|
RuntimeObject* ___m_Impl;
|
|
RuntimeObject* ___m_Container;
|
|
};
|
|
struct IndexedCollectionPropertyBagEnumerable_1_t26CAB0ACE9498B53C20EA029EA3568DAE2635ECF
|
|
{
|
|
RuntimeObject* ___m_Impl;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* ___m_Container;
|
|
};
|
|
struct ResolvedStyleProperty_1_t6EA1CE0DD90C9F371729075C95E64FB454D68E5B : public Property_2_t2EF14A54BBD46B66000C64EC730A669759D20DE8
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_tB204B9357DCA240DD86CBECD84DB6B2740126C5B : public Property_2_t7FD3AC96C919BD49FD7515F2157D1024EA47F1F5
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t2C2EF94655E6FC0A3526F3462DA11828287DDC1E : public Property_2_tA65898ACBEC9401F2D505527A3C6017930E0BF50
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_tDE523964803A7EAEFE6898322914EDB63BCC8CF6 : public Property_2_tADAAA45A19D135AC7BF27E7E3B68BB7ED79F587B
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t34F88AE0418361E890AC90009C99610E5828A405 : public Property_2_t28460B268DE895AFA28B661F28C3C59001E6A997
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_tD76362AD3729488BDB66570A22FD4AA6F0CCF132 : public Property_2_t111DA6CB67A429D4ABA30B0D124CB3A83B1BF2BD
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t68D7F18D843069CF15D3E8600D2F8530C4EEFEBD : public Property_2_t41044ADE97570D6665587B73EAC04ED91E03E0FE
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_tD91C3AC845F5697A12C112C1727EDDC29FB0C769 : public Property_2_t25CE653DBABA5467851401089EDB70554DF58AD6
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t54C6F61292BFDDD67052B564E23968363587AD9A : public Property_2_tCF749C2363A15A7CD95F35983CD442F39F4C156F
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t41C4BF73D738CD6E27E0E858C3A3B4D666EA5498 : public Property_2_tC29B1D4C6EE75548317D971FB1B608BA0DAAA701
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_tD4ABF516F400C0DFEFAE71AF0B257EC1B81CF7A3 : public Property_2_t4B70540565104FD011B434110AE4644AD80C7F1D
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_tEC83E4B2A45499BD3AD70D4F23E08D3CC7C97348 : public Property_2_tB2A30C6D514D673844C00761FFB091247001D18B
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_tA70DB60D6DFF3B448C1CE76EF2AB15DF9867B89D : public Property_2_t030C4F91DB717548E27383233B80CD22F21031AB
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t6EBDC7EF648FE9FF0576E922AF886C5DF430F146 : public Property_2_t7CE305A759213A4B602D2C2ABCC6D5B731BC4E57
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t217F1860486EF84B82EB3EFDDA3D54594768DF28 : public Property_2_tDEDFB67E8E8EC8EDE7259E920BA7DA699D6F414F
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t76855958FFCE2F23F4562FD8CBC42966155E2F22 : public Property_2_t661DB1267F683022DB89A8B08811251FB6245DA4
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_tEC9109164478D8BCB70D26CFA00F16C191DEF322 : public Property_2_tB280420DE8008749890A7833450B9107875EF85D
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t20A66C00742165DE27840BFD69B40036E1191434 : public Property_2_t4D62363E183284207B54CD3FF53DB1E83E985376
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_tCC8EAC2A87E5D5FDBCE83B984DC4624D68FC5F97 : public Property_2_t849776282F31C106B0EF812B15B7B67DE521F68A
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_tDE6780C1D9DDB4002310E122143CEA69C3911968 : public Property_2_tB92C3DAB67D9A7820AD28D03475C04B14880978B
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t5F78918229E14488BF827C2EF70F9E5EC4332A8A : public Property_2_t7B0D8BC579C5CA9F85F7499DA3E6A2304BE97166
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t82CD25C90A1C4A2BB925ED46736820D954533D64 : public Property_2_t9258479C17F30403ADDDEA93E3051292EB15AC1F
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t80C0FD8EE9A8D4A43BF7B9836D9736EDA9C00CB9 : public Property_2_t27BFB7E25ADF56D0258A025534E410777138AC4F
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t978EB3C728AA9A723EEC2B53F660AEFDAFC683B9 : public Property_2_t8FEFF48D74188DB185177E7F94FEE3A3775A8F27
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t6168EBF0BED176EE2C31F6A7DB2C9E1191A451A6 : public Property_2_t1E0B1990536BAA7FFB15933672763DCA85DC4277
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t0C04DEDC84223DA1FE0593F347F9AE73A6417263 : public Property_2_t0A4E9D086B3ECF8879171A24AAD8F704D5DB6FB0
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t85EF4965DB3200C5FD14DFCEA8632B908553242E : public Property_2_t0DDB5B59477F0A02C8A8F269F06D743F48367088
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t813588A5571F0430482B38BE70929F40B921D36D : public Property_2_t6321AF833D23DD02F3FF2A6B9FD468E006B3A051
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t6C19759B1BF7FDE8B2D28A74B6F192F528A91F35 : public Property_2_tF546B02D52848D5B5DEC74F8920D30DB2F4842FE
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t547122FBF0494E40903F774744805F21EA1DDE9F : public Property_2_tDBDB57A54478917540164FAE08F4C7F3488D8FDE
|
|
{
|
|
};
|
|
struct ResolvedStyleProperty_1_t7E1D3BE14CB7237A4BDB64476A492DE1CB2F2D1B : public Property_2_t5ED49E1D9ABF8851791E99F59041DBC908CD3DFB
|
|
{
|
|
};
|
|
struct StyleData_t3E4A29038DDBDCB28D9E44F7EE3218AA8169F385
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___startValue;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___endValue;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___reversingAdjustedStartValue;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___currentValue;
|
|
};
|
|
struct StyleData_t8D7506F1365A34AF8BCC7E63AABBB64F8330C595
|
|
{
|
|
int32_t ___startValue;
|
|
int32_t ___endValue;
|
|
int32_t ___reversingAdjustedStartValue;
|
|
int32_t ___currentValue;
|
|
};
|
|
struct StyleData_t3B3F0F1CEB43B375FD26CB3095AAC800DC07A976
|
|
{
|
|
float ___startValue;
|
|
float ___endValue;
|
|
float ___reversingAdjustedStartValue;
|
|
float ___currentValue;
|
|
};
|
|
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 TimingData_t34C4E95C26A0148A8A1940FA3BE460BD371FE5FE
|
|
{
|
|
int64_t ___startTimeMs;
|
|
int32_t ___durationMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___easingCurve;
|
|
float ___easedProgress;
|
|
float ___reversingShorteningFactor;
|
|
bool ___isStarted;
|
|
int32_t ___delayMs;
|
|
};
|
|
struct TimingData_tB9F07E55FE507E685F5E816A57949C38DCD6E263
|
|
{
|
|
int64_t ___startTimeMs;
|
|
int32_t ___durationMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___easingCurve;
|
|
float ___easedProgress;
|
|
float ___reversingShorteningFactor;
|
|
bool ___isStarted;
|
|
int32_t ___delayMs;
|
|
};
|
|
struct TimingData_t9FA7CAC423BACD236FBF49326BDD83D06DF44288
|
|
{
|
|
int64_t ___startTimeMs;
|
|
int32_t ___durationMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___easingCurve;
|
|
float ___easedProgress;
|
|
float ___reversingShorteningFactor;
|
|
bool ___isStarted;
|
|
int32_t ___delayMs;
|
|
};
|
|
struct TimingData_t7E5D81E44DD38F0BFB0350F529E539BB94000C7A
|
|
{
|
|
int64_t ___startTimeMs;
|
|
int32_t ___durationMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___easingCurve;
|
|
float ___easedProgress;
|
|
float ___reversingShorteningFactor;
|
|
bool ___isStarted;
|
|
int32_t ___delayMs;
|
|
};
|
|
struct UxmlFactory_2_t8B529BB33B158D8CF1298056F781DA2F04D7194F : public BaseUxmlFactory_2_t6F81C3130D6A76D7ADD859DDFE66FAC8B9C020F8
|
|
{
|
|
};
|
|
struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage;
|
|
};
|
|
struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_pinvoke
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage;
|
|
};
|
|
struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_com
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage;
|
|
};
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
bool ___m_value;
|
|
};
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
|
|
{
|
|
Il2CppChar ___m_value;
|
|
};
|
|
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
|
|
{
|
|
float ___r;
|
|
float ___g;
|
|
float ___b;
|
|
float ___a;
|
|
};
|
|
struct CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CtargetU3Ek__BackingField;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___U3CveaIdsPathU3Ek__BackingField;
|
|
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___U3CvisualTreeAssetU3Ek__BackingField;
|
|
Dictionary_2_t41165BF747F041590086BE39A59BE164430A3CEF* ___U3CslotInsertionPointsU3Ek__BackingField;
|
|
List_1_t9DBFF1202B9CF140B233388CFB97CA59663D27D2* ___U3CattributeOverridesU3Ek__BackingField;
|
|
List_1_t83F6318ECE580FCC83D7D8AB9A8841147CEF4C65* ___U3CserializedDataOverridesU3Ek__BackingField;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___U3CnamesPathU3Ek__BackingField;
|
|
};
|
|
struct CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257_marshaled_pinvoke
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CtargetU3Ek__BackingField;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___U3CveaIdsPathU3Ek__BackingField;
|
|
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___U3CvisualTreeAssetU3Ek__BackingField;
|
|
Dictionary_2_t41165BF747F041590086BE39A59BE164430A3CEF* ___U3CslotInsertionPointsU3Ek__BackingField;
|
|
List_1_t9DBFF1202B9CF140B233388CFB97CA59663D27D2* ___U3CattributeOverridesU3Ek__BackingField;
|
|
List_1_t83F6318ECE580FCC83D7D8AB9A8841147CEF4C65* ___U3CserializedDataOverridesU3Ek__BackingField;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___U3CnamesPathU3Ek__BackingField;
|
|
};
|
|
struct CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257_marshaled_com
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CtargetU3Ek__BackingField;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___U3CveaIdsPathU3Ek__BackingField;
|
|
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___U3CvisualTreeAssetU3Ek__BackingField;
|
|
Dictionary_2_t41165BF747F041590086BE39A59BE164430A3CEF* ___U3CslotInsertionPointsU3Ek__BackingField;
|
|
List_1_t9DBFF1202B9CF140B233388CFB97CA59663D27D2* ___U3CattributeOverridesU3Ek__BackingField;
|
|
List_1_t83F6318ECE580FCC83D7D8AB9A8841147CEF4C65* ___U3CserializedDataOverridesU3Ek__BackingField;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___U3CnamesPathU3Ek__BackingField;
|
|
};
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
double ___m_value;
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8
|
|
{
|
|
bool ___U3CwantsMouseMoveU3Ek__BackingField;
|
|
bool ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField;
|
|
bool ___U3CwantsLessLayoutEventsU3Ek__BackingField;
|
|
};
|
|
struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8_marshaled_pinvoke
|
|
{
|
|
int32_t ___U3CwantsMouseMoveU3Ek__BackingField;
|
|
int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField;
|
|
int32_t ___U3CwantsLessLayoutEventsU3Ek__BackingField;
|
|
};
|
|
struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8_marshaled_com
|
|
{
|
|
int32_t ___U3CwantsMouseMoveU3Ek__BackingField;
|
|
int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField;
|
|
int32_t ___U3CwantsLessLayoutEventsU3Ek__BackingField;
|
|
};
|
|
struct FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756
|
|
{
|
|
int32_t ___m_FaceIndex;
|
|
String_t* ___m_FamilyName;
|
|
String_t* ___m_StyleName;
|
|
float ___m_PointSize;
|
|
float ___m_Scale;
|
|
int32_t ___m_UnitsPerEM;
|
|
float ___m_LineHeight;
|
|
float ___m_AscentLine;
|
|
float ___m_CapLine;
|
|
float ___m_MeanLine;
|
|
float ___m_Baseline;
|
|
float ___m_DescentLine;
|
|
float ___m_SuperscriptOffset;
|
|
float ___m_SuperscriptSize;
|
|
float ___m_SubscriptOffset;
|
|
float ___m_SubscriptSize;
|
|
float ___m_UnderlineOffset;
|
|
float ___m_UnderlineThickness;
|
|
float ___m_StrikethroughOffset;
|
|
float ___m_StrikethroughThickness;
|
|
float ___m_TabWidth;
|
|
};
|
|
struct FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_FaceIndex;
|
|
char* ___m_FamilyName;
|
|
char* ___m_StyleName;
|
|
float ___m_PointSize;
|
|
float ___m_Scale;
|
|
int32_t ___m_UnitsPerEM;
|
|
float ___m_LineHeight;
|
|
float ___m_AscentLine;
|
|
float ___m_CapLine;
|
|
float ___m_MeanLine;
|
|
float ___m_Baseline;
|
|
float ___m_DescentLine;
|
|
float ___m_SuperscriptOffset;
|
|
float ___m_SuperscriptSize;
|
|
float ___m_SubscriptOffset;
|
|
float ___m_SubscriptSize;
|
|
float ___m_UnderlineOffset;
|
|
float ___m_UnderlineThickness;
|
|
float ___m_StrikethroughOffset;
|
|
float ___m_StrikethroughThickness;
|
|
float ___m_TabWidth;
|
|
};
|
|
struct FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756_marshaled_com
|
|
{
|
|
int32_t ___m_FaceIndex;
|
|
Il2CppChar* ___m_FamilyName;
|
|
Il2CppChar* ___m_StyleName;
|
|
float ___m_PointSize;
|
|
float ___m_Scale;
|
|
int32_t ___m_UnitsPerEM;
|
|
float ___m_LineHeight;
|
|
float ___m_AscentLine;
|
|
float ___m_CapLine;
|
|
float ___m_MeanLine;
|
|
float ___m_Baseline;
|
|
float ___m_DescentLine;
|
|
float ___m_SuperscriptOffset;
|
|
float ___m_SuperscriptSize;
|
|
float ___m_SubscriptOffset;
|
|
float ___m_SubscriptSize;
|
|
float ___m_UnderlineOffset;
|
|
float ___m_UnderlineThickness;
|
|
float ___m_StrikethroughOffset;
|
|
float ___m_StrikethroughThickness;
|
|
float ___m_TabWidth;
|
|
};
|
|
struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0 : public CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4
|
|
{
|
|
bool ___m_Focusable;
|
|
int32_t ___m_TabIndex;
|
|
bool ___m_DelegatesFocus;
|
|
bool ___m_ExcludeFromFocusRing;
|
|
bool ___U3CisEligibleToReceiveFocusFromDisabledChildU3Ek__BackingField;
|
|
};
|
|
struct FontAssetCreationEditorSettings_t0FF28D2E78F090105C63C81F9E438A7B09E3EA52
|
|
{
|
|
String_t* ___sourceFontFileGUID;
|
|
int32_t ___faceIndex;
|
|
int32_t ___pointSizeSamplingMode;
|
|
float ___pointSize;
|
|
int32_t ___padding;
|
|
int32_t ___paddingMode;
|
|
int32_t ___packingMode;
|
|
int32_t ___atlasWidth;
|
|
int32_t ___atlasHeight;
|
|
int32_t ___characterSetSelectionMode;
|
|
String_t* ___characterSequence;
|
|
String_t* ___referencedFontAssetGUID;
|
|
String_t* ___referencedTextAssetGUID;
|
|
int32_t ___fontStyle;
|
|
float ___fontStyleModifier;
|
|
int32_t ___renderMode;
|
|
bool ___includeFontFeatures;
|
|
};
|
|
struct FontAssetCreationEditorSettings_t0FF28D2E78F090105C63C81F9E438A7B09E3EA52_marshaled_pinvoke
|
|
{
|
|
char* ___sourceFontFileGUID;
|
|
int32_t ___faceIndex;
|
|
int32_t ___pointSizeSamplingMode;
|
|
float ___pointSize;
|
|
int32_t ___padding;
|
|
int32_t ___paddingMode;
|
|
int32_t ___packingMode;
|
|
int32_t ___atlasWidth;
|
|
int32_t ___atlasHeight;
|
|
int32_t ___characterSetSelectionMode;
|
|
char* ___characterSequence;
|
|
char* ___referencedFontAssetGUID;
|
|
char* ___referencedTextAssetGUID;
|
|
int32_t ___fontStyle;
|
|
float ___fontStyleModifier;
|
|
int32_t ___renderMode;
|
|
int32_t ___includeFontFeatures;
|
|
};
|
|
struct FontAssetCreationEditorSettings_t0FF28D2E78F090105C63C81F9E438A7B09E3EA52_marshaled_com
|
|
{
|
|
Il2CppChar* ___sourceFontFileGUID;
|
|
int32_t ___faceIndex;
|
|
int32_t ___pointSizeSamplingMode;
|
|
float ___pointSize;
|
|
int32_t ___padding;
|
|
int32_t ___paddingMode;
|
|
int32_t ___packingMode;
|
|
int32_t ___atlasWidth;
|
|
int32_t ___atlasHeight;
|
|
int32_t ___characterSetSelectionMode;
|
|
Il2CppChar* ___characterSequence;
|
|
Il2CppChar* ___referencedFontAssetGUID;
|
|
Il2CppChar* ___referencedTextAssetGUID;
|
|
int32_t ___fontStyle;
|
|
float ___fontStyleModifier;
|
|
int32_t ___renderMode;
|
|
int32_t ___includeFontFeatures;
|
|
};
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset;
|
|
};
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset;
|
|
};
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset;
|
|
};
|
|
struct ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___texture;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vectorImage;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___renderTexture;
|
|
};
|
|
struct ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4_marshaled_pinvoke
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___texture;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vectorImage;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___renderTexture;
|
|
};
|
|
struct ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4_marshaled_com
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___texture;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vectorImage;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___renderTexture;
|
|
};
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
int32_t ___m_value;
|
|
};
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
|
{
|
|
int64_t ___m_value;
|
|
};
|
|
struct IntPtr_t
|
|
{
|
|
void* ___m_value;
|
|
};
|
|
struct LayoutHandle_tCFE060947B4EDC8F11BF5B480181493FB578BEB6
|
|
{
|
|
int32_t ___Index;
|
|
int32_t ___Version;
|
|
};
|
|
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682__padding[1];
|
|
};
|
|
};
|
|
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 Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974
|
|
{
|
|
float ___x;
|
|
float ___y;
|
|
float ___z;
|
|
float ___w;
|
|
};
|
|
struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D
|
|
{
|
|
float ___m_XMin;
|
|
float ___m_YMin;
|
|
float ___m_Width;
|
|
float ___m_Height;
|
|
};
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
float ___m_value;
|
|
};
|
|
struct StyleValues_t4AED947A53B84B62EF2B589A40B74911CA77D11A
|
|
{
|
|
StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* ___m_StyleValues;
|
|
};
|
|
struct StyleValues_t4AED947A53B84B62EF2B589A40B74911CA77D11A_marshaled_pinvoke
|
|
{
|
|
StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* ___m_StyleValues;
|
|
};
|
|
struct StyleValues_t4AED947A53B84B62EF2B589A40B74911CA77D11A_marshaled_com
|
|
{
|
|
StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* ___m_StyleValues;
|
|
};
|
|
struct TimerState_t82C7C29B095D6ACDC06AC172C269E9D5F0508ECE
|
|
{
|
|
int64_t ___U3CstartU3Ek__BackingField;
|
|
int64_t ___U3CnowU3Ek__BackingField;
|
|
};
|
|
struct TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321
|
|
{
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* ___transitionDelay;
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* ___transitionDuration;
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* ___transitionProperty;
|
|
List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* ___transitionTimingFunction;
|
|
};
|
|
struct TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_marshaled_pinvoke
|
|
{
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* ___transitionDelay;
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* ___transitionDuration;
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* ___transitionProperty;
|
|
List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* ___transitionTimingFunction;
|
|
};
|
|
struct TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_marshaled_com
|
|
{
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* ___transitionDelay;
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* ___transitionDuration;
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* ___transitionProperty;
|
|
List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* ___transitionTimingFunction;
|
|
};
|
|
struct UxmlTraits_t3311A2EDB0705584A614B5511216DAD5279C4160 : public BaseUxmlTraits_t2A13D24373542A6401FE350C5119DE0FCE86E21E
|
|
{
|
|
};
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
|
|
{
|
|
float ___x;
|
|
float ___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 BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A : public ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CelementU3Ek__BackingField;
|
|
bool ___isScheduled;
|
|
bool ___U3CisActiveU3Ek__BackingField;
|
|
bool ___U3CisDetachingU3Ek__BackingField;
|
|
EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88* ___m_OnAttachToPanelCallback;
|
|
EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B* ___m_OnDetachFromPanelCallback;
|
|
};
|
|
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 UnitProperty_t944726EAB299AEF7DACA29ADCF141D2856BA075D : public Property_2_tF5AAB0973A54C42D0EB4B3563526C4E050767674
|
|
{
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
bool ___U3CIsReadOnlyU3Ek__BackingField;
|
|
};
|
|
struct ValueProperty_t574609221ABE1D7C80C5F3A747676373C1456657 : public Property_2_t796E3BCB1C9BD4B9BF60CED9E6225504AF7C1535
|
|
{
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
bool ___U3CIsReadOnlyU3Ek__BackingField;
|
|
};
|
|
struct AngleProperty_t98D87DDE98FD95DEC72D60084795ED4E71FFB315 : public Property_2_t7F1860B0F407B68AA42D1550BA872EDEF66E3829
|
|
{
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
bool ___U3CIsReadOnlyU3Ek__BackingField;
|
|
};
|
|
struct AxisProperty_tC48E0509BD6DD909206F5EA5CCAF067751D9D7E9 : public Property_2_tF02A6085787C29611D567D6B97CCAF8975FC5402
|
|
{
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
bool ___U3CIsReadOnlyU3Ek__BackingField;
|
|
};
|
|
struct ValueProperty_tDD022465518FC9D3A4E64863CED752F650C90A8C : public Property_2_tA469FC6BF6D4D9E289AF0AD996F3BAB81E17E35A
|
|
{
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
bool ___U3CIsReadOnlyU3Ek__BackingField;
|
|
};
|
|
struct UnitProperty_t091AE38CF42A33E8C4A7E54FFE8765C2CBB1658A : public Property_2_tEA988FCCA920380D554C21ACFDC02086DD1E64E7
|
|
{
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
bool ___U3CIsReadOnlyU3Ek__BackingField;
|
|
};
|
|
struct ValueProperty_tDC4606571BD4DD37CFACB0C5C811B99542225D34 : public Property_2_t00E6E76E8E1109CD047F45B48B9F72840FC4DB8C
|
|
{
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
bool ___U3CIsReadOnlyU3Ek__BackingField;
|
|
};
|
|
struct XProperty_t8C6A588288145011F51684F36BC8E75D76562DCF : public Property_2_t64A3B99E5DD9631D63E9CEDDC21F34A995B10FF3
|
|
{
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
bool ___U3CIsReadOnlyU3Ek__BackingField;
|
|
};
|
|
struct YProperty_t8336BB92AFEFEA6FA7A3514208F6225A2A55C53D : public Property_2_t64A3B99E5DD9631D63E9CEDDC21F34A995B10FF3
|
|
{
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
bool ___U3CIsReadOnlyU3Ek__BackingField;
|
|
};
|
|
struct ZProperty_tE3CC595BEA6E836D92F5B2021E9D877C76BD107B : public Property_2_tFD515E1DB9D294B88181DD785B0017942BA70339
|
|
{
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
bool ___U3CIsReadOnlyU3Ek__BackingField;
|
|
};
|
|
struct XProperty_tEEE97D7377FEDBE4A64E34C9A16C976DD534DBC3 : public Property_2_tF9D0AB1B5BE3BD47AE426A0488CC50A71AA69EC3
|
|
{
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
bool ___U3CIsReadOnlyU3Ek__BackingField;
|
|
};
|
|
struct YProperty_tEF56661642FAC9D02BB25B0F24194D90696D0534 : public Property_2_tF9D0AB1B5BE3BD47AE426A0488CC50A71AA69EC3
|
|
{
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
bool ___U3CIsReadOnlyU3Ek__BackingField;
|
|
};
|
|
struct ZProperty_tFEFF4840B2A841B1E01DC41D99CA65C568D6592C : public Property_2_t33B191F2432A0DDBEC70193F85D7259261A43C8B
|
|
{
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
bool ___U3CIsReadOnlyU3Ek__BackingField;
|
|
};
|
|
struct EnumeratorType_t50A1588E47A441935C282B10496FC10F12519F4D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct EnumeratorType_t64664CCD5457E5DDA101178ECD6E1BB15F39E7EE
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct ResolvedEnumProperty_1_tEC1EAEA12CF75437F0F3D787EAF708126D2B1777 : public ResolvedStyleProperty_1_tDE523964803A7EAEFE6898322914EDB63BCC8CF6
|
|
{
|
|
};
|
|
struct ResolvedEnumProperty_1_t1CAE7B86B44D98FD83EDCD0A0C7D676FF03AFE4F : public ResolvedStyleProperty_1_t41C4BF73D738CD6E27E0E858C3A3B4D666EA5498
|
|
{
|
|
};
|
|
struct ResolvedEnumProperty_1_t31C686696A710909118569F32E427FB99DCD67CE : public ResolvedStyleProperty_1_tD4ABF516F400C0DFEFAE71AF0B257EC1B81CF7A3
|
|
{
|
|
};
|
|
struct ResolvedEnumProperty_1_tCA8E3211A925D5AF92E1B3B9F4645C39529178F0 : public ResolvedStyleProperty_1_tEC83E4B2A45499BD3AD70D4F23E08D3CC7C97348
|
|
{
|
|
};
|
|
struct ResolvedEnumProperty_1_t370D1A40A774D5A3D3D3695CB2717FE95B281364 : public ResolvedStyleProperty_1_t217F1860486EF84B82EB3EFDDA3D54594768DF28
|
|
{
|
|
};
|
|
struct ResolvedEnumProperty_1_t3D2FC8A82DFFF2751424AF4E7CBFFC69B5AA8BEB : public ResolvedStyleProperty_1_tEC9109164478D8BCB70D26CFA00F16C191DEF322
|
|
{
|
|
};
|
|
struct ResolvedEnumProperty_1_tF09A732F4362C1DD080542B42A9E871F8B3A8269 : public ResolvedStyleProperty_1_t20A66C00742165DE27840BFD69B40036E1191434
|
|
{
|
|
};
|
|
struct ResolvedEnumProperty_1_tF89EC0EA94E9B91A99635D8F1AC16A2B2B16509B : public ResolvedStyleProperty_1_t82CD25C90A1C4A2BB925ED46736820D954533D64
|
|
{
|
|
};
|
|
struct ResolvedEnumProperty_1_t8EDDEE73081A4BB696B055B8ED3C7060960E28B5 : public ResolvedStyleProperty_1_t978EB3C728AA9A723EEC2B53F660AEFDAFC683B9
|
|
{
|
|
};
|
|
struct ResolvedEnumProperty_1_t42523106F8D8C22D2B0417EE874CEAE3CAFC214C : public ResolvedStyleProperty_1_t6168EBF0BED176EE2C31F6A7DB2C9E1191A451A6
|
|
{
|
|
};
|
|
struct ResolvedEnumProperty_1_t9D54384DBE8124CFC84B22425EFBE1E376F00B8D : public ResolvedStyleProperty_1_t0C04DEDC84223DA1FE0593F347F9AE73A6417263
|
|
{
|
|
};
|
|
struct ResolvedEnumProperty_1_tA658B0167F6768872577C2574D98BD98650B9727 : public ResolvedStyleProperty_1_t85EF4965DB3200C5FD14DFCEA8632B908553242E
|
|
{
|
|
};
|
|
struct ResolvedEnumProperty_1_t475B657F3678792876520A2B7F2252A7FBE28BC5 : public ResolvedStyleProperty_1_t6C19759B1BF7FDE8B2D28A74B6F192F528A91F35
|
|
{
|
|
};
|
|
struct ResolvedEnumProperty_1_t586AEEF48B0D0B334B44B60B7FDFFFD5308219C8 : public ResolvedStyleProperty_1_t547122FBF0494E40903F774744805F21EA1DDE9F
|
|
{
|
|
};
|
|
struct ResolvedEnumProperty_1_t96005F9FB61815BB93070CC46D1B4788413801A9 : public ResolvedStyleProperty_1_t7E1D3BE14CB7237A4BDB64476A492DE1CB2F2D1B
|
|
{
|
|
};
|
|
struct ResolvedListProperty_1_t7E97C89EC09C7F58E62296D92AC2AF2A40FFA4EC : public ResolvedStyleProperty_1_t6EA1CE0DD90C9F371729075C95E64FB454D68E5B
|
|
{
|
|
};
|
|
struct ResolvedListProperty_1_t948E9BB9592A8297426EBB92145FCB4CA963FC56 : public ResolvedStyleProperty_1_tB204B9357DCA240DD86CBECD84DB6B2740126C5B
|
|
{
|
|
};
|
|
struct ResolvedListProperty_1_t15868DDCAB70F2738895A705DA7F8BE23D1B4B85 : public ResolvedStyleProperty_1_t2C2EF94655E6FC0A3526F3462DA11828287DDC1E
|
|
{
|
|
};
|
|
struct StyleData_t333EEFF82EBFC5313C5D5BD07C3E5258C87D2CC6
|
|
{
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___startValue;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___endValue;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___reversingAdjustedStartValue;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___currentValue;
|
|
};
|
|
struct StyleData_t8548533307092B4D7E241CBD2A66549683A33C1D
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___startValue;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___endValue;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___reversingAdjustedStartValue;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___currentValue;
|
|
};
|
|
struct StyleData_t7B881346F61A413495F318F9A8EF71C751EC6472
|
|
{
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___startValue;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___endValue;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___reversingAdjustedStartValue;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___currentValue;
|
|
};
|
|
struct Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_tE3B03C5A4D3A9B62395A67012747638ADE7B8D2D* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_tE3B03C5A4D3A9B62395A67012747638ADE7B8D2D* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50 ___running;
|
|
AnimationDataSet_2_t07C050B2EAC67E726A0EDE08E5279AEDE10CD2E1 ___completed;
|
|
};
|
|
struct Values_1_tF3ABACD3AB0725B73E28DB34A5F62F325AF44787 : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_t8D1B34EA9763728C729B75B283EA3617A2AAAE26* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_t8D1B34EA9763728C729B75B283EA3617A2AAAE26* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_t952F1EF82DC8F231554FB8F5319C6CEFE19C942F ___running;
|
|
AnimationDataSet_2_t9FD04DD5C0CD3B6180092DE7676DDC756FC786AF ___completed;
|
|
};
|
|
struct Values_1_tC8973EFAC1DFC45F05F52699DA8672D0263967F0 : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_tA862A530066AD4A670B4EF66F608E05B88893D02* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_tA862A530066AD4A670B4EF66F608E05B88893D02* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_t647999749E6B9801C0C8953F11E559B9C96006BF ___running;
|
|
AnimationDataSet_2_t18EF78C55E2C6CA82EDADCCE2ED1DF0D1770EE1A ___completed;
|
|
};
|
|
struct Values_1_t536A63EF1ED92A7E6973B242522CFE390BA29FDC : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_t06172E93807325DEB41B0A607DBEEAB0EC77BA5A* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_t06172E93807325DEB41B0A607DBEEAB0EC77BA5A* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_tE94295BBFE7C7740ED6502E4CF11CFAE46A2795F ___running;
|
|
AnimationDataSet_2_tA5AD3EFED2486A56FE1481F0B84A50D217C204D5 ___completed;
|
|
};
|
|
struct Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0 : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_tC1DACCA9274641DD267223338E7C026D4CF520AC* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_tC1DACCA9274641DD267223338E7C026D4CF520AC* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D ___running;
|
|
AnimationDataSet_2_t5C2C52995428480EE498ED27BBDAFCCE55045703 ___completed;
|
|
};
|
|
struct Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_t31FA216B798ED8FA3490C3CA515528DCA4F26A2C* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_t31FA216B798ED8FA3490C3CA515528DCA4F26A2C* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF ___running;
|
|
AnimationDataSet_2_t92FCAA6D89846E7F4BBF5F806D25FD218AD2DF9D ___completed;
|
|
};
|
|
struct Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7 : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_t2B8264420B693D76C74F99F305197870C62C10F4* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_t2B8264420B693D76C74F99F305197870C62C10F4* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC ___running;
|
|
AnimationDataSet_2_t484294514C51AC5E0E440CDA5AF2A1043C53E0FC ___completed;
|
|
};
|
|
struct Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5 : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_tC8FEB488506DC99B874A454BED371793598879E9* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_tC8FEB488506DC99B874A454BED371793598879E9* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF ___running;
|
|
AnimationDataSet_2_t4DB9D41C1AF8039FC6D44B76F29446F2BEC85A14 ___completed;
|
|
};
|
|
struct Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6 : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_tFBFEC4A6BE1900A8D6115CD438F3CCC15A0DBCE9* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_tFBFEC4A6BE1900A8D6115CD438F3CCC15A0DBCE9* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0 ___running;
|
|
AnimationDataSet_2_tC6CE5153E3EAA98BB106BC6F00B2A9DE6FD23D69 ___completed;
|
|
};
|
|
struct Values_1_t1B84258FDB622ABECA26BA9E2E8F638E1B6B213F : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_t9DC16C7535A4271EA0FD763A64CD7CF84670EC64* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_t9DC16C7535A4271EA0FD763A64CD7CF84670EC64* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_t0C85CDF29C591FFB68A31A73E030182698C727FA ___running;
|
|
AnimationDataSet_2_tC89D9008D3FFA8DFDC3145842EFEC11F9D8EBEAC ___completed;
|
|
};
|
|
struct Values_1_tD710D214E4D407A033AE57CE091D4C4FBB293714 : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_t25D5D3420391A40A0B978B0D5CA13F775283274E* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_t25D5D3420391A40A0B978B0D5CA13F775283274E* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_t295398C1274FE0EB846F0554EBF4EF36A80BCDBE ___running;
|
|
AnimationDataSet_2_tF4CF89DB617BD2ACE24400B864B2FB32EADB9D04 ___completed;
|
|
};
|
|
struct Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1 : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_t864A52D0F7726A4F4C2C667BCB56E8A745F7340C* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_t864A52D0F7726A4F4C2C667BCB56E8A745F7340C* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32 ___running;
|
|
AnimationDataSet_2_t37FCD741F1DDE73FBF7D33FB969BB39D5F0EB530 ___completed;
|
|
};
|
|
struct Values_1_tFB112CD52331C038F6B928FEAFAB19A06FD2F62C : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_t896507B4A758D8F131A06984765BA0F57C8939A2* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_t896507B4A758D8F131A06984765BA0F57C8939A2* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_t9B3435A0C6251F2602B478702F4F7EC8CEDBC437 ___running;
|
|
AnimationDataSet_2_t41E105586D98932D715A57A47A3E21B5C3A7B340 ___completed;
|
|
};
|
|
struct Values_1_t4B3725FE6B9D8A60439FC42ABC27E2FAE91ACBA5 : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_t7FB3FD474018D429F5F1EE705EF9ADA6F197EDEF* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_t7FB3FD474018D429F5F1EE705EF9ADA6F197EDEF* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_t51062A50DDCEFF7458A164F033D211C9E0701513 ___running;
|
|
AnimationDataSet_2_t4532152E7A78B3E14F61FA9CA7C80BC1C3269D33 ___completed;
|
|
};
|
|
struct Values_1_tF515CA326AF84CBBA1A40F1C76BC6D39AA409215 : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24
|
|
{
|
|
int64_t ___m_CurrentTimeMs;
|
|
TransitionEventsFrameState_t3F9A8EB2B33780D3F2037BFEED0A3C6A03B03FEC* ___m_CurrentFrameEventsState;
|
|
TransitionEventsFrameState_t3F9A8EB2B33780D3F2037BFEED0A3C6A03B03FEC* ___m_NextFrameEventsState;
|
|
AnimationDataSet_2_t22FC41AC7166F393727321C212FD541AA7DC4880 ___running;
|
|
AnimationDataSet_2_t9D395E96FBE02DA4D17B2E175F9B5C297C1BBAA8 ___completed;
|
|
};
|
|
struct VisualElementScheduledItem_1_tD42FE7CC16EA5F72781C077AE67929525F5AA1FE : public BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A
|
|
{
|
|
Action_1_t05F6A7FC9FBB588EC4A828E23375838E340354CB* ___updateEvent;
|
|
};
|
|
struct VisualElementScheduledItem_1_tB9293D05735488F1E23398BDE122644C9C7EB6BB : public BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___updateEvent;
|
|
};
|
|
struct Align_t293AAB5F8D4239F304F48DA84CAAB4071C78902C
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Allocator_t996642592271AAD9EE688F142741D512C07B5824
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct AtlasPopulationMode_tD12439CB3789E0F868A2A2AC7D623C9B835E1B79
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Axis_tE95703114FD6030C2805DED6D641079985BC5FE6
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct BackgroundPositionKeyword_tE680A05B983D256AADC8E2CF1CA169D004B8641B
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct BackgroundSizeType_tD194B20FF5086D494ABF8D799124D2FC4FFCC674
|
|
{
|
|
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 ContextType_t50FAC10DB1D4E29B37E532DED9CAA804FC4E59A0
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___U3CtextureU3Ek__BackingField;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ChotspotU3Ek__BackingField;
|
|
int32_t ___U3CdefaultCursorIdU3Ek__BackingField;
|
|
};
|
|
struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_pinvoke
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___U3CtextureU3Ek__BackingField;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ChotspotU3Ek__BackingField;
|
|
int32_t ___U3CdefaultCursorIdU3Ek__BackingField;
|
|
};
|
|
struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_com
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___U3CtextureU3Ek__BackingField;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ChotspotU3Ek__BackingField;
|
|
int32_t ___U3CdefaultCursorIdU3Ek__BackingField;
|
|
};
|
|
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 DisplayStyle_t87BEDA2F78F764785ED41FC5E622ECB0091B2459
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct EditorTextRenderingMode_tDAF3F89A6026D9F460A8C3DA671388E2E7DC2636
|
|
{
|
|
int32_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 FlexDirection_t0B086E97C9B1B8F1D94B51CBEAE6564B2A7C15DC
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct FontStyle_tDD46734FA9BCB99FB315CD7CAD1137EE536136D1
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC
|
|
{
|
|
intptr_t ___handle;
|
|
};
|
|
struct GlyphRenderMode_tE7FB60827750662A45E89D168932FE2D8AEB5281
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct HierarchyChangeType_t4AB1A5DF8963637F09533BEB1BE11C663EAB78AF
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct InstantiationKind_t9B77929786BCA193B4A916F2F25793598CF0DF7D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Int32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Justify_t91B96D47B47940372289EFCB244DDB5F1F7BD057
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct LanguageDirection_t30A3B6BBCEE6A6F57641E4E008E0DCC40603558C
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct LayoutUnit_tF18EC17FE8588A01C72784546410EA0D9B1D2F22
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct LengthUnit_t746199A94302055274F284E176E01D38EE8A669A
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
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 Overflow_t8BBC4C69CC6DB71F146838364AFDB5C80FA6BE08
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct OverflowClipBox_t216E14FDAB321AF2B7F0DB6E22760D7724BDAA83
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct OverflowInternal_t6A74561363466CCB7905A65D3E5E24887AE0F11F
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7
|
|
{
|
|
bool ___clearDepthStencil;
|
|
bool ___clearColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color;
|
|
};
|
|
struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7_marshaled_pinvoke
|
|
{
|
|
int32_t ___clearDepthStencil;
|
|
int32_t ___clearColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color;
|
|
};
|
|
struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7_marshaled_com
|
|
{
|
|
int32_t ___clearDepthStencil;
|
|
int32_t ___clearColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color;
|
|
};
|
|
struct PickingMode_t5699BF9E5F2587E0D297984D5BF5B63B768E66AC
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Position_t066B59B8657DAFCFBEDDAE8CBCE96E88796E1319
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct PropagationPhase_tF3BE8BF5ED45FC52A828B7B6F078B64F01FAE6D6
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct PropertyPathPartKind_t82152825D88A0E450DDCE8503272A10595047F87
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct PseudoStates_tF4AB056E8743741BCE464A0983A060A53AAB7E4D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct RenderHints_t4032FC4AB3FD946FD2A484865B8861730D9035E7
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Repeat_tC0330B75B12D24B063BA5151AF3BB73B85D8B840
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
|
|
{
|
|
intptr_t ___value;
|
|
};
|
|
struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Scale;
|
|
bool ___m_IsNone;
|
|
};
|
|
struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Scale;
|
|
int32_t ___m_IsNone;
|
|
};
|
|
struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Scale;
|
|
int32_t ___m_IsNone;
|
|
};
|
|
struct SliceType_t3B956F5238654377429A4450F777895156359AD3
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct StylePropertyId_tA3B8A5213F5BA43F9C5443B27B165D744713BE69
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct StyleValueType_tC3253FE046DBB95224A74D13B534D015CC4AADDE
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TextAnchor_tA46E794186AC1CD0F22888652F589EBF7DFDF830
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TextAutoSizeMode_t10C0C54209C97D8A231AF021AE2F9DFFD26EE2C9
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TextGeneratorType_tECF6375E835B62343CEDA8229619FCE1B887C52B
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TextOverflow_tF5F972A9B8C1DF48FD3E878216CE6B4F94B94ADA
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TextOverflowPosition_tB30616AE6E61CCEF425E41C8CD5110EC2547DF02
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___offset;
|
|
float ___blurRadius;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color;
|
|
};
|
|
struct TimeUnit_t56A79CDB672E98A4EE28002BD23B6D5E0BAA2649
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TransformOriginOffset_t026F521F682175D23489076487A5C3E088AE03DA
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TrickleDown_t862EABE449B6C94F79F2B1D713990C35ABADDF38
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct UsageHints_t2C29E97E6A37FA32178EA7E8A715008BD4834C42
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct VersionChangeType_t8D9A58D958CC211E9300168DC98D3F7DF67594C3
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Visibility_t1AEE2D871B126DD95D6F1D3B36EC92FE0D489F47
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct VisualElementFlags_t4D1066E11400967A1A2DA7331391ACDC4AA14409
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct WhiteSpace_t05265AA4B0C087FAE778422383EA36AF84EDCDD2
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Wrap_tDDCA30F27EC4967717380ECCC67C0818EFA8BC53
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Unit_t21DCD5C095F7DC1A0B9A47CAF8CAD3E7776CD3DB
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct EventPropagation_t024AF56F7A787C03AA21B065B624553EF52E7B83
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct LifeCycleStatus_tEE500629F5431B574B8047EB70864747D348D38C
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Unit_t7A9C3ABB0618BEBFDC1813D07080CE0C145448ED
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct ResolvedBackgroundPositionProperty_tD7971FDDC40F13147C316DB2259C7DCF1192424A : public ResolvedStyleProperty_1_tD76362AD3729488BDB66570A22FD4AA6F0CCF132
|
|
{
|
|
};
|
|
struct ResolvedBackgroundProperty_tC37201985BA428D011EFE4E67C5D6B82820681E7 : public ResolvedStyleProperty_1_t34F88AE0418361E890AC90009C99610E5828A405
|
|
{
|
|
};
|
|
struct ResolvedBackgroundRepeatProperty_t903245579761F444A304E012E97830A62C05825F : public ResolvedStyleProperty_1_t68D7F18D843069CF15D3E8600D2F8530C4EEFEBD
|
|
{
|
|
};
|
|
struct ResolvedBackgroundSizeProperty_t12FE0AB9BF3A71C81E30703B29A32ABB3E29BF14 : public ResolvedStyleProperty_1_tD91C3AC845F5697A12C112C1727EDDC29FB0C769
|
|
{
|
|
};
|
|
struct ResolvedColorProperty_t2453A350120AD05D803172A379AA0C7FCA4C5736 : public ResolvedStyleProperty_1_t54C6F61292BFDDD67052B564E23968363587AD9A
|
|
{
|
|
};
|
|
struct ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676 : public ResolvedStyleProperty_1_t5F78918229E14488BF827C2EF70F9E5EC4332A8A
|
|
{
|
|
};
|
|
struct ResolvedFontDefinitionProperty_t888699E9ACFED8513BE81AD69AFE028B98AE7CB7 : public ResolvedStyleProperty_1_t6EBDC7EF648FE9FF0576E922AF886C5DF430F146
|
|
{
|
|
};
|
|
struct ResolvedFontProperty_t532D4A127ED129112787DE2102B4A668B6DF9B2F : public ResolvedStyleProperty_1_tA70DB60D6DFF3B448C1CE76EF2AB15DF9867B89D
|
|
{
|
|
};
|
|
struct ResolvedIntProperty_t341D8C60203857DA0DF39B3AD7325C39607F6BCB : public ResolvedStyleProperty_1_t76855958FFCE2F23F4562FD8CBC42966155E2F22
|
|
{
|
|
};
|
|
struct ResolvedRotateProperty_t37301A9A87617FB13D8E8CDAA857F4CA111ABC4C : public ResolvedStyleProperty_1_tCC8EAC2A87E5D5FDBCE83B984DC4624D68FC5F97
|
|
{
|
|
};
|
|
struct ResolvedScaleProperty_t3D70A6B30FC4A6617FF36F57B31E92279D72258D : public ResolvedStyleProperty_1_tDE6780C1D9DDB4002310E122143CEA69C3911968
|
|
{
|
|
};
|
|
struct ResolvedStyleFloatProperty_t7CCD9397640F97C7C1274E2EF500D2FEB3D459A4 : public ResolvedStyleProperty_1_t80C0FD8EE9A8D4A43BF7B9836D9736EDA9C00CB9
|
|
{
|
|
};
|
|
struct ResolvedVector3Property_tEBBEE9894722B1B603FF188B590E383B96ABEAB0 : public ResolvedStyleProperty_1_t813588A5571F0430482B38BE70929F40B921D36D
|
|
{
|
|
};
|
|
struct TransitionState_tA8D086878A2990914A87DC06EBFB2C25F1C65348
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Use_tB32C57550EDF1A878B28A5BD90C918FFBD876670
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct U3CU3Ec__DisplayClass533_0_tCC18204FC6E78036B9E0CF8F1C2B4E56B5870CFF : public RuntimeObject
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CU3E4__this;
|
|
StyleValues_t4AED947A53B84B62EF2B589A40B74911CA77D11A ___to;
|
|
};
|
|
struct MeasureMode_t35F26AA967A10198AA0924BD26D23DA0D999BE53
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct UxmlFactory_t9EA8AA3760D36CB424435C9FEE3A253C597E4172 : public UxmlFactory_2_t8B529BB33B158D8CF1298056F781DA2F04D7194F
|
|
{
|
|
};
|
|
struct UxmlTraits_t45D4AB9B0148A110826C5201495FF23814A12E4B : public UxmlTraits_t3311A2EDB0705584A614B5511216DAD5279C4160
|
|
{
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* ___m_Name;
|
|
UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* ___m_EnabledSelf;
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* ___m_ViewDataKey;
|
|
UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3* ___m_PickingMode;
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* ___m_Tooltip;
|
|
UxmlEnumAttributeDescription_1_tBBB2CDD127ABE7FAC6ED7B5CA5A3911FF0AF7CE4* ___m_UsageHints;
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* ___U3CfocusIndexU3Ek__BackingField;
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* ___m_TabIndex;
|
|
UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* ___U3CfocusableU3Ek__BackingField;
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* ___m_Class;
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* ___m_ContentContainer;
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* ___m_Style;
|
|
UxmlAssetAttributeDescription_1_t439A790E395F97D948F0660D428ABBEABAA248C9* ___m_DataSource;
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* ___m_DataSourcePath;
|
|
};
|
|
struct PropertyBag_1_tB1D433798A416CD27C6D857D5ACBCE66F96F75D2 : public RuntimeObject
|
|
{
|
|
int32_t ___U3CInstantiationKindU3Ek__BackingField;
|
|
};
|
|
struct PropertyBag_1_t5010D9EE8ABC8F8EEE94BA55DDA0F6716950D2EE : public RuntimeObject
|
|
{
|
|
int32_t ___U3CInstantiationKindU3Ek__BackingField;
|
|
};
|
|
struct PropertyBag_1_tBB54188F9777697633AEB26C10FCD9F2DD2069F0 : public RuntimeObject
|
|
{
|
|
int32_t ___U3CInstantiationKindU3Ek__BackingField;
|
|
};
|
|
struct PropertyBag_1_tB29236CBC4D16E03D6222DA324AB2ACF0D43B0A9 : public RuntimeObject
|
|
{
|
|
int32_t ___U3CInstantiationKindU3Ek__BackingField;
|
|
};
|
|
struct PropertyBag_1_t79C20308C23C01C45762F8911B97E810F0515397 : public RuntimeObject
|
|
{
|
|
int32_t ___U3CInstantiationKindU3Ek__BackingField;
|
|
};
|
|
struct PropertyBag_1_tE6546B1D6A1EF896304F7F2A106E54AB94E036B7 : public RuntimeObject
|
|
{
|
|
int32_t ___U3CInstantiationKindU3Ek__BackingField;
|
|
};
|
|
struct PropertyBag_1_t3CE274E3A37C54E3388A75382A5881356D49E132 : public RuntimeObject
|
|
{
|
|
int32_t ___U3CInstantiationKindU3Ek__BackingField;
|
|
};
|
|
struct PropertyCollection_1_t8E0736FE8D06A3E5D92990DB04A5D1CF0594D85B
|
|
{
|
|
int32_t ___m_Type;
|
|
RuntimeObject* ___m_Enumerable;
|
|
List_1_t395DB400634B381F180F661D6F23047177C54A41* ___m_Properties;
|
|
IndexedCollectionPropertyBagEnumerable_1_tC684E0189CED2439020754C67373EFEA5EED385E ___m_IndexedCollectionPropertyBag;
|
|
};
|
|
struct PropertyCollection_1_tC1F3F04654D3B19BD29C8633F645D6EF21CBB7E7
|
|
{
|
|
int32_t ___m_Type;
|
|
RuntimeObject* ___m_Enumerable;
|
|
List_1_t7BA5B91B2D09CF4995809331967384256F2AF331* ___m_Properties;
|
|
IndexedCollectionPropertyBagEnumerable_1_t26CAB0ACE9498B53C20EA029EA3568DAE2635ECF ___m_IndexedCollectionPropertyBag;
|
|
};
|
|
struct ValuesDiscrete_1_t63B8F92F4DAABF488DAEF85235D684338A5BF983 : public Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F
|
|
{
|
|
Func_3_tE3C94684D6DF31A003FECCCBC631507046C81ECE* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct ValuesDiscrete_1_t79FB155DB9750C67CFBBDBC7C64736D03F518776 : public Values_1_tF3ABACD3AB0725B73E28DB34A5F62F325AF44787
|
|
{
|
|
Func_3_tE1AD91FE372D9C6B31ABAC66ACBD90666BBFC8FE* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct ValuesDiscrete_1_t4D7BBF3BE5C75998530B070369CB254A577F47DE : public Values_1_tC8973EFAC1DFC45F05F52699DA8672D0263967F0
|
|
{
|
|
Func_3_tF91F11C8EF5A5C8DD5A27F8E9F7CDBDBE1568E5D* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct ValuesDiscrete_1_t3FE71D851C5B6AD9E518846FD0AE377C4FD977C8 : public Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E
|
|
{
|
|
Func_3_t79BD8B3734A7771622ADCD860FFC589C81C058FA* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct ValuesDiscrete_1_tEEAF52293B68D5800CAC73A14E2C3B3B02E6C2B1 : public Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7
|
|
{
|
|
Func_3_tAD7EE8FC165028B732FB7B83E71870F0B8E791E0* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct ValuesDiscrete_1_t4F71D7F3AB37E2CB950D16B6B6E29830A378EB08 : public Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5
|
|
{
|
|
Func_3_tE8F85DA3CAC4998201E5C56356280AFAB7185B69* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC
|
|
{
|
|
float ___m_Value;
|
|
int32_t ___m_Unit;
|
|
};
|
|
struct BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F
|
|
{
|
|
int32_t ___x;
|
|
int32_t ___y;
|
|
};
|
|
struct EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C : public RuntimeObject
|
|
{
|
|
int32_t ___U3CeventCategoriesU3Ek__BackingField;
|
|
int64_t ___U3CtimestampU3Ek__BackingField;
|
|
uint64_t ___U3CeventIdU3Ek__BackingField;
|
|
uint64_t ___U3CtriggerEventIdU3Ek__BackingField;
|
|
int32_t ___U3CpropagationU3Ek__BackingField;
|
|
int32_t ___U3ClifeCycleStatusU3Ek__BackingField;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CelementTargetU3Ek__BackingField;
|
|
int32_t ___U3CpropagationPhaseU3Ek__BackingField;
|
|
RuntimeObject* ___m_CurrentTarget;
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___m_ImguiEvent;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CoriginalMousePositionU3Ek__BackingField;
|
|
};
|
|
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1* ___m_FontTextureRebuildCallback;
|
|
};
|
|
struct LayoutDataStore_tE59A593CD73517DDC7C117B293E7C2C6F17DC364
|
|
{
|
|
int32_t ___m_Allocator;
|
|
Data_t43E3238277579E631EA4E8016E61966D79F5B62E* ___m_Data;
|
|
};
|
|
struct LayoutValue_tC125DF54D121EC0C205D12BAEB3B88E06CDCBF30
|
|
{
|
|
float ___value;
|
|
int32_t ___unit;
|
|
};
|
|
struct Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256
|
|
{
|
|
float ___m_Value;
|
|
int32_t ___m_Unit;
|
|
};
|
|
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 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 StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B
|
|
{
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshaled_pinvoke
|
|
{
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_pinvoke ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshaled_com
|
|
{
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_com ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610
|
|
{
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshaled_pinvoke
|
|
{
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_pinvoke ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshaled_com
|
|
{
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_com ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841
|
|
{
|
|
float ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshaled_pinvoke
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshaled_com
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4
|
|
{
|
|
int32_t ___m_Keyword;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___m_Value;
|
|
};
|
|
struct StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_Keyword;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke ___m_Value;
|
|
};
|
|
struct StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshaled_com
|
|
{
|
|
int32_t ___m_Keyword;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com ___m_Value;
|
|
};
|
|
struct StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D
|
|
{
|
|
int32_t ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF
|
|
{
|
|
int32_t ___U3CidU3Ek__BackingField;
|
|
String_t* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
struct StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF_marshaled_pinvoke
|
|
{
|
|
int32_t ___U3CidU3Ek__BackingField;
|
|
char* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
struct StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF_marshaled_com
|
|
{
|
|
int32_t ___U3CidU3Ek__BackingField;
|
|
Il2CppChar* ___U3CnameU3Ek__BackingField;
|
|
};
|
|
struct StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshaled_pinvoke
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshaled_com
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252
|
|
{
|
|
int32_t ___m_Keyword;
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___m_Value;
|
|
};
|
|
struct StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D
|
|
{
|
|
int32_t ___m_ValueType;
|
|
int32_t ___valueIndex;
|
|
};
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E
|
|
{
|
|
float ___m_Value;
|
|
int32_t ___m_Unit;
|
|
};
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl;
|
|
};
|
|
struct UxmlAttributeDescription_t742D021489DB2B564142146CAAAC3F9191825EF2 : public RuntimeObject
|
|
{
|
|
String_t* ___U3CnameU3Ek__BackingField;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_ObsoleteNames;
|
|
String_t* ___U3CtypeU3Ek__BackingField;
|
|
String_t* ___U3CtypeNamespaceU3Ek__BackingField;
|
|
int32_t ___U3CuseU3Ek__BackingField;
|
|
UxmlTypeRestriction_t2C4CE1ED76502CDF80010880E058AF0582910A92* ___U3CrestrictionU3Ek__BackingField;
|
|
};
|
|
struct AlignContentProperty_tDC7EDA0C7ADB58C9D1A8E8201701449481978B84 : public ResolvedEnumProperty_1_tEC1EAEA12CF75437F0F3D787EAF708126D2B1777
|
|
{
|
|
};
|
|
struct AlignItemsProperty_t4FF88724741A1A7502D9378FBCFCF2F75ABB7CA2 : public ResolvedEnumProperty_1_tEC1EAEA12CF75437F0F3D787EAF708126D2B1777
|
|
{
|
|
};
|
|
struct AlignSelfProperty_tCC77B2FDEC0D968E1C6E33E20ECF23337F4D8769 : public ResolvedEnumProperty_1_tEC1EAEA12CF75437F0F3D787EAF708126D2B1777
|
|
{
|
|
};
|
|
struct BackgroundColorProperty_t8B54BB8ACD52A6494BFC0904DE138F4A03259C92 : public ResolvedColorProperty_t2453A350120AD05D803172A379AA0C7FCA4C5736
|
|
{
|
|
};
|
|
struct BackgroundImageProperty_t45D7426C598C2CF15F2AD91DA5D37156826C7390 : public ResolvedBackgroundProperty_tC37201985BA428D011EFE4E67C5D6B82820681E7
|
|
{
|
|
};
|
|
struct BackgroundPositionXProperty_t365056335C81792A5CA82D792236AB7D37FEAE61 : public ResolvedBackgroundPositionProperty_tD7971FDDC40F13147C316DB2259C7DCF1192424A
|
|
{
|
|
};
|
|
struct BackgroundPositionYProperty_t259C94E143FE92A7F1DA0BD1D8D0A908C7E82A69 : public ResolvedBackgroundPositionProperty_tD7971FDDC40F13147C316DB2259C7DCF1192424A
|
|
{
|
|
};
|
|
struct BackgroundRepeatProperty_t1004CA4ACB5CF4FB895A6C5C98B5296C09E6F376 : public ResolvedBackgroundRepeatProperty_t903245579761F444A304E012E97830A62C05825F
|
|
{
|
|
};
|
|
struct BackgroundSizeProperty_t99EB9E68A3793B12B8C6EB9944A6187D950B5825 : public ResolvedBackgroundSizeProperty_t12FE0AB9BF3A71C81E30703B29A32ABB3E29BF14
|
|
{
|
|
};
|
|
struct BorderBottomColorProperty_t1DB1E9B060459615145CB994F3266945EE2A92EB : public ResolvedColorProperty_t2453A350120AD05D803172A379AA0C7FCA4C5736
|
|
{
|
|
};
|
|
struct BorderBottomLeftRadiusProperty_tC734867CF22875CBF2F2B13EBEA52BBBE6D8246D : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct BorderBottomRightRadiusProperty_t87303883918B664CE5294C8EC61685B2AC0EFAA5 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct BorderBottomWidthProperty_tE1AFF2D1CE0E8B2BEF498BCE6F60A618268FC31A : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct BorderLeftColorProperty_tE2A1416D03CD2F722A7EFC705E4C3D3B8EC3D592 : public ResolvedColorProperty_t2453A350120AD05D803172A379AA0C7FCA4C5736
|
|
{
|
|
};
|
|
struct BorderLeftWidthProperty_t81FAF118F7DD59E52D374AFF983CA7934BC57A1E : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct BorderRightColorProperty_t4008AEC7B7E420AD32E35DC5560F509FE4FB5CA8 : public ResolvedColorProperty_t2453A350120AD05D803172A379AA0C7FCA4C5736
|
|
{
|
|
};
|
|
struct BorderRightWidthProperty_t1A8405C0137E2745F87B3B9F31E970E726CA31AB : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct BorderTopColorProperty_tA8DD92BDCE7BA5C9A43A6DBCE42126E16EFB987C : public ResolvedColorProperty_t2453A350120AD05D803172A379AA0C7FCA4C5736
|
|
{
|
|
};
|
|
struct BorderTopLeftRadiusProperty_tC74A5C378B04E653471D06FCB53C33DC9EEDEBAC : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct BorderTopRightRadiusProperty_t66FE3C9A3689A6A921D849F2C27221BB6FB4B6A2 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct BorderTopWidthProperty_t2330D49388D3D9506716EBE3C752017608179346 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct BottomProperty_tD8D8F8CC82FC6FF0DACBF4EC12516AF9570F2394 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct ColorProperty_t226EC7E112327E189EC0B88A75BDD979E625087A : public ResolvedColorProperty_t2453A350120AD05D803172A379AA0C7FCA4C5736
|
|
{
|
|
};
|
|
struct DisplayProperty_tCE6D1E5659E1FC60641F9522D632BC6D15BC03BC : public ResolvedEnumProperty_1_t1CAE7B86B44D98FD83EDCD0A0C7D676FF03AFE4F
|
|
{
|
|
};
|
|
struct FlexBasisProperty_t274E7535C2EF8612AC06C6AF70CF14B15541127F : public ResolvedStyleFloatProperty_t7CCD9397640F97C7C1274E2EF500D2FEB3D459A4
|
|
{
|
|
};
|
|
struct FlexDirectionProperty_t3C7CCF86BA8F276C9D7B800D87C8E75208E92C51 : public ResolvedEnumProperty_1_tCA8E3211A925D5AF92E1B3B9F4645C39529178F0
|
|
{
|
|
};
|
|
struct FlexGrowProperty_t6A377D0663306554E365548E493129E7760B06A0 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct FlexShrinkProperty_tC0BBC93757378BF0DD18AAD7A4EB3AEEFB93CB22 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct FlexWrapProperty_tA9AAD249C5C8DBDAFBD3F7B027FD58A1CFD25AB0 : public ResolvedEnumProperty_1_t96005F9FB61815BB93070CC46D1B4788413801A9
|
|
{
|
|
};
|
|
struct FontSizeProperty_tA8DBD13D37B353FD2E63FC7882ECD7C1C011DFF5 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct HeightProperty_t16ED2BEA1F1E8AD7C6658672158875D725DF6F69 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct JustifyContentProperty_tAE4FDE1EDCAD8EA0E58A19F97B95DE4C2467DEAC : public ResolvedEnumProperty_1_t3D2FC8A82DFFF2751424AF4E7CBFFC69B5AA8BEB
|
|
{
|
|
};
|
|
struct LeftProperty_t0738CF32A61378D7777756A03DA871029C807F69 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct LetterSpacingProperty_tE585B9F719007125786412F164078DF65C30979B : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct MarginBottomProperty_tB4DDEADF9022703FD973AD0CA38BFAB0441D4C70 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct MarginLeftProperty_t40AF1AB97B99176FB3C3472821CA1E4A30A78F46 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct MarginRightProperty_tC5B3D1FED740DD4B23CCC3C43FC5EA2F7B311FE0 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct MarginTopProperty_tDACD08E501E526116D5C9078BBD54E01DA502354 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct MaxHeightProperty_tC1A9275B36F6971F55C0A2793905DB26F5D44C73 : public ResolvedStyleFloatProperty_t7CCD9397640F97C7C1274E2EF500D2FEB3D459A4
|
|
{
|
|
};
|
|
struct MaxWidthProperty_t3BDC6D70494A8B0E0AD2B13C5ADE9F40D3186C47 : public ResolvedStyleFloatProperty_t7CCD9397640F97C7C1274E2EF500D2FEB3D459A4
|
|
{
|
|
};
|
|
struct MinHeightProperty_tB5F88011789586CE570D6DB2BA2BD401560C499E : public ResolvedStyleFloatProperty_t7CCD9397640F97C7C1274E2EF500D2FEB3D459A4
|
|
{
|
|
};
|
|
struct MinWidthProperty_t91ABDD98F319AF76873AB91425139F5794570A6F : public ResolvedStyleFloatProperty_t7CCD9397640F97C7C1274E2EF500D2FEB3D459A4
|
|
{
|
|
};
|
|
struct OpacityProperty_t5E8A2E423916B410A184234CE294F467F7896F1E : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct PaddingBottomProperty_t822BBAD86ED0975C6E71BB917E469BC3DE0E0044 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct PaddingLeftProperty_t484C5908100271E1B4CA508B552671E194AB4AFD : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct PaddingRightProperty_t86A3EC5903DBA7AF9AAF6ECD4FC264178EF90DDC : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct PaddingTopProperty_t6F57D50306CF1E93B3FBDA7E809FBC5FDE59FAFF : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct PositionProperty_t2F48F1F2F13E29ADA8396AB5D1125495A4F91D26 : public ResolvedEnumProperty_1_tF09A732F4362C1DD080542B42A9E871F8B3A8269
|
|
{
|
|
};
|
|
struct RightProperty_tF63616820820FB43026CEE738A2C2E67F547BE4A : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct RotateProperty_t9FDA4BCE1BE9C235ADFB76219920EF57195F4CE6 : public ResolvedRotateProperty_t37301A9A87617FB13D8E8CDAA857F4CA111ABC4C
|
|
{
|
|
};
|
|
struct ScaleProperty_t68B7FF5944EECC95825AA0EEEAEAABE5B9989254 : public ResolvedScaleProperty_t3D70A6B30FC4A6617FF36F57B31E92279D72258D
|
|
{
|
|
};
|
|
struct TextOverflowProperty_t35F6422C37CA3F478C7FFADEA15B40A969F2EF9D : public ResolvedEnumProperty_1_t9D54384DBE8124CFC84B22425EFBE1E376F00B8D
|
|
{
|
|
};
|
|
struct TopProperty_t556A822B7601DB6221B078C86AAB47133D136FE5 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct TransformOriginProperty_t1A75FBA79F548B2574D182467727E5C8E4B7BBC4 : public ResolvedVector3Property_tEBBEE9894722B1B603FF188B590E383B96ABEAB0
|
|
{
|
|
};
|
|
struct TransitionDelayProperty_t2C68A8E623DC91056B02B9678500D4BCAD1C60B2 : public ResolvedListProperty_1_t15868DDCAB70F2738895A705DA7F8BE23D1B4B85
|
|
{
|
|
};
|
|
struct TransitionDurationProperty_t53ED42E6FFB95F58F849A52807D26EDB89CBBE9A : public ResolvedListProperty_1_t15868DDCAB70F2738895A705DA7F8BE23D1B4B85
|
|
{
|
|
};
|
|
struct TransitionPropertyProperty_t876CEFA56CFB0698B32AC2B777A261D3F8D564FF : public ResolvedListProperty_1_t948E9BB9592A8297426EBB92145FCB4CA963FC56
|
|
{
|
|
};
|
|
struct TransitionTimingFunctionProperty_tDA4C9510C59278F9DFD88F7E507E047C3F93A63C : public ResolvedListProperty_1_t7E97C89EC09C7F58E62296D92AC2AF2A40FFA4EC
|
|
{
|
|
};
|
|
struct TranslateProperty_t728ED324FC030F5EF6D0453F9418C441A875C166 : public ResolvedVector3Property_tEBBEE9894722B1B603FF188B590E383B96ABEAB0
|
|
{
|
|
};
|
|
struct UnityBackgroundImageTintColorProperty_t7E0533BAA41E34EB363D02B5B99BFC5EC4076EDE : public ResolvedColorProperty_t2453A350120AD05D803172A379AA0C7FCA4C5736
|
|
{
|
|
};
|
|
struct UnityEditorTextRenderingModeProperty_tEBABE6D1C1BC55260D5F6972FFB105FC8A4560B4 : public ResolvedEnumProperty_1_t31C686696A710909118569F32E427FB99DCD67CE
|
|
{
|
|
};
|
|
struct UnityFontDefinitionProperty_t3CFA60D075E3F844EA393E0109A45FEDB3B5CC99 : public ResolvedFontDefinitionProperty_t888699E9ACFED8513BE81AD69AFE028B98AE7CB7
|
|
{
|
|
};
|
|
struct UnityFontProperty_tD5B207ECCA7F67B873A831F30B08F1DD1048D6A5 : public ResolvedFontProperty_t532D4A127ED129112787DE2102B4A668B6DF9B2F
|
|
{
|
|
};
|
|
struct UnityFontStyleAndWeightProperty_tDAD9210ECD300F837EDE11CDD8CACBCBD54E64FB : public ResolvedEnumProperty_1_t370D1A40A774D5A3D3D3695CB2717FE95B281364
|
|
{
|
|
};
|
|
struct UnityParagraphSpacingProperty_tAB60C83D8E32172676526ACCCF29467F49D8FF0E : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct UnitySliceBottomProperty_t84D4D36CE90A03A2224FECAF305200B86849A728 : public ResolvedIntProperty_t341D8C60203857DA0DF39B3AD7325C39607F6BCB
|
|
{
|
|
};
|
|
struct UnitySliceLeftProperty_tA567F6930532E00BE0FD6E86AAB051E09A81A17C : public ResolvedIntProperty_t341D8C60203857DA0DF39B3AD7325C39607F6BCB
|
|
{
|
|
};
|
|
struct UnitySliceRightProperty_tC6C975D7D30C464B7A70DA1B87C88925F9CEECAA : public ResolvedIntProperty_t341D8C60203857DA0DF39B3AD7325C39607F6BCB
|
|
{
|
|
};
|
|
struct UnitySliceScaleProperty_t2423A5003266EB8BDB172810225C25C4BF14793D : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct UnitySliceTopProperty_tE1C11E5ECA09EB0938FEF30D29F6551645E7B98B : public ResolvedIntProperty_t341D8C60203857DA0DF39B3AD7325C39607F6BCB
|
|
{
|
|
};
|
|
struct UnitySliceTypeProperty_tF358DAC5BF6235BBA41D890ABC15C68D33F3B1D3 : public ResolvedEnumProperty_1_tF89EC0EA94E9B91A99635D8F1AC16A2B2B16509B
|
|
{
|
|
};
|
|
struct UnityTextAlignProperty_t8F0AA4D0F18BDCF253026EB6E443715C12F09CF0 : public ResolvedEnumProperty_1_t8EDDEE73081A4BB696B055B8ED3C7060960E28B5
|
|
{
|
|
};
|
|
struct UnityTextGeneratorProperty_t40618FD414337B5D7B15C350B09FD15353A99177 : public ResolvedEnumProperty_1_t42523106F8D8C22D2B0417EE874CEAE3CAFC214C
|
|
{
|
|
};
|
|
struct UnityTextOutlineColorProperty_tB0239433B5DBF68215230EAB5D49C4CF70544376 : public ResolvedColorProperty_t2453A350120AD05D803172A379AA0C7FCA4C5736
|
|
{
|
|
};
|
|
struct UnityTextOutlineWidthProperty_t3C4337C7CDABBD3A966F521BF546AE94042EE907 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct UnityTextOverflowPositionProperty_t339E8B76161BA0671F50A880739F1CD125B12345 : public ResolvedEnumProperty_1_tA658B0167F6768872577C2574D98BD98650B9727
|
|
{
|
|
};
|
|
struct VisibilityProperty_t8F27E940551B8B33214EDB53F6C0E788B52D86A4 : public ResolvedEnumProperty_1_t475B657F3678792876520A2B7F2252A7FBE28BC5
|
|
{
|
|
};
|
|
struct WhiteSpaceProperty_t39E26F246EA0025FFCEDC99843B4F308D40E7977 : public ResolvedEnumProperty_1_t586AEEF48B0D0B334B44B60B7FDFFFD5308219C8
|
|
{
|
|
};
|
|
struct WidthProperty_t61C52BAC15F5F0B6A5152A1998DB484CDE086F76 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct WordSpacingProperty_t49A236A8B1F290F32528B71998BDF4A6132EBDD1 : public ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676
|
|
{
|
|
};
|
|
struct ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___element;
|
|
int32_t ___property;
|
|
};
|
|
struct ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_marshaled_pinvoke
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___element;
|
|
int32_t ___property;
|
|
};
|
|
struct ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_marshaled_com
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___element;
|
|
int32_t ___property;
|
|
};
|
|
struct ValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B : public Values_1_t536A63EF1ED92A7E6973B242522CFE390BA29FDC
|
|
{
|
|
Func_3_tDFA64C82C9094B93C30789ACB1E9C930394BBBC8* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904 : public Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0
|
|
{
|
|
Func_3_t694ADFBBF2CEA4DEF1F1F1F9B00D5DCAE200F97E* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2 : public Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1
|
|
{
|
|
Func_3_tA9AA477D8A5A68C7DC26AE4792295B80F920E61E* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367 : public Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5
|
|
{
|
|
Func_3_tE8F85DA3CAC4998201E5C56356280AFAB7185B69* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915 : public Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6
|
|
{
|
|
Func_3_tE7691622B78513E3899362D85121DB6D27F6DB10* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct ValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63 : public Values_1_t1B84258FDB622ABECA26BA9E2E8F638E1B6B213F
|
|
{
|
|
Func_3_t91DB6FD7FB36205E9CF7A442EB7A337299776A3D* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct ValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A : public Values_1_tD710D214E4D407A033AE57CE091D4C4FBB293714
|
|
{
|
|
Func_3_t21FE404F1FF5BB9658AD8FC7A60BC71347B096BC* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct ValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C : public Values_1_tFB112CD52331C038F6B928FEAFAB19A06FD2F62C
|
|
{
|
|
Func_3_t6745994E8BE66E70CABFC83E108BB6BB52414502* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct ValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F : public Values_1_t4B3725FE6B9D8A60439FC42ABC27E2FAE91ACBA5
|
|
{
|
|
Func_3_tB92C805F866D2EB9A48A2CC06AAF77E333340E9F* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct ValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B : public Values_1_tF515CA326AF84CBBA1A40F1C76BC6D39AA409215
|
|
{
|
|
Func_3_t5853662BEAC371606CF3B0A970C0C364071786A6* ___U3CSameFuncU3Ek__BackingField;
|
|
};
|
|
struct SimpleScheduledItem_t6BED951E3F0A3DFA5A48892825E119F166F4E186 : public VisualElementScheduledItem_1_tB9293D05735488F1E23398BDE122644C9C7EB6BB
|
|
{
|
|
};
|
|
struct TimerStateScheduledItem_tA96A0EB2212209318FC2B094995CE1989204C1D1 : public VisualElementScheduledItem_1_tD42FE7CC16EA5F72781C077AE67929525F5AA1FE
|
|
{
|
|
};
|
|
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_1_t05F6A7FC9FBB588EC4A828E23375838E340354CB : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_1_t66B514BE877E216616DEDD40416127189FE16FA3 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_2_tAC461AE4F7B507965CE2E6A32853473F8C02CD75 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD : public PropertyBag_1_tB1D433798A416CD27C6D857D5ACBCE66F96F75D2
|
|
{
|
|
List_1_tC0D87214221D0C74B6611A02D556860215C9D468* ___m_PropertiesList;
|
|
Dictionary_2_tC7109E0D4CC32B9076EF5124C78F14DD5C5D2627* ___m_PropertiesHash;
|
|
};
|
|
struct ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D : public PropertyBag_1_tBB54188F9777697633AEB26C10FCD9F2DD2069F0
|
|
{
|
|
List_1_tF76152DD2E8ECBBDCA4601A2A3447B9446CE8300* ___m_PropertiesList;
|
|
Dictionary_2_t6044119758CA2DB659D63EFDB18B2AE5AA7A34ED* ___m_PropertiesHash;
|
|
};
|
|
struct ContainerPropertyBag_1_t7A687D97ACA5423A9AC05DC8E627A6058BA75361 : public PropertyBag_1_tB29236CBC4D16E03D6222DA324AB2ACF0D43B0A9
|
|
{
|
|
List_1_t16DA1E4556BE26BAA012389984C488F718A27F01* ___m_PropertiesList;
|
|
Dictionary_2_tEFC877D479F1D782E1C471AD1554756B5D101EFE* ___m_PropertiesHash;
|
|
};
|
|
struct ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785 : public PropertyBag_1_t79C20308C23C01C45762F8911B97E810F0515397
|
|
{
|
|
List_1_t1584037063F727A76376A58F0C13C86A2B1266EA* ___m_PropertiesList;
|
|
Dictionary_2_t407D4E72DB0C2088902EA77439D8C63F67778403* ___m_PropertiesHash;
|
|
};
|
|
struct ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F : public PropertyBag_1_tE6546B1D6A1EF896304F7F2A106E54AB94E036B7
|
|
{
|
|
List_1_t7DA16ED55ECE5C2E22D117843321AD6D6B020899* ___m_PropertiesList;
|
|
Dictionary_2_t526B00E7F632ED4CB37E1DB991D377DE6A93B799* ___m_PropertiesHash;
|
|
};
|
|
struct ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D : public PropertyBag_1_t3CE274E3A37C54E3388A75382A5881356D49E132
|
|
{
|
|
List_1_tA5B249C5F6F4F2F3C06C487783D6D47DBF194C70* ___m_PropertiesList;
|
|
Dictionary_2_tF4FC9F551C599D4E771897BE7753BA32E4E24405* ___m_PropertiesHash;
|
|
};
|
|
struct EventBase_1_t3BDDADBC1D58267000128C31AD0EB2BAAAEC6F22 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
int32_t ___m_RefCount;
|
|
};
|
|
struct EventBase_1_tE40FE9F8AB3B020689A80981F4566336B3EFA9B6 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
int32_t ___m_RefCount;
|
|
};
|
|
struct EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Func_3_t694ADFBBF2CEA4DEF1F1F1F9B00D5DCAE200F97E : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Func_3_tE8F85DA3CAC4998201E5C56356280AFAB7185B69 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Func_3_tE7691622B78513E3899362D85121DB6D27F6DB10 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Func_3_tA9AA477D8A5A68C7DC26AE4792295B80F920E61E : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct StyleData_tD9916786C46848BD8A33B29D97785D1FB3886628
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___startValue;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___endValue;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___reversingAdjustedStartValue;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___currentValue;
|
|
};
|
|
struct TypedUxmlAttributeDescription_1_t7ECE12D1C0C385835D77803906F54B792532FD39 : public UxmlAttributeDescription_t742D021489DB2B564142146CAAAC3F9191825EF2
|
|
{
|
|
bool ___U3CdefaultValueU3Ek__BackingField;
|
|
};
|
|
struct TypedUxmlAttributeDescription_1_tF8E164DB2A1FE613654370D348F4C3680DA42A03 : public UxmlAttributeDescription_t742D021489DB2B564142146CAAAC3F9191825EF2
|
|
{
|
|
int32_t ___U3CdefaultValueU3Ek__BackingField;
|
|
};
|
|
struct TypedUxmlAttributeDescription_1_tA1D4F78DA51929CAE892580503495E51DDD46646 : public UxmlAttributeDescription_t742D021489DB2B564142146CAAAC3F9191825EF2
|
|
{
|
|
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___U3CdefaultValueU3Ek__BackingField;
|
|
};
|
|
struct TypedUxmlAttributeDescription_1_tDDECE3FD1D3B2A8B7E30588339B88652466D865F : public UxmlAttributeDescription_t742D021489DB2B564142146CAAAC3F9191825EF2
|
|
{
|
|
int32_t ___U3CdefaultValueU3Ek__BackingField;
|
|
};
|
|
struct TypedUxmlAttributeDescription_1_tD8728D2AC8F9232D2E6A83B327DC0258F2CEEFA2 : public UxmlAttributeDescription_t742D021489DB2B564142146CAAAC3F9191825EF2
|
|
{
|
|
String_t* ___U3CdefaultValueU3Ek__BackingField;
|
|
};
|
|
struct TypedUxmlAttributeDescription_1_t0283B76D154AD35A7A9E20A51D77552E30A25785 : public UxmlAttributeDescription_t742D021489DB2B564142146CAAAC3F9191825EF2
|
|
{
|
|
int32_t ___U3CdefaultValueU3Ek__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 InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___fontSize;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___letterSpacing;
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___textShadow;
|
|
int32_t ___unityEditorTextRenderingMode;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___unityFont;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___unityFontDefinition;
|
|
int32_t ___unityFontStyleAndWeight;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___unityParagraphSpacing;
|
|
int32_t ___unityTextAlign;
|
|
int32_t ___unityTextGenerator;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___unityTextOutlineColor;
|
|
float ___unityTextOutlineWidth;
|
|
int32_t ___visibility;
|
|
int32_t ___whiteSpace;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___wordSpacing;
|
|
};
|
|
struct InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_marshaled_pinvoke
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___fontSize;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___letterSpacing;
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___textShadow;
|
|
int32_t ___unityEditorTextRenderingMode;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___unityFont;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke ___unityFontDefinition;
|
|
int32_t ___unityFontStyleAndWeight;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___unityParagraphSpacing;
|
|
int32_t ___unityTextAlign;
|
|
int32_t ___unityTextGenerator;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___unityTextOutlineColor;
|
|
float ___unityTextOutlineWidth;
|
|
int32_t ___visibility;
|
|
int32_t ___whiteSpace;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___wordSpacing;
|
|
};
|
|
struct InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_marshaled_com
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___fontSize;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___letterSpacing;
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___textShadow;
|
|
int32_t ___unityEditorTextRenderingMode;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___unityFont;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com ___unityFontDefinition;
|
|
int32_t ___unityFontStyleAndWeight;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___unityParagraphSpacing;
|
|
int32_t ___unityTextAlign;
|
|
int32_t ___unityTextGenerator;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___unityTextOutlineColor;
|
|
float ___unityTextOutlineWidth;
|
|
int32_t ___visibility;
|
|
int32_t ___whiteSpace;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___wordSpacing;
|
|
};
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440
|
|
{
|
|
int32_t ___alignContent;
|
|
int32_t ___alignItems;
|
|
int32_t ___alignSelf;
|
|
float ___borderBottomWidth;
|
|
float ___borderLeftWidth;
|
|
float ___borderRightWidth;
|
|
float ___borderTopWidth;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___bottom;
|
|
int32_t ___display;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___flexBasis;
|
|
int32_t ___flexDirection;
|
|
float ___flexGrow;
|
|
float ___flexShrink;
|
|
int32_t ___flexWrap;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___height;
|
|
int32_t ___justifyContent;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___left;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___marginBottom;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___marginLeft;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___marginRight;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___marginTop;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___maxHeight;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___maxWidth;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___minHeight;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___minWidth;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___paddingBottom;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___paddingLeft;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___paddingRight;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___paddingTop;
|
|
int32_t ___position;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___right;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___top;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___width;
|
|
};
|
|
struct LayoutDataAccess_t99AA56349D0BC76F3742B927F4F0DDB21511FBBA
|
|
{
|
|
int32_t ___m_Manager;
|
|
LayoutDataStore_tE59A593CD73517DDC7C117B293E7C2C6F17DC364 ___m_Nodes;
|
|
LayoutDataStore_tE59A593CD73517DDC7C117B293E7C2C6F17DC364 ___m_Configs;
|
|
};
|
|
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 ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232 : public PropertyBag_1_t5010D9EE8ABC8F8EEE94BA55DDA0F6716950D2EE
|
|
{
|
|
List_1_t7BA5B91B2D09CF4995809331967384256F2AF331* ___m_PropertiesList;
|
|
Dictionary_2_tF0159087E88823BAC2B237F3220D70374B2FFFA4* ___m_PropertiesHash;
|
|
};
|
|
struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___m_Angle;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Axis;
|
|
bool ___m_IsNone;
|
|
};
|
|
struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___m_Angle;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Axis;
|
|
int32_t ___m_IsNone;
|
|
};
|
|
struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___m_Angle;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Axis;
|
|
int32_t ___m_IsNone;
|
|
};
|
|
struct StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866
|
|
{
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2
|
|
{
|
|
StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet;
|
|
StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D ___handle;
|
|
};
|
|
struct StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2_marshaled_pinvoke
|
|
{
|
|
StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet;
|
|
StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D ___handle;
|
|
};
|
|
struct StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2_marshaled_com
|
|
{
|
|
StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet;
|
|
StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D ___handle;
|
|
};
|
|
struct StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
bool ___m_ImportedWithErrors;
|
|
bool ___m_ImportedWithWarnings;
|
|
StyleRuleU5BU5D_t7897A39D88CA043B2BFB5B28C53B41564EBA3AF3* ___m_Rules;
|
|
StyleComplexSelectorU5BU5D_tF7B5239DE9BF477DECF97EFBA7CB1D71C45DB857* ___m_ComplexSelectors;
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___floats;
|
|
DimensionU5BU5D_t1EE1B3F9368D444E779CAB3E1CBD9959F8762F4B* ___dimensions;
|
|
ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___colors;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___strings;
|
|
ObjectU5BU5D_tD4BF1BEC72A31DF6611C0B8FA3112AF128FC3F8A* ___assets;
|
|
ImportStructU5BU5D_t42D231FD5BB4B620965D7BED87D56D531B4C7AE9* ___imports;
|
|
List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F* ___m_FlattenedImportedStyleSheets;
|
|
int32_t ___m_ContentHash;
|
|
ScalableImageU5BU5D_t8C989174900062AED19A057FDCF0529F8C594A52* ___scalableImages;
|
|
Dictionary_2U5BU5D_t8D6AC1901F24F556E57DD31832FD521C0201E655* ___tables;
|
|
int32_t ___nonEmptyTablesMask;
|
|
StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD* ___firstRootSelector;
|
|
StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD* ___firstWildCardSelector;
|
|
bool ___m_IsDefaultStyleSheet;
|
|
};
|
|
struct TextAsset_tB28F1843A877CCA74B89DC4F63EA532618B049B8 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
String_t* ___m_Version;
|
|
int32_t ___m_InstanceID;
|
|
int32_t ___m_HashCode;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_Material;
|
|
int32_t ___m_MaterialHashCode;
|
|
};
|
|
struct TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A
|
|
{
|
|
int32_t ___U3CmodeU3Ek__BackingField;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___U3CminSizeU3Ek__BackingField;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___U3CmaxSizeU3Ek__BackingField;
|
|
};
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
|
|
{
|
|
};
|
|
struct TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_X;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Y;
|
|
float ___m_Z;
|
|
};
|
|
struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_X;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Y;
|
|
float ___m_Z;
|
|
bool ___m_isNone;
|
|
};
|
|
struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_X;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Y;
|
|
float ___m_Z;
|
|
int32_t ___m_isNone;
|
|
};
|
|
struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_X;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Y;
|
|
float ___m_Z;
|
|
int32_t ___m_isNone;
|
|
};
|
|
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 ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34 : public ValuesDiscrete_1_t63B8F92F4DAABF488DAEF85235D684338A5BF983
|
|
{
|
|
};
|
|
struct ValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F : public ValuesDiscrete_1_t79FB155DB9750C67CFBBDBC7C64736D03F518776
|
|
{
|
|
};
|
|
struct ValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0 : public ValuesDiscrete_1_t4D7BBF3BE5C75998530B070369CB254A577F47DE
|
|
{
|
|
};
|
|
struct ValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A : public ValuesDiscrete_1_t4F71D7F3AB37E2CB950D16B6B6E29830A378EB08
|
|
{
|
|
};
|
|
struct ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4 : public ValuesDiscrete_1_t3FE71D851C5B6AD9E518846FD0AE377C4FD977C8
|
|
{
|
|
};
|
|
struct ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7 : public ValuesDiscrete_1_tEEAF52293B68D5800CAC73A14E2C3B3B02E6C2B1
|
|
{
|
|
};
|
|
struct PanelChangedEventBase_1_t08E54FB461E77FFD76488075D78EFDBED77D44E3 : public EventBase_1_t3BDDADBC1D58267000128C31AD0EB2BAAAEC6F22
|
|
{
|
|
RuntimeObject* ___U3CoriginPanelU3Ek__BackingField;
|
|
RuntimeObject* ___U3CdestinationPanelU3Ek__BackingField;
|
|
};
|
|
struct PanelChangedEventBase_1_t2214183CD8DA6044ECE671FF1DA69DCB8DDC8C39 : public EventBase_1_tE40FE9F8AB3B020689A80981F4566336B3EFA9B6
|
|
{
|
|
RuntimeObject* ___U3CoriginPanelU3Ek__BackingField;
|
|
RuntimeObject* ___U3CdestinationPanelU3Ek__BackingField;
|
|
};
|
|
struct UxmlAssetAttributeDescription_1_t439A790E395F97D948F0660D428ABBEABAA248C9 : public TypedUxmlAttributeDescription_1_tA1D4F78DA51929CAE892580503495E51DDD46646
|
|
{
|
|
};
|
|
struct UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3 : public TypedUxmlAttributeDescription_1_tDDECE3FD1D3B2A8B7E30588339B88652466D865F
|
|
{
|
|
};
|
|
struct UxmlEnumAttributeDescription_1_tBBB2CDD127ABE7FAC6ED7B5CA5A3911FF0AF7CE4 : public TypedUxmlAttributeDescription_1_t0283B76D154AD35A7A9E20A51D77552E30A25785
|
|
{
|
|
};
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
};
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
RuntimeObject* ____actualValue;
|
|
};
|
|
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 FontAsset_t61A6446D934E582651044E33D250EA8D306AB958 : public TextAsset_tB28F1843A877CCA74B89DC4F63EA532618B049B8
|
|
{
|
|
String_t* ___m_SourceFontFileGUID;
|
|
FontAssetCreationEditorSettings_t0FF28D2E78F090105C63C81F9E438A7B09E3EA52 ___m_fontAssetCreationEditorSettings;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_SourceFontFile;
|
|
String_t* ___m_SourceFontFilePath;
|
|
int32_t ___m_AtlasPopulationMode;
|
|
bool ___InternalDynamicOS;
|
|
bool ___IsEditorFont;
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 ___m_FaceInfo;
|
|
int32_t ___m_FamilyNameHashCode;
|
|
int32_t ___m_StyleNameHashCode;
|
|
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* ___m_GlyphTable;
|
|
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* ___m_GlyphLookupDictionary;
|
|
List_1_tFED0F30EE65D995591571D3CD2C10F22439CB317* ___m_CharacterTable;
|
|
Dictionary_2_t93CDF0F4011A5A3024EB73A492F9512E3046EACB* ___m_CharacterLookupDictionary;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_AtlasTexture;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___m_AtlasTextures;
|
|
int32_t ___m_AtlasTextureIndex;
|
|
bool ___m_IsMultiAtlasTexturesEnabled;
|
|
bool ___m_GetFontFeatures;
|
|
bool ___m_ClearDynamicDataOnBuild;
|
|
int32_t ___m_AtlasWidth;
|
|
int32_t ___m_AtlasHeight;
|
|
int32_t ___m_AtlasPadding;
|
|
int32_t ___m_AtlasRenderMode;
|
|
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___m_UsedGlyphRects;
|
|
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___m_FreeGlyphRects;
|
|
FontFeatureTable_t992E0493CD7E9D7834DF204E0198237F0D25B3B7* ___m_FontFeatureTable;
|
|
bool ___m_ShouldReimportFontFeatures;
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* ___m_FallbackFontAssetTable;
|
|
FontWeightPairU5BU5D_t76E8DB55C81EEBEFA2E6D1D3E3B3EA1FB4C4954F* ___m_FontWeightTable;
|
|
float ___m_RegularStyleWeight;
|
|
float ___m_RegularStyleSpacing;
|
|
float ___m_BoldStyleWeight;
|
|
float ___m_BoldStyleSpacing;
|
|
uint8_t ___m_ItalicStyleSlant;
|
|
uint8_t ___m_TabMultiple;
|
|
bool ___IsFontAssetLookupTablesDirty;
|
|
intptr_t ___m_NativeFontAsset;
|
|
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* ___m_GlyphsToRender;
|
|
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* ___m_GlyphsRendered;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_GlyphIndexList;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_GlyphIndexListNewlyAdded;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_GlyphsToAdd;
|
|
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ___m_GlyphsToAddLookup;
|
|
List_1_tFED0F30EE65D995591571D3CD2C10F22439CB317* ___m_CharactersToAdd;
|
|
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ___m_CharactersToAddLookup;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___s_MissingCharacterList;
|
|
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ___m_MissingUnicodesFromFontFile;
|
|
Dictionary_2_t232323BDF7857D243A4CCA18ADCF59272D0E4C23* ___m_VariantGlyphIndexes;
|
|
bool ___m_IsClone;
|
|
};
|
|
struct LayoutConfig_tD448909812F1AA8DE14EAC340688D6FF41B52C87
|
|
{
|
|
LayoutDataAccess_t99AA56349D0BC76F3742B927F4F0DDB21511FBBA ___m_Access;
|
|
LayoutHandle_tCFE060947B4EDC8F11BF5B480181493FB578BEB6 ___m_Handle;
|
|
};
|
|
struct LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE
|
|
{
|
|
LayoutDataAccess_t99AA56349D0BC76F3742B927F4F0DDB21511FBBA ___m_Access;
|
|
LayoutHandle_tCFE060947B4EDC8F11BF5B480181493FB578BEB6 ___m_Handle;
|
|
};
|
|
struct RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26
|
|
{
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 ___cursor;
|
|
int32_t ___textOverflow;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___unityBackgroundImageTintColor;
|
|
int32_t ___unityOverflowClipBox;
|
|
int32_t ___unitySliceBottom;
|
|
int32_t ___unitySliceLeft;
|
|
int32_t ___unitySliceRight;
|
|
float ___unitySliceScale;
|
|
int32_t ___unitySliceTop;
|
|
int32_t ___unitySliceType;
|
|
TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A ___unityTextAutoSize;
|
|
int32_t ___unityTextOverflowPosition;
|
|
};
|
|
struct RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_marshaled_pinvoke
|
|
{
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_pinvoke ___cursor;
|
|
int32_t ___textOverflow;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___unityBackgroundImageTintColor;
|
|
int32_t ___unityOverflowClipBox;
|
|
int32_t ___unitySliceBottom;
|
|
int32_t ___unitySliceLeft;
|
|
int32_t ___unitySliceRight;
|
|
float ___unitySliceScale;
|
|
int32_t ___unitySliceTop;
|
|
int32_t ___unitySliceType;
|
|
TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A ___unityTextAutoSize;
|
|
int32_t ___unityTextOverflowPosition;
|
|
};
|
|
struct RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_marshaled_com
|
|
{
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_com ___cursor;
|
|
int32_t ___textOverflow;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___unityBackgroundImageTintColor;
|
|
int32_t ___unityOverflowClipBox;
|
|
int32_t ___unitySliceBottom;
|
|
int32_t ___unitySliceLeft;
|
|
int32_t ___unitySliceRight;
|
|
float ___unitySliceScale;
|
|
int32_t ___unitySliceTop;
|
|
int32_t ___unitySliceType;
|
|
TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A ___unityTextAutoSize;
|
|
int32_t ___unityTextOverflowPosition;
|
|
};
|
|
struct StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3
|
|
{
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008
|
|
{
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshaled_pinvoke
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshaled_com
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshaled_pinvoke
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshaled_com
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com ___m_Value;
|
|
int32_t ___m_Keyword;
|
|
};
|
|
struct StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___id;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___id_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___keyword_OffsetPadding[4];
|
|
int32_t ___keyword;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___keyword_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___keyword_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___number_OffsetPadding[8];
|
|
float ___number;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___number_OffsetPadding_forAlignmentOnly[8];
|
|
float ___number_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___length_OffsetPadding[8];
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___length;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___length_OffsetPadding_forAlignmentOnly[8];
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___length_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___color_OffsetPadding[8];
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___color_OffsetPadding_forAlignmentOnly[8];
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___resource_OffsetPadding[8];
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___resource;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___resource_OffsetPadding_forAlignmentOnly[8];
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___resource_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___position_OffsetPadding[8];
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___position;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___position_OffsetPadding_forAlignmentOnly[8];
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___position_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___repeat_OffsetPadding[8];
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___repeat;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___repeat_OffsetPadding_forAlignmentOnly[8];
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___repeat_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
struct TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___rotate;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___scale;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___transformOrigin;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___translate;
|
|
};
|
|
struct TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_marshaled_pinvoke
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke ___rotate;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke ___scale;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___transformOrigin;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke ___translate;
|
|
};
|
|
struct TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_marshaled_com
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com ___rotate;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com ___scale;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___transformOrigin;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com ___translate;
|
|
};
|
|
struct UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE : public TypedUxmlAttributeDescription_1_t7ECE12D1C0C385835D77803906F54B792532FD39
|
|
{
|
|
};
|
|
struct UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4 : public TypedUxmlAttributeDescription_1_tF8E164DB2A1FE613654370D348F4C3680DA42A03
|
|
{
|
|
};
|
|
struct UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF : public TypedUxmlAttributeDescription_1_tD8728D2AC8F9232D2E6A83B327DC0258F2CEEFA2
|
|
{
|
|
};
|
|
struct VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___backgroundImage;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___backgroundPositionX;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___backgroundPositionY;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___backgroundRepeat;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___backgroundSize;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___borderBottomColor;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___borderBottomLeftRadius;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___borderBottomRightRadius;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___borderLeftColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___borderRightColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___borderTopColor;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___borderTopLeftRadius;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___borderTopRightRadius;
|
|
float ___opacity;
|
|
int32_t ___overflow;
|
|
};
|
|
struct VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_marshaled_pinvoke
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_pinvoke ___backgroundImage;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___backgroundPositionX;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___backgroundPositionY;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___backgroundRepeat;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___backgroundSize;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___borderBottomColor;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___borderBottomLeftRadius;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___borderBottomRightRadius;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___borderLeftColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___borderRightColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___borderTopColor;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___borderTopLeftRadius;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___borderTopRightRadius;
|
|
float ___opacity;
|
|
int32_t ___overflow;
|
|
};
|
|
struct VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_marshaled_com
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_com ___backgroundImage;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___backgroundPositionX;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___backgroundPositionY;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___backgroundRepeat;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___backgroundSize;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___borderBottomColor;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___borderBottomLeftRadius;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___borderBottomRightRadius;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___borderLeftColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___borderRightColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___borderTopColor;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___borderTopLeftRadius;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___borderTopRightRadius;
|
|
float ___opacity;
|
|
int32_t ___overflow;
|
|
};
|
|
struct PropertyBag_tC55668BA2C3213E527CB5B6B2C3FA3BC814246F6 : public ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD
|
|
{
|
|
};
|
|
struct PropertyBag_tA8FAEDC4A71A3EDCF2B14BEB28E428C05EEB5BAB : public ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D
|
|
{
|
|
};
|
|
struct PropertyBag_t9851114FABA260E8077852A38DD321651C8F569D : public ContainerPropertyBag_1_t7A687D97ACA5423A9AC05DC8E627A6058BA75361
|
|
{
|
|
};
|
|
struct PropertyBag_tEFC14519E905E92DD021AD1B29E61D06955175B3 : public ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785
|
|
{
|
|
};
|
|
struct PropertyBag_tF2F4E5FE301BA4B40B92A6AD9D97A8CB6015F5C1 : public ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F
|
|
{
|
|
};
|
|
struct PropertyBag_tB6AE851531B44CE2EEE6F59CC0A1C0D43C72E885 : public ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D
|
|
{
|
|
};
|
|
struct Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091
|
|
{
|
|
List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* ____list;
|
|
int32_t ____index;
|
|
int32_t ____version;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 ____current;
|
|
};
|
|
struct AttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28 : public PanelChangedEventBase_1_t08E54FB461E77FFD76488075D78EFDBED77D44E3
|
|
{
|
|
};
|
|
struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303 : public RuntimeObject
|
|
{
|
|
Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53* ___panelDisposed;
|
|
UIElementsBridge_tC28FCEDF493CD746D1973AB27BA2CBA393EB4BA8* ___m_UIElementsBridge;
|
|
float ___m_Scale;
|
|
LayoutConfig_tD448909812F1AA8DE14EAC340688D6FF41B52C87 ___layoutConfig;
|
|
float ___m_PixelsPerPoint;
|
|
float ___U3CreferenceSpritePixelsPerUnitU3Ek__BackingField;
|
|
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 ___U3CclearSettingsU3Ek__BackingField;
|
|
RuntimeObject* ___panelRenderer;
|
|
bool ___U3CduringLayoutPhaseU3Ek__BackingField;
|
|
RepaintData_t90534752135661579EC254884F550545D001B5EA* ___U3CrepaintDataU3Ek__BackingField;
|
|
RuntimeObject* ___U3CcursorManagerU3Ek__BackingField;
|
|
ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B* ___U3CcontextualMenuManagerU3Ek__BackingField;
|
|
DataBindingManager_tE7B33E64EBBDCAB0A89B6A8421529F9BA0D066E1* ___U3CdataBindingManagerU3Ek__BackingField;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
ElementUnderPointer_tB43AD64F79C6F06829D8B90318AF1A6BBE9C1904* ___m_TopElementUnderPointers;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___isFlatChanged;
|
|
bool ___m_IsFlat;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___atlasChanged;
|
|
HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705* ___hierarchyChanged;
|
|
Action_1_tE55F8AC1EEC45D0C976E56B2950D65EC814C06E6* ___beforeUpdate;
|
|
};
|
|
struct DetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496 : public PanelChangedEventBase_1_t2214183CD8DA6044ECE671FF1DA69DCB8DDC8C39
|
|
{
|
|
};
|
|
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 Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9 : public BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_RootContainer;
|
|
VisualTreeUpdater_tFDE7D9F9A146A26B2ED69565B7BD142B416AB9C9* ___m_VisualTreeUpdater;
|
|
RuntimeObject* ___m_StylePropertyAnimationSystem;
|
|
String_t* ___m_PanelName;
|
|
uint32_t ___m_Version;
|
|
uint32_t ___m_RepaintVersion;
|
|
uint32_t ___m_HierarchyVersion;
|
|
uint32_t ___m_LastTickedHierarchyVersion;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerPrepareRepaint;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerRender;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerValidateLayout;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerTickScheduledActions;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerTickScheduledActionsPreLayout;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerTickScheduledActionsPostLayout;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerPanelChangeReceiver;
|
|
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* ___U3CdispatcherU3Ek__BackingField;
|
|
TimerEventScheduler_tAF33EE8B1C54425235E4893B0C5088629FBE7862* ___m_Scheduler;
|
|
ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* ___U3CownerObjectU3Ek__BackingField;
|
|
int32_t ___U3CcontextTypeU3Ek__BackingField;
|
|
SavePersistentViewData_tFE77B8450170D95B16B3017D62F81F2139D4F716* ___U3CsaveViewDataU3Ek__BackingField;
|
|
GetViewDataDictionary_tF745E6CC7E18A67630A2B294F0BBFB27C6E57638* ___U3CgetViewDataDictionaryU3Ek__BackingField;
|
|
FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* ___U3CfocusControllerU3Ek__BackingField;
|
|
EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8 ___U3CIMGUIEventInterestsU3Ek__BackingField;
|
|
bool ___m_JustReceivedFocus;
|
|
RuntimeObject* ___m_PanelChangeReceiver;
|
|
int32_t ___U3CIMGUIContainersCountU3Ek__BackingField;
|
|
IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26* ___U3CrootIMGUIContainerU3Ek__BackingField;
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___m_Atlas;
|
|
bool ___m_ValidatingLayout;
|
|
};
|
|
struct BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4 : public Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_SelectableGameObject;
|
|
int32_t ___m_RuntimePanelCreationIndex;
|
|
float ___m_SortingPriority;
|
|
int32_t ___resolvedSortingIndex;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___destroyed;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___drawsInCamerasChanged;
|
|
bool ___m_DrawsInCameras;
|
|
float ___m_PixelsPerUnit;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___targetTexture;
|
|
int32_t ___U3CtargetDisplayU3Ek__BackingField;
|
|
Func_2_tECC97CAACCC7CB873184FEF49E8343711EEF4768* ___m_ScreenToPanelSpace;
|
|
};
|
|
struct RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346 : public BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* ___m_PanelSettings;
|
|
};
|
|
struct List_1_t7BA5B91B2D09CF4995809331967384256F2AF331_StaticFields
|
|
{
|
|
IProperty_1U5BU5D_tB739BF28E64B96F27C74A229314D9E0483295FB4* ___s_emptyArray;
|
|
};
|
|
struct List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B_StaticFields
|
|
{
|
|
EasingFunctionU5BU5D_t3EEBBFFAD92EA74C3960D5F78D2A98BCEEA62E49* ___s_emptyArray;
|
|
};
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray;
|
|
};
|
|
struct List_1_t365205E6BE687FCF41975C16741DD9C303C1C269_StaticFields
|
|
{
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___s_emptyArray;
|
|
};
|
|
struct List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268_StaticFields
|
|
{
|
|
StylePropertyNameU5BU5D_t531626CF806E3F3D348D1F38A9109767014C35F8* ___s_emptyArray;
|
|
};
|
|
struct List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E_StaticFields
|
|
{
|
|
StyleValueU5BU5D_t544D1F13B44DC23CA765A18E32B7779768FDF0C8* ___s_emptyArray;
|
|
};
|
|
struct List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF_StaticFields
|
|
{
|
|
TimeValueU5BU5D_t3EB79C5975D39A0E711250FD8A9547F5312746DE* ___s_emptyArray;
|
|
};
|
|
struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_StaticFields
|
|
{
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___s_emptyArray;
|
|
};
|
|
struct List_1_t491E344573B9D6F61E36AF56132B7412453928C9_StaticFields
|
|
{
|
|
ValuesU5BU5D_t5332999C48416329B2A447FCD8C71113DDB459EA* ___s_emptyArray;
|
|
};
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
|
|
{
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info;
|
|
RuntimeObject* ___shared_table_lock;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture;
|
|
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number;
|
|
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX;
|
|
bool ___IsTaiwanSku;
|
|
};
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_StaticFields
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___invariantInfo;
|
|
};
|
|
struct ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_StaticFields
|
|
{
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___OnceCondition;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___ForeverCondition;
|
|
};
|
|
struct String_t_StaticFields
|
|
{
|
|
String_t* ___Empty;
|
|
};
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
String_t* ___TrueString;
|
|
String_t* ___FalseString;
|
|
};
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1;
|
|
};
|
|
struct CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257_StaticFields
|
|
{
|
|
CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 ___Default;
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray;
|
|
};
|
|
struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0_StaticFields
|
|
{
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___focusableProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___tabIndexProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___delegatesFocusProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___canGrabFocusProperty;
|
|
};
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
intptr_t ___Zero;
|
|
};
|
|
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields
|
|
{
|
|
float ___Epsilon;
|
|
};
|
|
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___identityQuaternion;
|
|
};
|
|
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 Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject;
|
|
};
|
|
struct PropertyCollection_1_t8E0736FE8D06A3E5D92990DB04A5D1CF0594D85B_StaticFields
|
|
{
|
|
PropertyCollection_1_t8E0736FE8D06A3E5D92990DB04A5D1CF0594D85B ___U3CEmptyU3Ek__BackingField;
|
|
};
|
|
struct PropertyCollection_1_tC1F3F04654D3B19BD29C8633F645D6EF21CBB7E7_StaticFields
|
|
{
|
|
PropertyCollection_1_tC1F3F04654D3B19BD29C8633F645D6EF21CBB7E7 ___U3CEmptyU3Ek__BackingField;
|
|
};
|
|
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6_StaticFields
|
|
{
|
|
Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* ___textureRebuilt;
|
|
};
|
|
struct Type_t_StaticFields
|
|
{
|
|
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder;
|
|
Il2CppChar ___Delimiter;
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes;
|
|
RuntimeObject* ___Missing;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase;
|
|
};
|
|
struct ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_StaticFields
|
|
{
|
|
RuntimeObject* ___Comparer;
|
|
};
|
|
struct StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428_StaticFields
|
|
{
|
|
String_t* ___kCustomPropertyMarker;
|
|
};
|
|
struct FontAsset_t61A6446D934E582651044E33D250EA8D306AB958_StaticFields
|
|
{
|
|
Dictionary_2_tC20B3D6AE4370C892734F670EF4D1FB9CE91F371* ___kFontAssetByInstanceId;
|
|
List_1_tF9896BAC57953BF2BC32AA89D1FBAADE3B1B098D* ___s_CallbackInstances;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ReadFontAssetDefinitionMarker;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_AddSynthesizedCharactersMarker;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_TryAddGlyphMarker;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_TryAddCharacterMarker;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_TryAddCharactersMarker;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_UpdateLigatureSubstitutionRecordsMarker;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_UpdateGlyphAdjustmentRecordsMarker;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_UpdateDiacriticalMarkAdjustmentRecordsMarker;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ClearFontAssetDataMarker;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_UpdateFontAssetDataMarker;
|
|
String_t* ___s_DefaultMaterialSuffix;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_SearchedFontAssetLookup;
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* ___k_FontAssets_FontFeaturesUpdateQueue;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_FontAssets_FontFeaturesUpdateQueueLookup;
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* ___k_FontAssets_KerningUpdateQueue;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_FontAssets_KerningUpdateQueueLookup;
|
|
List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* ___k_FontAssets_AtlasTexturesUpdateQueue;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_FontAssets_AtlasTexturesUpdateQueueLookup;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___k_GlyphIndexArray;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___visitedFontAssets;
|
|
};
|
|
struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_StaticFields
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___s_OutsidePanelCoordinates;
|
|
};
|
|
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;
|
|
};
|
|
struct RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_StaticFields
|
|
{
|
|
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* ___s_EventDispatcher;
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* ___s_EmptyDocumentList;
|
|
};
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct TimingDataU5BU5D_t370B0476A79A76456F04BA6664A963CC579E9CD0 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) TimingData_t7E5D81E44DD38F0BFB0350F529E539BB94000C7A m_Items[1];
|
|
|
|
inline TimingData_t7E5D81E44DD38F0BFB0350F529E539BB94000C7A GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TimingData_t7E5D81E44DD38F0BFB0350F529E539BB94000C7A* 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, TimingData_t7E5D81E44DD38F0BFB0350F529E539BB94000C7A value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___easingCurve), (void*)NULL);
|
|
}
|
|
inline TimingData_t7E5D81E44DD38F0BFB0350F529E539BB94000C7A GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TimingData_t7E5D81E44DD38F0BFB0350F529E539BB94000C7A* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TimingData_t7E5D81E44DD38F0BFB0350F529E539BB94000C7A value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___easingCurve), (void*)NULL);
|
|
}
|
|
};
|
|
struct StyleDataU5BU5D_t73D276E94B9F65AFF0A22B0D465D05D5E9438F5E : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) StyleData_t3B3F0F1CEB43B375FD26CB3095AAC800DC07A976 m_Items[1];
|
|
|
|
inline StyleData_t3B3F0F1CEB43B375FD26CB3095AAC800DC07A976 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline StyleData_t3B3F0F1CEB43B375FD26CB3095AAC800DC07A976* 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, StyleData_t3B3F0F1CEB43B375FD26CB3095AAC800DC07A976 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline StyleData_t3B3F0F1CEB43B375FD26CB3095AAC800DC07A976 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline StyleData_t3B3F0F1CEB43B375FD26CB3095AAC800DC07A976* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, StyleData_t3B3F0F1CEB43B375FD26CB3095AAC800DC07A976 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* m_Items[1];
|
|
|
|
inline VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** 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, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) int32_t m_Items[1];
|
|
|
|
inline int32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct TimingDataU5BU5D_t9253C6811381B1932706D115D067841C7175C077 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) TimingData_tB9F07E55FE507E685F5E816A57949C38DCD6E263 m_Items[1];
|
|
|
|
inline TimingData_tB9F07E55FE507E685F5E816A57949C38DCD6E263 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TimingData_tB9F07E55FE507E685F5E816A57949C38DCD6E263* 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, TimingData_tB9F07E55FE507E685F5E816A57949C38DCD6E263 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___easingCurve), (void*)NULL);
|
|
}
|
|
inline TimingData_tB9F07E55FE507E685F5E816A57949C38DCD6E263 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TimingData_tB9F07E55FE507E685F5E816A57949C38DCD6E263* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TimingData_tB9F07E55FE507E685F5E816A57949C38DCD6E263 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___easingCurve), (void*)NULL);
|
|
}
|
|
};
|
|
struct StyleDataU5BU5D_tDA10AD1016A9574B39F73BE1DBE2E3A55720EAA9 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) StyleData_t8D7506F1365A34AF8BCC7E63AABBB64F8330C595 m_Items[1];
|
|
|
|
inline StyleData_t8D7506F1365A34AF8BCC7E63AABBB64F8330C595 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline StyleData_t8D7506F1365A34AF8BCC7E63AABBB64F8330C595* 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, StyleData_t8D7506F1365A34AF8BCC7E63AABBB64F8330C595 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline StyleData_t8D7506F1365A34AF8BCC7E63AABBB64F8330C595 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline StyleData_t8D7506F1365A34AF8BCC7E63AABBB64F8330C595* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, StyleData_t8D7506F1365A34AF8BCC7E63AABBB64F8330C595 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct TimingDataU5BU5D_tA5BE0E019AB587A0072682D5535D2295EC6F04B9 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) TimingData_t9FA7CAC423BACD236FBF49326BDD83D06DF44288 m_Items[1];
|
|
|
|
inline TimingData_t9FA7CAC423BACD236FBF49326BDD83D06DF44288 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TimingData_t9FA7CAC423BACD236FBF49326BDD83D06DF44288* 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, TimingData_t9FA7CAC423BACD236FBF49326BDD83D06DF44288 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___easingCurve), (void*)NULL);
|
|
}
|
|
inline TimingData_t9FA7CAC423BACD236FBF49326BDD83D06DF44288 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TimingData_t9FA7CAC423BACD236FBF49326BDD83D06DF44288* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TimingData_t9FA7CAC423BACD236FBF49326BDD83D06DF44288 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___easingCurve), (void*)NULL);
|
|
}
|
|
};
|
|
struct StyleDataU5BU5D_t8ACFC9D6C572747CB5326B98E34DEE3AC989D876 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) StyleData_tD9916786C46848BD8A33B29D97785D1FB3886628 m_Items[1];
|
|
|
|
inline StyleData_tD9916786C46848BD8A33B29D97785D1FB3886628 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline StyleData_tD9916786C46848BD8A33B29D97785D1FB3886628* 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, StyleData_tD9916786C46848BD8A33B29D97785D1FB3886628 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline StyleData_tD9916786C46848BD8A33B29D97785D1FB3886628 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline StyleData_tD9916786C46848BD8A33B29D97785D1FB3886628* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, StyleData_tD9916786C46848BD8A33B29D97785D1FB3886628 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct TimingDataU5BU5D_t03C8C38B8DBF52B9A23FB2B77BEC41E63D4A3994 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) TimingData_t34C4E95C26A0148A8A1940FA3BE460BD371FE5FE m_Items[1];
|
|
|
|
inline TimingData_t34C4E95C26A0148A8A1940FA3BE460BD371FE5FE GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TimingData_t34C4E95C26A0148A8A1940FA3BE460BD371FE5FE* 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, TimingData_t34C4E95C26A0148A8A1940FA3BE460BD371FE5FE value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___easingCurve), (void*)NULL);
|
|
}
|
|
inline TimingData_t34C4E95C26A0148A8A1940FA3BE460BD371FE5FE GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TimingData_t34C4E95C26A0148A8A1940FA3BE460BD371FE5FE* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TimingData_t34C4E95C26A0148A8A1940FA3BE460BD371FE5FE value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___easingCurve), (void*)NULL);
|
|
}
|
|
};
|
|
struct StyleDataU5BU5D_t73BFD33363F897414B879236BE0A0DCA6962B9AB : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) StyleData_t8548533307092B4D7E241CBD2A66549683A33C1D m_Items[1];
|
|
|
|
inline StyleData_t8548533307092B4D7E241CBD2A66549683A33C1D GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline StyleData_t8548533307092B4D7E241CBD2A66549683A33C1D* 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, StyleData_t8548533307092B4D7E241CBD2A66549683A33C1D value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline StyleData_t8548533307092B4D7E241CBD2A66549683A33C1D GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline StyleData_t8548533307092B4D7E241CBD2A66549683A33C1D* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, StyleData_t8548533307092B4D7E241CBD2A66549683A33C1D value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct StyleDataU5BU5D_tF87CDE51588E78D4C87C144731581FB5284776E0 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) StyleData_t333EEFF82EBFC5313C5D5BD07C3E5258C87D2CC6 m_Items[1];
|
|
|
|
inline StyleData_t333EEFF82EBFC5313C5D5BD07C3E5258C87D2CC6 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline StyleData_t333EEFF82EBFC5313C5D5BD07C3E5258C87D2CC6* 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, StyleData_t333EEFF82EBFC5313C5D5BD07C3E5258C87D2CC6 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___startValue))->___m_Texture), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___startValue))->___m_Sprite), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___startValue))->___m_RenderTexture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___startValue))->___m_VectorImage), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___endValue))->___m_Texture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___endValue))->___m_Sprite), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___endValue))->___m_RenderTexture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___endValue))->___m_VectorImage), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___reversingAdjustedStartValue))->___m_Texture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___reversingAdjustedStartValue))->___m_Sprite), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___reversingAdjustedStartValue))->___m_RenderTexture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___reversingAdjustedStartValue))->___m_VectorImage), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___currentValue))->___m_Texture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___currentValue))->___m_Sprite), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___currentValue))->___m_RenderTexture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___currentValue))->___m_VectorImage), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline StyleData_t333EEFF82EBFC5313C5D5BD07C3E5258C87D2CC6 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline StyleData_t333EEFF82EBFC5313C5D5BD07C3E5258C87D2CC6* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, StyleData_t333EEFF82EBFC5313C5D5BD07C3E5258C87D2CC6 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___startValue))->___m_Texture), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___startValue))->___m_Sprite), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___startValue))->___m_RenderTexture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___startValue))->___m_VectorImage), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___endValue))->___m_Texture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___endValue))->___m_Sprite), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___endValue))->___m_RenderTexture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___endValue))->___m_VectorImage), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___reversingAdjustedStartValue))->___m_Texture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___reversingAdjustedStartValue))->___m_Sprite), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___reversingAdjustedStartValue))->___m_RenderTexture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___reversingAdjustedStartValue))->___m_VectorImage), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___currentValue))->___m_Texture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___currentValue))->___m_Sprite), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___currentValue))->___m_RenderTexture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___currentValue))->___m_VectorImage), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
struct StyleDataU5BU5D_tD406BDE6B313334D7A7241DDEA636226CC9C0043 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) StyleData_t7B881346F61A413495F318F9A8EF71C751EC6472 m_Items[1];
|
|
|
|
inline StyleData_t7B881346F61A413495F318F9A8EF71C751EC6472 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline StyleData_t7B881346F61A413495F318F9A8EF71C751EC6472* 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, StyleData_t7B881346F61A413495F318F9A8EF71C751EC6472 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___startValue))->___m_Font), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___startValue))->___m_FontAsset), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___endValue))->___m_Font), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___endValue))->___m_FontAsset), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___reversingAdjustedStartValue))->___m_Font), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___reversingAdjustedStartValue))->___m_FontAsset), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___currentValue))->___m_Font), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___currentValue))->___m_FontAsset), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline StyleData_t7B881346F61A413495F318F9A8EF71C751EC6472 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline StyleData_t7B881346F61A413495F318F9A8EF71C751EC6472* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, StyleData_t7B881346F61A413495F318F9A8EF71C751EC6472 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___startValue))->___m_Font), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___startValue))->___m_FontAsset), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___endValue))->___m_Font), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___endValue))->___m_FontAsset), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___reversingAdjustedStartValue))->___m_Font), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___reversingAdjustedStartValue))->___m_FontAsset), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___currentValue))->___m_Font), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___currentValue))->___m_FontAsset), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
struct StyleDataU5BU5D_t2EA8BFBB228BC22ECF5964A1BCC0289725FB4389 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) StyleData_t3E4A29038DDBDCB28D9E44F7EE3218AA8169F385 m_Items[1];
|
|
|
|
inline StyleData_t3E4A29038DDBDCB28D9E44F7EE3218AA8169F385 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline StyleData_t3E4A29038DDBDCB28D9E44F7EE3218AA8169F385* 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, StyleData_t3E4A29038DDBDCB28D9E44F7EE3218AA8169F385 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___startValue), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___endValue), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___reversingAdjustedStartValue), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___currentValue), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline StyleData_t3E4A29038DDBDCB28D9E44F7EE3218AA8169F385 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline StyleData_t3E4A29038DDBDCB28D9E44F7EE3218AA8169F385* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, StyleData_t3E4A29038DDBDCB28D9E44F7EE3218AA8169F385 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___startValue), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___endValue), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___reversingAdjustedStartValue), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___currentValue), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
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 StylePropertyNameU5BU5D_t531626CF806E3F3D348D1F38A9109767014C35F8 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF m_Items[1];
|
|
|
|
inline StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF* 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, StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField), (void*)NULL);
|
|
}
|
|
inline StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField), (void*)NULL);
|
|
}
|
|
};
|
|
struct StyleValueU5BU5D_t544D1F13B44DC23CA765A18E32B7779768FDF0C8 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 m_Items[1];
|
|
|
|
inline StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5* 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, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
|
|
IL2CPP_EXTERN_C void FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshal_pinvoke(const FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C& unmarshaled, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshal_pinvoke_back(const FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke& marshaled, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C& unmarshaled);
|
|
IL2CPP_EXTERN_C void FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshal_pinvoke_cleanup(FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshal_com(const FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C& unmarshaled, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshal_com_back(const FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com& marshaled, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C& unmarshaled);
|
|
IL2CPP_EXTERN_C void FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshal_com_cleanup(FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshal_pinvoke(const Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82& unmarshaled, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshal_pinvoke_back(const Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_pinvoke& marshaled, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82& unmarshaled);
|
|
IL2CPP_EXTERN_C void Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshal_pinvoke_cleanup(Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshal_com(const Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82& unmarshaled, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshal_com_back(const Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_com& marshaled, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82& unmarshaled);
|
|
IL2CPP_EXTERN_C void Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshal_com_cleanup(Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_pinvoke(const Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7& unmarshaled, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_pinvoke_back(const Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke& marshaled, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7& unmarshaled);
|
|
IL2CPP_EXTERN_C void Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_pinvoke_cleanup(Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_pinvoke(const Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7& unmarshaled, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_pinvoke_back(const Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke& marshaled, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7& unmarshaled);
|
|
IL2CPP_EXTERN_C void Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_pinvoke_cleanup(Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_pinvoke(const Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E& unmarshaled, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_pinvoke_back(const Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke& marshaled, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E& unmarshaled);
|
|
IL2CPP_EXTERN_C void Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_pinvoke_cleanup(Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_com(const Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7& unmarshaled, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_com_back(const Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com& marshaled, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7& unmarshaled);
|
|
IL2CPP_EXTERN_C void Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_com_cleanup(Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_com(const Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7& unmarshaled, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_com_back(const Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com& marshaled, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7& unmarshaled);
|
|
IL2CPP_EXTERN_C void Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_com_cleanup(Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_com(const Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E& unmarshaled, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_com_back(const Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com& marshaled, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E& unmarshaled);
|
|
IL2CPP_EXTERN_C void Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_com_cleanup(Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshal_pinvoke(const Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8& unmarshaled, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshal_pinvoke_back(const Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_pinvoke& marshaled, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8& unmarshaled);
|
|
IL2CPP_EXTERN_C void Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshal_pinvoke_cleanup(Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshal_com(const Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8& unmarshaled, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshal_com_back(const Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_com& marshaled, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8& unmarshaled);
|
|
IL2CPP_EXTERN_C void Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshal_com_cleanup(Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_com& marshaled);
|
|
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UxmlFactory_2__ctor_m88A0346DFE6F79DFE0C5986C5804D4FABA9DB95A_gshared (UxmlFactory_2_tA5B21BD283B57202633CBFD2ABB84CE9AD987DF2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TypedUxmlAttributeDescription_1_set_defaultValue_mCCFDF65293F595155203C9BD9977733342224870_gshared_inline (TypedUxmlAttributeDescription_1_t7ECE12D1C0C385835D77803906F54B792532FD39* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UxmlEnumAttributeDescription_1__ctor_m322D3D784BFA831AA5CBCFAC52386E719D96B5CC_gshared (UxmlEnumAttributeDescription_1_t3735F5ADC360FC4636F222E8B1F27F9E70DAEF4F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TypedUxmlAttributeDescription_1_set_defaultValue_mFD1C3A72D0C15C3CFA5ADF89C98C1B97C69A25E2_gshared_inline (TypedUxmlAttributeDescription_1_tF8E164DB2A1FE613654370D348F4C3680DA42A03* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UxmlAssetAttributeDescription_1__ctor_mB05867F7403A8765D565BD0263A9D4528A7E5621_gshared (UxmlAssetAttributeDescription_1_t19813A19545657122CC16CB487E90F24165ECB13* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m88484A213EB00FF7254FE3DB935BFB06DD3F5753_gshared_inline (Action_2_tAC461AE4F7B507965CE2E6A32853473F8C02CD75* __this, RuntimeObject* ___0_arg1, int32_t ___1_arg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_IndexOf_m378F61BA812B79DEE58D86FE8AA9F20E3FC7D85F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, 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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __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 void List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, RuntimeObject* ___1_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback_1__ctor_m8E83F917FC9541DE1168E498CDF99D58A6DC329B_gshared (EventCallback_1_t15E400616AB56B841F72D09E503D6377E8366E07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackEventHandler_RegisterCallback_TisRuntimeObject_m221D8BDDC2D60A7D22B11CBCC628C7990BE1C8F9_gshared (CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4* __this, EventCallback_1_t15E400616AB56B841F72D09E503D6377E8366E07* ___0_callback, int32_t ___1_useTrickleDown, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackEventHandler_UnregisterCallback_TisRuntimeObject_m2E6CDD2C9FDA8EDB685996370F77E36063A68CD6_gshared (CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4* __this, EventCallback_1_t15E400616AB56B841F72D09E503D6377E8366E07* ___0_callback, int32_t ___1_useTrickleDown, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElementScheduledItem_1__ctor_m3183DE9799B58C12B141B2A6E26641C1C7C8223B_gshared (VisualElementScheduledItem_1_tBBBFD9E425D8A2ECE1C614FC867E3D3127B37509* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_handler, RuntimeObject* ___1_upEvent, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_m604FD4DB9EADE3BD6B11AD7740D31F54E7B88CBE_gshared_inline (Action_1_t05F6A7FC9FBB588EC4A828E23375838E340354CB* __this, TimerState_t82C7C29B095D6ACDC06AC172C269E9D5F0508ECE ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CustomStyleProperty_1_get_name_m51A2B61038145DBA23DB66A1B1CD4696D8F25CD3_gshared_inline (CustomStyleProperty_1_t21332918528099194FD36C74FF0FA14696F39493* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CustomStyleProperty_1_get_name_mB7A340BD5475639CE13F609B4E3C7AB6ADE07446_gshared_inline (CustomStyleProperty_1_t6871E5DBF19AB4DC7E1134B32A03B7A458D52E9F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CustomStyleProperty_1_get_name_m7132138EDAD54684D99C2A7DBADC0FD0229CA851_gshared_inline (CustomStyleProperty_1_tE4B20CAB5BCFEE711EB4A26F077DC700987C0C2D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m0877E96B773A1C6F78A2DD44A166DB82A4C20151_gshared (Dictionary_2_t834D336DF500618699E81CE51EB7F877BDC3656A* __this, RuntimeObject* ___0_key, StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2* ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CustomStyleProperty_1_get_name_m527DF04E62D2889CDFBF110C2AA32BB135C89793_gshared_inline (CustomStyleProperty_1_t697913D630F101B4E464B7E9EA06368015C9C266* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBag_1__ctor_m608955616512B610EA4B2C927CAA4171BB5A33A2_gshared (PropertyBag_1_tE522EC0E4E4C916EBF192933D686DEFDD27B9474* __this, 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_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mF225F49F6BE54C39563CECD7C693F0AE4F0530E8_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t3FEA391500D9B213F80B946E891791A10EACA516* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694_gshared (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t54C6F61292BFDDD67052B564E23968363587AD9A* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag_AddProperty_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_mD8563B993FA03D9CC8F35329A058DA56FC5106E2_gshared (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t34F88AE0418361E890AC90009C99610E5828A405* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_mE7D78F8E8A080D1A5F72D38E921F5F081D90D36A_gshared (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_tD76362AD3729488BDB66570A22FD4AA6F0CCF132* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_mCFC4B6B6D7893CCDC973497115C17E77CC02F857_gshared (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t68D7F18D843069CF15D3E8600D2F8530C4EEFEBD* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m751DF50461F072434B105A9C2242B5B5E34C5B7F_gshared (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_tD91C3AC845F5697A12C112C1727EDDC29FB0C769* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_gshared (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t5F78918229E14488BF827C2EF70F9E5EC4332A8A* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F_gshared (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t80C0FD8EE9A8D4A43BF7B9836D9736EDA9C00CB9* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag_AddProperty_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_mC408F88A9EFB2FCFA4672DA29BE20D2E163BB095_gshared (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_tCC8EAC2A87E5D5FDBCE83B984DC4624D68FC5F97* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag_AddProperty_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_m1EBEEAE5205B08DBB32FA0BCBD151EB0823EF683_gshared (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_tDE6780C1D9DDB4002310E122143CEA69C3911968* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m2DEA3FC917B3F585E6BF7C52F62AAC9B4CE6E984_gshared (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t813588A5571F0430482B38BE70929F40B921D36D* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag_AddProperty_TisRuntimeObject_m3417775FDFACA1367612FBF2EE9C7F9A64AD41BE_gshared (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t7B42BF6DAF16991C70A42470FD52CA89A7A26BD7* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag_AddProperty_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_mA016F680699D570DFBCDC848F11172CE5715843F_gshared (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t6EBDC7EF648FE9FF0576E922AF886C5DF430F146* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag_AddProperty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFDE80D176877A3E6BD79DB12655181F187F6FD1F_gshared (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t76855958FFCE2F23F4562FD8CBC42966155E2F22* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyCollection_1__ctor_m1C2769529357C34F20D76E6E863290ABF2288443_gshared (PropertyCollection_1_t8E0736FE8D06A3E5D92990DB04A5D1CF0594D85B* __this, List_1_t395DB400634B381F180F661D6F23047177C54A41* ___0_properties, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared (ResolvedEnumProperty_1_t37BA1124DAB0E70329C7796978A9A0157CF06185* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedListProperty_1__ctor_m0172A93BA2E9AE7A893164D596C9D9290CEF6ED8_gshared (ResolvedListProperty_1_t15868DDCAB70F2738895A705DA7F8BE23D1B4B85* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedListProperty_1__ctor_mAA285574609B1BF9B37C589CB08B3EEF87642786_gshared (ResolvedListProperty_1_t948E9BB9592A8297426EBB92145FCB4CA963FC56* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedListProperty_1__ctor_m618BB9C568384C2C28B7117E9300377946A1443D_gshared (ResolvedListProperty_1_t7E97C89EC09C7F58E62296D92AC2AF2A40FFA4EC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleProperty_1__ctor_m2A910F866CAD45480513F062E1BD7564178EA826_gshared (ResolvedStyleProperty_1_t54C6F61292BFDDD67052B564E23968363587AD9A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleProperty_1__ctor_mECBBB18E89E4B454A6851BA55F2266DECC3483BA_gshared (ResolvedStyleProperty_1_t34F88AE0418361E890AC90009C99610E5828A405* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleProperty_1__ctor_m97663FE3F7311C0133342C3CAB9BAEFA65038315_gshared (ResolvedStyleProperty_1_t5F78918229E14488BF827C2EF70F9E5EC4332A8A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleProperty_1__ctor_mF795E529236E78F79253ED6D221DBE4F77F37077_gshared (ResolvedStyleProperty_1_t80C0FD8EE9A8D4A43BF7B9836D9736EDA9C00CB9* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleProperty_1__ctor_mB8578EF375CC8BACE7758E63F2D72BEC3C35FECB_gshared (ResolvedStyleProperty_1_t7B42BF6DAF16991C70A42470FD52CA89A7A26BD7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleProperty_1__ctor_m182154270F3281D907B1A3F27E811126A212C977_gshared (ResolvedStyleProperty_1_t6EBDC7EF648FE9FF0576E922AF886C5DF430F146* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleProperty_1__ctor_m08FADAEEAD85F3427FA63CC47B9AEDA7DF2D3484_gshared (ResolvedStyleProperty_1_t76855958FFCE2F23F4562FD8CBC42966155E2F22* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleProperty_1__ctor_m3DAFF51BFA8D66BC9B73C16E5F757686FD6779A1_gshared (ResolvedStyleProperty_1_tCC8EAC2A87E5D5FDBCE83B984DC4624D68FC5F97* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleProperty_1__ctor_mF3B3EAE62A354347A1CDE48033CAB5D5A4CE038C_gshared (ResolvedStyleProperty_1_tDE6780C1D9DDB4002310E122143CEA69C3911968* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleProperty_1__ctor_m65F9182768D7F880E227299A89472BA6B87E7B4C_gshared (ResolvedStyleProperty_1_t813588A5571F0430482B38BE70929F40B921D36D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleProperty_1__ctor_m443B6DE72064AD17D0DCC30A50BBD74070BFA1BA_gshared (ResolvedStyleProperty_1_tD76362AD3729488BDB66570A22FD4AA6F0CCF132* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleProperty_1__ctor_mC679F2652BD477C2111DACFA822A821BF4A9883C_gshared (ResolvedStyleProperty_1_t68D7F18D843069CF15D3E8600D2F8530C4EEFEBD* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleProperty_1__ctor_m1595DB7A3DBBFA18D11BE85E470DB4239A3D198C_gshared (ResolvedStyleProperty_1_tD91C3AC845F5697A12C112C1727EDDC29FB0C769* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7B1232DFE6403576191C56D651675A43821CA68C_gshared (List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m3A1D78F766364DE1EABDE6A34F5E55E1B50096E0_gshared (List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m4B55D26AC4826CFF1DE9D6B3BFA517E7AEECF9D8_gshared (List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mEAD58F71FB68894CD4B42B8B1FF527387E22F1B0_gshared_inline (List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m66D40F60D60CF3FA653432ABEBEBF703840689DB_gshared (List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m02854A6986DEFDEC2E4B791FD155C5D7FCBB8842_gshared_inline (List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_mC10AB6995B62FFCB7480E88ADA61465B0644FC36_gshared (List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m65AF27AF349D5AD5EB39FAA6836FA296600DA6FA_gshared_inline (List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_mFC68F05E4252312CF997EF77D05B91BEEB8CC00A_gshared (List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091 List_1_GetEnumerator_m79C661B4F2593F250F3AAEBE725ABBB3B97314E1_gshared (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1F4E04F6F817CA0C550E88CACDBF06CECEEBA5A4_gshared (Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 Enumerator_get_Current_m2A71803E92C0B34206D38F91490F372EE7E8E999_gshared_inline (Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m382A4115E9B245542508429960929A5A5A2DBC52_gshared (Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 List_1_get_Item_m1E0036D7EC908E08932E6514B1EF92C3A8E4AB58_gshared (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m2276A13E0328D7750B5EFF7868F9F88CA313D5E6_gshared (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m2926C92062137EC290DA1AD54E4AFF3CCD529685_gshared (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, int32_t ___0_index, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m797905E92EF60F271F57D2F36C05AC429A5C0008_gshared_inline (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m87205283CED3CE7AC9AEC642FE8C34839086F2EF_gshared_inline (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m3CB67AFF449C874D40106A7AC4CAA266C89D95B7_gshared (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1__ctor_m28146260A7753C80B6932346211E85C1F72D08D9_gshared (ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mB09EEE45AF1ED33A9F9AE784179A0BDF65093709_gshared (ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD* __this, Property_2_t796E3BCB1C9BD4B9BF60CED9E6225504AF7C1535* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mE4D0D4F0D49293385511B6CA6ECB56A6E55C0C0F_gshared (ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD* __this, Property_2_tF2BB686D46189C2392C8FC06A6950CBE9B889524* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_2__ctor_mB05FACB45AD19E056A5EC1A5173848E6F98DE738_gshared (Property_2_t796E3BCB1C9BD4B9BF60CED9E6225504AF7C1535* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_2__ctor_m899DFD7FAD1C93C3B3323F98A62CD9AAA153C717_gshared (Property_2_tF2BB686D46189C2392C8FC06A6950CBE9B889524* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1__ctor_m71668A663E7D0CCE9516A1CECDC450614AD58668_gshared (ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1_AddProperty_TisAngle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC_m17561D6D2EF9625FB4D5EE482EAC5E211F5E302F_gshared (ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D* __this, Property_2_t7F1860B0F407B68AA42D1550BA872EDEF66E3829* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m90A86F11DDA2FFB6C7FF51C9D9A2C8A67F6C99B5_gshared (ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D* __this, Property_2_tF02A6085787C29611D567D6B97CCAF8975FC5402* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_2__ctor_m61C7D394F6CA37D32C427BF21886261C77CE97DC_gshared (Property_2_t7F1860B0F407B68AA42D1550BA872EDEF66E3829* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_2__ctor_mBE377018C00694333C19DC9A169716ABCD6C2128_gshared (Property_2_tF02A6085787C29611D567D6B97CCAF8975FC5402* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1__ctor_m73B236763AC10FA0C500DA07587B4A264A65D680_gshared (ContainerPropertyBag_1_t7A687D97ACA5423A9AC05DC8E627A6058BA75361* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mE734A32A5DF8D51C92EDD6A1FB39AE646036E83C_gshared (ContainerPropertyBag_1_t7A687D97ACA5423A9AC05DC8E627A6058BA75361* __this, Property_2_tA469FC6BF6D4D9E289AF0AD996F3BAB81E17E35A* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_2__ctor_mEA2A1B6A8488CE5034728BE7F0EBC8DA62C0F219_gshared (Property_2_tA469FC6BF6D4D9E289AF0AD996F3BAB81E17E35A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m5C298705517BE63DE8F15378CB631A54EC3E43E1_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_m529939662EAE4848C4BA2DEEAC1BAC5E51DCFD7A_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m036FC7385BEB57C9ECFF132ED0C5EC3424E843F4_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m69DFD9CFA8AE20300F0C672C3003C1CAF4136BAA_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m09003FAEDCC5293C4A5E61DB442E7542D7FB1813_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisCursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_m4BE76C0E47C74266F63CDEBD29D856DB6B106D44_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mD89B266A21748320FB8179570375C14C41CA7DB7_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisRuntimeObject_m8C36720D56609777008CD0A99553839F059DACCA_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF8CE1FAAC6AFD5C8F9D0B5ABD4104CEA9C19E3BC_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_mFD470F50B244C87E17D3D1CCCE816F37BF5B6308_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_m578A05D1570B49E85EDDCD72DF135245C95C35A2_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mA60C5BDE415FBEB57283F54B0605D6B5DF975266_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_m44129A82CDF37A87AFE9D2CA407ECA2A7F32A3C5_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_mEE17F9E46301EFF9469BB491481899DA9254DBEF_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleValueExtensions_DebugString_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_mD15CD20D39E71BDF839B00EAF52DED38B42E5A1D_gshared (RuntimeObject* ___0_styleValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1__ctor_mC1AD10A421C91DAD1E6BBB0F0806D36F3F8F2459_gshared (ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m6EF9A6597404C0AC6D4E7F2AD83D0B02096375F9_gshared (ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785* __this, Property_2_t00E6E76E8E1109CD047F45B48B9F72840FC4DB8C* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m7256D2E989C05F7BD0C16C09982D865FC3661598_gshared (ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785* __this, Property_2_t40019768B7257107CF2B5225023A3CA2B9C7C0C6* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_2__ctor_mE2E87F1A76308604C3D3DE65DBE34C3BDF0717C5_gshared (Property_2_t00E6E76E8E1109CD047F45B48B9F72840FC4DB8C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_2__ctor_mC798F375A392B3CF14BDA1D7FA37166584F9FDFE_gshared (Property_2_t40019768B7257107CF2B5225023A3CA2B9C7C0C6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1__ctor_m4DD614E60BD9493B233A2A4F9A77F9B46476CD1D_gshared (ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m40F86807A2A0CC9F574A3A455C47491E8525965E_gshared (ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F* __this, Property_2_t64A3B99E5DD9631D63E9CEDDC21F34A995B10FF3* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m2312C5D9A2FFD4D33444AF82DA6928DB7413021B_gshared (ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F* __this, Property_2_tFD515E1DB9D294B88181DD785B0017942BA70339* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_2__ctor_m0C7CB36E75ACC9582EAA1F0254AED71A12C950BE_gshared (Property_2_t64A3B99E5DD9631D63E9CEDDC21F34A995B10FF3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_2__ctor_mF9A556D5FDF225547C7FCB2FD28E4B91C92E81FC_gshared (Property_2_tFD515E1DB9D294B88181DD785B0017942BA70339* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1__ctor_m8E40011652293DA2EEA6653A3878F2F659B72168_gshared (ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m81E6945C89C58557F6ADA49CF9831968A082B36D_gshared (ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D* __this, Property_2_tF9D0AB1B5BE3BD47AE426A0488CC50A71AA69EC3* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mED7C0AAB33BB82D38A8848C94A6EB50FA25CC158_gshared (ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D* __this, Property_2_t33B191F2432A0DDBEC70193F85D7259261A43C8B* ___0_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_2__ctor_m69F07C000FB26AD2B808024C3912B084674F2968_gshared (Property_2_tF9D0AB1B5BE3BD47AE426A0488CC50A71AA69EC3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_2__ctor_m37B9F73F09E8F11ACDD2589E14F19D4002B29FA0_gshared (Property_2_t33B191F2432A0DDBEC70193F85D7259261A43C8B* __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 Dictionary_2__ctor_mCC9983804D8DC41E938E080075F9EA7BDD0C7059_gshared (Dictionary_2_t514396B90715EDD83BB0470C76C2F426F9381C71* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, RuntimeObject** ___0_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m7DA7B0363D2265A7C217459845364E86F6D093AB_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, float ___2_startValue, float ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB97CADACE8C091B57839011BE99CE92EC7A16744_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, int32_t ___2_startValue, int32_t ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m35F10294C0F650E36D89179C9EBDD14F1BED06F6_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___2_startValue, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mA6698B8B343450BE774AAFACE5329339B620513C_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_startValue, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m4681675678ACD0B638F1DE5B61E1FB551007A685_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___2_startValue, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_m8E4D16083B78CFD9ACB4C401F281E9677C1BE232_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___2_startValue, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisRuntimeObject_m62E839118713353B7ACBBF88ADF1342E26A3C53A_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, RuntimeObject* ___2_startValue, RuntimeObject* ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t34227637D0C93F730700DFD895768AF8F8C7FF8D* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_mAF55C9EB61C8081E34D6DA31BB0B7749F7120DB4_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___2_startValue, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_tFB112CD52331C038F6B928FEAFAB19A06FD2F62C* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mCA0F0ADA23085C05A6E20E52FAC0B7FE37E5F40F_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___2_startValue, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_tD710D214E4D407A033AE57CE091D4C4FBB293714* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_mF48ED781CBE6F243450F08A3CA66A160BA853FF1_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___2_startValue, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t1B84258FDB622ABECA26BA9E2E8F638E1B6B213F* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_m0BCC34376C9BBAEB7315E9F98CF2FF0578E354B7_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___2_startValue, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_tF515CA326AF84CBBA1A40F1C76BC6D39AA409215* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_m6DA3A36592C69F444EC66E150A00D1E9D0D2E74F_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___2_startValue, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t4B3725FE6B9D8A60439FC42ABC27E2FAE91ACBA5* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_m59149E7FDDAC4E8D0A61B8FB1CC7903448920F25_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___2_startValue, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_tF3ABACD3AB0725B73E28DB34A5F62F325AF44787* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m2AD95507A725DE28DE5E96849079A65322417175_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___2_startValue, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_tC8973EFAC1DFC45F05F52699DA8672D0263967F0* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m34C24D938044ADD71FFADAD44C32771D53DE01A1_gshared (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___2_startValue, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t536A63EF1ED92A7E6973B242522CFE390BA29FDC* ___7_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD8A6CDD5C954C86D2150FCFF1B76EB62F35A881D_gshared (Dictionary_2_t514396B90715EDD83BB0470C76C2F426F9381C71* __this, int32_t ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mCB560C5C97586855BDB873C1D0EA1B393BAA6F29_gshared (Func_3_tA9AA477D8A5A68C7DC26AE4792295B80F920E61E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Values_1__ctor_m5CE5F1D9F61E3AF72965AA1A75B51EED016BD774_gshared (Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m5C0B07EE1619560A43C23CFB2723E33008414AC3_gshared (Func_3_tE8F85DA3CAC4998201E5C56356280AFAB7185B69* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Values_1__ctor_m94B69C26ECEB0D2B15FE237DDF63030D0BC0B910_gshared (Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mA1BB586CA38162C3C120F9F49A2C9907C19B854C_gshared (Func_3_tE7691622B78513E3899362D85121DB6D27F6DB10* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Values_1__ctor_mF2E3EEC44174E391276F9E3F4906DF800C856EA9_gshared (Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mBECF17AD38818C4339F30DB97A29EFAAFC28010A_gshared (Func_3_t694ADFBBF2CEA4DEF1F1F1F9B00D5DCAE200F97E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Values_1__ctor_m14E59C062E826E30FCDC4DEF3E693F23E4929089_gshared (Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesDiscrete_1__ctor_m7BE964AEE34D961968544FAF8BDE0EEF177DB22F_gshared (ValuesDiscrete_1_t4F71D7F3AB37E2CB950D16B6B6E29830A378EB08* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesDiscrete_1__ctor_mFDAFF02FCBE6E8293FD5C7BE340D296D32DF674F_gshared (ValuesDiscrete_1_t63B8F92F4DAABF488DAEF85235D684338A5BF983* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesDiscrete_1__ctor_m0E4BD2599AB0377656A8065339C19DB6E099FC27_gshared (ValuesDiscrete_1_tEEAF52293B68D5800CAC73A14E2C3B3B02E6C2B1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesDiscrete_1__ctor_m185C3C1908153E5A994BB2B2938A6D5DBA4F34E4_gshared (ValuesDiscrete_1_t7E99F13B947129354031274B76C3B094031D33E7* __this, 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_m92FDC85296FD8B1DACC5386D5869CA76AFCFF944_gshared (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 ___0_item, const RuntimeMethod* method) ;
|
|
|
|
inline void UxmlFactory_2__ctor_m0DE9710616849DEAFBFB161517AA1ACB0EAAD99E (UxmlFactory_2_t8B529BB33B158D8CF1298056F781DA2F04D7194F* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UxmlFactory_2_t8B529BB33B158D8CF1298056F781DA2F04D7194F*, const RuntimeMethod*))UxmlFactory_2__ctor_m88A0346DFE6F79DFE0C5986C5804D4FABA9DB95A_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UxmlTraits_Init_m1DA9460B81499465D2439982AA18831FAC493DC2 (UxmlTraits_t3311A2EDB0705584A614B5511216DAD5279C4160* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, RuntimeObject* ___1_bag, CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 ___2_cc, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_set_name_m5ABC7B8D2586B1839DD436E1AAF25D81395759BC (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_set_enabledSelf_m8834661582D3E06C6DEB0555808F033B474AC1DD (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_set_viewDataKey_m6318C0A701350678B0DBF34939C3BC392134B092 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_set_pickingMode_m4B12358A0C59640E752A2BB5B3E6F5C76CB9ACD0 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_set_usageHints_mD317223075C8C708C1DB66CF90E81C5F9DE4C5B0 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_set_tooltip_mD392FEBD1C4F97E4FEE2FEE3E92937D355B7FA61 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* UxmlTraits_get_focusIndex_mA04335E58B6371CEA9F27B3DB87FDBBAD44457C3_inline (UxmlTraits_t45D4AB9B0148A110826C5201495FF23814A12E4B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UxmlIntAttributeDescription_TryGetValueFromBag_mDA355BAD8A840E989A86049EF3DD0F641A56C9B9 (UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* __this, RuntimeObject* ___0_bag, CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 ___1_cc, int32_t* ___2_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Focusable_set_tabIndex_m1D41B758C7AA057707AE7CC919ED868075575E96 (Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* UxmlTraits_get_focusable_m672D1BF4B4ECA421F11891639C82E4BEF4FBD650_inline (UxmlTraits_t45D4AB9B0148A110826C5201495FF23814A12E4B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_set_dataSource_m33E22A85E8E6E71F4D86975F5D9C02F6A5CAB867 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyPath__ctor_m8889FD75F8EDE2DAAD4A5491B55C292DB207A794 (PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79* __this, String_t* ___0_path, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_set_dataSourcePath_mA2A1846607B2372F5F1AE4BBF996CDD8CDB261AD (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UxmlStringAttributeDescription__ctor_mA8A849D4B098131C4D456911CAA16E3A964B51D7 (UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline (UxmlAttributeDescription_t742D021489DB2B564142146CAAAC3F9191825EF2* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UxmlBoolAttributeDescription__ctor_m32928BDCA34A048BB5CCD64422AD9115EFE92298 (UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* __this, const RuntimeMethod* method) ;
|
|
inline void TypedUxmlAttributeDescription_1_set_defaultValue_mCCFDF65293F595155203C9BD9977733342224870_inline (TypedUxmlAttributeDescription_1_t7ECE12D1C0C385835D77803906F54B792532FD39* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TypedUxmlAttributeDescription_1_t7ECE12D1C0C385835D77803906F54B792532FD39*, bool, const RuntimeMethod*))TypedUxmlAttributeDescription_1_set_defaultValue_mCCFDF65293F595155203C9BD9977733342224870_gshared_inline)(__this, ___0_value, method);
|
|
}
|
|
inline void UxmlEnumAttributeDescription_1__ctor_mB8B2B482F9314405BC833C67B063C0DABF06123E (UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3*, const RuntimeMethod*))UxmlEnumAttributeDescription_1__ctor_m322D3D784BFA831AA5CBCFAC52386E719D96B5CC_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UxmlAttributeDescription_set_obsoleteNames_mDF7CFC8B9DD086D48E6F03AF5E55F28F69234C87 (UxmlAttributeDescription_t742D021489DB2B564142146CAAAC3F9191825EF2* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
inline void UxmlEnumAttributeDescription_1__ctor_m4CCA10CF8BCF5B71A8DB9CAF3A0286EBC2AE060C (UxmlEnumAttributeDescription_1_tBBB2CDD127ABE7FAC6ED7B5CA5A3911FF0AF7CE4* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UxmlEnumAttributeDescription_1_tBBB2CDD127ABE7FAC6ED7B5CA5A3911FF0AF7CE4*, const RuntimeMethod*))UxmlEnumAttributeDescription_1__ctor_m322D3D784BFA831AA5CBCFAC52386E719D96B5CC_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UxmlIntAttributeDescription__ctor_mF713BAA8CE638F4B2FB569AB2BC34B986E0E6014 (UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* __this, const RuntimeMethod* method) ;
|
|
inline void TypedUxmlAttributeDescription_1_set_defaultValue_mFD1C3A72D0C15C3CFA5ADF89C98C1B97C69A25E2_inline (TypedUxmlAttributeDescription_1_tF8E164DB2A1FE613654370D348F4C3680DA42A03* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TypedUxmlAttributeDescription_1_tF8E164DB2A1FE613654370D348F4C3680DA42A03*, int32_t, const RuntimeMethod*))TypedUxmlAttributeDescription_1_set_defaultValue_mFD1C3A72D0C15C3CFA5ADF89C98C1B97C69A25E2_gshared_inline)(__this, ___0_value, method);
|
|
}
|
|
inline void UxmlAssetAttributeDescription_1__ctor_mEEB5B76E1CC09511D9BF487273A0C5E750C88D62 (UxmlAssetAttributeDescription_1_t439A790E395F97D948F0660D428ABBEABAA248C9* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UxmlAssetAttributeDescription_1_t439A790E395F97D948F0660D428ABBEABAA248C9*, const RuntimeMethod*))UxmlAssetAttributeDescription_1__ctor_mB05867F7403A8765D565BD0263A9D4528A7E5621_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UxmlTraits__ctor_mE4BA60C118C0AFCFE9896C4AC3BB1369A3D03D3C (UxmlTraits_t3311A2EDB0705584A614B5511216DAD5279C4160* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* Hierarchy_get_children_mFAC3F93120DF7E3E44110EDE24A7033B92B90519 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy__ctor_mD0586F5F328229A0931E5C99D09EAC5E17F8C96C (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_element, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_Insert_m99CF61B5910EEE72983EC04C0FF49102DC63E32D (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, int32_t ___0_index, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_child, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_Add_mDDEF4932C9E9FC302755C45A9F7966AEEBC26648 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, 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 ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseVisualElementPanel_get_duringLayoutPhase_m2EEED4B0599F0FD8A4B61DDF5328ACCE8425A652_inline (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __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_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_RemoveFromHierarchy_m5F43EA9B8CBA47EA2AEC2D75180713395AEECF64 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* VisualElementListPool_Get_m99F3D55FC85A740A48A062146D40D59F50107CC2 (int32_t ___0_initialCapacity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE* VisualElement_get_layoutNode_mDEB89DEE452812FE70D90C54203C03DC216A66CB (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LayoutNode_get_UsesMeasure_mF2611BA353BEB9AF87196EA2AF4141F2964BF3CF (LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_RemoveMeasureFunction_m8425FBA16D58505840B921AFDB9E0ECD73C2815D (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_PutChildAtIndex_m0F02F382CB8DA304532375D726FE999B6162BA2F (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_ChangeIMGUIContainerCount_m161374C22DDC4B94F733D150DAA1B90B2C48A708 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, int32_t ___0_delta, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_SetParent_mEFAE20C63FCA1AE6BC5E2935738C686F6F711DAF (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisualElement_get_enabledInHierarchy_mBC4E983E9FD848277D6820F4D7A2743BA38BC412 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_PropagateEnabledToChildren_m7E034E7063F93FF1B8BCB1FEB445BECE20C2179E (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t VisualElement_get_languageDirection_m4C8BB8F0D3201471BB27A2905A201FA682711A7D_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t VisualElement_get_localLanguageDirection_m309788891892ACE25CD2616BC509E5AD90868329_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_set_localLanguageDirection_m68BE764B903788521A3241A2C39A39B74B3CCAF1 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_InvokeHierarchyChanged_mEFDC264BE17416D747C01770D397A1A8F4D68B69 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, int32_t ___0_changeType, RuntimeObject* ___1_additionalContext, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_IncrementVersion_m03581665EE480D3C329058FFE08734450493E33E (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, int32_t ___0_changeType, const RuntimeMethod* method) ;
|
|
inline void Action_2_Invoke_mF5036A6D1FF31DA2E4CB571F6A0F904796417719_inline (Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_arg1, int32_t ___1_arg2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, const RuntimeMethod*))Action_2_Invoke_m88484A213EB00FF7254FE3DB935BFB06DD3F5753_gshared_inline)(__this, ___0_arg1, ___1_arg2, method);
|
|
}
|
|
inline int32_t List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4 (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, const RuntimeMethod*))List_1_IndexOf_m378F61BA812B79DEE58D86FE8AA9F20E3FC7D85F_gshared)(__this, ___0_item, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_RemoveAt_m94C34365C7B08CA8675CBBB029608594B013F924 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_Remove_mA61E69A18574F482B5DFC9C9F4E58A269C335B9F (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, const RuntimeMethod* method) ;
|
|
inline VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092 (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseVisualElementPanel_get_isFlat_m4B9D7849C0774D56CB90F34D433C2F2AE6ECFFA4_inline (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorldSpaceDataStore_ClearWorldSpaceData_m77870F54D11BB17D9509F890D1DC20D09140138C (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_RemoveChildAtIndex_m70CEB80C1A9C3920A1173EF7ADC199F9CC804107 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_ReleaseChildList_m6410D044F7AAF195B79BF527E6BDA7059EA1EDCA (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisualElement_get_requireMeasureFunction_mD458C54638C967B8FA90716742D5CAD75F29B9D0 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_AssignMeasureFunction_m1A0B2A5B04EB2605771BF2952396312C70BF76C2 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
inline void Action_1_Invoke_m888F6CE0B6C59F9F67C1098D197F59D1B7CA2211_inline (Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t66B514BE877E216616DEDD40416127189FE16FA3*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, const RuntimeMethod*))Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline)(__this, ___0_obj, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* VisualElementListPool_Copy_m87E0CE1D1D13981E7DA8A4986CA0D90DDE078E1E (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___0_elements, const RuntimeMethod* method) ;
|
|
inline Enumerator_tB70AE61864AD2008C8CDDE421848AD69E69AE525 List_1_GetEnumerator_m57952DE1FACF2FE8083546945916B0B995290EAF (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tB70AE61864AD2008C8CDDE421848AD69E69AE525 (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
inline void Enumerator_Dispose_m2A5FB7E43101302337178BF43E63DB8368759BB4 (Enumerator_tB70AE61864AD2008C8CDDE421848AD69E69AE525* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tB70AE61864AD2008C8CDDE421848AD69E69AE525*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
inline VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Enumerator_get_Current_mB7757CAB14504096954228BA7CF5F646853128D4_inline (Enumerator_tB70AE61864AD2008C8CDDE421848AD69E69AE525* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* (*) (Enumerator_tB70AE61864AD2008C8CDDE421848AD69E69AE525*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
inline bool Enumerator_MoveNext_m9F65E2FE306240D5385DDF1C59E50F8B139AD844 (Enumerator_tB70AE61864AD2008C8CDDE421848AD69E69AE525* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tB70AE61864AD2008C8CDDE421848AD69E69AE525*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutNode_Clear_m7158FA16A3B1BE79DAB0FB4A555A84E836A66F84 (LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElementListPool_Release_mAF4ED38CC4F9A6E58B06F4B0BD13611F7DECBCFA (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___0_elements, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_Clear_m116E8AF8F825BD4AE602D3BA5D2FE270009AB584 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_MoveChildElement_mC459490D40ADC7D50C895B00F29C4A242CC15AA9 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, int32_t ___1_currentIndex, int32_t ___2_nextIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_BringToFront_mC03EEBD688E177F1263DED8B9E6AA37EBD01729D (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_SendToBack_m7780D18D6E37890137FD1E3511BDB49364768267 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_PlaceBehind_mA609F553D0FD4E7831782F9FB7980E8146368D9E (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_over, const RuntimeMethod* method) ;
|
|
inline int32_t List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_inline (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, int32_t ___0_key, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hierarchy_IndexOf_mA16EE33503FFFDB425237D7E2DBB44D6750241F6 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_element, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_ElementAt_mE26FF102C1EE76083D4AA600627C5B9757E1DE73 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Hierarchy_Children_m4F2285A3354C0A1F20BE922B848C5715EB232217 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_DirtyNextParentWithEventInterests_m2953D1EA99AC6FBED711D69BB8495082836B8E54 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_SetPanel_mACD3EE2D722D70A0C44FB87976764DBA1FA818A0 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___0_p, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
inline void List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_inline (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayoutNode_get_Count_m0177E00FEBE74B8416344D62F6536B7DB91B5DF2 (LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutNode_Insert_m820FE911F0E8490582088E66A4E47EF8505D2EB7 (LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE* __this, int32_t ___0_index, LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE ___1_child, const RuntimeMethod* method) ;
|
|
inline void List_1_Insert_m96EA24E37A278BE9F2B5BB29EE876E3AFD8054D5 (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, int32_t ___0_index, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, int32_t, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, const RuntimeMethod*))List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared)(__this, ___0_index, ___1_item, method);
|
|
}
|
|
inline void List_1_RemoveAt_m7F547CD10EDF92E7B94AA38C3637D7ABB66DA4D4 (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutNode_RemoveAt_mC4AEF30DC2348C38037F379E3E3338C4920F794C (LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hierarchy_op_Equality_mB0C445775FFCF6DB7C3CDA3C3FC0A10DF43F6AF8 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 ___0_x, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hierarchy_Equals_m70781EF563C52E52512BC9310A84ACB390AD5F75 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hierarchy_Equals_m00B4A451BE12C2D2A140FB8089D3349751AEB799 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hierarchy_GetHashCode_m13D4B4825DF894C6D388B11C71414A05FE13C72C (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScheduledItem__ctor_mF39211ECDC9F236A6D774C8AB776DA8207DBB730 (ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_set_element_mF7CC9036951C1726D35B86630D8046338C604363_inline (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_value, const RuntimeMethod* method) ;
|
|
inline void EventCallback_1__ctor_m929B5D5292DB931820A52428141FECB39016A6B7 (EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88*, RuntimeObject*, intptr_t, const RuntimeMethod*))EventCallback_1__ctor_m8E83F917FC9541DE1168E498CDF99D58A6DC329B_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void EventCallback_1__ctor_m0407B736C264F06C81E5CBB70EF40FBB975AC634 (EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B*, RuntimeObject*, intptr_t, const RuntimeMethod*))EventCallback_1__ctor_m8E83F917FC9541DE1168E498CDF99D58A6DC329B_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseVisualElementScheduledItem_get_isActive_mDCCF1A13828C2582F64DE5C73A92A4FECE43578D_inline (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_set_isActive_m3E1DB7B13F4FA320B476D70FF40309CEF04D5CC2_inline (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* BaseVisualElementScheduledItem_get_element_mD1CB88009934EC6CC5B1BA848FD118BB51CDA273_inline (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method) ;
|
|
inline void CallbackEventHandler_RegisterCallback_TisAttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28_mE90FCB724E9E49659FDCAE9A1BB0FC9BA01C9BEF (CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4* __this, EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88* ___0_callback, int32_t ___1_useTrickleDown, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4*, EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88*, int32_t, const RuntimeMethod*))CallbackEventHandler_RegisterCallback_TisRuntimeObject_m221D8BDDC2D60A7D22B11CBCC628C7990BE1C8F9_gshared)(__this, ___0_callback, ___1_useTrickleDown, method);
|
|
}
|
|
inline void CallbackEventHandler_RegisterCallback_TisDetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496_mED85B91BE761D1DBE3001231E0050CD612946F2C (CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4* __this, EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B* ___0_callback, int32_t ___1_useTrickleDown, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4*, EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B*, int32_t, const RuntimeMethod*))CallbackEventHandler_RegisterCallback_TisRuntimeObject_m221D8BDDC2D60A7D22B11CBCC628C7990BE1C8F9_gshared)(__this, ___0_callback, ___1_useTrickleDown, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_SendActivation_m12BF1FA8C329F1FF9AC83CCB55A4A0F63E02F297 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method) ;
|
|
inline void CallbackEventHandler_UnregisterCallback_TisAttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28_m70ECAB60D095EDB2BB60D44BC1ABBF8FB4853918 (CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4* __this, EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88* ___0_callback, int32_t ___1_useTrickleDown, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4*, EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88*, int32_t, const RuntimeMethod*))CallbackEventHandler_UnregisterCallback_TisRuntimeObject_m2E6CDD2C9FDA8EDB685996370F77E36063A68CD6_gshared)(__this, ___0_callback, ___1_useTrickleDown, method);
|
|
}
|
|
inline void CallbackEventHandler_UnregisterCallback_TisDetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496_mBB7D7B6A24C2AB04A9347FD693F502B54BDA3D9D (CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4* __this, EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B* ___0_callback, int32_t ___1_useTrickleDown, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4*, EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B*, int32_t, const RuntimeMethod*))CallbackEventHandler_UnregisterCallback_TisRuntimeObject_m2E6CDD2C9FDA8EDB685996370F77E36063A68CD6_gshared)(__this, ___0_callback, ___1_useTrickleDown, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_SendDeactivation_m43484C0FA17BA5CED8D811E30C6B0CFD27F9D62E (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseVisualElementScheduledItem_CanBeActivated_m3217AC137A23C7170ED78A550E991768DC472A41 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_OnPanelActivate_m6B2CF2B9A5EA3FE9F5F0F76527150A02638FC017 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_OnPanelDeactivate_mA0E6D16F6149B864DFCBBB75AE575F9E92145032 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_set_isDetaching_m0C423DFF8161A5E4925BC176E99F6F1EAD8BA889_inline (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScheduledItem_set_delayMs_m941D24B605083F1B2F7285FB04E0A01D4701C3F1_inline (ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0* __this, int64_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScheduledItem_set_intervalMs_m4CC440531CE50C44153A5C3B6981C48B417EAC6A_inline (ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0* __this, int64_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_op_Equality_m8B96593B665536587FFD27DE233442C075971C32 (Delegate_t* ___0_d1, Delegate_t* ___1_d2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScheduledItem_OnItemUnscheduled_mB8917E9B44A87A7BE0EDDF0ABFB9D19AED12A205 (ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseVisualElementScheduledItem_get_isDetaching_m3324798FA0CACC2337157350B65691ACC7D39ACD_inline (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_SetActive_m587B00326361157AD5D4DB338CECEB5C1BD7A69A (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, bool ___0_action, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_Resume_m2F092F556986F60495C2D98A2E68F1558AC03DCB (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScheduledItem_ResetStartTime_m9ACBD805DCB9ED8B4AD86B64263FED2DEFC799A6 (ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BaseVisualElementScheduledItem_StartingIn_m6993FCC1EC73296A8B9DAB71E1D839232F1505A4 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, int64_t ___0_delayMs, const RuntimeMethod* method) ;
|
|
inline void VisualElementScheduledItem_1__ctor_m5C11467230133FF7068E1F86399586A741F63888 (VisualElementScheduledItem_1_tD42FE7CC16EA5F72781C077AE67929525F5AA1FE* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_handler, Action_1_t05F6A7FC9FBB588EC4A828E23375838E340354CB* ___1_upEvent, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (VisualElementScheduledItem_1_tD42FE7CC16EA5F72781C077AE67929525F5AA1FE*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, Action_1_t05F6A7FC9FBB588EC4A828E23375838E340354CB*, const RuntimeMethod*))VisualElementScheduledItem_1__ctor_m3183DE9799B58C12B141B2A6E26641C1C7C8223B_gshared)(__this, ___0_handler, ___1_upEvent, method);
|
|
}
|
|
inline void Action_1_Invoke_m604FD4DB9EADE3BD6B11AD7740D31F54E7B88CBE_inline (Action_1_t05F6A7FC9FBB588EC4A828E23375838E340354CB* __this, TimerState_t82C7C29B095D6ACDC06AC172C269E9D5F0508ECE ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t05F6A7FC9FBB588EC4A828E23375838E340354CB*, TimerState_t82C7C29B095D6ACDC06AC172C269E9D5F0508ECE, const RuntimeMethod*))Action_1_Invoke_m604FD4DB9EADE3BD6B11AD7740D31F54E7B88CBE_gshared_inline)(__this, ___0_obj, method);
|
|
}
|
|
inline void VisualElementScheduledItem_1__ctor_m9A98EB7FE380CABA72F8E8C46CF98D3954529110 (VisualElementScheduledItem_1_tB9293D05735488F1E23398BDE122644C9C7EB6BB* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_handler, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___1_upEvent, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (VisualElementScheduledItem_1_tB9293D05735488F1E23398BDE122644C9C7EB6BB*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*, const RuntimeMethod*))VisualElementScheduledItem_1__ctor_m3183DE9799B58C12B141B2A6E26641C1C7C8223B_gshared)(__this, ___0_handler, ___1_upEvent, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ;
|
|
inline String_t* CustomStyleProperty_1_get_name_m51A2B61038145DBA23DB66A1B1CD4696D8F25CD3_inline (CustomStyleProperty_1_t21332918528099194FD36C74FF0FA14696F39493* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (CustomStyleProperty_1_t21332918528099194FD36C74FF0FA14696F39493*, const RuntimeMethod*))CustomStyleProperty_1_get_name_m51A2B61038145DBA23DB66A1B1CD4696D8F25CD3_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomStyleAccess_TryGetValue_m63494A11250361551BF17C967E9298FA9E76BD4F (CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* __this, String_t* ___0_propertyName, int32_t ___1_valueType, StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2* ___2_customProp, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleSheet_TryReadFloat_m59D07CADE21FA61FC29361AB4DF53EEBDB966FA8 (StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* __this, StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D ___0_handle, float* ___1_value, const RuntimeMethod* method) ;
|
|
inline String_t* CustomStyleProperty_1_get_name_mB7A340BD5475639CE13F609B4E3C7AB6ADE07446_inline (CustomStyleProperty_1_t6871E5DBF19AB4DC7E1134B32A03B7A458D52E9F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (CustomStyleProperty_1_t6871E5DBF19AB4DC7E1134B32A03B7A458D52E9F*, const RuntimeMethod*))CustomStyleProperty_1_get_name_mB7A340BD5475639CE13F609B4E3C7AB6ADE07446_gshared_inline)(__this, method);
|
|
}
|
|
inline String_t* CustomStyleProperty_1_get_name_m7132138EDAD54684D99C2A7DBADC0FD0229CA851_inline (CustomStyleProperty_1_tE4B20CAB5BCFEE711EB4A26F077DC700987C0C2D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (CustomStyleProperty_1_tE4B20CAB5BCFEE711EB4A26F077DC700987C0C2D*, const RuntimeMethod*))CustomStyleProperty_1_get_name_m7132138EDAD54684D99C2A7DBADC0FD0229CA851_gshared_inline)(__this, method);
|
|
}
|
|
inline bool Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83 (Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* __this, String_t* ___0_key, StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00*, String_t*, StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2*, const RuntimeMethod*))Dictionary_2_TryGetValue_m0877E96B773A1C6F78A2DD44A166DB82A4C20151_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleValueHandle_get_valueType_m4FC4142350A61A75D5CD80C559689A5CC2F741B9 (StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleSheet_TryReadColor_mC65A01F21DD5274E56057E5DBCB541C85DF85B81 (StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* __this, StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D ___0_handle, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomStyleAccess_LogCustomPropertyWarning_mCBA6C7A28B202F207ADAD04D797B4D33F37E25DD (String_t* ___0_propertyName, int32_t ___1_valueType, StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 ___2_customProp, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline (const RuntimeMethod* method) ;
|
|
inline String_t* CustomStyleProperty_1_get_name_mC0D7FD6BEAD5838FD3434D01ABD8C8C02688337C_inline (CustomStyleProperty_1_t53F01DB17DD6900DF964560312FF648796485BDA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (CustomStyleProperty_1_t53F01DB17DD6900DF964560312FF648796485BDA*, const RuntimeMethod*))CustomStyleProperty_1_get_name_m527DF04E62D2889CDFBF110C2AA32BB135C89793_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyReader_TryGetImageSourceFromValue_m582AF3431A80BEB2C98F42E1100D8A7CFA4EF385 (StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 ___0_propertyValue, float ___1_dpiScaling, ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4* ___2_source, 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) ;
|
|
inline String_t* CustomStyleProperty_1_get_name_mDB52C43A5B56ABE494F493C5132D287207FCBE97_inline (CustomStyleProperty_1_t2F4206AD914A542566326F41DFB2E2A79639E2B4* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (CustomStyleProperty_1_t2F4206AD914A542566326F41DFB2E2A79639E2B4*, const RuntimeMethod*))CustomStyleProperty_1_get_name_m527DF04E62D2889CDFBF110C2AA32BB135C89793_gshared_inline)(__this, method);
|
|
}
|
|
inline String_t* CustomStyleProperty_1_get_name_m965D5F602B593732625361275C55B148841C8093_inline (CustomStyleProperty_1_t01584891E0B395EBB431AF255A7FB1D43CEBD7A7* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (CustomStyleProperty_1_t01584891E0B395EBB431AF255A7FB1D43CEBD7A7*, const RuntimeMethod*))CustomStyleProperty_1_get_name_m527DF04E62D2889CDFBF110C2AA32BB135C89793_gshared_inline)(__this, method);
|
|
}
|
|
inline String_t* CustomStyleProperty_1_get_name_m38E983A6390A1705DA6DAB16EF6998006BB3DD9E_inline (CustomStyleProperty_1_t6DA6A9F254D124ACEDCE61FF80970908A6715335* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (CustomStyleProperty_1_t6DA6A9F254D124ACEDCE61FF80970908A6715335*, const RuntimeMethod*))CustomStyleProperty_1_get_name_m527DF04E62D2889CDFBF110C2AA32BB135C89793_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleSheetExtensions_ReadAsString_mB0C99DB552A194D6A4311A098F14F883583C89C6 (StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___0_sheet, StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D ___1_handle, 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_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* TypeData_get_type_m19385722AD487765EADAE8F2DCAF294D8251D1DB_inline (TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_m8266E0BF5D8565D4CDC850F21E9178AE254C3E85 (String_t* __this, int32_t ___0_startIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleValues_t4AED947A53B84B62EF2B589A40B74911CA77D11A VisualElement_ReadCurrentValues_mDFB8D3D41F844819B29ABF190B6AEF4351D313C2 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, StyleValues_t4AED947A53B84B62EF2B589A40B74911CA77D11A ___1_targetValuesToRead, const RuntimeMethod* method) ;
|
|
inline void PropertyBag_1__ctor_mFC641662E87A6F891C50AC3E6835FA662FF21CA3 (PropertyBag_1_t5010D9EE8ABC8F8EEE94BA55DDA0F6716950D2EE* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PropertyBag_1_t5010D9EE8ABC8F8EEE94BA55DDA0F6716950D2EE*, const RuntimeMethod*))PropertyBag_1__ctor_m608955616512B610EA4B2C927CAA4171BB5A33A2_gshared)(__this, method);
|
|
}
|
|
inline void List_1__ctor_m644734D5D92DCB889C875B632DB94C7DDB5137A5 (List_1_t7BA5B91B2D09CF4995809331967384256F2AF331* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t7BA5B91B2D09CF4995809331967384256F2AF331*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
inline void Dictionary_2__ctor_m1FBC1F566E1D82EE750F6B52BD6301B3A4ECE56B (Dictionary_2_tF0159087E88823BAC2B237F3220D70374B2FFFA4* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tF0159087E88823BAC2B237F3220D70374B2FFFA4*, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mF225F49F6BE54C39563CECD7C693F0AE4F0530E8_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlignContentProperty__ctor_m05AF8DFB886A4BB42001C316D990378414C7DB76 (AlignContentProperty_tDC7EDA0C7ADB58C9D1A8E8201701449481978B84* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisAlign_t293AAB5F8D4239F304F48DA84CAAB4071C78902C_mCE0AEEA5231DA59DF606615172AFF98BA30E2965 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_tDE523964803A7EAEFE6898322914EDB63BCC8CF6* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_tDE523964803A7EAEFE6898322914EDB63BCC8CF6*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlignItemsProperty__ctor_mE1645B32E25C49F28C3E224164BFAB607DC4AF74 (AlignItemsProperty_t4FF88724741A1A7502D9378FBCFCF2F75ABB7CA2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlignSelfProperty__ctor_mEA9ECE1853A2A92C4CE642F071249E321848E6FE (AlignSelfProperty_tCC77B2FDEC0D968E1C6E33E20ECF23337F4D8769* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProperty__ctor_mDFC42AD1BB63C9B49606BC718E8B113152CEFC6A (BackgroundColorProperty_t8B54BB8ACD52A6494BFC0904DE138F4A03259C92* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t54C6F61292BFDDD67052B564E23968363587AD9A* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t54C6F61292BFDDD67052B564E23968363587AD9A*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundImageProperty__ctor_mF37DB6E5C9D2F0FC75B157E3765082CBC86941C2 (BackgroundImageProperty_t45D7426C598C2CF15F2AD91DA5D37156826C7390* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_mD8563B993FA03D9CC8F35329A058DA56FC5106E2 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t34F88AE0418361E890AC90009C99610E5828A405* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t34F88AE0418361E890AC90009C99610E5828A405*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_mD8563B993FA03D9CC8F35329A058DA56FC5106E2_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundPositionXProperty__ctor_m74AF37E4FAFF135E4223A7ACB76B25BAC7904E83 (BackgroundPositionXProperty_t365056335C81792A5CA82D792236AB7D37FEAE61* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_mE7D78F8E8A080D1A5F72D38E921F5F081D90D36A (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_tD76362AD3729488BDB66570A22FD4AA6F0CCF132* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_tD76362AD3729488BDB66570A22FD4AA6F0CCF132*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_mE7D78F8E8A080D1A5F72D38E921F5F081D90D36A_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundPositionYProperty__ctor_mA09A2AD00C09F47D159C59BBBAF438A4A6EBEB31 (BackgroundPositionYProperty_t259C94E143FE92A7F1DA0BD1D8D0A908C7E82A69* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundRepeatProperty__ctor_m2AC8F51E45AB8D3DAB821120A0BD3464A4816B54 (BackgroundRepeatProperty_t1004CA4ACB5CF4FB895A6C5C98B5296C09E6F376* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_mCFC4B6B6D7893CCDC973497115C17E77CC02F857 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t68D7F18D843069CF15D3E8600D2F8530C4EEFEBD* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t68D7F18D843069CF15D3E8600D2F8530C4EEFEBD*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_mCFC4B6B6D7893CCDC973497115C17E77CC02F857_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundSizeProperty__ctor_mB8E435E99716469ADBDBD55A89D8E665F640873C (BackgroundSizeProperty_t99EB9E68A3793B12B8C6EB9944A6187D950B5825* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m751DF50461F072434B105A9C2242B5B5E34C5B7F (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_tD91C3AC845F5697A12C112C1727EDDC29FB0C769* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_tD91C3AC845F5697A12C112C1727EDDC29FB0C769*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m751DF50461F072434B105A9C2242B5B5E34C5B7F_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderBottomColorProperty__ctor_m5FB478D97CB737DD16D41B4539016E47A6784159 (BorderBottomColorProperty_t1DB1E9B060459615145CB994F3266945EE2A92EB* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderBottomLeftRadiusProperty__ctor_mA1905DF9584CCC2B653272942C3D962B535C9DA4 (BorderBottomLeftRadiusProperty_tC734867CF22875CBF2F2B13EBEA52BBBE6D8246D* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t5F78918229E14488BF827C2EF70F9E5EC4332A8A* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t5F78918229E14488BF827C2EF70F9E5EC4332A8A*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderBottomRightRadiusProperty__ctor_mA37C4F7A3134D21A692ABA70F7BA8B8B8CB62BE7 (BorderBottomRightRadiusProperty_t87303883918B664CE5294C8EC61685B2AC0EFAA5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderBottomWidthProperty__ctor_m09FEB3D25DED61C42DF0C4210A5CB97AEBDE60FB (BorderBottomWidthProperty_tE1AFF2D1CE0E8B2BEF498BCE6F60A618268FC31A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderLeftColorProperty__ctor_mCB9D09008F408185F509DDC40F36106CEDBCC2F4 (BorderLeftColorProperty_tE2A1416D03CD2F722A7EFC705E4C3D3B8EC3D592* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderLeftWidthProperty__ctor_m7841C5C447C6643CFA87C4B642BF8AF704AB0124 (BorderLeftWidthProperty_t81FAF118F7DD59E52D374AFF983CA7934BC57A1E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderRightColorProperty__ctor_mEDD4D01B7E6DFD032A14CB2DDEB285B66899D957 (BorderRightColorProperty_t4008AEC7B7E420AD32E35DC5560F509FE4FB5CA8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderRightWidthProperty__ctor_mA5555367600FD4215A2A8E20FA581571CB002A69 (BorderRightWidthProperty_t1A8405C0137E2745F87B3B9F31E970E726CA31AB* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderTopColorProperty__ctor_mFE86FDA810E82C36F97CC810EBFE26E5CC2C046E (BorderTopColorProperty_tA8DD92BDCE7BA5C9A43A6DBCE42126E16EFB987C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderTopLeftRadiusProperty__ctor_m9A711DAB1807C669EFF3496AF7D1C1F4DC859A39 (BorderTopLeftRadiusProperty_tC74A5C378B04E653471D06FCB53C33DC9EEDEBAC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderTopRightRadiusProperty__ctor_mFB65EFDD8CC91CF7DDC08258824E7F1575180374 (BorderTopRightRadiusProperty_t66FE3C9A3689A6A921D849F2C27221BB6FB4B6A2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderTopWidthProperty__ctor_m8CCE1842AE56226D0F392738804477A2966B4178 (BorderTopWidthProperty_t2330D49388D3D9506716EBE3C752017608179346* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BottomProperty__ctor_mD8F894D9FEDE148833D6C9116F27677B2DA3913F (BottomProperty_tD8D8F8CC82FC6FF0DACBF4EC12516AF9570F2394* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorProperty__ctor_mB0B801D6D6EA897AE7081A2D509B9BA697A69F41 (ColorProperty_t226EC7E112327E189EC0B88A75BDD979E625087A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayProperty__ctor_mB18C74D13621E46E562CD3151C6B3A501DD1DD62 (DisplayProperty_tCE6D1E5659E1FC60641F9522D632BC6D15BC03BC* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisDisplayStyle_t87BEDA2F78F764785ED41FC5E622ECB0091B2459_mB844AF3EF8476554EC59A4CB1E6AD7F8977F40C0 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t41C4BF73D738CD6E27E0E858C3A3B4D666EA5498* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t41C4BF73D738CD6E27E0E858C3A3B4D666EA5498*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexBasisProperty__ctor_m3A9D8526F3B009EFA39B14D938394F481CED0540 (FlexBasisProperty_t274E7535C2EF8612AC06C6AF70CF14B15541127F* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t80C0FD8EE9A8D4A43BF7B9836D9736EDA9C00CB9* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t80C0FD8EE9A8D4A43BF7B9836D9736EDA9C00CB9*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexDirectionProperty__ctor_mE90FD2B9057676A8489D9DA6343375A79DB8B884 (FlexDirectionProperty_t3C7CCF86BA8F276C9D7B800D87C8E75208E92C51* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisFlexDirection_t0B086E97C9B1B8F1D94B51CBEAE6564B2A7C15DC_m68631FB4D7369EC5253A40968E42BC51EDF512F1 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_tEC83E4B2A45499BD3AD70D4F23E08D3CC7C97348* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_tEC83E4B2A45499BD3AD70D4F23E08D3CC7C97348*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexGrowProperty__ctor_m3EF2BF384300559E0347F917780DE73258100F4D (FlexGrowProperty_t6A377D0663306554E365548E493129E7760B06A0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexShrinkProperty__ctor_m6718AB87B240A209D379278E5D2C9F517263C7E8 (FlexShrinkProperty_tC0BBC93757378BF0DD18AAD7A4EB3AEEFB93CB22* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexWrapProperty__ctor_mD748CEB523F6B3156BACDBA7928AA447E6151397 (FlexWrapProperty_tA9AAD249C5C8DBDAFBD3F7B027FD58A1CFD25AB0* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisWrap_tDDCA30F27EC4967717380ECCC67C0818EFA8BC53_m76E8CADECB751650864ECEE29950F82229047359 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t7E1D3BE14CB7237A4BDB64476A492DE1CB2F2D1B* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t7E1D3BE14CB7237A4BDB64476A492DE1CB2F2D1B*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontSizeProperty__ctor_m666231F1B4316EB4C9D8CD91FB8A7BCD44E7C206 (FontSizeProperty_tA8DBD13D37B353FD2E63FC7882ECD7C1C011DFF5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeightProperty__ctor_m69E391EB75F0BDA061F768BF7189245FACAA8639 (HeightProperty_t16ED2BEA1F1E8AD7C6658672158875D725DF6F69* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JustifyContentProperty__ctor_m8B6DE00D676DF736815F25624C39FA0B3FB78F15 (JustifyContentProperty_tAE4FDE1EDCAD8EA0E58A19F97B95DE4C2467DEAC* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisJustify_t91B96D47B47940372289EFCB244DDB5F1F7BD057_m141C5B743398BDFF4481C45A8EC9DEAC889BE026 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_tEC9109164478D8BCB70D26CFA00F16C191DEF322* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_tEC9109164478D8BCB70D26CFA00F16C191DEF322*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftProperty__ctor_mB72EE95700CD81ABC0F0D6B6EE233CC896AB84E2 (LeftProperty_t0738CF32A61378D7777756A03DA871029C807F69* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LetterSpacingProperty__ctor_m7A23E02E93AED7D99507A7145E0186C8D416A0C3 (LetterSpacingProperty_tE585B9F719007125786412F164078DF65C30979B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarginBottomProperty__ctor_mB4C08FFD63F15022EC39305989EDB78E841C8695 (MarginBottomProperty_tB4DDEADF9022703FD973AD0CA38BFAB0441D4C70* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarginLeftProperty__ctor_m65CE3108D9F71E0F73ACB06B32C05227A6AA3AE7 (MarginLeftProperty_t40AF1AB97B99176FB3C3472821CA1E4A30A78F46* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarginRightProperty__ctor_mA8E9082C619F5B6CEF887490CAC33CF3FD3C9E52 (MarginRightProperty_tC5B3D1FED740DD4B23CCC3C43FC5EA2F7B311FE0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarginTopProperty__ctor_mB9A656D20177BA133DEBD6BDA6479F5B20C3F5C0 (MarginTopProperty_tDACD08E501E526116D5C9078BBD54E01DA502354* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaxHeightProperty__ctor_m8B017F5EE8E0F15E49AD7256B92392C29D5E3D01 (MaxHeightProperty_tC1A9275B36F6971F55C0A2793905DB26F5D44C73* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaxWidthProperty__ctor_m2C6A1EA24FB8D785AC425E9A22A3DCF33DE76B3C (MaxWidthProperty_t3BDC6D70494A8B0E0AD2B13C5ADE9F40D3186C47* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MinHeightProperty__ctor_m37E0F49B58FEEFE4C4EAD3BAB1E0E8EC474015E0 (MinHeightProperty_tB5F88011789586CE570D6DB2BA2BD401560C499E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MinWidthProperty__ctor_m3730BC050875D0C8AE66FD315AF6F4027C757BD2 (MinWidthProperty_t91ABDD98F319AF76873AB91425139F5794570A6F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpacityProperty__ctor_m23B683A47B6B9F8EE5F35A7DFBAC4F0FA499FEE6 (OpacityProperty_t5E8A2E423916B410A184234CE294F467F7896F1E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaddingBottomProperty__ctor_m6A29E46195509ECC2DBBB107CE77FB9625C026D5 (PaddingBottomProperty_t822BBAD86ED0975C6E71BB917E469BC3DE0E0044* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaddingLeftProperty__ctor_m5F37FCC7F72E8DF7CA5282CF36594C86FB5212A6 (PaddingLeftProperty_t484C5908100271E1B4CA508B552671E194AB4AFD* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaddingRightProperty__ctor_m08F4CCCD22FCB4B6DC3168196E51F86C22313EE8 (PaddingRightProperty_t86A3EC5903DBA7AF9AAF6ECD4FC264178EF90DDC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaddingTopProperty__ctor_m9FA84FE77CF5FFF5390FEB807C6B0883170115C4 (PaddingTopProperty_t6F57D50306CF1E93B3FBDA7E809FBC5FDE59FAFF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PositionProperty__ctor_m99384ACC8CA5B80A1753B26D7F9E368F5882F584 (PositionProperty_t2F48F1F2F13E29ADA8396AB5D1125495A4F91D26* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisPosition_t066B59B8657DAFCFBEDDAE8CBCE96E88796E1319_mA51C2537008D3869A31987B2342453EAF7C9EA39 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t20A66C00742165DE27840BFD69B40036E1191434* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t20A66C00742165DE27840BFD69B40036E1191434*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightProperty__ctor_m4A746623610049EA1B4C2CA29AABBCCFB264353A (RightProperty_tF63616820820FB43026CEE738A2C2E67F547BE4A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotateProperty__ctor_m262AFF32615DE214EF226F0C2D82473BA9D309F6 (RotateProperty_t9FDA4BCE1BE9C235ADFB76219920EF57195F4CE6* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_mC408F88A9EFB2FCFA4672DA29BE20D2E163BB095 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_tCC8EAC2A87E5D5FDBCE83B984DC4624D68FC5F97* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_tCC8EAC2A87E5D5FDBCE83B984DC4624D68FC5F97*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_mC408F88A9EFB2FCFA4672DA29BE20D2E163BB095_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScaleProperty__ctor_m2F777478056D0550810158D7CD34ECC6C9003C8A (ScaleProperty_t68B7FF5944EECC95825AA0EEEAEAABE5B9989254* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_m1EBEEAE5205B08DBB32FA0BCBD151EB0823EF683 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_tDE6780C1D9DDB4002310E122143CEA69C3911968* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_tDE6780C1D9DDB4002310E122143CEA69C3911968*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_m1EBEEAE5205B08DBB32FA0BCBD151EB0823EF683_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextOverflowProperty__ctor_m79A22E6DC51F662CFA7C42CC958527EDBD0565DA (TextOverflowProperty_t35F6422C37CA3F478C7FFADEA15B40A969F2EF9D* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisTextOverflow_tF5F972A9B8C1DF48FD3E878216CE6B4F94B94ADA_mCE1C4001ECA0F33BFC5CFBC071645D428081AEBF (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t0C04DEDC84223DA1FE0593F347F9AE73A6417263* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t0C04DEDC84223DA1FE0593F347F9AE73A6417263*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TopProperty__ctor_mE708D777C37113A48816577132CD9BB4A0FB5254 (TopProperty_t556A822B7601DB6221B078C86AAB47133D136FE5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformOriginProperty__ctor_m47E68F70A2BE4EEB036704223C9A13F3BE9A4870 (TransformOriginProperty_t1A75FBA79F548B2574D182467727E5C8E4B7BBC4* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m2DEA3FC917B3F585E6BF7C52F62AAC9B4CE6E984 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t813588A5571F0430482B38BE70929F40B921D36D* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t813588A5571F0430482B38BE70929F40B921D36D*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m2DEA3FC917B3F585E6BF7C52F62AAC9B4CE6E984_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionDelayProperty__ctor_mD31E39F4237AC9EA3DE2A1F465A526F5D1C9E429 (TransitionDelayProperty_t2C68A8E623DC91056B02B9678500D4BCAD1C60B2* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_t7BCB520B93E2321C3968BB4F6C74B9AF0518A176_m63429BA886CA18C9D200FC70127FC822D4EC1866 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t2C2EF94655E6FC0A3526F3462DA11828287DDC1E* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t2C2EF94655E6FC0A3526F3462DA11828287DDC1E*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisRuntimeObject_m3417775FDFACA1367612FBF2EE9C7F9A64AD41BE_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionDurationProperty__ctor_mA0B12C5A5E86E016952044EC9889D5602945FD44 (TransitionDurationProperty_t53ED42E6FFB95F58F849A52807D26EDB89CBBE9A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionPropertyProperty__ctor_mEA5C8377944434A478FE12187961CE8AFA4A8E86 (TransitionPropertyProperty_t876CEFA56CFB0698B32AC2B777A261D3F8D564FF* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_t0BB33773BAD1888C9043D60F8CAC4EC0F6BAAFD8_m2F3F67A5BA2E2CA9D8CAB4002BA4F0F187FB4344 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_tB204B9357DCA240DD86CBECD84DB6B2740126C5B* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_tB204B9357DCA240DD86CBECD84DB6B2740126C5B*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisRuntimeObject_m3417775FDFACA1367612FBF2EE9C7F9A64AD41BE_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionTimingFunctionProperty__ctor_mED8E5A58522B0FD7FA1E57F38E4CA0ACC2F50D5E (TransitionTimingFunctionProperty_tDA4C9510C59278F9DFD88F7E507E047C3F93A63C* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_tFF6333EF4E62C3D678BBD8D277CFC0CE36E49CF6_mE4A97DA98BB8155E9A7C3AFCE02D1E309F8B4A8F (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t6EA1CE0DD90C9F371729075C95E64FB454D68E5B* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t6EA1CE0DD90C9F371729075C95E64FB454D68E5B*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisRuntimeObject_m3417775FDFACA1367612FBF2EE9C7F9A64AD41BE_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TranslateProperty__ctor_m8AEC13AFF576DB57B7FD49331F922CBD158C2DE3 (TranslateProperty_t728ED324FC030F5EF6D0453F9418C441A875C166* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityBackgroundImageTintColorProperty__ctor_m59A0E56CB03B2212DAD690FD6B1FAB115EA8ABD9 (UnityBackgroundImageTintColorProperty_t7E0533BAA41E34EB363D02B5B99BFC5EC4076EDE* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEditorTextRenderingModeProperty__ctor_m12CFE02B0D6B10C9B67DD1BA3CD36FE615616E75 (UnityEditorTextRenderingModeProperty_tEBABE6D1C1BC55260D5F6972FFB105FC8A4560B4* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisEditorTextRenderingMode_tDAF3F89A6026D9F460A8C3DA671388E2E7DC2636_m06C4E0AE2F4343E667A59120779DF1449C8F060B (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_tD4ABF516F400C0DFEFAE71AF0B257EC1B81CF7A3* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_tD4ABF516F400C0DFEFAE71AF0B257EC1B81CF7A3*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityFontProperty__ctor_m0EA3DBBFB862AFDC36E8D7A9D85D446DF9BA6684 (UnityFontProperty_tD5B207ECCA7F67B873A831F30B08F1DD1048D6A5* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m8EFF89D8E8930464E412B5DFFE3B25BBAE145CC4 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_tA70DB60D6DFF3B448C1CE76EF2AB15DF9867B89D* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_tA70DB60D6DFF3B448C1CE76EF2AB15DF9867B89D*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisRuntimeObject_m3417775FDFACA1367612FBF2EE9C7F9A64AD41BE_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityFontDefinitionProperty__ctor_m71354C000074701B9542A8FB05371267126D2474 (UnityFontDefinitionProperty_t3CFA60D075E3F844EA393E0109A45FEDB3B5CC99* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_mA016F680699D570DFBCDC848F11172CE5715843F (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t6EBDC7EF648FE9FF0576E922AF886C5DF430F146* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t6EBDC7EF648FE9FF0576E922AF886C5DF430F146*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_mA016F680699D570DFBCDC848F11172CE5715843F_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityFontStyleAndWeightProperty__ctor_m331787F3AB6B6A6E605722119BCE93F59560A536 (UnityFontStyleAndWeightProperty_tDAD9210ECD300F837EDE11CDD8CACBCBD54E64FB* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisFontStyle_tDD46734FA9BCB99FB315CD7CAD1137EE536136D1_mC1B9B5438A8E3CA4BB03FFA477828529692AE47F (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t217F1860486EF84B82EB3EFDDA3D54594768DF28* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t217F1860486EF84B82EB3EFDDA3D54594768DF28*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityParagraphSpacingProperty__ctor_m5F3FFEA9A6FB07E487E35EDBEDF0A195E79C69CC (UnityParagraphSpacingProperty_tAB60C83D8E32172676526ACCCF29467F49D8FF0E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceBottomProperty__ctor_m3FDCD127ED25E257ADEF803DE3A482973DFF8DC9 (UnitySliceBottomProperty_t84D4D36CE90A03A2224FECAF305200B86849A728* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFDE80D176877A3E6BD79DB12655181F187F6FD1F (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t76855958FFCE2F23F4562FD8CBC42966155E2F22* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t76855958FFCE2F23F4562FD8CBC42966155E2F22*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFDE80D176877A3E6BD79DB12655181F187F6FD1F_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceLeftProperty__ctor_m71A954CCF60949758AD73EA74F19BB7D9870B196 (UnitySliceLeftProperty_tA567F6930532E00BE0FD6E86AAB051E09A81A17C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceRightProperty__ctor_m9F089C851E7F06CB006BB346257E6258554A833B (UnitySliceRightProperty_tC6C975D7D30C464B7A70DA1B87C88925F9CEECAA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceScaleProperty__ctor_m3025F2ED29C0CEDA3C5199D2E4BD514DE1DE1B6F (UnitySliceScaleProperty_t2423A5003266EB8BDB172810225C25C4BF14793D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceTopProperty__ctor_m2F034C7656D7B81DB39F97D245EC600419BE31A1 (UnitySliceTopProperty_tE1C11E5ECA09EB0938FEF30D29F6551645E7B98B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceTypeProperty__ctor_m502B29F4AA3D1FB01D8405BAF0792A90CA8FA6F8 (UnitySliceTypeProperty_tF358DAC5BF6235BBA41D890ABC15C68D33F3B1D3* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisSliceType_t3B956F5238654377429A4450F777895156359AD3_mEDF824BE81FB413B880F1A77C68368DA6867E156 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t82CD25C90A1C4A2BB925ED46736820D954533D64* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t82CD25C90A1C4A2BB925ED46736820D954533D64*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextAlignProperty__ctor_m818419AB910EF222D8BC006EF2611B2A7DDBD695 (UnityTextAlignProperty_t8F0AA4D0F18BDCF253026EB6E443715C12F09CF0* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisTextAnchor_tA46E794186AC1CD0F22888652F589EBF7DFDF830_m737CEE156B2832EB02E23B464218734124234988 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t978EB3C728AA9A723EEC2B53F660AEFDAFC683B9* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t978EB3C728AA9A723EEC2B53F660AEFDAFC683B9*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextGeneratorProperty__ctor_m0C45D32A9BC19783598CE53638785ECD81AE3FD9 (UnityTextGeneratorProperty_t40618FD414337B5D7B15C350B09FD15353A99177* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisTextGeneratorType_tECF6375E835B62343CEDA8229619FCE1B887C52B_m5A24F8A7405C9B80B19BA4894FAD8FCF8DD06DE5 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t6168EBF0BED176EE2C31F6A7DB2C9E1191A451A6* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t6168EBF0BED176EE2C31F6A7DB2C9E1191A451A6*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextOutlineColorProperty__ctor_mE6DB1B6613E6F6D97E5EE12720C392AFBD9F022F (UnityTextOutlineColorProperty_tB0239433B5DBF68215230EAB5D49C4CF70544376* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextOutlineWidthProperty__ctor_mD49C9C3210ED0E610BCA1CD5F7A30D084FDDDD93 (UnityTextOutlineWidthProperty_t3C4337C7CDABBD3A966F521BF546AE94042EE907* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextOverflowPositionProperty__ctor_m12D2D6D15B3EB532631F4FD8302D1E5AE7CA3991 (UnityTextOverflowPositionProperty_t339E8B76161BA0671F50A880739F1CD125B12345* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisTextOverflowPosition_tB30616AE6E61CCEF425E41C8CD5110EC2547DF02_m23C4BADAAAF76CE59EAF4CE4B05438461F41A66D (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t85EF4965DB3200C5FD14DFCEA8632B908553242E* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t85EF4965DB3200C5FD14DFCEA8632B908553242E*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisibilityProperty__ctor_m291E4C08CE38737D61596061B03833999824B443 (VisibilityProperty_t8F27E940551B8B33214EDB53F6C0E788B52D86A4* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisVisibility_t1AEE2D871B126DD95D6F1D3B36EC92FE0D489F47_m17F665E1EBBDFFB34C77CEFAF6ACCDBDDCFC9BCC (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t6C19759B1BF7FDE8B2D28A74B6F192F528A91F35* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t6C19759B1BF7FDE8B2D28A74B6F192F528A91F35*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhiteSpaceProperty__ctor_mC125069E813DA25CB51824CEEDFE019B0E6C13A9 (WhiteSpaceProperty_t39E26F246EA0025FFCEDC99843B4F308D40E7977* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedStyleAccessPropertyBag_AddProperty_TisWhiteSpace_t05265AA4B0C087FAE778422383EA36AF84EDCDD2_m3B1EA66B2823098F638308329BEDB766BE3458AB (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleProperty_1_t547122FBF0494E40903F774744805F21EA1DDE9F* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232*, ResolvedStyleProperty_1_t547122FBF0494E40903F774744805F21EA1DDE9F*, const RuntimeMethod*))ResolvedStyleAccessPropertyBag_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m57C550237B3F342227D6849AA929B948DF3788C3_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WidthProperty__ctor_m61BBEFD0B1CB4C5090C3AA339886A85B52DA0345 (WidthProperty_t61C52BAC15F5F0B6A5152A1998DB484CDE086F76* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WordSpacingProperty__ctor_m4893FB8992C0B597C7515165EC3193BBC1CF904F (WordSpacingProperty_t49A236A8B1F290F32528B71998BDF4A6132EBDD1* __this, const RuntimeMethod* method) ;
|
|
inline void PropertyCollection_1__ctor_m15E40AA985F67980CE9D07831BD823B32AFE5D95 (PropertyCollection_1_tC1F3F04654D3B19BD29C8633F645D6EF21CBB7E7* __this, List_1_t7BA5B91B2D09CF4995809331967384256F2AF331* ___0_properties, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PropertyCollection_1_tC1F3F04654D3B19BD29C8633F645D6EF21CBB7E7*, List_1_t7BA5B91B2D09CF4995809331967384256F2AF331*, const RuntimeMethod*))PropertyCollection_1__ctor_m1C2769529357C34F20D76E6E863290ABF2288443_gshared)(__this, ___0_properties, method);
|
|
}
|
|
inline bool Dictionary_2_TryGetValue_m300F8A3C43CD6F1DEC68C62E564D9963F279F62C (Dictionary_2_tF0159087E88823BAC2B237F3220D70374B2FFFA4* __this, String_t* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tF0159087E88823BAC2B237F3220D70374B2FFFA4*, String_t*, RuntimeObject**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedEnumProperty_1__ctor_m49C2EEF3720125E1750127D69DDE8AEB30849D0D (ResolvedEnumProperty_1_tEC1EAEA12CF75437F0F3D787EAF708126D2B1777* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_tEC1EAEA12CF75437F0F3D787EAF708126D2B1777*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedColorProperty__ctor_m73B5D32216AFD0CD5648985396D04134DFF2621B (ResolvedColorProperty_t2453A350120AD05D803172A379AA0C7FCA4C5736* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedBackgroundProperty__ctor_m01C004330C7E6D19E483324CBBF00D73361CCBEF (ResolvedBackgroundProperty_tC37201985BA428D011EFE4E67C5D6B82820681E7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedBackgroundPositionProperty__ctor_m4401F676A56390BDBB1A34F6CD209A025E420D12 (ResolvedBackgroundPositionProperty_tD7971FDDC40F13147C316DB2259C7DCF1192424A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedBackgroundRepeatProperty__ctor_m5A0F7B34173509862A6A2577E62600FEBA8EBD03 (ResolvedBackgroundRepeatProperty_t903245579761F444A304E012E97830A62C05825F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedBackgroundSizeProperty__ctor_mD04D5FA09972B50961F126EF0E58C4F64A43B194 (ResolvedBackgroundSizeProperty_t12FE0AB9BF3A71C81E30703B29A32ABB3E29BF14* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D (ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedEnumProperty_1__ctor_m402C22BFC4514A3EB47DCBDD20BDF0BEA077B227 (ResolvedEnumProperty_1_t1CAE7B86B44D98FD83EDCD0A0C7D676FF03AFE4F* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_t1CAE7B86B44D98FD83EDCD0A0C7D676FF03AFE4F*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleFloatProperty__ctor_m3B7465B4F043DC42448D503C34E312C67FD93C24 (ResolvedStyleFloatProperty_t7CCD9397640F97C7C1274E2EF500D2FEB3D459A4* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedEnumProperty_1__ctor_mDEB7F6DC35AA9D92AE0E6C1DD030B9EA04B5D1E2 (ResolvedEnumProperty_1_tCA8E3211A925D5AF92E1B3B9F4645C39529178F0* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_tCA8E3211A925D5AF92E1B3B9F4645C39529178F0*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedEnumProperty_1__ctor_mACCA4D20CB66FA889CC310E6CDE43B7FE9DD075C (ResolvedEnumProperty_1_t96005F9FB61815BB93070CC46D1B4788413801A9* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_t96005F9FB61815BB93070CC46D1B4788413801A9*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedEnumProperty_1__ctor_mD9668CA4246516C116AE35CF651CEF7538E1B2F4 (ResolvedEnumProperty_1_t3D2FC8A82DFFF2751424AF4E7CBFFC69B5AA8BEB* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_t3D2FC8A82DFFF2751424AF4E7CBFFC69B5AA8BEB*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedEnumProperty_1__ctor_m9A525617453881DA4AB70DF0774607BE5648EC39 (ResolvedEnumProperty_1_tF09A732F4362C1DD080542B42A9E871F8B3A8269* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_tF09A732F4362C1DD080542B42A9E871F8B3A8269*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedRotateProperty__ctor_m04916734686FE3F0DC27D4A8536E0DF00A4FEAA5 (ResolvedRotateProperty_t37301A9A87617FB13D8E8CDAA857F4CA111ABC4C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedScaleProperty__ctor_m4652C1C5ED7DAE4407DAFC25B84875FF91847217 (ResolvedScaleProperty_t3D70A6B30FC4A6617FF36F57B31E92279D72258D* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedEnumProperty_1__ctor_mBF672A0564680E966950F505DAD44BFA1BF1A177 (ResolvedEnumProperty_1_t9D54384DBE8124CFC84B22425EFBE1E376F00B8D* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_t9D54384DBE8124CFC84B22425EFBE1E376F00B8D*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedVector3Property__ctor_m7A9A9D20C294F91F64DE3E3E2346550939C8CD04 (ResolvedVector3Property_tEBBEE9894722B1B603FF188B590E383B96ABEAB0* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedListProperty_1__ctor_m0172A93BA2E9AE7A893164D596C9D9290CEF6ED8 (ResolvedListProperty_1_t15868DDCAB70F2738895A705DA7F8BE23D1B4B85* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedListProperty_1_t15868DDCAB70F2738895A705DA7F8BE23D1B4B85*, const RuntimeMethod*))ResolvedListProperty_1__ctor_m0172A93BA2E9AE7A893164D596C9D9290CEF6ED8_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedListProperty_1__ctor_mAA285574609B1BF9B37C589CB08B3EEF87642786 (ResolvedListProperty_1_t948E9BB9592A8297426EBB92145FCB4CA963FC56* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedListProperty_1_t948E9BB9592A8297426EBB92145FCB4CA963FC56*, const RuntimeMethod*))ResolvedListProperty_1__ctor_mAA285574609B1BF9B37C589CB08B3EEF87642786_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedListProperty_1__ctor_m618BB9C568384C2C28B7117E9300377946A1443D (ResolvedListProperty_1_t7E97C89EC09C7F58E62296D92AC2AF2A40FFA4EC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedListProperty_1_t7E97C89EC09C7F58E62296D92AC2AF2A40FFA4EC*, const RuntimeMethod*))ResolvedListProperty_1__ctor_m618BB9C568384C2C28B7117E9300377946A1443D_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedEnumProperty_1__ctor_mDBCE351EB1AA8148EA6B328E15CB796BFD01E5EC (ResolvedEnumProperty_1_t31C686696A710909118569F32E427FB99DCD67CE* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_t31C686696A710909118569F32E427FB99DCD67CE*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedFontProperty__ctor_mCA7B6D266943F18D1412903941C9D8D4192CE0FA (ResolvedFontProperty_t532D4A127ED129112787DE2102B4A668B6DF9B2F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedFontDefinitionProperty__ctor_m3E9194C3CA84ED295858F0875F8D1EA0CC07CAB1 (ResolvedFontDefinitionProperty_t888699E9ACFED8513BE81AD69AFE028B98AE7CB7* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedEnumProperty_1__ctor_m8B23247792B99528FEECB5480B7BCD2DCC80E37F (ResolvedEnumProperty_1_t370D1A40A774D5A3D3D3695CB2717FE95B281364* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_t370D1A40A774D5A3D3D3695CB2717FE95B281364*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedIntProperty__ctor_m9442B555C27C6956359B87496048BB9572AF6DF9 (ResolvedIntProperty_t341D8C60203857DA0DF39B3AD7325C39607F6BCB* __this, const RuntimeMethod* method) ;
|
|
inline void ResolvedEnumProperty_1__ctor_mB20E41DA998AF0AECE58750675EB5323CB3F6BF0 (ResolvedEnumProperty_1_tF89EC0EA94E9B91A99635D8F1AC16A2B2B16509B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_tF89EC0EA94E9B91A99635D8F1AC16A2B2B16509B*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedEnumProperty_1__ctor_m318807F0B23B0E678801AB9469D22334EC4B5ED6 (ResolvedEnumProperty_1_t8EDDEE73081A4BB696B055B8ED3C7060960E28B5* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_t8EDDEE73081A4BB696B055B8ED3C7060960E28B5*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedEnumProperty_1__ctor_m7EA3CA2F62808F4C8203D24B448D692BFFEB4598 (ResolvedEnumProperty_1_t42523106F8D8C22D2B0417EE874CEAE3CAFC214C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_t42523106F8D8C22D2B0417EE874CEAE3CAFC214C*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedEnumProperty_1__ctor_mCCD2174888EAC6F90B1F4F0CBEF8B3D444A4E124 (ResolvedEnumProperty_1_tA658B0167F6768872577C2574D98BD98650B9727* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_tA658B0167F6768872577C2574D98BD98650B9727*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedEnumProperty_1__ctor_m0BE2B78AB22AE2F1B755C4EC013C12C5968D705B (ResolvedEnumProperty_1_t475B657F3678792876520A2B7F2252A7FBE28BC5* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_t475B657F3678792876520A2B7F2252A7FBE28BC5*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedEnumProperty_1__ctor_m8B7D806E42F591BD98149993741AD67816B016F3 (ResolvedEnumProperty_1_t586AEEF48B0D0B334B44B60B7FDFFFD5308219C8* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedEnumProperty_1_t586AEEF48B0D0B334B44B60B7FDFFFD5308219C8*, const RuntimeMethod*))ResolvedEnumProperty_1__ctor_mBBC35223DA281A4F4ED2796316BD21A5EF51AF50_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedStyleProperty_1__ctor_m2A910F866CAD45480513F062E1BD7564178EA826 (ResolvedStyleProperty_1_t54C6F61292BFDDD67052B564E23968363587AD9A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleProperty_1_t54C6F61292BFDDD67052B564E23968363587AD9A*, const RuntimeMethod*))ResolvedStyleProperty_1__ctor_m2A910F866CAD45480513F062E1BD7564178EA826_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedStyleProperty_1__ctor_mECBBB18E89E4B454A6851BA55F2266DECC3483BA (ResolvedStyleProperty_1_t34F88AE0418361E890AC90009C99610E5828A405* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleProperty_1_t34F88AE0418361E890AC90009C99610E5828A405*, const RuntimeMethod*))ResolvedStyleProperty_1__ctor_mECBBB18E89E4B454A6851BA55F2266DECC3483BA_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedStyleProperty_1__ctor_m97663FE3F7311C0133342C3CAB9BAEFA65038315 (ResolvedStyleProperty_1_t5F78918229E14488BF827C2EF70F9E5EC4332A8A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleProperty_1_t5F78918229E14488BF827C2EF70F9E5EC4332A8A*, const RuntimeMethod*))ResolvedStyleProperty_1__ctor_m97663FE3F7311C0133342C3CAB9BAEFA65038315_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedStyleProperty_1__ctor_mF795E529236E78F79253ED6D221DBE4F77F37077 (ResolvedStyleProperty_1_t80C0FD8EE9A8D4A43BF7B9836D9736EDA9C00CB9* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleProperty_1_t80C0FD8EE9A8D4A43BF7B9836D9736EDA9C00CB9*, const RuntimeMethod*))ResolvedStyleProperty_1__ctor_mF795E529236E78F79253ED6D221DBE4F77F37077_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedStyleProperty_1__ctor_m75B39A24CB8BFD62BE36FF0FEDE16E4B648F5D72 (ResolvedStyleProperty_1_tA70DB60D6DFF3B448C1CE76EF2AB15DF9867B89D* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleProperty_1_tA70DB60D6DFF3B448C1CE76EF2AB15DF9867B89D*, const RuntimeMethod*))ResolvedStyleProperty_1__ctor_mB8578EF375CC8BACE7758E63F2D72BEC3C35FECB_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedStyleProperty_1__ctor_m182154270F3281D907B1A3F27E811126A212C977 (ResolvedStyleProperty_1_t6EBDC7EF648FE9FF0576E922AF886C5DF430F146* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleProperty_1_t6EBDC7EF648FE9FF0576E922AF886C5DF430F146*, const RuntimeMethod*))ResolvedStyleProperty_1__ctor_m182154270F3281D907B1A3F27E811126A212C977_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedStyleProperty_1__ctor_m08FADAEEAD85F3427FA63CC47B9AEDA7DF2D3484 (ResolvedStyleProperty_1_t76855958FFCE2F23F4562FD8CBC42966155E2F22* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleProperty_1_t76855958FFCE2F23F4562FD8CBC42966155E2F22*, const RuntimeMethod*))ResolvedStyleProperty_1__ctor_m08FADAEEAD85F3427FA63CC47B9AEDA7DF2D3484_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedStyleProperty_1__ctor_m3DAFF51BFA8D66BC9B73C16E5F757686FD6779A1 (ResolvedStyleProperty_1_tCC8EAC2A87E5D5FDBCE83B984DC4624D68FC5F97* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleProperty_1_tCC8EAC2A87E5D5FDBCE83B984DC4624D68FC5F97*, const RuntimeMethod*))ResolvedStyleProperty_1__ctor_m3DAFF51BFA8D66BC9B73C16E5F757686FD6779A1_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedStyleProperty_1__ctor_mF3B3EAE62A354347A1CDE48033CAB5D5A4CE038C (ResolvedStyleProperty_1_tDE6780C1D9DDB4002310E122143CEA69C3911968* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleProperty_1_tDE6780C1D9DDB4002310E122143CEA69C3911968*, const RuntimeMethod*))ResolvedStyleProperty_1__ctor_mF3B3EAE62A354347A1CDE48033CAB5D5A4CE038C_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedStyleProperty_1__ctor_m65F9182768D7F880E227299A89472BA6B87E7B4C (ResolvedStyleProperty_1_t813588A5571F0430482B38BE70929F40B921D36D* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleProperty_1_t813588A5571F0430482B38BE70929F40B921D36D*, const RuntimeMethod*))ResolvedStyleProperty_1__ctor_m65F9182768D7F880E227299A89472BA6B87E7B4C_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedStyleProperty_1__ctor_m443B6DE72064AD17D0DCC30A50BBD74070BFA1BA (ResolvedStyleProperty_1_tD76362AD3729488BDB66570A22FD4AA6F0CCF132* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleProperty_1_tD76362AD3729488BDB66570A22FD4AA6F0CCF132*, const RuntimeMethod*))ResolvedStyleProperty_1__ctor_m443B6DE72064AD17D0DCC30A50BBD74070BFA1BA_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedStyleProperty_1__ctor_mC679F2652BD477C2111DACFA822A821BF4A9883C (ResolvedStyleProperty_1_t68D7F18D843069CF15D3E8600D2F8530C4EEFEBD* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleProperty_1_t68D7F18D843069CF15D3E8600D2F8530C4EEFEBD*, const RuntimeMethod*))ResolvedStyleProperty_1__ctor_mC679F2652BD477C2111DACFA822A821BF4A9883C_gshared)(__this, method);
|
|
}
|
|
inline void ResolvedStyleProperty_1__ctor_m1595DB7A3DBBFA18D11BE85E470DB4239A3D198C (ResolvedStyleProperty_1_tD91C3AC845F5697A12C112C1727EDDC29FB0C769* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ResolvedStyleProperty_1_tD91C3AC845F5697A12C112C1727EDDC29FB0C769*, const RuntimeMethod*))ResolvedStyleProperty_1__ctor_m1595DB7A3DBBFA18D11BE85E470DB4239A3D198C_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 InheritedData_Copy_m0EABC6E355A3778EBE1EBBC888F0A33D4A3CC12E (InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InheritedData_CopyFrom_m39AB40A6947A53FBEEC936E1BC2465993D8E5461 (InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* __this, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Color_op_Equality_mB2BDC39B0B367BA15AA8DF22F8CB0D02D20BDC71_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_lhs, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_lhs, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextShadow_op_Equality_m7B840C994A00FDC98F55FAD2BBB395447A29792A (TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___0_style1, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___1_style2, 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 bool FontDefinition_op_Equality_m12CB2472CEB30AB267FCEB0FD758ACF331CB2930 (FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___0_left, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___1_right, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InheritedData_op_Equality_mB40583E4A30EC8D5EF57DC89690B2026A1E69CBE (InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 ___0_lhs, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InheritedData_Equals_m2303E9AFBB261F8EAC84A22E1847EEF57601563D (InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* __this, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InheritedData_Equals_m55D9E33D7C8FE6B15B9C9788540026AFD9E82D9E (InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextShadow_GetHashCode_mFD8076EB5D6AAFBF11A36DA4E153DB18BABF1A04 (TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FontDefinition_GetHashCode_mAE455799B250E80471E797D4497B1DB9B715D8F6 (FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2 (float* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InheritedData_GetHashCode_m50716E1D6CB590CB4024244B02360ECD30BC3244 (InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 LayoutData_Copy_m43CB8791B4A3BEDD9E8184D6E868008688E9EC31 (LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutData_CopyFrom_m34EED1AA355708FEFEBA572584B314F5F1F02FDE (LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* __this, LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LayoutData_op_Equality_mD276612460EDC6222A8A7278215CFBE3B595F9B4 (LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 ___0_lhs, LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LayoutData_Equals_m1CB214831A92A7B5946B2C1A0B9EDC291B8A3F16 (LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* __this, LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LayoutData_Equals_m17F0A8E1B74F777F6C075F47C199A3576F6AEEB9 (LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayoutData_GetHashCode_m316500D290BE2DB9EC94AB1F9D1CCBC16C9FA9D8 (LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 RareData_Copy_m704FCCC82A27DD5034CFB2E88E94D1C27582E29E (RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RareData_CopyFrom_m51E068167FABCD68FDCF134993FDD2810EF4AAC4 (RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* __this, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cursor_op_Equality_m9796DE28D214A3B7371A36CF753F9D59FB508DF4 (Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 ___0_style1, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 ___1_style2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextAutoSize_op_Equality_mE170E7C07085199BA6B2CF35C3217ABDEB575693 (TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A ___0_left, TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A ___1_right, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RareData_op_Equality_m9E1D93A50125C3603B714C4F00F173509C87DE28 (RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 ___0_lhs, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RareData_Equals_m90BFF382BCC28B8DBBD529A087A3C7C9A3FCF229 (RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* __this, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RareData_Equals_m1FDADD8434EC378278BA443CCEF66FF714F789F2 (RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cursor_GetHashCode_mC6C773C4969C45189BBD9A11F8EB7ACC17F5745B (Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextAutoSize_GetHashCode_mE2778E382859B54350716BDD0BC3DE508C3FE559 (TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RareData_GetHashCode_m4D59FF7E8EDAC75140675A614305C95C692FB659 (RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 TransformData_Copy_m1C72DA746E9EDA30EF3A0B6B582ADE0D1F1CC1E1 (TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformData_CopyFrom_mE61FA7D18331DDF93C862DD92E48A661B41DFA72 (TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* __this, TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rotate_op_Equality_m17193DD52205405DE23ADA71B1E19AFF8A4364AD (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_lhs, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Scale_op_Equality_mCF310871A942D356F82D2A2F4E23B5BC3C248F65 (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_lhs, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransformOrigin_op_Equality_mD0114AF86353C451148D3E0EB2287FE3BCD87B1D (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_lhs, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Translate_op_Equality_m320CFAF67C0BEF258338E5529C9E5921A3C822F1 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_lhs, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransformData_op_Equality_mC05A93308EAD030871F5FF7C06A92A7EB486287A (TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 ___0_lhs, TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransformData_Equals_m35B6DAE3446E9D7B7F550BE551DEBEF0466A0E40 (TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* __this, TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransformData_Equals_m6E9AA5D46B377F962FB2A7FB0F141E317C9C46AA (TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rotate_GetHashCode_mB52BF9E6E8AE32B9B7F2AF8B57B6938A714A949E (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Scale_GetHashCode_m1B766BD8284D4E093BD69BE58D0F6B886AC29B30 (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TransformOrigin_GetHashCode_mCA4900A38F79C225517D2F7196BC7E25DEF54F24 (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Translate_GetHashCode_m6154995C5157AC77ED6F1EFC5C1FD60EF0B3CA1C (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TransformData_GetHashCode_m2C32917E8F3D81762F0C320B0C4D3AAC94FDAA80 (TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* __this, const RuntimeMethod* method) ;
|
|
inline void List_1__ctor_m7B1232DFE6403576191C56D651675A43821CA68C (List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m7B1232DFE6403576191C56D651675A43821CA68C_gshared)(__this, ___0_collection, method);
|
|
}
|
|
inline void List_1__ctor_m3A1D78F766364DE1EABDE6A34F5E55E1B50096E0 (List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m3A1D78F766364DE1EABDE6A34F5E55E1B50096E0_gshared)(__this, ___0_collection, method);
|
|
}
|
|
inline void List_1__ctor_m4B55D26AC4826CFF1DE9D6B3BFA517E7AEECF9D8 (List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m4B55D26AC4826CFF1DE9D6B3BFA517E7AEECF9D8_gshared)(__this, ___0_collection, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 TransitionData_Copy_m6AECD90470D754363F0DCB00918CB167788DC51B (TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* __this, const RuntimeMethod* method) ;
|
|
inline void List_1_Clear_mEAD58F71FB68894CD4B42B8B1FF527387E22F1B0_inline (List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF*, const RuntimeMethod*))List_1_Clear_mEAD58F71FB68894CD4B42B8B1FF527387E22F1B0_gshared_inline)(__this, method);
|
|
}
|
|
inline void List_1_AddRange_m66D40F60D60CF3FA653432ABEBEBF703840689DB (List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m66D40F60D60CF3FA653432ABEBEBF703840689DB_gshared)(__this, ___0_collection, method);
|
|
}
|
|
inline void List_1_Clear_m02854A6986DEFDEC2E4B791FD155C5D7FCBB8842_inline (List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268*, const RuntimeMethod*))List_1_Clear_m02854A6986DEFDEC2E4B791FD155C5D7FCBB8842_gshared_inline)(__this, method);
|
|
}
|
|
inline void List_1_AddRange_mC10AB6995B62FFCB7480E88ADA61465B0644FC36 (List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_mC10AB6995B62FFCB7480E88ADA61465B0644FC36_gshared)(__this, ___0_collection, method);
|
|
}
|
|
inline void List_1_Clear_m65AF27AF349D5AD5EB39FAA6836FA296600DA6FA_inline (List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B*, const RuntimeMethod*))List_1_Clear_m65AF27AF349D5AD5EB39FAA6836FA296600DA6FA_gshared_inline)(__this, method);
|
|
}
|
|
inline void List_1_AddRange_mFC68F05E4252312CF997EF77D05B91BEEB8CC00A (List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_mFC68F05E4252312CF997EF77D05B91BEEB8CC00A_gshared)(__this, ___0_collection, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionData_CopyFrom_m9EDC4E24EC85926EB5C4C645F7B5D5126E1B5C19 (TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* __this, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransitionData_op_Equality_m655A0E6E46ACAE2E35990D819DA96A6EE1EE834A (TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 ___0_lhs, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransitionData_Equals_m3FD210CEE421D718892EFAD77154D1658460F8E1 (TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* __this, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransitionData_Equals_m51355384DD148C5C717BF529A50074AD2FF33D9D (TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TransitionData_GetHashCode_mC94D81B16F514D74260FED3EBB13F123BACE5279 (TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B VisualData_Copy_m4672E40E37CE425C9991B5FC11EE9EEF32CD1A0F (VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualData_CopyFrom_mBE7C373910958DF08B3C077F3C7902D9B5F71A38 (VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* __this, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Background_op_Equality_m8939ED12827755FD24AF8206DCFF65A4639AC51E (Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___0_lhs, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundPosition_op_Equality_mF5D6A42C9662DC362671C6FB68B2A3E1A38C286C (BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___0_style1, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___1_style2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundRepeat_op_Equality_m502F8924278F58E12F184FC457AE83400270FBE9 (BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___0_style1, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___1_style2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundSize_op_Equality_mF2E2759B77ED860309C003C0A38BF2750EFC3D2C (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___0_style1, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___1_style2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisualData_op_Equality_mF2EBF06E20B4CA0C69EE5D4E3DB1A2F62598ECBC (VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B ___0_lhs, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisualData_Equals_m2F0C3647F1ADDE8E87C069EDDD04890CAAEAF64F (VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* __this, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisualData_Equals_mFB3EFC6BFF7FC717C1EF742B4EF66C4C97DA623F (VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Background_GetHashCode_m04082ADB61D83A618047D6DB649B3C34F18C47B1 (Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BackgroundPosition_GetHashCode_m70CB607FAF2C174B6583EDA883B347398A660E32 (BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BackgroundRepeat_GetHashCode_mA50AE9C1F470680415C565D45C9DAF08B64D8A4C (BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BackgroundSize_GetHashCode_m63C2FC6FD176704B834A1B536BFED28C222F300A (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VisualData_GetHashCode_mD97AA0FE25F68DEC74E92B61C06BFE81BCEFB05B (VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleValueCollection_TryGetStyleValue_m440C7A9E0F94731ACB08A11B7FF06F75925BE40B (StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* __this, int32_t ___0_id, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5* ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleLength__ctor_m9033952D80775B2E8D0DE53AFCE5C72397168177 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 StyleLength_op_Implicit_m895C788B08202125BDDAEE31F2F9D0EE6519D990 (int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFloat__ctor_m66B48CBE087249CDDFA4223E917A6952063C950A (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, float ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 StyleFloat_op_Implicit_m664791457EBA988722362ABB4560E5E464A1E88B (int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleInt__ctor_m18B2FA5FD2A57BE2EBD6C0227637723EC9B02C6F (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, int32_t ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D StyleInt_op_Implicit_m229C68C5B68483DA394FA5A8655CF5D6FA965A9F (int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleColor__ctor_mC51F8B70DE85F8AC871486FF638C0767B6139AED (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 StyleColor_op_Implicit_m076AD87204401211D402C2E9AA832031BA013928 (int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843_inline (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, 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 void StyleBackground__ctor_m0CBA8BD30BC4CDCE745965C05AAFE7331CAA7349 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_mB0FB48886C5A78E0E8FC1B48368FD7FC6E9962ED (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_mDC2B2AF076E040B3FF80A0C5D5F00ABAF6ACCAC6 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B StyleBackground_op_Implicit_m42B6D663506AA8BEF773EA4C871CC76AC5FE9154 (int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundPosition__ctor_mE79D6548CCE3A7DE710C50E47E0E4DCA2CEA6E9C (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 StyleBackgroundPosition_op_Implicit_m627D113BABD8EBE0BDC7C5E66A338DA1F5AD139B (int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundRepeat__ctor_m3585821FA8C6652A00FD3663417FA443BD50DFD7 (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 StyleBackgroundRepeat_op_Implicit_m9240593D704D727A2C6BD6FE16FC954210D4CD84 (int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFont__ctor_m7DCE355609E87D1D639E9210B3F6782D95703947 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C StyleFont_op_Implicit_m028E784C9C2624B2134AA95795D90DFE17EADA53 (int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_mF6BA70DEC05CB614F7EA092FB6ABB5D63782D2FD (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, RuntimeObject* ___0_obj, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 StyleFontDefinition_op_Implicit_m756B292C2F2A3D80969D5A1B56AF5A5152BE0129 (int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
inline Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091 List_1_GetEnumerator_m79C661B4F2593F250F3AAEBE725ABBB3B97314E1 (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091 (*) (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E*, const RuntimeMethod*))List_1_GetEnumerator_m79C661B4F2593F250F3AAEBE725ABBB3B97314E1_gshared)(__this, method);
|
|
}
|
|
inline void Enumerator_Dispose_m1F4E04F6F817CA0C550E88CACDBF06CECEEBA5A4 (Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091*, const RuntimeMethod*))Enumerator_Dispose_m1F4E04F6F817CA0C550E88CACDBF06CECEEBA5A4_gshared)(__this, method);
|
|
}
|
|
inline StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 Enumerator_get_Current_m2A71803E92C0B34206D38F91490F372EE7E8E999_inline (Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 (*) (Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091*, const RuntimeMethod*))Enumerator_get_Current_m2A71803E92C0B34206D38F91490F372EE7E8E999_gshared_inline)(__this, method);
|
|
}
|
|
inline bool Enumerator_MoveNext_m382A4115E9B245542508429960929A5A5A2DBC52 (Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091*, const RuntimeMethod*))Enumerator_MoveNext_m382A4115E9B245542508429960929A5A5A2DBC52_gshared)(__this, method);
|
|
}
|
|
inline StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 List_1_get_Item_m1E0036D7EC908E08932E6514B1EF92C3A8E4AB58 (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 (*) (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E*, int32_t, const RuntimeMethod*))List_1_get_Item_m1E0036D7EC908E08932E6514B1EF92C3A8E4AB58_gshared)(__this, ___0_index, method);
|
|
}
|
|
inline void List_1_RemoveAt_m2276A13E0328D7750B5EFF7868F9F88CA313D5E6 (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2276A13E0328D7750B5EFF7868F9F88CA313D5E6_gshared)(__this, ___0_index, method);
|
|
}
|
|
inline void List_1_set_Item_m2926C92062137EC290DA1AD54E4AFF3CCD529685 (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, int32_t ___0_index, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E*, int32_t, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5, const RuntimeMethod*))List_1_set_Item_m2926C92062137EC290DA1AD54E4AFF3CCD529685_gshared)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
inline int32_t List_1_get_Count_m797905E92EF60F271F57D2F36C05AC429A5C0008_inline (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E*, const RuntimeMethod*))List_1_get_Count_m797905E92EF60F271F57D2F36C05AC429A5C0008_gshared_inline)(__this, method);
|
|
}
|
|
inline void List_1_Add_m87205283CED3CE7AC9AEC642FE8C34839086F2EF_inline (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E*, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5, const RuntimeMethod*))List_1_Add_m87205283CED3CE7AC9AEC642FE8C34839086F2EF_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
inline void List_1__ctor_m3CB67AFF449C874D40106A7AC4CAA266C89D95B7 (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E*, const RuntimeMethod*))List_1__ctor_m3CB67AFF449C874D40106A7AC4CAA266C89D95B7_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Length__ctor_mFF11DAE709F70F30061EF7BDB3E7B4E18BB827CF (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, float ___0_value, int32_t ___1_unit, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Length__ctor_m7CD815C0E5A57EA569A04E3954AD7591DAC1258F (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, float ___0_value, int32_t ___1_unit, 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 float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___0_value, float ___1_min, float ___2_max, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Length_set_value_m5511D00304D1AAE7EBF7EAE958D0099C9674FE51 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, float ___0_value, 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 void Length_set_unit_mC55AD893FFDED28F9F90F95178010A93CCC1FC7A_inline (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __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 void Length__ctor_mB847C9AA8C63E1876AD9A8414F3C21FE079C646B (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Length_Equals_mB38E171C032EA0A644AF8D7C126C7C3969EC0DF1 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Length_Equals_mFFEB4478ADE2C602ED8006F4043022862D677F82 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m534852BD7949AA972435783D7B96D0FFB09F6D6A (float* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Length_ToString_mDE5D441EB6FA9C33ED324596B252200F8EF81A69 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1__ctor_m28146260A7753C80B6932346211E85C1F72D08D9 (ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD*, const RuntimeMethod*))ContainerPropertyBag_1__ctor_m28146260A7753C80B6932346211E85C1F72D08D9_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueProperty__ctor_m1C9CA067B33C253A10F271D69A2D2FDF1C2DE0BE (ValueProperty_t574609221ABE1D7C80C5F3A747676373C1456657* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mB09EEE45AF1ED33A9F9AE784179A0BDF65093709 (ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD* __this, Property_2_t796E3BCB1C9BD4B9BF60CED9E6225504AF7C1535* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD*, Property_2_t796E3BCB1C9BD4B9BF60CED9E6225504AF7C1535*, const RuntimeMethod*))ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mB09EEE45AF1ED33A9F9AE784179A0BDF65093709_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitProperty__ctor_mF8885F197FCCE67B61F20406BE6891F66E14F668 (UnitProperty_t944726EAB299AEF7DACA29ADCF141D2856BA075D* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1_AddProperty_TisLengthUnit_t746199A94302055274F284E176E01D38EE8A669A_m212253FA6B92A88F64EDE6E06388127FF11A7C23 (ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD* __this, Property_2_tF5AAB0973A54C42D0EB4B3563526C4E050767674* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD*, Property_2_tF5AAB0973A54C42D0EB4B3563526C4E050767674*, const RuntimeMethod*))ContainerPropertyBag_1_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mE4D0D4F0D49293385511B6CA6ECB56A6E55C0C0F_gshared)(__this, ___0_property, method);
|
|
}
|
|
inline void Property_2__ctor_mB05FACB45AD19E056A5EC1A5173848E6F98DE738 (Property_2_t796E3BCB1C9BD4B9BF60CED9E6225504AF7C1535* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Property_2_t796E3BCB1C9BD4B9BF60CED9E6225504AF7C1535*, const RuntimeMethod*))Property_2__ctor_mB05FACB45AD19E056A5EC1A5173848E6F98DE738_gshared)(__this, method);
|
|
}
|
|
inline void Property_2__ctor_mA87782E42DAEF207A9E55E8260382A70B7C72B7A (Property_2_tF5AAB0973A54C42D0EB4B3563526C4E050767674* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Property_2_tF5AAB0973A54C42D0EB4B3563526C4E050767674*, const RuntimeMethod*))Property_2__ctor_m899DFD7FAD1C93C3B3323F98A62CD9AAA153C717_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rotate__ctor_m311D9E89AA779EE3EA50452F3E46373090E16790 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___0_angle, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_axis, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_forward_mAA55A7034304DF8B2152EAD49AE779FC4CA2EB4A_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rotate__ctor_mC2FF8DC5F131DDA8027CE5CD2EA36B7B0D8F01B4 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___0_angle, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Quaternion_ToAngleAxis_mA2A5A81DAE94A9C1AFC34112BE8E5C5C3E9297AF_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* __this, float* ___0_angle, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___1_axis, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC Angle_op_Implicit_m99D983290F15EACAFD646580FBA3093AC1333173 (float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rotate__ctor_m3045E5BE85A2301B9949372B3C1D2F09D0337092 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_quaternion, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 Rotate_Initial_m76233B1EB860D5EA22E3B8A18E0E2BFA283166D7 (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC Rotate_get_angle_mF31EBAC339112FEEB451FC221CD60909745E7324_inline (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rotate_set_angle_m7A5D5DFAE276AABC1E1945E88EB0FEAD9742891F_inline (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Rotate_get_axis_mC080A7B12222CD4C97356E6A7C0B654906BF179F_inline (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rotate_set_axis_m891039DB3B961F2814C9D7FF443A67F8211513DF_inline (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Angle_op_Equality_m210A1A226DD1143C09CC050B3DE8ADB23EAE9890 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___0_lhs, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector3_op_Equality_mCDCBB8D2EDC3D3BF20F31A25ACB34705D352B479_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rotate_Equals_m5BAAD6490004ED6C496D72664EDD34A520F5F758 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rotate_Equals_m49F7E80F31B6317836CA1628FAA1D2194B5B6165 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Angle_GetHashCode_m3E2C23F9A43D4A7CBC12837CB5C3A79327E51020 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector3_GetHashCode_mB08429DC931A85BD29CE11B9ABC77DE7E0E46327_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3 (bool* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Angle_ToString_mB109176AB0825386E115CD0AC005902BC0742C8F (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Vector3_ToString_m6C24B9F0382D25D75B05C606E127CD14660574EE_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __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 String_t* Rotate_ToString_m62524CA25180FE9185AE5E7AD06A79DB193904B4 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Angle_ToDegrees_m287B1A6F3D500CD2E9A4583D1E31B4179EF5E434 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_AngleAxis_mF37022977B297E63AA70D69EA1C4C922FF22CC80 (float ___0_angle, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_axis, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Rotate_ToQuaternion_m780B11D70112137B41BA3C37E751E321F2F9B4B1 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1__ctor_m71668A663E7D0CCE9516A1CECDC450614AD58668 (ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D*, const RuntimeMethod*))ContainerPropertyBag_1__ctor_m71668A663E7D0CCE9516A1CECDC450614AD58668_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AngleProperty__ctor_m494AE033E963FC0B740CEA8DB53BC4EBD318D501 (AngleProperty_t98D87DDE98FD95DEC72D60084795ED4E71FFB315* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1_AddProperty_TisAngle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC_m17561D6D2EF9625FB4D5EE482EAC5E211F5E302F (ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D* __this, Property_2_t7F1860B0F407B68AA42D1550BA872EDEF66E3829* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D*, Property_2_t7F1860B0F407B68AA42D1550BA872EDEF66E3829*, const RuntimeMethod*))ContainerPropertyBag_1_AddProperty_TisAngle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC_m17561D6D2EF9625FB4D5EE482EAC5E211F5E302F_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisProperty__ctor_m1F86CBC22DD00CB15F3A0024F1564760768C334C (AxisProperty_tC48E0509BD6DD909206F5EA5CCAF067751D9D7E9* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m90A86F11DDA2FFB6C7FF51C9D9A2C8A67F6C99B5 (ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D* __this, Property_2_tF02A6085787C29611D567D6B97CCAF8975FC5402* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D*, Property_2_tF02A6085787C29611D567D6B97CCAF8975FC5402*, const RuntimeMethod*))ContainerPropertyBag_1_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m90A86F11DDA2FFB6C7FF51C9D9A2C8A67F6C99B5_gshared)(__this, ___0_property, method);
|
|
}
|
|
inline void Property_2__ctor_m61C7D394F6CA37D32C427BF21886261C77CE97DC (Property_2_t7F1860B0F407B68AA42D1550BA872EDEF66E3829* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Property_2_t7F1860B0F407B68AA42D1550BA872EDEF66E3829*, const RuntimeMethod*))Property_2__ctor_m61C7D394F6CA37D32C427BF21886261C77CE97DC_gshared)(__this, method);
|
|
}
|
|
inline void Property_2__ctor_mBE377018C00694333C19DC9A169716ABCD6C2128 (Property_2_tF02A6085787C29611D567D6B97CCAF8975FC5402* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Property_2_tF02A6085787C29611D567D6B97CCAF8975FC5402*, const RuntimeMethod*))Property_2__ctor_mBE377018C00694333C19DC9A169716ABCD6C2128_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scale__ctor_m39E255041BE0B30F8B48F55FED46CF90855D8DC0 (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_scale, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 Scale_Initial_m61BCD0B065298A5C42EB350FAF8A13AADACD0E45 (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Scale_get_value_m27CE2F2A3DD1A14DE72EE744A3817BFE3D3DDD96_inline (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Scale_set_value_mD4972A0A171608DFBFED7889A6A15F1B657E7278_inline (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Scale_Equals_m3DFC3C07F3A57A5C2B827A9276A7D582518BC38E (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Scale_Equals_mBC77FF15A4E956C17CECA719B2BF64C0F38B24FA (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Scale_ToString_m39452AB5DCF36AFCEF9E5F0307D0CAA84D67BD67 (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1__ctor_m73B236763AC10FA0C500DA07587B4A264A65D680 (ContainerPropertyBag_1_t7A687D97ACA5423A9AC05DC8E627A6058BA75361* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_t7A687D97ACA5423A9AC05DC8E627A6058BA75361*, const RuntimeMethod*))ContainerPropertyBag_1__ctor_m73B236763AC10FA0C500DA07587B4A264A65D680_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueProperty__ctor_mAE5B86EBAAAA18A1C501181C520F12320C235BEE (ValueProperty_tDD022465518FC9D3A4E64863CED752F650C90A8C* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mE734A32A5DF8D51C92EDD6A1FB39AE646036E83C (ContainerPropertyBag_1_t7A687D97ACA5423A9AC05DC8E627A6058BA75361* __this, Property_2_tA469FC6BF6D4D9E289AF0AD996F3BAB81E17E35A* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_t7A687D97ACA5423A9AC05DC8E627A6058BA75361*, Property_2_tA469FC6BF6D4D9E289AF0AD996F3BAB81E17E35A*, const RuntimeMethod*))ContainerPropertyBag_1_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mE734A32A5DF8D51C92EDD6A1FB39AE646036E83C_gshared)(__this, ___0_property, method);
|
|
}
|
|
inline void Property_2__ctor_mEA2A1B6A8488CE5034728BE7F0EBC8DA62C0F219 (Property_2_tA469FC6BF6D4D9E289AF0AD996F3BAB81E17E35A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Property_2_tA469FC6BF6D4D9E289AF0AD996F3BAB81E17E35A*, const RuntimeMethod*))Property_2__ctor_mEA2A1B6A8488CE5034728BE7F0EBC8DA62C0F219_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 StyleBackground_get_value_mE5A818299B367BEA60368842A36E1997A38D7860 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground_set_value_m87F7F2BDFB3BC78F5A211DDF4A3A9A8A11E248E2 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackground_get_keyword_mD304FDBE9190B2E45A3E386F76CBB7852CD2EAEE (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground_set_keyword_mF45947AF8D73D8C4F0620CA912A24DCA8FBE55F8 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_mAE5C20EF56A944F38DA9913A708BE9DBFF33770D (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_mFBD280CC7814525DBEE2EB60A770DA5E31EC59E4 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_m13B6A20AA210D1BB7C5F7699E86F7B4CC602560D (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_mDECA40A9C01B5A5D99BDFC91DCB712751D1B5D46 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_mCC4C096DD7242B43C20E0314D6BC7816E14836EB (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 Background_FromTexture2D_mD00025EC7BEC2E8D0591470874BCCF35AB5DA540 (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___0_t, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 Background_FromSprite_m5BE88972AC6EC5608B66CECF6F38F6E13F0EEEDA (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_s, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 Background_FromVectorImage_m38FFDA8A56ECEE6AAAD2359AE8938F3BE3D55A32 (VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___0_vi, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackground_op_Equality_m86AD435A3A0370F071803583576EDA20B6B187E8 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B ___0_lhs, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackground_Equals_m29D95E0A1D014F191C2EBABDEEA32320ECC248FA (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackground_Equals_m48D5E5B9F9E4387753033F1340DA89184C8A6A84 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackground_GetHashCode_m34F72E1CF43F9EAB3A9C4A0957662225B1DEBF45 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m5C298705517BE63DE8F15378CB631A54EC3E43E1 (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m5C298705517BE63DE8F15378CB631A54EC3E43E1_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleBackground_ToString_m72BA09897AF1B177C2434CFD3C3313AB9BE7AEAB (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 StyleBackgroundPosition_get_value_m8DF712D02ED4859511719276385FD4E9019E50E8 (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundPosition_set_value_mF6A2D57EBC266C9149EC591C84F6256F7CBF5EF4 (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackgroundPosition_get_keyword_m8F5E1E567EFB9B89AE61AB46C702A959E039FCF9 (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundPosition_set_keyword_m04F6EDE5A8E2AF84495F9559578F188C99E4760E (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundPosition__ctor_m2F6FCA4BBE7D990C0494D5A7D087E9560FA6D7C3 (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundPosition__ctor_m9756E933EF0918D091E0A329076A6BBC44FF3898 (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundPosition_op_Equality_mDBCF6771A1344AE49B2C23C159BEB48D65F610C5 (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 ___0_lhs, StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundPosition_Equals_mC5E56CEECA2415A9AB085977E9617A1DB04B8C71 (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundPosition_Equals_m1EA6C8DF69D8F0ABC5884A174666DFFB83CB2FFD (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackgroundPosition_GetHashCode_m44ACEC936580BC4D5D43F9A5CF3DF19DEAE19D6C (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_m529939662EAE4848C4BA2DEEAC1BAC5E51DCFD7A (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_m529939662EAE4848C4BA2DEEAC1BAC5E51DCFD7A_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleBackgroundPosition_ToString_m606863A04BE261D3AA0B6A320F2B2A4A4E9F648B (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F StyleBackgroundRepeat_get_value_mA928B85C77E889A824A4F5D35620291DEFA30008 (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundRepeat_set_value_mA1924F25B9172E599AB27DF138C1735507F22B8D (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackgroundRepeat_get_keyword_mC05843F29C21449D3FDC7CB33BAEFB1F9B16B9F1 (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundRepeat_set_keyword_mA3BC6AD6E3A9E16696AB4F778C25B43FE239E040 (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundRepeat__ctor_m983C16F152CA51729A1764F2F1951C044AED10E1 (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundRepeat__ctor_mB5F3467B6CFC9ADBA73D6B46972C8C04A0CAED09 (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundRepeat_op_Equality_m466F292B72CDF3DB9CF809F0D3E2DA078EACC7EE (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 ___0_lhs, StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundRepeat_Equals_m2FD876EA2FC89FEB45A96D3A90F36A91C5725209 (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundRepeat_Equals_mD9C04C2D28068F45B4EE82777D7408A257904AFC (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackgroundRepeat_GetHashCode_mC6ACD94C231509F891A62DC7247B02306F54003C (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m036FC7385BEB57C9ECFF132ED0C5EC3424E843F4 (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m036FC7385BEB57C9ECFF132ED0C5EC3424E843F4_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleBackgroundRepeat_ToString_m91055FC1F5C469518A48FBE58642E1754AB2810C (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 StyleBackgroundSize_get_value_mF831402EE2B40C89C1142BF242683FB3F5CCD539 (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundSize_set_value_m4E5BA3D516246B854EC26FF72CF9C816EEA7154C (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackgroundSize_get_keyword_mF4FBE18A16AF1B52DAD7C0EF6135BC94410BDC13 (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundSize_set_keyword_m845761066FF142E9E7DA14AE63DAE5FCBF866894 (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundSize__ctor_m46395CCD499FABC58298226E123DD81F9860293F (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundSize__ctor_m8003B37E0ECDA443DDF89961B3A9D8579717C24E (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundSize_op_Equality_mCF8110B97B1C9B3AFCE7B88CDE5DBA106F4C9001 (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 ___0_lhs, StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundSize_Equals_m8466402F8FB508A04C2B021CA57949E27C2033F6 (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundSize_Equals_m4F4FB19324AA11CFBFFDFCE58FDBEDB37EE67EDA (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackgroundSize_GetHashCode_m86E8D6E8A3F9AB1153A4EB92D0E8D3AC2EC4CDB6 (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m69DFD9CFA8AE20300F0C672C3003C1CAF4136BAA (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m69DFD9CFA8AE20300F0C672C3003C1CAF4136BAA_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleBackgroundSize_ToString_m896361627A124019D377C43B3F85C4351D5EBAF1 (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F StyleColor_get_value_mD86CBC86D6685FB9B2BBC4CB304CB3E9016C477A (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleColor_set_value_m8DF0C5FF6191B4D61E87608DC2C7EB0D701544BA (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleColor_get_keyword_mD1803455DF31AF1C4D172238646E3B556CEDE48B (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleColor_set_keyword_m62A50F0B14516DD1ACC0F6F74CD533044832D64F (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleColor__ctor_m95CCCAC80934439C5D0063C51C93B45E77F23A73 (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleColor__ctor_mB9AD827B2FF6D525923AEE7E67359B95B0E2817B (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleColor_op_Equality_m86F26D3FBEB0D1401DF43BF0F3D81D5251E9FD27 (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 ___0_lhs, StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleColor_Equals_m3DE2198F7AD5B8F1B1F11F6F5C63B1DC96FD6A53 (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleColor_Equals_m71F1AD2FB0278267C2D611AF872EA907F29E7E68 (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleColor_GetHashCode_mC867952DA6D92395C163F63F42F392F386C65FCF (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m09003FAEDCC5293C4A5E61DB442E7542D7FB1813 (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m09003FAEDCC5293C4A5E61DB442E7542D7FB1813_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleColor_ToString_mE65987D177A763684519547C2978B1742251AF31 (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 StyleCursor_get_value_mCD6667DB89822E033CF9F5597A95786E42C185B6 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleCursor_set_value_m47C3F2C74511313AE3AF6B23A312D852C171C520 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleCursor_get_keyword_m186FAD95B09F8F04C5E58214C52C047CC13F90BB (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleCursor_set_keyword_m17021C25C50C0D9DC5D26B4194C7D6AE33D7D0AD (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleCursor__ctor_m94D9DA12101258070B439ED312871A1D81CBEDB1 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleCursor__ctor_m087B054A321165BBD639B07F2BC667503A7C2A26 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleCursor_op_Equality_mD92C7F1832DD38A90D693B02861354FCB29E1FD5 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 ___0_lhs, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleCursor_Equals_m51C3F9EAE00F43F66FEC04BC807FE9C8F9D03AE8 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleCursor_Equals_mDC70CA6A304D44057C4721C944672F8133666A3A (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleCursor_GetHashCode_m12B89FF3A4D6F6061EE73DC545F8DB4A5E61F1A4 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisCursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_m4BE76C0E47C74266F63CDEBD29D856DB6B106D44 (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisCursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_m4BE76C0E47C74266F63CDEBD29D856DB6B106D44_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleCursor_ToString_m763337A99044C1E1E5EE87FF28BFB769594E4102 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float StyleFloat_get_value_mA16B2A988966FF48ED290BA14F3CD1011608ECC2 (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFloat_set_value_m5210E7C90A5137C5EF4E33F5C378CDEB17512C34 (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleFloat_get_keyword_m2370C18512C2FE03C57E78DAB116C31B16DFAEF6 (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFloat_set_keyword_m91F57524DA73B2B2AFC57215CB9C45332CE0277C (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFloat__ctor_m3AA16F29BE864D2D0E41E313A40B204781E4320C (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, float ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFloat__ctor_mE6BC52D825138E8275198DC7AB6A3846F4A404C6 (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFloat_op_Equality_m7B3160E0572103D1D94B40DA7109B65E5525A05D (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 ___0_lhs, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFloat_Equals_m89E2E76336DAF4E3D0D8781310E585E927A82338 (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFloat_Equals_m5C6E877953EFA9BBB10DBC1C124F6CBB119694B5 (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleFloat_GetHashCode_m24CE458E7DDADFC7341C9468725A3DBB67AAC695 (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mD89B266A21748320FB8179570375C14C41CA7DB7 (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mD89B266A21748320FB8179570375C14C41CA7DB7_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleFloat_ToString_m7A7F649DB8118AA3A140722480C2A8547A52D7CA (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_tC95270EA3198038970422D78B74A7F2E218A96B6* StyleFont_get_value_mEADE7AA36E04B3FE8B410B613B4D4837AF35F318 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFont_set_value_mB9304060118633631AD8CD73A7BADE2ABB16C220 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleFont_get_keyword_mF865BDB5C7C973930C04E2579AADE8E1AA2C2940 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFont_set_keyword_m9637ECE9C8197DF45D9CD5C5CFCDE6F3A756F0F7 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFont__ctor_m953F3BAD760757CB12192DDE5E91930DD027047B (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFont__ctor_m1E2DDA79FF3190B1651AC61749247EBC12A0D95E (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFont_op_Equality_m2793E0A9EBC28AAADBF05A9B3458723ECE9D09C2 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C ___0_lhs, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFont_Equals_mF91CCF843D22CBD858F2D8FE0687C523EF562A8F (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFont_Equals_mE7901E335D81BD0716A6CCAAB00FBEF1B0A590B4 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleFont_GetHashCode_m837E69D040D0A0B92D0375DDB417458134D6E2F2 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m4D05686B6C612319B495EED7C4039376F1EA339D (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisRuntimeObject_m8C36720D56609777008CD0A99553839F059DACCA_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleFont_ToString_mB020C9A51B1A8D065FF91EA5EA6985AA0DF10812 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C StyleFontDefinition_get_value_mB9CF53EE1514C82C81AAA3305A1B048CE1D41C12 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition_set_value_m8833115CE49C2793DE199D68E1C9A648FF7103E2 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleFontDefinition_get_keyword_m8413F4640E065DCE383C8C9A3F9B94F30A9AD0E4 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition_set_keyword_m42D967BD74E4B8C531953FA8D1D786B9881AA636 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_m224FDE7CBC5483F7E361138307B26F82303FB827 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___0_f, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_m6A24BE29732E048EBBAB4646BAC46D57DC6E55AD (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___0_f, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_m6F1C23FC87EC7F13081BC51A213F0E5921B90000 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___0_f, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_m41D8294AC80AA942BC93F4A78166A8A00A763A4C (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___0_f, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_mFBBD59F12EE1F2EB6E10F0A80560A75690984C96 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_f, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_mC6B005BC544C570FAEF4C36A4AABD6D8DAF1CB9A (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_f, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_m26A6476456492EF1124660B412CBDF2E77D1FF81 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C FontDefinition_FromObject_mE02436EEAA6C918777DBED2BD971F09A6DA40D38 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C FontDefinition_FromSDFFont_m00A308F105B8EDC74306A0B012B81FD2CEFDAEA1 (FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___0_f, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C FontDefinition_FromFont_m8722F26D46D213AC09DBD36D17CCC301153BEBB9 (Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_f, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FontDefinition_Equals_m1425312D070F3FF049917D5FE1744BF65EEC1A05 (FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* __this, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFontDefinition_Equals_m87387C8E1DA4A690ADC83067E7DE3E18A2B5E35F (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFontDefinition_Equals_m71C8220BD16F30F7C542F22E31AAE19130CAA305 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleFontDefinition_GetHashCode_m4744F6FAE4C3F8CB26569EF1B9DCA99612C8722E (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleInt_get_value_m4CFF13DBDE63CAA71B48526F3FE6E6B92FC8F8ED (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleInt_set_value_mB987B59D38A819A4A7408DE9617F75D48ABD1BE4 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleInt_get_keyword_mA202A7BF0970785CD87A780A9FAC21D29C103DE1 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleInt_set_keyword_m151E1EE6A3121F71585BAEB936FBA224B43964B0 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleInt__ctor_m83F824AF205EA67089F09A75FCD6D60431469364 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleInt_op_Equality_m94F6DB9662BB089524C6309DD8A32316E19A44C1 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D ___0_lhs, StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleInt_Equals_m3FB8B18A1475A8E5A1107837F1D9995178FBCAFE (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleInt_Equals_m3155D7ACA41FB307F2F857DB051087021D5E61F4 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleInt_GetHashCode_m0E26E1A3282BC6DA82799C48F1C03C42FA4FF716 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF8CE1FAAC6AFD5C8F9D0B5ABD4104CEA9C19E3BC (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF8CE1FAAC6AFD5C8F9D0B5ABD4104CEA9C19E3BC_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleInt_ToString_mFFBC542125BAE398FA2807F46CE76680BFB1EC35 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 StyleLength_get_value_mCED6CC9F565F29350DFB1E4D3FF8F9C4AC6EB131 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleLength_set_value_m4D8F9547B997BF7E7DB535A608EDC2268827F485 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleLength_get_keyword_m3C27CD4CFE978045893CB4907F487ADC2B17EFEC (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Length_Auto_m0D169F4BFDD8A1A02EED5DB4D53C55830DEC32B8 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Length_None_mAD5D8C540C5F13CB755F2560D85F3D0DCF1E3280 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleLength_set_keyword_m00741776CB6BB8EFB5A86A6F6C20B7E1E875DEA7 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleLength__ctor_m24A29CCF8BEDCBAADBDF348EC3E00AB9BF585E96 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, float ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleLength__ctor_mD3274D3F6A72D859ECF75D7D96BBEDF638A505B6 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleLength__ctor_m55F6114FDAED5C76CFF8D95F0A25BD51EC42782D (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleLength_op_Equality_mA2B891D3F3F5614C1FDB0951593AA3644048A86C (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 ___0_lhs, StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleLength_Equals_m53008CBC76B8F14A3B0C9ED95B5655B190BD990A (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleLength_Equals_mDDD1A13D06ABB3D98F228DF6DD26D6C21A0E3BD6 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleLength_GetHashCode_mF43A3766E8C9A0D79B639450BD55EA7284A387E7 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_mFD470F50B244C87E17D3D1CCCE816F37BF5B6308 (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_mFD470F50B244C87E17D3D1CCCE816F37BF5B6308_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleLength_ToString_m5BC9FEAE8101EECD2A01305B47B41B180E5563F4 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 Rotate_None_mE773DD62055A620527C38A0680F16B676DDA8D30 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 StyleRotate_get_value_m20936D0783AD0F977486948A51C430265A61CAF4 (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleRotate_set_value_m5CA77891D37095E980BCFD3ECCF16A7EE415AF5C (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleRotate_get_keyword_mB8B31D302E8BF1B583BB3B36F44E59F10C927A4B (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleRotate_set_keyword_m74080FD71C538DC83AEE9FD2F11B6D2777881CCA (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleRotate__ctor_mDD8F221DED109FDBA3074F9134B9C25611646392 (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleRotate__ctor_m7026CD243CEB8FE9DC7CE98380629C78A65E301C (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleRotate__ctor_m56CBC9CA1DB13AF8D756492D91A29275AB13DBD7 (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleRotate_op_Equality_m9FE840967FCBC6A4036B6BB62252426EB3465005 (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B ___0_lhs, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleRotate_Equals_mFA0DE8C48C1B7622C6E44D09180CF2A0D676BF94 (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleRotate_Equals_m9D42CD28A44389B89520C8B0AD1CD641088D3B7B (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleRotate_GetHashCode_mF444EC0209DA23996AB5719E24ECC63F776BAE77 (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_m578A05D1570B49E85EDDCD72DF135245C95C35A2 (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_m578A05D1570B49E85EDDCD72DF135245C95C35A2_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleRotate_ToString_m7D0FC6315134603207CE93C5243721D655067DD9 (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 Scale_None_m581B3593D9916F02A8ECCC7961981D21D1A2F755 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 StyleScale_get_value_mF8E29AE4DA4671C9462D02642348BF78A796854B (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleScale_set_value_m2AFC0E9D63800FC91448A7B68F99825A4A1371B7 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleScale_get_keyword_mB555FFF42C8334E707D91907B0850E197522D03A (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleScale_set_keyword_m629E696E9838E450BDF191A23D2972D0A599C174 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleScale__ctor_mE9F8E0FFCFB74768269910278EC4A431CCAA7D58 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleScale__ctor_m44043F5F81531AFA43F5A72795B95F2347B0F1DB (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleScale__ctor_m5121B7250FD1F2E7EE149EE09E45D468FAA57B79 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleScale_op_Equality_m60E258976C065A4EFEA7B069A3E60EA74789E073 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC ___0_lhs, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleScale_Equals_m0EF17BCEED22682D654F9D3E1BAA795BB5EBEB9B (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleScale_Equals_m9DB278DF10756ACE4B2A75DF70E0BFBE93FCDA37 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleScale_GetHashCode_mFA5861E6F3E1A07C6C58B8AFFB0A0AEE549C69C7 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mA60C5BDE415FBEB57283F54B0605D6B5DF975266 (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mA60C5BDE415FBEB57283F54B0605D6B5DF975266_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleScale_ToString_m8DE3B64F99D6DF085696B869E4C6DBD8109F5DB9 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 StyleTextShadow_get_value_m42277240BF34F859A5E0C6933106F98CDDD3439C (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTextShadow_set_value_mD3732140C073C754C474A81DE0D04845EF830A86 (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleTextShadow_get_keyword_m0936C51AC4D42481FA64A1CEB7A62EC2CF19470E (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTextShadow_set_keyword_m473600B38B59F44B8E9BF29294B2BE095E9DCF7C (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTextShadow__ctor_m6790D552D4FFE64462F57A06F1AA47BAD601A8D3 (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTextShadow__ctor_m0D6315CC8202A271FE922ED496F1E36C34B4E1F3 (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTextShadow_op_Equality_mB1BF4A3F6A2B0F1D6405F00BCC97D77B316C240C (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 ___0_lhs, StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTextShadow_Equals_mFCB612481F5C2CBEA864083952509116FFF1EDAD (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTextShadow_Equals_m5DEF077FBEE9A0E60041204D1708D419D43CFF3D (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295 (int32_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleTextShadow_GetHashCode_mEB7767996F0358223D0105A86920F219CDEE5895 (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_m44129A82CDF37A87AFE9D2CA407ECA2A7F32A3C5 (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_m44129A82CDF37A87AFE9D2CA407ECA2A7F32A3C5_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleTextShadow_ToString_m486022C966469F2428F3E0ECE9573A4796151D87 (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 TransformOrigin_Initial_mDF718A1DA7568370A261258B14CC7A2946B68AAD (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 StyleTransformOrigin_get_value_m3DD31B222FEAF76A0D053A39820373A00BD1928E (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTransformOrigin_set_value_m72F2BB4DD75372EE90CA1BD6ED9903154DBEBF36 (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleTransformOrigin_get_keyword_mAED33FB9B4908463958BCD0EC4443B501845328E (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTransformOrigin_set_keyword_m792074FC84F5F145631E2986F73A504EFB2B432A (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTransformOrigin__ctor_m9FFB2BFDB1A7066AF55A715C16DA7DCE27051729 (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTransformOrigin__ctor_m3B2FAA552B45DB427E873C83EC9606292608D877 (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTransformOrigin__ctor_m3EC39047C97A82B5A869768F1CF2E86DF94B6B49 (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTransformOrigin_op_Equality_m9F31F564AA74E40E92046C41873FD24ED8CD8550 (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 ___0_lhs, StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTransformOrigin_Equals_mA966BA460B3D701F6DC525A9E09A362E1802A4FC (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTransformOrigin_Equals_mFECC67F762AA788C6E9E66E3D801DC1127EA4803 (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleTransformOrigin_GetHashCode_m95BB3CFC0A9EB276603CCCC4CB625B53CF864EAF (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_mEE17F9E46301EFF9469BB491481899DA9254DBEF (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_mEE17F9E46301EFF9469BB491481899DA9254DBEF_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleTransformOrigin_ToString_mB6FD1C268B9AEB5FD9BD8DC02F556C36EBC87971 (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E Translate_None_mFCFE8B0CF287C781CA98B3D09F6B1200B0AD6401 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E StyleTranslate_get_value_m3D6727DEDAB4FF2313B2842FE295C41D4D9D0355 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTranslate_set_value_m6EDE2A4142B9062DF3B1536875BAA2FBBA59BF88 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleTranslate_get_keyword_mE02ED75874B466373FCC6A9840F2DCBA3974384D (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTranslate_set_keyword_m153771940E7AECD9EF4ADB8F79ABA72B840C6515 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTranslate__ctor_m12AE2FD212828D3E686C8D12EF84A32715A3CE4D (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_v, int32_t ___1_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTranslate__ctor_mF10C6D990AEBEC7EAFB2CF180C4AF94968686843 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTranslate__ctor_m324C750F1008C71290AD5D91A57E738F6BF71B01 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E Translate_op_Implicit_m1F0E1A84C62C5D1F92A4C0E60E6C944F17859670 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTranslate_op_Equality_m916CE2125150608A55917B6B6282036C6A18BE43 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 ___0_lhs, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTranslate_Equals_m735DB69EA09970D0F9E08E1379833F34E5263172 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTranslate_Equals_mDCC45C8F30BF90577BE3FDCA0566D407FE39E2D0 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleTranslate_GetHashCode_m7EA9F686DBBE3096368CCE29CCD7560E6BBC30C3 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, const RuntimeMethod* method) ;
|
|
inline String_t* StyleValueExtensions_DebugString_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_mD15CD20D39E71BDF839B00EAF52DED38B42E5A1D (RuntimeObject* ___0_styleValue, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))StyleValueExtensions_DebugString_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_mD15CD20D39E71BDF839B00EAF52DED38B42E5A1D_gshared)(___0_styleValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleTranslate_ToString_m2A8262EF64FFDD7B06DED766BD563A829C99EA73 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutValue_tC125DF54D121EC0C205D12BAEB3B88E06CDCBF30 LayoutValue_Auto_m0A1F1ADF9D8F2CB6D79E3156582E5ABB612C78D8 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutValue_tC125DF54D121EC0C205D12BAEB3B88E06CDCBF30 LayoutValue_op_Implicit_m6E447B6BED27A54ACF3753E272668D8573B7E0AF (float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutValue_tC125DF54D121EC0C205D12BAEB3B88E06CDCBF30 LayoutValue_Point_mB3571CF6102EBE7B243A859E90F931EF6186BCA5 (float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutValue_tC125DF54D121EC0C205D12BAEB3B88E06CDCBF30 LayoutValue_Percent_mEB0452094EBE02A555CE9B007CDCF993E63FADE2 (float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogAssertion_m71A412A496EAB476FFF6253618C706B2F1E4AFF0 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A TextAutoSize_None_m958D509BD14594F305CE8B509CC47265FFC8A4E0 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 StyleValueExtensions_ToLength_m4D08C5AAE1C30FA611C7925AD0A6712DEC5D01D9 (int32_t ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TimeValue_get_value_m363D976BA30D86C81A619B819E98745F81E2A093_inline (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeValue_set_value_mE90A4146B5615F727622DD1F48C653A2BBD9B705_inline (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TimeValue_get_unit_m5E4B6C1C79ED5CEB11AC6ECE67BA36A978148D8A_inline (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeValue_set_unit_m976916DAA0DB075EA6269E792C7A4CA64F510BED_inline (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeValue__ctor_mABED962C90B27E6BB24F072574DC1E3E7C836BA9 (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, float ___0_value, int32_t ___1_unit, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeValue__ctor_m5A99071773C4C3697C31E43657FDAB47E72C9CBE (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeValue_op_Equality_mB46A44E23522B255F2B5A0B387F847CD9DCECE6E (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E ___0_lhs, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeValue_Equals_m877001BAB4403C8BA20CDF4EABDB7702303B2E0A (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeValue_Equals_mA581A2F3D44993E0C780E6BC36C355875CDAB513 (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeValue_GetHashCode_m112ADB5ED018B9DE35EF34CA6610DB4F20AAEAD9 (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeValue_ToString_mA7F70DCAABF49982EEE155B8695567A59F5F8D3B (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1__ctor_mC1AD10A421C91DAD1E6BBB0F0806D36F3F8F2459 (ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785*, const RuntimeMethod*))ContainerPropertyBag_1__ctor_mC1AD10A421C91DAD1E6BBB0F0806D36F3F8F2459_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueProperty__ctor_m8F20766F61EA51AB5828889DB5981641AB9D6B43 (ValueProperty_tDC4606571BD4DD37CFACB0C5C811B99542225D34* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m6EF9A6597404C0AC6D4E7F2AD83D0B02096375F9 (ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785* __this, Property_2_t00E6E76E8E1109CD047F45B48B9F72840FC4DB8C* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785*, Property_2_t00E6E76E8E1109CD047F45B48B9F72840FC4DB8C*, const RuntimeMethod*))ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m6EF9A6597404C0AC6D4E7F2AD83D0B02096375F9_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitProperty__ctor_m9796A17389B542C96FF36B32048208059E0D3FAA (UnitProperty_t091AE38CF42A33E8C4A7E54FFE8765C2CBB1658A* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1_AddProperty_TisTimeUnit_t56A79CDB672E98A4EE28002BD23B6D5E0BAA2649_mC00C62030C95F169AC9091B5366EF0FF8B8A65B5 (ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785* __this, Property_2_tEA988FCCA920380D554C21ACFDC02086DD1E64E7* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785*, Property_2_tEA988FCCA920380D554C21ACFDC02086DD1E64E7*, const RuntimeMethod*))ContainerPropertyBag_1_AddProperty_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m7256D2E989C05F7BD0C16C09982D865FC3661598_gshared)(__this, ___0_property, method);
|
|
}
|
|
inline void Property_2__ctor_mE2E87F1A76308604C3D3DE65DBE34C3BDF0717C5 (Property_2_t00E6E76E8E1109CD047F45B48B9F72840FC4DB8C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Property_2_t00E6E76E8E1109CD047F45B48B9F72840FC4DB8C*, const RuntimeMethod*))Property_2__ctor_mE2E87F1A76308604C3D3DE65DBE34C3BDF0717C5_gshared)(__this, method);
|
|
}
|
|
inline void Property_2__ctor_m4AD9739E35557A0D00E96F4B675E2D45C8858037 (Property_2_tEA988FCCA920380D554C21ACFDC02086DD1E64E7* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Property_2_tEA988FCCA920380D554C21ACFDC02086DD1E64E7*, const RuntimeMethod*))Property_2__ctor_mC798F375A392B3CF14BDA1D7FA37166584F9FDFE_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformOrigin__ctor_m8C94539319C6C02DFFC9178F4D6572DB15A6C563 (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_x, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Length_op_Implicit_m29448D89D0F99CC4CFCEB9CD57853BA78A94EDA5 (float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformOrigin__ctor_mA2B90E609B0464C163C801067488A693D0E3219E (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Length_Percent_m554B632D9DE0F71BBCF41F1B5120BFD17061B89C (float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 TransformOrigin_get_x_m45B713C35F41919099DFE89257682A47EA02EB1C_inline (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TransformOrigin_set_x_m85267D87CD5499A71F5ED6C5CCBE5C09B6C40BE1_inline (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 TransformOrigin_get_y_m2B16F6E4821E20812F1A091AB94F88558FA7EE44_inline (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TransformOrigin_set_y_m2E1B89131CCCF50B8E3118C020D98161442E7247_inline (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TransformOrigin_get_z_m1B0602F587F9B7DF875C751BE1DA610E0CFBFAD7_inline (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TransformOrigin_set_z_mBD60A62A252B592797C2F688D43EFD79958E1E09_inline (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransformOrigin_Equals_m044AE98C05F34AC7AA4DF1C82604F98939DFB2EC (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransformOrigin_Equals_m1BB998DC4BF023074E997BDF9FFBB477B8D8C542 (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TransformOrigin_ToString_m62747275AB1ACA9CEA650CC36EDF1FF503A90078 (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1__ctor_m4DD614E60BD9493B233A2A4F9A77F9B46476CD1D (ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F*, const RuntimeMethod*))ContainerPropertyBag_1__ctor_m4DD614E60BD9493B233A2A4F9A77F9B46476CD1D_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XProperty__ctor_m8BDE40D9A01C87DC26BCB7CC6AAB0441712222D1 (XProperty_t8C6A588288145011F51684F36BC8E75D76562DCF* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m40F86807A2A0CC9F574A3A455C47491E8525965E (ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F* __this, Property_2_t64A3B99E5DD9631D63E9CEDDC21F34A995B10FF3* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F*, Property_2_t64A3B99E5DD9631D63E9CEDDC21F34A995B10FF3*, const RuntimeMethod*))ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m40F86807A2A0CC9F574A3A455C47491E8525965E_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YProperty__ctor_m56D39E155684EBED875AE1502810D729156D44FD (YProperty_t8336BB92AFEFEA6FA7A3514208F6225A2A55C53D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZProperty__ctor_mAB78F8DD9D7F7520BB2564084D676A6FDEE70323 (ZProperty_tE3CC595BEA6E836D92F5B2021E9D877C76BD107B* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m2312C5D9A2FFD4D33444AF82DA6928DB7413021B (ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F* __this, Property_2_tFD515E1DB9D294B88181DD785B0017942BA70339* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F*, Property_2_tFD515E1DB9D294B88181DD785B0017942BA70339*, const RuntimeMethod*))ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m2312C5D9A2FFD4D33444AF82DA6928DB7413021B_gshared)(__this, ___0_property, method);
|
|
}
|
|
inline void Property_2__ctor_m0C7CB36E75ACC9582EAA1F0254AED71A12C950BE (Property_2_t64A3B99E5DD9631D63E9CEDDC21F34A995B10FF3* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Property_2_t64A3B99E5DD9631D63E9CEDDC21F34A995B10FF3*, const RuntimeMethod*))Property_2__ctor_m0C7CB36E75ACC9582EAA1F0254AED71A12C950BE_gshared)(__this, method);
|
|
}
|
|
inline void Property_2__ctor_mF9A556D5FDF225547C7FCB2FD28E4B91C92E81FC (Property_2_tFD515E1DB9D294B88181DD785B0017942BA70339* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Property_2_tFD515E1DB9D294B88181DD785B0017942BA70339*, const RuntimeMethod*))Property_2__ctor_mF9A556D5FDF225547C7FCB2FD28E4B91C92E81FC_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Translate__ctor_mA8F128A2982F876C29861342C68C70C2D16B5094 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_x, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Translate__ctor_m5080FEB789B6EBEACD72F8D48D6ACA667DFFB3A0 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Translate_get_x_m20B598ADBC230B32AA055FF13B07038E629AA599_inline (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Translate_set_x_mC2FECF2A598A595643CE6AE22E4CA537D623A63F_inline (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Translate_get_y_m587EA6A26C8B48C4B7D44B9B914A8DE3FAB42D80_inline (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Translate_set_y_mEA6E6345529F853EA4869E308CAC53CFB0973243_inline (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Translate_get_z_mB2327E142162E26835FB78D9E48E0CAA1C387854_inline (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Translate_set_z_m5F3E47FFBEC44906F56503FFA399827B3A7267F9_inline (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Translate_Equals_m4BEA411692EF383BCB3C6E330755E444D1C309AA (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Translate_Equals_mEE5D86BA4C5C8C65EC0F226E081F49BA891792E1 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Translate_ToString_m8EAFD5D789CA62ADCEC6FF53CCF58ACCF9FC0D13 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1__ctor_m8E40011652293DA2EEA6653A3878F2F659B72168 (ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D*, const RuntimeMethod*))ContainerPropertyBag_1__ctor_m8E40011652293DA2EEA6653A3878F2F659B72168_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XProperty__ctor_m89C1FDC0A7F6413A331CDF8792988213FFF204F8 (XProperty_tEEE97D7377FEDBE4A64E34C9A16C976DD534DBC3* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m81E6945C89C58557F6ADA49CF9831968A082B36D (ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D* __this, Property_2_tF9D0AB1B5BE3BD47AE426A0488CC50A71AA69EC3* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D*, Property_2_tF9D0AB1B5BE3BD47AE426A0488CC50A71AA69EC3*, const RuntimeMethod*))ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m81E6945C89C58557F6ADA49CF9831968A082B36D_gshared)(__this, ___0_property, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YProperty__ctor_m5A6F808D4AD77CC5AA15C28F89EABC59F2E8FB3D (YProperty_tEF56661642FAC9D02BB25B0F24194D90696D0534* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZProperty__ctor_m3E8C589CE50571632BB9C8D65E5DC22AD9D129FF (ZProperty_tFEFF4840B2A841B1E01DC41D99CA65C568D6592C* __this, const RuntimeMethod* method) ;
|
|
inline void ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mED7C0AAB33BB82D38A8848C94A6EB50FA25CC158 (ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D* __this, Property_2_t33B191F2432A0DDBEC70193F85D7259261A43C8B* ___0_property, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D*, Property_2_t33B191F2432A0DDBEC70193F85D7259261A43C8B*, const RuntimeMethod*))ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mED7C0AAB33BB82D38A8848C94A6EB50FA25CC158_gshared)(__this, ___0_property, method);
|
|
}
|
|
inline void Property_2__ctor_m69F07C000FB26AD2B808024C3912B084674F2968 (Property_2_tF9D0AB1B5BE3BD47AE426A0488CC50A71AA69EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Property_2_tF9D0AB1B5BE3BD47AE426A0488CC50A71AA69EC3*, const RuntimeMethod*))Property_2__ctor_m69F07C000FB26AD2B808024C3912B084674F2968_gshared)(__this, method);
|
|
}
|
|
inline void Property_2__ctor_m37B9F73F09E8F11ACDD2589E14F19D4002B29FA0 (Property_2_t33B191F2432A0DDBEC70193F85D7259261A43C8B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Property_2_t33B191F2432A0DDBEC70193F85D7259261A43C8B*, const RuntimeMethod*))Property_2__ctor_m37B9F73F09E8F11ACDD2589E14F19D4002B29FA0_gshared)(__this, method);
|
|
}
|
|
inline void List_1__ctor_m90D257D81F60744827FBC0735C4BA1038EA92B1E (List_1_t491E344573B9D6F61E36AF56132B7412453928C9* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t491E344573B9D6F61E36AF56132B7412453928C9*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
inline void Dictionary_2__ctor_mC6AD8982CA3D110E6245DB0643FACB0CD5029E5B (Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7*, const RuntimeMethod*))Dictionary_2__ctor_mCC9983804D8DC41E938E080075F9EA7BDD0C7059_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Panel_TimeSinceStartupMs_mEEA20B197A3A4342A6CBB8412CF9040C815FEB7B (const RuntimeMethod* method) ;
|
|
inline ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2* StylePropertyAnimationSystem_GetOrCreate_TisValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2_m69BD3101A74B41321546E2751DF646D4EB610CB0 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m7DA7B0363D2265A7C217459845364E86F6D093AB (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, float ___2_startValue, float ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, float, float, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m7DA7B0363D2265A7C217459845364E86F6D093AB_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367* StylePropertyAnimationSystem_GetOrCreate_TisValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367_m46F0FADDB445430FB28DA5D1A5E4F6884D9A0D3A (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB97CADACE8C091B57839011BE99CE92EC7A16744 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, int32_t ___2_startValue, int32_t ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, int32_t, int32_t, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB97CADACE8C091B57839011BE99CE92EC7A16744_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915* StylePropertyAnimationSystem_GetOrCreate_TisValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915_m1D6B301065FC8678565A1A179ED187E6D7DBAF0B (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m35F10294C0F650E36D89179C9EBDD14F1BED06F6 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___2_startValue, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m35F10294C0F650E36D89179C9EBDD14F1BED06F6_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904* StylePropertyAnimationSystem_GetOrCreate_TisValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904_mDB2355711EE15D844723B2B521C5178F4902A6BA (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mA6698B8B343450BE774AAFACE5329339B620513C (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_startValue, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mA6698B8B343450BE774AAFACE5329339B620513C_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline ValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A* StylePropertyAnimationSystem_GetOrCreate_TisValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A_mC55DD1C7BC6058D5A12CA3DE65839A0BD0F64E57 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34* StylePropertyAnimationSystem_GetOrCreate_TisValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34_m3AA63687C84FE888B431AC60F7EDE46679F9C363 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m4681675678ACD0B638F1DE5B61E1FB551007A685 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___2_startValue, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m4681675678ACD0B638F1DE5B61E1FB551007A685_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7* StylePropertyAnimationSystem_GetOrCreate_TisValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7_m980E27E4E6C02926D25BFFDEF0DF7B86D2C4B566 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_m8E4D16083B78CFD9ACB4C401F281E9677C1BE232 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___2_startValue, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_m8E4D16083B78CFD9ACB4C401F281E9677C1BE232_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4* StylePropertyAnimationSystem_GetOrCreate_TisValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4_m2DB4B8CDC30AEA7F69E9AF175DEEEADF256997EE (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m22AF562422138D87A2E30829811FEA3C1A62595F (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___2_startValue, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, Font_tC95270EA3198038970422D78B74A7F2E218A96B6*, Font_tC95270EA3198038970422D78B74A7F2E218A96B6*, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisRuntimeObject_m62E839118713353B7ACBBF88ADF1342E26A3C53A_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline ValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C* StylePropertyAnimationSystem_GetOrCreate_TisValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C_m2DD45E28E05067361C23AF6459FC26220732E34C (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_mAF55C9EB61C8081E34D6DA31BB0B7749F7120DB4 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___2_startValue, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_tFB112CD52331C038F6B928FEAFAB19A06FD2F62C* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_tFB112CD52331C038F6B928FEAFAB19A06FD2F62C*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_mAF55C9EB61C8081E34D6DA31BB0B7749F7120DB4_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline ValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A* StylePropertyAnimationSystem_GetOrCreate_TisValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A_m5D936E7D89B0490962316F11C3199C376E575A7D (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mCA0F0ADA23085C05A6E20E52FAC0B7FE37E5F40F (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___2_startValue, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_tD710D214E4D407A033AE57CE091D4C4FBB293714* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_tD710D214E4D407A033AE57CE091D4C4FBB293714*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mCA0F0ADA23085C05A6E20E52FAC0B7FE37E5F40F_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline ValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63* StylePropertyAnimationSystem_GetOrCreate_TisValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63_m4D2646D45B81A1B5C91B8B7E7080F6E36A570778 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_mF48ED781CBE6F243450F08A3CA66A160BA853FF1 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___2_startValue, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t1B84258FDB622ABECA26BA9E2E8F638E1B6B213F* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_t1B84258FDB622ABECA26BA9E2E8F638E1B6B213F*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_mF48ED781CBE6F243450F08A3CA66A160BA853FF1_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline ValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B* StylePropertyAnimationSystem_GetOrCreate_TisValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B_m9D347157570FF4DC0BC1A96EB5DC3A57DEA15B16 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_m0BCC34376C9BBAEB7315E9F98CF2FF0578E354B7 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___2_startValue, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_tF515CA326AF84CBBA1A40F1C76BC6D39AA409215* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_tF515CA326AF84CBBA1A40F1C76BC6D39AA409215*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_m0BCC34376C9BBAEB7315E9F98CF2FF0578E354B7_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline ValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F* StylePropertyAnimationSystem_GetOrCreate_TisValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F_m02C7F5437BD38F23BD0D7959FB0A6737F7F5E07C (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_m6DA3A36592C69F444EC66E150A00D1E9D0D2E74F (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___2_startValue, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t4B3725FE6B9D8A60439FC42ABC27E2FAE91ACBA5* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_t4B3725FE6B9D8A60439FC42ABC27E2FAE91ACBA5*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_m6DA3A36592C69F444EC66E150A00D1E9D0D2E74F_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline ValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F* StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F_mA555C3F8E56EF9B586CA6B868951A84880313C83 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_m59149E7FDDAC4E8D0A61B8FB1CC7903448920F25 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___2_startValue, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_tF3ABACD3AB0725B73E28DB34A5F62F325AF44787* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_tF3ABACD3AB0725B73E28DB34A5F62F325AF44787*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_m59149E7FDDAC4E8D0A61B8FB1CC7903448920F25_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline ValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0* StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0_m5A909275A72203B4161A996EBFB503DD8BDA9157 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m2AD95507A725DE28DE5E96849079A65322417175 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___2_startValue, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_tC8973EFAC1DFC45F05F52699DA8672D0263967F0* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_tC8973EFAC1DFC45F05F52699DA8672D0263967F0*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m2AD95507A725DE28DE5E96849079A65322417175_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline ValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B* StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B_m2F81601BE4506D6C585DA5539210FB08972E325B (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, ValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B** ___0_values, const RuntimeMethod* method)
|
|
{
|
|
return (( ValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B* (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, ValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B**, const RuntimeMethod*))StylePropertyAnimationSystem_GetOrCreate_TisRuntimeObject_m2AE01111C79CB41221F9DBF2E5DB3A5AA22BA2CB_gshared)(__this, ___0_values, method);
|
|
}
|
|
inline bool StylePropertyAnimationSystem_StartTransition_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m34C24D938044ADD71FFADAD44C32771D53DE01A1 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___2_startValue, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, Values_1_t536A63EF1ED92A7E6973B242522CFE390BA29FDC* ___7_values, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7, int32_t, int32_t, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2*, Values_1_t536A63EF1ED92A7E6973B242522CFE390BA29FDC*, const RuntimeMethod*))StylePropertyAnimationSystem_StartTransition_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m34C24D938044ADD71FFADAD44C32771D53DE01A1_gshared)(__this, ___0_owner, ___1_prop, ___2_startValue, ___3_endValue, ___4_durationMs, ___5_delayMs, ___6_easingCurve, ___7_values, method);
|
|
}
|
|
inline Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041 List_1_GetEnumerator_mB38BE531CE4F1BE21B3380F725770C24294D10FF (List_1_t491E344573B9D6F61E36AF56132B7412453928C9* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041 (*) (List_1_t491E344573B9D6F61E36AF56132B7412453928C9*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
inline void Enumerator_Dispose_m1FD2D5F736499978C54D76DADDCF6445AF354CC1 (Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
inline Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* Enumerator_get_Current_m348933084823613D5B78E792ABB8DD25FACEEA89_inline (Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* (*) (Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
inline bool Enumerator_MoveNext_m12210516CE0B4854E52D92FF53B0D649C55AC603 (Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VisualElement_get_styleAnimation_m34C349374229002AAF42A7DAD49AA9615EA154F1 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assert_AreEqual_m718BB4BD31FA3176A3A236F96BC5405EB750D6CF (int32_t ___0_expected, int32_t ___1_actual, const RuntimeMethod* method) ;
|
|
inline bool Dictionary_2_TryGetValue_m12CB93F7809C0D2F1BA4AEDBB5958C6364B98918 (Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7* __this, int32_t ___0_key, Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7*, int32_t, Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD8A6CDD5C954C86D2150FCFF1B76EB62F35A881D_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
inline int32_t List_1_get_Count_m455005DED01B6E5D536CA667069173BC5464E2F2_inline (List_1_t491E344573B9D6F61E36AF56132B7412453928C9* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t491E344573B9D6F61E36AF56132B7412453928C9*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
inline Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* List_1_get_Item_mF5AD649DC34CEE11565F944D25226AA88D945D43 (List_1_t491E344573B9D6F61E36AF56132B7412453928C9* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* (*) (List_1_t491E344573B9D6F61E36AF56132B7412453928C9*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElementPropertyPair__ctor_m9BD513920487E23168800342B43F48B61D0A46D9 (ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_element, int32_t ___1_property, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EqualityComparer__ctor_m505ABC5FDCC5622B7B67BEC6D6101E06D76E6202 (EqualityComparer_tAB3DE3EC03DA9EBCBCD97B14F40C00DE8294A30A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_LerpUnclamped_mF35042F9D25A221BDD4B3FD6251224610AFC1F35_inline (float ___0_a, float ___1_b, float ___2_t, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesFloat_Lerp_mBBC576499DF6949E161DFA39111DE8645E1044AC (float ___0_a, float ___1_b, float* ___2_result, float ___3_t, 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 void ComputedStyle_ApplyPropertyAnimation_m3E3D317BB2FF1C9835557BB6599148AAEEE1C82C (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_id, float ___2_newValue, const RuntimeMethod* method) ;
|
|
inline void Func_3__ctor_mCB560C5C97586855BDB873C1D0EA1B393BAA6F29 (Func_3_tA9AA477D8A5A68C7DC26AE4792295B80F920E61E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_3_tA9AA477D8A5A68C7DC26AE4792295B80F920E61E*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_3__ctor_mCB560C5C97586855BDB873C1D0EA1B393BAA6F29_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void Values_1__ctor_m5CE5F1D9F61E3AF72965AA1A75B51EED016BD774 (Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1*, const RuntimeMethod*))Values_1__ctor_m5CE5F1D9F61E3AF72965AA1A75B51EED016BD774_gshared)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline (float ___0_f, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValuesInt_Lerp_mF1026E60C032E0FF4AA8C610FCBB9E2863E53854 (int32_t ___0_a, int32_t ___1_b, float ___2_t, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputedStyle_ApplyPropertyAnimation_m8BE2C9488B374D0DE6F613E0B9A5E4278C289956 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_id, int32_t ___2_newValue, const RuntimeMethod* method) ;
|
|
inline void Func_3__ctor_m5C0B07EE1619560A43C23CFB2723E33008414AC3 (Func_3_tE8F85DA3CAC4998201E5C56356280AFAB7185B69* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_3_tE8F85DA3CAC4998201E5C56356280AFAB7185B69*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_3__ctor_m5C0B07EE1619560A43C23CFB2723E33008414AC3_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void Values_1__ctor_m94B69C26ECEB0D2B15FE237DDF63030D0BC0B910 (Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*, const RuntimeMethod*))Values_1__ctor_m94B69C26ECEB0D2B15FE237DDF63030D0BC0B910_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisualElement_TryConvertLengthUnits_mD88D65906149EBAD8B51D465F241C52D1CD88C2B (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, int32_t ___0_id, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* ___1_from, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* ___2_to, int32_t ___3_subPropertyIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ValuesLength_Lerp_mED26D7333C799606336B51C2EFD8B0CC2D32F581 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_a, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_b, float ___2_t, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputedStyle_ApplyPropertyAnimation_m61F54501D94D5F64A56D47485B820209AA1B656C (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_id, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___2_newValue, const RuntimeMethod* method) ;
|
|
inline void Func_3__ctor_mA1BB586CA38162C3C120F9F49A2C9907C19B854C (Func_3_tE7691622B78513E3899362D85121DB6D27F6DB10* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_3_tE7691622B78513E3899362D85121DB6D27F6DB10*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_3__ctor_mA1BB586CA38162C3C120F9F49A2C9907C19B854C_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void Values_1__ctor_mF2E3EEC44174E391276F9E3F4906DF800C856EA9 (Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6*, const RuntimeMethod*))Values_1__ctor_mF2E3EEC44174E391276F9E3F4906DF800C856EA9_gshared)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_LerpUnclamped_m91027D026E64424B71959149B942F706FC16B1A2_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_b, float ___2_t, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ValuesColor_Lerp_mDED0CAB39FD7194116DE1749F84C83ECF0E847C3 (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_b, float ___2_t, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputedStyle_ApplyPropertyAnimation_mFC305F6A073F93A9E9AD2E961464A6234D997B7D (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_id, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_newValue, const RuntimeMethod* method) ;
|
|
inline void Func_3__ctor_mBECF17AD38818C4339F30DB97A29EFAAFC28010A (Func_3_t694ADFBBF2CEA4DEF1F1F1F9B00D5DCAE200F97E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_3_t694ADFBBF2CEA4DEF1F1F1F9B00D5DCAE200F97E*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_3__ctor_mBECF17AD38818C4339F30DB97A29EFAAFC28010A_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void Values_1__ctor_m14E59C062E826E30FCDC4DEF3E693F23E4929089 (Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0*, const RuntimeMethod*))Values_1__ctor_m14E59C062E826E30FCDC4DEF3E693F23E4929089_gshared)(__this, method);
|
|
}
|
|
inline void ValuesDiscrete_1__ctor_m7BE964AEE34D961968544FAF8BDE0EEF177DB22F (ValuesDiscrete_1_t4F71D7F3AB37E2CB950D16B6B6E29830A378EB08* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ValuesDiscrete_1_t4F71D7F3AB37E2CB950D16B6B6E29830A378EB08*, const RuntimeMethod*))ValuesDiscrete_1__ctor_m7BE964AEE34D961968544FAF8BDE0EEF177DB22F_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputedStyle_ApplyPropertyAnimation_mBE4DCABBA186FFCC598D3B284C7D9AD2697D4464 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_id, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___2_newValue, const RuntimeMethod* method) ;
|
|
inline void ValuesDiscrete_1__ctor_mFDAFF02FCBE6E8293FD5C7BE340D296D32DF674F (ValuesDiscrete_1_t63B8F92F4DAABF488DAEF85235D684338A5BF983* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ValuesDiscrete_1_t63B8F92F4DAABF488DAEF85235D684338A5BF983*, const RuntimeMethod*))ValuesDiscrete_1__ctor_mFDAFF02FCBE6E8293FD5C7BE340D296D32DF674F_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputedStyle_ApplyPropertyAnimation_mF271FB5F0A6117CB99634A77BE99618CB7E58039 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_id, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___2_newValue, const RuntimeMethod* method) ;
|
|
inline void ValuesDiscrete_1__ctor_m0E4BD2599AB0377656A8065339C19DB6E099FC27 (ValuesDiscrete_1_tEEAF52293B68D5800CAC73A14E2C3B3B02E6C2B1* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ValuesDiscrete_1_tEEAF52293B68D5800CAC73A14E2C3B3B02E6C2B1*, const RuntimeMethod*))ValuesDiscrete_1__ctor_m0E4BD2599AB0377656A8065339C19DB6E099FC27_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputedStyle_ApplyPropertyAnimation_m6BE29F60D9A8B3B11EBCB16C83CD043E0BCE5434 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_id, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___2_newValue, const RuntimeMethod* method) ;
|
|
inline void ValuesDiscrete_1__ctor_mA5E3A335CD04AB1496F9C42E7BDA9D6E1551BB66 (ValuesDiscrete_1_t3FE71D851C5B6AD9E518846FD0AE377C4FD977C8* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ValuesDiscrete_1_t3FE71D851C5B6AD9E518846FD0AE377C4FD977C8*, const RuntimeMethod*))ValuesDiscrete_1__ctor_m185C3C1908153E5A994BB2B2938A6D5DBA4F34E4_gshared)(__this, 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 Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_c, 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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, 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) ;
|
|
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_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 void Quaternion_Internal_ToAxisAngleRad_m36090778CAC5E93CADAD17A95B7C7028E93CA1BF (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_q, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___1_axis, float* ___2_angle, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Vector3_ToString_mA8DA39B6324392BB93203A4D4CB85AF87231CB62_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, String_t* ___0_format, RuntimeObject* ___1_formatProvider, 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);
|
|
}
|
|
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_m92FDC85296FD8B1DACC5386D5869CA76AFCFF944 (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E*, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5, const RuntimeMethod*))List_1_AddWithResize_m92FDC85296FD8B1DACC5386D5869CA76AFCFF944_gshared)(__this, ___0_item, 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 void* IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF (intptr_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE (float* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ;
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 17091
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UxmlFactory__ctor_mBD5FD352733694831B4DBD50AECA747A2EC354FE (UxmlFactory_t9EA8AA3760D36CB424435C9FEE3A253C597E4172* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UxmlFactory_2__ctor_m0DE9710616849DEAFBFB161517AA1ACB0EAAD99E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
UxmlFactory_2__ctor_m0DE9710616849DEAFBFB161517AA1ACB0EAAD99E(__this, UxmlFactory_2__ctor_m0DE9710616849DEAFBFB161517AA1ACB0EAAD99E_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: 17092
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* UxmlTraits_get_focusIndex_mA04335E58B6371CEA9F27B3DB87FDBBAD44457C3 (UxmlTraits_t45D4AB9B0148A110826C5201495FF23814A12E4B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* L_0 = __this->___U3CfocusIndexU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17093
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* UxmlTraits_get_focusable_m672D1BF4B4ECA421F11891639C82E4BEF4FBD650 (UxmlTraits_t45D4AB9B0148A110826C5201495FF23814A12E4B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* L_0 = __this->___U3CfocusableU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17094
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UxmlTraits_Init_m5CDDC1216CB5BA22DF16A19E01C37EF26B4AF8FB (UxmlTraits_t45D4AB9B0148A110826C5201495FF23814A12E4B* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, RuntimeObject* ___1_bag, CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 ___2_cc, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B5_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B4_0 = NULL;
|
|
int32_t G_B6_0 = 0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B6_1 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
RuntimeObject* L_1 = ___1_bag;
|
|
CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 L_2 = ___2_cc;
|
|
UxmlTraits_Init_m1DA9460B81499465D2439982AA18831FAC493DC2(__this, L_0, L_1, L_2, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_ve;
|
|
V_1 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2A774073ADBB53EC249CB5E54FC9E2B1C065BF6F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UxmlTraits_Init_m5CDDC1216CB5BA22DF16A19E01C37EF26B4AF8FB_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___0_ve;
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_7 = __this->___m_Name;
|
|
RuntimeObject* L_8 = ___1_bag;
|
|
CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 L_9 = ___2_cc;
|
|
NullCheck(L_7);
|
|
String_t* L_10;
|
|
L_10 = VirtualFuncInvoker2< String_t*, RuntimeObject*, CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 >::Invoke(4, L_7, L_8, L_9);
|
|
NullCheck(L_6);
|
|
VisualElement_set_name_m5ABC7B8D2586B1839DD436E1AAF25D81395759BC(L_6, L_10, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___0_ve;
|
|
UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* L_12 = __this->___m_EnabledSelf;
|
|
RuntimeObject* L_13 = ___1_bag;
|
|
CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 L_14 = ___2_cc;
|
|
NullCheck(L_12);
|
|
bool L_15;
|
|
L_15 = VirtualFuncInvoker2< bool, RuntimeObject*, CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 >::Invoke(4, L_12, L_13, L_14);
|
|
NullCheck(L_11);
|
|
VisualElement_set_enabledSelf_m8834661582D3E06C6DEB0555808F033B474AC1DD(L_11, L_15, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = ___0_ve;
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_17 = __this->___m_ViewDataKey;
|
|
RuntimeObject* L_18 = ___1_bag;
|
|
CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 L_19 = ___2_cc;
|
|
NullCheck(L_17);
|
|
String_t* L_20;
|
|
L_20 = VirtualFuncInvoker2< String_t*, RuntimeObject*, CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 >::Invoke(4, L_17, L_18, L_19);
|
|
NullCheck(L_16);
|
|
VisualElement_set_viewDataKey_m6318C0A701350678B0DBF34939C3BC392134B092(L_16, L_20, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = ___0_ve;
|
|
UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3* L_22 = __this->___m_PickingMode;
|
|
RuntimeObject* L_23 = ___1_bag;
|
|
CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 L_24 = ___2_cc;
|
|
NullCheck(L_22);
|
|
int32_t L_25;
|
|
L_25 = VirtualFuncInvoker2< int32_t, RuntimeObject*, CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 >::Invoke(4, L_22, L_23, L_24);
|
|
NullCheck(L_21);
|
|
VisualElement_set_pickingMode_m4B12358A0C59640E752A2BB5B3E6F5C76CB9ACD0(L_21, L_25, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26 = ___0_ve;
|
|
UxmlEnumAttributeDescription_1_tBBB2CDD127ABE7FAC6ED7B5CA5A3911FF0AF7CE4* L_27 = __this->___m_UsageHints;
|
|
RuntimeObject* L_28 = ___1_bag;
|
|
CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 L_29 = ___2_cc;
|
|
NullCheck(L_27);
|
|
int32_t L_30;
|
|
L_30 = VirtualFuncInvoker2< int32_t, RuntimeObject*, CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 >::Invoke(4, L_27, L_28, L_29);
|
|
NullCheck(L_26);
|
|
VisualElement_set_usageHints_mD317223075C8C708C1DB66CF90E81C5F9DE4C5B0(L_26, L_30, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_31 = ___0_ve;
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_32 = __this->___m_Tooltip;
|
|
RuntimeObject* L_33 = ___1_bag;
|
|
CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 L_34 = ___2_cc;
|
|
NullCheck(L_32);
|
|
String_t* L_35;
|
|
L_35 = VirtualFuncInvoker2< String_t*, RuntimeObject*, CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 >::Invoke(4, L_32, L_33, L_34);
|
|
NullCheck(L_31);
|
|
VisualElement_set_tooltip_mD392FEBD1C4F97E4FEE2FEE3E92937D355B7FA61(L_31, L_35, NULL);
|
|
V_0 = 0;
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* L_36;
|
|
L_36 = UxmlTraits_get_focusIndex_mA04335E58B6371CEA9F27B3DB87FDBBAD44457C3_inline(__this, NULL);
|
|
RuntimeObject* L_37 = ___1_bag;
|
|
CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 L_38 = ___2_cc;
|
|
NullCheck(L_36);
|
|
bool L_39;
|
|
L_39 = UxmlIntAttributeDescription_TryGetValueFromBag_mDA355BAD8A840E989A86049EF3DD0F641A56C9B9(L_36, L_37, L_38, (&V_0), NULL);
|
|
V_2 = L_39;
|
|
bool L_40 = V_2;
|
|
if (!L_40)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_41 = ___0_ve;
|
|
int32_t L_42 = V_0;
|
|
if ((((int32_t)L_42) >= ((int32_t)0)))
|
|
{
|
|
G_B5_0 = L_41;
|
|
goto IL_00b5;
|
|
}
|
|
G_B4_0 = L_41;
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_00b6;
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
int32_t L_43 = V_0;
|
|
G_B6_0 = L_43;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
NullCheck(G_B6_1);
|
|
Focusable_set_tabIndex_m1D41B758C7AA057707AE7CC919ED868075575E96(G_B6_1, G_B6_0, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44 = ___0_ve;
|
|
int32_t L_45 = V_0;
|
|
NullCheck(L_44);
|
|
VirtualActionInvoker1< bool >::Invoke(17, L_44, (bool)((((int32_t)((((int32_t)L_45) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0));
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_46 = ___0_ve;
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* L_47 = __this->___m_TabIndex;
|
|
RuntimeObject* L_48 = ___1_bag;
|
|
CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 L_49 = ___2_cc;
|
|
NullCheck(L_47);
|
|
int32_t L_50;
|
|
L_50 = VirtualFuncInvoker2< int32_t, RuntimeObject*, CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 >::Invoke(4, L_47, L_48, L_49);
|
|
NullCheck(L_46);
|
|
Focusable_set_tabIndex_m1D41B758C7AA057707AE7CC919ED868075575E96(L_46, L_50, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_51 = ___0_ve;
|
|
UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* L_52;
|
|
L_52 = UxmlTraits_get_focusable_m672D1BF4B4ECA421F11891639C82E4BEF4FBD650_inline(__this, NULL);
|
|
RuntimeObject* L_53 = ___1_bag;
|
|
CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 L_54 = ___2_cc;
|
|
NullCheck(L_52);
|
|
bool L_55;
|
|
L_55 = VirtualFuncInvoker2< bool, RuntimeObject*, CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 >::Invoke(4, L_52, L_53, L_54);
|
|
NullCheck(L_51);
|
|
VirtualActionInvoker1< bool >::Invoke(17, L_51, L_55);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_56 = ___0_ve;
|
|
UxmlAssetAttributeDescription_1_t439A790E395F97D948F0660D428ABBEABAA248C9* L_57 = __this->___m_DataSource;
|
|
RuntimeObject* L_58 = ___1_bag;
|
|
CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 L_59 = ___2_cc;
|
|
NullCheck(L_57);
|
|
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_60;
|
|
L_60 = VirtualFuncInvoker2< Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*, RuntimeObject*, CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 >::Invoke(4, L_57, L_58, L_59);
|
|
NullCheck(L_56);
|
|
VisualElement_set_dataSource_m33E22A85E8E6E71F4D86975F5D9C02F6A5CAB867(L_56, L_60, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_61 = ___0_ve;
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_62 = __this->___m_DataSourcePath;
|
|
RuntimeObject* L_63 = ___1_bag;
|
|
CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 L_64 = ___2_cc;
|
|
NullCheck(L_62);
|
|
String_t* L_65;
|
|
L_65 = VirtualFuncInvoker2< String_t*, RuntimeObject*, CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 >::Invoke(4, L_62, L_63, L_64);
|
|
PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_66;
|
|
memset((&L_66), 0, sizeof(L_66));
|
|
PropertyPath__ctor_m8889FD75F8EDE2DAAD4A5491B55C292DB207A794((&L_66), L_65, NULL);
|
|
NullCheck(L_61);
|
|
VisualElement_set_dataSourcePath_mA2A1846607B2372F5F1AE4BBF996CDD8CDB261AD(L_61, L_66, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17095
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UxmlTraits__ctor_m99053329DC8F0D4087968FCA3C60857B853E4346 (UxmlTraits_t45D4AB9B0148A110826C5201495FF23814A12E4B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypedUxmlAttributeDescription_1_set_defaultValue_mCCFDF65293F595155203C9BD9977733342224870_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypedUxmlAttributeDescription_1_set_defaultValue_mFD1C3A72D0C15C3CFA5ADF89C98C1B97C69A25E2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UxmlAssetAttributeDescription_1__ctor_mEEB5B76E1CC09511D9BF487273A0C5E750C88D62_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UxmlAssetAttributeDescription_1_t439A790E395F97D948F0660D428ABBEABAA248C9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UxmlEnumAttributeDescription_1__ctor_m4CCA10CF8BCF5B71A8DB9CAF3A0286EBC2AE060C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UxmlEnumAttributeDescription_1__ctor_mB8B2B482F9314405BC833C67B063C0DABF06123E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UxmlEnumAttributeDescription_1_tBBB2CDD127ABE7FAC6ED7B5CA5A3911FF0AF7CE4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09F849D760A70282F2C2D2A007883ECA528778A3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BD675F7A9F38223DB93AAB8D248B440D08DA595);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1859401D8819371A5031AE06014855CF2B354D89);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D8FFF060A85A19837F295A696CCD05530F1C1B5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26858CC42086D868E7F834C022783B36B9CF5E9D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52A59048642CC3811961572EDD5B014D8FEEA86E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral614B501556B12B5890C878B29FB23C1807F2B680);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70FD4A5A9196D21E03FE47EAB2F4804432A2411C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CA159F2755C0BB423144C6849B70F681781C769);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AA9FD63EB6C3C6A85C4D6BCF96B3513BCA14CEB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CC537A2C6834AC3E77F48D61D76BC6FBD8FF4E9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA5D9B897BE7D06FCA6DF82F336D3E9FC9CEA883);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA04879966816562A9E27A67EA78E31BDAAAAF97);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE855887D97B38B5FF13FB33465602F8581F4C280);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9D225733E1D10F9344C755C4A9C0870CD1DE97B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3* V_0 = NULL;
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* V_1 = NULL;
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* V_2 = NULL;
|
|
{
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_0 = (UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF*)il2cpp_codegen_object_new(UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF_il2cpp_TypeInfo_var);
|
|
UxmlStringAttributeDescription__ctor_mA8A849D4B098131C4D456911CAA16E3A964B51D7(L_0, NULL);
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline(L_1, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, NULL);
|
|
__this->___m_Name = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Name), (void*)L_1);
|
|
UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* L_2 = (UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE*)il2cpp_codegen_object_new(UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE_il2cpp_TypeInfo_var);
|
|
UxmlBoolAttributeDescription__ctor_m32928BDCA34A048BB5CCD64422AD9115EFE92298(L_2, NULL);
|
|
UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* L_3 = L_2;
|
|
NullCheck(L_3);
|
|
UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline(L_3, _stringLiteralF9D225733E1D10F9344C755C4A9C0870CD1DE97B, NULL);
|
|
UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
TypedUxmlAttributeDescription_1_set_defaultValue_mCCFDF65293F595155203C9BD9977733342224870_inline(L_4, (bool)1, TypedUxmlAttributeDescription_1_set_defaultValue_mCCFDF65293F595155203C9BD9977733342224870_RuntimeMethod_var);
|
|
__this->___m_EnabledSelf = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_EnabledSelf), (void*)L_4);
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_5 = (UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF*)il2cpp_codegen_object_new(UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF_il2cpp_TypeInfo_var);
|
|
UxmlStringAttributeDescription__ctor_mA8A849D4B098131C4D456911CAA16E3A964B51D7(L_5, NULL);
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline(L_6, _stringLiteralAA5D9B897BE7D06FCA6DF82F336D3E9FC9CEA883, NULL);
|
|
__this->___m_ViewDataKey = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ViewDataKey), (void*)L_6);
|
|
UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3* L_7 = (UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3*)il2cpp_codegen_object_new(UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3_il2cpp_TypeInfo_var);
|
|
UxmlEnumAttributeDescription_1__ctor_mB8B2B482F9314405BC833C67B063C0DABF06123E(L_7, UxmlEnumAttributeDescription_1__ctor_mB8B2B482F9314405BC833C67B063C0DABF06123E_RuntimeMethod_var);
|
|
V_0 = L_7;
|
|
UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline(L_8, _stringLiteral09F849D760A70282F2C2D2A007883ECA528778A3, NULL);
|
|
UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3* L_9 = V_0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
|
|
NullCheck(L_11);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralE855887D97B38B5FF13FB33465602F8581F4C280);
|
|
NullCheck(L_9);
|
|
UxmlAttributeDescription_set_obsoleteNames_mDF7CFC8B9DD086D48E6F03AF5E55F28F69234C87(L_9, (RuntimeObject*)L_11, NULL);
|
|
UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3* L_12 = V_0;
|
|
__this->___m_PickingMode = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PickingMode), (void*)L_12);
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_13 = (UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF*)il2cpp_codegen_object_new(UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF_il2cpp_TypeInfo_var);
|
|
UxmlStringAttributeDescription__ctor_mA8A849D4B098131C4D456911CAA16E3A964B51D7(L_13, NULL);
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_14 = L_13;
|
|
NullCheck(L_14);
|
|
UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline(L_14, _stringLiteral9AA9FD63EB6C3C6A85C4D6BCF96B3513BCA14CEB, NULL);
|
|
__this->___m_Tooltip = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Tooltip), (void*)L_14);
|
|
UxmlEnumAttributeDescription_1_tBBB2CDD127ABE7FAC6ED7B5CA5A3911FF0AF7CE4* L_15 = (UxmlEnumAttributeDescription_1_tBBB2CDD127ABE7FAC6ED7B5CA5A3911FF0AF7CE4*)il2cpp_codegen_object_new(UxmlEnumAttributeDescription_1_tBBB2CDD127ABE7FAC6ED7B5CA5A3911FF0AF7CE4_il2cpp_TypeInfo_var);
|
|
UxmlEnumAttributeDescription_1__ctor_m4CCA10CF8BCF5B71A8DB9CAF3A0286EBC2AE060C(L_15, UxmlEnumAttributeDescription_1__ctor_m4CCA10CF8BCF5B71A8DB9CAF3A0286EBC2AE060C_RuntimeMethod_var);
|
|
UxmlEnumAttributeDescription_1_tBBB2CDD127ABE7FAC6ED7B5CA5A3911FF0AF7CE4* L_16 = L_15;
|
|
NullCheck(L_16);
|
|
UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline(L_16, _stringLiteral1D8FFF060A85A19837F295A696CCD05530F1C1B5, NULL);
|
|
__this->___m_UsageHints = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_UsageHints), (void*)L_16);
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* L_17 = (UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4*)il2cpp_codegen_object_new(UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4_il2cpp_TypeInfo_var);
|
|
UxmlIntAttributeDescription__ctor_mF713BAA8CE638F4B2FB569AB2BC34B986E0E6014(L_17, NULL);
|
|
V_1 = L_17;
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline(L_18, (String_t*)NULL, NULL);
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* L_19 = V_1;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_20;
|
|
NullCheck(L_21);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral26858CC42086D868E7F834C022783B36B9CF5E9D);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = L_21;
|
|
NullCheck(L_22);
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral0BD675F7A9F38223DB93AAB8D248B440D08DA595);
|
|
NullCheck(L_19);
|
|
UxmlAttributeDescription_set_obsoleteNames_mDF7CFC8B9DD086D48E6F03AF5E55F28F69234C87(L_19, (RuntimeObject*)L_22, NULL);
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
TypedUxmlAttributeDescription_1_set_defaultValue_mFD1C3A72D0C15C3CFA5ADF89C98C1B97C69A25E2_inline(L_23, (-1), TypedUxmlAttributeDescription_1_set_defaultValue_mFD1C3A72D0C15C3CFA5ADF89C98C1B97C69A25E2_RuntimeMethod_var);
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* L_24 = V_1;
|
|
__this->___U3CfocusIndexU3Ek__BackingField = L_24;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CfocusIndexU3Ek__BackingField), (void*)L_24);
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* L_25 = (UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4*)il2cpp_codegen_object_new(UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4_il2cpp_TypeInfo_var);
|
|
UxmlIntAttributeDescription__ctor_mF713BAA8CE638F4B2FB569AB2BC34B986E0E6014(L_25, NULL);
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* L_26 = L_25;
|
|
NullCheck(L_26);
|
|
UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline(L_26, _stringLiteral9CC537A2C6834AC3E77F48D61D76BC6FBD8FF4E9, NULL);
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* L_27 = L_26;
|
|
NullCheck(L_27);
|
|
TypedUxmlAttributeDescription_1_set_defaultValue_mFD1C3A72D0C15C3CFA5ADF89C98C1B97C69A25E2_inline(L_27, 0, TypedUxmlAttributeDescription_1_set_defaultValue_mFD1C3A72D0C15C3CFA5ADF89C98C1B97C69A25E2_RuntimeMethod_var);
|
|
__this->___m_TabIndex = L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TabIndex), (void*)L_27);
|
|
UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* L_28 = (UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE*)il2cpp_codegen_object_new(UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE_il2cpp_TypeInfo_var);
|
|
UxmlBoolAttributeDescription__ctor_m32928BDCA34A048BB5CCD64422AD9115EFE92298(L_28, NULL);
|
|
UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* L_29 = L_28;
|
|
NullCheck(L_29);
|
|
UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline(L_29, _stringLiteral8CA159F2755C0BB423144C6849B70F681781C769, NULL);
|
|
UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* L_30 = L_29;
|
|
NullCheck(L_30);
|
|
TypedUxmlAttributeDescription_1_set_defaultValue_mCCFDF65293F595155203C9BD9977733342224870_inline(L_30, (bool)0, TypedUxmlAttributeDescription_1_set_defaultValue_mCCFDF65293F595155203C9BD9977733342224870_RuntimeMethod_var);
|
|
__this->___U3CfocusableU3Ek__BackingField = L_30;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CfocusableU3Ek__BackingField), (void*)L_30);
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_31 = (UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF*)il2cpp_codegen_object_new(UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF_il2cpp_TypeInfo_var);
|
|
UxmlStringAttributeDescription__ctor_mA8A849D4B098131C4D456911CAA16E3A964B51D7(L_31, NULL);
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_32 = L_31;
|
|
NullCheck(L_32);
|
|
UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline(L_32, _stringLiteral614B501556B12B5890C878B29FB23C1807F2B680, NULL);
|
|
__this->___m_Class = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Class), (void*)L_32);
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_33 = (UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF*)il2cpp_codegen_object_new(UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF_il2cpp_TypeInfo_var);
|
|
UxmlStringAttributeDescription__ctor_mA8A849D4B098131C4D456911CAA16E3A964B51D7(L_33, NULL);
|
|
V_2 = L_33;
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_34 = V_2;
|
|
NullCheck(L_34);
|
|
UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline(L_34, _stringLiteral1859401D8819371A5031AE06014855CF2B354D89, NULL);
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_35 = V_2;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_36 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_37 = L_36;
|
|
NullCheck(L_37);
|
|
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralCA04879966816562A9E27A67EA78E31BDAAAAF97);
|
|
NullCheck(L_35);
|
|
UxmlAttributeDescription_set_obsoleteNames_mDF7CFC8B9DD086D48E6F03AF5E55F28F69234C87(L_35, (RuntimeObject*)L_37, NULL);
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_38 = V_2;
|
|
__this->___m_ContentContainer = L_38;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ContentContainer), (void*)L_38);
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_39 = (UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF*)il2cpp_codegen_object_new(UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF_il2cpp_TypeInfo_var);
|
|
UxmlStringAttributeDescription__ctor_mA8A849D4B098131C4D456911CAA16E3A964B51D7(L_39, NULL);
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_40 = L_39;
|
|
NullCheck(L_40);
|
|
UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline(L_40, _stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67, NULL);
|
|
__this->___m_Style = L_40;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Style), (void*)L_40);
|
|
UxmlAssetAttributeDescription_1_t439A790E395F97D948F0660D428ABBEABAA248C9* L_41 = (UxmlAssetAttributeDescription_1_t439A790E395F97D948F0660D428ABBEABAA248C9*)il2cpp_codegen_object_new(UxmlAssetAttributeDescription_1_t439A790E395F97D948F0660D428ABBEABAA248C9_il2cpp_TypeInfo_var);
|
|
UxmlAssetAttributeDescription_1__ctor_mEEB5B76E1CC09511D9BF487273A0C5E750C88D62(L_41, UxmlAssetAttributeDescription_1__ctor_mEEB5B76E1CC09511D9BF487273A0C5E750C88D62_RuntimeMethod_var);
|
|
UxmlAssetAttributeDescription_1_t439A790E395F97D948F0660D428ABBEABAA248C9* L_42 = L_41;
|
|
NullCheck(L_42);
|
|
UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline(L_42, _stringLiteral52A59048642CC3811961572EDD5B014D8FEEA86E, NULL);
|
|
__this->___m_DataSource = L_42;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DataSource), (void*)L_42);
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_43 = (UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF*)il2cpp_codegen_object_new(UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF_il2cpp_TypeInfo_var);
|
|
UxmlStringAttributeDescription__ctor_mA8A849D4B098131C4D456911CAA16E3A964B51D7(L_43, NULL);
|
|
UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* L_44 = L_43;
|
|
NullCheck(L_44);
|
|
UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline(L_44, _stringLiteral70FD4A5A9196D21E03FE47EAB2F4804432A2411C, NULL);
|
|
__this->___m_DataSourcePath = L_44;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DataSourcePath), (void*)L_44);
|
|
UxmlTraits__ctor_mE4BA60C118C0AFCFE9896C4AC3BB1369A3D03D3C(__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
|
|
IL2CPP_EXTERN_C void Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshal_pinvoke(const Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677& unmarshaled, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677____m_Owner_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_OwnerException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677____m_Owner_FieldInfo_var, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_OwnerException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshal_pinvoke_back(const Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_pinvoke& marshaled, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677____m_Owner_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_OwnerException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677____m_Owner_FieldInfo_var, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_OwnerException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshal_pinvoke_cleanup(Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshal_com(const Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677& unmarshaled, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677____m_Owner_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_OwnerException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677____m_Owner_FieldInfo_var, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_OwnerException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshal_com_back(const Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_com& marshaled, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677____m_Owner_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_OwnerException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677____m_Owner_FieldInfo_var, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_OwnerException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshal_com_cleanup(Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 17096
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method)
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_Owner;
|
|
NullCheck(L_0);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = L_0->___m_PhysicalParent;
|
|
V_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* _returnValue;
|
|
_returnValue = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17097
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* Hierarchy_get_children_mFAC3F93120DF7E3E44110EDE24A7033B92B90519 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_Owner;
|
|
NullCheck(L_0);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_1 = L_0->___m_Children;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* Hierarchy_get_children_mFAC3F93120DF7E3E44110EDE24A7033B92B90519_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* _returnValue;
|
|
_returnValue = Hierarchy_get_children_mFAC3F93120DF7E3E44110EDE24A7033B92B90519(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17098
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy__ctor_mD0586F5F328229A0931E5C99D09EAC5E17F8C96C (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_element, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_element;
|
|
__this->___m_Owner = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Owner), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy__ctor_mD0586F5F328229A0931E5C99D09EAC5E17F8C96C_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_element, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
Hierarchy__ctor_mD0586F5F328229A0931E5C99D09EAC5E17F8C96C(_thisAdjusted, ___0_element, method);
|
|
}
|
|
// Method Definition Index: 17099
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_Add_mDDEF4932C9E9FC302755C45A9F7966AEEBC26648 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_child;
|
|
V_0 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B69B91665E2794F33905688270D740A89663143)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hierarchy_Add_mDDEF4932C9E9FC302755C45A9F7966AEEBC26648_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3;
|
|
L_3 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5(__this, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___0_child;
|
|
Hierarchy_Insert_m99CF61B5910EEE72983EC04C0FF49102DC63E32D(__this, L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_Add_mDDEF4932C9E9FC302755C45A9F7966AEEBC26648_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
Hierarchy_Add_mDDEF4932C9E9FC302755C45A9F7966AEEBC26648(_thisAdjusted, ___0_child, method);
|
|
}
|
|
// Method Definition Index: 17100
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_Insert_m99CF61B5910EEE72983EC04C0FF49102DC63E32D (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, int32_t ___0_index, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_child, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElementListPool_tB82E686FE29EA30D8CEDF6FF352FD1B7E7A30095_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
bool V_9 = false;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B17_0 = 0;
|
|
int32_t G_B16_0 = 0;
|
|
int32_t G_B18_0 = 0;
|
|
int32_t G_B18_1 = 0;
|
|
Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* G_B24_0 = NULL;
|
|
Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* G_B23_0 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___1_child;
|
|
V_1 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral05BA33FC7FFF2013E3C524D47B41296B7EACC4E7)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hierarchy_Insert_m99CF61B5910EEE72983EC04C0FF49102DC63E32D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___0_index;
|
|
int32_t L_4;
|
|
L_4 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5(__this, NULL);
|
|
V_2 = (bool)((((int32_t)L_3) > ((int32_t)L_4))? 1 : 0);
|
|
bool L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6;
|
|
L_6 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___0_index), NULL);
|
|
String_t* L_7;
|
|
L_7 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27C87AC914BC35591F312B19EFCB93B2312614C8)), L_6, NULL);
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_8, L_7, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hierarchy_Insert_m99CF61B5910EEE72983EC04C0FF49102DC63E32D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = ___1_child;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = __this->___m_Owner;
|
|
V_3 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_9) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_10))? 1 : 0);
|
|
bool L_11 = V_3;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_12 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5338A97A4E0097B99259F2AAB53CED274C56E28C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hierarchy_Insert_m99CF61B5910EEE72983EC04C0FF49102DC63E32D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = __this->___m_Owner;
|
|
NullCheck(L_13);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_14;
|
|
L_14 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = __this->___m_Owner;
|
|
NullCheck(L_15);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_16;
|
|
L_16 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_15, NULL);
|
|
NullCheck(L_16);
|
|
bool L_17;
|
|
L_17 = BaseVisualElementPanel_get_duringLayoutPhase_m2EEED4B0599F0FD8A4B61DDF5328ACCE8425A652_inline(L_16, NULL);
|
|
G_B9_0 = ((int32_t)(L_17));
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
G_B9_0 = 0;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
V_4 = (bool)G_B9_0;
|
|
bool L_18 = V_4;
|
|
if (!L_18)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_19 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5400D7AAD4F73F8F5518E360476136A99DFFB433)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hierarchy_Insert_m99CF61B5910EEE72983EC04C0FF49102DC63E32D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = ___1_child;
|
|
NullCheck(L_20);
|
|
VisualElement_RemoveFromHierarchy_m5F43EA9B8CBA47EA2AEC2D75180713395AEECF64(L_20, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = __this->___m_Owner;
|
|
NullCheck(L_21);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_22 = L_21->___m_Children;
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_23 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_StaticFields*)il2cpp_codegen_static_fields_for(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var))->___s_EmptyList;
|
|
V_5 = (bool)((((RuntimeObject*)(List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*)L_22) == ((RuntimeObject*)(List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*)L_23))? 1 : 0);
|
|
bool L_24 = V_5;
|
|
if (!L_24)
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25 = __this->___m_Owner;
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElementListPool_tB82E686FE29EA30D8CEDF6FF352FD1B7E7A30095_il2cpp_TypeInfo_var);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_26;
|
|
L_26 = VisualElementListPool_Get_m99F3D55FC85A740A48A062146D40D59F50107CC2(0, NULL);
|
|
NullCheck(L_25);
|
|
L_25->___m_Children = L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_25->___m_Children), (void*)L_26);
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = __this->___m_Owner;
|
|
NullCheck(L_27);
|
|
LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE* L_28;
|
|
L_28 = VisualElement_get_layoutNode_mDEB89DEE452812FE70D90C54203C03DC216A66CB(L_27, NULL);
|
|
bool L_29;
|
|
L_29 = LayoutNode_get_UsesMeasure_mF2611BA353BEB9AF87196EA2AF4141F2964BF3CF(L_28, NULL);
|
|
V_6 = L_29;
|
|
bool L_30 = V_6;
|
|
if (!L_30)
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_31 = __this->___m_Owner;
|
|
NullCheck(L_31);
|
|
VisualElement_RemoveMeasureFunction_m8425FBA16D58505840B921AFDB9E0ECD73C2815D(L_31, NULL);
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_32 = ___1_child;
|
|
int32_t L_33 = ___0_index;
|
|
Hierarchy_PutChildAtIndex_m0F02F382CB8DA304532375D726FE999B6162BA2F(__this, L_32, L_33, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_34 = ___1_child;
|
|
NullCheck(L_34);
|
|
int32_t L_35 = L_34->___imguiContainerDescendantCount;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_36 = ___1_child;
|
|
NullCheck(L_36);
|
|
bool L_37 = ((CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4*)L_36)->___isIMGUIContainer;
|
|
if (L_37)
|
|
{
|
|
G_B17_0 = L_35;
|
|
goto IL_00f1;
|
|
}
|
|
G_B16_0 = L_35;
|
|
}
|
|
{
|
|
G_B18_0 = 0;
|
|
G_B18_1 = G_B16_0;
|
|
goto IL_00f2;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
G_B18_0 = 1;
|
|
G_B18_1 = G_B17_0;
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
V_0 = ((int32_t)il2cpp_codegen_add(G_B18_1, G_B18_0));
|
|
int32_t L_38 = V_0;
|
|
V_7 = (bool)((((int32_t)L_38) > ((int32_t)0))? 1 : 0);
|
|
bool L_39 = V_7;
|
|
if (!L_39)
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_40 = __this->___m_Owner;
|
|
int32_t L_41 = V_0;
|
|
NullCheck(L_40);
|
|
VisualElement_ChangeIMGUIContainerCount_m161374C22DDC4B94F733D150DAA1B90B2C48A708(L_40, L_41, NULL);
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_42 = ___1_child;
|
|
NullCheck(L_42);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_43;
|
|
L_43 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_42, NULL);
|
|
V_8 = L_43;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44 = __this->___m_Owner;
|
|
Hierarchy_SetParent_mEFAE20C63FCA1AE6BC5E2935738C686F6F711DAF((&V_8), L_44, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_45 = ___1_child;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_46 = __this->___m_Owner;
|
|
NullCheck(L_46);
|
|
bool L_47;
|
|
L_47 = VisualElement_get_enabledInHierarchy_mBC4E983E9FD848277D6820F4D7A2743BA38BC412(L_46, NULL);
|
|
NullCheck(L_45);
|
|
VisualElement_PropagateEnabledToChildren_m7E034E7063F93FF1B8BCB1FEB445BECE20C2179E(L_45, L_47, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_48 = ___1_child;
|
|
NullCheck(L_48);
|
|
int32_t L_49;
|
|
L_49 = VisualElement_get_languageDirection_m4C8BB8F0D3201471BB27A2905A201FA682711A7D_inline(L_48, NULL);
|
|
V_9 = (bool)((((int32_t)L_49) == ((int32_t)0))? 1 : 0);
|
|
bool L_50 = V_9;
|
|
if (!L_50)
|
|
{
|
|
goto IL_0156;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_51 = ___1_child;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_52 = __this->___m_Owner;
|
|
NullCheck(L_52);
|
|
int32_t L_53;
|
|
L_53 = VisualElement_get_localLanguageDirection_m309788891892ACE25CD2616BC509E5AD90868329_inline(L_52, NULL);
|
|
NullCheck(L_51);
|
|
VisualElement_set_localLanguageDirection_m68BE764B903788521A3241A2C39A39B74B3CCAF1(L_51, L_53, NULL);
|
|
}
|
|
|
|
IL_0156:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_54 = ___1_child;
|
|
NullCheck(L_54);
|
|
VisualElement_InvokeHierarchyChanged_mEFDC264BE17416D747C01770D397A1A8F4D68B69(L_54, 0, (RuntimeObject*)NULL, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_55 = ___1_child;
|
|
NullCheck(L_55);
|
|
VisualElement_IncrementVersion_m03581665EE480D3C329058FFE08734450493E33E(L_55, 4, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_56 = __this->___m_Owner;
|
|
NullCheck(L_56);
|
|
VisualElement_IncrementVersion_m03581665EE480D3C329058FFE08734450493E33E(L_56, 4, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_57 = __this->___m_Owner;
|
|
NullCheck(L_57);
|
|
Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* L_58 = L_57->___elementAdded;
|
|
Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* L_59 = L_58;
|
|
if (L_59)
|
|
{
|
|
G_B24_0 = L_59;
|
|
goto IL_0185;
|
|
}
|
|
G_B23_0 = L_59;
|
|
}
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_60 = ___1_child;
|
|
int32_t L_61 = ___0_index;
|
|
NullCheck(G_B24_0);
|
|
Action_2_Invoke_mF5036A6D1FF31DA2E4CB571F6A0F904796417719_inline(G_B24_0, L_60, L_61, NULL);
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_Insert_m99CF61B5910EEE72983EC04C0FF49102DC63E32D_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_child, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
Hierarchy_Insert_m99CF61B5910EEE72983EC04C0FF49102DC63E32D(_thisAdjusted, ___0_index, ___1_child, method);
|
|
}
|
|
// Method Definition Index: 17101
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_Remove_mA61E69A18574F482B5DFC9C9F4E58A269C335B9F (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_child;
|
|
V_1 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E0DA584415159A2B86AB8EAA12A0A7AEF6BF331)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hierarchy_Remove_mA61E69A18574F482B5DFC9C9F4E58A269C335B9F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_child;
|
|
NullCheck(L_3);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_4;
|
|
L_4 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_3, NULL);
|
|
V_3 = L_4;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5;
|
|
L_5 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_3), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = __this->___m_Owner;
|
|
V_2 = (bool)((((int32_t)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_5) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFC4D108494E882D52BD6C70D88DC034BC2F48E0E)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hierarchy_Remove_mA61E69A18574F482B5DFC9C9F4E58A269C335B9F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = __this->___m_Owner;
|
|
NullCheck(L_9);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_10 = L_9->___m_Children;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___0_child;
|
|
NullCheck(L_10);
|
|
int32_t L_12;
|
|
L_12 = List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4(L_10, L_11, List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4_RuntimeMethod_var);
|
|
V_0 = L_12;
|
|
int32_t L_13 = V_0;
|
|
Hierarchy_RemoveAt_m94C34365C7B08CA8675CBBB029608594B013F924(__this, L_13, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_Remove_mA61E69A18574F482B5DFC9C9F4E58A269C335B9F_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
Hierarchy_Remove_mA61E69A18574F482B5DFC9C9F4E58A269C335B9F(_thisAdjusted, ___0_child, method);
|
|
}
|
|
// Method Definition Index: 17102
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_RemoveAt_m94C34365C7B08CA8675CBBB029608594B013F924 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorldSpaceDataStore_tD66A547C543A48FB490E0C4263E5CE98D7A7B02E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* V_6 = NULL;
|
|
bool V_7 = false;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
int32_t G_B17_0 = 0;
|
|
int32_t G_B16_0 = 0;
|
|
int32_t G_B18_0 = 0;
|
|
int32_t G_B18_1 = 0;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* G_B26_0 = NULL;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* G_B25_0 = NULL;
|
|
Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* G_B29_0 = NULL;
|
|
Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* G_B28_0 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_Owner;
|
|
NullCheck(L_0);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_1;
|
|
L_1 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = __this->___m_Owner;
|
|
NullCheck(L_2);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_3;
|
|
L_3 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_2, NULL);
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = BaseVisualElementPanel_get_duringLayoutPhase_m2EEED4B0599F0FD8A4B61DDF5328ACCE8425A652_inline(L_3, NULL);
|
|
G_B3_0 = ((int32_t)(L_4));
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
V_3 = (bool)G_B3_0;
|
|
bool L_5 = V_3;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5400D7AAD4F73F8F5518E360476136A99DFFB433)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hierarchy_RemoveAt_m94C34365C7B08CA8675CBBB029608594B013F924_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
int32_t L_7 = ___0_index;
|
|
if ((((int32_t)L_7) < ((int32_t)0)))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = ___0_index;
|
|
int32_t L_9;
|
|
L_9 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5(__this, NULL);
|
|
G_B8_0 = ((((int32_t)((((int32_t)L_8) < ((int32_t)L_9))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
G_B8_0 = 1;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
V_4 = (bool)G_B8_0;
|
|
bool L_10 = V_4;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11;
|
|
L_11 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___0_index), NULL);
|
|
String_t* L_12;
|
|
L_12 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27C87AC914BC35591F312B19EFCB93B2312614C8)), L_11, NULL);
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_13 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_13, L_12, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hierarchy_RemoveAt_m94C34365C7B08CA8675CBBB029608594B013F924_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14 = __this->___m_Owner;
|
|
NullCheck(L_14);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_15 = L_14->___m_Children;
|
|
int32_t L_16 = ___0_index;
|
|
NullCheck(L_15);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17;
|
|
L_17 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_15, L_16, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
|
|
V_0 = L_17;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_19;
|
|
L_19 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_18, NULL);
|
|
V_6 = L_19;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_20 = V_6;
|
|
V_1 = ((RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346*)IsInstClass((RuntimeObject*)L_20, RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var));
|
|
RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* L_21 = V_1;
|
|
if (!L_21)
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_22 = V_6;
|
|
NullCheck(L_22);
|
|
bool L_23;
|
|
L_23 = BaseVisualElementPanel_get_isFlat_m4B9D7849C0774D56CB90F34D433C2F2AE6ECFFA4_inline(L_22, NULL);
|
|
G_B13_0 = ((((int32_t)L_23) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0092;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
V_5 = (bool)G_B13_0;
|
|
bool L_24 = V_5;
|
|
if (!L_24)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(WorldSpaceDataStore_tD66A547C543A48FB490E0C4263E5CE98D7A7B02E_il2cpp_TypeInfo_var);
|
|
WorldSpaceDataStore_ClearWorldSpaceData_m77870F54D11BB17D9509F890D1DC20D09140138C(L_25, NULL);
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26 = V_0;
|
|
NullCheck(L_26);
|
|
VisualElement_InvokeHierarchyChanged_mEFDC264BE17416D747C01770D397A1A8F4D68B69(L_26, 1, (RuntimeObject*)NULL, NULL);
|
|
int32_t L_27 = ___0_index;
|
|
Hierarchy_RemoveChildAtIndex_m70CEB80C1A9C3920A1173EF7ADC199F9CC804107(__this, L_27, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = V_0;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = L_28->___imguiContainerDescendantCount;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30 = V_0;
|
|
NullCheck(L_30);
|
|
bool L_31 = ((CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4*)L_30)->___isIMGUIContainer;
|
|
if (L_31)
|
|
{
|
|
G_B17_0 = L_29;
|
|
goto IL_00c3;
|
|
}
|
|
G_B16_0 = L_29;
|
|
}
|
|
{
|
|
G_B18_0 = 0;
|
|
G_B18_1 = G_B16_0;
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
G_B18_0 = 1;
|
|
G_B18_1 = G_B17_0;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
V_2 = ((int32_t)il2cpp_codegen_add(G_B18_1, G_B18_0));
|
|
int32_t L_32 = V_2;
|
|
V_7 = (bool)((((int32_t)L_32) > ((int32_t)0))? 1 : 0);
|
|
bool L_33 = V_7;
|
|
if (!L_33)
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_34 = __this->___m_Owner;
|
|
int32_t L_35 = V_2;
|
|
NullCheck(L_34);
|
|
VisualElement_ChangeIMGUIContainerCount_m161374C22DDC4B94F733D150DAA1B90B2C48A708(L_34, ((-L_35)), NULL);
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_36 = V_0;
|
|
NullCheck(L_36);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_37;
|
|
L_37 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_36, NULL);
|
|
V_8 = L_37;
|
|
Hierarchy_SetParent_mEFAE20C63FCA1AE6BC5E2935738C686F6F711DAF((&V_8), (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL, NULL);
|
|
int32_t L_38;
|
|
L_38 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5(__this, NULL);
|
|
V_9 = (bool)((((int32_t)L_38) == ((int32_t)0))? 1 : 0);
|
|
bool L_39 = V_9;
|
|
if (!L_39)
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
}
|
|
{
|
|
Hierarchy_ReleaseChildList_m6410D044F7AAF195B79BF527E6BDA7059EA1EDCA(__this, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_40 = __this->___m_Owner;
|
|
NullCheck(L_40);
|
|
bool L_41;
|
|
L_41 = VisualElement_get_requireMeasureFunction_mD458C54638C967B8FA90716742D5CAD75F29B9D0(L_40, NULL);
|
|
V_10 = L_41;
|
|
bool L_42 = V_10;
|
|
if (!L_42)
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_43 = __this->___m_Owner;
|
|
NullCheck(L_43);
|
|
VisualElement_AssignMeasureFunction_m1A0B2A5B04EB2605771BF2952396312C70BF76C2(L_43, NULL);
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44 = __this->___m_Owner;
|
|
NullCheck(L_44);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_45;
|
|
L_45 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_44, NULL);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_46 = L_45;
|
|
if (L_46)
|
|
{
|
|
G_B26_0 = L_46;
|
|
goto IL_0137;
|
|
}
|
|
G_B25_0 = L_46;
|
|
}
|
|
{
|
|
goto IL_013f;
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_47 = V_0;
|
|
NullCheck(G_B26_0);
|
|
VirtualActionInvoker2< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t >::Invoke(34, G_B26_0, L_47, 4);
|
|
}
|
|
|
|
IL_013f:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_48 = __this->___m_Owner;
|
|
NullCheck(L_48);
|
|
VisualElement_IncrementVersion_m03581665EE480D3C329058FFE08734450493E33E(L_48, 4, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_49 = __this->___m_Owner;
|
|
NullCheck(L_49);
|
|
Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* L_50 = L_49->___elementRemoved;
|
|
Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* L_51 = L_50;
|
|
if (L_51)
|
|
{
|
|
G_B29_0 = L_51;
|
|
goto IL_015d;
|
|
}
|
|
G_B28_0 = L_51;
|
|
}
|
|
{
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_015d:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_52 = V_0;
|
|
NullCheck(G_B29_0);
|
|
Action_1_Invoke_m888F6CE0B6C59F9F67C1098D197F59D1B7CA2211_inline(G_B29_0, L_52, NULL);
|
|
}
|
|
|
|
IL_0164:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_RemoveAt_m94C34365C7B08CA8675CBBB029608594B013F924_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
Hierarchy_RemoveAt_m94C34365C7B08CA8675CBBB029608594B013F924(_thisAdjusted, ___0_index, method);
|
|
}
|
|
// Method Definition Index: 17103
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_Clear_m116E8AF8F825BD4AE602D3BA5D2FE270009AB584 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m2A5FB7E43101302337178BF43E63DB8368759BB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m9F65E2FE306240D5385DDF1C59E50F8B139AD844_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mB7757CAB14504096954228BA7CF5F646853128D4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m57952DE1FACF2FE8083546945916B0B995290EAF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElementListPool_tB82E686FE29EA30D8CEDF6FF352FD1B7E7A30095_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorldSpaceDataStore_tD66A547C543A48FB490E0C4263E5CE98D7A7B02E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* V_2 = NULL;
|
|
RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* V_3 = NULL;
|
|
bool V_4 = false;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* V_5 = NULL;
|
|
Enumerator_tB70AE61864AD2008C8CDDE421848AD69E69AE525 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_7 = NULL;
|
|
bool V_8 = false;
|
|
Enumerator_tB70AE61864AD2008C8CDDE421848AD69E69AE525 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_10 = NULL;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
bool V_12 = false;
|
|
int32_t V_13 = 0;
|
|
bool V_14 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* G_B23_0 = NULL;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* G_B22_0 = NULL;
|
|
Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* G_B26_0 = NULL;
|
|
Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* G_B25_0 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_Owner;
|
|
NullCheck(L_0);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_1;
|
|
L_1 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = __this->___m_Owner;
|
|
NullCheck(L_2);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_3;
|
|
L_3 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_2, NULL);
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = BaseVisualElementPanel_get_duringLayoutPhase_m2EEED4B0599F0FD8A4B61DDF5328ACCE8425A652_inline(L_3, NULL);
|
|
G_B3_0 = ((int32_t)(L_4));
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5400D7AAD4F73F8F5518E360476136A99DFFB433)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hierarchy_Clear_m116E8AF8F825BD4AE602D3BA5D2FE270009AB584_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
int32_t L_7;
|
|
L_7 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5(__this, NULL);
|
|
V_1 = (bool)((((int32_t)L_7) > ((int32_t)0))? 1 : 0);
|
|
bool L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_01db;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = __this->___m_Owner;
|
|
NullCheck(L_9);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_10 = L_9->___m_Children;
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElementListPool_tB82E686FE29EA30D8CEDF6FF352FD1B7E7A30095_il2cpp_TypeInfo_var);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_11;
|
|
L_11 = VisualElementListPool_Copy_m87E0CE1D1D13981E7DA8A4986CA0D90DDE078E1E(L_10, NULL);
|
|
V_2 = L_11;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = __this->___m_Owner;
|
|
NullCheck(L_12);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_13;
|
|
L_13 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_12, NULL);
|
|
V_5 = L_13;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_14 = V_5;
|
|
V_3 = ((RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346*)IsInstClass((RuntimeObject*)L_14, RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var));
|
|
RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* L_15 = V_3;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_16 = V_5;
|
|
NullCheck(L_16);
|
|
bool L_17;
|
|
L_17 = BaseVisualElementPanel_get_isFlat_m4B9D7849C0774D56CB90F34D433C2F2AE6ECFFA4_inline(L_16, NULL);
|
|
G_B9_0 = ((((int32_t)L_17) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0077;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
G_B9_0 = 0;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
V_4 = (bool)G_B9_0;
|
|
bool L_18 = V_4;
|
|
if (!L_18)
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19 = __this->___m_Owner;
|
|
NullCheck(L_19);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_20 = L_19->___m_Children;
|
|
NullCheck(L_20);
|
|
Enumerator_tB70AE61864AD2008C8CDDE421848AD69E69AE525 L_21;
|
|
L_21 = List_1_GetEnumerator_m57952DE1FACF2FE8083546945916B0B995290EAF(L_20, List_1_GetEnumerator_m57952DE1FACF2FE8083546945916B0B995290EAF_RuntimeMethod_var);
|
|
V_6 = L_21;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00af:
|
|
{
|
|
Enumerator_Dispose_m2A5FB7E43101302337178BF43E63DB8368759BB4((&V_6), Enumerator_Dispose_m2A5FB7E43101302337178BF43E63DB8368759BB4_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_00a4_1;
|
|
}
|
|
|
|
IL_0093_1:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_22;
|
|
L_22 = Enumerator_get_Current_mB7757CAB14504096954228BA7CF5F646853128D4_inline((&V_6), Enumerator_get_Current_mB7757CAB14504096954228BA7CF5F646853128D4_RuntimeMethod_var);
|
|
V_7 = L_22;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(WorldSpaceDataStore_tD66A547C543A48FB490E0C4263E5CE98D7A7B02E_il2cpp_TypeInfo_var);
|
|
WorldSpaceDataStore_ClearWorldSpaceData_m77870F54D11BB17D9509F890D1DC20D09140138C(L_23, NULL);
|
|
}
|
|
|
|
IL_00a4_1:
|
|
{
|
|
bool L_24;
|
|
L_24 = Enumerator_MoveNext_m9F65E2FE306240D5385DDF1C59E50F8B139AD844((&V_6), Enumerator_MoveNext_m9F65E2FE306240D5385DDF1C59E50F8B139AD844_RuntimeMethod_var);
|
|
if (L_24)
|
|
{
|
|
goto IL_0093_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00be;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
Hierarchy_ReleaseChildList_m6410D044F7AAF195B79BF527E6BDA7059EA1EDCA(__this, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25 = __this->___m_Owner;
|
|
NullCheck(L_25);
|
|
LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE* L_26;
|
|
L_26 = VisualElement_get_layoutNode_mDEB89DEE452812FE70D90C54203C03DC216A66CB(L_25, NULL);
|
|
LayoutNode_Clear_m7158FA16A3B1BE79DAB0FB4A555A84E836A66F84(L_26, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = __this->___m_Owner;
|
|
NullCheck(L_27);
|
|
bool L_28;
|
|
L_28 = VisualElement_get_requireMeasureFunction_mD458C54638C967B8FA90716742D5CAD75F29B9D0(L_27, NULL);
|
|
V_8 = L_28;
|
|
bool L_29 = V_8;
|
|
if (!L_29)
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30 = __this->___m_Owner;
|
|
NullCheck(L_30);
|
|
VisualElement_AssignMeasureFunction_m1A0B2A5B04EB2605771BF2952396312C70BF76C2(L_30, NULL);
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_31 = V_2;
|
|
NullCheck(L_31);
|
|
Enumerator_tB70AE61864AD2008C8CDDE421848AD69E69AE525 L_32;
|
|
L_32 = List_1_GetEnumerator_m57952DE1FACF2FE8083546945916B0B995290EAF(L_31, List_1_GetEnumerator_m57952DE1FACF2FE8083546945916B0B995290EAF_RuntimeMethod_var);
|
|
V_9 = L_32;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_016c:
|
|
{
|
|
Enumerator_Dispose_m2A5FB7E43101302337178BF43E63DB8368759BB4((&V_9), Enumerator_Dispose_m2A5FB7E43101302337178BF43E63DB8368759BB4_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_0161_1;
|
|
}
|
|
|
|
IL_00ff_1:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33;
|
|
L_33 = Enumerator_get_Current_mB7757CAB14504096954228BA7CF5F646853128D4_inline((&V_9), Enumerator_get_Current_mB7757CAB14504096954228BA7CF5F646853128D4_RuntimeMethod_var);
|
|
V_10 = L_33;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_34 = V_10;
|
|
NullCheck(L_34);
|
|
VisualElement_InvokeHierarchyChanged_mEFDC264BE17416D747C01770D397A1A8F4D68B69(L_34, 1, (RuntimeObject*)NULL, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_35 = V_10;
|
|
NullCheck(L_35);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_36;
|
|
L_36 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_35, NULL);
|
|
V_11 = L_36;
|
|
Hierarchy_SetParent_mEFAE20C63FCA1AE6BC5E2935738C686F6F711DAF((&V_11), (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_37 = V_10;
|
|
NullCheck(L_37);
|
|
L_37->___m_LogicalParent = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_37->___m_LogicalParent), (void*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_38 = __this->___m_Owner;
|
|
NullCheck(L_38);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_39;
|
|
L_39 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_38, NULL);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_40 = L_39;
|
|
if (L_40)
|
|
{
|
|
G_B23_0 = L_40;
|
|
goto IL_013e_1;
|
|
}
|
|
G_B22_0 = L_40;
|
|
}
|
|
{
|
|
goto IL_0147_1;
|
|
}
|
|
|
|
IL_013e_1:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_41 = V_10;
|
|
NullCheck(G_B23_0);
|
|
VirtualActionInvoker2< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t >::Invoke(34, G_B23_0, L_41, 4);
|
|
}
|
|
|
|
IL_0147_1:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_42 = __this->___m_Owner;
|
|
NullCheck(L_42);
|
|
Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* L_43 = L_42->___elementRemoved;
|
|
Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* L_44 = L_43;
|
|
if (L_44)
|
|
{
|
|
G_B26_0 = L_44;
|
|
goto IL_0158_1;
|
|
}
|
|
G_B25_0 = L_44;
|
|
}
|
|
{
|
|
goto IL_0160_1;
|
|
}
|
|
|
|
IL_0158_1:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_45 = V_10;
|
|
NullCheck(G_B26_0);
|
|
Action_1_Invoke_m888F6CE0B6C59F9F67C1098D197F59D1B7CA2211_inline(G_B26_0, L_45, NULL);
|
|
}
|
|
|
|
IL_0160_1:
|
|
{
|
|
}
|
|
|
|
IL_0161_1:
|
|
{
|
|
bool L_46;
|
|
L_46 = Enumerator_MoveNext_m9F65E2FE306240D5385DDF1C59E50F8B139AD844((&V_9), Enumerator_MoveNext_m9F65E2FE306240D5385DDF1C59E50F8B139AD844_RuntimeMethod_var);
|
|
if (L_46)
|
|
{
|
|
goto IL_00ff_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_017b;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_017b:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_47 = __this->___m_Owner;
|
|
NullCheck(L_47);
|
|
int32_t L_48 = L_47->___imguiContainerDescendantCount;
|
|
V_12 = (bool)((((int32_t)L_48) > ((int32_t)0))? 1 : 0);
|
|
bool L_49 = V_12;
|
|
if (!L_49)
|
|
{
|
|
goto IL_01c6;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_50 = __this->___m_Owner;
|
|
NullCheck(L_50);
|
|
int32_t L_51 = L_50->___imguiContainerDescendantCount;
|
|
V_13 = L_51;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_52 = __this->___m_Owner;
|
|
NullCheck(L_52);
|
|
bool L_53 = ((CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4*)L_52)->___isIMGUIContainer;
|
|
V_14 = L_53;
|
|
bool L_54 = V_14;
|
|
if (!L_54)
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_55 = V_13;
|
|
V_13 = ((int32_t)il2cpp_codegen_subtract(L_55, 1));
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_56 = __this->___m_Owner;
|
|
int32_t L_57 = V_13;
|
|
NullCheck(L_56);
|
|
VisualElement_ChangeIMGUIContainerCount_m161374C22DDC4B94F733D150DAA1B90B2C48A708(L_56, ((-L_57)), NULL);
|
|
}
|
|
|
|
IL_01c6:
|
|
{
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_58 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElementListPool_tB82E686FE29EA30D8CEDF6FF352FD1B7E7A30095_il2cpp_TypeInfo_var);
|
|
VisualElementListPool_Release_mAF4ED38CC4F9A6E58B06F4B0BD13611F7DECBCFA(L_58, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_59 = __this->___m_Owner;
|
|
NullCheck(L_59);
|
|
VisualElement_IncrementVersion_m03581665EE480D3C329058FFE08734450493E33E(L_59, 4, NULL);
|
|
}
|
|
|
|
IL_01db:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_Clear_m116E8AF8F825BD4AE602D3BA5D2FE270009AB584_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
Hierarchy_Clear_m116E8AF8F825BD4AE602D3BA5D2FE270009AB584(_thisAdjusted, method);
|
|
}
|
|
// Method Definition Index: 17104
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_BringToFront_mC03EEBD688E177F1263DED8B9E6AA37EBD01729D (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5(__this, NULL);
|
|
V_0 = (bool)((((int32_t)L_0) > ((int32_t)1))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = __this->___m_Owner;
|
|
NullCheck(L_2);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_3 = L_2->___m_Children;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___0_child;
|
|
NullCheck(L_3);
|
|
int32_t L_5;
|
|
L_5 = List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4(L_3, L_4, List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
int32_t L_6 = V_1;
|
|
if ((((int32_t)L_6) < ((int32_t)0)))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_1;
|
|
int32_t L_8;
|
|
L_8 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5(__this, NULL);
|
|
G_B4_0 = ((((int32_t)L_7) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_8, 1))))? 1 : 0);
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
V_2 = (bool)G_B4_0;
|
|
bool L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = ___0_child;
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12;
|
|
L_12 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5(__this, NULL);
|
|
Hierarchy_MoveChildElement_mC459490D40ADC7D50C895B00F29C4A242CC15AA9(__this, L_10, L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_BringToFront_mC03EEBD688E177F1263DED8B9E6AA37EBD01729D_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
Hierarchy_BringToFront_mC03EEBD688E177F1263DED8B9E6AA37EBD01729D(_thisAdjusted, ___0_child, method);
|
|
}
|
|
// Method Definition Index: 17105
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_SendToBack_m7780D18D6E37890137FD1E3511BDB49364768267 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5(__this, NULL);
|
|
V_0 = (bool)((((int32_t)L_0) > ((int32_t)1))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = __this->___m_Owner;
|
|
NullCheck(L_2);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_3 = L_2->___m_Children;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___0_child;
|
|
NullCheck(L_3);
|
|
int32_t L_5;
|
|
L_5 = List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4(L_3, L_4, List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
int32_t L_6 = V_1;
|
|
V_2 = (bool)((((int32_t)L_6) > ((int32_t)0))? 1 : 0);
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___0_child;
|
|
int32_t L_9 = V_1;
|
|
Hierarchy_MoveChildElement_mC459490D40ADC7D50C895B00F29C4A242CC15AA9(__this, L_8, L_9, 0, NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_SendToBack_m7780D18D6E37890137FD1E3511BDB49364768267_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
Hierarchy_SendToBack_m7780D18D6E37890137FD1E3511BDB49364768267(_thisAdjusted, ___0_child, method);
|
|
}
|
|
// Method Definition Index: 17106
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_PlaceBehind_mA609F553D0FD4E7831782F9FB7980E8146368D9E (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_over, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5(__this, NULL);
|
|
V_0 = (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = __this->___m_Owner;
|
|
NullCheck(L_2);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_3 = L_2->___m_Children;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___0_child;
|
|
NullCheck(L_3);
|
|
int32_t L_5;
|
|
L_5 = List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4(L_3, L_4, List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
int32_t L_6 = V_1;
|
|
V_3 = (bool)((((int32_t)L_6) < ((int32_t)0))? 1 : 0);
|
|
bool L_7 = V_3;
|
|
if (!L_7)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = __this->___m_Owner;
|
|
NullCheck(L_8);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_9 = L_8->___m_Children;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = ___1_over;
|
|
NullCheck(L_9);
|
|
int32_t L_11;
|
|
L_11 = List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4(L_9, L_10, List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4_RuntimeMethod_var);
|
|
V_2 = L_11;
|
|
int32_t L_12 = V_2;
|
|
if ((((int32_t)L_12) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_2;
|
|
G_B6_0 = ((((int32_t)L_13) < ((int32_t)L_14))? 1 : 0);
|
|
goto IL_0048;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
G_B6_0 = 0;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
V_4 = (bool)G_B6_0;
|
|
bool L_15 = V_4;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_subtract(L_16, 1));
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = ___0_child;
|
|
int32_t L_18 = V_1;
|
|
int32_t L_19 = V_2;
|
|
Hierarchy_MoveChildElement_mC459490D40ADC7D50C895B00F29C4A242CC15AA9(__this, L_17, L_18, L_19, NULL);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_PlaceBehind_mA609F553D0FD4E7831782F9FB7980E8146368D9E_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_over, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
Hierarchy_PlaceBehind_mA609F553D0FD4E7831782F9FB7980E8146368D9E(_thisAdjusted, ___0_child, ___1_over, method);
|
|
}
|
|
// Method Definition Index: 17107
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_MoveChildElement_mC459490D40ADC7D50C895B00F29C4A242CC15AA9 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, int32_t ___1_currentIndex, int32_t ___2_nextIndex, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_Owner;
|
|
NullCheck(L_0);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_1;
|
|
L_1 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = __this->___m_Owner;
|
|
NullCheck(L_2);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_3;
|
|
L_3 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_2, NULL);
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = BaseVisualElementPanel_get_duringLayoutPhase_m2EEED4B0599F0FD8A4B61DDF5328ACCE8425A652_inline(L_3, NULL);
|
|
G_B3_0 = ((int32_t)(L_4));
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5400D7AAD4F73F8F5518E360476136A99DFFB433)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hierarchy_MoveChildElement_mC459490D40ADC7D50C895B00F29C4A242CC15AA9_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = ___0_child;
|
|
NullCheck(L_7);
|
|
VisualElement_InvokeHierarchyChanged_mEFDC264BE17416D747C01770D397A1A8F4D68B69(L_7, 1, (RuntimeObject*)NULL, NULL);
|
|
int32_t L_8 = ___1_currentIndex;
|
|
Hierarchy_RemoveChildAtIndex_m70CEB80C1A9C3920A1173EF7ADC199F9CC804107(__this, L_8, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = ___0_child;
|
|
int32_t L_10 = ___2_nextIndex;
|
|
Hierarchy_PutChildAtIndex_m0F02F382CB8DA304532375D726FE999B6162BA2F(__this, L_9, L_10, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___0_child;
|
|
NullCheck(L_11);
|
|
VisualElement_InvokeHierarchyChanged_mEFDC264BE17416D747C01770D397A1A8F4D68B69(L_11, 0, (RuntimeObject*)NULL, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = __this->___m_Owner;
|
|
NullCheck(L_12);
|
|
VisualElement_IncrementVersion_m03581665EE480D3C329058FFE08734450493E33E(L_12, 4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_MoveChildElement_mC459490D40ADC7D50C895B00F29C4A242CC15AA9_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, int32_t ___1_currentIndex, int32_t ___2_nextIndex, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
Hierarchy_MoveChildElement_mC459490D40ADC7D50C895B00F29C4A242CC15AA9(_thisAdjusted, ___0_child, ___1_currentIndex, ___2_nextIndex, method);
|
|
}
|
|
// Method Definition Index: 17108
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_Owner;
|
|
NullCheck(L_0);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_1 = L_0->___m_Children;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_inline(L_1, List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17109
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_Owner;
|
|
NullCheck(L_0);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_1 = L_0->___m_Children;
|
|
int32_t L_2 = ___0_key;
|
|
NullCheck(L_1);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3;
|
|
L_3 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_1, L_2, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467_AdjustorThunk (RuntimeObject* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* _returnValue;
|
|
_returnValue = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467(_thisAdjusted, ___0_key, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17110
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hierarchy_IndexOf_mA16EE33503FFFDB425237D7E2DBB44D6750241F6 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_element, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_Owner;
|
|
NullCheck(L_0);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_1 = L_0->___m_Children;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = ___0_element;
|
|
NullCheck(L_1);
|
|
int32_t L_3;
|
|
L_3 = List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4(L_1, L_2, List_1_IndexOf_m39622701CE129C43BDAD2F6B58507F2E64BC0BE4_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Hierarchy_IndexOf_mA16EE33503FFFDB425237D7E2DBB44D6750241F6_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_element, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Hierarchy_IndexOf_mA16EE33503FFFDB425237D7E2DBB44D6750241F6(_thisAdjusted, ___0_element, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17111
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_ElementAt_mE26FF102C1EE76083D4AA600627C5B9757E1DE73 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___0_index;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1;
|
|
L_1 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467(__this, L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_ElementAt_mE26FF102C1EE76083D4AA600627C5B9757E1DE73_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* _returnValue;
|
|
_returnValue = Hierarchy_ElementAt_mE26FF102C1EE76083D4AA600627C5B9757E1DE73(_thisAdjusted, ___0_index, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17112
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Hierarchy_Children_m4F2285A3354C0A1F20BE922B848C5715EB232217 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_Owner;
|
|
NullCheck(L_0);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_1 = L_0->___m_Children;
|
|
V_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* Hierarchy_Children_m4F2285A3354C0A1F20BE922B848C5715EB232217_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = Hierarchy_Children_m4F2285A3354C0A1F20BE922B848C5715EB232217(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17113
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_SetParent_mEFAE20C63FCA1AE6BC5E2935738C686F6F711DAF (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_value, 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*)&_stringLiteral4E996BC9544AD91C0E64D9B117B84EAED691B828);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B2_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B1_0 = NULL;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* G_B3_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B3_1 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_Owner;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___0_value;
|
|
NullCheck(L_0);
|
|
L_0->___m_PhysicalParent = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_0->___m_PhysicalParent), (void*)L_1);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = __this->___m_Owner;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_value;
|
|
NullCheck(L_2);
|
|
L_2->___m_LogicalParent = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___m_LogicalParent), (void*)L_3);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = __this->___m_Owner;
|
|
NullCheck(L_4);
|
|
VisualElement_DirtyNextParentWithEventInterests_m2953D1EA99AC6FBED711D69BB8495082836B8E54(L_4, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = __this->___m_Owner;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___0_value;
|
|
if (L_6)
|
|
{
|
|
G_B2_0 = L_5;
|
|
goto IL_0031;
|
|
}
|
|
G_B1_0 = L_5;
|
|
}
|
|
{
|
|
G_B3_0 = ((BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)(NULL));
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = ___0_value;
|
|
NullCheck(L_7);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_8;
|
|
L_8 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_7, NULL);
|
|
G_B3_0 = L_8;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
VisualElement_SetPanel_mACD3EE2D722D70A0C44FB87976764DBA1FA818A0(G_B3_1, G_B3_0, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = __this->___m_Owner;
|
|
NullCheck(L_9);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = L_9->___m_PhysicalParent;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___0_value;
|
|
V_0 = (bool)((((int32_t)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_10) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_12 = V_0;
|
|
if (!L_12)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral4E996BC9544AD91C0E64D9B117B84EAED691B828, NULL);
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_SetParent_mEFAE20C63FCA1AE6BC5E2935738C686F6F711DAF_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
Hierarchy_SetParent_mEFAE20C63FCA1AE6BC5E2935738C686F6F711DAF(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17114
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_PutChildAtIndex_m0F02F382CB8DA304532375D726FE999B6162BA2F (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_m96EA24E37A278BE9F2B5BB29EE876E3AFD8054D5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = ___1_index;
|
|
int32_t L_1;
|
|
L_1 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5(__this, NULL);
|
|
V_0 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = __this->___m_Owner;
|
|
NullCheck(L_3);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_4 = L_3->___m_Children;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___0_child;
|
|
NullCheck(L_4);
|
|
List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_inline(L_4, L_5, List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = __this->___m_Owner;
|
|
NullCheck(L_6);
|
|
LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE* L_7;
|
|
L_7 = VisualElement_get_layoutNode_mDEB89DEE452812FE70D90C54203C03DC216A66CB(L_6, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = __this->___m_Owner;
|
|
NullCheck(L_8);
|
|
LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE* L_9;
|
|
L_9 = VisualElement_get_layoutNode_mDEB89DEE452812FE70D90C54203C03DC216A66CB(L_8, NULL);
|
|
int32_t L_10;
|
|
L_10 = LayoutNode_get_Count_m0177E00FEBE74B8416344D62F6536B7DB91B5DF2(L_9, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___0_child;
|
|
NullCheck(L_11);
|
|
LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE* L_12;
|
|
L_12 = VisualElement_get_layoutNode_mDEB89DEE452812FE70D90C54203C03DC216A66CB(L_11, NULL);
|
|
LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE L_13 = (*(LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE*)L_12);
|
|
LayoutNode_Insert_m820FE911F0E8490582088E66A4E47EF8505D2EB7(L_7, L_10, L_13, NULL);
|
|
goto IL_0085;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14 = __this->___m_Owner;
|
|
NullCheck(L_14);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_15 = L_14->___m_Children;
|
|
int32_t L_16 = ___1_index;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = ___0_child;
|
|
NullCheck(L_15);
|
|
List_1_Insert_m96EA24E37A278BE9F2B5BB29EE876E3AFD8054D5(L_15, L_16, L_17, List_1_Insert_m96EA24E37A278BE9F2B5BB29EE876E3AFD8054D5_RuntimeMethod_var);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = __this->___m_Owner;
|
|
NullCheck(L_18);
|
|
LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE* L_19;
|
|
L_19 = VisualElement_get_layoutNode_mDEB89DEE452812FE70D90C54203C03DC216A66CB(L_18, NULL);
|
|
int32_t L_20 = ___1_index;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = ___0_child;
|
|
NullCheck(L_21);
|
|
LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE* L_22;
|
|
L_22 = VisualElement_get_layoutNode_mDEB89DEE452812FE70D90C54203C03DC216A66CB(L_21, NULL);
|
|
LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE L_23 = (*(LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE*)L_22);
|
|
LayoutNode_Insert_m820FE911F0E8490582088E66A4E47EF8505D2EB7(L_19, L_20, L_23, NULL);
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_PutChildAtIndex_m0F02F382CB8DA304532375D726FE999B6162BA2F_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_child, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
Hierarchy_PutChildAtIndex_m0F02F382CB8DA304532375D726FE999B6162BA2F(_thisAdjusted, ___0_child, ___1_index, method);
|
|
}
|
|
// Method Definition Index: 17115
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_RemoveChildAtIndex_m70CEB80C1A9C3920A1173EF7ADC199F9CC804107 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m7F547CD10EDF92E7B94AA38C3637D7ABB66DA4D4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_Owner;
|
|
NullCheck(L_0);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_1 = L_0->___m_Children;
|
|
int32_t L_2 = ___0_index;
|
|
NullCheck(L_1);
|
|
List_1_RemoveAt_m7F547CD10EDF92E7B94AA38C3637D7ABB66DA4D4(L_1, L_2, List_1_RemoveAt_m7F547CD10EDF92E7B94AA38C3637D7ABB66DA4D4_RuntimeMethod_var);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = __this->___m_Owner;
|
|
NullCheck(L_3);
|
|
LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE* L_4;
|
|
L_4 = VisualElement_get_layoutNode_mDEB89DEE452812FE70D90C54203C03DC216A66CB(L_3, NULL);
|
|
int32_t L_5 = ___0_index;
|
|
LayoutNode_RemoveAt_mC4AEF30DC2348C38037F379E3E3338C4920F794C(L_4, L_5, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_RemoveChildAtIndex_m70CEB80C1A9C3920A1173EF7ADC199F9CC804107_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
Hierarchy_RemoveChildAtIndex_m70CEB80C1A9C3920A1173EF7ADC199F9CC804107(_thisAdjusted, ___0_index, method);
|
|
}
|
|
// Method Definition Index: 17116
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hierarchy_ReleaseChildList_m6410D044F7AAF195B79BF527E6BDA7059EA1EDCA (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElementListPool_tB82E686FE29EA30D8CEDF6FF352FD1B7E7A30095_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* V_1 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_Owner;
|
|
NullCheck(L_0);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_1 = L_0->___m_Children;
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_2 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_StaticFields*)il2cpp_codegen_static_fields_for(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var))->___s_EmptyList;
|
|
V_0 = (bool)((((int32_t)((((RuntimeObject*)(List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*)L_1) == ((RuntimeObject*)(List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = __this->___m_Owner;
|
|
NullCheck(L_4);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_5 = L_4->___m_Children;
|
|
V_1 = L_5;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = __this->___m_Owner;
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_7 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_StaticFields*)il2cpp_codegen_static_fields_for(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var))->___s_EmptyList;
|
|
NullCheck(L_6);
|
|
L_6->___m_Children = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_6->___m_Children), (void*)L_7);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_8 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElementListPool_tB82E686FE29EA30D8CEDF6FF352FD1B7E7A30095_il2cpp_TypeInfo_var);
|
|
VisualElementListPool_Release_mAF4ED38CC4F9A6E58B06F4B0BD13611F7DECBCFA(L_8, NULL);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Hierarchy_ReleaseChildList_m6410D044F7AAF195B79BF527E6BDA7059EA1EDCA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
Hierarchy_ReleaseChildList_m6410D044F7AAF195B79BF527E6BDA7059EA1EDCA(_thisAdjusted, method);
|
|
}
|
|
// Method Definition Index: 17117
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hierarchy_Equals_m70781EF563C52E52512BC9310A84ACB390AD5F75 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_0 = ___0_other;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_1 = (*(Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*)__this);
|
|
bool L_2;
|
|
L_2 = Hierarchy_op_Equality_mB0C445775FFCF6DB7C3CDA3C3FC0A10DF43F6AF8(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Hierarchy_Equals_m70781EF563C52E52512BC9310A84ACB390AD5F75_AdjustorThunk (RuntimeObject* __this, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Hierarchy_Equals_m70781EF563C52E52512BC9310A84ACB390AD5F75(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17118
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hierarchy_Equals_m00B4A451BE12C2D2A140FB8089D3349751AEB799 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_2, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___0_obj;
|
|
bool L_4;
|
|
L_4 = Hierarchy_Equals_m70781EF563C52E52512BC9310A84ACB390AD5F75(__this, ((*(Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*)UnBox(L_3, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_il2cpp_TypeInfo_var))), NULL);
|
|
G_B5_0 = ((int32_t)(L_4));
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Hierarchy_Equals_m00B4A451BE12C2D2A140FB8089D3349751AEB799_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Hierarchy_Equals_m00B4A451BE12C2D2A140FB8089D3349751AEB799(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17119
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hierarchy_GetHashCode_m13D4B4825DF894C6D388B11C71414A05FE13C72C (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_Owner;
|
|
if (L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = __this->___m_Owner;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_1);
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Hierarchy_GetHashCode_m13D4B4825DF894C6D388B11C71414A05FE13C72C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Hierarchy_GetHashCode_m13D4B4825DF894C6D388B11C71414A05FE13C72C(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17120
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hierarchy_op_Equality_mB0C445775FFCF6DB7C3CDA3C3FC0A10DF43F6AF8 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 ___0_x, Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 ___1_y, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_0 = ___0_x;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = L_0.___m_Owner;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_2 = ___1_y;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = L_2.___m_Owner;
|
|
V_0 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_1) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_3))? 1 : 0);
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
bool L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
#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: 17121
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* BaseVisualElementScheduledItem_get_element_mD1CB88009934EC6CC5B1BA848FD118BB51CDA273 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___U3CelementU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17122
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_set_element_mF7CC9036951C1726D35B86630D8046338C604363 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_value;
|
|
__this->___U3CelementU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CelementU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17123
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseVisualElementScheduledItem_get_isActive_mDCCF1A13828C2582F64DE5C73A92A4FECE43578D (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CisActiveU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17124
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_set_isActive_m3E1DB7B13F4FA320B476D70FF40309CEF04D5CC2 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CisActiveU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17125
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseVisualElementScheduledItem_get_isDetaching_m3324798FA0CACC2337157350B65691ACC7D39ACD (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CisDetachingU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17126
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_set_isDetaching_m0C423DFF8161A5E4925BC176E99F6F1EAD8BA889 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CisDetachingU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17127
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem__ctor_mB5C5818F39CDC5846487311B47B3A5BEEA840E68 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_handler, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseVisualElementScheduledItem_OnElementAttachToPanelCallback_mC48E123E353D35024EB0CBA461A5837080BF05F2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseVisualElementScheduledItem_OnElementDetachFromPanelCallback_mE96B989258195EEBA703E1D641CFF3DA484703CB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___isScheduled = (bool)0;
|
|
il2cpp_codegen_runtime_class_init_inline(ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_il2cpp_TypeInfo_var);
|
|
ScheduledItem__ctor_mF39211ECDC9F236A6D774C8AB776DA8207DBB730(__this, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_handler;
|
|
BaseVisualElementScheduledItem_set_element_mF7CC9036951C1726D35B86630D8046338C604363_inline(__this, L_0, NULL);
|
|
EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88* L_1 = (EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88*)il2cpp_codegen_object_new(EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88_il2cpp_TypeInfo_var);
|
|
EventCallback_1__ctor_m929B5D5292DB931820A52428141FECB39016A6B7(L_1, __this, (intptr_t)((void*)BaseVisualElementScheduledItem_OnElementAttachToPanelCallback_mC48E123E353D35024EB0CBA461A5837080BF05F2_RuntimeMethod_var), NULL);
|
|
__this->___m_OnAttachToPanelCallback = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnAttachToPanelCallback), (void*)L_1);
|
|
EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B* L_2 = (EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B*)il2cpp_codegen_object_new(EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B_il2cpp_TypeInfo_var);
|
|
EventCallback_1__ctor_m0407B736C264F06C81E5CBB70EF40FBB975AC634(L_2, __this, (intptr_t)((void*)BaseVisualElementScheduledItem_OnElementDetachFromPanelCallback_mE96B989258195EEBA703E1D641CFF3DA484703CB_RuntimeMethod_var), NULL);
|
|
__this->___m_OnDetachFromPanelCallback = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnDetachFromPanelCallback), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17128
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_SetActive_m587B00326361157AD5D4DB338CECEB5C1BD7A69A (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, bool ___0_action, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackEventHandler_RegisterCallback_TisAttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28_mE90FCB724E9E49659FDCAE9A1BB0FC9BA01C9BEF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackEventHandler_RegisterCallback_TisDetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496_mED85B91BE761D1DBE3001231E0050CD612946F2C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackEventHandler_UnregisterCallback_TisAttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28_m70ECAB60D095EDB2BB60D44BC1ABBF8FB4853918_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackEventHandler_UnregisterCallback_TisDetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496_mBB7D7B6A24C2AB04A9347FD693F502B54BDA3D9D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = BaseVisualElementScheduledItem_get_isActive_mDCCF1A13828C2582F64DE5C73A92A4FECE43578D_inline(__this, NULL);
|
|
bool L_1 = ___0_action;
|
|
V_0 = (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = ___0_action;
|
|
BaseVisualElementScheduledItem_set_isActive_m3E1DB7B13F4FA320B476D70FF40309CEF04D5CC2_inline(__this, L_3, NULL);
|
|
bool L_4;
|
|
L_4 = BaseVisualElementScheduledItem_get_isActive_mDCCF1A13828C2582F64DE5C73A92A4FECE43578D_inline(__this, NULL);
|
|
V_1 = L_4;
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6;
|
|
L_6 = BaseVisualElementScheduledItem_get_element_mD1CB88009934EC6CC5B1BA848FD118BB51CDA273_inline(__this, NULL);
|
|
EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88* L_7 = __this->___m_OnAttachToPanelCallback;
|
|
NullCheck(L_6);
|
|
CallbackEventHandler_RegisterCallback_TisAttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28_mE90FCB724E9E49659FDCAE9A1BB0FC9BA01C9BEF(L_6, L_7, 0, CallbackEventHandler_RegisterCallback_TisAttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28_mE90FCB724E9E49659FDCAE9A1BB0FC9BA01C9BEF_RuntimeMethod_var);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8;
|
|
L_8 = BaseVisualElementScheduledItem_get_element_mD1CB88009934EC6CC5B1BA848FD118BB51CDA273_inline(__this, NULL);
|
|
EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B* L_9 = __this->___m_OnDetachFromPanelCallback;
|
|
NullCheck(L_8);
|
|
CallbackEventHandler_RegisterCallback_TisDetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496_mED85B91BE761D1DBE3001231E0050CD612946F2C(L_8, L_9, 0, CallbackEventHandler_RegisterCallback_TisDetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496_mED85B91BE761D1DBE3001231E0050CD612946F2C_RuntimeMethod_var);
|
|
BaseVisualElementScheduledItem_SendActivation_m12BF1FA8C329F1FF9AC83CCB55A4A0F63E02F297(__this, NULL);
|
|
goto IL_0084;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10;
|
|
L_10 = BaseVisualElementScheduledItem_get_element_mD1CB88009934EC6CC5B1BA848FD118BB51CDA273_inline(__this, NULL);
|
|
EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88* L_11 = __this->___m_OnAttachToPanelCallback;
|
|
NullCheck(L_10);
|
|
CallbackEventHandler_UnregisterCallback_TisAttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28_m70ECAB60D095EDB2BB60D44BC1ABBF8FB4853918(L_10, L_11, 0, CallbackEventHandler_UnregisterCallback_TisAttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28_m70ECAB60D095EDB2BB60D44BC1ABBF8FB4853918_RuntimeMethod_var);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12;
|
|
L_12 = BaseVisualElementScheduledItem_get_element_mD1CB88009934EC6CC5B1BA848FD118BB51CDA273_inline(__this, NULL);
|
|
EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B* L_13 = __this->___m_OnDetachFromPanelCallback;
|
|
NullCheck(L_12);
|
|
CallbackEventHandler_UnregisterCallback_TisDetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496_mBB7D7B6A24C2AB04A9347FD693F502B54BDA3D9D(L_12, L_13, 0, CallbackEventHandler_UnregisterCallback_TisDetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496_mBB7D7B6A24C2AB04A9347FD693F502B54BDA3D9D_RuntimeMethod_var);
|
|
BaseVisualElementScheduledItem_SendDeactivation_m43484C0FA17BA5CED8D811E30C6B0CFD27F9D62E(__this, NULL);
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17129
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_SendActivation_m12BF1FA8C329F1FF9AC83CCB55A4A0F63E02F297 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = BaseVisualElementScheduledItem_CanBeActivated_m3217AC137A23C7170ED78A550E991768DC472A41(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
BaseVisualElementScheduledItem_OnPanelActivate_m6B2CF2B9A5EA3FE9F5F0F76527150A02638FC017(__this, NULL);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17130
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_SendDeactivation_m43484C0FA17BA5CED8D811E30C6B0CFD27F9D62E (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = BaseVisualElementScheduledItem_CanBeActivated_m3217AC137A23C7170ED78A550E991768DC472A41(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
BaseVisualElementScheduledItem_OnPanelDeactivate_mA0E6D16F6149B864DFCBBB75AE575F9E92145032(__this, NULL);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17131
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_OnElementAttachToPanelCallback_mC48E123E353D35024EB0CBA461A5837080BF05F2 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, AttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28* ___0_evt, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = BaseVisualElementScheduledItem_get_isActive_mDCCF1A13828C2582F64DE5C73A92A4FECE43578D_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
BaseVisualElementScheduledItem_SendActivation_m12BF1FA8C329F1FF9AC83CCB55A4A0F63E02F297(__this, NULL);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17132
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_OnElementDetachFromPanelCallback_mE96B989258195EEBA703E1D641CFF3DA484703CB (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, DetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496* ___0_evt, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = BaseVisualElementScheduledItem_get_isActive_mDCCF1A13828C2582F64DE5C73A92A4FECE43578D_inline(__this, NULL);
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
BaseVisualElementScheduledItem_set_isDetaching_m0C423DFF8161A5E4925BC176E99F6F1EAD8BA889_inline(__this, (bool)1, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0023:
|
|
{
|
|
BaseVisualElementScheduledItem_set_isDetaching_m0C423DFF8161A5E4925BC176E99F6F1EAD8BA889_inline(__this, (bool)0, NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
BaseVisualElementScheduledItem_SendDeactivation_m43484C0FA17BA5CED8D811E30C6B0CFD27F9D62E(__this, NULL);
|
|
goto IL_002e;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17133
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BaseVisualElementScheduledItem_StartingIn_m6993FCC1EC73296A8B9DAB71E1D839232F1505A4 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, int64_t ___0_delayMs, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
int64_t L_0 = ___0_delayMs;
|
|
ScheduledItem_set_delayMs_m941D24B605083F1B2F7285FB04E0A01D4701C3F1_inline(__this, L_0, NULL);
|
|
V_0 = __this;
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17134
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BaseVisualElementScheduledItem_Until_m5A870395FD2D54B9BF040418ADC95AAEE5413F0A (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___0_stopCondition, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
RuntimeObject* V_1 = NULL;
|
|
{
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_0 = ___0_stopCondition;
|
|
V_0 = (bool)((((RuntimeObject*)(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_il2cpp_TypeInfo_var);
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_2 = ((ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_StaticFields*)il2cpp_codegen_static_fields_for(ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_il2cpp_TypeInfo_var))->___ForeverCondition;
|
|
___0_stopCondition = L_2;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_3 = ___0_stopCondition;
|
|
((ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0*)__this)->___timerUpdateStopCondition = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0*)__this)->___timerUpdateStopCondition), (void*)L_3);
|
|
V_1 = __this;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
RuntimeObject* L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 17135
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BaseVisualElementScheduledItem_Every_m87B2F06C60E3EE4757E441A74B449D7BB6367D2D (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, int64_t ___0_intervalMs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
RuntimeObject* V_1 = NULL;
|
|
{
|
|
int64_t L_0 = ___0_intervalMs;
|
|
ScheduledItem_set_intervalMs_m4CC440531CE50C44153A5C3B6981C48B417EAC6A_inline(__this, L_0, NULL);
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_1 = ((ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0*)__this)->___timerUpdateStopCondition;
|
|
il2cpp_codegen_runtime_class_init_inline(ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_il2cpp_TypeInfo_var);
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_2 = ((ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_StaticFields*)il2cpp_codegen_static_fields_for(ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_il2cpp_TypeInfo_var))->___OnceCondition;
|
|
bool L_3;
|
|
L_3 = Delegate_op_Equality_m8B96593B665536587FFD27DE233442C075971C32(L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_il2cpp_TypeInfo_var);
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_5 = ((ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_StaticFields*)il2cpp_codegen_static_fields_for(ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0_il2cpp_TypeInfo_var))->___ForeverCondition;
|
|
((ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0*)__this)->___timerUpdateStopCondition = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0*)__this)->___timerUpdateStopCondition), (void*)L_5);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
V_1 = __this;
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
RuntimeObject* L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// Method Definition Index: 17136
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_OnItemUnscheduled_m54621496B75679065CF095CF29AE68B1C52DFE9E (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
ScheduledItem_OnItemUnscheduled_mB8917E9B44A87A7BE0EDDF0ABFB9D19AED12A205(__this, NULL);
|
|
__this->___isScheduled = (bool)0;
|
|
bool L_0;
|
|
L_0 = BaseVisualElementScheduledItem_get_isDetaching_m3324798FA0CACC2337157350B65691ACC7D39ACD_inline(__this, NULL);
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
BaseVisualElementScheduledItem_SetActive_m587B00326361157AD5D4DB338CECEB5C1BD7A69A(__this, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17137
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_Resume_m2F092F556986F60495C2D98A2E68F1558AC03DCB (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BaseVisualElementScheduledItem_SetActive_m587B00326361157AD5D4DB338CECEB5C1BD7A69A(__this, (bool)1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17138
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_Pause_m57FC7C92CFCC515C5D31D107A97B79EF0ED651E4 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BaseVisualElementScheduledItem_SetActive_m587B00326361157AD5D4DB338CECEB5C1BD7A69A(__this, (bool)0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17139
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_ExecuteLater_m75604E935F685CEB83B03633D14581B866D666A2 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, int64_t ___0_delayMs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0 = __this->___isScheduled;
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
BaseVisualElementScheduledItem_Resume_m2F092F556986F60495C2D98A2E68F1558AC03DCB(__this, NULL);
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
ScheduledItem_ResetStartTime_m9ACBD805DCB9ED8B4AD86B64263FED2DEFC799A6(__this, NULL);
|
|
int64_t L_2 = ___0_delayMs;
|
|
RuntimeObject* L_3;
|
|
L_3 = BaseVisualElementScheduledItem_StartingIn_m6993FCC1EC73296A8B9DAB71E1D839232F1505A4(__this, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17140
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_OnPanelActivate_m6B2CF2B9A5EA3FE9F5F0F76527150A02638FC017 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IScheduler_t70B716998476DDF4EED6DE7A0DA997AB9F9C75CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0 = __this->___isScheduled;
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
__this->___isScheduled = (bool)1;
|
|
ScheduledItem_ResetStartTime_m9ACBD805DCB9ED8B4AD86B64263FED2DEFC799A6(__this, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2;
|
|
L_2 = BaseVisualElementScheduledItem_get_element_mD1CB88009934EC6CC5B1BA848FD118BB51CDA273_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_3;
|
|
L_3 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_2, NULL);
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_4;
|
|
L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(46, L_3);
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker1< ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0* >::Invoke(1, IScheduler_t70B716998476DDF4EED6DE7A0DA997AB9F9C75CE_il2cpp_TypeInfo_var, L_4, __this);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17141
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_OnPanelDeactivate_mA0E6D16F6149B864DFCBBB75AE575F9E92145032 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IScheduler_t70B716998476DDF4EED6DE7A0DA997AB9F9C75CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0 = __this->___isScheduled;
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
__this->___isScheduled = (bool)0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2;
|
|
L_2 = BaseVisualElementScheduledItem_get_element_mD1CB88009934EC6CC5B1BA848FD118BB51CDA273_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_3;
|
|
L_3 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_2, NULL);
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_4;
|
|
L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(46, L_3);
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker1< ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0* >::Invoke(0, IScheduler_t70B716998476DDF4EED6DE7A0DA997AB9F9C75CE_il2cpp_TypeInfo_var, L_4, __this);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17142
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseVisualElementScheduledItem_CanBeActivated_m3217AC137A23C7170ED78A550E991768DC472A41 (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0;
|
|
L_0 = BaseVisualElementScheduledItem_get_element_mD1CB88009934EC6CC5B1BA848FD118BB51CDA273_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1;
|
|
L_1 = BaseVisualElementScheduledItem_get_element_mD1CB88009934EC6CC5B1BA848FD118BB51CDA273_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_2;
|
|
L_2 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3;
|
|
L_3 = BaseVisualElementScheduledItem_get_element_mD1CB88009934EC6CC5B1BA848FD118BB51CDA273_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_4;
|
|
L_4 = VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline(L_3, NULL);
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_5;
|
|
L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(46, L_4);
|
|
G_B4_0 = ((!(((RuntimeObject*)(RuntimeObject*)L_5) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
V_0 = (bool)G_B4_0;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
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: 17144
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerStateScheduledItem__ctor_m031F72EEA601ED9E206EDC9C8EAF731BAAE0AEB2 (TimerStateScheduledItem_tA96A0EB2212209318FC2B094995CE1989204C1D1* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_handler, Action_1_t05F6A7FC9FBB588EC4A828E23375838E340354CB* ___1_updateEvent, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElementScheduledItem_1__ctor_m5C11467230133FF7068E1F86399586A741F63888_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_handler;
|
|
Action_1_t05F6A7FC9FBB588EC4A828E23375838E340354CB* L_1 = ___1_updateEvent;
|
|
VisualElementScheduledItem_1__ctor_m5C11467230133FF7068E1F86399586A741F63888(__this, L_0, L_1, VisualElementScheduledItem_1__ctor_m5C11467230133FF7068E1F86399586A741F63888_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17145
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerStateScheduledItem_PerformTimerUpdate_mDC76ED6D4F444C5D8F2BA6E523936AB78EFDE0E5 (TimerStateScheduledItem_tA96A0EB2212209318FC2B094995CE1989204C1D1* __this, TimerState_t82C7C29B095D6ACDC06AC172C269E9D5F0508ECE ___0_state, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0 = ((BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A*)__this)->___isScheduled;
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Action_1_t05F6A7FC9FBB588EC4A828E23375838E340354CB* L_2 = ((VisualElementScheduledItem_1_tD42FE7CC16EA5F72781C077AE67929525F5AA1FE*)__this)->___updateEvent;
|
|
TimerState_t82C7C29B095D6ACDC06AC172C269E9D5F0508ECE L_3 = ___0_state;
|
|
NullCheck(L_2);
|
|
Action_1_Invoke_m604FD4DB9EADE3BD6B11AD7740D31F54E7B88CBE_inline(L_2, L_3, NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
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: 17146
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleScheduledItem__ctor_mCF98BB39406700D881D5FF7042E8A6DBBD76FF62 (SimpleScheduledItem_t6BED951E3F0A3DFA5A48892825E119F166F4E186* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_handler, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___1_updateEvent, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElementScheduledItem_1__ctor_m9A98EB7FE380CABA72F8E8C46CF98D3954529110_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_handler;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = ___1_updateEvent;
|
|
VisualElementScheduledItem_1__ctor_m9A98EB7FE380CABA72F8E8C46CF98D3954529110(__this, L_0, L_1, VisualElementScheduledItem_1__ctor_m9A98EB7FE380CABA72F8E8C46CF98D3954529110_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17147
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleScheduledItem_PerformTimerUpdate_mAF6B304572F22F2FDD11180DB25135CF8C22E179 (SimpleScheduledItem_t6BED951E3F0A3DFA5A48892825E119F166F4E186* __this, TimerState_t82C7C29B095D6ACDC06AC172C269E9D5F0508ECE ___0_state, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0 = ((BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A*)__this)->___isScheduled;
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = ((VisualElementScheduledItem_1_tB9293D05735488F1E23398BDE122644C9C7EB6BB*)__this)->___updateEvent;
|
|
NullCheck(L_2);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_2, NULL);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
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: 17148
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomStyleAccess_SetContext_m2360337B7B5CF093DC3B218FC22AF310E05B01B0 (CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* __this, Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___0_customProperties, float ___1_dpiScaling, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* L_0 = ___0_customProperties;
|
|
__this->___m_CustomProperties = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CustomProperties), (void*)L_0);
|
|
float L_1 = ___1_dpiScaling;
|
|
__this->___m_DpiScaling = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17149
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomStyleAccess_TryGetValue_m77198E069EA66C5631F40BDDB7933508190081B0 (CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* __this, CustomStyleProperty_1_t21332918528099194FD36C74FF0FA14696F39493 ___0_property, float* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomStyleProperty_1_get_name_m51A2B61038145DBA23DB66A1B1CD4696D8F25CD3_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
String_t* L_0;
|
|
L_0 = CustomStyleProperty_1_get_name_m51A2B61038145DBA23DB66A1B1CD4696D8F25CD3_inline((&___0_property), CustomStyleProperty_1_get_name_m51A2B61038145DBA23DB66A1B1CD4696D8F25CD3_RuntimeMethod_var);
|
|
bool L_1;
|
|
L_1 = CustomStyleAccess_TryGetValue_m63494A11250361551BF17C967E9298FA9E76BD4F(__this, L_0, 2, (&V_0), NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 L_3 = V_0;
|
|
StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* L_4 = L_3.___sheet;
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 L_5 = V_0;
|
|
StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D L_6 = L_5.___handle;
|
|
float* L_7 = ___1_value;
|
|
NullCheck(L_4);
|
|
bool L_8;
|
|
L_8 = StyleSheet_TryReadFloat_m59D07CADE21FA61FC29361AB4DF53EEBDB966FA8(L_4, L_6, L_7, NULL);
|
|
V_2 = L_8;
|
|
bool L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
V_3 = (bool)1;
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
float* L_10 = ___1_value;
|
|
*((float*)L_10) = (float)(0.0f);
|
|
V_3 = (bool)0;
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
bool L_11 = V_3;
|
|
return L_11;
|
|
}
|
|
}
|
|
// Method Definition Index: 17150
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomStyleAccess_TryGetValue_m32E6089175DA9E250A1AFCF21100F869642355D8 (CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* __this, CustomStyleProperty_1_t6871E5DBF19AB4DC7E1134B32A03B7A458D52E9F ___0_property, int32_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomStyleProperty_1_get_name_mB7A340BD5475639CE13F609B4E3C7AB6ADE07446_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
float V_2 = 0.0f;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
{
|
|
String_t* L_0;
|
|
L_0 = CustomStyleProperty_1_get_name_mB7A340BD5475639CE13F609B4E3C7AB6ADE07446_inline((&___0_property), CustomStyleProperty_1_get_name_mB7A340BD5475639CE13F609B4E3C7AB6ADE07446_RuntimeMethod_var);
|
|
bool L_1;
|
|
L_1 = CustomStyleAccess_TryGetValue_m63494A11250361551BF17C967E9298FA9E76BD4F(__this, L_0, 2, (&V_0), NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 L_3 = V_0;
|
|
StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* L_4 = L_3.___sheet;
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 L_5 = V_0;
|
|
StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D L_6 = L_5.___handle;
|
|
NullCheck(L_4);
|
|
bool L_7;
|
|
L_7 = StyleSheet_TryReadFloat_m59D07CADE21FA61FC29361AB4DF53EEBDB966FA8(L_4, L_6, (&V_2), NULL);
|
|
V_3 = L_7;
|
|
bool L_8 = V_3;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_9 = ___1_value;
|
|
float L_10 = V_2;
|
|
*((int32_t*)L_9) = (int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(L_10);
|
|
V_4 = (bool)1;
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t* L_11 = ___1_value;
|
|
*((int32_t*)L_11) = (int32_t)0;
|
|
V_4 = (bool)0;
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
bool L_12 = V_4;
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 17151
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomStyleAccess_TryGetValue_m141E36EBBFDDBD2A027CAEA6ED135093900A2946 (CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* __this, CustomStyleProperty_1_tE4B20CAB5BCFEE711EB4A26F077DC700987C0C2D ___0_property, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomStyleProperty_1_get_name_m7132138EDAD54684D99C2A7DBADC0FD0229CA851_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
bool V_5 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* L_0 = __this->___m_CustomProperties;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* L_1 = __this->___m_CustomProperties;
|
|
String_t* L_2;
|
|
L_2 = CustomStyleProperty_1_get_name_m7132138EDAD54684D99C2A7DBADC0FD0229CA851_inline((&___0_property), CustomStyleProperty_1_get_name_m7132138EDAD54684D99C2A7DBADC0FD0229CA851_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
bool L_3;
|
|
L_3 = Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83(L_1, L_2, (&V_0), Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83_RuntimeMethod_var);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 L_5 = V_0;
|
|
StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D L_6 = L_5.___handle;
|
|
V_2 = L_6;
|
|
int32_t L_7;
|
|
L_7 = StyleValueHandle_get_valueType_m4FC4142350A61A75D5CD80C559689A5CC2F741B9((&V_2), NULL);
|
|
V_4 = L_7;
|
|
int32_t L_8 = V_4;
|
|
V_3 = L_8;
|
|
int32_t L_9 = V_3;
|
|
if ((((int32_t)L_9) == ((int32_t)4)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
int32_t L_10 = V_3;
|
|
if ((((int32_t)L_10) == ((int32_t)7)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 L_11 = V_0;
|
|
StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* L_12 = L_11.___sheet;
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 L_13 = V_0;
|
|
StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D L_14 = L_13.___handle;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_15 = ___1_value;
|
|
NullCheck(L_12);
|
|
bool L_16;
|
|
L_16 = StyleSheet_TryReadColor_mC65A01F21DD5274E56057E5DBCB541C85DF85B81(L_12, L_14, L_15, NULL);
|
|
V_5 = L_16;
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
String_t* L_17;
|
|
L_17 = CustomStyleProperty_1_get_name_m7132138EDAD54684D99C2A7DBADC0FD0229CA851_inline((&___0_property), CustomStyleProperty_1_get_name_m7132138EDAD54684D99C2A7DBADC0FD0229CA851_RuntimeMethod_var);
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 L_18 = V_0;
|
|
CustomStyleAccess_LogCustomPropertyWarning_mCBA6C7A28B202F207ADAD04D797B4D33F37E25DD(L_17, 4, L_18, NULL);
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_19 = ___1_value;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_20;
|
|
L_20 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
|
*(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)L_19 = L_20;
|
|
V_5 = (bool)0;
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
bool L_21 = V_5;
|
|
return L_21;
|
|
}
|
|
}
|
|
// Method Definition Index: 17152
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomStyleAccess_TryGetValue_m53CC1C864AF131F87E173AF0B9DDBF96C6B33B7A (CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* __this, CustomStyleProperty_1_t53F01DB17DD6900DF964560312FF648796485BDA ___0_property, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomStyleProperty_1_get_name_mC0D7FD6BEAD5838FD3434D01ABD8C8C02688337C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B7_0 = 0;
|
|
{
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* L_0 = __this->___m_CustomProperties;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* L_1 = __this->___m_CustomProperties;
|
|
String_t* L_2;
|
|
L_2 = CustomStyleProperty_1_get_name_mC0D7FD6BEAD5838FD3434D01ABD8C8C02688337C_inline((&___0_property), CustomStyleProperty_1_get_name_mC0D7FD6BEAD5838FD3434D01ABD8C8C02688337C_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
bool L_3;
|
|
L_3 = Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83(L_1, L_2, (&V_0), Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83_RuntimeMethod_var);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_2), sizeof(ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4));
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 L_5 = V_0;
|
|
float L_6 = __this->___m_DpiScaling;
|
|
bool L_7;
|
|
L_7 = StylePropertyReader_TryGetImageSourceFromValue_m582AF3431A80BEB2C98F42E1100D8A7CFA4EF385(L_5, L_6, (&V_2), NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4 L_8 = V_2;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_9 = L_8.___texture;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
G_B7_0 = ((int32_t)(L_10));
|
|
goto IL_004c;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
G_B7_0 = 0;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
V_3 = (bool)G_B7_0;
|
|
bool L_11 = V_3;
|
|
if (!L_11)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4** L_12 = ___1_value;
|
|
ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4 L_13 = V_2;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_14 = L_13.___texture;
|
|
*((RuntimeObject**)L_12) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_12, (void*)(RuntimeObject*)L_14);
|
|
V_4 = (bool)1;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4** L_15 = ___1_value;
|
|
*((RuntimeObject**)L_15) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_15, (void*)(RuntimeObject*)NULL);
|
|
V_4 = (bool)0;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
bool L_16 = V_4;
|
|
return L_16;
|
|
}
|
|
}
|
|
// Method Definition Index: 17153
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomStyleAccess_TryGetValue_mA0D39FF88FCAC54377E4F41318F71FD2C0ED58BE (CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* __this, CustomStyleProperty_1_t2F4206AD914A542566326F41DFB2E2A79639E2B4 ___0_property, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomStyleProperty_1_get_name_mDB52C43A5B56ABE494F493C5132D287207FCBE97_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B7_0 = 0;
|
|
{
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* L_0 = __this->___m_CustomProperties;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* L_1 = __this->___m_CustomProperties;
|
|
String_t* L_2;
|
|
L_2 = CustomStyleProperty_1_get_name_mDB52C43A5B56ABE494F493C5132D287207FCBE97_inline((&___0_property), CustomStyleProperty_1_get_name_mDB52C43A5B56ABE494F493C5132D287207FCBE97_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
bool L_3;
|
|
L_3 = Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83(L_1, L_2, (&V_0), Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83_RuntimeMethod_var);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_2), sizeof(ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4));
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 L_5 = V_0;
|
|
float L_6 = __this->___m_DpiScaling;
|
|
bool L_7;
|
|
L_7 = StylePropertyReader_TryGetImageSourceFromValue_m582AF3431A80BEB2C98F42E1100D8A7CFA4EF385(L_5, L_6, (&V_2), NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4 L_8 = V_2;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_9 = L_8.___sprite;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
G_B7_0 = ((int32_t)(L_10));
|
|
goto IL_004c;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
G_B7_0 = 0;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
V_3 = (bool)G_B7_0;
|
|
bool L_11 = V_3;
|
|
if (!L_11)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99** L_12 = ___1_value;
|
|
ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4 L_13 = V_2;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_14 = L_13.___sprite;
|
|
*((RuntimeObject**)L_12) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_12, (void*)(RuntimeObject*)L_14);
|
|
V_4 = (bool)1;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99** L_15 = ___1_value;
|
|
*((RuntimeObject**)L_15) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_15, (void*)(RuntimeObject*)NULL);
|
|
V_4 = (bool)0;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
bool L_16 = V_4;
|
|
return L_16;
|
|
}
|
|
}
|
|
// Method Definition Index: 17154
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomStyleAccess_TryGetValue_m7CB32AC095FFCD1012F48C7987261A311E4D5A0C (CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* __this, CustomStyleProperty_1_t01584891E0B395EBB431AF255A7FB1D43CEBD7A7 ___0_property, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomStyleProperty_1_get_name_m965D5F602B593732625361275C55B148841C8093_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B7_0 = 0;
|
|
{
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* L_0 = __this->___m_CustomProperties;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* L_1 = __this->___m_CustomProperties;
|
|
String_t* L_2;
|
|
L_2 = CustomStyleProperty_1_get_name_m965D5F602B593732625361275C55B148841C8093_inline((&___0_property), CustomStyleProperty_1_get_name_m965D5F602B593732625361275C55B148841C8093_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
bool L_3;
|
|
L_3 = Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83(L_1, L_2, (&V_0), Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83_RuntimeMethod_var);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_2), sizeof(ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4));
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 L_5 = V_0;
|
|
float L_6 = __this->___m_DpiScaling;
|
|
bool L_7;
|
|
L_7 = StylePropertyReader_TryGetImageSourceFromValue_m582AF3431A80BEB2C98F42E1100D8A7CFA4EF385(L_5, L_6, (&V_2), NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4 L_8 = V_2;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_9 = L_8.___vectorImage;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
G_B7_0 = ((int32_t)(L_10));
|
|
goto IL_004c;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
G_B7_0 = 0;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
V_3 = (bool)G_B7_0;
|
|
bool L_11 = V_3;
|
|
if (!L_11)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC** L_12 = ___1_value;
|
|
ImageSource_t0990262FCFA5C1F3C695C53FB04A35F71CDD63B4 L_13 = V_2;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_14 = L_13.___vectorImage;
|
|
*((RuntimeObject**)L_12) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_12, (void*)(RuntimeObject*)L_14);
|
|
V_4 = (bool)1;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC** L_15 = ___1_value;
|
|
*((RuntimeObject**)L_15) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_15, (void*)(RuntimeObject*)NULL);
|
|
V_4 = (bool)0;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
bool L_16 = V_4;
|
|
return L_16;
|
|
}
|
|
}
|
|
// Method Definition Index: 17155
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomStyleAccess_TryGetValue_mAE0AD98F78859912AF89262BF357D71C69168419 (CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* __this, CustomStyleProperty_1_t6DA6A9F254D124ACEDCE61FF80970908A6715335 ___0_property, String_t** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomStyleProperty_1_get_name_m38E983A6390A1705DA6DAB16EF6998006BB3DD9E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* L_0 = __this->___m_CustomProperties;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* L_1 = __this->___m_CustomProperties;
|
|
String_t* L_2;
|
|
L_2 = CustomStyleProperty_1_get_name_m38E983A6390A1705DA6DAB16EF6998006BB3DD9E_inline((&___0_property), CustomStyleProperty_1_get_name_m38E983A6390A1705DA6DAB16EF6998006BB3DD9E_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
bool L_3;
|
|
L_3 = Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83(L_1, L_2, (&V_0), Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83_RuntimeMethod_var);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_5 = ___1_value;
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 L_6 = V_0;
|
|
StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* L_7 = L_6.___sheet;
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 L_8 = V_0;
|
|
StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D L_9 = L_8.___handle;
|
|
String_t* L_10;
|
|
L_10 = StyleSheetExtensions_ReadAsString_mB0C99DB552A194D6A4311A098F14F883583C89C6(L_7, L_9, NULL);
|
|
*((RuntimeObject**)L_5) = (RuntimeObject*)L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_5, (void*)(RuntimeObject*)L_10);
|
|
V_2 = (bool)1;
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
String_t** L_11 = ___1_value;
|
|
String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_12);
|
|
V_2 = (bool)0;
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
bool L_13 = V_2;
|
|
return L_13;
|
|
}
|
|
}
|
|
// Method Definition Index: 17156
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomStyleAccess_TryGetValue_m63494A11250361551BF17C967E9298FA9E76BD4F (CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* __this, String_t* ___0_propertyName, int32_t ___1_valueType, StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2* ___2_customProp, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2* L_0 = ___2_customProp;
|
|
il2cpp_codegen_initobj(L_0, sizeof(StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2));
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* L_1 = __this->___m_CustomProperties;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* L_2 = __this->___m_CustomProperties;
|
|
String_t* L_3 = ___0_propertyName;
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2* L_4 = ___2_customProp;
|
|
NullCheck(L_2);
|
|
bool L_5;
|
|
L_5 = Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83(L_2, L_3, L_4, Dictionary_2_TryGetValue_m393F14ED6A4405F48CF585F5978CFFA589763A83_RuntimeMethod_var);
|
|
G_B3_0 = ((int32_t)(L_5));
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2* L_7 = ___2_customProp;
|
|
StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D L_8 = L_7->___handle;
|
|
V_1 = L_8;
|
|
int32_t L_9;
|
|
L_9 = StyleValueHandle_get_valueType_m4FC4142350A61A75D5CD80C559689A5CC2F741B9((&V_1), NULL);
|
|
int32_t L_10 = ___1_valueType;
|
|
V_2 = (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_10))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_11 = V_2;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = ___0_propertyName;
|
|
int32_t L_13 = ___1_valueType;
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2* L_14 = ___2_customProp;
|
|
StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 L_15 = (*(StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2*)L_14);
|
|
CustomStyleAccess_LogCustomPropertyWarning_mCBA6C7A28B202F207ADAD04D797B4D33F37E25DD(L_12, L_13, L_15, NULL);
|
|
V_3 = (bool)0;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
V_3 = (bool)1;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
V_3 = (bool)0;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
bool L_16 = V_3;
|
|
return L_16;
|
|
}
|
|
}
|
|
// Method Definition Index: 17157
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomStyleAccess_LogCustomPropertyWarning_mCBA6C7A28B202F207ADAD04D797B4D33F37E25DD (String_t* ___0_propertyName, int32_t ___1_valueType, StylePropertyValue_tED32F617FABE99611B213BFCF9D1D909E7F141C2 ___2_customProp, 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*)&StyleValueType_tC3253FE046DBB95224A74D13B534D015CC4AADDE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2C00E75E146EB7BE1E3DA745FDCBBC23534C3E8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_propertyName;
|
|
int32_t L_1 = ___1_valueType;
|
|
int32_t L_2 = L_1;
|
|
RuntimeObject* L_3 = Box(StyleValueType_tC3253FE046DBB95224A74D13B534D015CC4AADDE_il2cpp_TypeInfo_var, &L_2);
|
|
StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D* L_4 = (StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D*)(&(&___2_customProp)->___handle);
|
|
int32_t L_5;
|
|
L_5 = StyleValueHandle_get_valueType_m4FC4142350A61A75D5CD80C559689A5CC2F741B9(L_4, NULL);
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject* L_7 = Box(StyleValueType_tC3253FE046DBB95224A74D13B534D015CC4AADDE_il2cpp_TypeInfo_var, &L_6);
|
|
String_t* L_8;
|
|
L_8 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteralC2C00E75E146EB7BE1E3DA745FDCBBC23534C3E8, L_0, L_3, L_7, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_8, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17158
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomStyleAccess__ctor_m0C8D9266EAB5669722C598DD9577667BCFADC4DC (CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* __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: 17159
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeData_get_type_m19385722AD487765EADAE8F2DCAF294D8251D1DB (TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t* L_0 = __this->___U3CtypeU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17160
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeData__ctor_m15CBA3153B9908A8BD91C38ABD800660854DA984 (TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A* __this, Type_t* ___0_type, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
__this->___m_FullTypeName = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FullTypeName), (void*)L_0);
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
__this->___m_TypeName = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TypeName), (void*)L_1);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
Type_t* L_2 = ___0_type;
|
|
__this->___U3CtypeU3Ek__BackingField = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtypeU3Ek__BackingField), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17161
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeData_get_fullTypeName_m213B31C3DA0D43A78405C19086A61DB0932D8306 (TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
String_t* L_0 = __this->___m_FullTypeName;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
Type_t* L_3;
|
|
L_3 = TypeData_get_type_m19385722AD487765EADAE8F2DCAF294D8251D1DB_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = VirtualFuncInvoker0< String_t* >::Invoke(25, L_3);
|
|
__this->___m_FullTypeName = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FullTypeName), (void*)L_4);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_5 = __this->___m_FullTypeName;
|
|
V_1 = L_5;
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
String_t* L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// Method Definition Index: 17162
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeData_get_typeName_m558CC23502575827D83C1189EB70A04B5420CB91 (TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
bool V_4 = false;
|
|
String_t* V_5 = NULL;
|
|
{
|
|
String_t* L_0 = __this->___m_TypeName;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
Type_t* L_3;
|
|
L_3 = TypeData_get_type_m19385722AD487765EADAE8F2DCAF294D8251D1DB_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = VirtualFuncInvoker0< bool >::Invoke(39, L_3);
|
|
V_1 = L_4;
|
|
Type_t* L_5;
|
|
L_5 = TypeData_get_type_m19385722AD487765EADAE8F2DCAF294D8251D1DB_inline(__this, NULL);
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = VirtualFuncInvoker0< String_t* >::Invoke(7, L_5);
|
|
__this->___m_TypeName = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TypeName), (void*)L_6);
|
|
bool L_7 = V_1;
|
|
V_2 = L_7;
|
|
bool L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = __this->___m_TypeName;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_9, ((int32_t)96), NULL);
|
|
V_3 = L_10;
|
|
int32_t L_11 = V_3;
|
|
V_4 = (bool)((((int32_t)((((int32_t)L_11) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_12 = V_4;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = __this->___m_TypeName;
|
|
int32_t L_14 = V_3;
|
|
NullCheck(L_13);
|
|
String_t* L_15;
|
|
L_15 = String_Remove_m8266E0BF5D8565D4CDC850F21E9178AE254C3E85(L_13, L_14, NULL);
|
|
__this->___m_TypeName = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TypeName), (void*)L_15);
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
String_t* L_16 = __this->___m_TypeName;
|
|
V_5 = L_16;
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
String_t* L_17 = V_5;
|
|
return L_17;
|
|
}
|
|
}
|
|
#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: 17163
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass533_0__ctor_m674ECCF01F7555EE9295513CCFC0FCD9E907F16A (U3CU3Ec__DisplayClass533_0_tCC18204FC6E78036B9E0CF8F1C2B4E56B5870CFF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17164
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleValues_t4AED947A53B84B62EF2B589A40B74911CA77D11A U3CU3Ec__DisplayClass533_0_U3CUnityEngine_UIElements_Experimental_ITransitionAnimations_StartU3Eb__0_m62D8E983F13E67B2841850EB20AE626A09682C61 (U3CU3Ec__DisplayClass533_0_tCC18204FC6E78036B9E0CF8F1C2B4E56B5870CFF* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___U3CU3E4__this;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___0_e;
|
|
StyleValues_t4AED947A53B84B62EF2B589A40B74911CA77D11A L_2 = __this->___to;
|
|
NullCheck(L_0);
|
|
StyleValues_t4AED947A53B84B62EF2B589A40B74911CA77D11A L_3;
|
|
L_3 = VisualElement_ReadCurrentValues_mDFB8D3D41F844819B29ABF190B6AEF4351D313C2(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
#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: 17165
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleAccessPropertyBag__ctor_m3A7ED406A335AA7EB08667830F0B20A9BEC3C03B (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlignContentProperty_tDC7EDA0C7ADB58C9D1A8E8201701449481978B84_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlignItemsProperty_t4FF88724741A1A7502D9378FBCFCF2F75ABB7CA2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlignSelfProperty_tCC77B2FDEC0D968E1C6E33E20ECF23337F4D8769_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundColorProperty_t8B54BB8ACD52A6494BFC0904DE138F4A03259C92_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundImageProperty_t45D7426C598C2CF15F2AD91DA5D37156826C7390_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundPositionXProperty_t365056335C81792A5CA82D792236AB7D37FEAE61_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundPositionYProperty_t259C94E143FE92A7F1DA0BD1D8D0A908C7E82A69_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundRepeatProperty_t1004CA4ACB5CF4FB895A6C5C98B5296C09E6F376_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundSizeProperty_t99EB9E68A3793B12B8C6EB9944A6187D950B5825_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BorderBottomColorProperty_t1DB1E9B060459615145CB994F3266945EE2A92EB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BorderBottomLeftRadiusProperty_tC734867CF22875CBF2F2B13EBEA52BBBE6D8246D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BorderBottomRightRadiusProperty_t87303883918B664CE5294C8EC61685B2AC0EFAA5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BorderBottomWidthProperty_tE1AFF2D1CE0E8B2BEF498BCE6F60A618268FC31A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BorderLeftColorProperty_tE2A1416D03CD2F722A7EFC705E4C3D3B8EC3D592_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BorderLeftWidthProperty_t81FAF118F7DD59E52D374AFF983CA7934BC57A1E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BorderRightColorProperty_t4008AEC7B7E420AD32E35DC5560F509FE4FB5CA8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BorderRightWidthProperty_t1A8405C0137E2745F87B3B9F31E970E726CA31AB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BorderTopColorProperty_tA8DD92BDCE7BA5C9A43A6DBCE42126E16EFB987C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BorderTopLeftRadiusProperty_tC74A5C378B04E653471D06FCB53C33DC9EEDEBAC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BorderTopRightRadiusProperty_t66FE3C9A3689A6A921D849F2C27221BB6FB4B6A2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BorderTopWidthProperty_t2330D49388D3D9506716EBE3C752017608179346_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BottomProperty_tD8D8F8CC82FC6FF0DACBF4EC12516AF9570F2394_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorProperty_t226EC7E112327E189EC0B88A75BDD979E625087A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m1FBC1F566E1D82EE750F6B52BD6301B3A4ECE56B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tF0159087E88823BAC2B237F3220D70374B2FFFA4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayProperty_tCE6D1E5659E1FC60641F9522D632BC6D15BC03BC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlexBasisProperty_t274E7535C2EF8612AC06C6AF70CF14B15541127F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlexDirectionProperty_t3C7CCF86BA8F276C9D7B800D87C8E75208E92C51_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlexGrowProperty_t6A377D0663306554E365548E493129E7760B06A0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlexShrinkProperty_tC0BBC93757378BF0DD18AAD7A4EB3AEEFB93CB22_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlexWrapProperty_tA9AAD249C5C8DBDAFBD3F7B027FD58A1CFD25AB0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontSizeProperty_tA8DBD13D37B353FD2E63FC7882ECD7C1C011DFF5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HeightProperty_t16ED2BEA1F1E8AD7C6658672158875D725DF6F69_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JustifyContentProperty_tAE4FDE1EDCAD8EA0E58A19F97B95DE4C2467DEAC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeftProperty_t0738CF32A61378D7777756A03DA871029C807F69_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LetterSpacingProperty_tE585B9F719007125786412F164078DF65C30979B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m644734D5D92DCB889C875B632DB94C7DDB5137A5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7BA5B91B2D09CF4995809331967384256F2AF331_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarginBottomProperty_tB4DDEADF9022703FD973AD0CA38BFAB0441D4C70_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarginLeftProperty_t40AF1AB97B99176FB3C3472821CA1E4A30A78F46_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarginRightProperty_tC5B3D1FED740DD4B23CCC3C43FC5EA2F7B311FE0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarginTopProperty_tDACD08E501E526116D5C9078BBD54E01DA502354_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaxHeightProperty_tC1A9275B36F6971F55C0A2793905DB26F5D44C73_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaxWidthProperty_t3BDC6D70494A8B0E0AD2B13C5ADE9F40D3186C47_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MinHeightProperty_tB5F88011789586CE570D6DB2BA2BD401560C499E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MinWidthProperty_t91ABDD98F319AF76873AB91425139F5794570A6F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpacityProperty_t5E8A2E423916B410A184234CE294F467F7896F1E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PaddingBottomProperty_t822BBAD86ED0975C6E71BB917E469BC3DE0E0044_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PaddingLeftProperty_t484C5908100271E1B4CA508B552671E194AB4AFD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PaddingRightProperty_t86A3EC5903DBA7AF9AAF6ECD4FC264178EF90DDC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PaddingTopProperty_t6F57D50306CF1E93B3FBDA7E809FBC5FDE59FAFF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PositionProperty_t2F48F1F2F13E29ADA8396AB5D1125495A4F91D26_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBag_1__ctor_mFC641662E87A6F891C50AC3E6835FA662FF21CA3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBag_1_t5010D9EE8ABC8F8EEE94BA55DDA0F6716950D2EE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisAlign_t293AAB5F8D4239F304F48DA84CAAB4071C78902C_mCE0AEEA5231DA59DF606615172AFF98BA30E2965_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_mE7D78F8E8A080D1A5F72D38E921F5F081D90D36A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_mCFC4B6B6D7893CCDC973497115C17E77CC02F857_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m751DF50461F072434B105A9C2242B5B5E34C5B7F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_mD8563B993FA03D9CC8F35329A058DA56FC5106E2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisDisplayStyle_t87BEDA2F78F764785ED41FC5E622ECB0091B2459_mB844AF3EF8476554EC59A4CB1E6AD7F8977F40C0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisEditorTextRenderingMode_tDAF3F89A6026D9F460A8C3DA671388E2E7DC2636_m06C4E0AE2F4343E667A59120779DF1449C8F060B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisFlexDirection_t0B086E97C9B1B8F1D94B51CBEAE6564B2A7C15DC_m68631FB4D7369EC5253A40968E42BC51EDF512F1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_mA016F680699D570DFBCDC848F11172CE5715843F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisFontStyle_tDD46734FA9BCB99FB315CD7CAD1137EE536136D1_mC1B9B5438A8E3CA4BB03FFA477828529692AE47F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m8EFF89D8E8930464E412B5DFFE3B25BBAE145CC4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_t0BB33773BAD1888C9043D60F8CAC4EC0F6BAAFD8_m2F3F67A5BA2E2CA9D8CAB4002BA4F0F187FB4344_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_t7BCB520B93E2321C3968BB4F6C74B9AF0518A176_m63429BA886CA18C9D200FC70127FC822D4EC1866_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_tFF6333EF4E62C3D678BBD8D277CFC0CE36E49CF6_mE4A97DA98BB8155E9A7C3AFCE02D1E309F8B4A8F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFDE80D176877A3E6BD79DB12655181F187F6FD1F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisJustify_t91B96D47B47940372289EFCB244DDB5F1F7BD057_m141C5B743398BDFF4481C45A8EC9DEAC889BE026_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisPosition_t066B59B8657DAFCFBEDDAE8CBCE96E88796E1319_mA51C2537008D3869A31987B2342453EAF7C9EA39_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_mC408F88A9EFB2FCFA4672DA29BE20D2E163BB095_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_m1EBEEAE5205B08DBB32FA0BCBD151EB0823EF683_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisSliceType_t3B956F5238654377429A4450F777895156359AD3_mEDF824BE81FB413B880F1A77C68368DA6867E156_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisTextAnchor_tA46E794186AC1CD0F22888652F589EBF7DFDF830_m737CEE156B2832EB02E23B464218734124234988_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisTextGeneratorType_tECF6375E835B62343CEDA8229619FCE1B887C52B_m5A24F8A7405C9B80B19BA4894FAD8FCF8DD06DE5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisTextOverflowPosition_tB30616AE6E61CCEF425E41C8CD5110EC2547DF02_m23C4BADAAAF76CE59EAF4CE4B05438461F41A66D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisTextOverflow_tF5F972A9B8C1DF48FD3E878216CE6B4F94B94ADA_mCE1C4001ECA0F33BFC5CFBC071645D428081AEBF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m2DEA3FC917B3F585E6BF7C52F62AAC9B4CE6E984_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisVisibility_t1AEE2D871B126DD95D6F1D3B36EC92FE0D489F47_m17F665E1EBBDFFB34C77CEFAF6ACCDBDDCFC9BCC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisWhiteSpace_t05265AA4B0C087FAE778422383EA36AF84EDCDD2_m3B1EA66B2823098F638308329BEDB766BE3458AB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleAccessPropertyBag_AddProperty_TisWrap_tDDCA30F27EC4967717380ECCC67C0818EFA8BC53_m76E8CADECB751650864ECEE29950F82229047359_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightProperty_tF63616820820FB43026CEE738A2C2E67F547BE4A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RotateProperty_t9FDA4BCE1BE9C235ADFB76219920EF57195F4CE6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScaleProperty_t68B7FF5944EECC95825AA0EEEAEAABE5B9989254_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextOverflowProperty_t35F6422C37CA3F478C7FFADEA15B40A969F2EF9D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TopProperty_t556A822B7601DB6221B078C86AAB47133D136FE5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransformOriginProperty_t1A75FBA79F548B2574D182467727E5C8E4B7BBC4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionDelayProperty_t2C68A8E623DC91056B02B9678500D4BCAD1C60B2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionDurationProperty_t53ED42E6FFB95F58F849A52807D26EDB89CBBE9A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionPropertyProperty_t876CEFA56CFB0698B32AC2B777A261D3F8D564FF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionTimingFunctionProperty_tDA4C9510C59278F9DFD88F7E507E047C3F93A63C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TranslateProperty_t728ED324FC030F5EF6D0453F9418C441A875C166_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityBackgroundImageTintColorProperty_t7E0533BAA41E34EB363D02B5B99BFC5EC4076EDE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEditorTextRenderingModeProperty_tEBABE6D1C1BC55260D5F6972FFB105FC8A4560B4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityFontDefinitionProperty_t3CFA60D075E3F844EA393E0109A45FEDB3B5CC99_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityFontProperty_tD5B207ECCA7F67B873A831F30B08F1DD1048D6A5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityFontStyleAndWeightProperty_tDAD9210ECD300F837EDE11CDD8CACBCBD54E64FB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityParagraphSpacingProperty_tAB60C83D8E32172676526ACCCF29467F49D8FF0E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnitySliceBottomProperty_t84D4D36CE90A03A2224FECAF305200B86849A728_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnitySliceLeftProperty_tA567F6930532E00BE0FD6E86AAB051E09A81A17C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnitySliceRightProperty_tC6C975D7D30C464B7A70DA1B87C88925F9CEECAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnitySliceScaleProperty_t2423A5003266EB8BDB172810225C25C4BF14793D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnitySliceTopProperty_tE1C11E5ECA09EB0938FEF30D29F6551645E7B98B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnitySliceTypeProperty_tF358DAC5BF6235BBA41D890ABC15C68D33F3B1D3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTextAlignProperty_t8F0AA4D0F18BDCF253026EB6E443715C12F09CF0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTextGeneratorProperty_t40618FD414337B5D7B15C350B09FD15353A99177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTextOutlineColorProperty_tB0239433B5DBF68215230EAB5D49C4CF70544376_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTextOutlineWidthProperty_t3C4337C7CDABBD3A966F521BF546AE94042EE907_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTextOverflowPositionProperty_t339E8B76161BA0671F50A880739F1CD125B12345_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisibilityProperty_t8F27E940551B8B33214EDB53F6C0E788B52D86A4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WhiteSpaceProperty_t39E26F246EA0025FFCEDC99843B4F308D40E7977_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WidthProperty_t61C52BAC15F5F0B6A5152A1998DB484CDE086F76_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WordSpacingProperty_t49A236A8B1F290F32528B71998BDF4A6132EBDD1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PropertyBag_1_t5010D9EE8ABC8F8EEE94BA55DDA0F6716950D2EE_il2cpp_TypeInfo_var);
|
|
PropertyBag_1__ctor_mFC641662E87A6F891C50AC3E6835FA662FF21CA3(__this, PropertyBag_1__ctor_mFC641662E87A6F891C50AC3E6835FA662FF21CA3_RuntimeMethod_var);
|
|
List_1_t7BA5B91B2D09CF4995809331967384256F2AF331* L_0 = (List_1_t7BA5B91B2D09CF4995809331967384256F2AF331*)il2cpp_codegen_object_new(List_1_t7BA5B91B2D09CF4995809331967384256F2AF331_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m644734D5D92DCB889C875B632DB94C7DDB5137A5(L_0, ((int32_t)80), List_1__ctor_m644734D5D92DCB889C875B632DB94C7DDB5137A5_RuntimeMethod_var);
|
|
__this->___m_PropertiesList = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PropertiesList), (void*)L_0);
|
|
Dictionary_2_tF0159087E88823BAC2B237F3220D70374B2FFFA4* L_1 = (Dictionary_2_tF0159087E88823BAC2B237F3220D70374B2FFFA4*)il2cpp_codegen_object_new(Dictionary_2_tF0159087E88823BAC2B237F3220D70374B2FFFA4_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m1FBC1F566E1D82EE750F6B52BD6301B3A4ECE56B(L_1, ((int32_t)240), Dictionary_2__ctor_m1FBC1F566E1D82EE750F6B52BD6301B3A4ECE56B_RuntimeMethod_var);
|
|
__this->___m_PropertiesHash = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PropertiesHash), (void*)L_1);
|
|
AlignContentProperty_tDC7EDA0C7ADB58C9D1A8E8201701449481978B84* L_2 = (AlignContentProperty_tDC7EDA0C7ADB58C9D1A8E8201701449481978B84*)il2cpp_codegen_object_new(AlignContentProperty_tDC7EDA0C7ADB58C9D1A8E8201701449481978B84_il2cpp_TypeInfo_var);
|
|
AlignContentProperty__ctor_m05AF8DFB886A4BB42001C316D990378414C7DB76(L_2, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisAlign_t293AAB5F8D4239F304F48DA84CAAB4071C78902C_mCE0AEEA5231DA59DF606615172AFF98BA30E2965(__this, L_2, ResolvedStyleAccessPropertyBag_AddProperty_TisAlign_t293AAB5F8D4239F304F48DA84CAAB4071C78902C_mCE0AEEA5231DA59DF606615172AFF98BA30E2965_RuntimeMethod_var);
|
|
AlignItemsProperty_t4FF88724741A1A7502D9378FBCFCF2F75ABB7CA2* L_3 = (AlignItemsProperty_t4FF88724741A1A7502D9378FBCFCF2F75ABB7CA2*)il2cpp_codegen_object_new(AlignItemsProperty_t4FF88724741A1A7502D9378FBCFCF2F75ABB7CA2_il2cpp_TypeInfo_var);
|
|
AlignItemsProperty__ctor_mE1645B32E25C49F28C3E224164BFAB607DC4AF74(L_3, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisAlign_t293AAB5F8D4239F304F48DA84CAAB4071C78902C_mCE0AEEA5231DA59DF606615172AFF98BA30E2965(__this, L_3, ResolvedStyleAccessPropertyBag_AddProperty_TisAlign_t293AAB5F8D4239F304F48DA84CAAB4071C78902C_mCE0AEEA5231DA59DF606615172AFF98BA30E2965_RuntimeMethod_var);
|
|
AlignSelfProperty_tCC77B2FDEC0D968E1C6E33E20ECF23337F4D8769* L_4 = (AlignSelfProperty_tCC77B2FDEC0D968E1C6E33E20ECF23337F4D8769*)il2cpp_codegen_object_new(AlignSelfProperty_tCC77B2FDEC0D968E1C6E33E20ECF23337F4D8769_il2cpp_TypeInfo_var);
|
|
AlignSelfProperty__ctor_mEA9ECE1853A2A92C4CE642F071249E321848E6FE(L_4, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisAlign_t293AAB5F8D4239F304F48DA84CAAB4071C78902C_mCE0AEEA5231DA59DF606615172AFF98BA30E2965(__this, L_4, ResolvedStyleAccessPropertyBag_AddProperty_TisAlign_t293AAB5F8D4239F304F48DA84CAAB4071C78902C_mCE0AEEA5231DA59DF606615172AFF98BA30E2965_RuntimeMethod_var);
|
|
BackgroundColorProperty_t8B54BB8ACD52A6494BFC0904DE138F4A03259C92* L_5 = (BackgroundColorProperty_t8B54BB8ACD52A6494BFC0904DE138F4A03259C92*)il2cpp_codegen_object_new(BackgroundColorProperty_t8B54BB8ACD52A6494BFC0904DE138F4A03259C92_il2cpp_TypeInfo_var);
|
|
BackgroundColorProperty__ctor_mDFC42AD1BB63C9B49606BC718E8B113152CEFC6A(L_5, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694(__this, L_5, ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694_RuntimeMethod_var);
|
|
BackgroundImageProperty_t45D7426C598C2CF15F2AD91DA5D37156826C7390* L_6 = (BackgroundImageProperty_t45D7426C598C2CF15F2AD91DA5D37156826C7390*)il2cpp_codegen_object_new(BackgroundImageProperty_t45D7426C598C2CF15F2AD91DA5D37156826C7390_il2cpp_TypeInfo_var);
|
|
BackgroundImageProperty__ctor_mF37DB6E5C9D2F0FC75B157E3765082CBC86941C2(L_6, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_mD8563B993FA03D9CC8F35329A058DA56FC5106E2(__this, L_6, ResolvedStyleAccessPropertyBag_AddProperty_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_mD8563B993FA03D9CC8F35329A058DA56FC5106E2_RuntimeMethod_var);
|
|
BackgroundPositionXProperty_t365056335C81792A5CA82D792236AB7D37FEAE61* L_7 = (BackgroundPositionXProperty_t365056335C81792A5CA82D792236AB7D37FEAE61*)il2cpp_codegen_object_new(BackgroundPositionXProperty_t365056335C81792A5CA82D792236AB7D37FEAE61_il2cpp_TypeInfo_var);
|
|
BackgroundPositionXProperty__ctor_m74AF37E4FAFF135E4223A7ACB76B25BAC7904E83(L_7, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_mE7D78F8E8A080D1A5F72D38E921F5F081D90D36A(__this, L_7, ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_mE7D78F8E8A080D1A5F72D38E921F5F081D90D36A_RuntimeMethod_var);
|
|
BackgroundPositionYProperty_t259C94E143FE92A7F1DA0BD1D8D0A908C7E82A69* L_8 = (BackgroundPositionYProperty_t259C94E143FE92A7F1DA0BD1D8D0A908C7E82A69*)il2cpp_codegen_object_new(BackgroundPositionYProperty_t259C94E143FE92A7F1DA0BD1D8D0A908C7E82A69_il2cpp_TypeInfo_var);
|
|
BackgroundPositionYProperty__ctor_mA09A2AD00C09F47D159C59BBBAF438A4A6EBEB31(L_8, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_mE7D78F8E8A080D1A5F72D38E921F5F081D90D36A(__this, L_8, ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_mE7D78F8E8A080D1A5F72D38E921F5F081D90D36A_RuntimeMethod_var);
|
|
BackgroundRepeatProperty_t1004CA4ACB5CF4FB895A6C5C98B5296C09E6F376* L_9 = (BackgroundRepeatProperty_t1004CA4ACB5CF4FB895A6C5C98B5296C09E6F376*)il2cpp_codegen_object_new(BackgroundRepeatProperty_t1004CA4ACB5CF4FB895A6C5C98B5296C09E6F376_il2cpp_TypeInfo_var);
|
|
BackgroundRepeatProperty__ctor_m2AC8F51E45AB8D3DAB821120A0BD3464A4816B54(L_9, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_mCFC4B6B6D7893CCDC973497115C17E77CC02F857(__this, L_9, ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_mCFC4B6B6D7893CCDC973497115C17E77CC02F857_RuntimeMethod_var);
|
|
BackgroundSizeProperty_t99EB9E68A3793B12B8C6EB9944A6187D950B5825* L_10 = (BackgroundSizeProperty_t99EB9E68A3793B12B8C6EB9944A6187D950B5825*)il2cpp_codegen_object_new(BackgroundSizeProperty_t99EB9E68A3793B12B8C6EB9944A6187D950B5825_il2cpp_TypeInfo_var);
|
|
BackgroundSizeProperty__ctor_mB8E435E99716469ADBDBD55A89D8E665F640873C(L_10, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m751DF50461F072434B105A9C2242B5B5E34C5B7F(__this, L_10, ResolvedStyleAccessPropertyBag_AddProperty_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m751DF50461F072434B105A9C2242B5B5E34C5B7F_RuntimeMethod_var);
|
|
BorderBottomColorProperty_t1DB1E9B060459615145CB994F3266945EE2A92EB* L_11 = (BorderBottomColorProperty_t1DB1E9B060459615145CB994F3266945EE2A92EB*)il2cpp_codegen_object_new(BorderBottomColorProperty_t1DB1E9B060459615145CB994F3266945EE2A92EB_il2cpp_TypeInfo_var);
|
|
BorderBottomColorProperty__ctor_m5FB478D97CB737DD16D41B4539016E47A6784159(L_11, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694(__this, L_11, ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694_RuntimeMethod_var);
|
|
BorderBottomLeftRadiusProperty_tC734867CF22875CBF2F2B13EBEA52BBBE6D8246D* L_12 = (BorderBottomLeftRadiusProperty_tC734867CF22875CBF2F2B13EBEA52BBBE6D8246D*)il2cpp_codegen_object_new(BorderBottomLeftRadiusProperty_tC734867CF22875CBF2F2B13EBEA52BBBE6D8246D_il2cpp_TypeInfo_var);
|
|
BorderBottomLeftRadiusProperty__ctor_mA1905DF9584CCC2B653272942C3D962B535C9DA4(L_12, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_12, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
BorderBottomRightRadiusProperty_t87303883918B664CE5294C8EC61685B2AC0EFAA5* L_13 = (BorderBottomRightRadiusProperty_t87303883918B664CE5294C8EC61685B2AC0EFAA5*)il2cpp_codegen_object_new(BorderBottomRightRadiusProperty_t87303883918B664CE5294C8EC61685B2AC0EFAA5_il2cpp_TypeInfo_var);
|
|
BorderBottomRightRadiusProperty__ctor_mA37C4F7A3134D21A692ABA70F7BA8B8B8CB62BE7(L_13, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_13, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
BorderBottomWidthProperty_tE1AFF2D1CE0E8B2BEF498BCE6F60A618268FC31A* L_14 = (BorderBottomWidthProperty_tE1AFF2D1CE0E8B2BEF498BCE6F60A618268FC31A*)il2cpp_codegen_object_new(BorderBottomWidthProperty_tE1AFF2D1CE0E8B2BEF498BCE6F60A618268FC31A_il2cpp_TypeInfo_var);
|
|
BorderBottomWidthProperty__ctor_m09FEB3D25DED61C42DF0C4210A5CB97AEBDE60FB(L_14, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_14, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
BorderLeftColorProperty_tE2A1416D03CD2F722A7EFC705E4C3D3B8EC3D592* L_15 = (BorderLeftColorProperty_tE2A1416D03CD2F722A7EFC705E4C3D3B8EC3D592*)il2cpp_codegen_object_new(BorderLeftColorProperty_tE2A1416D03CD2F722A7EFC705E4C3D3B8EC3D592_il2cpp_TypeInfo_var);
|
|
BorderLeftColorProperty__ctor_mCB9D09008F408185F509DDC40F36106CEDBCC2F4(L_15, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694(__this, L_15, ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694_RuntimeMethod_var);
|
|
BorderLeftWidthProperty_t81FAF118F7DD59E52D374AFF983CA7934BC57A1E* L_16 = (BorderLeftWidthProperty_t81FAF118F7DD59E52D374AFF983CA7934BC57A1E*)il2cpp_codegen_object_new(BorderLeftWidthProperty_t81FAF118F7DD59E52D374AFF983CA7934BC57A1E_il2cpp_TypeInfo_var);
|
|
BorderLeftWidthProperty__ctor_m7841C5C447C6643CFA87C4B642BF8AF704AB0124(L_16, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_16, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
BorderRightColorProperty_t4008AEC7B7E420AD32E35DC5560F509FE4FB5CA8* L_17 = (BorderRightColorProperty_t4008AEC7B7E420AD32E35DC5560F509FE4FB5CA8*)il2cpp_codegen_object_new(BorderRightColorProperty_t4008AEC7B7E420AD32E35DC5560F509FE4FB5CA8_il2cpp_TypeInfo_var);
|
|
BorderRightColorProperty__ctor_mEDD4D01B7E6DFD032A14CB2DDEB285B66899D957(L_17, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694(__this, L_17, ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694_RuntimeMethod_var);
|
|
BorderRightWidthProperty_t1A8405C0137E2745F87B3B9F31E970E726CA31AB* L_18 = (BorderRightWidthProperty_t1A8405C0137E2745F87B3B9F31E970E726CA31AB*)il2cpp_codegen_object_new(BorderRightWidthProperty_t1A8405C0137E2745F87B3B9F31E970E726CA31AB_il2cpp_TypeInfo_var);
|
|
BorderRightWidthProperty__ctor_mA5555367600FD4215A2A8E20FA581571CB002A69(L_18, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_18, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
BorderTopColorProperty_tA8DD92BDCE7BA5C9A43A6DBCE42126E16EFB987C* L_19 = (BorderTopColorProperty_tA8DD92BDCE7BA5C9A43A6DBCE42126E16EFB987C*)il2cpp_codegen_object_new(BorderTopColorProperty_tA8DD92BDCE7BA5C9A43A6DBCE42126E16EFB987C_il2cpp_TypeInfo_var);
|
|
BorderTopColorProperty__ctor_mFE86FDA810E82C36F97CC810EBFE26E5CC2C046E(L_19, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694(__this, L_19, ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694_RuntimeMethod_var);
|
|
BorderTopLeftRadiusProperty_tC74A5C378B04E653471D06FCB53C33DC9EEDEBAC* L_20 = (BorderTopLeftRadiusProperty_tC74A5C378B04E653471D06FCB53C33DC9EEDEBAC*)il2cpp_codegen_object_new(BorderTopLeftRadiusProperty_tC74A5C378B04E653471D06FCB53C33DC9EEDEBAC_il2cpp_TypeInfo_var);
|
|
BorderTopLeftRadiusProperty__ctor_m9A711DAB1807C669EFF3496AF7D1C1F4DC859A39(L_20, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_20, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
BorderTopRightRadiusProperty_t66FE3C9A3689A6A921D849F2C27221BB6FB4B6A2* L_21 = (BorderTopRightRadiusProperty_t66FE3C9A3689A6A921D849F2C27221BB6FB4B6A2*)il2cpp_codegen_object_new(BorderTopRightRadiusProperty_t66FE3C9A3689A6A921D849F2C27221BB6FB4B6A2_il2cpp_TypeInfo_var);
|
|
BorderTopRightRadiusProperty__ctor_mFB65EFDD8CC91CF7DDC08258824E7F1575180374(L_21, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_21, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
BorderTopWidthProperty_t2330D49388D3D9506716EBE3C752017608179346* L_22 = (BorderTopWidthProperty_t2330D49388D3D9506716EBE3C752017608179346*)il2cpp_codegen_object_new(BorderTopWidthProperty_t2330D49388D3D9506716EBE3C752017608179346_il2cpp_TypeInfo_var);
|
|
BorderTopWidthProperty__ctor_m8CCE1842AE56226D0F392738804477A2966B4178(L_22, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_22, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
BottomProperty_tD8D8F8CC82FC6FF0DACBF4EC12516AF9570F2394* L_23 = (BottomProperty_tD8D8F8CC82FC6FF0DACBF4EC12516AF9570F2394*)il2cpp_codegen_object_new(BottomProperty_tD8D8F8CC82FC6FF0DACBF4EC12516AF9570F2394_il2cpp_TypeInfo_var);
|
|
BottomProperty__ctor_mD8F894D9FEDE148833D6C9116F27677B2DA3913F(L_23, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_23, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
ColorProperty_t226EC7E112327E189EC0B88A75BDD979E625087A* L_24 = (ColorProperty_t226EC7E112327E189EC0B88A75BDD979E625087A*)il2cpp_codegen_object_new(ColorProperty_t226EC7E112327E189EC0B88A75BDD979E625087A_il2cpp_TypeInfo_var);
|
|
ColorProperty__ctor_mB0B801D6D6EA897AE7081A2D509B9BA697A69F41(L_24, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694(__this, L_24, ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694_RuntimeMethod_var);
|
|
DisplayProperty_tCE6D1E5659E1FC60641F9522D632BC6D15BC03BC* L_25 = (DisplayProperty_tCE6D1E5659E1FC60641F9522D632BC6D15BC03BC*)il2cpp_codegen_object_new(DisplayProperty_tCE6D1E5659E1FC60641F9522D632BC6D15BC03BC_il2cpp_TypeInfo_var);
|
|
DisplayProperty__ctor_mB18C74D13621E46E562CD3151C6B3A501DD1DD62(L_25, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisDisplayStyle_t87BEDA2F78F764785ED41FC5E622ECB0091B2459_mB844AF3EF8476554EC59A4CB1E6AD7F8977F40C0(__this, L_25, ResolvedStyleAccessPropertyBag_AddProperty_TisDisplayStyle_t87BEDA2F78F764785ED41FC5E622ECB0091B2459_mB844AF3EF8476554EC59A4CB1E6AD7F8977F40C0_RuntimeMethod_var);
|
|
FlexBasisProperty_t274E7535C2EF8612AC06C6AF70CF14B15541127F* L_26 = (FlexBasisProperty_t274E7535C2EF8612AC06C6AF70CF14B15541127F*)il2cpp_codegen_object_new(FlexBasisProperty_t274E7535C2EF8612AC06C6AF70CF14B15541127F_il2cpp_TypeInfo_var);
|
|
FlexBasisProperty__ctor_m3A9D8526F3B009EFA39B14D938394F481CED0540(L_26, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F(__this, L_26, ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F_RuntimeMethod_var);
|
|
FlexDirectionProperty_t3C7CCF86BA8F276C9D7B800D87C8E75208E92C51* L_27 = (FlexDirectionProperty_t3C7CCF86BA8F276C9D7B800D87C8E75208E92C51*)il2cpp_codegen_object_new(FlexDirectionProperty_t3C7CCF86BA8F276C9D7B800D87C8E75208E92C51_il2cpp_TypeInfo_var);
|
|
FlexDirectionProperty__ctor_mE90FD2B9057676A8489D9DA6343375A79DB8B884(L_27, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisFlexDirection_t0B086E97C9B1B8F1D94B51CBEAE6564B2A7C15DC_m68631FB4D7369EC5253A40968E42BC51EDF512F1(__this, L_27, ResolvedStyleAccessPropertyBag_AddProperty_TisFlexDirection_t0B086E97C9B1B8F1D94B51CBEAE6564B2A7C15DC_m68631FB4D7369EC5253A40968E42BC51EDF512F1_RuntimeMethod_var);
|
|
FlexGrowProperty_t6A377D0663306554E365548E493129E7760B06A0* L_28 = (FlexGrowProperty_t6A377D0663306554E365548E493129E7760B06A0*)il2cpp_codegen_object_new(FlexGrowProperty_t6A377D0663306554E365548E493129E7760B06A0_il2cpp_TypeInfo_var);
|
|
FlexGrowProperty__ctor_m3EF2BF384300559E0347F917780DE73258100F4D(L_28, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_28, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
FlexShrinkProperty_tC0BBC93757378BF0DD18AAD7A4EB3AEEFB93CB22* L_29 = (FlexShrinkProperty_tC0BBC93757378BF0DD18AAD7A4EB3AEEFB93CB22*)il2cpp_codegen_object_new(FlexShrinkProperty_tC0BBC93757378BF0DD18AAD7A4EB3AEEFB93CB22_il2cpp_TypeInfo_var);
|
|
FlexShrinkProperty__ctor_m6718AB87B240A209D379278E5D2C9F517263C7E8(L_29, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_29, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
FlexWrapProperty_tA9AAD249C5C8DBDAFBD3F7B027FD58A1CFD25AB0* L_30 = (FlexWrapProperty_tA9AAD249C5C8DBDAFBD3F7B027FD58A1CFD25AB0*)il2cpp_codegen_object_new(FlexWrapProperty_tA9AAD249C5C8DBDAFBD3F7B027FD58A1CFD25AB0_il2cpp_TypeInfo_var);
|
|
FlexWrapProperty__ctor_mD748CEB523F6B3156BACDBA7928AA447E6151397(L_30, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisWrap_tDDCA30F27EC4967717380ECCC67C0818EFA8BC53_m76E8CADECB751650864ECEE29950F82229047359(__this, L_30, ResolvedStyleAccessPropertyBag_AddProperty_TisWrap_tDDCA30F27EC4967717380ECCC67C0818EFA8BC53_m76E8CADECB751650864ECEE29950F82229047359_RuntimeMethod_var);
|
|
FontSizeProperty_tA8DBD13D37B353FD2E63FC7882ECD7C1C011DFF5* L_31 = (FontSizeProperty_tA8DBD13D37B353FD2E63FC7882ECD7C1C011DFF5*)il2cpp_codegen_object_new(FontSizeProperty_tA8DBD13D37B353FD2E63FC7882ECD7C1C011DFF5_il2cpp_TypeInfo_var);
|
|
FontSizeProperty__ctor_m666231F1B4316EB4C9D8CD91FB8A7BCD44E7C206(L_31, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_31, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
HeightProperty_t16ED2BEA1F1E8AD7C6658672158875D725DF6F69* L_32 = (HeightProperty_t16ED2BEA1F1E8AD7C6658672158875D725DF6F69*)il2cpp_codegen_object_new(HeightProperty_t16ED2BEA1F1E8AD7C6658672158875D725DF6F69_il2cpp_TypeInfo_var);
|
|
HeightProperty__ctor_m69E391EB75F0BDA061F768BF7189245FACAA8639(L_32, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_32, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
JustifyContentProperty_tAE4FDE1EDCAD8EA0E58A19F97B95DE4C2467DEAC* L_33 = (JustifyContentProperty_tAE4FDE1EDCAD8EA0E58A19F97B95DE4C2467DEAC*)il2cpp_codegen_object_new(JustifyContentProperty_tAE4FDE1EDCAD8EA0E58A19F97B95DE4C2467DEAC_il2cpp_TypeInfo_var);
|
|
JustifyContentProperty__ctor_m8B6DE00D676DF736815F25624C39FA0B3FB78F15(L_33, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisJustify_t91B96D47B47940372289EFCB244DDB5F1F7BD057_m141C5B743398BDFF4481C45A8EC9DEAC889BE026(__this, L_33, ResolvedStyleAccessPropertyBag_AddProperty_TisJustify_t91B96D47B47940372289EFCB244DDB5F1F7BD057_m141C5B743398BDFF4481C45A8EC9DEAC889BE026_RuntimeMethod_var);
|
|
LeftProperty_t0738CF32A61378D7777756A03DA871029C807F69* L_34 = (LeftProperty_t0738CF32A61378D7777756A03DA871029C807F69*)il2cpp_codegen_object_new(LeftProperty_t0738CF32A61378D7777756A03DA871029C807F69_il2cpp_TypeInfo_var);
|
|
LeftProperty__ctor_mB72EE95700CD81ABC0F0D6B6EE233CC896AB84E2(L_34, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_34, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
LetterSpacingProperty_tE585B9F719007125786412F164078DF65C30979B* L_35 = (LetterSpacingProperty_tE585B9F719007125786412F164078DF65C30979B*)il2cpp_codegen_object_new(LetterSpacingProperty_tE585B9F719007125786412F164078DF65C30979B_il2cpp_TypeInfo_var);
|
|
LetterSpacingProperty__ctor_m7A23E02E93AED7D99507A7145E0186C8D416A0C3(L_35, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_35, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
MarginBottomProperty_tB4DDEADF9022703FD973AD0CA38BFAB0441D4C70* L_36 = (MarginBottomProperty_tB4DDEADF9022703FD973AD0CA38BFAB0441D4C70*)il2cpp_codegen_object_new(MarginBottomProperty_tB4DDEADF9022703FD973AD0CA38BFAB0441D4C70_il2cpp_TypeInfo_var);
|
|
MarginBottomProperty__ctor_mB4C08FFD63F15022EC39305989EDB78E841C8695(L_36, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_36, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
MarginLeftProperty_t40AF1AB97B99176FB3C3472821CA1E4A30A78F46* L_37 = (MarginLeftProperty_t40AF1AB97B99176FB3C3472821CA1E4A30A78F46*)il2cpp_codegen_object_new(MarginLeftProperty_t40AF1AB97B99176FB3C3472821CA1E4A30A78F46_il2cpp_TypeInfo_var);
|
|
MarginLeftProperty__ctor_m65CE3108D9F71E0F73ACB06B32C05227A6AA3AE7(L_37, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_37, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
MarginRightProperty_tC5B3D1FED740DD4B23CCC3C43FC5EA2F7B311FE0* L_38 = (MarginRightProperty_tC5B3D1FED740DD4B23CCC3C43FC5EA2F7B311FE0*)il2cpp_codegen_object_new(MarginRightProperty_tC5B3D1FED740DD4B23CCC3C43FC5EA2F7B311FE0_il2cpp_TypeInfo_var);
|
|
MarginRightProperty__ctor_mA8E9082C619F5B6CEF887490CAC33CF3FD3C9E52(L_38, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_38, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
MarginTopProperty_tDACD08E501E526116D5C9078BBD54E01DA502354* L_39 = (MarginTopProperty_tDACD08E501E526116D5C9078BBD54E01DA502354*)il2cpp_codegen_object_new(MarginTopProperty_tDACD08E501E526116D5C9078BBD54E01DA502354_il2cpp_TypeInfo_var);
|
|
MarginTopProperty__ctor_mB9A656D20177BA133DEBD6BDA6479F5B20C3F5C0(L_39, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_39, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
MaxHeightProperty_tC1A9275B36F6971F55C0A2793905DB26F5D44C73* L_40 = (MaxHeightProperty_tC1A9275B36F6971F55C0A2793905DB26F5D44C73*)il2cpp_codegen_object_new(MaxHeightProperty_tC1A9275B36F6971F55C0A2793905DB26F5D44C73_il2cpp_TypeInfo_var);
|
|
MaxHeightProperty__ctor_m8B017F5EE8E0F15E49AD7256B92392C29D5E3D01(L_40, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F(__this, L_40, ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F_RuntimeMethod_var);
|
|
MaxWidthProperty_t3BDC6D70494A8B0E0AD2B13C5ADE9F40D3186C47* L_41 = (MaxWidthProperty_t3BDC6D70494A8B0E0AD2B13C5ADE9F40D3186C47*)il2cpp_codegen_object_new(MaxWidthProperty_t3BDC6D70494A8B0E0AD2B13C5ADE9F40D3186C47_il2cpp_TypeInfo_var);
|
|
MaxWidthProperty__ctor_m2C6A1EA24FB8D785AC425E9A22A3DCF33DE76B3C(L_41, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F(__this, L_41, ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F_RuntimeMethod_var);
|
|
MinHeightProperty_tB5F88011789586CE570D6DB2BA2BD401560C499E* L_42 = (MinHeightProperty_tB5F88011789586CE570D6DB2BA2BD401560C499E*)il2cpp_codegen_object_new(MinHeightProperty_tB5F88011789586CE570D6DB2BA2BD401560C499E_il2cpp_TypeInfo_var);
|
|
MinHeightProperty__ctor_m37E0F49B58FEEFE4C4EAD3BAB1E0E8EC474015E0(L_42, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F(__this, L_42, ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F_RuntimeMethod_var);
|
|
MinWidthProperty_t91ABDD98F319AF76873AB91425139F5794570A6F* L_43 = (MinWidthProperty_t91ABDD98F319AF76873AB91425139F5794570A6F*)il2cpp_codegen_object_new(MinWidthProperty_t91ABDD98F319AF76873AB91425139F5794570A6F_il2cpp_TypeInfo_var);
|
|
MinWidthProperty__ctor_m3730BC050875D0C8AE66FD315AF6F4027C757BD2(L_43, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F(__this, L_43, ResolvedStyleAccessPropertyBag_AddProperty_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m7D23226BC464ED4E75B5E394DAAC92DAE0E8765F_RuntimeMethod_var);
|
|
OpacityProperty_t5E8A2E423916B410A184234CE294F467F7896F1E* L_44 = (OpacityProperty_t5E8A2E423916B410A184234CE294F467F7896F1E*)il2cpp_codegen_object_new(OpacityProperty_t5E8A2E423916B410A184234CE294F467F7896F1E_il2cpp_TypeInfo_var);
|
|
OpacityProperty__ctor_m23B683A47B6B9F8EE5F35A7DFBAC4F0FA499FEE6(L_44, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_44, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
PaddingBottomProperty_t822BBAD86ED0975C6E71BB917E469BC3DE0E0044* L_45 = (PaddingBottomProperty_t822BBAD86ED0975C6E71BB917E469BC3DE0E0044*)il2cpp_codegen_object_new(PaddingBottomProperty_t822BBAD86ED0975C6E71BB917E469BC3DE0E0044_il2cpp_TypeInfo_var);
|
|
PaddingBottomProperty__ctor_m6A29E46195509ECC2DBBB107CE77FB9625C026D5(L_45, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_45, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
PaddingLeftProperty_t484C5908100271E1B4CA508B552671E194AB4AFD* L_46 = (PaddingLeftProperty_t484C5908100271E1B4CA508B552671E194AB4AFD*)il2cpp_codegen_object_new(PaddingLeftProperty_t484C5908100271E1B4CA508B552671E194AB4AFD_il2cpp_TypeInfo_var);
|
|
PaddingLeftProperty__ctor_m5F37FCC7F72E8DF7CA5282CF36594C86FB5212A6(L_46, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_46, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
PaddingRightProperty_t86A3EC5903DBA7AF9AAF6ECD4FC264178EF90DDC* L_47 = (PaddingRightProperty_t86A3EC5903DBA7AF9AAF6ECD4FC264178EF90DDC*)il2cpp_codegen_object_new(PaddingRightProperty_t86A3EC5903DBA7AF9AAF6ECD4FC264178EF90DDC_il2cpp_TypeInfo_var);
|
|
PaddingRightProperty__ctor_m08F4CCCD22FCB4B6DC3168196E51F86C22313EE8(L_47, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_47, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
PaddingTopProperty_t6F57D50306CF1E93B3FBDA7E809FBC5FDE59FAFF* L_48 = (PaddingTopProperty_t6F57D50306CF1E93B3FBDA7E809FBC5FDE59FAFF*)il2cpp_codegen_object_new(PaddingTopProperty_t6F57D50306CF1E93B3FBDA7E809FBC5FDE59FAFF_il2cpp_TypeInfo_var);
|
|
PaddingTopProperty__ctor_m9FA84FE77CF5FFF5390FEB807C6B0883170115C4(L_48, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_48, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
PositionProperty_t2F48F1F2F13E29ADA8396AB5D1125495A4F91D26* L_49 = (PositionProperty_t2F48F1F2F13E29ADA8396AB5D1125495A4F91D26*)il2cpp_codegen_object_new(PositionProperty_t2F48F1F2F13E29ADA8396AB5D1125495A4F91D26_il2cpp_TypeInfo_var);
|
|
PositionProperty__ctor_m99384ACC8CA5B80A1753B26D7F9E368F5882F584(L_49, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisPosition_t066B59B8657DAFCFBEDDAE8CBCE96E88796E1319_mA51C2537008D3869A31987B2342453EAF7C9EA39(__this, L_49, ResolvedStyleAccessPropertyBag_AddProperty_TisPosition_t066B59B8657DAFCFBEDDAE8CBCE96E88796E1319_mA51C2537008D3869A31987B2342453EAF7C9EA39_RuntimeMethod_var);
|
|
RightProperty_tF63616820820FB43026CEE738A2C2E67F547BE4A* L_50 = (RightProperty_tF63616820820FB43026CEE738A2C2E67F547BE4A*)il2cpp_codegen_object_new(RightProperty_tF63616820820FB43026CEE738A2C2E67F547BE4A_il2cpp_TypeInfo_var);
|
|
RightProperty__ctor_m4A746623610049EA1B4C2CA29AABBCCFB264353A(L_50, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_50, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
RotateProperty_t9FDA4BCE1BE9C235ADFB76219920EF57195F4CE6* L_51 = (RotateProperty_t9FDA4BCE1BE9C235ADFB76219920EF57195F4CE6*)il2cpp_codegen_object_new(RotateProperty_t9FDA4BCE1BE9C235ADFB76219920EF57195F4CE6_il2cpp_TypeInfo_var);
|
|
RotateProperty__ctor_m262AFF32615DE214EF226F0C2D82473BA9D309F6(L_51, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_mC408F88A9EFB2FCFA4672DA29BE20D2E163BB095(__this, L_51, ResolvedStyleAccessPropertyBag_AddProperty_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_mC408F88A9EFB2FCFA4672DA29BE20D2E163BB095_RuntimeMethod_var);
|
|
ScaleProperty_t68B7FF5944EECC95825AA0EEEAEAABE5B9989254* L_52 = (ScaleProperty_t68B7FF5944EECC95825AA0EEEAEAABE5B9989254*)il2cpp_codegen_object_new(ScaleProperty_t68B7FF5944EECC95825AA0EEEAEAABE5B9989254_il2cpp_TypeInfo_var);
|
|
ScaleProperty__ctor_m2F777478056D0550810158D7CD34ECC6C9003C8A(L_52, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_m1EBEEAE5205B08DBB32FA0BCBD151EB0823EF683(__this, L_52, ResolvedStyleAccessPropertyBag_AddProperty_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_m1EBEEAE5205B08DBB32FA0BCBD151EB0823EF683_RuntimeMethod_var);
|
|
TextOverflowProperty_t35F6422C37CA3F478C7FFADEA15B40A969F2EF9D* L_53 = (TextOverflowProperty_t35F6422C37CA3F478C7FFADEA15B40A969F2EF9D*)il2cpp_codegen_object_new(TextOverflowProperty_t35F6422C37CA3F478C7FFADEA15B40A969F2EF9D_il2cpp_TypeInfo_var);
|
|
TextOverflowProperty__ctor_m79A22E6DC51F662CFA7C42CC958527EDBD0565DA(L_53, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisTextOverflow_tF5F972A9B8C1DF48FD3E878216CE6B4F94B94ADA_mCE1C4001ECA0F33BFC5CFBC071645D428081AEBF(__this, L_53, ResolvedStyleAccessPropertyBag_AddProperty_TisTextOverflow_tF5F972A9B8C1DF48FD3E878216CE6B4F94B94ADA_mCE1C4001ECA0F33BFC5CFBC071645D428081AEBF_RuntimeMethod_var);
|
|
TopProperty_t556A822B7601DB6221B078C86AAB47133D136FE5* L_54 = (TopProperty_t556A822B7601DB6221B078C86AAB47133D136FE5*)il2cpp_codegen_object_new(TopProperty_t556A822B7601DB6221B078C86AAB47133D136FE5_il2cpp_TypeInfo_var);
|
|
TopProperty__ctor_mE708D777C37113A48816577132CD9BB4A0FB5254(L_54, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_54, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
TransformOriginProperty_t1A75FBA79F548B2574D182467727E5C8E4B7BBC4* L_55 = (TransformOriginProperty_t1A75FBA79F548B2574D182467727E5C8E4B7BBC4*)il2cpp_codegen_object_new(TransformOriginProperty_t1A75FBA79F548B2574D182467727E5C8E4B7BBC4_il2cpp_TypeInfo_var);
|
|
TransformOriginProperty__ctor_m47E68F70A2BE4EEB036704223C9A13F3BE9A4870(L_55, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m2DEA3FC917B3F585E6BF7C52F62AAC9B4CE6E984(__this, L_55, ResolvedStyleAccessPropertyBag_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m2DEA3FC917B3F585E6BF7C52F62AAC9B4CE6E984_RuntimeMethod_var);
|
|
TransitionDelayProperty_t2C68A8E623DC91056B02B9678500D4BCAD1C60B2* L_56 = (TransitionDelayProperty_t2C68A8E623DC91056B02B9678500D4BCAD1C60B2*)il2cpp_codegen_object_new(TransitionDelayProperty_t2C68A8E623DC91056B02B9678500D4BCAD1C60B2_il2cpp_TypeInfo_var);
|
|
TransitionDelayProperty__ctor_mD31E39F4237AC9EA3DE2A1F465A526F5D1C9E429(L_56, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_t7BCB520B93E2321C3968BB4F6C74B9AF0518A176_m63429BA886CA18C9D200FC70127FC822D4EC1866(__this, L_56, ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_t7BCB520B93E2321C3968BB4F6C74B9AF0518A176_m63429BA886CA18C9D200FC70127FC822D4EC1866_RuntimeMethod_var);
|
|
TransitionDurationProperty_t53ED42E6FFB95F58F849A52807D26EDB89CBBE9A* L_57 = (TransitionDurationProperty_t53ED42E6FFB95F58F849A52807D26EDB89CBBE9A*)il2cpp_codegen_object_new(TransitionDurationProperty_t53ED42E6FFB95F58F849A52807D26EDB89CBBE9A_il2cpp_TypeInfo_var);
|
|
TransitionDurationProperty__ctor_mA0B12C5A5E86E016952044EC9889D5602945FD44(L_57, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_t7BCB520B93E2321C3968BB4F6C74B9AF0518A176_m63429BA886CA18C9D200FC70127FC822D4EC1866(__this, L_57, ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_t7BCB520B93E2321C3968BB4F6C74B9AF0518A176_m63429BA886CA18C9D200FC70127FC822D4EC1866_RuntimeMethod_var);
|
|
TransitionPropertyProperty_t876CEFA56CFB0698B32AC2B777A261D3F8D564FF* L_58 = (TransitionPropertyProperty_t876CEFA56CFB0698B32AC2B777A261D3F8D564FF*)il2cpp_codegen_object_new(TransitionPropertyProperty_t876CEFA56CFB0698B32AC2B777A261D3F8D564FF_il2cpp_TypeInfo_var);
|
|
TransitionPropertyProperty__ctor_mEA5C8377944434A478FE12187961CE8AFA4A8E86(L_58, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_t0BB33773BAD1888C9043D60F8CAC4EC0F6BAAFD8_m2F3F67A5BA2E2CA9D8CAB4002BA4F0F187FB4344(__this, L_58, ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_t0BB33773BAD1888C9043D60F8CAC4EC0F6BAAFD8_m2F3F67A5BA2E2CA9D8CAB4002BA4F0F187FB4344_RuntimeMethod_var);
|
|
TransitionTimingFunctionProperty_tDA4C9510C59278F9DFD88F7E507E047C3F93A63C* L_59 = (TransitionTimingFunctionProperty_tDA4C9510C59278F9DFD88F7E507E047C3F93A63C*)il2cpp_codegen_object_new(TransitionTimingFunctionProperty_tDA4C9510C59278F9DFD88F7E507E047C3F93A63C_il2cpp_TypeInfo_var);
|
|
TransitionTimingFunctionProperty__ctor_mED8E5A58522B0FD7FA1E57F38E4CA0ACC2F50D5E(L_59, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_tFF6333EF4E62C3D678BBD8D277CFC0CE36E49CF6_mE4A97DA98BB8155E9A7C3AFCE02D1E309F8B4A8F(__this, L_59, ResolvedStyleAccessPropertyBag_AddProperty_TisIEnumerable_1_tFF6333EF4E62C3D678BBD8D277CFC0CE36E49CF6_mE4A97DA98BB8155E9A7C3AFCE02D1E309F8B4A8F_RuntimeMethod_var);
|
|
TranslateProperty_t728ED324FC030F5EF6D0453F9418C441A875C166* L_60 = (TranslateProperty_t728ED324FC030F5EF6D0453F9418C441A875C166*)il2cpp_codegen_object_new(TranslateProperty_t728ED324FC030F5EF6D0453F9418C441A875C166_il2cpp_TypeInfo_var);
|
|
TranslateProperty__ctor_m8AEC13AFF576DB57B7FD49331F922CBD158C2DE3(L_60, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m2DEA3FC917B3F585E6BF7C52F62AAC9B4CE6E984(__this, L_60, ResolvedStyleAccessPropertyBag_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m2DEA3FC917B3F585E6BF7C52F62AAC9B4CE6E984_RuntimeMethod_var);
|
|
UnityBackgroundImageTintColorProperty_t7E0533BAA41E34EB363D02B5B99BFC5EC4076EDE* L_61 = (UnityBackgroundImageTintColorProperty_t7E0533BAA41E34EB363D02B5B99BFC5EC4076EDE*)il2cpp_codegen_object_new(UnityBackgroundImageTintColorProperty_t7E0533BAA41E34EB363D02B5B99BFC5EC4076EDE_il2cpp_TypeInfo_var);
|
|
UnityBackgroundImageTintColorProperty__ctor_m59A0E56CB03B2212DAD690FD6B1FAB115EA8ABD9(L_61, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694(__this, L_61, ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694_RuntimeMethod_var);
|
|
UnityEditorTextRenderingModeProperty_tEBABE6D1C1BC55260D5F6972FFB105FC8A4560B4* L_62 = (UnityEditorTextRenderingModeProperty_tEBABE6D1C1BC55260D5F6972FFB105FC8A4560B4*)il2cpp_codegen_object_new(UnityEditorTextRenderingModeProperty_tEBABE6D1C1BC55260D5F6972FFB105FC8A4560B4_il2cpp_TypeInfo_var);
|
|
UnityEditorTextRenderingModeProperty__ctor_m12CFE02B0D6B10C9B67DD1BA3CD36FE615616E75(L_62, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisEditorTextRenderingMode_tDAF3F89A6026D9F460A8C3DA671388E2E7DC2636_m06C4E0AE2F4343E667A59120779DF1449C8F060B(__this, L_62, ResolvedStyleAccessPropertyBag_AddProperty_TisEditorTextRenderingMode_tDAF3F89A6026D9F460A8C3DA671388E2E7DC2636_m06C4E0AE2F4343E667A59120779DF1449C8F060B_RuntimeMethod_var);
|
|
UnityFontProperty_tD5B207ECCA7F67B873A831F30B08F1DD1048D6A5* L_63 = (UnityFontProperty_tD5B207ECCA7F67B873A831F30B08F1DD1048D6A5*)il2cpp_codegen_object_new(UnityFontProperty_tD5B207ECCA7F67B873A831F30B08F1DD1048D6A5_il2cpp_TypeInfo_var);
|
|
UnityFontProperty__ctor_m0EA3DBBFB862AFDC36E8D7A9D85D446DF9BA6684(L_63, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m8EFF89D8E8930464E412B5DFFE3B25BBAE145CC4(__this, L_63, ResolvedStyleAccessPropertyBag_AddProperty_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m8EFF89D8E8930464E412B5DFFE3B25BBAE145CC4_RuntimeMethod_var);
|
|
UnityFontDefinitionProperty_t3CFA60D075E3F844EA393E0109A45FEDB3B5CC99* L_64 = (UnityFontDefinitionProperty_t3CFA60D075E3F844EA393E0109A45FEDB3B5CC99*)il2cpp_codegen_object_new(UnityFontDefinitionProperty_t3CFA60D075E3F844EA393E0109A45FEDB3B5CC99_il2cpp_TypeInfo_var);
|
|
UnityFontDefinitionProperty__ctor_m71354C000074701B9542A8FB05371267126D2474(L_64, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_mA016F680699D570DFBCDC848F11172CE5715843F(__this, L_64, ResolvedStyleAccessPropertyBag_AddProperty_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_mA016F680699D570DFBCDC848F11172CE5715843F_RuntimeMethod_var);
|
|
UnityFontStyleAndWeightProperty_tDAD9210ECD300F837EDE11CDD8CACBCBD54E64FB* L_65 = (UnityFontStyleAndWeightProperty_tDAD9210ECD300F837EDE11CDD8CACBCBD54E64FB*)il2cpp_codegen_object_new(UnityFontStyleAndWeightProperty_tDAD9210ECD300F837EDE11CDD8CACBCBD54E64FB_il2cpp_TypeInfo_var);
|
|
UnityFontStyleAndWeightProperty__ctor_m331787F3AB6B6A6E605722119BCE93F59560A536(L_65, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisFontStyle_tDD46734FA9BCB99FB315CD7CAD1137EE536136D1_mC1B9B5438A8E3CA4BB03FFA477828529692AE47F(__this, L_65, ResolvedStyleAccessPropertyBag_AddProperty_TisFontStyle_tDD46734FA9BCB99FB315CD7CAD1137EE536136D1_mC1B9B5438A8E3CA4BB03FFA477828529692AE47F_RuntimeMethod_var);
|
|
UnityParagraphSpacingProperty_tAB60C83D8E32172676526ACCCF29467F49D8FF0E* L_66 = (UnityParagraphSpacingProperty_tAB60C83D8E32172676526ACCCF29467F49D8FF0E*)il2cpp_codegen_object_new(UnityParagraphSpacingProperty_tAB60C83D8E32172676526ACCCF29467F49D8FF0E_il2cpp_TypeInfo_var);
|
|
UnityParagraphSpacingProperty__ctor_m5F3FFEA9A6FB07E487E35EDBEDF0A195E79C69CC(L_66, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_66, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
UnitySliceBottomProperty_t84D4D36CE90A03A2224FECAF305200B86849A728* L_67 = (UnitySliceBottomProperty_t84D4D36CE90A03A2224FECAF305200B86849A728*)il2cpp_codegen_object_new(UnitySliceBottomProperty_t84D4D36CE90A03A2224FECAF305200B86849A728_il2cpp_TypeInfo_var);
|
|
UnitySliceBottomProperty__ctor_m3FDCD127ED25E257ADEF803DE3A482973DFF8DC9(L_67, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFDE80D176877A3E6BD79DB12655181F187F6FD1F(__this, L_67, ResolvedStyleAccessPropertyBag_AddProperty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFDE80D176877A3E6BD79DB12655181F187F6FD1F_RuntimeMethod_var);
|
|
UnitySliceLeftProperty_tA567F6930532E00BE0FD6E86AAB051E09A81A17C* L_68 = (UnitySliceLeftProperty_tA567F6930532E00BE0FD6E86AAB051E09A81A17C*)il2cpp_codegen_object_new(UnitySliceLeftProperty_tA567F6930532E00BE0FD6E86AAB051E09A81A17C_il2cpp_TypeInfo_var);
|
|
UnitySliceLeftProperty__ctor_m71A954CCF60949758AD73EA74F19BB7D9870B196(L_68, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFDE80D176877A3E6BD79DB12655181F187F6FD1F(__this, L_68, ResolvedStyleAccessPropertyBag_AddProperty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFDE80D176877A3E6BD79DB12655181F187F6FD1F_RuntimeMethod_var);
|
|
UnitySliceRightProperty_tC6C975D7D30C464B7A70DA1B87C88925F9CEECAA* L_69 = (UnitySliceRightProperty_tC6C975D7D30C464B7A70DA1B87C88925F9CEECAA*)il2cpp_codegen_object_new(UnitySliceRightProperty_tC6C975D7D30C464B7A70DA1B87C88925F9CEECAA_il2cpp_TypeInfo_var);
|
|
UnitySliceRightProperty__ctor_m9F089C851E7F06CB006BB346257E6258554A833B(L_69, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFDE80D176877A3E6BD79DB12655181F187F6FD1F(__this, L_69, ResolvedStyleAccessPropertyBag_AddProperty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFDE80D176877A3E6BD79DB12655181F187F6FD1F_RuntimeMethod_var);
|
|
UnitySliceScaleProperty_t2423A5003266EB8BDB172810225C25C4BF14793D* L_70 = (UnitySliceScaleProperty_t2423A5003266EB8BDB172810225C25C4BF14793D*)il2cpp_codegen_object_new(UnitySliceScaleProperty_t2423A5003266EB8BDB172810225C25C4BF14793D_il2cpp_TypeInfo_var);
|
|
UnitySliceScaleProperty__ctor_m3025F2ED29C0CEDA3C5199D2E4BD514DE1DE1B6F(L_70, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_70, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
UnitySliceTopProperty_tE1C11E5ECA09EB0938FEF30D29F6551645E7B98B* L_71 = (UnitySliceTopProperty_tE1C11E5ECA09EB0938FEF30D29F6551645E7B98B*)il2cpp_codegen_object_new(UnitySliceTopProperty_tE1C11E5ECA09EB0938FEF30D29F6551645E7B98B_il2cpp_TypeInfo_var);
|
|
UnitySliceTopProperty__ctor_m2F034C7656D7B81DB39F97D245EC600419BE31A1(L_71, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFDE80D176877A3E6BD79DB12655181F187F6FD1F(__this, L_71, ResolvedStyleAccessPropertyBag_AddProperty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFDE80D176877A3E6BD79DB12655181F187F6FD1F_RuntimeMethod_var);
|
|
UnitySliceTypeProperty_tF358DAC5BF6235BBA41D890ABC15C68D33F3B1D3* L_72 = (UnitySliceTypeProperty_tF358DAC5BF6235BBA41D890ABC15C68D33F3B1D3*)il2cpp_codegen_object_new(UnitySliceTypeProperty_tF358DAC5BF6235BBA41D890ABC15C68D33F3B1D3_il2cpp_TypeInfo_var);
|
|
UnitySliceTypeProperty__ctor_m502B29F4AA3D1FB01D8405BAF0792A90CA8FA6F8(L_72, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSliceType_t3B956F5238654377429A4450F777895156359AD3_mEDF824BE81FB413B880F1A77C68368DA6867E156(__this, L_72, ResolvedStyleAccessPropertyBag_AddProperty_TisSliceType_t3B956F5238654377429A4450F777895156359AD3_mEDF824BE81FB413B880F1A77C68368DA6867E156_RuntimeMethod_var);
|
|
UnityTextAlignProperty_t8F0AA4D0F18BDCF253026EB6E443715C12F09CF0* L_73 = (UnityTextAlignProperty_t8F0AA4D0F18BDCF253026EB6E443715C12F09CF0*)il2cpp_codegen_object_new(UnityTextAlignProperty_t8F0AA4D0F18BDCF253026EB6E443715C12F09CF0_il2cpp_TypeInfo_var);
|
|
UnityTextAlignProperty__ctor_m818419AB910EF222D8BC006EF2611B2A7DDBD695(L_73, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisTextAnchor_tA46E794186AC1CD0F22888652F589EBF7DFDF830_m737CEE156B2832EB02E23B464218734124234988(__this, L_73, ResolvedStyleAccessPropertyBag_AddProperty_TisTextAnchor_tA46E794186AC1CD0F22888652F589EBF7DFDF830_m737CEE156B2832EB02E23B464218734124234988_RuntimeMethod_var);
|
|
UnityTextGeneratorProperty_t40618FD414337B5D7B15C350B09FD15353A99177* L_74 = (UnityTextGeneratorProperty_t40618FD414337B5D7B15C350B09FD15353A99177*)il2cpp_codegen_object_new(UnityTextGeneratorProperty_t40618FD414337B5D7B15C350B09FD15353A99177_il2cpp_TypeInfo_var);
|
|
UnityTextGeneratorProperty__ctor_m0C45D32A9BC19783598CE53638785ECD81AE3FD9(L_74, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisTextGeneratorType_tECF6375E835B62343CEDA8229619FCE1B887C52B_m5A24F8A7405C9B80B19BA4894FAD8FCF8DD06DE5(__this, L_74, ResolvedStyleAccessPropertyBag_AddProperty_TisTextGeneratorType_tECF6375E835B62343CEDA8229619FCE1B887C52B_m5A24F8A7405C9B80B19BA4894FAD8FCF8DD06DE5_RuntimeMethod_var);
|
|
UnityTextOutlineColorProperty_tB0239433B5DBF68215230EAB5D49C4CF70544376* L_75 = (UnityTextOutlineColorProperty_tB0239433B5DBF68215230EAB5D49C4CF70544376*)il2cpp_codegen_object_new(UnityTextOutlineColorProperty_tB0239433B5DBF68215230EAB5D49C4CF70544376_il2cpp_TypeInfo_var);
|
|
UnityTextOutlineColorProperty__ctor_mE6DB1B6613E6F6D97E5EE12720C392AFBD9F022F(L_75, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694(__this, L_75, ResolvedStyleAccessPropertyBag_AddProperty_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m1D42E62FF2FB10F31BA8082BFA79EA44ABD97694_RuntimeMethod_var);
|
|
UnityTextOutlineWidthProperty_t3C4337C7CDABBD3A966F521BF546AE94042EE907* L_76 = (UnityTextOutlineWidthProperty_t3C4337C7CDABBD3A966F521BF546AE94042EE907*)il2cpp_codegen_object_new(UnityTextOutlineWidthProperty_t3C4337C7CDABBD3A966F521BF546AE94042EE907_il2cpp_TypeInfo_var);
|
|
UnityTextOutlineWidthProperty__ctor_mD49C9C3210ED0E610BCA1CD5F7A30D084FDDDD93(L_76, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_76, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
UnityTextOverflowPositionProperty_t339E8B76161BA0671F50A880739F1CD125B12345* L_77 = (UnityTextOverflowPositionProperty_t339E8B76161BA0671F50A880739F1CD125B12345*)il2cpp_codegen_object_new(UnityTextOverflowPositionProperty_t339E8B76161BA0671F50A880739F1CD125B12345_il2cpp_TypeInfo_var);
|
|
UnityTextOverflowPositionProperty__ctor_m12D2D6D15B3EB532631F4FD8302D1E5AE7CA3991(L_77, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisTextOverflowPosition_tB30616AE6E61CCEF425E41C8CD5110EC2547DF02_m23C4BADAAAF76CE59EAF4CE4B05438461F41A66D(__this, L_77, ResolvedStyleAccessPropertyBag_AddProperty_TisTextOverflowPosition_tB30616AE6E61CCEF425E41C8CD5110EC2547DF02_m23C4BADAAAF76CE59EAF4CE4B05438461F41A66D_RuntimeMethod_var);
|
|
VisibilityProperty_t8F27E940551B8B33214EDB53F6C0E788B52D86A4* L_78 = (VisibilityProperty_t8F27E940551B8B33214EDB53F6C0E788B52D86A4*)il2cpp_codegen_object_new(VisibilityProperty_t8F27E940551B8B33214EDB53F6C0E788B52D86A4_il2cpp_TypeInfo_var);
|
|
VisibilityProperty__ctor_m291E4C08CE38737D61596061B03833999824B443(L_78, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisVisibility_t1AEE2D871B126DD95D6F1D3B36EC92FE0D489F47_m17F665E1EBBDFFB34C77CEFAF6ACCDBDDCFC9BCC(__this, L_78, ResolvedStyleAccessPropertyBag_AddProperty_TisVisibility_t1AEE2D871B126DD95D6F1D3B36EC92FE0D489F47_m17F665E1EBBDFFB34C77CEFAF6ACCDBDDCFC9BCC_RuntimeMethod_var);
|
|
WhiteSpaceProperty_t39E26F246EA0025FFCEDC99843B4F308D40E7977* L_79 = (WhiteSpaceProperty_t39E26F246EA0025FFCEDC99843B4F308D40E7977*)il2cpp_codegen_object_new(WhiteSpaceProperty_t39E26F246EA0025FFCEDC99843B4F308D40E7977_il2cpp_TypeInfo_var);
|
|
WhiteSpaceProperty__ctor_mC125069E813DA25CB51824CEEDFE019B0E6C13A9(L_79, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisWhiteSpace_t05265AA4B0C087FAE778422383EA36AF84EDCDD2_m3B1EA66B2823098F638308329BEDB766BE3458AB(__this, L_79, ResolvedStyleAccessPropertyBag_AddProperty_TisWhiteSpace_t05265AA4B0C087FAE778422383EA36AF84EDCDD2_m3B1EA66B2823098F638308329BEDB766BE3458AB_RuntimeMethod_var);
|
|
WidthProperty_t61C52BAC15F5F0B6A5152A1998DB484CDE086F76* L_80 = (WidthProperty_t61C52BAC15F5F0B6A5152A1998DB484CDE086F76*)il2cpp_codegen_object_new(WidthProperty_t61C52BAC15F5F0B6A5152A1998DB484CDE086F76_il2cpp_TypeInfo_var);
|
|
WidthProperty__ctor_m61BBEFD0B1CB4C5090C3AA339886A85B52DA0345(L_80, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_80, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
WordSpacingProperty_t49A236A8B1F290F32528B71998BDF4A6132EBDD1* L_81 = (WordSpacingProperty_t49A236A8B1F290F32528B71998BDF4A6132EBDD1*)il2cpp_codegen_object_new(WordSpacingProperty_t49A236A8B1F290F32528B71998BDF4A6132EBDD1_il2cpp_TypeInfo_var);
|
|
WordSpacingProperty__ctor_m4893FB8992C0B597C7515165EC3193BBC1CF904F(L_81, NULL);
|
|
ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E(__this, L_81, ResolvedStyleAccessPropertyBag_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0543EF19AFC9BFED0812B721E254409D97785F9E_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17167
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyCollection_1_tC1F3F04654D3B19BD29C8633F645D6EF21CBB7E7 ResolvedStyleAccessPropertyBag_GetProperties_m16E611C08E9E20FD5F4F3C7195CE6E99CFE205E4 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyCollection_1__ctor_m15E40AA985F67980CE9D07831BD823B32AFE5D95_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_t7BA5B91B2D09CF4995809331967384256F2AF331* L_0 = __this->___m_PropertiesList;
|
|
PropertyCollection_1_tC1F3F04654D3B19BD29C8633F645D6EF21CBB7E7 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PropertyCollection_1__ctor_m15E40AA985F67980CE9D07831BD823B32AFE5D95((&L_1), L_0, PropertyCollection_1__ctor_m15E40AA985F67980CE9D07831BD823B32AFE5D95_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17168
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyCollection_1_tC1F3F04654D3B19BD29C8633F645D6EF21CBB7E7 ResolvedStyleAccessPropertyBag_GetProperties_m05C1AA4318FEBFB4DBEBFF5A141E9C56C3A0D7AF (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyCollection_1__ctor_m15E40AA985F67980CE9D07831BD823B32AFE5D95_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_t7BA5B91B2D09CF4995809331967384256F2AF331* L_0 = __this->___m_PropertiesList;
|
|
PropertyCollection_1_tC1F3F04654D3B19BD29C8633F645D6EF21CBB7E7 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PropertyCollection_1__ctor_m15E40AA985F67980CE9D07831BD823B32AFE5D95((&L_1), L_0, PropertyCollection_1__ctor_m15E40AA985F67980CE9D07831BD823B32AFE5D95_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17169
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResolvedStyleAccessPropertyBag_TryGetProperty_m8A706FDA69939464D6D7641FB0BE808C825AEE78 (ResolvedStyleAccessPropertyBag_t9BA21B6ED9F45CE3C94E043940642A53D52E8232* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, String_t* ___1_name, RuntimeObject** ___2_property, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m300F8A3C43CD6F1DEC68C62E564D9963F279F62C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tF0159087E88823BAC2B237F3220D70374B2FFFA4* L_0 = __this->___m_PropertiesHash;
|
|
String_t* L_1 = ___1_name;
|
|
RuntimeObject** L_2 = ___2_property;
|
|
NullCheck(L_0);
|
|
bool L_3;
|
|
L_3 = Dictionary_2_TryGetValue_m300F8A3C43CD6F1DEC68C62E564D9963F279F62C(L_0, L_1, L_2, Dictionary_2_TryGetValue_m300F8A3C43CD6F1DEC68C62E564D9963F279F62C_RuntimeMethod_var);
|
|
return L_3;
|
|
}
|
|
}
|
|
#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: 17170
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AlignContentProperty_get_Name_mBEA626E67390C02D51D1A7B6D44F74299F3D3A05 (AlignContentProperty_tDC7EDA0C7ADB58C9D1A8E8201701449481978B84* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA93A31F22EDB3D6C49C89F559B3FCF6EC879A95A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralA93A31F22EDB3D6C49C89F559B3FCF6EC879A95A;
|
|
}
|
|
}
|
|
// Method Definition Index: 17171
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AlignContentProperty_get_ussName_mAADF892F46F5633CC47A487BB4DCA725815E60A6 (AlignContentProperty_tDC7EDA0C7ADB58C9D1A8E8201701449481978B84* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AF81878D04E52517E09AD8B369821142313821B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral8AF81878D04E52517E09AD8B369821142313821B;
|
|
}
|
|
}
|
|
// Method Definition Index: 17172
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AlignContentProperty_get_IsReadOnly_mC764381B1F7410A54BD7DCAF70663B7B101B710E (AlignContentProperty_tDC7EDA0C7ADB58C9D1A8E8201701449481978B84* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17173
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AlignContentProperty_GetValue_m292A395C5479ACE37498643D6000D408E63BD813 (AlignContentProperty_tDC7EDA0C7ADB58C9D1A8E8201701449481978B84* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17174
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlignContentProperty_SetValue_m2D970B608A76510DED19C56B14611548374A9097 (AlignContentProperty_tDC7EDA0C7ADB58C9D1A8E8201701449481978B84* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AlignContentProperty_SetValue_m2D970B608A76510DED19C56B14611548374A9097_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17175
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlignContentProperty__ctor_m05AF8DFB886A4BB42001C316D990378414C7DB76 (AlignContentProperty_tDC7EDA0C7ADB58C9D1A8E8201701449481978B84* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_m49C2EEF3720125E1750127D69DDE8AEB30849D0D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_m49C2EEF3720125E1750127D69DDE8AEB30849D0D(__this, ResolvedEnumProperty_1__ctor_m49C2EEF3720125E1750127D69DDE8AEB30849D0D_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: 17176
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AlignItemsProperty_get_Name_mF3ED3D0DC4ECD748F8D76DBBF4E7A5101772FE7E (AlignItemsProperty_t4FF88724741A1A7502D9378FBCFCF2F75ABB7CA2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32F3F74BFA7C1233E0BD00AB23BCF2246D5FDD93);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral32F3F74BFA7C1233E0BD00AB23BCF2246D5FDD93;
|
|
}
|
|
}
|
|
// Method Definition Index: 17177
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AlignItemsProperty_get_ussName_mCB5270AB85FB3544177642676EE5061C1DE364B1 (AlignItemsProperty_t4FF88724741A1A7502D9378FBCFCF2F75ABB7CA2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60EB38CAFEEC64376012DDABA65F17FC40DDBFD7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral60EB38CAFEEC64376012DDABA65F17FC40DDBFD7;
|
|
}
|
|
}
|
|
// Method Definition Index: 17178
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AlignItemsProperty_get_IsReadOnly_mA3475AD4FEED7BB106CC2E247607B0F042C97731 (AlignItemsProperty_t4FF88724741A1A7502D9378FBCFCF2F75ABB7CA2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17179
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AlignItemsProperty_GetValue_m3EB259546FE887F54AFBC171E479EFE811988A38 (AlignItemsProperty_t4FF88724741A1A7502D9378FBCFCF2F75ABB7CA2* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17180
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlignItemsProperty_SetValue_m44E1BCEEB2A2972782A8631B4BA513979AA0F633 (AlignItemsProperty_t4FF88724741A1A7502D9378FBCFCF2F75ABB7CA2* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AlignItemsProperty_SetValue_m44E1BCEEB2A2972782A8631B4BA513979AA0F633_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17181
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlignItemsProperty__ctor_mE1645B32E25C49F28C3E224164BFAB607DC4AF74 (AlignItemsProperty_t4FF88724741A1A7502D9378FBCFCF2F75ABB7CA2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_m49C2EEF3720125E1750127D69DDE8AEB30849D0D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_m49C2EEF3720125E1750127D69DDE8AEB30849D0D(__this, ResolvedEnumProperty_1__ctor_m49C2EEF3720125E1750127D69DDE8AEB30849D0D_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: 17182
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AlignSelfProperty_get_Name_m679098AF15A35FFE97754F6DB230B03AFCD41C49 (AlignSelfProperty_tCC77B2FDEC0D968E1C6E33E20ECF23337F4D8769* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF290BC7F38690EB0BD1787CB226175339F4EFD62);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralF290BC7F38690EB0BD1787CB226175339F4EFD62;
|
|
}
|
|
}
|
|
// Method Definition Index: 17183
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AlignSelfProperty_get_ussName_mEDA59D9E69663A616F271C42B5691DAFCA6A90E1 (AlignSelfProperty_tCC77B2FDEC0D968E1C6E33E20ECF23337F4D8769* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E9918CFD5A4B417B9B449D94E5F3F3488A6AE46);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral1E9918CFD5A4B417B9B449D94E5F3F3488A6AE46;
|
|
}
|
|
}
|
|
// Method Definition Index: 17184
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AlignSelfProperty_get_IsReadOnly_m7B980BDC03B19459114A4492D94BC392314D04EC (AlignSelfProperty_tCC77B2FDEC0D968E1C6E33E20ECF23337F4D8769* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17185
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AlignSelfProperty_GetValue_m3D05B3DEBBAF21262829E65FBF1C0A578FB9FAA4 (AlignSelfProperty_tCC77B2FDEC0D968E1C6E33E20ECF23337F4D8769* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(2, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17186
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlignSelfProperty_SetValue_mBD91B3C7D487A3B308C27EAC0B20F4BE41CBB0FD (AlignSelfProperty_tCC77B2FDEC0D968E1C6E33E20ECF23337F4D8769* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AlignSelfProperty_SetValue_mBD91B3C7D487A3B308C27EAC0B20F4BE41CBB0FD_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17187
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlignSelfProperty__ctor_mEA9ECE1853A2A92C4CE642F071249E321848E6FE (AlignSelfProperty_tCC77B2FDEC0D968E1C6E33E20ECF23337F4D8769* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_m49C2EEF3720125E1750127D69DDE8AEB30849D0D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_m49C2EEF3720125E1750127D69DDE8AEB30849D0D(__this, ResolvedEnumProperty_1__ctor_m49C2EEF3720125E1750127D69DDE8AEB30849D0D_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: 17188
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BackgroundColorProperty_get_Name_m7F657358C7400EE8B92E70E06FDE5EF3094E7017 (BackgroundColorProperty_t8B54BB8ACD52A6494BFC0904DE138F4A03259C92* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral279580B990B8C49BA46E7BDBCCA6E9322580B3E3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral279580B990B8C49BA46E7BDBCCA6E9322580B3E3;
|
|
}
|
|
}
|
|
// Method Definition Index: 17189
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BackgroundColorProperty_get_ussName_m7771CBA4B132D0A17F3E6C721643762FF2069978 (BackgroundColorProperty_t8B54BB8ACD52A6494BFC0904DE138F4A03259C92* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6938031B04B5039B68BA8E65134AD8A6D9C08230);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral6938031B04B5039B68BA8E65134AD8A6D9C08230;
|
|
}
|
|
}
|
|
// Method Definition Index: 17190
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundColorProperty_get_IsReadOnly_mB962C5EA95658CCD24124E056F8AE9A3D971B413 (BackgroundColorProperty_t8B54BB8ACD52A6494BFC0904DE138F4A03259C92* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17191
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F BackgroundColorProperty_GetValue_m8F039E2E429409D804E19F31839AABCB480726F7 (BackgroundColorProperty_t8B54BB8ACD52A6494BFC0904DE138F4A03259C92* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
|
|
L_2 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(3, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17192
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProperty_SetValue_mF0E95B61C0D8F40CDFD22569317331C9A5E7BB6E (BackgroundColorProperty_t8B54BB8ACD52A6494BFC0904DE138F4A03259C92* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BackgroundColorProperty_SetValue_mF0E95B61C0D8F40CDFD22569317331C9A5E7BB6E_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17193
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProperty__ctor_mDFC42AD1BB63C9B49606BC718E8B113152CEFC6A (BackgroundColorProperty_t8B54BB8ACD52A6494BFC0904DE138F4A03259C92* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedColorProperty__ctor_m73B5D32216AFD0CD5648985396D04134DFF2621B(__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: 17194
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BackgroundImageProperty_get_Name_m71D151E86C6B54406D41ADDE9119272BADE785B7 (BackgroundImageProperty_t45D7426C598C2CF15F2AD91DA5D37156826C7390* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF21574AE4CEC98A02C005F4DDD64608B8388B20);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralEF21574AE4CEC98A02C005F4DDD64608B8388B20;
|
|
}
|
|
}
|
|
// Method Definition Index: 17195
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BackgroundImageProperty_get_ussName_m28713629BFFEE59D96AB3B1D6F8D539CFB13E5AA (BackgroundImageProperty_t45D7426C598C2CF15F2AD91DA5D37156826C7390* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA22DB825B95F7BB993CD68B24B5421E2D82C4674);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralA22DB825B95F7BB993CD68B24B5421E2D82C4674;
|
|
}
|
|
}
|
|
// Method Definition Index: 17196
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundImageProperty_get_IsReadOnly_m85AFC6D3D0E797EC97638FBE9D312BD9B7A92192 (BackgroundImageProperty_t45D7426C598C2CF15F2AD91DA5D37156826C7390* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17197
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 BackgroundImageProperty_GetValue_m8318FB64B8D8D0BCC37E5428CB4D4AA3F0868EF7 (BackgroundImageProperty_t45D7426C598C2CF15F2AD91DA5D37156826C7390* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_2;
|
|
L_2 = InterfaceFuncInvoker0< Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 >::Invoke(4, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17198
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundImageProperty_SetValue_m2D843522D2A5B296953CA731BFCD5DC9506A516D (BackgroundImageProperty_t45D7426C598C2CF15F2AD91DA5D37156826C7390* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BackgroundImageProperty_SetValue_m2D843522D2A5B296953CA731BFCD5DC9506A516D_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17199
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundImageProperty__ctor_mF37DB6E5C9D2F0FC75B157E3765082CBC86941C2 (BackgroundImageProperty_t45D7426C598C2CF15F2AD91DA5D37156826C7390* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedBackgroundProperty__ctor_m01C004330C7E6D19E483324CBBF00D73361CCBEF(__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: 17200
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BackgroundPositionXProperty_get_Name_m546A00F95459CFE3CD9A8B825E0391222737273A (BackgroundPositionXProperty_t365056335C81792A5CA82D792236AB7D37FEAE61* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45731238B2DED3AFEA4AC3B1DB407A7E7BE2AF11);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral45731238B2DED3AFEA4AC3B1DB407A7E7BE2AF11;
|
|
}
|
|
}
|
|
// Method Definition Index: 17201
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BackgroundPositionXProperty_get_ussName_mDCD9DB27CDB4E90B4A2A9E077E1DE48D691BF834 (BackgroundPositionXProperty_t365056335C81792A5CA82D792236AB7D37FEAE61* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral545E677FBFBA16E6A3AB9E88D8C6BC2FD46D9208);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral545E677FBFBA16E6A3AB9E88D8C6BC2FD46D9208;
|
|
}
|
|
}
|
|
// Method Definition Index: 17202
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundPositionXProperty_get_IsReadOnly_m7402D8885C47ED025FDF594E80BF7381FCDC704A (BackgroundPositionXProperty_t365056335C81792A5CA82D792236AB7D37FEAE61* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17203
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 BackgroundPositionXProperty_GetValue_m618ECB997E4A164DB3DD2BB6C41A208C5BDE64E9 (BackgroundPositionXProperty_t365056335C81792A5CA82D792236AB7D37FEAE61* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_2;
|
|
L_2 = InterfaceFuncInvoker0< BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 >::Invoke(5, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17204
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundPositionXProperty_SetValue_m5582C57019384CEA510163765B538DCC8FBF8342 (BackgroundPositionXProperty_t365056335C81792A5CA82D792236AB7D37FEAE61* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BackgroundPositionXProperty_SetValue_m5582C57019384CEA510163765B538DCC8FBF8342_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17205
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundPositionXProperty__ctor_m74AF37E4FAFF135E4223A7ACB76B25BAC7904E83 (BackgroundPositionXProperty_t365056335C81792A5CA82D792236AB7D37FEAE61* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedBackgroundPositionProperty__ctor_m4401F676A56390BDBB1A34F6CD209A025E420D12(__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: 17206
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BackgroundPositionYProperty_get_Name_m4D1C1815C391610BEE3002582922DEC6E0D3BF0D (BackgroundPositionYProperty_t259C94E143FE92A7F1DA0BD1D8D0A908C7E82A69* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F136BEF28AB43CFEC62B4B1393040DCBBB991AC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral1F136BEF28AB43CFEC62B4B1393040DCBBB991AC;
|
|
}
|
|
}
|
|
// Method Definition Index: 17207
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BackgroundPositionYProperty_get_ussName_m0936336B086156C4482BF09093A269936FF99AC3 (BackgroundPositionYProperty_t259C94E143FE92A7F1DA0BD1D8D0A908C7E82A69* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6646A602F649969C9080A1FB0817CC130FF95B46);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral6646A602F649969C9080A1FB0817CC130FF95B46;
|
|
}
|
|
}
|
|
// Method Definition Index: 17208
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundPositionYProperty_get_IsReadOnly_m30514F9DE1E617E2B76385CDB483F9012BC417C8 (BackgroundPositionYProperty_t259C94E143FE92A7F1DA0BD1D8D0A908C7E82A69* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17209
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 BackgroundPositionYProperty_GetValue_mDC8F7A00D8DD34F01CE561850C7E93D0B6390D72 (BackgroundPositionYProperty_t259C94E143FE92A7F1DA0BD1D8D0A908C7E82A69* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_2;
|
|
L_2 = InterfaceFuncInvoker0< BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 >::Invoke(6, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17210
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundPositionYProperty_SetValue_m7BDA82C1BF06FFCA643A13A77A248F79A9AC06B6 (BackgroundPositionYProperty_t259C94E143FE92A7F1DA0BD1D8D0A908C7E82A69* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BackgroundPositionYProperty_SetValue_m7BDA82C1BF06FFCA643A13A77A248F79A9AC06B6_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17211
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundPositionYProperty__ctor_mA09A2AD00C09F47D159C59BBBAF438A4A6EBEB31 (BackgroundPositionYProperty_t259C94E143FE92A7F1DA0BD1D8D0A908C7E82A69* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedBackgroundPositionProperty__ctor_m4401F676A56390BDBB1A34F6CD209A025E420D12(__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: 17212
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BackgroundRepeatProperty_get_Name_mBF4DF90C467E760CD4C2C390874CB88543AD610C (BackgroundRepeatProperty_t1004CA4ACB5CF4FB895A6C5C98B5296C09E6F376* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral936451E3EB9381667A037121139896984E8543BF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral936451E3EB9381667A037121139896984E8543BF;
|
|
}
|
|
}
|
|
// Method Definition Index: 17213
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BackgroundRepeatProperty_get_ussName_m41EF0FFBD5974F3E61ECC4E236ADAC6D90E112A4 (BackgroundRepeatProperty_t1004CA4ACB5CF4FB895A6C5C98B5296C09E6F376* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA2B4F2C6744CB80BCE3BE7827E0955EF5ADC6AE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralEA2B4F2C6744CB80BCE3BE7827E0955EF5ADC6AE;
|
|
}
|
|
}
|
|
// Method Definition Index: 17214
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundRepeatProperty_get_IsReadOnly_m8C0669294F523B080C6BE7A0237BC453F0C91A31 (BackgroundRepeatProperty_t1004CA4ACB5CF4FB895A6C5C98B5296C09E6F376* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17215
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F BackgroundRepeatProperty_GetValue_mE5F385A7535AA2A5DB70C4C7B5CFFC4586B0B317 (BackgroundRepeatProperty_t1004CA4ACB5CF4FB895A6C5C98B5296C09E6F376* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_2;
|
|
L_2 = InterfaceFuncInvoker0< BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F >::Invoke(7, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17216
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundRepeatProperty_SetValue_m0A2373C8C2EA12209DA20F18EECA5EB3349C8CE6 (BackgroundRepeatProperty_t1004CA4ACB5CF4FB895A6C5C98B5296C09E6F376* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BackgroundRepeatProperty_SetValue_m0A2373C8C2EA12209DA20F18EECA5EB3349C8CE6_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17217
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundRepeatProperty__ctor_m2AC8F51E45AB8D3DAB821120A0BD3464A4816B54 (BackgroundRepeatProperty_t1004CA4ACB5CF4FB895A6C5C98B5296C09E6F376* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedBackgroundRepeatProperty__ctor_m5A0F7B34173509862A6A2577E62600FEBA8EBD03(__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: 17218
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BackgroundSizeProperty_get_Name_mF6C74242C4034FC89593429CEBB54B6E819752D2 (BackgroundSizeProperty_t99EB9E68A3793B12B8C6EB9944A6187D950B5825* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC63AD3A80A61EF39B9862152DB528D8F3A42044);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralFC63AD3A80A61EF39B9862152DB528D8F3A42044;
|
|
}
|
|
}
|
|
// Method Definition Index: 17219
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BackgroundSizeProperty_get_ussName_mF8B490768D0CFE2E7042C9052346466737F6F472 (BackgroundSizeProperty_t99EB9E68A3793B12B8C6EB9944A6187D950B5825* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BA1D40B2EDD88E49AA211EEEAB79C26A9586788);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral7BA1D40B2EDD88E49AA211EEEAB79C26A9586788;
|
|
}
|
|
}
|
|
// Method Definition Index: 17220
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundSizeProperty_get_IsReadOnly_m6CD22943079CC4564D50A6903C9FBF7AF1794428 (BackgroundSizeProperty_t99EB9E68A3793B12B8C6EB9944A6187D950B5825* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17221
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 BackgroundSizeProperty_GetValue_m0779F842F0D92C54904519D8BA92815EE741F023 (BackgroundSizeProperty_t99EB9E68A3793B12B8C6EB9944A6187D950B5825* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 L_2;
|
|
L_2 = InterfaceFuncInvoker0< BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 >::Invoke(8, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17222
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundSizeProperty_SetValue_mBEEB5EC6ABEAAFCC57733C24B1223904235D49DF (BackgroundSizeProperty_t99EB9E68A3793B12B8C6EB9944A6187D950B5825* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BackgroundSizeProperty_SetValue_mBEEB5EC6ABEAAFCC57733C24B1223904235D49DF_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17223
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundSizeProperty__ctor_mB8E435E99716469ADBDBD55A89D8E665F640873C (BackgroundSizeProperty_t99EB9E68A3793B12B8C6EB9944A6187D950B5825* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedBackgroundSizeProperty__ctor_mD04D5FA09972B50961F126EF0E58C4F64A43B194(__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: 17224
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderBottomColorProperty_get_Name_mB7518C2A8E299BCBD2157073DF24D8EAEFEB968F (BorderBottomColorProperty_t1DB1E9B060459615145CB994F3266945EE2A92EB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B777561EA38BCD4E9FA6A40193983BBF6318533);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral8B777561EA38BCD4E9FA6A40193983BBF6318533;
|
|
}
|
|
}
|
|
// Method Definition Index: 17225
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderBottomColorProperty_get_ussName_m1FDCA7372FE7034862AB9096EE21011F860058F1 (BorderBottomColorProperty_t1DB1E9B060459615145CB994F3266945EE2A92EB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC90466569639CF1D2EA2AC9385CC42DE48630778);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralC90466569639CF1D2EA2AC9385CC42DE48630778;
|
|
}
|
|
}
|
|
// Method Definition Index: 17226
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BorderBottomColorProperty_get_IsReadOnly_m12B40026AF2ED3643F7455B17A50AC83A960E3FB (BorderBottomColorProperty_t1DB1E9B060459615145CB994F3266945EE2A92EB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17227
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F BorderBottomColorProperty_GetValue_m31D2DD48670B51A7D29B130A786D6DE9943341B2 (BorderBottomColorProperty_t1DB1E9B060459615145CB994F3266945EE2A92EB* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
|
|
L_2 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(9, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17228
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderBottomColorProperty_SetValue_m490375E3C0F7B014C95DB5D6D03F3105A9D9C418 (BorderBottomColorProperty_t1DB1E9B060459615145CB994F3266945EE2A92EB* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BorderBottomColorProperty_SetValue_m490375E3C0F7B014C95DB5D6D03F3105A9D9C418_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17229
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderBottomColorProperty__ctor_m5FB478D97CB737DD16D41B4539016E47A6784159 (BorderBottomColorProperty_t1DB1E9B060459615145CB994F3266945EE2A92EB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedColorProperty__ctor_m73B5D32216AFD0CD5648985396D04134DFF2621B(__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: 17230
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderBottomLeftRadiusProperty_get_Name_mA9667732D7A4856D27693B32AC1AE15EE48DCD01 (BorderBottomLeftRadiusProperty_tC734867CF22875CBF2F2B13EBEA52BBBE6D8246D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5795B2E11FA6AFB6DF0E26835A0BB92587EA33F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralA5795B2E11FA6AFB6DF0E26835A0BB92587EA33F;
|
|
}
|
|
}
|
|
// Method Definition Index: 17231
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderBottomLeftRadiusProperty_get_ussName_mE69B983414CD94A741980716575A0F4EDC6EF064 (BorderBottomLeftRadiusProperty_tC734867CF22875CBF2F2B13EBEA52BBBE6D8246D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59B6325F815B29A07CE9AB04A07CB056BE96BF93);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral59B6325F815B29A07CE9AB04A07CB056BE96BF93;
|
|
}
|
|
}
|
|
// Method Definition Index: 17232
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BorderBottomLeftRadiusProperty_get_IsReadOnly_m9D5522850E14680320488829CF30BBBE2863685C (BorderBottomLeftRadiusProperty_tC734867CF22875CBF2F2B13EBEA52BBBE6D8246D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17233
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BorderBottomLeftRadiusProperty_GetValue_m0B6989CD149F4C3595E691D15A1F1B5718E4E0DB (BorderBottomLeftRadiusProperty_tC734867CF22875CBF2F2B13EBEA52BBBE6D8246D* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(10, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17234
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderBottomLeftRadiusProperty_SetValue_mAD76B38914FE1402CF6C4F2AD88210E7944BD908 (BorderBottomLeftRadiusProperty_tC734867CF22875CBF2F2B13EBEA52BBBE6D8246D* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BorderBottomLeftRadiusProperty_SetValue_mAD76B38914FE1402CF6C4F2AD88210E7944BD908_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17235
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderBottomLeftRadiusProperty__ctor_mA1905DF9584CCC2B653272942C3D962B535C9DA4 (BorderBottomLeftRadiusProperty_tC734867CF22875CBF2F2B13EBEA52BBBE6D8246D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17236
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderBottomRightRadiusProperty_get_Name_m14E1C87D69BB35C0CFEA97640059FA3483AEFBCC (BorderBottomRightRadiusProperty_t87303883918B664CE5294C8EC61685B2AC0EFAA5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC9683D4A6FB20EB6411E1B3BDFB4955F0195332);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralFC9683D4A6FB20EB6411E1B3BDFB4955F0195332;
|
|
}
|
|
}
|
|
// Method Definition Index: 17237
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderBottomRightRadiusProperty_get_ussName_m4DAF0C563498D0D0E4B808D1FD99331D8597ED0E (BorderBottomRightRadiusProperty_t87303883918B664CE5294C8EC61685B2AC0EFAA5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EA8C8B69D18955C5A8B70FB0494F773BF92BB39);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral7EA8C8B69D18955C5A8B70FB0494F773BF92BB39;
|
|
}
|
|
}
|
|
// Method Definition Index: 17238
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BorderBottomRightRadiusProperty_get_IsReadOnly_m5EEE836673F0C9E200D3A4189C26DBEAEA4EADE4 (BorderBottomRightRadiusProperty_t87303883918B664CE5294C8EC61685B2AC0EFAA5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17239
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BorderBottomRightRadiusProperty_GetValue_mB987DB2DED4980A4CFB35D26D18CC807480B3487 (BorderBottomRightRadiusProperty_t87303883918B664CE5294C8EC61685B2AC0EFAA5* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(11, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17240
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderBottomRightRadiusProperty_SetValue_mDA40E89ECDEE98DE6AE387AC6C64EB53FC5D409B (BorderBottomRightRadiusProperty_t87303883918B664CE5294C8EC61685B2AC0EFAA5* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BorderBottomRightRadiusProperty_SetValue_mDA40E89ECDEE98DE6AE387AC6C64EB53FC5D409B_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17241
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderBottomRightRadiusProperty__ctor_mA37C4F7A3134D21A692ABA70F7BA8B8B8CB62BE7 (BorderBottomRightRadiusProperty_t87303883918B664CE5294C8EC61685B2AC0EFAA5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17242
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderBottomWidthProperty_get_Name_mB5320F7BCE28FFBFD1D59D341E13413412722D1D (BorderBottomWidthProperty_tE1AFF2D1CE0E8B2BEF498BCE6F60A618268FC31A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral461DEF71AEFD195B9DDCD46C3175D915F3720D47);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral461DEF71AEFD195B9DDCD46C3175D915F3720D47;
|
|
}
|
|
}
|
|
// Method Definition Index: 17243
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderBottomWidthProperty_get_ussName_m2A61E5889F9756FEFCE29FEDDDBAE260F146F096 (BorderBottomWidthProperty_tE1AFF2D1CE0E8B2BEF498BCE6F60A618268FC31A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7AE0BFF1FBBBDE715B17AFA129C285E8C933045);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralE7AE0BFF1FBBBDE715B17AFA129C285E8C933045;
|
|
}
|
|
}
|
|
// Method Definition Index: 17244
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BorderBottomWidthProperty_get_IsReadOnly_mBFB41A91332EF3CF358058858B7BC5DDFDE7F949 (BorderBottomWidthProperty_tE1AFF2D1CE0E8B2BEF498BCE6F60A618268FC31A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17245
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BorderBottomWidthProperty_GetValue_mE766C6EE96804F58C3AAEB98D6BE10A3F7D57DEB (BorderBottomWidthProperty_tE1AFF2D1CE0E8B2BEF498BCE6F60A618268FC31A* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(12, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17246
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderBottomWidthProperty_SetValue_mB201D9F1BF8A62D179204E39B957C81D35C748D3 (BorderBottomWidthProperty_tE1AFF2D1CE0E8B2BEF498BCE6F60A618268FC31A* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BorderBottomWidthProperty_SetValue_mB201D9F1BF8A62D179204E39B957C81D35C748D3_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17247
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderBottomWidthProperty__ctor_m09FEB3D25DED61C42DF0C4210A5CB97AEBDE60FB (BorderBottomWidthProperty_tE1AFF2D1CE0E8B2BEF498BCE6F60A618268FC31A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17248
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderLeftColorProperty_get_Name_mF45908B511866443410B292A4FA9BD088E272C5B (BorderLeftColorProperty_tE2A1416D03CD2F722A7EFC705E4C3D3B8EC3D592* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral507B8601EAA22E6D718D036C45FA3F9E2F88548B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral507B8601EAA22E6D718D036C45FA3F9E2F88548B;
|
|
}
|
|
}
|
|
// Method Definition Index: 17249
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderLeftColorProperty_get_ussName_mE5301A34B9106BD63A3B78981AEA0DE21FF87F3B (BorderLeftColorProperty_tE2A1416D03CD2F722A7EFC705E4C3D3B8EC3D592* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B0CD60CB8697383D4CC2919DBBF005BFEDF4828);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral4B0CD60CB8697383D4CC2919DBBF005BFEDF4828;
|
|
}
|
|
}
|
|
// Method Definition Index: 17250
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BorderLeftColorProperty_get_IsReadOnly_m047104829C60305D78C8FDB6F85B29192208F8A6 (BorderLeftColorProperty_tE2A1416D03CD2F722A7EFC705E4C3D3B8EC3D592* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17251
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F BorderLeftColorProperty_GetValue_m3EF60EAE78CE747C213120D65E9B824CB3AF8D70 (BorderLeftColorProperty_tE2A1416D03CD2F722A7EFC705E4C3D3B8EC3D592* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
|
|
L_2 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(13, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17252
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderLeftColorProperty_SetValue_m02266DAFAF67E34EE565B2F0F059F70ED78EF686 (BorderLeftColorProperty_tE2A1416D03CD2F722A7EFC705E4C3D3B8EC3D592* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BorderLeftColorProperty_SetValue_m02266DAFAF67E34EE565B2F0F059F70ED78EF686_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17253
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderLeftColorProperty__ctor_mCB9D09008F408185F509DDC40F36106CEDBCC2F4 (BorderLeftColorProperty_tE2A1416D03CD2F722A7EFC705E4C3D3B8EC3D592* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedColorProperty__ctor_m73B5D32216AFD0CD5648985396D04134DFF2621B(__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: 17254
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderLeftWidthProperty_get_Name_m3ABEFB301EBBE67282658B2C415F89EBAB62A0DC (BorderLeftWidthProperty_t81FAF118F7DD59E52D374AFF983CA7934BC57A1E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B3FD1EB49611E41C8F3FF6C3518F0F1BF4E7E8D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral2B3FD1EB49611E41C8F3FF6C3518F0F1BF4E7E8D;
|
|
}
|
|
}
|
|
// Method Definition Index: 17255
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderLeftWidthProperty_get_ussName_m4B2921AAE4D57CD84C1A7D31FA9AE0AE014303EB (BorderLeftWidthProperty_t81FAF118F7DD59E52D374AFF983CA7934BC57A1E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE33742E704C2F7F630767A066D6F76AC82CFC0B4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralE33742E704C2F7F630767A066D6F76AC82CFC0B4;
|
|
}
|
|
}
|
|
// Method Definition Index: 17256
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BorderLeftWidthProperty_get_IsReadOnly_mBEA82CC993EB3ACF724FDFC18541CA309FCD4F67 (BorderLeftWidthProperty_t81FAF118F7DD59E52D374AFF983CA7934BC57A1E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17257
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BorderLeftWidthProperty_GetValue_m8ABDB7694534C4107D1565DD7FF6FE357E99A7A4 (BorderLeftWidthProperty_t81FAF118F7DD59E52D374AFF983CA7934BC57A1E* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(14, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17258
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderLeftWidthProperty_SetValue_m2BD8B3EFE34EFA611CEB9E372ED96A7E8F6D54A6 (BorderLeftWidthProperty_t81FAF118F7DD59E52D374AFF983CA7934BC57A1E* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BorderLeftWidthProperty_SetValue_m2BD8B3EFE34EFA611CEB9E372ED96A7E8F6D54A6_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17259
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderLeftWidthProperty__ctor_m7841C5C447C6643CFA87C4B642BF8AF704AB0124 (BorderLeftWidthProperty_t81FAF118F7DD59E52D374AFF983CA7934BC57A1E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17260
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderRightColorProperty_get_Name_mC522965BEB387BF5D2473B1595C48B2A8EBE63A0 (BorderRightColorProperty_t4008AEC7B7E420AD32E35DC5560F509FE4FB5CA8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4E4AD07F982A3CDC1413938A178FBFF1AAA6F42);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralB4E4AD07F982A3CDC1413938A178FBFF1AAA6F42;
|
|
}
|
|
}
|
|
// Method Definition Index: 17261
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderRightColorProperty_get_ussName_m87A541B39CFA41C4D618E5D5DB7667A3BA363CA6 (BorderRightColorProperty_t4008AEC7B7E420AD32E35DC5560F509FE4FB5CA8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F8CF83A9B44C6220FA9E1CA3A108F9E5760F4F2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral2F8CF83A9B44C6220FA9E1CA3A108F9E5760F4F2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17262
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BorderRightColorProperty_get_IsReadOnly_mE590B5DFE4E61A468DB04AEBDBDEF4FBBBF267C1 (BorderRightColorProperty_t4008AEC7B7E420AD32E35DC5560F509FE4FB5CA8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17263
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F BorderRightColorProperty_GetValue_m01DFDAE6CAE16852391F3AE88F0234B24B3BDD62 (BorderRightColorProperty_t4008AEC7B7E420AD32E35DC5560F509FE4FB5CA8* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
|
|
L_2 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(15, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17264
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderRightColorProperty_SetValue_m665AF3EEB94459BA3B283B08F7CEB32D12116C94 (BorderRightColorProperty_t4008AEC7B7E420AD32E35DC5560F509FE4FB5CA8* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BorderRightColorProperty_SetValue_m665AF3EEB94459BA3B283B08F7CEB32D12116C94_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17265
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderRightColorProperty__ctor_mEDD4D01B7E6DFD032A14CB2DDEB285B66899D957 (BorderRightColorProperty_t4008AEC7B7E420AD32E35DC5560F509FE4FB5CA8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedColorProperty__ctor_m73B5D32216AFD0CD5648985396D04134DFF2621B(__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: 17266
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderRightWidthProperty_get_Name_mC475C623705C6C008A48BAB3607323B43AD22273 (BorderRightWidthProperty_t1A8405C0137E2745F87B3B9F31E970E726CA31AB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD92D42A2E26CB92315D10D811CEFA52208BBE35);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralAD92D42A2E26CB92315D10D811CEFA52208BBE35;
|
|
}
|
|
}
|
|
// Method Definition Index: 17267
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderRightWidthProperty_get_ussName_m2CC3C7FCC7C6086856BACE83F74CA33B620AA547 (BorderRightWidthProperty_t1A8405C0137E2745F87B3B9F31E970E726CA31AB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF0B0A50CEBA1BD343A7840EFBC301D439BA479A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralAF0B0A50CEBA1BD343A7840EFBC301D439BA479A;
|
|
}
|
|
}
|
|
// Method Definition Index: 17268
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BorderRightWidthProperty_get_IsReadOnly_m737CAC0972CAE6479CF6DEB7EC8CBD084F1C74AC (BorderRightWidthProperty_t1A8405C0137E2745F87B3B9F31E970E726CA31AB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17269
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BorderRightWidthProperty_GetValue_m4BD1F96ED7121D034B1C8927AFD3B75EA4CCB4CE (BorderRightWidthProperty_t1A8405C0137E2745F87B3B9F31E970E726CA31AB* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(16, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17270
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderRightWidthProperty_SetValue_m126896C940C704AB8CA439B9E59A463A649B1F63 (BorderRightWidthProperty_t1A8405C0137E2745F87B3B9F31E970E726CA31AB* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BorderRightWidthProperty_SetValue_m126896C940C704AB8CA439B9E59A463A649B1F63_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17271
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderRightWidthProperty__ctor_mA5555367600FD4215A2A8E20FA581571CB002A69 (BorderRightWidthProperty_t1A8405C0137E2745F87B3B9F31E970E726CA31AB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17272
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderTopColorProperty_get_Name_m69C094608AAE88B5D02E24F867B07778F11C059F (BorderTopColorProperty_tA8DD92BDCE7BA5C9A43A6DBCE42126E16EFB987C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C821C423AD78EC4E042CC7EFD73BAB9D8E3DFA7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral9C821C423AD78EC4E042CC7EFD73BAB9D8E3DFA7;
|
|
}
|
|
}
|
|
// Method Definition Index: 17273
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderTopColorProperty_get_ussName_mACDF7EC8812EEBC5910346426D2C37194622586F (BorderTopColorProperty_tA8DD92BDCE7BA5C9A43A6DBCE42126E16EFB987C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral014F0BCC26F75121FB244E8DCC1FD7F1829E8C98);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral014F0BCC26F75121FB244E8DCC1FD7F1829E8C98;
|
|
}
|
|
}
|
|
// Method Definition Index: 17274
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BorderTopColorProperty_get_IsReadOnly_mEC7FB67D12C65F66B0939344DF1B159E5B73932C (BorderTopColorProperty_tA8DD92BDCE7BA5C9A43A6DBCE42126E16EFB987C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17275
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F BorderTopColorProperty_GetValue_m56D37A70148F712157716AF255CD6C7B82114D10 (BorderTopColorProperty_tA8DD92BDCE7BA5C9A43A6DBCE42126E16EFB987C* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
|
|
L_2 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(17, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17276
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderTopColorProperty_SetValue_m1989D838856563B4E9E96785AC7339B93683A2FD (BorderTopColorProperty_tA8DD92BDCE7BA5C9A43A6DBCE42126E16EFB987C* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BorderTopColorProperty_SetValue_m1989D838856563B4E9E96785AC7339B93683A2FD_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17277
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderTopColorProperty__ctor_mFE86FDA810E82C36F97CC810EBFE26E5CC2C046E (BorderTopColorProperty_tA8DD92BDCE7BA5C9A43A6DBCE42126E16EFB987C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedColorProperty__ctor_m73B5D32216AFD0CD5648985396D04134DFF2621B(__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: 17278
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderTopLeftRadiusProperty_get_Name_mDA59DCB50AEC1BB034A5E3177D207ABB36FCFA02 (BorderTopLeftRadiusProperty_tC74A5C378B04E653471D06FCB53C33DC9EEDEBAC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13E42F85CB2DC26B9E642A462D19D8107855077C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral13E42F85CB2DC26B9E642A462D19D8107855077C;
|
|
}
|
|
}
|
|
// Method Definition Index: 17279
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderTopLeftRadiusProperty_get_ussName_m87AFDB7DD952E2C51787FDA527A7B0AAC0BFBF5C (BorderTopLeftRadiusProperty_tC74A5C378B04E653471D06FCB53C33DC9EEDEBAC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral312A3425C0EA66BB89F7EEBB694DFC539F5F3AA6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral312A3425C0EA66BB89F7EEBB694DFC539F5F3AA6;
|
|
}
|
|
}
|
|
// Method Definition Index: 17280
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BorderTopLeftRadiusProperty_get_IsReadOnly_m300B02CB0E3B5AC4CFA5EB5671FE5612ACC50E6A (BorderTopLeftRadiusProperty_tC74A5C378B04E653471D06FCB53C33DC9EEDEBAC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17281
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BorderTopLeftRadiusProperty_GetValue_m4ADC54DD0C5149F79BC74E7611D5F7E82CA04623 (BorderTopLeftRadiusProperty_tC74A5C378B04E653471D06FCB53C33DC9EEDEBAC* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(18, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17282
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderTopLeftRadiusProperty_SetValue_m27B920D2F6D85B614D57E6D92BFC02E13EA7F517 (BorderTopLeftRadiusProperty_tC74A5C378B04E653471D06FCB53C33DC9EEDEBAC* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BorderTopLeftRadiusProperty_SetValue_m27B920D2F6D85B614D57E6D92BFC02E13EA7F517_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17283
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderTopLeftRadiusProperty__ctor_m9A711DAB1807C669EFF3496AF7D1C1F4DC859A39 (BorderTopLeftRadiusProperty_tC74A5C378B04E653471D06FCB53C33DC9EEDEBAC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17284
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderTopRightRadiusProperty_get_Name_m47066DD91BCF87E6B9A9CDAD40FEE8EE8DC84900 (BorderTopRightRadiusProperty_t66FE3C9A3689A6A921D849F2C27221BB6FB4B6A2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF99EBB4C6C75EC813C709E508E7EC72F6B748CDC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralF99EBB4C6C75EC813C709E508E7EC72F6B748CDC;
|
|
}
|
|
}
|
|
// Method Definition Index: 17285
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderTopRightRadiusProperty_get_ussName_m5DD318DD66714E71748BBB97698207C76D72F098 (BorderTopRightRadiusProperty_t66FE3C9A3689A6A921D849F2C27221BB6FB4B6A2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07E5089A0D888333D95D90CE16C51C793DA20B3A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral07E5089A0D888333D95D90CE16C51C793DA20B3A;
|
|
}
|
|
}
|
|
// Method Definition Index: 17286
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BorderTopRightRadiusProperty_get_IsReadOnly_mD64E5171189088E520D21AC738DF8C9C29EBE5D6 (BorderTopRightRadiusProperty_t66FE3C9A3689A6A921D849F2C27221BB6FB4B6A2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17287
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BorderTopRightRadiusProperty_GetValue_m8C30F794F28EF53BCAD0989213795AB1E8038F10 (BorderTopRightRadiusProperty_t66FE3C9A3689A6A921D849F2C27221BB6FB4B6A2* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(19, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17288
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderTopRightRadiusProperty_SetValue_mA71975A591AE69B9D0FDF9FA28EBEBED6EF0A853 (BorderTopRightRadiusProperty_t66FE3C9A3689A6A921D849F2C27221BB6FB4B6A2* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BorderTopRightRadiusProperty_SetValue_mA71975A591AE69B9D0FDF9FA28EBEBED6EF0A853_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17289
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderTopRightRadiusProperty__ctor_mFB65EFDD8CC91CF7DDC08258824E7F1575180374 (BorderTopRightRadiusProperty_t66FE3C9A3689A6A921D849F2C27221BB6FB4B6A2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17290
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderTopWidthProperty_get_Name_m43725A2E31B6FE3082E0B8704B1A1F5FDA0B797F (BorderTopWidthProperty_t2330D49388D3D9506716EBE3C752017608179346* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7CF467F6D6F5A4400AE37E49624D51324E484E7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralC7CF467F6D6F5A4400AE37E49624D51324E484E7;
|
|
}
|
|
}
|
|
// Method Definition Index: 17291
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BorderTopWidthProperty_get_ussName_mB4235F72DBF63B33DB07BDDA4CA24684426A4823 (BorderTopWidthProperty_t2330D49388D3D9506716EBE3C752017608179346* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA83235238FDA58E5FD0459261767A817F2AE6D43);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralA83235238FDA58E5FD0459261767A817F2AE6D43;
|
|
}
|
|
}
|
|
// Method Definition Index: 17292
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BorderTopWidthProperty_get_IsReadOnly_m0B0788F2FD1FE02C7715F1EC58A81D181B4CFA0F (BorderTopWidthProperty_t2330D49388D3D9506716EBE3C752017608179346* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17293
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BorderTopWidthProperty_GetValue_mAD9034A4070037ACDD6B96227CF5E79FF40F67B0 (BorderTopWidthProperty_t2330D49388D3D9506716EBE3C752017608179346* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(20, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17294
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderTopWidthProperty_SetValue_m0C2E9093E94E49CDFE9E920000DACCE188F388FF (BorderTopWidthProperty_t2330D49388D3D9506716EBE3C752017608179346* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BorderTopWidthProperty_SetValue_m0C2E9093E94E49CDFE9E920000DACCE188F388FF_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17295
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderTopWidthProperty__ctor_m8CCE1842AE56226D0F392738804477A2966B4178 (BorderTopWidthProperty_t2330D49388D3D9506716EBE3C752017608179346* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17296
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BottomProperty_get_Name_m43488CF71EAA54DC29C76A38AAED16A125BF3DA1 (BottomProperty_tD8D8F8CC82FC6FF0DACBF4EC12516AF9570F2394* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665;
|
|
}
|
|
}
|
|
// Method Definition Index: 17297
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BottomProperty_get_ussName_mD96EA9F4EED127CCCCC0BF3B4431C0ABE76D975A (BottomProperty_tD8D8F8CC82FC6FF0DACBF4EC12516AF9570F2394* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665;
|
|
}
|
|
}
|
|
// Method Definition Index: 17298
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BottomProperty_get_IsReadOnly_mC2AA6D74B218395CB7289FC4C5053D2B9E5770A2 (BottomProperty_tD8D8F8CC82FC6FF0DACBF4EC12516AF9570F2394* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17299
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BottomProperty_GetValue_m8FAF9D8DE3A67D705268F853FD435ECC10732816 (BottomProperty_tD8D8F8CC82FC6FF0DACBF4EC12516AF9570F2394* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(21, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17300
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BottomProperty_SetValue_m633CE6CCF046B9ED122E20CAF0E1B5939583B615 (BottomProperty_tD8D8F8CC82FC6FF0DACBF4EC12516AF9570F2394* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BottomProperty_SetValue_m633CE6CCF046B9ED122E20CAF0E1B5939583B615_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17301
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BottomProperty__ctor_mD8F894D9FEDE148833D6C9116F27677B2DA3913F (BottomProperty_tD8D8F8CC82FC6FF0DACBF4EC12516AF9570F2394* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17302
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ColorProperty_get_Name_m93212E4AE3D9BBDC51FFF1B436FE6B4EB86C02EE (ColorProperty_t226EC7E112327E189EC0B88A75BDD979E625087A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD0F04E0A3F0BA1F904E0E27720F367F4228C69D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralDD0F04E0A3F0BA1F904E0E27720F367F4228C69D;
|
|
}
|
|
}
|
|
// Method Definition Index: 17303
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ColorProperty_get_ussName_mA148E48A577E8F2EE5989835D30E93C1D168CA65 (ColorProperty_t226EC7E112327E189EC0B88A75BDD979E625087A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD0F04E0A3F0BA1F904E0E27720F367F4228C69D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralDD0F04E0A3F0BA1F904E0E27720F367F4228C69D;
|
|
}
|
|
}
|
|
// Method Definition Index: 17304
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorProperty_get_IsReadOnly_m41BAA361B90CA98B0DD46AC4D8861244DD12EC52 (ColorProperty_t226EC7E112327E189EC0B88A75BDD979E625087A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17305
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ColorProperty_GetValue_m82D50E412A5954B504D761A6C71C610F54889615 (ColorProperty_t226EC7E112327E189EC0B88A75BDD979E625087A* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
|
|
L_2 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(22, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17306
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorProperty_SetValue_m8503B4DAEB37985E6141E4F1896DF9F2C90C4ADF (ColorProperty_t226EC7E112327E189EC0B88A75BDD979E625087A* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ColorProperty_SetValue_m8503B4DAEB37985E6141E4F1896DF9F2C90C4ADF_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17307
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorProperty__ctor_mB0B801D6D6EA897AE7081A2D509B9BA697A69F41 (ColorProperty_t226EC7E112327E189EC0B88A75BDD979E625087A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedColorProperty__ctor_m73B5D32216AFD0CD5648985396D04134DFF2621B(__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: 17308
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DisplayProperty_get_Name_mB97757FABE016B1CC0D09EA6D1380B17CFC4676E (DisplayProperty_tCE6D1E5659E1FC60641F9522D632BC6D15BC03BC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral740BDADCF339ABF752D84D91D69F7CCC6AAC683E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral740BDADCF339ABF752D84D91D69F7CCC6AAC683E;
|
|
}
|
|
}
|
|
// Method Definition Index: 17309
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DisplayProperty_get_ussName_mC5A78468CE8910C376ED791E5C6DE6824CC37E5E (DisplayProperty_tCE6D1E5659E1FC60641F9522D632BC6D15BC03BC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral740BDADCF339ABF752D84D91D69F7CCC6AAC683E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral740BDADCF339ABF752D84D91D69F7CCC6AAC683E;
|
|
}
|
|
}
|
|
// Method Definition Index: 17310
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayProperty_get_IsReadOnly_m69C572403429E4E200A44C32F13AD41B069CC6AA (DisplayProperty_tCE6D1E5659E1FC60641F9522D632BC6D15BC03BC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17311
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DisplayProperty_GetValue_mDE61C16FB5841050F74D52A28C88F4E4B1AFA8D3 (DisplayProperty_tCE6D1E5659E1FC60641F9522D632BC6D15BC03BC* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(23, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17312
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayProperty_SetValue_mC1B0722C98965F0D77D49A45C59031E6799736B6 (DisplayProperty_tCE6D1E5659E1FC60641F9522D632BC6D15BC03BC* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DisplayProperty_SetValue_mC1B0722C98965F0D77D49A45C59031E6799736B6_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17313
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayProperty__ctor_mB18C74D13621E46E562CD3151C6B3A501DD1DD62 (DisplayProperty_tCE6D1E5659E1FC60641F9522D632BC6D15BC03BC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_m402C22BFC4514A3EB47DCBDD20BDF0BEA077B227_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_m402C22BFC4514A3EB47DCBDD20BDF0BEA077B227(__this, ResolvedEnumProperty_1__ctor_m402C22BFC4514A3EB47DCBDD20BDF0BEA077B227_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: 17314
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FlexBasisProperty_get_Name_m974E34FA48CDCB2EC42B063E6505B63E5F81B78F (FlexBasisProperty_t274E7535C2EF8612AC06C6AF70CF14B15541127F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEBA840BC4D5C1238A0AF752ED8353EF08B92CA5);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralCEBA840BC4D5C1238A0AF752ED8353EF08B92CA5;
|
|
}
|
|
}
|
|
// Method Definition Index: 17315
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FlexBasisProperty_get_ussName_mCEBE9581066ED8D963AE78E4C5754AFE32DF17D6 (FlexBasisProperty_t274E7535C2EF8612AC06C6AF70CF14B15541127F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60B03CD6D01FF1CFEE0C81E936C5007FE7BF29EF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral60B03CD6D01FF1CFEE0C81E936C5007FE7BF29EF;
|
|
}
|
|
}
|
|
// Method Definition Index: 17316
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FlexBasisProperty_get_IsReadOnly_m1E149685490977CA95C616F5CF9C153F8D5810EF (FlexBasisProperty_t274E7535C2EF8612AC06C6AF70CF14B15541127F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17317
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 FlexBasisProperty_GetValue_m03FF68958C0FE3413F11BAE35069C3C4882354B4 (FlexBasisProperty_t274E7535C2EF8612AC06C6AF70CF14B15541127F* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_2;
|
|
L_2 = InterfaceFuncInvoker0< StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 >::Invoke(24, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17318
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexBasisProperty_SetValue_mDF10B2944B33ED97CD93217A84EAC63EF766301A (FlexBasisProperty_t274E7535C2EF8612AC06C6AF70CF14B15541127F* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FlexBasisProperty_SetValue_mDF10B2944B33ED97CD93217A84EAC63EF766301A_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17319
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexBasisProperty__ctor_m3A9D8526F3B009EFA39B14D938394F481CED0540 (FlexBasisProperty_t274E7535C2EF8612AC06C6AF70CF14B15541127F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedStyleFloatProperty__ctor_m3B7465B4F043DC42448D503C34E312C67FD93C24(__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: 17320
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FlexDirectionProperty_get_Name_m5E9064AFC91ED0591B12FF1A93FB50DCEDC15E5B (FlexDirectionProperty_t3C7CCF86BA8F276C9D7B800D87C8E75208E92C51* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68E3063F1DEECA95C0955A95C39A66DE02B1A703);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral68E3063F1DEECA95C0955A95C39A66DE02B1A703;
|
|
}
|
|
}
|
|
// Method Definition Index: 17321
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FlexDirectionProperty_get_ussName_m8EC5CF2966DDAED68E0DC0DF44C0FBAC3099EA69 (FlexDirectionProperty_t3C7CCF86BA8F276C9D7B800D87C8E75208E92C51* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF712229C1661EAE3F14675DABD43B51F73F3263C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralF712229C1661EAE3F14675DABD43B51F73F3263C;
|
|
}
|
|
}
|
|
// Method Definition Index: 17322
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FlexDirectionProperty_get_IsReadOnly_mE13898944BF1F6B4F96B0762B62604BEFFC98262 (FlexDirectionProperty_t3C7CCF86BA8F276C9D7B800D87C8E75208E92C51* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17323
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FlexDirectionProperty_GetValue_m28D525B5B04594A66358000A25B657DFAFBA0EA4 (FlexDirectionProperty_t3C7CCF86BA8F276C9D7B800D87C8E75208E92C51* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(25, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17324
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexDirectionProperty_SetValue_m633ABD55DE1327761EDAA5981C55473FA0E1E125 (FlexDirectionProperty_t3C7CCF86BA8F276C9D7B800D87C8E75208E92C51* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FlexDirectionProperty_SetValue_m633ABD55DE1327761EDAA5981C55473FA0E1E125_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17325
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexDirectionProperty__ctor_mE90FD2B9057676A8489D9DA6343375A79DB8B884 (FlexDirectionProperty_t3C7CCF86BA8F276C9D7B800D87C8E75208E92C51* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_mDEB7F6DC35AA9D92AE0E6C1DD030B9EA04B5D1E2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_mDEB7F6DC35AA9D92AE0E6C1DD030B9EA04B5D1E2(__this, ResolvedEnumProperty_1__ctor_mDEB7F6DC35AA9D92AE0E6C1DD030B9EA04B5D1E2_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: 17326
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FlexGrowProperty_get_Name_mD813C7CC36C5BEB6AEA472588153F45CF48AFD14 (FlexGrowProperty_t6A377D0663306554E365548E493129E7760B06A0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD3F4B34E56CB0205E93A75A13ECAEBEC1EF3AAC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralCD3F4B34E56CB0205E93A75A13ECAEBEC1EF3AAC;
|
|
}
|
|
}
|
|
// Method Definition Index: 17327
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FlexGrowProperty_get_ussName_m2CCB9257E0C92DCA5924348E79488FE665D6C5D4 (FlexGrowProperty_t6A377D0663306554E365548E493129E7760B06A0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D41D0821324EC1607D7D24F68D99E87723859BB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral2D41D0821324EC1607D7D24F68D99E87723859BB;
|
|
}
|
|
}
|
|
// Method Definition Index: 17328
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FlexGrowProperty_get_IsReadOnly_m12B87CD026455095B9EAB7027F4CF878E1891CD3 (FlexGrowProperty_t6A377D0663306554E365548E493129E7760B06A0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17329
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FlexGrowProperty_GetValue_m3C4C2D9BF4085354FEC5A71CC7010B5D42AFD02B (FlexGrowProperty_t6A377D0663306554E365548E493129E7760B06A0* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(26, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17330
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexGrowProperty_SetValue_mBA3BBE2113D84A0A63E833D46445AB19630BC7E1 (FlexGrowProperty_t6A377D0663306554E365548E493129E7760B06A0* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FlexGrowProperty_SetValue_mBA3BBE2113D84A0A63E833D46445AB19630BC7E1_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17331
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexGrowProperty__ctor_m3EF2BF384300559E0347F917780DE73258100F4D (FlexGrowProperty_t6A377D0663306554E365548E493129E7760B06A0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17332
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FlexShrinkProperty_get_Name_mE374B5BEAE0D5DAA2BF63FBC044F05B4E7446F51 (FlexShrinkProperty_tC0BBC93757378BF0DD18AAD7A4EB3AEEFB93CB22* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9BD8DBA8CF1CC1ED0C60CFD05BBEE49A0061028);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralA9BD8DBA8CF1CC1ED0C60CFD05BBEE49A0061028;
|
|
}
|
|
}
|
|
// Method Definition Index: 17333
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FlexShrinkProperty_get_ussName_mE75973206BFEB8F5D7B04AD7ACD6268CEC7097B8 (FlexShrinkProperty_tC0BBC93757378BF0DD18AAD7A4EB3AEEFB93CB22* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC08D3B56180F63F838865224CF2907F9DF351DB0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralC08D3B56180F63F838865224CF2907F9DF351DB0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17334
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FlexShrinkProperty_get_IsReadOnly_m31AA809864DFD475C7842073416269F57274093D (FlexShrinkProperty_tC0BBC93757378BF0DD18AAD7A4EB3AEEFB93CB22* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17335
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FlexShrinkProperty_GetValue_mB946F631EBF1F719315F37A3DE42B09F1B151828 (FlexShrinkProperty_tC0BBC93757378BF0DD18AAD7A4EB3AEEFB93CB22* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(27, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17336
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexShrinkProperty_SetValue_m24BF2133D3E90AD33DA24FD0C9CFD06710F229F6 (FlexShrinkProperty_tC0BBC93757378BF0DD18AAD7A4EB3AEEFB93CB22* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FlexShrinkProperty_SetValue_m24BF2133D3E90AD33DA24FD0C9CFD06710F229F6_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17337
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexShrinkProperty__ctor_m6718AB87B240A209D379278E5D2C9F517263C7E8 (FlexShrinkProperty_tC0BBC93757378BF0DD18AAD7A4EB3AEEFB93CB22* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17338
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FlexWrapProperty_get_Name_m6B71925AAD756558025308075E666E4C03623836 (FlexWrapProperty_tA9AAD249C5C8DBDAFBD3F7B027FD58A1CFD25AB0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5477EAC00A108ACCA97931F4FFB418E51F36517);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralA5477EAC00A108ACCA97931F4FFB418E51F36517;
|
|
}
|
|
}
|
|
// Method Definition Index: 17339
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FlexWrapProperty_get_ussName_m1FB1CE59668ED8FBB0F043A4F40F2AC3BD890E48 (FlexWrapProperty_tA9AAD249C5C8DBDAFBD3F7B027FD58A1CFD25AB0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral397D6062A6A0586E8F2CE1E60D4C48731B203346);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral397D6062A6A0586E8F2CE1E60D4C48731B203346;
|
|
}
|
|
}
|
|
// Method Definition Index: 17340
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FlexWrapProperty_get_IsReadOnly_m64079CE84921BA1B876B727254DB211B53BA3FB2 (FlexWrapProperty_tA9AAD249C5C8DBDAFBD3F7B027FD58A1CFD25AB0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17341
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FlexWrapProperty_GetValue_m64F46FCC8A5EA356B31BEF5B877193B39813AC83 (FlexWrapProperty_tA9AAD249C5C8DBDAFBD3F7B027FD58A1CFD25AB0* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(28, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17342
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexWrapProperty_SetValue_m339C593568AD3DD0D7F7F033D8ED22C0396B9BB3 (FlexWrapProperty_tA9AAD249C5C8DBDAFBD3F7B027FD58A1CFD25AB0* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FlexWrapProperty_SetValue_m339C593568AD3DD0D7F7F033D8ED22C0396B9BB3_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17343
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlexWrapProperty__ctor_mD748CEB523F6B3156BACDBA7928AA447E6151397 (FlexWrapProperty_tA9AAD249C5C8DBDAFBD3F7B027FD58A1CFD25AB0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_mACCA4D20CB66FA889CC310E6CDE43B7FE9DD075C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_mACCA4D20CB66FA889CC310E6CDE43B7FE9DD075C(__this, ResolvedEnumProperty_1__ctor_mACCA4D20CB66FA889CC310E6CDE43B7FE9DD075C_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: 17344
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FontSizeProperty_get_Name_mB9846E586B5B355D98FE3FA7581ACBAEE1497190 (FontSizeProperty_tA8DBD13D37B353FD2E63FC7882ECD7C1C011DFF5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1CBB6587B9CB9A5FABEF74242F50F5C4647CA59);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralC1CBB6587B9CB9A5FABEF74242F50F5C4647CA59;
|
|
}
|
|
}
|
|
// Method Definition Index: 17345
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FontSizeProperty_get_ussName_m6A09C0BA727DDA192620D8F1F5CA2F88F68AEC21 (FontSizeProperty_tA8DBD13D37B353FD2E63FC7882ECD7C1C011DFF5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8A3E12AC5F8AB422B1C5884E8CDAB83070EA723);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralE8A3E12AC5F8AB422B1C5884E8CDAB83070EA723;
|
|
}
|
|
}
|
|
// Method Definition Index: 17346
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FontSizeProperty_get_IsReadOnly_mA859D282ECD30FE408ECBCCB0BAE176A197C0A91 (FontSizeProperty_tA8DBD13D37B353FD2E63FC7882ECD7C1C011DFF5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17347
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FontSizeProperty_GetValue_mB673872E9EFEACEFB3FC7C6E696F401CC8D51869 (FontSizeProperty_tA8DBD13D37B353FD2E63FC7882ECD7C1C011DFF5* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(29, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17348
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontSizeProperty_SetValue_m0971DBC94DC5793DE5F2EB501553A1E3B0EF75D9 (FontSizeProperty_tA8DBD13D37B353FD2E63FC7882ECD7C1C011DFF5* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FontSizeProperty_SetValue_m0971DBC94DC5793DE5F2EB501553A1E3B0EF75D9_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17349
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontSizeProperty__ctor_m666231F1B4316EB4C9D8CD91FB8A7BCD44E7C206 (FontSizeProperty_tA8DBD13D37B353FD2E63FC7882ECD7C1C011DFF5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17350
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HeightProperty_get_Name_m2504B671D2F90EC0A546C6471B5FD51BF2BAE603 (HeightProperty_t16ED2BEA1F1E8AD7C6658672158875D725DF6F69* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563;
|
|
}
|
|
}
|
|
// Method Definition Index: 17351
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HeightProperty_get_ussName_mEE9686E2990419A42F03014A830B6CCD11B7DCA6 (HeightProperty_t16ED2BEA1F1E8AD7C6658672158875D725DF6F69* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563;
|
|
}
|
|
}
|
|
// Method Definition Index: 17352
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HeightProperty_get_IsReadOnly_mC97248ACB754A919FA712B70EB5DE24C9A9CFF66 (HeightProperty_t16ED2BEA1F1E8AD7C6658672158875D725DF6F69* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17353
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HeightProperty_GetValue_m0F9AD8F9618AFA0A251B5FE5E68FBC73CD8BC102 (HeightProperty_t16ED2BEA1F1E8AD7C6658672158875D725DF6F69* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(30, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17354
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeightProperty_SetValue_m9F3BB59FC63E4C9AAF7CE122795C236D8DC0910C (HeightProperty_t16ED2BEA1F1E8AD7C6658672158875D725DF6F69* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HeightProperty_SetValue_m9F3BB59FC63E4C9AAF7CE122795C236D8DC0910C_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17355
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeightProperty__ctor_m69E391EB75F0BDA061F768BF7189245FACAA8639 (HeightProperty_t16ED2BEA1F1E8AD7C6658672158875D725DF6F69* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17356
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JustifyContentProperty_get_Name_mF9C09E3CA376FDBEF31EC2A7C06B9F2366BACCE3 (JustifyContentProperty_tAE4FDE1EDCAD8EA0E58A19F97B95DE4C2467DEAC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38BE6028B79EABB4B9C14B12250A0445180A0149);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral38BE6028B79EABB4B9C14B12250A0445180A0149;
|
|
}
|
|
}
|
|
// Method Definition Index: 17357
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JustifyContentProperty_get_ussName_m80E00751265B6C84A2684AF482B144D7193764B7 (JustifyContentProperty_tAE4FDE1EDCAD8EA0E58A19F97B95DE4C2467DEAC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93A4156E269802D5431558939A3C8E384680542B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral93A4156E269802D5431558939A3C8E384680542B;
|
|
}
|
|
}
|
|
// Method Definition Index: 17358
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JustifyContentProperty_get_IsReadOnly_m9013EE8D0F25E093854398062A6DA8831103AA46 (JustifyContentProperty_tAE4FDE1EDCAD8EA0E58A19F97B95DE4C2467DEAC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17359
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JustifyContentProperty_GetValue_mA39F2363CD708E4CCC843375FB8C57C6D823AE25 (JustifyContentProperty_tAE4FDE1EDCAD8EA0E58A19F97B95DE4C2467DEAC* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(31, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17360
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JustifyContentProperty_SetValue_mED64F9A3343D511A1F5D24908112219515FA4794 (JustifyContentProperty_tAE4FDE1EDCAD8EA0E58A19F97B95DE4C2467DEAC* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JustifyContentProperty_SetValue_mED64F9A3343D511A1F5D24908112219515FA4794_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17361
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JustifyContentProperty__ctor_m8B6DE00D676DF736815F25624C39FA0B3FB78F15 (JustifyContentProperty_tAE4FDE1EDCAD8EA0E58A19F97B95DE4C2467DEAC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_mD9668CA4246516C116AE35CF651CEF7538E1B2F4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_mD9668CA4246516C116AE35CF651CEF7538E1B2F4(__this, ResolvedEnumProperty_1__ctor_mD9668CA4246516C116AE35CF651CEF7538E1B2F4_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: 17362
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LeftProperty_get_Name_m24F1786CC726A9DB4862CCBDA2F57719B12483DC (LeftProperty_t0738CF32A61378D7777756A03DA871029C807F69* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17363
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LeftProperty_get_ussName_mB669C032EF7327EF03305A4C36CA6CE401F9887C (LeftProperty_t0738CF32A61378D7777756A03DA871029C807F69* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17364
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LeftProperty_get_IsReadOnly_mC382EAAF10145C71CC47D2226DA6AD0A712746A6 (LeftProperty_t0738CF32A61378D7777756A03DA871029C807F69* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17365
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LeftProperty_GetValue_mFD5CD0784A555DB26C41864652AED0D74200EC91 (LeftProperty_t0738CF32A61378D7777756A03DA871029C807F69* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(32, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17366
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftProperty_SetValue_m5D39D3E7921D704BDB122E1F9E221C349DE09F0B (LeftProperty_t0738CF32A61378D7777756A03DA871029C807F69* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LeftProperty_SetValue_m5D39D3E7921D704BDB122E1F9E221C349DE09F0B_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17367
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftProperty__ctor_mB72EE95700CD81ABC0F0D6B6EE233CC896AB84E2 (LeftProperty_t0738CF32A61378D7777756A03DA871029C807F69* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17368
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LetterSpacingProperty_get_Name_mAEDC4DBC221E2F516C63E04C0EB66E2D7F77935D (LetterSpacingProperty_tE585B9F719007125786412F164078DF65C30979B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABDBA090CF7DA37B37B1F567411111A502A212D8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralABDBA090CF7DA37B37B1F567411111A502A212D8;
|
|
}
|
|
}
|
|
// Method Definition Index: 17369
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LetterSpacingProperty_get_ussName_m81F0DF82F05966829C2638154816AA76F0BB2217 (LetterSpacingProperty_tE585B9F719007125786412F164078DF65C30979B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8319EDC4C238BDC348F7CDEBE14784267DF7CDAA);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral8319EDC4C238BDC348F7CDEBE14784267DF7CDAA;
|
|
}
|
|
}
|
|
// Method Definition Index: 17370
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LetterSpacingProperty_get_IsReadOnly_m4B61D8FE17C2CC47DF75E000024CE0DBDEA2A5EB (LetterSpacingProperty_tE585B9F719007125786412F164078DF65C30979B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17371
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LetterSpacingProperty_GetValue_m753C5CF85ECCB640678C0EB9E98F70C47CBCC4CE (LetterSpacingProperty_tE585B9F719007125786412F164078DF65C30979B* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(33, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17372
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LetterSpacingProperty_SetValue_m47560ADB1EC72F05F0636D4EE922A60631434BA7 (LetterSpacingProperty_tE585B9F719007125786412F164078DF65C30979B* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LetterSpacingProperty_SetValue_m47560ADB1EC72F05F0636D4EE922A60631434BA7_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17373
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LetterSpacingProperty__ctor_m7A23E02E93AED7D99507A7145E0186C8D416A0C3 (LetterSpacingProperty_tE585B9F719007125786412F164078DF65C30979B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17374
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MarginBottomProperty_get_Name_m7D2B80F8E5A744820263FEED5AC2D09D97E2ADC9 (MarginBottomProperty_tB4DDEADF9022703FD973AD0CA38BFAB0441D4C70* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6869CDC70CDF440827A8E5F01D2243F3F8EAE2F7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral6869CDC70CDF440827A8E5F01D2243F3F8EAE2F7;
|
|
}
|
|
}
|
|
// Method Definition Index: 17375
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MarginBottomProperty_get_ussName_mFAC616635EC8C50DFD915FECD3F5545D5DAEA02B (MarginBottomProperty_tB4DDEADF9022703FD973AD0CA38BFAB0441D4C70* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral244DA760469B1584A78FF57ADFDB991DA4981FD5);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral244DA760469B1584A78FF57ADFDB991DA4981FD5;
|
|
}
|
|
}
|
|
// Method Definition Index: 17376
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MarginBottomProperty_get_IsReadOnly_mC95F1BE38018E2932B3E208497F819856846CB73 (MarginBottomProperty_tB4DDEADF9022703FD973AD0CA38BFAB0441D4C70* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17377
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MarginBottomProperty_GetValue_m9260E939B918FD2730D9EC8CB4243D0F47B8C243 (MarginBottomProperty_tB4DDEADF9022703FD973AD0CA38BFAB0441D4C70* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(34, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17378
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarginBottomProperty_SetValue_mAAC985AA63DB9E249983FEF878AF8C8FA92C6652 (MarginBottomProperty_tB4DDEADF9022703FD973AD0CA38BFAB0441D4C70* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MarginBottomProperty_SetValue_mAAC985AA63DB9E249983FEF878AF8C8FA92C6652_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17379
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarginBottomProperty__ctor_mB4C08FFD63F15022EC39305989EDB78E841C8695 (MarginBottomProperty_tB4DDEADF9022703FD973AD0CA38BFAB0441D4C70* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17380
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MarginLeftProperty_get_Name_m9A1B3659F9324E89C7E28F20208A444EE37160FD (MarginLeftProperty_t40AF1AB97B99176FB3C3472821CA1E4A30A78F46* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98A2D177B6B417C68C0A99CF887BE04A1830A8D2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral98A2D177B6B417C68C0A99CF887BE04A1830A8D2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17381
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MarginLeftProperty_get_ussName_m35EBAB1D1047A6202FA05848228D82166A49DF6E (MarginLeftProperty_t40AF1AB97B99176FB3C3472821CA1E4A30A78F46* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1AF949E14158168DBDBC4799D256A6122F938ED);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralC1AF949E14158168DBDBC4799D256A6122F938ED;
|
|
}
|
|
}
|
|
// Method Definition Index: 17382
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MarginLeftProperty_get_IsReadOnly_m6376207F3863216E1279568AF820B9B1FFF04650 (MarginLeftProperty_t40AF1AB97B99176FB3C3472821CA1E4A30A78F46* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17383
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MarginLeftProperty_GetValue_m5C43BD60BE2AFC0E04495ED99B406B7D52F533DD (MarginLeftProperty_t40AF1AB97B99176FB3C3472821CA1E4A30A78F46* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(35, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17384
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarginLeftProperty_SetValue_m66564610B96F865E969F5EEDEA056B77173F1A29 (MarginLeftProperty_t40AF1AB97B99176FB3C3472821CA1E4A30A78F46* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MarginLeftProperty_SetValue_m66564610B96F865E969F5EEDEA056B77173F1A29_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17385
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarginLeftProperty__ctor_m65CE3108D9F71E0F73ACB06B32C05227A6AA3AE7 (MarginLeftProperty_t40AF1AB97B99176FB3C3472821CA1E4A30A78F46* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17386
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MarginRightProperty_get_Name_m698CF7C4B6F7EDB75BBDC75F2F4362945B432ADC (MarginRightProperty_tC5B3D1FED740DD4B23CCC3C43FC5EA2F7B311FE0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C36D8B35E8A5D9588161D91D09C758439850381);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral9C36D8B35E8A5D9588161D91D09C758439850381;
|
|
}
|
|
}
|
|
// Method Definition Index: 17387
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MarginRightProperty_get_ussName_m2D723FA3131374C52ACEE579A36D2FDB4F607FA8 (MarginRightProperty_tC5B3D1FED740DD4B23CCC3C43FC5EA2F7B311FE0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF550D4321102A6875F3C3F18ACC467F86A53BF59);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralF550D4321102A6875F3C3F18ACC467F86A53BF59;
|
|
}
|
|
}
|
|
// Method Definition Index: 17388
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MarginRightProperty_get_IsReadOnly_m53E6B64C2D435EDE50B7D6AB52BEE88E08025E52 (MarginRightProperty_tC5B3D1FED740DD4B23CCC3C43FC5EA2F7B311FE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17389
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MarginRightProperty_GetValue_m5A4BC17C3F42E2260CA1E68589D1B0A88C189461 (MarginRightProperty_tC5B3D1FED740DD4B23CCC3C43FC5EA2F7B311FE0* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(36, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17390
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarginRightProperty_SetValue_m00BDCE50F9EF8DD7777A91CBF2AD65F4C535A16E (MarginRightProperty_tC5B3D1FED740DD4B23CCC3C43FC5EA2F7B311FE0* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MarginRightProperty_SetValue_m00BDCE50F9EF8DD7777A91CBF2AD65F4C535A16E_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17391
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarginRightProperty__ctor_mA8E9082C619F5B6CEF887490CAC33CF3FD3C9E52 (MarginRightProperty_tC5B3D1FED740DD4B23CCC3C43FC5EA2F7B311FE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17392
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MarginTopProperty_get_Name_mCC8C1E75C839D98C35F091D3752582921F73D6CF (MarginTopProperty_tDACD08E501E526116D5C9078BBD54E01DA502354* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3006F753ADDBDC9F9C253F2BA5962913C221B265);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral3006F753ADDBDC9F9C253F2BA5962913C221B265;
|
|
}
|
|
}
|
|
// Method Definition Index: 17393
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MarginTopProperty_get_ussName_m0B4629083D884ADD91FFE10288BF7BEC4678EAAB (MarginTopProperty_tDACD08E501E526116D5C9078BBD54E01DA502354* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41C59FF112173B0DE2EAEF521178EEA8AD1DBBC2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral41C59FF112173B0DE2EAEF521178EEA8AD1DBBC2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17394
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MarginTopProperty_get_IsReadOnly_mC6BD039B7DB49CCAEC6F28BEE7A5177E2613C50F (MarginTopProperty_tDACD08E501E526116D5C9078BBD54E01DA502354* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17395
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MarginTopProperty_GetValue_m64A8E8E60C532B2DE68118D819AF5A8AAF7350C4 (MarginTopProperty_tDACD08E501E526116D5C9078BBD54E01DA502354* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(37, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17396
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarginTopProperty_SetValue_m096E5C9B618BF90FBA54CD6172A827561CBA8822 (MarginTopProperty_tDACD08E501E526116D5C9078BBD54E01DA502354* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MarginTopProperty_SetValue_m096E5C9B618BF90FBA54CD6172A827561CBA8822_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17397
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarginTopProperty__ctor_mB9A656D20177BA133DEBD6BDA6479F5B20C3F5C0 (MarginTopProperty_tDACD08E501E526116D5C9078BBD54E01DA502354* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17398
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaxHeightProperty_get_Name_m8FFF4FB23CE183EE4A84D850CED99EF35B0C39D8 (MaxHeightProperty_tC1A9275B36F6971F55C0A2793905DB26F5D44C73* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral384F12FC76C57F2708A7D831440071F08BBCE429);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral384F12FC76C57F2708A7D831440071F08BBCE429;
|
|
}
|
|
}
|
|
// Method Definition Index: 17399
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaxHeightProperty_get_ussName_m230566E909FA29315CAF29505A01F418814BEE58 (MaxHeightProperty_tC1A9275B36F6971F55C0A2793905DB26F5D44C73* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA96CDD02639F9458A0C169ABACE2CCA8C761330);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralBA96CDD02639F9458A0C169ABACE2CCA8C761330;
|
|
}
|
|
}
|
|
// Method Definition Index: 17400
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaxHeightProperty_get_IsReadOnly_m5CC651DFE2F3EED69D8C8893B7C0E6D6255ECE0F (MaxHeightProperty_tC1A9275B36F6971F55C0A2793905DB26F5D44C73* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17401
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 MaxHeightProperty_GetValue_mFF298E21BE896C76EDFD2424C9C2FCB55ECB5B8F (MaxHeightProperty_tC1A9275B36F6971F55C0A2793905DB26F5D44C73* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_2;
|
|
L_2 = InterfaceFuncInvoker0< StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 >::Invoke(38, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17402
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaxHeightProperty_SetValue_m07BA27A37A0123ACA40F3819D79824AF27C11A78 (MaxHeightProperty_tC1A9275B36F6971F55C0A2793905DB26F5D44C73* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaxHeightProperty_SetValue_m07BA27A37A0123ACA40F3819D79824AF27C11A78_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17403
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaxHeightProperty__ctor_m8B017F5EE8E0F15E49AD7256B92392C29D5E3D01 (MaxHeightProperty_tC1A9275B36F6971F55C0A2793905DB26F5D44C73* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedStyleFloatProperty__ctor_m3B7465B4F043DC42448D503C34E312C67FD93C24(__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: 17404
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaxWidthProperty_get_Name_m2EB21D6698E5C99CDA51B133B7C26DF484A1067B (MaxWidthProperty_t3BDC6D70494A8B0E0AD2B13C5ADE9F40D3186C47* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F344386803E6D45BB3B9AA50A91690B38936A82);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral0F344386803E6D45BB3B9AA50A91690B38936A82;
|
|
}
|
|
}
|
|
// Method Definition Index: 17405
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaxWidthProperty_get_ussName_mF3D9C66CEA227BE4D3AB722D2DE7DE39834F6582 (MaxWidthProperty_t3BDC6D70494A8B0E0AD2B13C5ADE9F40D3186C47* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2704C1FD0B6F802E3AC5848DC5FF1F92F989131E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral2704C1FD0B6F802E3AC5848DC5FF1F92F989131E;
|
|
}
|
|
}
|
|
// Method Definition Index: 17406
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaxWidthProperty_get_IsReadOnly_m08238B35FCDE685B4987E2360F50AF85DD200E56 (MaxWidthProperty_t3BDC6D70494A8B0E0AD2B13C5ADE9F40D3186C47* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17407
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 MaxWidthProperty_GetValue_m16D37173DB659BCB25C013E9237BBECAEE4A0C28 (MaxWidthProperty_t3BDC6D70494A8B0E0AD2B13C5ADE9F40D3186C47* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_2;
|
|
L_2 = InterfaceFuncInvoker0< StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 >::Invoke(39, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17408
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaxWidthProperty_SetValue_m4701A9D9624591680A5D60E4ACAA993263743CC0 (MaxWidthProperty_t3BDC6D70494A8B0E0AD2B13C5ADE9F40D3186C47* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaxWidthProperty_SetValue_m4701A9D9624591680A5D60E4ACAA993263743CC0_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17409
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaxWidthProperty__ctor_m2C6A1EA24FB8D785AC425E9A22A3DCF33DE76B3C (MaxWidthProperty_t3BDC6D70494A8B0E0AD2B13C5ADE9F40D3186C47* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedStyleFloatProperty__ctor_m3B7465B4F043DC42448D503C34E312C67FD93C24(__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: 17410
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MinHeightProperty_get_Name_m69FCF72990B2A728FB57BE75F38DA6E844F20C74 (MinHeightProperty_tB5F88011789586CE570D6DB2BA2BD401560C499E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5AFCDA281F648CC740B83B678A8B057699377679);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral5AFCDA281F648CC740B83B678A8B057699377679;
|
|
}
|
|
}
|
|
// Method Definition Index: 17411
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MinHeightProperty_get_ussName_mC83C432D7278FE0697B6118D771861B19D5503A6 (MinHeightProperty_tB5F88011789586CE570D6DB2BA2BD401560C499E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02E5935143502AD21AEC381A3556CB491D937C59);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral02E5935143502AD21AEC381A3556CB491D937C59;
|
|
}
|
|
}
|
|
// Method Definition Index: 17412
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MinHeightProperty_get_IsReadOnly_m775D35B664E6EE80333831DB02F6A89D4BE9C133 (MinHeightProperty_tB5F88011789586CE570D6DB2BA2BD401560C499E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17413
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 MinHeightProperty_GetValue_m5D14495B5CF7298D46CC5563C4CA8FB55CBCBA21 (MinHeightProperty_tB5F88011789586CE570D6DB2BA2BD401560C499E* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_2;
|
|
L_2 = InterfaceFuncInvoker0< StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 >::Invoke(40, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17414
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MinHeightProperty_SetValue_m5693533E9622DCFE17125B498EB37E67A2722DB2 (MinHeightProperty_tB5F88011789586CE570D6DB2BA2BD401560C499E* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MinHeightProperty_SetValue_m5693533E9622DCFE17125B498EB37E67A2722DB2_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17415
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MinHeightProperty__ctor_m37E0F49B58FEEFE4C4EAD3BAB1E0E8EC474015E0 (MinHeightProperty_tB5F88011789586CE570D6DB2BA2BD401560C499E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedStyleFloatProperty__ctor_m3B7465B4F043DC42448D503C34E312C67FD93C24(__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: 17416
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MinWidthProperty_get_Name_m2B82CD4B32C9BCA3448DFB7DB70E4CCADA6B540F (MinWidthProperty_t91ABDD98F319AF76873AB91425139F5794570A6F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B181AF1B98EBC90730DA8956A4246E230AF4448);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral0B181AF1B98EBC90730DA8956A4246E230AF4448;
|
|
}
|
|
}
|
|
// Method Definition Index: 17417
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MinWidthProperty_get_ussName_m99C46AA3B11A1BECDD309DE4DA07B9D01249BA0F (MinWidthProperty_t91ABDD98F319AF76873AB91425139F5794570A6F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36D9A7BD7487C6DE30FA38FCCE648E7500926F77);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral36D9A7BD7487C6DE30FA38FCCE648E7500926F77;
|
|
}
|
|
}
|
|
// Method Definition Index: 17418
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MinWidthProperty_get_IsReadOnly_m2ADB3062C1893EB0DB54EC825C01FB2AE6AFFBCC (MinWidthProperty_t91ABDD98F319AF76873AB91425139F5794570A6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17419
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 MinWidthProperty_GetValue_m751EB584912947ACDB112B1E3FC6BAECCF8570D6 (MinWidthProperty_t91ABDD98F319AF76873AB91425139F5794570A6F* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_2;
|
|
L_2 = InterfaceFuncInvoker0< StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 >::Invoke(41, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17420
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MinWidthProperty_SetValue_mE18682268BB32B570E4B92EDC145033FE01A9351 (MinWidthProperty_t91ABDD98F319AF76873AB91425139F5794570A6F* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MinWidthProperty_SetValue_mE18682268BB32B570E4B92EDC145033FE01A9351_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17421
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MinWidthProperty__ctor_m3730BC050875D0C8AE66FD315AF6F4027C757BD2 (MinWidthProperty_t91ABDD98F319AF76873AB91425139F5794570A6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedStyleFloatProperty__ctor_m3B7465B4F043DC42448D503C34E312C67FD93C24(__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: 17422
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* OpacityProperty_get_Name_mDD569D928A58C756EDB76BF0C8F12291B2A0AF26 (OpacityProperty_t5E8A2E423916B410A184234CE294F467F7896F1E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D934867D69D7E986A4C224DB49CF270468DE64D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral5D934867D69D7E986A4C224DB49CF270468DE64D;
|
|
}
|
|
}
|
|
// Method Definition Index: 17423
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* OpacityProperty_get_ussName_m72DCCB505BFFD2EEC376DAEC4CAAA33DA028B502 (OpacityProperty_t5E8A2E423916B410A184234CE294F467F7896F1E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D934867D69D7E986A4C224DB49CF270468DE64D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral5D934867D69D7E986A4C224DB49CF270468DE64D;
|
|
}
|
|
}
|
|
// Method Definition Index: 17424
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OpacityProperty_get_IsReadOnly_m17BA41E092F563E3D3A12FDE16D3AB59776E14FC (OpacityProperty_t5E8A2E423916B410A184234CE294F467F7896F1E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17425
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OpacityProperty_GetValue_m1BDEA155753DA7AB8707D28D95C42653F68DF3C0 (OpacityProperty_t5E8A2E423916B410A184234CE294F467F7896F1E* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(42, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17426
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpacityProperty_SetValue_mB7ECBB3CE57BCE8A1A2684AE88278C6DAEBFA329 (OpacityProperty_t5E8A2E423916B410A184234CE294F467F7896F1E* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OpacityProperty_SetValue_mB7ECBB3CE57BCE8A1A2684AE88278C6DAEBFA329_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17427
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpacityProperty__ctor_m23B683A47B6B9F8EE5F35A7DFBAC4F0FA499FEE6 (OpacityProperty_t5E8A2E423916B410A184234CE294F467F7896F1E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17428
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PaddingBottomProperty_get_Name_mB6DA131FAA8F123315B1908373584CFD56E6DC51 (PaddingBottomProperty_t822BBAD86ED0975C6E71BB917E469BC3DE0E0044* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC34CA6D617ABA7CCACACC9E325F99F145F694D08);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralC34CA6D617ABA7CCACACC9E325F99F145F694D08;
|
|
}
|
|
}
|
|
// Method Definition Index: 17429
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PaddingBottomProperty_get_ussName_m972CFDB5EF39299E8077A9D3AAD1311F8497B20E (PaddingBottomProperty_t822BBAD86ED0975C6E71BB917E469BC3DE0E0044* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2357990C34EBE60F3A6ECF41C3B8A433D90AF802);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral2357990C34EBE60F3A6ECF41C3B8A433D90AF802;
|
|
}
|
|
}
|
|
// Method Definition Index: 17430
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PaddingBottomProperty_get_IsReadOnly_m2E0374AAC2B76DD057DA6B66DC3676F95B8D0817 (PaddingBottomProperty_t822BBAD86ED0975C6E71BB917E469BC3DE0E0044* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17431
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PaddingBottomProperty_GetValue_mD1E8C7536A8730E5E833A24DB4B031AE0741DA01 (PaddingBottomProperty_t822BBAD86ED0975C6E71BB917E469BC3DE0E0044* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(43, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17432
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaddingBottomProperty_SetValue_mAD7ECE1C4D15F5A464F8DC81BEAAED2FEEFBE23D (PaddingBottomProperty_t822BBAD86ED0975C6E71BB917E469BC3DE0E0044* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PaddingBottomProperty_SetValue_mAD7ECE1C4D15F5A464F8DC81BEAAED2FEEFBE23D_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17433
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaddingBottomProperty__ctor_m6A29E46195509ECC2DBBB107CE77FB9625C026D5 (PaddingBottomProperty_t822BBAD86ED0975C6E71BB917E469BC3DE0E0044* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17434
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PaddingLeftProperty_get_Name_m82C2D075AEDC6B60EE5E1DCCDF0A2B7DFBCAFF85 (PaddingLeftProperty_t484C5908100271E1B4CA508B552671E194AB4AFD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCDF80A78376685E6EAB6DDB48E96FD230EEF193A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralCDF80A78376685E6EAB6DDB48E96FD230EEF193A;
|
|
}
|
|
}
|
|
// Method Definition Index: 17435
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PaddingLeftProperty_get_ussName_m3EE8B27DA0979E37E4339F167AF643C60D336FAB (PaddingLeftProperty_t484C5908100271E1B4CA508B552671E194AB4AFD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA41D6549073B7B3228A9D6AA520AAE2452795DE2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralA41D6549073B7B3228A9D6AA520AAE2452795DE2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17436
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PaddingLeftProperty_get_IsReadOnly_m636817028CCBD9B1629EF88114C29597174C40B8 (PaddingLeftProperty_t484C5908100271E1B4CA508B552671E194AB4AFD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17437
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PaddingLeftProperty_GetValue_m9B905E244EA842D4400A2AA003FD0F47F248DB57 (PaddingLeftProperty_t484C5908100271E1B4CA508B552671E194AB4AFD* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(44, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17438
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaddingLeftProperty_SetValue_mECF97DF26B609FDF5C3DEEB2BD3454338593C86B (PaddingLeftProperty_t484C5908100271E1B4CA508B552671E194AB4AFD* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PaddingLeftProperty_SetValue_mECF97DF26B609FDF5C3DEEB2BD3454338593C86B_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17439
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaddingLeftProperty__ctor_m5F37FCC7F72E8DF7CA5282CF36594C86FB5212A6 (PaddingLeftProperty_t484C5908100271E1B4CA508B552671E194AB4AFD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17440
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PaddingRightProperty_get_Name_m9727BD72ACF9116F895D9158E55F0196E3A928C8 (PaddingRightProperty_t86A3EC5903DBA7AF9AAF6ECD4FC264178EF90DDC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4CB7191B4A095A9DC93C19D60B16CEB279FA1612);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral4CB7191B4A095A9DC93C19D60B16CEB279FA1612;
|
|
}
|
|
}
|
|
// Method Definition Index: 17441
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PaddingRightProperty_get_ussName_mB43B5CC317CE4D84434FEAA21045B3C11918F68D (PaddingRightProperty_t86A3EC5903DBA7AF9AAF6ECD4FC264178EF90DDC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D6C5036C462DC7CF302757455EE51ACDF556807);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral4D6C5036C462DC7CF302757455EE51ACDF556807;
|
|
}
|
|
}
|
|
// Method Definition Index: 17442
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PaddingRightProperty_get_IsReadOnly_mFFC02983F5BE1B8C73645D0B7AA4131F4DB914DB (PaddingRightProperty_t86A3EC5903DBA7AF9AAF6ECD4FC264178EF90DDC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17443
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PaddingRightProperty_GetValue_m73434231CAB2C212C0EE5F35C444E74B3755FF93 (PaddingRightProperty_t86A3EC5903DBA7AF9AAF6ECD4FC264178EF90DDC* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(45, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17444
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaddingRightProperty_SetValue_m98358972D69BCBA60B1DD9B5482383798F7B9D43 (PaddingRightProperty_t86A3EC5903DBA7AF9AAF6ECD4FC264178EF90DDC* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PaddingRightProperty_SetValue_m98358972D69BCBA60B1DD9B5482383798F7B9D43_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17445
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaddingRightProperty__ctor_m08F4CCCD22FCB4B6DC3168196E51F86C22313EE8 (PaddingRightProperty_t86A3EC5903DBA7AF9AAF6ECD4FC264178EF90DDC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17446
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PaddingTopProperty_get_Name_mE8403972F7C8429702D99511A4588B4A094A719B (PaddingTopProperty_t6F57D50306CF1E93B3FBDA7E809FBC5FDE59FAFF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0882D240BE27593BCAE8888B5703266EF7D76531);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral0882D240BE27593BCAE8888B5703266EF7D76531;
|
|
}
|
|
}
|
|
// Method Definition Index: 17447
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PaddingTopProperty_get_ussName_m4B71AACB09062D8A823C4CC7A69DB7096B891E7A (PaddingTopProperty_t6F57D50306CF1E93B3FBDA7E809FBC5FDE59FAFF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral865419135EB8C812766468D708CFD854CCD7AA2E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral865419135EB8C812766468D708CFD854CCD7AA2E;
|
|
}
|
|
}
|
|
// Method Definition Index: 17448
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PaddingTopProperty_get_IsReadOnly_m705D9633B8FEF5A9AC8025E9470D24E2EF440C12 (PaddingTopProperty_t6F57D50306CF1E93B3FBDA7E809FBC5FDE59FAFF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17449
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PaddingTopProperty_GetValue_m1C720FA0DF01A8D319309F65F932296449BFB828 (PaddingTopProperty_t6F57D50306CF1E93B3FBDA7E809FBC5FDE59FAFF* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(46, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17450
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaddingTopProperty_SetValue_mB37A4B14B473385023E97200381D2B5FE52DC64A (PaddingTopProperty_t6F57D50306CF1E93B3FBDA7E809FBC5FDE59FAFF* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PaddingTopProperty_SetValue_mB37A4B14B473385023E97200381D2B5FE52DC64A_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17451
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaddingTopProperty__ctor_m9FA84FE77CF5FFF5390FEB807C6B0883170115C4 (PaddingTopProperty_t6F57D50306CF1E93B3FBDA7E809FBC5FDE59FAFF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17452
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PositionProperty_get_Name_mB8CF052CF4F1E919A65BEF2B126C5AF59A5C43B3 (PositionProperty_t2F48F1F2F13E29ADA8396AB5D1125495A4F91D26* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88BDF3D0791A560245652E772545C49897854443);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral88BDF3D0791A560245652E772545C49897854443;
|
|
}
|
|
}
|
|
// Method Definition Index: 17453
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PositionProperty_get_ussName_m5A3E251B8F9F412A909C1C0194891162468A6DBB (PositionProperty_t2F48F1F2F13E29ADA8396AB5D1125495A4F91D26* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88BDF3D0791A560245652E772545C49897854443);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral88BDF3D0791A560245652E772545C49897854443;
|
|
}
|
|
}
|
|
// Method Definition Index: 17454
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PositionProperty_get_IsReadOnly_m9602A809F6EC436F7E7E4E2430D18B2B87CF9E0E (PositionProperty_t2F48F1F2F13E29ADA8396AB5D1125495A4F91D26* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17455
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PositionProperty_GetValue_m230C36377E94C89789F4AB1F21E177FA09BA5F2D (PositionProperty_t2F48F1F2F13E29ADA8396AB5D1125495A4F91D26* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(47, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17456
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PositionProperty_SetValue_mEFCD185E7D8BAB1508B54DE51F72F81CB8DB1ADF (PositionProperty_t2F48F1F2F13E29ADA8396AB5D1125495A4F91D26* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PositionProperty_SetValue_mEFCD185E7D8BAB1508B54DE51F72F81CB8DB1ADF_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17457
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PositionProperty__ctor_m99384ACC8CA5B80A1753B26D7F9E368F5882F584 (PositionProperty_t2F48F1F2F13E29ADA8396AB5D1125495A4F91D26* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_m9A525617453881DA4AB70DF0774607BE5648EC39_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_m9A525617453881DA4AB70DF0774607BE5648EC39(__this, ResolvedEnumProperty_1__ctor_m9A525617453881DA4AB70DF0774607BE5648EC39_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: 17458
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RightProperty_get_Name_m2CA8D7B38F1FE36BD4A74F6F52401BA19E69613A (RightProperty_tF63616820820FB43026CEE738A2C2E67F547BE4A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF;
|
|
}
|
|
}
|
|
// Method Definition Index: 17459
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RightProperty_get_ussName_m68998E0D5D40F9BC98B43F05DFE15228B2031BCB (RightProperty_tF63616820820FB43026CEE738A2C2E67F547BE4A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF;
|
|
}
|
|
}
|
|
// Method Definition Index: 17460
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RightProperty_get_IsReadOnly_m17AA709ACEE4F2D1EE90127E63BA88AA0A8DFF82 (RightProperty_tF63616820820FB43026CEE738A2C2E67F547BE4A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17461
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RightProperty_GetValue_mB871A471675A634253E9415DAF343816BC916EC9 (RightProperty_tF63616820820FB43026CEE738A2C2E67F547BE4A* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(48, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17462
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightProperty_SetValue_mE60A1D4ECF5DFD82481AF4F1680467CDAB2979C2 (RightProperty_tF63616820820FB43026CEE738A2C2E67F547BE4A* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RightProperty_SetValue_mE60A1D4ECF5DFD82481AF4F1680467CDAB2979C2_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17463
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightProperty__ctor_m4A746623610049EA1B4C2CA29AABBCCFB264353A (RightProperty_tF63616820820FB43026CEE738A2C2E67F547BE4A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17464
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RotateProperty_get_Name_m339DCD653434DF2E3029D7E18A63F9EEA1112972 (RotateProperty_t9FDA4BCE1BE9C235ADFB76219920EF57195F4CE6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A3C5272E76787A96B4445991AF0A820F0D2D4EB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral3A3C5272E76787A96B4445991AF0A820F0D2D4EB;
|
|
}
|
|
}
|
|
// Method Definition Index: 17465
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RotateProperty_get_ussName_mDF98270CE0E34ACE4AA379CB91603CE9A8B3DA20 (RotateProperty_t9FDA4BCE1BE9C235ADFB76219920EF57195F4CE6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A3C5272E76787A96B4445991AF0A820F0D2D4EB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral3A3C5272E76787A96B4445991AF0A820F0D2D4EB;
|
|
}
|
|
}
|
|
// Method Definition Index: 17466
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RotateProperty_get_IsReadOnly_mFF2D2AFBE89A3EB5C040B2F6613D8370028CC3D0 (RotateProperty_t9FDA4BCE1BE9C235ADFB76219920EF57195F4CE6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17467
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 RotateProperty_GetValue_mA412C1EBAE088528DB52C860054E90BBB3CBFFD0 (RotateProperty_t9FDA4BCE1BE9C235ADFB76219920EF57195F4CE6* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_2;
|
|
L_2 = InterfaceFuncInvoker0< Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 >::Invoke(49, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17468
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotateProperty_SetValue_mC1374B55C30E6E173E3458D0702C61D6491940F9 (RotateProperty_t9FDA4BCE1BE9C235ADFB76219920EF57195F4CE6* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RotateProperty_SetValue_mC1374B55C30E6E173E3458D0702C61D6491940F9_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17469
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotateProperty__ctor_m262AFF32615DE214EF226F0C2D82473BA9D309F6 (RotateProperty_t9FDA4BCE1BE9C235ADFB76219920EF57195F4CE6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedRotateProperty__ctor_m04916734686FE3F0DC27D4A8536E0DF00A4FEAA5(__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: 17470
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ScaleProperty_get_Name_m378EF92A4F0775D8DB08E6BFB7BEBDDA0118097A (ScaleProperty_t68B7FF5944EECC95825AA0EEEAEAABE5B9989254* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9BE17D634D1B07BCDCDA77A87710C946D81307B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralF9BE17D634D1B07BCDCDA77A87710C946D81307B;
|
|
}
|
|
}
|
|
// Method Definition Index: 17471
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ScaleProperty_get_ussName_mE01F2F3CE1823F21676415674CE802A5F7046774 (ScaleProperty_t68B7FF5944EECC95825AA0EEEAEAABE5B9989254* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9BE17D634D1B07BCDCDA77A87710C946D81307B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralF9BE17D634D1B07BCDCDA77A87710C946D81307B;
|
|
}
|
|
}
|
|
// Method Definition Index: 17472
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScaleProperty_get_IsReadOnly_mCFC4D021F18DE92E043BDCFA662CD54FBD63ED65 (ScaleProperty_t68B7FF5944EECC95825AA0EEEAEAABE5B9989254* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17473
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ScaleProperty_GetValue_m41F607E078EBFA2ABCE45E6B17697E20A29CE003 (ScaleProperty_t68B7FF5944EECC95825AA0EEEAEAABE5B9989254* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_2;
|
|
L_2 = InterfaceFuncInvoker0< Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 >::Invoke(50, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17474
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScaleProperty_SetValue_mF604E617B67396587A999C2986D6A4C864503505 (ScaleProperty_t68B7FF5944EECC95825AA0EEEAEAABE5B9989254* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ScaleProperty_SetValue_mF604E617B67396587A999C2986D6A4C864503505_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17475
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScaleProperty__ctor_m2F777478056D0550810158D7CD34ECC6C9003C8A (ScaleProperty_t68B7FF5944EECC95825AA0EEEAEAABE5B9989254* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedScaleProperty__ctor_m4652C1C5ED7DAE4407DAFC25B84875FF91847217(__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: 17476
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextOverflowProperty_get_Name_mD4E484F4CF7EE67A9E76961C68C03C3A3AAA882D (TextOverflowProperty_t35F6422C37CA3F478C7FFADEA15B40A969F2EF9D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAEEAFB89E7E66A4A6EF59FF4F99538BB917174CC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralAEEAFB89E7E66A4A6EF59FF4F99538BB917174CC;
|
|
}
|
|
}
|
|
// Method Definition Index: 17477
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextOverflowProperty_get_ussName_m68D589D90C98AECEEB087F656C56168219BA2D68 (TextOverflowProperty_t35F6422C37CA3F478C7FFADEA15B40A969F2EF9D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29FA09021B7C5FB477B49A66FBF4A63F64C01FD1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral29FA09021B7C5FB477B49A66FBF4A63F64C01FD1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17478
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextOverflowProperty_get_IsReadOnly_m500190507B76A4E82E5FE8C1169C7A5852674ABB (TextOverflowProperty_t35F6422C37CA3F478C7FFADEA15B40A969F2EF9D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17479
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextOverflowProperty_GetValue_mFAF4E5DDF9B69D1F04A0521E94223C8C529A5BD7 (TextOverflowProperty_t35F6422C37CA3F478C7FFADEA15B40A969F2EF9D* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(51, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17480
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextOverflowProperty_SetValue_mC0B3CCC90AD090ADA71DB803245278A38FF33888 (TextOverflowProperty_t35F6422C37CA3F478C7FFADEA15B40A969F2EF9D* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextOverflowProperty_SetValue_mC0B3CCC90AD090ADA71DB803245278A38FF33888_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17481
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextOverflowProperty__ctor_m79A22E6DC51F662CFA7C42CC958527EDBD0565DA (TextOverflowProperty_t35F6422C37CA3F478C7FFADEA15B40A969F2EF9D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_mBF672A0564680E966950F505DAD44BFA1BF1A177_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_mBF672A0564680E966950F505DAD44BFA1BF1A177(__this, ResolvedEnumProperty_1__ctor_mBF672A0564680E966950F505DAD44BFA1BF1A177_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: 17482
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TopProperty_get_Name_m074534DDAAEBC012DAB0D293A6ACAEEC8A059EF1 (TopProperty_t556A822B7601DB6221B078C86AAB47133D136FE5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3;
|
|
}
|
|
}
|
|
// Method Definition Index: 17483
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TopProperty_get_ussName_m88501398CAD9329E67021A8DBC2F6D8E44418442 (TopProperty_t556A822B7601DB6221B078C86AAB47133D136FE5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3;
|
|
}
|
|
}
|
|
// Method Definition Index: 17484
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TopProperty_get_IsReadOnly_m99AF81BCFC45EA60F00ED2AF1A247B901178CCD1 (TopProperty_t556A822B7601DB6221B078C86AAB47133D136FE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17485
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TopProperty_GetValue_m176B0C475DEDC511CBC358DAB1D488A03CC0514A (TopProperty_t556A822B7601DB6221B078C86AAB47133D136FE5* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(52, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17486
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TopProperty_SetValue_m7D692931F35B6FFDFFA23F82E56239F1BCB556BA (TopProperty_t556A822B7601DB6221B078C86AAB47133D136FE5* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TopProperty_SetValue_m7D692931F35B6FFDFFA23F82E56239F1BCB556BA_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17487
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TopProperty__ctor_mE708D777C37113A48816577132CD9BB4A0FB5254 (TopProperty_t556A822B7601DB6221B078C86AAB47133D136FE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17488
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TransformOriginProperty_get_Name_m1C566167035AE44A884E983B44805AE62384BDCB (TransformOriginProperty_t1A75FBA79F548B2574D182467727E5C8E4B7BBC4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5ACB4992FF5B0C18AFC915E9ADF6CE7D5D93F793);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral5ACB4992FF5B0C18AFC915E9ADF6CE7D5D93F793;
|
|
}
|
|
}
|
|
// Method Definition Index: 17489
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TransformOriginProperty_get_ussName_mADA4361002F29DBFCAC25634F1930CA41CF50C68 (TransformOriginProperty_t1A75FBA79F548B2574D182467727E5C8E4B7BBC4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE34DDA22F04DE19FAC1173C04D65D45BA3754E3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralBE34DDA22F04DE19FAC1173C04D65D45BA3754E3;
|
|
}
|
|
}
|
|
// Method Definition Index: 17490
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransformOriginProperty_get_IsReadOnly_m6817A4C7C390BD24DDEA31A9C48BDF94EACBAA6B (TransformOriginProperty_t1A75FBA79F548B2574D182467727E5C8E4B7BBC4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17491
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 TransformOriginProperty_GetValue_m4BB170343DD5DAEF168739660AC2B47AF93A92A4 (TransformOriginProperty_t1A75FBA79F548B2574D182467727E5C8E4B7BBC4* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = InterfaceFuncInvoker0< Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 >::Invoke(53, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17492
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformOriginProperty_SetValue_m4233B9B2CC3067BA7CE2A8B1E661C3EB13376080 (TransformOriginProperty_t1A75FBA79F548B2574D182467727E5C8E4B7BBC4* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TransformOriginProperty_SetValue_m4233B9B2CC3067BA7CE2A8B1E661C3EB13376080_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17493
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformOriginProperty__ctor_m47E68F70A2BE4EEB036704223C9A13F3BE9A4870 (TransformOriginProperty_t1A75FBA79F548B2574D182467727E5C8E4B7BBC4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedVector3Property__ctor_m7A9A9D20C294F91F64DE3E3E2346550939C8CD04(__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: 17494
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TransitionDelayProperty_get_Name_m089F128E81EB62160FCA7F42AF623E6F26CF062F (TransitionDelayProperty_t2C68A8E623DC91056B02B9678500D4BCAD1C60B2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE1E2C13FDA639E1656E82093414952931B0B84C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralEE1E2C13FDA639E1656E82093414952931B0B84C;
|
|
}
|
|
}
|
|
// Method Definition Index: 17495
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TransitionDelayProperty_get_ussName_mB27990134A264CC1291CC5E4B22DEB61F1D41AF7 (TransitionDelayProperty_t2C68A8E623DC91056B02B9678500D4BCAD1C60B2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F4F30E1B6252C146D5D2B0B8EEF19B926196DFA);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral4F4F30E1B6252C146D5D2B0B8EEF19B926196DFA;
|
|
}
|
|
}
|
|
// Method Definition Index: 17496
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransitionDelayProperty_get_IsReadOnly_m5EB4CE798BA58FB384FF06B2F21C2579DE402EE3 (TransitionDelayProperty_t2C68A8E623DC91056B02B9678500D4BCAD1C60B2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17497
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TransitionDelayProperty_GetValue_mDD1163CBE823546EE49D29FE87F23AE3A62B1321 (TransitionDelayProperty_t2C68A8E623DC91056B02B9678500D4BCAD1C60B2* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2;
|
|
L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(54, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17498
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionDelayProperty_SetValue_m08E323B67D5E1960E635DC28A4E21F007DE0E748 (TransitionDelayProperty_t2C68A8E623DC91056B02B9678500D4BCAD1C60B2* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, RuntimeObject* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TransitionDelayProperty_SetValue_m08E323B67D5E1960E635DC28A4E21F007DE0E748_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17499
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionDelayProperty__ctor_mD31E39F4237AC9EA3DE2A1F465A526F5D1C9E429 (TransitionDelayProperty_t2C68A8E623DC91056B02B9678500D4BCAD1C60B2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedListProperty_1__ctor_m0172A93BA2E9AE7A893164D596C9D9290CEF6ED8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedListProperty_1__ctor_m0172A93BA2E9AE7A893164D596C9D9290CEF6ED8(__this, ResolvedListProperty_1__ctor_m0172A93BA2E9AE7A893164D596C9D9290CEF6ED8_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: 17500
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TransitionDurationProperty_get_Name_m117DBDC9338AAE8396C46F1C78B5C69F1FCB463D (TransitionDurationProperty_t53ED42E6FFB95F58F849A52807D26EDB89CBBE9A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71208EA48E9E1561385CE04323883661A726A41C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral71208EA48E9E1561385CE04323883661A726A41C;
|
|
}
|
|
}
|
|
// Method Definition Index: 17501
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TransitionDurationProperty_get_ussName_m28CD5DF9C1BB274A13E7362E27FD6BC7DDAB89A8 (TransitionDurationProperty_t53ED42E6FFB95F58F849A52807D26EDB89CBBE9A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95503522FAADF69F1C0B98B160943FFD55B9E64A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral95503522FAADF69F1C0B98B160943FFD55B9E64A;
|
|
}
|
|
}
|
|
// Method Definition Index: 17502
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransitionDurationProperty_get_IsReadOnly_m1957B0E26E05E9F6684FA352A254DA910BF72657 (TransitionDurationProperty_t53ED42E6FFB95F58F849A52807D26EDB89CBBE9A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17503
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TransitionDurationProperty_GetValue_mB20217D7F47F03C2B867A0F27682FDF9DFC68EF2 (TransitionDurationProperty_t53ED42E6FFB95F58F849A52807D26EDB89CBBE9A* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2;
|
|
L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(55, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17504
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionDurationProperty_SetValue_mD55042ECBEDFA08EB63FEEBD858BF35ABDA445F2 (TransitionDurationProperty_t53ED42E6FFB95F58F849A52807D26EDB89CBBE9A* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, RuntimeObject* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TransitionDurationProperty_SetValue_mD55042ECBEDFA08EB63FEEBD858BF35ABDA445F2_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17505
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionDurationProperty__ctor_mA0B12C5A5E86E016952044EC9889D5602945FD44 (TransitionDurationProperty_t53ED42E6FFB95F58F849A52807D26EDB89CBBE9A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedListProperty_1__ctor_m0172A93BA2E9AE7A893164D596C9D9290CEF6ED8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedListProperty_1__ctor_m0172A93BA2E9AE7A893164D596C9D9290CEF6ED8(__this, ResolvedListProperty_1__ctor_m0172A93BA2E9AE7A893164D596C9D9290CEF6ED8_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: 17506
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TransitionPropertyProperty_get_Name_m39C4EEA3DED862401F8CFF7325CAACEE498496C4 (TransitionPropertyProperty_t876CEFA56CFB0698B32AC2B777A261D3F8D564FF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA6CB8859D5BA7F5ECD3C1DF294757D3267736B2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralBA6CB8859D5BA7F5ECD3C1DF294757D3267736B2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17507
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TransitionPropertyProperty_get_ussName_m28905806D88557A180D66C9E2E1103F8A822D065 (TransitionPropertyProperty_t876CEFA56CFB0698B32AC2B777A261D3F8D564FF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4927374032A8C2CE032697B16AB4B31B2798A37);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralD4927374032A8C2CE032697B16AB4B31B2798A37;
|
|
}
|
|
}
|
|
// Method Definition Index: 17508
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransitionPropertyProperty_get_IsReadOnly_mAADB34F9369ED1B04D4B23FBE4B4EF4BF57BA056 (TransitionPropertyProperty_t876CEFA56CFB0698B32AC2B777A261D3F8D564FF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17509
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TransitionPropertyProperty_GetValue_m03C01F2D19903F75444FBF6C714F5B493C1D9F11 (TransitionPropertyProperty_t876CEFA56CFB0698B32AC2B777A261D3F8D564FF* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2;
|
|
L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(56, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17510
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionPropertyProperty_SetValue_mBAA2D306D49FEC80F73739124A482CE2C70B45E3 (TransitionPropertyProperty_t876CEFA56CFB0698B32AC2B777A261D3F8D564FF* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, RuntimeObject* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TransitionPropertyProperty_SetValue_mBAA2D306D49FEC80F73739124A482CE2C70B45E3_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17511
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionPropertyProperty__ctor_mEA5C8377944434A478FE12187961CE8AFA4A8E86 (TransitionPropertyProperty_t876CEFA56CFB0698B32AC2B777A261D3F8D564FF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedListProperty_1__ctor_mAA285574609B1BF9B37C589CB08B3EEF87642786_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedListProperty_1__ctor_mAA285574609B1BF9B37C589CB08B3EEF87642786(__this, ResolvedListProperty_1__ctor_mAA285574609B1BF9B37C589CB08B3EEF87642786_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: 17512
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TransitionTimingFunctionProperty_get_Name_mE9AB80C0A519AE436B4FBB8BCF25EE6BB3E87510 (TransitionTimingFunctionProperty_tDA4C9510C59278F9DFD88F7E507E047C3F93A63C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD983BAA17ECDA994387230F79FEA7A1F7410A49);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralDD983BAA17ECDA994387230F79FEA7A1F7410A49;
|
|
}
|
|
}
|
|
// Method Definition Index: 17513
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TransitionTimingFunctionProperty_get_ussName_m6E2471B25038F4D1F2B732F0C55C0D49A464ECAC (TransitionTimingFunctionProperty_tDA4C9510C59278F9DFD88F7E507E047C3F93A63C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C9C0DA56FB52C1868CAF5C9F97E0CA9D17643FC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral0C9C0DA56FB52C1868CAF5C9F97E0CA9D17643FC;
|
|
}
|
|
}
|
|
// Method Definition Index: 17514
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransitionTimingFunctionProperty_get_IsReadOnly_m06323E54A2930469409A237B65318A6EBB7BDFBE (TransitionTimingFunctionProperty_tDA4C9510C59278F9DFD88F7E507E047C3F93A63C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17515
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TransitionTimingFunctionProperty_GetValue_mE6A507893A6FB3E857C8C092259D20A5A5601746 (TransitionTimingFunctionProperty_tDA4C9510C59278F9DFD88F7E507E047C3F93A63C* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2;
|
|
L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(57, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17516
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionTimingFunctionProperty_SetValue_m4BAE3504657D1BE936BFB3A94C6D3F9ED93B3F96 (TransitionTimingFunctionProperty_tDA4C9510C59278F9DFD88F7E507E047C3F93A63C* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, RuntimeObject* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TransitionTimingFunctionProperty_SetValue_m4BAE3504657D1BE936BFB3A94C6D3F9ED93B3F96_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17517
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionTimingFunctionProperty__ctor_mED8E5A58522B0FD7FA1E57F38E4CA0ACC2F50D5E (TransitionTimingFunctionProperty_tDA4C9510C59278F9DFD88F7E507E047C3F93A63C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedListProperty_1__ctor_m618BB9C568384C2C28B7117E9300377946A1443D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedListProperty_1__ctor_m618BB9C568384C2C28B7117E9300377946A1443D(__this, ResolvedListProperty_1__ctor_m618BB9C568384C2C28B7117E9300377946A1443D_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: 17518
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TranslateProperty_get_Name_m6E044A3E5E691E34405738FB608777321703143D (TranslateProperty_t728ED324FC030F5EF6D0453F9418C441A875C166* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B88D4663F5F2F36326F88F90702A9437BA13FD2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral5B88D4663F5F2F36326F88F90702A9437BA13FD2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17519
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TranslateProperty_get_ussName_m712EB7331FDFDB53CAD5F05993FB42C93F1F98CA (TranslateProperty_t728ED324FC030F5EF6D0453F9418C441A875C166* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B88D4663F5F2F36326F88F90702A9437BA13FD2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral5B88D4663F5F2F36326F88F90702A9437BA13FD2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17520
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TranslateProperty_get_IsReadOnly_mFCD097D4770BBA08D27E434B9EDB1994CC61680D (TranslateProperty_t728ED324FC030F5EF6D0453F9418C441A875C166* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17521
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 TranslateProperty_GetValue_m2716A96748544B62F73092DAAC1E383AD31CFAFA (TranslateProperty_t728ED324FC030F5EF6D0453F9418C441A875C166* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = InterfaceFuncInvoker0< Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 >::Invoke(58, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17522
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TranslateProperty_SetValue_m024DD0D50EE12893DF2883896E84011DD55CF79C (TranslateProperty_t728ED324FC030F5EF6D0453F9418C441A875C166* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TranslateProperty_SetValue_m024DD0D50EE12893DF2883896E84011DD55CF79C_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17523
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TranslateProperty__ctor_m8AEC13AFF576DB57B7FD49331F922CBD158C2DE3 (TranslateProperty_t728ED324FC030F5EF6D0453F9418C441A875C166* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedVector3Property__ctor_m7A9A9D20C294F91F64DE3E3E2346550939C8CD04(__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: 17524
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityBackgroundImageTintColorProperty_get_Name_m3210B43E0EC334BD58E65FFBF6E2E249956A3F85 (UnityBackgroundImageTintColorProperty_t7E0533BAA41E34EB363D02B5B99BFC5EC4076EDE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE74DB14E685F537268C5143890AB69E1695FC819);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralE74DB14E685F537268C5143890AB69E1695FC819;
|
|
}
|
|
}
|
|
// Method Definition Index: 17525
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityBackgroundImageTintColorProperty_get_ussName_mA0FA796F0EE7EDAF719FD6C13C301D79608FC0CD (UnityBackgroundImageTintColorProperty_t7E0533BAA41E34EB363D02B5B99BFC5EC4076EDE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82E076982CD45D5B7CEB6A031360F172BFAA6872);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral82E076982CD45D5B7CEB6A031360F172BFAA6872;
|
|
}
|
|
}
|
|
// Method Definition Index: 17526
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityBackgroundImageTintColorProperty_get_IsReadOnly_m2C6AB437B29FD5B9EE32D3F00A8BE32E6A5ABC35 (UnityBackgroundImageTintColorProperty_t7E0533BAA41E34EB363D02B5B99BFC5EC4076EDE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17527
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F UnityBackgroundImageTintColorProperty_GetValue_mB5D98B771A362B08ACEB27D8F6A85370C4F35FE4 (UnityBackgroundImageTintColorProperty_t7E0533BAA41E34EB363D02B5B99BFC5EC4076EDE* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
|
|
L_2 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(59, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17528
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityBackgroundImageTintColorProperty_SetValue_m319A87EF3D9219F8332C7833DD32C091674A31A8 (UnityBackgroundImageTintColorProperty_t7E0533BAA41E34EB363D02B5B99BFC5EC4076EDE* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityBackgroundImageTintColorProperty_SetValue_m319A87EF3D9219F8332C7833DD32C091674A31A8_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17529
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityBackgroundImageTintColorProperty__ctor_m59A0E56CB03B2212DAD690FD6B1FAB115EA8ABD9 (UnityBackgroundImageTintColorProperty_t7E0533BAA41E34EB363D02B5B99BFC5EC4076EDE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedColorProperty__ctor_m73B5D32216AFD0CD5648985396D04134DFF2621B(__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: 17530
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityEditorTextRenderingModeProperty_get_Name_m9C929869121E80DAB24B07E5752F12FF8198127F (UnityEditorTextRenderingModeProperty_tEBABE6D1C1BC55260D5F6972FFB105FC8A4560B4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral881A0F25982F87A4C257FC5EEA73A16A8BA3BD13);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral881A0F25982F87A4C257FC5EEA73A16A8BA3BD13;
|
|
}
|
|
}
|
|
// Method Definition Index: 17531
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityEditorTextRenderingModeProperty_get_ussName_m347DD0EC0E5D11FA1D9BA11F5C387B292E124DE0 (UnityEditorTextRenderingModeProperty_tEBABE6D1C1BC55260D5F6972FFB105FC8A4560B4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65ACC620228903E20EDB8A19816226D5FFEA0A60);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral65ACC620228903E20EDB8A19816226D5FFEA0A60;
|
|
}
|
|
}
|
|
// Method Definition Index: 17532
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityEditorTextRenderingModeProperty_get_IsReadOnly_m5FD808E40DE97DFEBE15237635B883D399A12886 (UnityEditorTextRenderingModeProperty_tEBABE6D1C1BC55260D5F6972FFB105FC8A4560B4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17533
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEditorTextRenderingModeProperty_GetValue_mB232380A9F46798A5980E2A1C9E404E647DC36BC (UnityEditorTextRenderingModeProperty_tEBABE6D1C1BC55260D5F6972FFB105FC8A4560B4* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(60, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17534
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEditorTextRenderingModeProperty_SetValue_mDCA59D034A7DF929CFB517428BA3A95E25679B8E (UnityEditorTextRenderingModeProperty_tEBABE6D1C1BC55260D5F6972FFB105FC8A4560B4* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityEditorTextRenderingModeProperty_SetValue_mDCA59D034A7DF929CFB517428BA3A95E25679B8E_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17535
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEditorTextRenderingModeProperty__ctor_m12CFE02B0D6B10C9B67DD1BA3CD36FE615616E75 (UnityEditorTextRenderingModeProperty_tEBABE6D1C1BC55260D5F6972FFB105FC8A4560B4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_mDBCE351EB1AA8148EA6B328E15CB796BFD01E5EC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_mDBCE351EB1AA8148EA6B328E15CB796BFD01E5EC(__this, ResolvedEnumProperty_1__ctor_mDBCE351EB1AA8148EA6B328E15CB796BFD01E5EC_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: 17536
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityFontProperty_get_Name_mD6C1BA137956E694F42068F10144B3EF236E1250 (UnityFontProperty_tD5B207ECCA7F67B873A831F30B08F1DD1048D6A5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral579B4AFB6D8DDB67D70B566FC1CF7FAB7D63CC7A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral579B4AFB6D8DDB67D70B566FC1CF7FAB7D63CC7A;
|
|
}
|
|
}
|
|
// Method Definition Index: 17537
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityFontProperty_get_ussName_m6792A38AF82A62E5BE6AD0135D1D7AF86A01503D (UnityFontProperty_tD5B207ECCA7F67B873A831F30B08F1DD1048D6A5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FD4F4A682E58CCD064B00780871930AE66ABCD9);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral1FD4F4A682E58CCD064B00780871930AE66ABCD9;
|
|
}
|
|
}
|
|
// Method Definition Index: 17538
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityFontProperty_get_IsReadOnly_m05BA92193BC07DC1DAF3C3C013E5A1FD583EAAED (UnityFontProperty_tD5B207ECCA7F67B873A831F30B08F1DD1048D6A5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17539
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_tC95270EA3198038970422D78B74A7F2E218A96B6* UnityFontProperty_GetValue_mD9377BCC61C26785B9DC4602B9CB2DB6CA9346CF (UnityFontProperty_tD5B207ECCA7F67B873A831F30B08F1DD1048D6A5* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_2;
|
|
L_2 = InterfaceFuncInvoker0< Font_tC95270EA3198038970422D78B74A7F2E218A96B6* >::Invoke(61, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17540
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityFontProperty_SetValue_m5E7D2F3ECDDCF1C3D234CFC7E142342C8298F586 (UnityFontProperty_tD5B207ECCA7F67B873A831F30B08F1DD1048D6A5* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityFontProperty_SetValue_m5E7D2F3ECDDCF1C3D234CFC7E142342C8298F586_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17541
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityFontProperty__ctor_m0EA3DBBFB862AFDC36E8D7A9D85D446DF9BA6684 (UnityFontProperty_tD5B207ECCA7F67B873A831F30B08F1DD1048D6A5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFontProperty__ctor_mCA7B6D266943F18D1412903941C9D8D4192CE0FA(__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: 17542
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityFontDefinitionProperty_get_Name_m9E3D22BBBB39E1C6033A3C7256B45CD5CA1544A4 (UnityFontDefinitionProperty_t3CFA60D075E3F844EA393E0109A45FEDB3B5CC99* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EC9AD59409FF6D1F0346E2A9AA7433CDD94E103);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral3EC9AD59409FF6D1F0346E2A9AA7433CDD94E103;
|
|
}
|
|
}
|
|
// Method Definition Index: 17543
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityFontDefinitionProperty_get_ussName_m25B8E83D34718D05313645410381206CD2055A4C (UnityFontDefinitionProperty_t3CFA60D075E3F844EA393E0109A45FEDB3B5CC99* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94CCE431179823D94B28744DB03C5D6E624561A6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral94CCE431179823D94B28744DB03C5D6E624561A6;
|
|
}
|
|
}
|
|
// Method Definition Index: 17544
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityFontDefinitionProperty_get_IsReadOnly_mBADB3B3DDC19ABA65871B90DB4AC9C0AA8AEB2FC (UnityFontDefinitionProperty_t3CFA60D075E3F844EA393E0109A45FEDB3B5CC99* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17545
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C UnityFontDefinitionProperty_GetValue_m006EBFB64F90F4786A898A5A87AC3C12F07C0444 (UnityFontDefinitionProperty_t3CFA60D075E3F844EA393E0109A45FEDB3B5CC99* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_2;
|
|
L_2 = InterfaceFuncInvoker0< FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C >::Invoke(62, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17546
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityFontDefinitionProperty_SetValue_m0C345BB7ACB714AD6594AD1A2750207D068D7D0E (UnityFontDefinitionProperty_t3CFA60D075E3F844EA393E0109A45FEDB3B5CC99* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityFontDefinitionProperty_SetValue_m0C345BB7ACB714AD6594AD1A2750207D068D7D0E_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17547
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityFontDefinitionProperty__ctor_m71354C000074701B9542A8FB05371267126D2474 (UnityFontDefinitionProperty_t3CFA60D075E3F844EA393E0109A45FEDB3B5CC99* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFontDefinitionProperty__ctor_m3E9194C3CA84ED295858F0875F8D1EA0CC07CAB1(__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: 17548
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityFontStyleAndWeightProperty_get_Name_mCD005C7A96B9E0B8609CFA4862D51160ADE666DB (UnityFontStyleAndWeightProperty_tDAD9210ECD300F837EDE11CDD8CACBCBD54E64FB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FE2B2F4588BF30C8A96C312CF2C20188D08A5ED);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral7FE2B2F4588BF30C8A96C312CF2C20188D08A5ED;
|
|
}
|
|
}
|
|
// Method Definition Index: 17549
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityFontStyleAndWeightProperty_get_ussName_m40AEBB98E42B074F5E9C6E48546A0C9AD2F0FBA7 (UnityFontStyleAndWeightProperty_tDAD9210ECD300F837EDE11CDD8CACBCBD54E64FB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB95CC61D7C891F7C97273CCF9C561FF4228E092B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralB95CC61D7C891F7C97273CCF9C561FF4228E092B;
|
|
}
|
|
}
|
|
// Method Definition Index: 17550
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityFontStyleAndWeightProperty_get_IsReadOnly_mEA5FC7161DECBA490C57152B8CEDB0A0D27E8293 (UnityFontStyleAndWeightProperty_tDAD9210ECD300F837EDE11CDD8CACBCBD54E64FB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17551
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityFontStyleAndWeightProperty_GetValue_m38776227859022187B0791AF22D588A7442CA24D (UnityFontStyleAndWeightProperty_tDAD9210ECD300F837EDE11CDD8CACBCBD54E64FB* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(63, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17552
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityFontStyleAndWeightProperty_SetValue_m10C2227549F4C5C5BB02ECACB1EBA9817552EA22 (UnityFontStyleAndWeightProperty_tDAD9210ECD300F837EDE11CDD8CACBCBD54E64FB* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityFontStyleAndWeightProperty_SetValue_m10C2227549F4C5C5BB02ECACB1EBA9817552EA22_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17553
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityFontStyleAndWeightProperty__ctor_m331787F3AB6B6A6E605722119BCE93F59560A536 (UnityFontStyleAndWeightProperty_tDAD9210ECD300F837EDE11CDD8CACBCBD54E64FB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_m8B23247792B99528FEECB5480B7BCD2DCC80E37F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_m8B23247792B99528FEECB5480B7BCD2DCC80E37F(__this, ResolvedEnumProperty_1__ctor_m8B23247792B99528FEECB5480B7BCD2DCC80E37F_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: 17554
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityParagraphSpacingProperty_get_Name_mEF6CE81C425C39DE2284EB85D2F573700C472011 (UnityParagraphSpacingProperty_tAB60C83D8E32172676526ACCCF29467F49D8FF0E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral452943612342FCBE6FC90EC81ABC3FF26B9620CD);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral452943612342FCBE6FC90EC81ABC3FF26B9620CD;
|
|
}
|
|
}
|
|
// Method Definition Index: 17555
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityParagraphSpacingProperty_get_ussName_m019BD9A2531BFF85CA78632DAE4DC1A3AB4B0896 (UnityParagraphSpacingProperty_tAB60C83D8E32172676526ACCCF29467F49D8FF0E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1467FE0ED1800205D6F918355E5881C7C8F7DA05);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral1467FE0ED1800205D6F918355E5881C7C8F7DA05;
|
|
}
|
|
}
|
|
// Method Definition Index: 17556
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityParagraphSpacingProperty_get_IsReadOnly_m227FEED16C1328EEA0271E557EAB6F43771FA5E2 (UnityParagraphSpacingProperty_tAB60C83D8E32172676526ACCCF29467F49D8FF0E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17557
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float UnityParagraphSpacingProperty_GetValue_mE643CE4AEC2256ECEC04FE7E65B1EE912083D48F (UnityParagraphSpacingProperty_tAB60C83D8E32172676526ACCCF29467F49D8FF0E* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(64, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17558
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityParagraphSpacingProperty_SetValue_m28F8320EF612DB3AE18182EFBD624D156ABF7A69 (UnityParagraphSpacingProperty_tAB60C83D8E32172676526ACCCF29467F49D8FF0E* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityParagraphSpacingProperty_SetValue_m28F8320EF612DB3AE18182EFBD624D156ABF7A69_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17559
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityParagraphSpacingProperty__ctor_m5F3FFEA9A6FB07E487E35EDBEDF0A195E79C69CC (UnityParagraphSpacingProperty_tAB60C83D8E32172676526ACCCF29467F49D8FF0E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17560
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitySliceBottomProperty_get_Name_mFB4AABA45803EEE7678D31E10E03A31C8EBE5EE0 (UnitySliceBottomProperty_t84D4D36CE90A03A2224FECAF305200B86849A728* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BE16EF1D6DEF69270B3B34B848E3C241F4C425B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral1BE16EF1D6DEF69270B3B34B848E3C241F4C425B;
|
|
}
|
|
}
|
|
// Method Definition Index: 17561
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitySliceBottomProperty_get_ussName_m6236AC6ED1C04510C529547BAA6D1052F6CC71A0 (UnitySliceBottomProperty_t84D4D36CE90A03A2224FECAF305200B86849A728* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral567834C8B1D1E3F9D72194100D68B7030FFC8D25);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral567834C8B1D1E3F9D72194100D68B7030FFC8D25;
|
|
}
|
|
}
|
|
// Method Definition Index: 17562
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnitySliceBottomProperty_get_IsReadOnly_m55A0FAD3B00BB578AF848D58D56042B6631429B7 (UnitySliceBottomProperty_t84D4D36CE90A03A2224FECAF305200B86849A728* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17563
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnitySliceBottomProperty_GetValue_m29846568DA5B48375AAB993BE0A18474E3B347FA (UnitySliceBottomProperty_t84D4D36CE90A03A2224FECAF305200B86849A728* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(65, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17564
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceBottomProperty_SetValue_m5AA66B5CAB4662713E32DF94A6048B2202A140E4 (UnitySliceBottomProperty_t84D4D36CE90A03A2224FECAF305200B86849A728* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnitySliceBottomProperty_SetValue_m5AA66B5CAB4662713E32DF94A6048B2202A140E4_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17565
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceBottomProperty__ctor_m3FDCD127ED25E257ADEF803DE3A482973DFF8DC9 (UnitySliceBottomProperty_t84D4D36CE90A03A2224FECAF305200B86849A728* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedIntProperty__ctor_m9442B555C27C6956359B87496048BB9572AF6DF9(__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: 17566
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitySliceLeftProperty_get_Name_mE2ECBB150A91939DF0BCF57B226BC431C575A92C (UnitySliceLeftProperty_tA567F6930532E00BE0FD6E86AAB051E09A81A17C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD3604289C4075187A7D839167577A58404191696);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralD3604289C4075187A7D839167577A58404191696;
|
|
}
|
|
}
|
|
// Method Definition Index: 17567
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitySliceLeftProperty_get_ussName_mD96F7794C02CE0F13C1155D2FD70DCB8CE12FFEB (UnitySliceLeftProperty_tA567F6930532E00BE0FD6E86AAB051E09A81A17C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46FFAFE9381340653B8666314DBAF8FA96AE782A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral46FFAFE9381340653B8666314DBAF8FA96AE782A;
|
|
}
|
|
}
|
|
// Method Definition Index: 17568
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnitySliceLeftProperty_get_IsReadOnly_mF29E5F2D26905F98A0F67354F27735EDEFB93DB0 (UnitySliceLeftProperty_tA567F6930532E00BE0FD6E86AAB051E09A81A17C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17569
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnitySliceLeftProperty_GetValue_mC00FF35B08351C8E733FE89A7394E51773431B92 (UnitySliceLeftProperty_tA567F6930532E00BE0FD6E86AAB051E09A81A17C* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(66, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17570
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceLeftProperty_SetValue_mA3E66E16C73F50F3FCAEC452DB5708F66A393EFD (UnitySliceLeftProperty_tA567F6930532E00BE0FD6E86AAB051E09A81A17C* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnitySliceLeftProperty_SetValue_mA3E66E16C73F50F3FCAEC452DB5708F66A393EFD_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17571
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceLeftProperty__ctor_m71A954CCF60949758AD73EA74F19BB7D9870B196 (UnitySliceLeftProperty_tA567F6930532E00BE0FD6E86AAB051E09A81A17C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedIntProperty__ctor_m9442B555C27C6956359B87496048BB9572AF6DF9(__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: 17572
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitySliceRightProperty_get_Name_m1E8F644F1E666E6EA151344EF39FDD2AC7E488FE (UnitySliceRightProperty_tC6C975D7D30C464B7A70DA1B87C88925F9CEECAA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99FDC7A5903FD15F397C9A0F623889CD9A1333A1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral99FDC7A5903FD15F397C9A0F623889CD9A1333A1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17573
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitySliceRightProperty_get_ussName_m36363069B4FE400F29B6B3AC1E69520F93B2844B (UnitySliceRightProperty_tC6C975D7D30C464B7A70DA1B87C88925F9CEECAA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4AC4549BE3D7B745814BA7EED1A176C7804FB70F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral4AC4549BE3D7B745814BA7EED1A176C7804FB70F;
|
|
}
|
|
}
|
|
// Method Definition Index: 17574
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnitySliceRightProperty_get_IsReadOnly_m0A146B10B02738781634A97F6F1D027E474D48CF (UnitySliceRightProperty_tC6C975D7D30C464B7A70DA1B87C88925F9CEECAA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17575
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnitySliceRightProperty_GetValue_m2955EF8DC26D8476666A5CDEBA765D56EDD8BD9A (UnitySliceRightProperty_tC6C975D7D30C464B7A70DA1B87C88925F9CEECAA* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(67, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17576
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceRightProperty_SetValue_mBBE667B1AECD76FA44CFEB37F8DDD6B4BC1A8301 (UnitySliceRightProperty_tC6C975D7D30C464B7A70DA1B87C88925F9CEECAA* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnitySliceRightProperty_SetValue_mBBE667B1AECD76FA44CFEB37F8DDD6B4BC1A8301_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17577
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceRightProperty__ctor_m9F089C851E7F06CB006BB346257E6258554A833B (UnitySliceRightProperty_tC6C975D7D30C464B7A70DA1B87C88925F9CEECAA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedIntProperty__ctor_m9442B555C27C6956359B87496048BB9572AF6DF9(__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: 17578
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitySliceScaleProperty_get_Name_m0F81B0A32444DBBD85293064348D4A2C3C1AE980 (UnitySliceScaleProperty_t2423A5003266EB8BDB172810225C25C4BF14793D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral291EEB4FEAA25C0AC8833AB7A709D94BCE7935EC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral291EEB4FEAA25C0AC8833AB7A709D94BCE7935EC;
|
|
}
|
|
}
|
|
// Method Definition Index: 17579
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitySliceScaleProperty_get_ussName_m516B569A0E2E0D3F001278ACC59282ED91ADBD00 (UnitySliceScaleProperty_t2423A5003266EB8BDB172810225C25C4BF14793D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4EB26543CAE7C2247EAD87211DC2424DAC52605B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral4EB26543CAE7C2247EAD87211DC2424DAC52605B;
|
|
}
|
|
}
|
|
// Method Definition Index: 17580
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnitySliceScaleProperty_get_IsReadOnly_m57FFACDC1479FDAA3BD24E65DFF75E0DDBE14AB4 (UnitySliceScaleProperty_t2423A5003266EB8BDB172810225C25C4BF14793D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17581
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float UnitySliceScaleProperty_GetValue_mAA564188DB6A1FD0A107E0EBE70536010D31A857 (UnitySliceScaleProperty_t2423A5003266EB8BDB172810225C25C4BF14793D* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(68, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17582
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceScaleProperty_SetValue_m20C27AF586859AF726AB9E25108736821137AD39 (UnitySliceScaleProperty_t2423A5003266EB8BDB172810225C25C4BF14793D* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnitySliceScaleProperty_SetValue_m20C27AF586859AF726AB9E25108736821137AD39_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17583
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceScaleProperty__ctor_m3025F2ED29C0CEDA3C5199D2E4BD514DE1DE1B6F (UnitySliceScaleProperty_t2423A5003266EB8BDB172810225C25C4BF14793D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17584
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitySliceTopProperty_get_Name_mB275D73922F39CD129B6CDF33999EFF3E43430F4 (UnitySliceTopProperty_tE1C11E5ECA09EB0938FEF30D29F6551645E7B98B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral727F01A57B8CB4E80B498DEA335208B23E948845);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral727F01A57B8CB4E80B498DEA335208B23E948845;
|
|
}
|
|
}
|
|
// Method Definition Index: 17585
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitySliceTopProperty_get_ussName_m7D3F741A706EDBA485CAE0A3ECFE84E00D0C92D0 (UnitySliceTopProperty_tE1C11E5ECA09EB0938FEF30D29F6551645E7B98B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EB61776D19290D877A025B0FA0EB5C923B3BE51);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral9EB61776D19290D877A025B0FA0EB5C923B3BE51;
|
|
}
|
|
}
|
|
// Method Definition Index: 17586
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnitySliceTopProperty_get_IsReadOnly_mD9E2734CE47D818D19283412E6061E435325F851 (UnitySliceTopProperty_tE1C11E5ECA09EB0938FEF30D29F6551645E7B98B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17587
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnitySliceTopProperty_GetValue_m37488FD4167C9D4FC28158DD487E9E414041BDF1 (UnitySliceTopProperty_tE1C11E5ECA09EB0938FEF30D29F6551645E7B98B* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(69, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17588
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceTopProperty_SetValue_mBFC3F059239ACEF2C7B39F8C511AFBE4364B7366 (UnitySliceTopProperty_tE1C11E5ECA09EB0938FEF30D29F6551645E7B98B* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnitySliceTopProperty_SetValue_mBFC3F059239ACEF2C7B39F8C511AFBE4364B7366_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17589
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceTopProperty__ctor_m2F034C7656D7B81DB39F97D245EC600419BE31A1 (UnitySliceTopProperty_tE1C11E5ECA09EB0938FEF30D29F6551645E7B98B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedIntProperty__ctor_m9442B555C27C6956359B87496048BB9572AF6DF9(__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: 17590
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitySliceTypeProperty_get_Name_mC4C8FE13D740438F8703CF728EEDE53D5D8D27C7 (UnitySliceTypeProperty_tF358DAC5BF6235BBA41D890ABC15C68D33F3B1D3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5F35C1D32FE663A0E3938B30E1EC7A1524756C5);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralD5F35C1D32FE663A0E3938B30E1EC7A1524756C5;
|
|
}
|
|
}
|
|
// Method Definition Index: 17591
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitySliceTypeProperty_get_ussName_mA83F8015300F2D1F077306B6EA85C19B8B5283F0 (UnitySliceTypeProperty_tF358DAC5BF6235BBA41D890ABC15C68D33F3B1D3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8652E062D5B95BAB01D1CF196513FAEC6D69C211);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral8652E062D5B95BAB01D1CF196513FAEC6D69C211;
|
|
}
|
|
}
|
|
// Method Definition Index: 17592
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnitySliceTypeProperty_get_IsReadOnly_m7204000E8E09F96CBB70CA01FE3F6253A6498C7E (UnitySliceTypeProperty_tF358DAC5BF6235BBA41D890ABC15C68D33F3B1D3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17593
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnitySliceTypeProperty_GetValue_m17ADAFDDC03414812B940D4C3AC3690892B65F42 (UnitySliceTypeProperty_tF358DAC5BF6235BBA41D890ABC15C68D33F3B1D3* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(70, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17594
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceTypeProperty_SetValue_m7C0602C8E6591BE3D3E3A90FA6268E71646AC124 (UnitySliceTypeProperty_tF358DAC5BF6235BBA41D890ABC15C68D33F3B1D3* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnitySliceTypeProperty_SetValue_m7C0602C8E6591BE3D3E3A90FA6268E71646AC124_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17595
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySliceTypeProperty__ctor_m502B29F4AA3D1FB01D8405BAF0792A90CA8FA6F8 (UnitySliceTypeProperty_tF358DAC5BF6235BBA41D890ABC15C68D33F3B1D3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_mB20E41DA998AF0AECE58750675EB5323CB3F6BF0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_mB20E41DA998AF0AECE58750675EB5323CB3F6BF0(__this, ResolvedEnumProperty_1__ctor_mB20E41DA998AF0AECE58750675EB5323CB3F6BF0_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: 17596
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityTextAlignProperty_get_Name_m4E034297CAD744C8F82B2B5FE667E6D158DA83A0 (UnityTextAlignProperty_t8F0AA4D0F18BDCF253026EB6E443715C12F09CF0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0366BB01CDD3F3ED484D14E50B7F835144A7911);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralB0366BB01CDD3F3ED484D14E50B7F835144A7911;
|
|
}
|
|
}
|
|
// Method Definition Index: 17597
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityTextAlignProperty_get_ussName_mAB8241F06FE76ADF6BBD3BD50253867D0CEE9A21 (UnityTextAlignProperty_t8F0AA4D0F18BDCF253026EB6E443715C12F09CF0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA403005459654E81CF44588CBE8B64C0DF64AB3E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralA403005459654E81CF44588CBE8B64C0DF64AB3E;
|
|
}
|
|
}
|
|
// Method Definition Index: 17598
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTextAlignProperty_get_IsReadOnly_m7A3FA0F710AFAA0C1A1067B592918EFB1467B74D (UnityTextAlignProperty_t8F0AA4D0F18BDCF253026EB6E443715C12F09CF0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17599
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTextAlignProperty_GetValue_m46596E9E92287FC0622D670C4A49C03F5FE96D4B (UnityTextAlignProperty_t8F0AA4D0F18BDCF253026EB6E443715C12F09CF0* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(71, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17600
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextAlignProperty_SetValue_mD9CB1DC4A8F2D6F9B7E786FE5F83916EF11AB1D5 (UnityTextAlignProperty_t8F0AA4D0F18BDCF253026EB6E443715C12F09CF0* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityTextAlignProperty_SetValue_mD9CB1DC4A8F2D6F9B7E786FE5F83916EF11AB1D5_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17601
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextAlignProperty__ctor_m818419AB910EF222D8BC006EF2611B2A7DDBD695 (UnityTextAlignProperty_t8F0AA4D0F18BDCF253026EB6E443715C12F09CF0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_m318807F0B23B0E678801AB9469D22334EC4B5ED6_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_m318807F0B23B0E678801AB9469D22334EC4B5ED6(__this, ResolvedEnumProperty_1__ctor_m318807F0B23B0E678801AB9469D22334EC4B5ED6_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: 17602
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityTextGeneratorProperty_get_Name_m908C142140ECACC0318132E6B6D3997AFDA29563 (UnityTextGeneratorProperty_t40618FD414337B5D7B15C350B09FD15353A99177* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8FEFD2AAC4926BF57E35AB783270538F3A83E89);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralC8FEFD2AAC4926BF57E35AB783270538F3A83E89;
|
|
}
|
|
}
|
|
// Method Definition Index: 17603
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityTextGeneratorProperty_get_ussName_mDF6FA607B24A665F156D3F1FB14BB116B6FA4F13 (UnityTextGeneratorProperty_t40618FD414337B5D7B15C350B09FD15353A99177* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A75488BFEFEF576697F585228584B735ED88832);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral9A75488BFEFEF576697F585228584B735ED88832;
|
|
}
|
|
}
|
|
// Method Definition Index: 17604
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTextGeneratorProperty_get_IsReadOnly_m0A58D3CA4014D8EC2267199337E665B315A6EEA9 (UnityTextGeneratorProperty_t40618FD414337B5D7B15C350B09FD15353A99177* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17605
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTextGeneratorProperty_GetValue_m532810CAA5E093DE9795494E408C4D6FAB551633 (UnityTextGeneratorProperty_t40618FD414337B5D7B15C350B09FD15353A99177* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(72, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17606
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextGeneratorProperty_SetValue_m85D194BCA0EEADEB665B05B23A4C69CA89751B59 (UnityTextGeneratorProperty_t40618FD414337B5D7B15C350B09FD15353A99177* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityTextGeneratorProperty_SetValue_m85D194BCA0EEADEB665B05B23A4C69CA89751B59_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17607
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextGeneratorProperty__ctor_m0C45D32A9BC19783598CE53638785ECD81AE3FD9 (UnityTextGeneratorProperty_t40618FD414337B5D7B15C350B09FD15353A99177* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_m7EA3CA2F62808F4C8203D24B448D692BFFEB4598_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_m7EA3CA2F62808F4C8203D24B448D692BFFEB4598(__this, ResolvedEnumProperty_1__ctor_m7EA3CA2F62808F4C8203D24B448D692BFFEB4598_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: 17608
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityTextOutlineColorProperty_get_Name_mBAEB317C5E5B36E9B2450FB00E4BDDC90B046AE3 (UnityTextOutlineColorProperty_tB0239433B5DBF68215230EAB5D49C4CF70544376* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0F08849CA7AFBB5510842F0A6ADA8F76D071464);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralB0F08849CA7AFBB5510842F0A6ADA8F76D071464;
|
|
}
|
|
}
|
|
// Method Definition Index: 17609
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityTextOutlineColorProperty_get_ussName_mC86E4071EB2CBC7331F1C7D36F68BAE4AF480CDF (UnityTextOutlineColorProperty_tB0239433B5DBF68215230EAB5D49C4CF70544376* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC91D123536D9A10EBC6B184AB7BF76BCF0C9B42B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralC91D123536D9A10EBC6B184AB7BF76BCF0C9B42B;
|
|
}
|
|
}
|
|
// Method Definition Index: 17610
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTextOutlineColorProperty_get_IsReadOnly_m65C967A00F9EB9FDA6D9FE0A764EF0480AB1B093 (UnityTextOutlineColorProperty_tB0239433B5DBF68215230EAB5D49C4CF70544376* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17611
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F UnityTextOutlineColorProperty_GetValue_m94C2A3657F4B077807E288E156556BF4B773D0FF (UnityTextOutlineColorProperty_tB0239433B5DBF68215230EAB5D49C4CF70544376* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
|
|
L_2 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(73, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17612
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextOutlineColorProperty_SetValue_m6048D3A061ABBED01DA2B77C2ABEE40921E9F20F (UnityTextOutlineColorProperty_tB0239433B5DBF68215230EAB5D49C4CF70544376* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityTextOutlineColorProperty_SetValue_m6048D3A061ABBED01DA2B77C2ABEE40921E9F20F_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17613
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextOutlineColorProperty__ctor_mE6DB1B6613E6F6D97E5EE12720C392AFBD9F022F (UnityTextOutlineColorProperty_tB0239433B5DBF68215230EAB5D49C4CF70544376* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedColorProperty__ctor_m73B5D32216AFD0CD5648985396D04134DFF2621B(__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: 17614
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityTextOutlineWidthProperty_get_Name_mF0A52D16E86D4A1AE9B18BEC02B3C7F60FC96B07 (UnityTextOutlineWidthProperty_t3C4337C7CDABBD3A966F521BF546AE94042EE907* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA12957F1D71DA6BE2AC9F4320A8305CDE8CEF296);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralA12957F1D71DA6BE2AC9F4320A8305CDE8CEF296;
|
|
}
|
|
}
|
|
// Method Definition Index: 17615
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityTextOutlineWidthProperty_get_ussName_m09405C1EC624D085C1BE17B1610446F599B68789 (UnityTextOutlineWidthProperty_t3C4337C7CDABBD3A966F521BF546AE94042EE907* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61C339F3FEEEB07D006A764B9DA0E2940776F2F4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral61C339F3FEEEB07D006A764B9DA0E2940776F2F4;
|
|
}
|
|
}
|
|
// Method Definition Index: 17616
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTextOutlineWidthProperty_get_IsReadOnly_m251A8E40E1A56875C92F8417E7C86B605DECA495 (UnityTextOutlineWidthProperty_t3C4337C7CDABBD3A966F521BF546AE94042EE907* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17617
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float UnityTextOutlineWidthProperty_GetValue_m6466DC87F985D721A5510534E34EBF8AD9BB9CFA (UnityTextOutlineWidthProperty_t3C4337C7CDABBD3A966F521BF546AE94042EE907* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(74, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17618
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextOutlineWidthProperty_SetValue_m04696FF70D3AF58D29CF6127D34D13CE4497BC36 (UnityTextOutlineWidthProperty_t3C4337C7CDABBD3A966F521BF546AE94042EE907* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityTextOutlineWidthProperty_SetValue_m04696FF70D3AF58D29CF6127D34D13CE4497BC36_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17619
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextOutlineWidthProperty__ctor_mD49C9C3210ED0E610BCA1CD5F7A30D084FDDDD93 (UnityTextOutlineWidthProperty_t3C4337C7CDABBD3A966F521BF546AE94042EE907* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17620
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityTextOverflowPositionProperty_get_Name_m31871EB40A3913099663B300DFFB6D65F8009BAB (UnityTextOverflowPositionProperty_t339E8B76161BA0671F50A880739F1CD125B12345* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC21769334986BA0BC695384E5743C84BBE27DA23);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralC21769334986BA0BC695384E5743C84BBE27DA23;
|
|
}
|
|
}
|
|
// Method Definition Index: 17621
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityTextOverflowPositionProperty_get_ussName_mDC2CCC83FEA1912795CB6C953F46A1B11BA6D110 (UnityTextOverflowPositionProperty_t339E8B76161BA0671F50A880739F1CD125B12345* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB07E8EA96421825D2046C086DCA8CD88082DBD25);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralB07E8EA96421825D2046C086DCA8CD88082DBD25;
|
|
}
|
|
}
|
|
// Method Definition Index: 17622
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTextOverflowPositionProperty_get_IsReadOnly_mE00882E49BDA25998FBEEB9889AE90DB1210BB26 (UnityTextOverflowPositionProperty_t339E8B76161BA0671F50A880739F1CD125B12345* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17623
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTextOverflowPositionProperty_GetValue_mB4CF4F1802AAFED88981DC403B9EEA4F099D07FF (UnityTextOverflowPositionProperty_t339E8B76161BA0671F50A880739F1CD125B12345* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(75, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17624
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextOverflowPositionProperty_SetValue_mF9A0949594A195EBC3FD78AF89FD4461D2ADA433 (UnityTextOverflowPositionProperty_t339E8B76161BA0671F50A880739F1CD125B12345* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityTextOverflowPositionProperty_SetValue_mF9A0949594A195EBC3FD78AF89FD4461D2ADA433_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17625
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTextOverflowPositionProperty__ctor_m12D2D6D15B3EB532631F4FD8302D1E5AE7CA3991 (UnityTextOverflowPositionProperty_t339E8B76161BA0671F50A880739F1CD125B12345* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_mCCD2174888EAC6F90B1F4F0CBEF8B3D444A4E124_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_mCCD2174888EAC6F90B1F4F0CBEF8B3D444A4E124(__this, ResolvedEnumProperty_1__ctor_mCCD2174888EAC6F90B1F4F0CBEF8B3D444A4E124_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: 17626
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* VisibilityProperty_get_Name_mEA746E209C1E96BC92FCAEDC27435B48417438B7 (VisibilityProperty_t8F27E940551B8B33214EDB53F6C0E788B52D86A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5A25DFD49101A49CE6D38178ACB2F07A3F74B74);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralB5A25DFD49101A49CE6D38178ACB2F07A3F74B74;
|
|
}
|
|
}
|
|
// Method Definition Index: 17627
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* VisibilityProperty_get_ussName_m235F9A509CBD68A6601E98959FCC94BC9B5F1BA9 (VisibilityProperty_t8F27E940551B8B33214EDB53F6C0E788B52D86A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5A25DFD49101A49CE6D38178ACB2F07A3F74B74);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralB5A25DFD49101A49CE6D38178ACB2F07A3F74B74;
|
|
}
|
|
}
|
|
// Method Definition Index: 17628
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisibilityProperty_get_IsReadOnly_m2ED37E3EFECFA876C7FA64A29EE4C6E33E50D52F (VisibilityProperty_t8F27E940551B8B33214EDB53F6C0E788B52D86A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17629
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VisibilityProperty_GetValue_m12914306C29B52D2B73A8D392A7F9CDE05683003 (VisibilityProperty_t8F27E940551B8B33214EDB53F6C0E788B52D86A4* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(76, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17630
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisibilityProperty_SetValue_mB2D1E178C34774CE2A74AC491082137E62317CC4 (VisibilityProperty_t8F27E940551B8B33214EDB53F6C0E788B52D86A4* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VisibilityProperty_SetValue_mB2D1E178C34774CE2A74AC491082137E62317CC4_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17631
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisibilityProperty__ctor_m291E4C08CE38737D61596061B03833999824B443 (VisibilityProperty_t8F27E940551B8B33214EDB53F6C0E788B52D86A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_m0BE2B78AB22AE2F1B755C4EC013C12C5968D705B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_m0BE2B78AB22AE2F1B755C4EC013C12C5968D705B(__this, ResolvedEnumProperty_1__ctor_m0BE2B78AB22AE2F1B755C4EC013C12C5968D705B_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: 17632
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WhiteSpaceProperty_get_Name_mFDFAB8EA28922CB2648CE2A96BC7DBC988EBDCFF (WhiteSpaceProperty_t39E26F246EA0025FFCEDC99843B4F308D40E7977* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33E162295E42494C00932D8C8570159A1B1F95D6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral33E162295E42494C00932D8C8570159A1B1F95D6;
|
|
}
|
|
}
|
|
// Method Definition Index: 17633
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WhiteSpaceProperty_get_ussName_m235FBCD8DCECACD593B8B791A715CA40A352CE26 (WhiteSpaceProperty_t39E26F246EA0025FFCEDC99843B4F308D40E7977* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1688F5F31EB3DF98071243D79D5AD1583B92670);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralC1688F5F31EB3DF98071243D79D5AD1583B92670;
|
|
}
|
|
}
|
|
// Method Definition Index: 17634
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WhiteSpaceProperty_get_IsReadOnly_m94245680115ADE5BE9E6E3C7CA1CC6923C018BF1 (WhiteSpaceProperty_t39E26F246EA0025FFCEDC99843B4F308D40E7977* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17635
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WhiteSpaceProperty_GetValue_m9A20DC4E1E907D1C37542E91E9D488F5D3E68B06 (WhiteSpaceProperty_t39E26F246EA0025FFCEDC99843B4F308D40E7977* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(77, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17636
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhiteSpaceProperty_SetValue_mA74E14031144D5530554987C5ECCFDFD6633CEBF (WhiteSpaceProperty_t39E26F246EA0025FFCEDC99843B4F308D40E7977* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WhiteSpaceProperty_SetValue_mA74E14031144D5530554987C5ECCFDFD6633CEBF_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17637
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhiteSpaceProperty__ctor_mC125069E813DA25CB51824CEEDFE019B0E6C13A9 (WhiteSpaceProperty_t39E26F246EA0025FFCEDC99843B4F308D40E7977* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedEnumProperty_1__ctor_m8B7D806E42F591BD98149993741AD67816B016F3_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedEnumProperty_1__ctor_m8B7D806E42F591BD98149993741AD67816B016F3(__this, ResolvedEnumProperty_1__ctor_m8B7D806E42F591BD98149993741AD67816B016F3_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: 17638
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WidthProperty_get_Name_m542935BA13642F6C384D6710A27E311959D58008 (WidthProperty_t61C52BAC15F5F0B6A5152A1998DB484CDE086F76* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84;
|
|
}
|
|
}
|
|
// Method Definition Index: 17639
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WidthProperty_get_ussName_m404A2EA32059293A898B54F32D0C4DF9E3E42B2D (WidthProperty_t61C52BAC15F5F0B6A5152A1998DB484CDE086F76* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84;
|
|
}
|
|
}
|
|
// Method Definition Index: 17640
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WidthProperty_get_IsReadOnly_mF4A30136045933D5584C1F882678CAD7F238F73C (WidthProperty_t61C52BAC15F5F0B6A5152A1998DB484CDE086F76* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17641
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float WidthProperty_GetValue_m387C3C46589CF64CF52A424D432FB3FDADC30CE6 (WidthProperty_t61C52BAC15F5F0B6A5152A1998DB484CDE086F76* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(78, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17642
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WidthProperty_SetValue_m5B37DD35CE2D5267068B733DD9D996C4BDD76C3D (WidthProperty_t61C52BAC15F5F0B6A5152A1998DB484CDE086F76* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WidthProperty_SetValue_m5B37DD35CE2D5267068B733DD9D996C4BDD76C3D_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17643
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WidthProperty__ctor_m61BBEFD0B1CB4C5090C3AA339886A85B52DA0345 (WidthProperty_t61C52BAC15F5F0B6A5152A1998DB484CDE086F76* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17644
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WordSpacingProperty_get_Name_mA756DDD2BF676C06FD315EFE49E5A7342B78E3C5 (WordSpacingProperty_t49A236A8B1F290F32528B71998BDF4A6132EBDD1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral281C3579D24E0B9907638988CF733550652567DB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral281C3579D24E0B9907638988CF733550652567DB;
|
|
}
|
|
}
|
|
// Method Definition Index: 17645
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WordSpacingProperty_get_ussName_mD98597453974218DA31DE003B31BBB7395A4CD4A (WordSpacingProperty_t49A236A8B1F290F32528B71998BDF4A6132EBDD1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88C90C7E8097C267E9078F189EADB001A51775B2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral88C90C7E8097C267E9078F189EADB001A51775B2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17646
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WordSpacingProperty_get_IsReadOnly_m6AB5BCF53E7F7F2B5956925CD023A75D139F8603 (WordSpacingProperty_t49A236A8B1F290F32528B71998BDF4A6132EBDD1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17647
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float WordSpacingProperty_GetValue_m0EF121FCF3FADEB7BBF725A938790CFC86173ED6 (WordSpacingProperty_t49A236A8B1F290F32528B71998BDF4A6132EBDD1* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, 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;
|
|
}
|
|
{
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** L_0 = ___0_container;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* L_1 = *((ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45**)L_0);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InterfaceFuncInvoker0< float >::Invoke(79, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17648
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WordSpacingProperty_SetValue_m28F80CB83AF53A0D922DC0A04B028F8BBA823E99 (WordSpacingProperty_t49A236A8B1F290F32528B71998BDF4A6132EBDD1* __this, ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45** ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WordSpacingProperty_SetValue_m28F80CB83AF53A0D922DC0A04B028F8BBA823E99_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 17649
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WordSpacingProperty__ctor_m4893FB8992C0B597C7515165EC3193BBC1CF904F (WordSpacingProperty_t49A236A8B1F290F32528B71998BDF4A6132EBDD1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D(__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: 17653
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedColorProperty__ctor_m73B5D32216AFD0CD5648985396D04134DFF2621B (ResolvedColorProperty_t2453A350120AD05D803172A379AA0C7FCA4C5736* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleProperty_1__ctor_m2A910F866CAD45480513F062E1BD7564178EA826_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedStyleProperty_1__ctor_m2A910F866CAD45480513F062E1BD7564178EA826(__this, ResolvedStyleProperty_1__ctor_m2A910F866CAD45480513F062E1BD7564178EA826_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: 17654
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedBackgroundProperty__ctor_m01C004330C7E6D19E483324CBBF00D73361CCBEF (ResolvedBackgroundProperty_tC37201985BA428D011EFE4E67C5D6B82820681E7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleProperty_1__ctor_mECBBB18E89E4B454A6851BA55F2266DECC3483BA_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedStyleProperty_1__ctor_mECBBB18E89E4B454A6851BA55F2266DECC3483BA(__this, ResolvedStyleProperty_1__ctor_mECBBB18E89E4B454A6851BA55F2266DECC3483BA_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: 17655
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedFloatProperty__ctor_mC62F15122BE19B993698E9C421C6A5A982FB397D (ResolvedFloatProperty_tDC40CA05FEF280D56EA4AD0B6B1D9B1D254E2676* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleProperty_1__ctor_m97663FE3F7311C0133342C3CAB9BAEFA65038315_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedStyleProperty_1__ctor_m97663FE3F7311C0133342C3CAB9BAEFA65038315(__this, ResolvedStyleProperty_1__ctor_m97663FE3F7311C0133342C3CAB9BAEFA65038315_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: 17656
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedStyleFloatProperty__ctor_m3B7465B4F043DC42448D503C34E312C67FD93C24 (ResolvedStyleFloatProperty_t7CCD9397640F97C7C1274E2EF500D2FEB3D459A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleProperty_1__ctor_mF795E529236E78F79253ED6D221DBE4F77F37077_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedStyleProperty_1__ctor_mF795E529236E78F79253ED6D221DBE4F77F37077(__this, ResolvedStyleProperty_1__ctor_mF795E529236E78F79253ED6D221DBE4F77F37077_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: 17658
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedFontProperty__ctor_mCA7B6D266943F18D1412903941C9D8D4192CE0FA (ResolvedFontProperty_t532D4A127ED129112787DE2102B4A668B6DF9B2F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleProperty_1__ctor_m75B39A24CB8BFD62BE36FF0FEDE16E4B648F5D72_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedStyleProperty_1__ctor_m75B39A24CB8BFD62BE36FF0FEDE16E4B648F5D72(__this, ResolvedStyleProperty_1__ctor_m75B39A24CB8BFD62BE36FF0FEDE16E4B648F5D72_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: 17659
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedFontDefinitionProperty__ctor_m3E9194C3CA84ED295858F0875F8D1EA0CC07CAB1 (ResolvedFontDefinitionProperty_t888699E9ACFED8513BE81AD69AFE028B98AE7CB7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleProperty_1__ctor_m182154270F3281D907B1A3F27E811126A212C977_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedStyleProperty_1__ctor_m182154270F3281D907B1A3F27E811126A212C977(__this, ResolvedStyleProperty_1__ctor_m182154270F3281D907B1A3F27E811126A212C977_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: 17660
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedIntProperty__ctor_m9442B555C27C6956359B87496048BB9572AF6DF9 (ResolvedIntProperty_t341D8C60203857DA0DF39B3AD7325C39607F6BCB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleProperty_1__ctor_m08FADAEEAD85F3427FA63CC47B9AEDA7DF2D3484_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedStyleProperty_1__ctor_m08FADAEEAD85F3427FA63CC47B9AEDA7DF2D3484(__this, ResolvedStyleProperty_1__ctor_m08FADAEEAD85F3427FA63CC47B9AEDA7DF2D3484_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: 17661
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedRotateProperty__ctor_m04916734686FE3F0DC27D4A8536E0DF00A4FEAA5 (ResolvedRotateProperty_t37301A9A87617FB13D8E8CDAA857F4CA111ABC4C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleProperty_1__ctor_m3DAFF51BFA8D66BC9B73C16E5F757686FD6779A1_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedStyleProperty_1__ctor_m3DAFF51BFA8D66BC9B73C16E5F757686FD6779A1(__this, ResolvedStyleProperty_1__ctor_m3DAFF51BFA8D66BC9B73C16E5F757686FD6779A1_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: 17662
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedScaleProperty__ctor_m4652C1C5ED7DAE4407DAFC25B84875FF91847217 (ResolvedScaleProperty_t3D70A6B30FC4A6617FF36F57B31E92279D72258D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleProperty_1__ctor_mF3B3EAE62A354347A1CDE48033CAB5D5A4CE038C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedStyleProperty_1__ctor_mF3B3EAE62A354347A1CDE48033CAB5D5A4CE038C(__this, ResolvedStyleProperty_1__ctor_mF3B3EAE62A354347A1CDE48033CAB5D5A4CE038C_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: 17663
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedVector3Property__ctor_m7A9A9D20C294F91F64DE3E3E2346550939C8CD04 (ResolvedVector3Property_tEBBEE9894722B1B603FF188B590E383B96ABEAB0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleProperty_1__ctor_m65F9182768D7F880E227299A89472BA6B87E7B4C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedStyleProperty_1__ctor_m65F9182768D7F880E227299A89472BA6B87E7B4C(__this, ResolvedStyleProperty_1__ctor_m65F9182768D7F880E227299A89472BA6B87E7B4C_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: 17664
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedBackgroundPositionProperty__ctor_m4401F676A56390BDBB1A34F6CD209A025E420D12 (ResolvedBackgroundPositionProperty_tD7971FDDC40F13147C316DB2259C7DCF1192424A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleProperty_1__ctor_m443B6DE72064AD17D0DCC30A50BBD74070BFA1BA_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedStyleProperty_1__ctor_m443B6DE72064AD17D0DCC30A50BBD74070BFA1BA(__this, ResolvedStyleProperty_1__ctor_m443B6DE72064AD17D0DCC30A50BBD74070BFA1BA_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: 17665
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedBackgroundRepeatProperty__ctor_m5A0F7B34173509862A6A2577E62600FEBA8EBD03 (ResolvedBackgroundRepeatProperty_t903245579761F444A304E012E97830A62C05825F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleProperty_1__ctor_mC679F2652BD477C2111DACFA822A821BF4A9883C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedStyleProperty_1__ctor_mC679F2652BD477C2111DACFA822A821BF4A9883C(__this, ResolvedStyleProperty_1__ctor_mC679F2652BD477C2111DACFA822A821BF4A9883C_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: 17666
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolvedBackgroundSizeProperty__ctor_mD04D5FA09972B50961F126EF0E58C4F64A43B194 (ResolvedBackgroundSizeProperty_t12FE0AB9BF3A71C81E30703B29A32ABB3E29BF14* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolvedStyleProperty_1__ctor_m1595DB7A3DBBFA18D11BE85E470DB4239A3D198C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ResolvedStyleProperty_1__ctor_m1595DB7A3DBBFA18D11BE85E470DB4239A3D198C(__this, ResolvedStyleProperty_1__ctor_m1595DB7A3DBBFA18D11BE85E470DB4239A3D198C_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
|
|
|
|
|
|
IL2CPP_EXTERN_C void InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_marshal_pinvoke(const InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67& unmarshaled, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67____unityFont_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___unityFontException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67____unityFont_FieldInfo_var, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___unityFontException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_marshal_pinvoke_back(const InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_marshaled_pinvoke& marshaled, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67____unityFont_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___unityFontException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67____unityFont_FieldInfo_var, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___unityFontException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_marshal_pinvoke_cleanup(InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_marshal_com(const InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67& unmarshaled, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67____unityFont_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___unityFontException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67____unityFont_FieldInfo_var, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___unityFontException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_marshal_com_back(const InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_marshaled_com& marshaled, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67____unityFont_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___unityFontException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67____unityFont_FieldInfo_var, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___unityFontException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_marshal_com_cleanup(InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 17669
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 InheritedData_Copy_m0EABC6E355A3778EBE1EBBC888F0A33D4A3CC12E (InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* __this, const RuntimeMethod* method)
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_0 = (*(InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67*)__this);
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 InheritedData_Copy_m0EABC6E355A3778EBE1EBBC888F0A33D4A3CC12E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67*>(__this + _offset);
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 _returnValue;
|
|
_returnValue = InheritedData_Copy_m0EABC6E355A3778EBE1EBBC888F0A33D4A3CC12E(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17670
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InheritedData_CopyFrom_m39AB40A6947A53FBEEC936E1BC2465993D8E5461 (InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* __this, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* L_0 = ___0_other;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_1 = (*(InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67*)L_0);
|
|
*(InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67*)__this = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67*)__this)->___unityFont), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67*)__this)->___unityFontDefinition))->___m_Font), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67*)__this)->___unityFontDefinition))->___m_FontAsset), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InheritedData_CopyFrom_m39AB40A6947A53FBEEC936E1BC2465993D8E5461_AdjustorThunk (RuntimeObject* __this, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67*>(__this + _offset);
|
|
InheritedData_CopyFrom_m39AB40A6947A53FBEEC936E1BC2465993D8E5461(_thisAdjusted, ___0_other, method);
|
|
}
|
|
// Method Definition Index: 17671
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InheritedData_op_Equality_mB40583E4A30EC8D5EF57DC89690B2026A1E69CBE (InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 ___0_lhs, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t G_B17_0 = 0;
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_0 = ___0_lhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = L_0.___color;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_2 = ___1_rhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = L_2.___color;
|
|
bool L_4;
|
|
L_4 = Color_op_Equality_mB2BDC39B0B367BA15AA8DF22F8CB0D02D20BDC71_inline(L_1, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_5 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_6 = L_5.___fontSize;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_7 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_8 = L_7.___fontSize;
|
|
bool L_9;
|
|
L_9 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_6, L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_10 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_11 = L_10.___letterSpacing;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_12 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_13 = L_12.___letterSpacing;
|
|
bool L_14;
|
|
L_14 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_11, L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_15 = ___0_lhs;
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 L_16 = L_15.___textShadow;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_17 = ___1_rhs;
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 L_18 = L_17.___textShadow;
|
|
bool L_19;
|
|
L_19 = TextShadow_op_Equality_m7B840C994A00FDC98F55FAD2BBB395447A29792A(L_16, L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_20 = ___0_lhs;
|
|
int32_t L_21 = L_20.___unityEditorTextRenderingMode;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_22 = ___1_rhs;
|
|
int32_t L_23 = L_22.___unityEditorTextRenderingMode;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)L_23))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_24 = ___0_lhs;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_25 = L_24.___unityFont;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_26 = ___1_rhs;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_27 = L_26.___unityFont;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_28;
|
|
L_28 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_25, L_27, NULL);
|
|
if (!L_28)
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_29 = ___0_lhs;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_30 = L_29.___unityFontDefinition;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_31 = ___1_rhs;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_32 = L_31.___unityFontDefinition;
|
|
bool L_33;
|
|
L_33 = FontDefinition_op_Equality_m12CB2472CEB30AB267FCEB0FD758ACF331CB2930(L_30, L_32, NULL);
|
|
if (!L_33)
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_34 = ___0_lhs;
|
|
int32_t L_35 = L_34.___unityFontStyleAndWeight;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_36 = ___1_rhs;
|
|
int32_t L_37 = L_36.___unityFontStyleAndWeight;
|
|
if ((!(((uint32_t)L_35) == ((uint32_t)L_37))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_38 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_39 = L_38.___unityParagraphSpacing;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_40 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_41 = L_40.___unityParagraphSpacing;
|
|
bool L_42;
|
|
L_42 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_39, L_41, NULL);
|
|
if (!L_42)
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_43 = ___0_lhs;
|
|
int32_t L_44 = L_43.___unityTextAlign;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_45 = ___1_rhs;
|
|
int32_t L_46 = L_45.___unityTextAlign;
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)L_46))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_47 = ___0_lhs;
|
|
int32_t L_48 = L_47.___unityTextGenerator;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_49 = ___1_rhs;
|
|
int32_t L_50 = L_49.___unityTextGenerator;
|
|
if ((!(((uint32_t)L_48) == ((uint32_t)L_50))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_51 = ___0_lhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_52 = L_51.___unityTextOutlineColor;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_53 = ___1_rhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_54 = L_53.___unityTextOutlineColor;
|
|
bool L_55;
|
|
L_55 = Color_op_Equality_mB2BDC39B0B367BA15AA8DF22F8CB0D02D20BDC71_inline(L_52, L_54, NULL);
|
|
if (!L_55)
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_56 = ___0_lhs;
|
|
float L_57 = L_56.___unityTextOutlineWidth;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_58 = ___1_rhs;
|
|
float L_59 = L_58.___unityTextOutlineWidth;
|
|
if ((!(((float)L_57) == ((float)L_59))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_60 = ___0_lhs;
|
|
int32_t L_61 = L_60.___visibility;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_62 = ___1_rhs;
|
|
int32_t L_63 = L_62.___visibility;
|
|
if ((!(((uint32_t)L_61) == ((uint32_t)L_63))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_64 = ___0_lhs;
|
|
int32_t L_65 = L_64.___whiteSpace;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_66 = ___1_rhs;
|
|
int32_t L_67 = L_66.___whiteSpace;
|
|
if ((!(((uint32_t)L_65) == ((uint32_t)L_67))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_68 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_69 = L_68.___wordSpacing;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_70 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_71 = L_70.___wordSpacing;
|
|
bool L_72;
|
|
L_72 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_69, L_71, NULL);
|
|
G_B17_0 = ((int32_t)(L_72));
|
|
goto IL_0124;
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
G_B17_0 = 0;
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
V_0 = (bool)G_B17_0;
|
|
goto IL_0127;
|
|
}
|
|
|
|
IL_0127:
|
|
{
|
|
bool L_73 = V_0;
|
|
return L_73;
|
|
}
|
|
}
|
|
// Method Definition Index: 17672
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InheritedData_Equals_m2303E9AFBB261F8EAC84A22E1847EEF57601563D (InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* __this, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_0 = ___0_other;
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 L_1 = (*(InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67*)__this);
|
|
bool L_2;
|
|
L_2 = InheritedData_op_Equality_mB40583E4A30EC8D5EF57DC89690B2026A1E69CBE(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InheritedData_Equals_m2303E9AFBB261F8EAC84A22E1847EEF57601563D_AdjustorThunk (RuntimeObject* __this, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InheritedData_Equals_m2303E9AFBB261F8EAC84A22E1847EEF57601563D(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17673
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InheritedData_Equals_m55D9E33D7C8FE6B15B9C9788540026AFD9E82D9E (InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_2, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___0_obj;
|
|
bool L_4;
|
|
L_4 = InheritedData_Equals_m2303E9AFBB261F8EAC84A22E1847EEF57601563D(__this, ((*(InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67*)UnBox(L_3, InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67_il2cpp_TypeInfo_var))), NULL);
|
|
G_B5_0 = ((int32_t)(L_4));
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InheritedData_Equals_m55D9E33D7C8FE6B15B9C9788540026AFD9E82D9E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InheritedData_Equals_m55D9E33D7C8FE6B15B9C9788540026AFD9E82D9E(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17674
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InheritedData_GetHashCode_m50716E1D6CB590CB4024244B02360ECD30BC3244 (InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B1_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_0 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&__this->___color);
|
|
int32_t L_1;
|
|
L_1 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_3 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___fontSize);
|
|
int32_t L_4;
|
|
L_4 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_3, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_2, ((int32_t)397)))^L_4));
|
|
int32_t L_5 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_6 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___letterSpacing);
|
|
int32_t L_7;
|
|
L_7 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_6, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_5, ((int32_t)397)))^L_7));
|
|
int32_t L_8 = V_0;
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05* L_9 = (TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05*)(&__this->___textShadow);
|
|
int32_t L_10;
|
|
L_10 = TextShadow_GetHashCode_mFD8076EB5D6AAFBF11A36DA4E153DB18BABF1A04(L_9, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_8, ((int32_t)397)))^L_10));
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = __this->___unityEditorTextRenderingMode;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_11, ((int32_t)397)))^(int32_t)L_12));
|
|
int32_t L_13 = V_0;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_14 = __this->___unityFont;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_15;
|
|
L_15 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_14, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_15)
|
|
{
|
|
G_B2_0 = ((int32_t)il2cpp_codegen_multiply(L_13, ((int32_t)397)));
|
|
goto IL_0093;
|
|
}
|
|
G_B1_0 = ((int32_t)il2cpp_codegen_multiply(L_13, ((int32_t)397)));
|
|
}
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_16 = __this->___unityFont;
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_16);
|
|
G_B3_0 = L_17;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0094;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
V_0 = ((int32_t)(G_B3_1^G_B3_0));
|
|
int32_t L_18 = V_0;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* L_19 = (FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C*)(&__this->___unityFontDefinition);
|
|
int32_t L_20;
|
|
L_20 = FontDefinition_GetHashCode_mAE455799B250E80471E797D4497B1DB9B715D8F6(L_19, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_18, ((int32_t)397)))^L_20));
|
|
int32_t L_21 = V_0;
|
|
int32_t L_22 = __this->___unityFontStyleAndWeight;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_21, ((int32_t)397)))^(int32_t)L_22));
|
|
int32_t L_23 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_24 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___unityParagraphSpacing);
|
|
int32_t L_25;
|
|
L_25 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_24, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_23, ((int32_t)397)))^L_25));
|
|
int32_t L_26 = V_0;
|
|
int32_t L_27 = __this->___unityTextAlign;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_26, ((int32_t)397)))^(int32_t)L_27));
|
|
int32_t L_28 = V_0;
|
|
int32_t L_29 = __this->___unityTextGenerator;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_28, ((int32_t)397)))^(int32_t)L_29));
|
|
int32_t L_30 = V_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_31 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&__this->___unityTextOutlineColor);
|
|
int32_t L_32;
|
|
L_32 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_31, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_30, ((int32_t)397)))^L_32));
|
|
int32_t L_33 = V_0;
|
|
float* L_34 = (float*)(&__this->___unityTextOutlineWidth);
|
|
int32_t L_35;
|
|
L_35 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_34, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_33, ((int32_t)397)))^L_35));
|
|
int32_t L_36 = V_0;
|
|
int32_t L_37 = __this->___visibility;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_36, ((int32_t)397)))^(int32_t)L_37));
|
|
int32_t L_38 = V_0;
|
|
int32_t L_39 = __this->___whiteSpace;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_38, ((int32_t)397)))^(int32_t)L_39));
|
|
int32_t L_40 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_41 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___wordSpacing);
|
|
int32_t L_42;
|
|
L_42 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_41, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_40, ((int32_t)397)))^L_42));
|
|
int32_t L_43 = V_0;
|
|
V_1 = L_43;
|
|
goto IL_0161;
|
|
}
|
|
|
|
IL_0161:
|
|
{
|
|
int32_t L_44 = V_1;
|
|
return L_44;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t InheritedData_GetHashCode_m50716E1D6CB590CB4024244B02360ECD30BC3244_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InheritedData_t9CB0AE42B025C0BD86FEF0C979D5BFE15E188E67*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = InheritedData_GetHashCode_m50716E1D6CB590CB4024244B02360ECD30BC3244(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 17675
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 LayoutData_Copy_m43CB8791B4A3BEDD9E8184D6E868008688E9EC31 (LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* __this, const RuntimeMethod* method)
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_0 = (*(LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440*)__this);
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 LayoutData_Copy_m43CB8791B4A3BEDD9E8184D6E868008688E9EC31_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440*>(__this + _offset);
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 _returnValue;
|
|
_returnValue = LayoutData_Copy_m43CB8791B4A3BEDD9E8184D6E868008688E9EC31(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17676
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutData_CopyFrom_m34EED1AA355708FEFEBA572584B314F5F1F02FDE (LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* __this, LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* L_0 = ___0_other;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_1 = (*(LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440*)L_0);
|
|
*(LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440*)__this = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void LayoutData_CopyFrom_m34EED1AA355708FEFEBA572584B314F5F1F02FDE_AdjustorThunk (RuntimeObject* __this, LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440*>(__this + _offset);
|
|
LayoutData_CopyFrom_m34EED1AA355708FEFEBA572584B314F5F1F02FDE(_thisAdjusted, ___0_other, method);
|
|
}
|
|
// Method Definition Index: 17677
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LayoutData_op_Equality_mD276612460EDC6222A8A7278215CFBE3B595F9B4 (LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 ___0_lhs, LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B34_0 = 0;
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___alignContent;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___alignContent;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_4 = ___0_lhs;
|
|
int32_t L_5 = L_4.___alignItems;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_6 = ___1_rhs;
|
|
int32_t L_7 = L_6.___alignItems;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)L_7))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_8 = ___0_lhs;
|
|
int32_t L_9 = L_8.___alignSelf;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_10 = ___1_rhs;
|
|
int32_t L_11 = L_10.___alignSelf;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)L_11))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_12 = ___0_lhs;
|
|
float L_13 = L_12.___borderBottomWidth;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_14 = ___1_rhs;
|
|
float L_15 = L_14.___borderBottomWidth;
|
|
if ((!(((float)L_13) == ((float)L_15))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_16 = ___0_lhs;
|
|
float L_17 = L_16.___borderLeftWidth;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_18 = ___1_rhs;
|
|
float L_19 = L_18.___borderLeftWidth;
|
|
if ((!(((float)L_17) == ((float)L_19))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_20 = ___0_lhs;
|
|
float L_21 = L_20.___borderRightWidth;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_22 = ___1_rhs;
|
|
float L_23 = L_22.___borderRightWidth;
|
|
if ((!(((float)L_21) == ((float)L_23))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_24 = ___0_lhs;
|
|
float L_25 = L_24.___borderTopWidth;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_26 = ___1_rhs;
|
|
float L_27 = L_26.___borderTopWidth;
|
|
if ((!(((float)L_25) == ((float)L_27))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_28 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_29 = L_28.___bottom;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_30 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_31 = L_30.___bottom;
|
|
bool L_32;
|
|
L_32 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_29, L_31, NULL);
|
|
if (!L_32)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_33 = ___0_lhs;
|
|
int32_t L_34 = L_33.___display;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_35 = ___1_rhs;
|
|
int32_t L_36 = L_35.___display;
|
|
if ((!(((uint32_t)L_34) == ((uint32_t)L_36))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_37 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_38 = L_37.___flexBasis;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_39 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_40 = L_39.___flexBasis;
|
|
bool L_41;
|
|
L_41 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_38, L_40, NULL);
|
|
if (!L_41)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_42 = ___0_lhs;
|
|
int32_t L_43 = L_42.___flexDirection;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_44 = ___1_rhs;
|
|
int32_t L_45 = L_44.___flexDirection;
|
|
if ((!(((uint32_t)L_43) == ((uint32_t)L_45))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_46 = ___0_lhs;
|
|
float L_47 = L_46.___flexGrow;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_48 = ___1_rhs;
|
|
float L_49 = L_48.___flexGrow;
|
|
if ((!(((float)L_47) == ((float)L_49))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_50 = ___0_lhs;
|
|
float L_51 = L_50.___flexShrink;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_52 = ___1_rhs;
|
|
float L_53 = L_52.___flexShrink;
|
|
if ((!(((float)L_51) == ((float)L_53))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_54 = ___0_lhs;
|
|
int32_t L_55 = L_54.___flexWrap;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_56 = ___1_rhs;
|
|
int32_t L_57 = L_56.___flexWrap;
|
|
if ((!(((uint32_t)L_55) == ((uint32_t)L_57))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_58 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_59 = L_58.___height;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_60 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_61 = L_60.___height;
|
|
bool L_62;
|
|
L_62 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_59, L_61, NULL);
|
|
if (!L_62)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_63 = ___0_lhs;
|
|
int32_t L_64 = L_63.___justifyContent;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_65 = ___1_rhs;
|
|
int32_t L_66 = L_65.___justifyContent;
|
|
if ((!(((uint32_t)L_64) == ((uint32_t)L_66))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_67 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_68 = L_67.___left;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_69 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_70 = L_69.___left;
|
|
bool L_71;
|
|
L_71 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_68, L_70, NULL);
|
|
if (!L_71)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_72 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_73 = L_72.___marginBottom;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_74 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_75 = L_74.___marginBottom;
|
|
bool L_76;
|
|
L_76 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_73, L_75, NULL);
|
|
if (!L_76)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_77 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_78 = L_77.___marginLeft;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_79 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_80 = L_79.___marginLeft;
|
|
bool L_81;
|
|
L_81 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_78, L_80, NULL);
|
|
if (!L_81)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_82 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_83 = L_82.___marginRight;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_84 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_85 = L_84.___marginRight;
|
|
bool L_86;
|
|
L_86 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_83, L_85, NULL);
|
|
if (!L_86)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_87 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_88 = L_87.___marginTop;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_89 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_90 = L_89.___marginTop;
|
|
bool L_91;
|
|
L_91 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_88, L_90, NULL);
|
|
if (!L_91)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_92 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_93 = L_92.___maxHeight;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_94 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_95 = L_94.___maxHeight;
|
|
bool L_96;
|
|
L_96 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_93, L_95, NULL);
|
|
if (!L_96)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_97 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_98 = L_97.___maxWidth;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_99 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_100 = L_99.___maxWidth;
|
|
bool L_101;
|
|
L_101 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_98, L_100, NULL);
|
|
if (!L_101)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_102 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_103 = L_102.___minHeight;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_104 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_105 = L_104.___minHeight;
|
|
bool L_106;
|
|
L_106 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_103, L_105, NULL);
|
|
if (!L_106)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_107 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_108 = L_107.___minWidth;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_109 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_110 = L_109.___minWidth;
|
|
bool L_111;
|
|
L_111 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_108, L_110, NULL);
|
|
if (!L_111)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_112 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_113 = L_112.___paddingBottom;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_114 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_115 = L_114.___paddingBottom;
|
|
bool L_116;
|
|
L_116 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_113, L_115, NULL);
|
|
if (!L_116)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_117 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_118 = L_117.___paddingLeft;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_119 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_120 = L_119.___paddingLeft;
|
|
bool L_121;
|
|
L_121 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_118, L_120, NULL);
|
|
if (!L_121)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_122 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_123 = L_122.___paddingRight;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_124 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_125 = L_124.___paddingRight;
|
|
bool L_126;
|
|
L_126 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_123, L_125, NULL);
|
|
if (!L_126)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_127 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_128 = L_127.___paddingTop;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_129 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_130 = L_129.___paddingTop;
|
|
bool L_131;
|
|
L_131 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_128, L_130, NULL);
|
|
if (!L_131)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_132 = ___0_lhs;
|
|
int32_t L_133 = L_132.___position;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_134 = ___1_rhs;
|
|
int32_t L_135 = L_134.___position;
|
|
if ((!(((uint32_t)L_133) == ((uint32_t)L_135))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_136 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_137 = L_136.___right;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_138 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_139 = L_138.___right;
|
|
bool L_140;
|
|
L_140 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_137, L_139, NULL);
|
|
if (!L_140)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_141 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_142 = L_141.___top;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_143 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_144 = L_143.___top;
|
|
bool L_145;
|
|
L_145 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_142, L_144, NULL);
|
|
if (!L_145)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_146 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_147 = L_146.___width;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_148 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_149 = L_148.___width;
|
|
bool L_150;
|
|
L_150 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_147, L_149, NULL);
|
|
G_B34_0 = ((int32_t)(L_150));
|
|
goto IL_027d;
|
|
}
|
|
|
|
IL_027c:
|
|
{
|
|
G_B34_0 = 0;
|
|
}
|
|
|
|
IL_027d:
|
|
{
|
|
V_0 = (bool)G_B34_0;
|
|
goto IL_0280;
|
|
}
|
|
|
|
IL_0280:
|
|
{
|
|
bool L_151 = V_0;
|
|
return L_151;
|
|
}
|
|
}
|
|
// Method Definition Index: 17678
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LayoutData_Equals_m1CB214831A92A7B5946B2C1A0B9EDC291B8A3F16 (LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* __this, LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_0 = ___0_other;
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 L_1 = (*(LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440*)__this);
|
|
bool L_2;
|
|
L_2 = LayoutData_op_Equality_mD276612460EDC6222A8A7278215CFBE3B595F9B4(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool LayoutData_Equals_m1CB214831A92A7B5946B2C1A0B9EDC291B8A3F16_AdjustorThunk (RuntimeObject* __this, LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = LayoutData_Equals_m1CB214831A92A7B5946B2C1A0B9EDC291B8A3F16(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17679
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LayoutData_Equals_m17F0A8E1B74F777F6C075F47C199A3576F6AEEB9 (LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_2, LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___0_obj;
|
|
bool L_4;
|
|
L_4 = LayoutData_Equals_m1CB214831A92A7B5946B2C1A0B9EDC291B8A3F16(__this, ((*(LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440*)UnBox(L_3, LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440_il2cpp_TypeInfo_var))), NULL);
|
|
G_B5_0 = ((int32_t)(L_4));
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool LayoutData_Equals_m17F0A8E1B74F777F6C075F47C199A3576F6AEEB9_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = LayoutData_Equals_m17F0A8E1B74F777F6C075F47C199A3576F6AEEB9(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17680
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayoutData_GetHashCode_m316500D290BE2DB9EC94AB1F9D1CCBC16C9FA9D8 (LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->___alignContent;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
int32_t L_2 = __this->___alignItems;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4 = __this->___alignSelf;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)397)))^(int32_t)L_4));
|
|
int32_t L_5 = V_0;
|
|
float* L_6 = (float*)(&__this->___borderBottomWidth);
|
|
int32_t L_7;
|
|
L_7 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_6, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_5, ((int32_t)397)))^L_7));
|
|
int32_t L_8 = V_0;
|
|
float* L_9 = (float*)(&__this->___borderLeftWidth);
|
|
int32_t L_10;
|
|
L_10 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_9, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_8, ((int32_t)397)))^L_10));
|
|
int32_t L_11 = V_0;
|
|
float* L_12 = (float*)(&__this->___borderRightWidth);
|
|
int32_t L_13;
|
|
L_13 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_12, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_11, ((int32_t)397)))^L_13));
|
|
int32_t L_14 = V_0;
|
|
float* L_15 = (float*)(&__this->___borderTopWidth);
|
|
int32_t L_16;
|
|
L_16 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_15, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_14, ((int32_t)397)))^L_16));
|
|
int32_t L_17 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_18 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___bottom);
|
|
int32_t L_19;
|
|
L_19 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_18, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_17, ((int32_t)397)))^L_19));
|
|
int32_t L_20 = V_0;
|
|
int32_t L_21 = __this->___display;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_20, ((int32_t)397)))^(int32_t)L_21));
|
|
int32_t L_22 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_23 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___flexBasis);
|
|
int32_t L_24;
|
|
L_24 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_23, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_22, ((int32_t)397)))^L_24));
|
|
int32_t L_25 = V_0;
|
|
int32_t L_26 = __this->___flexDirection;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_25, ((int32_t)397)))^(int32_t)L_26));
|
|
int32_t L_27 = V_0;
|
|
float* L_28 = (float*)(&__this->___flexGrow);
|
|
int32_t L_29;
|
|
L_29 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_28, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_27, ((int32_t)397)))^L_29));
|
|
int32_t L_30 = V_0;
|
|
float* L_31 = (float*)(&__this->___flexShrink);
|
|
int32_t L_32;
|
|
L_32 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_31, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_30, ((int32_t)397)))^L_32));
|
|
int32_t L_33 = V_0;
|
|
int32_t L_34 = __this->___flexWrap;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_33, ((int32_t)397)))^(int32_t)L_34));
|
|
int32_t L_35 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_36 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___height);
|
|
int32_t L_37;
|
|
L_37 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_36, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_35, ((int32_t)397)))^L_37));
|
|
int32_t L_38 = V_0;
|
|
int32_t L_39 = __this->___justifyContent;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_38, ((int32_t)397)))^(int32_t)L_39));
|
|
int32_t L_40 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_41 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___left);
|
|
int32_t L_42;
|
|
L_42 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_41, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_40, ((int32_t)397)))^L_42));
|
|
int32_t L_43 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_44 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___marginBottom);
|
|
int32_t L_45;
|
|
L_45 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_44, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_43, ((int32_t)397)))^L_45));
|
|
int32_t L_46 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_47 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___marginLeft);
|
|
int32_t L_48;
|
|
L_48 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_47, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_46, ((int32_t)397)))^L_48));
|
|
int32_t L_49 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_50 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___marginRight);
|
|
int32_t L_51;
|
|
L_51 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_50, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_49, ((int32_t)397)))^L_51));
|
|
int32_t L_52 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_53 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___marginTop);
|
|
int32_t L_54;
|
|
L_54 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_53, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_52, ((int32_t)397)))^L_54));
|
|
int32_t L_55 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_56 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___maxHeight);
|
|
int32_t L_57;
|
|
L_57 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_56, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_55, ((int32_t)397)))^L_57));
|
|
int32_t L_58 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_59 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___maxWidth);
|
|
int32_t L_60;
|
|
L_60 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_59, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_58, ((int32_t)397)))^L_60));
|
|
int32_t L_61 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_62 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___minHeight);
|
|
int32_t L_63;
|
|
L_63 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_62, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_61, ((int32_t)397)))^L_63));
|
|
int32_t L_64 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_65 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___minWidth);
|
|
int32_t L_66;
|
|
L_66 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_65, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_64, ((int32_t)397)))^L_66));
|
|
int32_t L_67 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_68 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___paddingBottom);
|
|
int32_t L_69;
|
|
L_69 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_68, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_67, ((int32_t)397)))^L_69));
|
|
int32_t L_70 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_71 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___paddingLeft);
|
|
int32_t L_72;
|
|
L_72 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_71, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_70, ((int32_t)397)))^L_72));
|
|
int32_t L_73 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_74 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___paddingRight);
|
|
int32_t L_75;
|
|
L_75 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_74, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_73, ((int32_t)397)))^L_75));
|
|
int32_t L_76 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_77 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___paddingTop);
|
|
int32_t L_78;
|
|
L_78 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_77, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_76, ((int32_t)397)))^L_78));
|
|
int32_t L_79 = V_0;
|
|
int32_t L_80 = __this->___position;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_79, ((int32_t)397)))^(int32_t)L_80));
|
|
int32_t L_81 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_82 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___right);
|
|
int32_t L_83;
|
|
L_83 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_82, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_81, ((int32_t)397)))^L_83));
|
|
int32_t L_84 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_85 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___top);
|
|
int32_t L_86;
|
|
L_86 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_85, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_84, ((int32_t)397)))^L_86));
|
|
int32_t L_87 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_88 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___width);
|
|
int32_t L_89;
|
|
L_89 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_88, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_87, ((int32_t)397)))^L_89));
|
|
int32_t L_90 = V_0;
|
|
V_1 = L_90;
|
|
goto IL_02dc;
|
|
}
|
|
|
|
IL_02dc:
|
|
{
|
|
int32_t L_91 = V_1;
|
|
return L_91;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t LayoutData_GetHashCode_m316500D290BE2DB9EC94AB1F9D1CCBC16C9FA9D8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<LayoutData_tEFB8DF2EADED24B7658EB2987E991107CCA22440*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = LayoutData_GetHashCode_m316500D290BE2DB9EC94AB1F9D1CCBC16C9FA9D8(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
IL2CPP_EXTERN_C void RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_marshal_pinvoke(const RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26& unmarshaled, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26____cursor_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___cursorException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26____cursor_FieldInfo_var, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___cursorException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_marshal_pinvoke_back(const RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_marshaled_pinvoke& marshaled, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26____cursor_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___cursorException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26____cursor_FieldInfo_var, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___cursorException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_marshal_pinvoke_cleanup(RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_marshal_com(const RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26& unmarshaled, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26____cursor_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___cursorException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26____cursor_FieldInfo_var, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___cursorException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_marshal_com_back(const RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_marshaled_com& marshaled, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26____cursor_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___cursorException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26____cursor_FieldInfo_var, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___cursorException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_marshal_com_cleanup(RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 17681
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 RareData_Copy_m704FCCC82A27DD5034CFB2E88E94D1C27582E29E (RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* __this, const RuntimeMethod* method)
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_0 = (*(RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26*)__this);
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 RareData_Copy_m704FCCC82A27DD5034CFB2E88E94D1C27582E29E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26*>(__this + _offset);
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 _returnValue;
|
|
_returnValue = RareData_Copy_m704FCCC82A27DD5034CFB2E88E94D1C27582E29E(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17682
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RareData_CopyFrom_m51E068167FABCD68FDCF134993FDD2810EF4AAC4 (RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* __this, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* L_0 = ___0_other;
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_1 = (*(RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26*)L_0);
|
|
*(RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26*)__this = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26*)__this)->___cursor))->___U3CtextureU3Ek__BackingField), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void RareData_CopyFrom_m51E068167FABCD68FDCF134993FDD2810EF4AAC4_AdjustorThunk (RuntimeObject* __this, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26*>(__this + _offset);
|
|
RareData_CopyFrom_m51E068167FABCD68FDCF134993FDD2810EF4AAC4(_thisAdjusted, ___0_other, method);
|
|
}
|
|
// Method Definition Index: 17683
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RareData_op_Equality_m9E1D93A50125C3603B714C4F00F173509C87DE28 (RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 ___0_lhs, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B13_0 = 0;
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_0 = ___0_lhs;
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 L_1 = L_0.___cursor;
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_2 = ___1_rhs;
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 L_3 = L_2.___cursor;
|
|
bool L_4;
|
|
L_4 = Cursor_op_Equality_m9796DE28D214A3B7371A36CF753F9D59FB508DF4(L_1, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_5 = ___0_lhs;
|
|
int32_t L_6 = L_5.___textOverflow;
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_7 = ___1_rhs;
|
|
int32_t L_8 = L_7.___textOverflow;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)L_8))))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_9 = ___0_lhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = L_9.___unityBackgroundImageTintColor;
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_11 = ___1_rhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = L_11.___unityBackgroundImageTintColor;
|
|
bool L_13;
|
|
L_13 = Color_op_Equality_mB2BDC39B0B367BA15AA8DF22F8CB0D02D20BDC71_inline(L_10, L_12, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_14 = ___0_lhs;
|
|
int32_t L_15 = L_14.___unityOverflowClipBox;
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_16 = ___1_rhs;
|
|
int32_t L_17 = L_16.___unityOverflowClipBox;
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)L_17))))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_18 = ___0_lhs;
|
|
int32_t L_19 = L_18.___unitySliceBottom;
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_20 = ___1_rhs;
|
|
int32_t L_21 = L_20.___unitySliceBottom;
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)L_21))))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_22 = ___0_lhs;
|
|
int32_t L_23 = L_22.___unitySliceLeft;
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_24 = ___1_rhs;
|
|
int32_t L_25 = L_24.___unitySliceLeft;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)L_25))))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_26 = ___0_lhs;
|
|
int32_t L_27 = L_26.___unitySliceRight;
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_28 = ___1_rhs;
|
|
int32_t L_29 = L_28.___unitySliceRight;
|
|
if ((!(((uint32_t)L_27) == ((uint32_t)L_29))))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_30 = ___0_lhs;
|
|
float L_31 = L_30.___unitySliceScale;
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_32 = ___1_rhs;
|
|
float L_33 = L_32.___unitySliceScale;
|
|
if ((!(((float)L_31) == ((float)L_33))))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_34 = ___0_lhs;
|
|
int32_t L_35 = L_34.___unitySliceTop;
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_36 = ___1_rhs;
|
|
int32_t L_37 = L_36.___unitySliceTop;
|
|
if ((!(((uint32_t)L_35) == ((uint32_t)L_37))))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_38 = ___0_lhs;
|
|
int32_t L_39 = L_38.___unitySliceType;
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_40 = ___1_rhs;
|
|
int32_t L_41 = L_40.___unitySliceType;
|
|
if ((!(((uint32_t)L_39) == ((uint32_t)L_41))))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_42 = ___0_lhs;
|
|
TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A L_43 = L_42.___unityTextAutoSize;
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_44 = ___1_rhs;
|
|
TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A L_45 = L_44.___unityTextAutoSize;
|
|
bool L_46;
|
|
L_46 = TextAutoSize_op_Equality_mE170E7C07085199BA6B2CF35C3217ABDEB575693(L_43, L_45, NULL);
|
|
if (!L_46)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_47 = ___0_lhs;
|
|
int32_t L_48 = L_47.___unityTextOverflowPosition;
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_49 = ___1_rhs;
|
|
int32_t L_50 = L_49.___unityTextOverflowPosition;
|
|
G_B13_0 = ((((int32_t)L_48) == ((int32_t)L_50))? 1 : 0);
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
V_0 = (bool)G_B13_0;
|
|
goto IL_00c7;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
bool L_51 = V_0;
|
|
return L_51;
|
|
}
|
|
}
|
|
// Method Definition Index: 17684
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RareData_Equals_m90BFF382BCC28B8DBBD529A087A3C7C9A3FCF229 (RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* __this, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_0 = ___0_other;
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 L_1 = (*(RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26*)__this);
|
|
bool L_2;
|
|
L_2 = RareData_op_Equality_m9E1D93A50125C3603B714C4F00F173509C87DE28(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool RareData_Equals_m90BFF382BCC28B8DBBD529A087A3C7C9A3FCF229_AdjustorThunk (RuntimeObject* __this, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = RareData_Equals_m90BFF382BCC28B8DBBD529A087A3C7C9A3FCF229(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17685
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RareData_Equals_m1FDADD8434EC378278BA443CCEF66FF714F789F2 (RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_2, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___0_obj;
|
|
bool L_4;
|
|
L_4 = RareData_Equals_m90BFF382BCC28B8DBBD529A087A3C7C9A3FCF229(__this, ((*(RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26*)UnBox(L_3, RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26_il2cpp_TypeInfo_var))), NULL);
|
|
G_B5_0 = ((int32_t)(L_4));
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool RareData_Equals_m1FDADD8434EC378278BA443CCEF66FF714F789F2_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = RareData_Equals_m1FDADD8434EC378278BA443CCEF66FF714F789F2(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17686
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RareData_GetHashCode_m4D59FF7E8EDAC75140675A614305C95C692FB659 (RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82* L_0 = (Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82*)(&__this->___cursor);
|
|
int32_t L_1;
|
|
L_1 = Cursor_GetHashCode_mC6C773C4969C45189BBD9A11F8EB7ACC17F5745B(L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
int32_t L_3 = __this->___textOverflow;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_2, ((int32_t)397)))^(int32_t)L_3));
|
|
int32_t L_4 = V_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_5 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&__this->___unityBackgroundImageTintColor);
|
|
int32_t L_6;
|
|
L_6 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_5, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_4, ((int32_t)397)))^L_6));
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8 = __this->___unityOverflowClipBox;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_7, ((int32_t)397)))^(int32_t)L_8));
|
|
int32_t L_9 = V_0;
|
|
int32_t L_10 = __this->___unitySliceBottom;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_9, ((int32_t)397)))^L_10));
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = __this->___unitySliceLeft;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_11, ((int32_t)397)))^L_12));
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = __this->___unitySliceRight;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_13, ((int32_t)397)))^L_14));
|
|
int32_t L_15 = V_0;
|
|
float* L_16 = (float*)(&__this->___unitySliceScale);
|
|
int32_t L_17;
|
|
L_17 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_16, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_15, ((int32_t)397)))^L_17));
|
|
int32_t L_18 = V_0;
|
|
int32_t L_19 = __this->___unitySliceTop;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_18, ((int32_t)397)))^L_19));
|
|
int32_t L_20 = V_0;
|
|
int32_t L_21 = __this->___unitySliceType;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_20, ((int32_t)397)))^(int32_t)L_21));
|
|
int32_t L_22 = V_0;
|
|
TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A* L_23 = (TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A*)(&__this->___unityTextAutoSize);
|
|
int32_t L_24;
|
|
L_24 = TextAutoSize_GetHashCode_mE2778E382859B54350716BDD0BC3DE508C3FE559(L_23, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_22, ((int32_t)397)))^L_24));
|
|
int32_t L_25 = V_0;
|
|
int32_t L_26 = __this->___unityTextOverflowPosition;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_25, ((int32_t)397)))^(int32_t)L_26));
|
|
int32_t L_27 = V_0;
|
|
V_1 = L_27;
|
|
goto IL_00d8;
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
int32_t L_28 = V_1;
|
|
return L_28;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t RareData_GetHashCode_m4D59FF7E8EDAC75140675A614305C95C692FB659_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RareData_t2F466D955456C8E8898324C284948FCB0F4D6F26*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = RareData_GetHashCode_m4D59FF7E8EDAC75140675A614305C95C692FB659(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IL2CPP_EXTERN_C void TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_marshal_pinvoke(const TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808& unmarshaled, TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_marshaled_pinvoke& marshaled)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_pinvoke(unmarshaled.___rotate, marshaled.___rotate);
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_pinvoke(unmarshaled.___scale, marshaled.___scale);
|
|
marshaled.___transformOrigin = unmarshaled.___transformOrigin;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_pinvoke(unmarshaled.___translate, marshaled.___translate);
|
|
}
|
|
IL2CPP_EXTERN_C void TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_marshal_pinvoke_back(const TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_marshaled_pinvoke& marshaled, TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808& unmarshaled)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 unmarshaledrotate_temp_0;
|
|
memset((&unmarshaledrotate_temp_0), 0, sizeof(unmarshaledrotate_temp_0));
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_pinvoke_back(marshaled.___rotate, unmarshaledrotate_temp_0);
|
|
unmarshaled.___rotate = unmarshaledrotate_temp_0;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 unmarshaledscale_temp_1;
|
|
memset((&unmarshaledscale_temp_1), 0, sizeof(unmarshaledscale_temp_1));
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_pinvoke_back(marshaled.___scale, unmarshaledscale_temp_1);
|
|
unmarshaled.___scale = unmarshaledscale_temp_1;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 unmarshaledtransformOrigin_temp_2;
|
|
memset((&unmarshaledtransformOrigin_temp_2), 0, sizeof(unmarshaledtransformOrigin_temp_2));
|
|
unmarshaledtransformOrigin_temp_2 = marshaled.___transformOrigin;
|
|
unmarshaled.___transformOrigin = unmarshaledtransformOrigin_temp_2;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E unmarshaledtranslate_temp_3;
|
|
memset((&unmarshaledtranslate_temp_3), 0, sizeof(unmarshaledtranslate_temp_3));
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_pinvoke_back(marshaled.___translate, unmarshaledtranslate_temp_3);
|
|
unmarshaled.___translate = unmarshaledtranslate_temp_3;
|
|
}
|
|
IL2CPP_EXTERN_C void TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_marshal_pinvoke_cleanup(TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_marshaled_pinvoke& marshaled)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_pinvoke_cleanup(marshaled.___rotate);
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_pinvoke_cleanup(marshaled.___scale);
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_pinvoke_cleanup(marshaled.___translate);
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IL2CPP_EXTERN_C void TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_marshal_com(const TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808& unmarshaled, TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_marshaled_com& marshaled)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_com(unmarshaled.___rotate, marshaled.___rotate);
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_com(unmarshaled.___scale, marshaled.___scale);
|
|
marshaled.___transformOrigin = unmarshaled.___transformOrigin;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_com(unmarshaled.___translate, marshaled.___translate);
|
|
}
|
|
IL2CPP_EXTERN_C void TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_marshal_com_back(const TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_marshaled_com& marshaled, TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808& unmarshaled)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 unmarshaledrotate_temp_0;
|
|
memset((&unmarshaledrotate_temp_0), 0, sizeof(unmarshaledrotate_temp_0));
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_com_back(marshaled.___rotate, unmarshaledrotate_temp_0);
|
|
unmarshaled.___rotate = unmarshaledrotate_temp_0;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 unmarshaledscale_temp_1;
|
|
memset((&unmarshaledscale_temp_1), 0, sizeof(unmarshaledscale_temp_1));
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_com_back(marshaled.___scale, unmarshaledscale_temp_1);
|
|
unmarshaled.___scale = unmarshaledscale_temp_1;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 unmarshaledtransformOrigin_temp_2;
|
|
memset((&unmarshaledtransformOrigin_temp_2), 0, sizeof(unmarshaledtransformOrigin_temp_2));
|
|
unmarshaledtransformOrigin_temp_2 = marshaled.___transformOrigin;
|
|
unmarshaled.___transformOrigin = unmarshaledtransformOrigin_temp_2;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E unmarshaledtranslate_temp_3;
|
|
memset((&unmarshaledtranslate_temp_3), 0, sizeof(unmarshaledtranslate_temp_3));
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_com_back(marshaled.___translate, unmarshaledtranslate_temp_3);
|
|
unmarshaled.___translate = unmarshaledtranslate_temp_3;
|
|
}
|
|
IL2CPP_EXTERN_C void TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_marshal_com_cleanup(TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_marshaled_com& marshaled)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_com_cleanup(marshaled.___rotate);
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_com_cleanup(marshaled.___scale);
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_com_cleanup(marshaled.___translate);
|
|
}
|
|
// Method Definition Index: 17687
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 TransformData_Copy_m1C72DA746E9EDA30EF3A0B6B582ADE0D1F1CC1E1 (TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* __this, const RuntimeMethod* method)
|
|
{
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 L_0 = (*(TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808*)__this);
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 TransformData_Copy_m1C72DA746E9EDA30EF3A0B6B582ADE0D1F1CC1E1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808*>(__this + _offset);
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 _returnValue;
|
|
_returnValue = TransformData_Copy_m1C72DA746E9EDA30EF3A0B6B582ADE0D1F1CC1E1(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17688
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformData_CopyFrom_mE61FA7D18331DDF93C862DD92E48A661B41DFA72 (TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* __this, TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* L_0 = ___0_other;
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 L_1 = (*(TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808*)L_0);
|
|
*(TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808*)__this = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TransformData_CopyFrom_mE61FA7D18331DDF93C862DD92E48A661B41DFA72_AdjustorThunk (RuntimeObject* __this, TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808*>(__this + _offset);
|
|
TransformData_CopyFrom_mE61FA7D18331DDF93C862DD92E48A661B41DFA72(_thisAdjusted, ___0_other, method);
|
|
}
|
|
// Method Definition Index: 17689
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransformData_op_Equality_mC05A93308EAD030871F5FF7C06A92A7EB486287A (TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 ___0_lhs, TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 L_0 = ___0_lhs;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_1 = L_0.___rotate;
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 L_2 = ___1_rhs;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_3 = L_2.___rotate;
|
|
bool L_4;
|
|
L_4 = Rotate_op_Equality_m17193DD52205405DE23ADA71B1E19AFF8A4364AD(L_1, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 L_5 = ___0_lhs;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_6 = L_5.___scale;
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 L_7 = ___1_rhs;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_8 = L_7.___scale;
|
|
bool L_9;
|
|
L_9 = Scale_op_Equality_mCF310871A942D356F82D2A2F4E23B5BC3C248F65(L_6, L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 L_10 = ___0_lhs;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_11 = L_10.___transformOrigin;
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 L_12 = ___1_rhs;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_13 = L_12.___transformOrigin;
|
|
bool L_14;
|
|
L_14 = TransformOrigin_op_Equality_mD0114AF86353C451148D3E0EB2287FE3BCD87B1D(L_11, L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 L_15 = ___0_lhs;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_16 = L_15.___translate;
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 L_17 = ___1_rhs;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_18 = L_17.___translate;
|
|
bool L_19;
|
|
L_19 = Translate_op_Equality_m320CFAF67C0BEF258338E5529C9E5921A3C822F1(L_16, L_18, NULL);
|
|
G_B5_0 = ((int32_t)(L_19));
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
V_0 = (bool)G_B5_0;
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
bool L_20 = V_0;
|
|
return L_20;
|
|
}
|
|
}
|
|
// Method Definition Index: 17690
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransformData_Equals_m35B6DAE3446E9D7B7F550BE551DEBEF0466A0E40 (TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* __this, TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 L_0 = ___0_other;
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 L_1 = (*(TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808*)__this);
|
|
bool L_2;
|
|
L_2 = TransformData_op_Equality_mC05A93308EAD030871F5FF7C06A92A7EB486287A(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TransformData_Equals_m35B6DAE3446E9D7B7F550BE551DEBEF0466A0E40_AdjustorThunk (RuntimeObject* __this, TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = TransformData_Equals_m35B6DAE3446E9D7B7F550BE551DEBEF0466A0E40(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17691
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransformData_Equals_m6E9AA5D46B377F962FB2A7FB0F141E317C9C46AA (TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_2, TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___0_obj;
|
|
bool L_4;
|
|
L_4 = TransformData_Equals_m35B6DAE3446E9D7B7F550BE551DEBEF0466A0E40(__this, ((*(TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808*)UnBox(L_3, TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808_il2cpp_TypeInfo_var))), NULL);
|
|
G_B5_0 = ((int32_t)(L_4));
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TransformData_Equals_m6E9AA5D46B377F962FB2A7FB0F141E317C9C46AA_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = TransformData_Equals_m6E9AA5D46B377F962FB2A7FB0F141E317C9C46AA(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17692
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TransformData_GetHashCode_m2C32917E8F3D81762F0C320B0C4D3AAC94FDAA80 (TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* L_0 = (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*)(&__this->___rotate);
|
|
int32_t L_1;
|
|
L_1 = Rotate_GetHashCode_mB52BF9E6E8AE32B9B7F2AF8B57B6938A714A949E(L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* L_3 = (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7*)(&__this->___scale);
|
|
int32_t L_4;
|
|
L_4 = Scale_GetHashCode_m1B766BD8284D4E093BD69BE58D0F6B886AC29B30(L_3, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_2, ((int32_t)397)))^L_4));
|
|
int32_t L_5 = V_0;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* L_6 = (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*)(&__this->___transformOrigin);
|
|
int32_t L_7;
|
|
L_7 = TransformOrigin_GetHashCode_mCA4900A38F79C225517D2F7196BC7E25DEF54F24(L_6, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_5, ((int32_t)397)))^L_7));
|
|
int32_t L_8 = V_0;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* L_9 = (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*)(&__this->___translate);
|
|
int32_t L_10;
|
|
L_10 = Translate_GetHashCode_m6154995C5157AC77ED6F1EFC5C1FD60EF0B3CA1C(L_9, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_8, ((int32_t)397)))^L_10));
|
|
int32_t L_11 = V_0;
|
|
V_1 = L_11;
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t TransformData_GetHashCode_m2C32917E8F3D81762F0C320B0C4D3AAC94FDAA80_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformData_tC4540FA2761D7981877CC9077301F6AFEF1CF808*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = TransformData_GetHashCode_m2C32917E8F3D81762F0C320B0C4D3AAC94FDAA80(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C void TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_marshal_pinvoke(const TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321& unmarshaled, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321____transitionDelay_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___transitionDelayException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321____transitionDelay_FieldInfo_var, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___transitionDelayException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_marshal_pinvoke_back(const TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_marshaled_pinvoke& marshaled, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321____transitionDelay_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___transitionDelayException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321____transitionDelay_FieldInfo_var, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___transitionDelayException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_marshal_pinvoke_cleanup(TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_marshal_com(const TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321& unmarshaled, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321____transitionDelay_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___transitionDelayException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321____transitionDelay_FieldInfo_var, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___transitionDelayException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_marshal_com_back(const TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_marshaled_com& marshaled, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321____transitionDelay_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___transitionDelayException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321____transitionDelay_FieldInfo_var, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___transitionDelayException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_marshal_com_cleanup(TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 17693
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 TransitionData_Copy_m6AECD90470D754363F0DCB00918CB167788DC51B (TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3A1D78F766364DE1EABDE6A34F5E55E1B50096E0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4B55D26AC4826CFF1DE9D6B3BFA517E7AEECF9D8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7B1232DFE6403576191C56D651675A43821CA68C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321));
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_0 = __this->___transitionDelay;
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_1 = (List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF*)il2cpp_codegen_object_new(List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m7B1232DFE6403576191C56D651675A43821CA68C(L_1, L_0, List_1__ctor_m7B1232DFE6403576191C56D651675A43821CA68C_RuntimeMethod_var);
|
|
(&V_0)->___transitionDelay = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___transitionDelay), (void*)L_1);
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_2 = __this->___transitionDuration;
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_3 = (List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF*)il2cpp_codegen_object_new(List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m7B1232DFE6403576191C56D651675A43821CA68C(L_3, L_2, List_1__ctor_m7B1232DFE6403576191C56D651675A43821CA68C_RuntimeMethod_var);
|
|
(&V_0)->___transitionDuration = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___transitionDuration), (void*)L_3);
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* L_4 = __this->___transitionProperty;
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* L_5 = (List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268*)il2cpp_codegen_object_new(List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m3A1D78F766364DE1EABDE6A34F5E55E1B50096E0(L_5, L_4, List_1__ctor_m3A1D78F766364DE1EABDE6A34F5E55E1B50096E0_RuntimeMethod_var);
|
|
(&V_0)->___transitionProperty = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___transitionProperty), (void*)L_5);
|
|
List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* L_6 = __this->___transitionTimingFunction;
|
|
List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* L_7 = (List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B*)il2cpp_codegen_object_new(List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m4B55D26AC4826CFF1DE9D6B3BFA517E7AEECF9D8(L_7, L_6, List_1__ctor_m4B55D26AC4826CFF1DE9D6B3BFA517E7AEECF9D8_RuntimeMethod_var);
|
|
(&V_0)->___transitionTimingFunction = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___transitionTimingFunction), (void*)L_7);
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 L_8 = V_0;
|
|
V_1 = L_8;
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 TransitionData_Copy_m6AECD90470D754363F0DCB00918CB167788DC51B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321*>(__this + _offset);
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 _returnValue;
|
|
_returnValue = TransitionData_Copy_m6AECD90470D754363F0DCB00918CB167788DC51B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17694
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionData_CopyFrom_m9EDC4E24EC85926EB5C4C645F7B5D5126E1B5C19 (TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* __this, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m66D40F60D60CF3FA653432ABEBEBF703840689DB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_mC10AB6995B62FFCB7480E88ADA61465B0644FC36_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_mFC68F05E4252312CF997EF77D05B91BEEB8CC00A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m02854A6986DEFDEC2E4B791FD155C5D7FCBB8842_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m65AF27AF349D5AD5EB39FAA6836FA296600DA6FA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mEAD58F71FB68894CD4B42B8B1FF527387E22F1B0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_0 = __this->___transitionDelay;
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* L_1 = ___0_other;
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_2 = L_1->___transitionDelay;
|
|
V_0 = (bool)((((int32_t)((((RuntimeObject*)(List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF*)L_0) == ((RuntimeObject*)(List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF*)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_4 = __this->___transitionDelay;
|
|
NullCheck(L_4);
|
|
List_1_Clear_mEAD58F71FB68894CD4B42B8B1FF527387E22F1B0_inline(L_4, List_1_Clear_mEAD58F71FB68894CD4B42B8B1FF527387E22F1B0_RuntimeMethod_var);
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_5 = __this->___transitionDelay;
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* L_6 = ___0_other;
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_7 = L_6->___transitionDelay;
|
|
NullCheck(L_5);
|
|
List_1_AddRange_m66D40F60D60CF3FA653432ABEBEBF703840689DB(L_5, L_7, List_1_AddRange_m66D40F60D60CF3FA653432ABEBEBF703840689DB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_8 = __this->___transitionDuration;
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* L_9 = ___0_other;
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_10 = L_9->___transitionDuration;
|
|
V_1 = (bool)((((int32_t)((((RuntimeObject*)(List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF*)L_8) == ((RuntimeObject*)(List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF*)L_10))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_11 = V_1;
|
|
if (!L_11)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_12 = __this->___transitionDuration;
|
|
NullCheck(L_12);
|
|
List_1_Clear_mEAD58F71FB68894CD4B42B8B1FF527387E22F1B0_inline(L_12, List_1_Clear_mEAD58F71FB68894CD4B42B8B1FF527387E22F1B0_RuntimeMethod_var);
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_13 = __this->___transitionDuration;
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* L_14 = ___0_other;
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_15 = L_14->___transitionDuration;
|
|
NullCheck(L_13);
|
|
List_1_AddRange_m66D40F60D60CF3FA653432ABEBEBF703840689DB(L_13, L_15, List_1_AddRange_m66D40F60D60CF3FA653432ABEBEBF703840689DB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* L_16 = __this->___transitionProperty;
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* L_17 = ___0_other;
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* L_18 = L_17->___transitionProperty;
|
|
V_2 = (bool)((((int32_t)((((RuntimeObject*)(List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268*)L_16) == ((RuntimeObject*)(List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268*)L_18))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_19 = V_2;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* L_20 = __this->___transitionProperty;
|
|
NullCheck(L_20);
|
|
List_1_Clear_m02854A6986DEFDEC2E4B791FD155C5D7FCBB8842_inline(L_20, List_1_Clear_m02854A6986DEFDEC2E4B791FD155C5D7FCBB8842_RuntimeMethod_var);
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* L_21 = __this->___transitionProperty;
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* L_22 = ___0_other;
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* L_23 = L_22->___transitionProperty;
|
|
NullCheck(L_21);
|
|
List_1_AddRange_mC10AB6995B62FFCB7480E88ADA61465B0644FC36(L_21, L_23, List_1_AddRange_mC10AB6995B62FFCB7480E88ADA61465B0644FC36_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* L_24 = __this->___transitionTimingFunction;
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* L_25 = ___0_other;
|
|
List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* L_26 = L_25->___transitionTimingFunction;
|
|
V_3 = (bool)((((int32_t)((((RuntimeObject*)(List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B*)L_24) == ((RuntimeObject*)(List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B*)L_26))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_27 = V_3;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* L_28 = __this->___transitionTimingFunction;
|
|
NullCheck(L_28);
|
|
List_1_Clear_m65AF27AF349D5AD5EB39FAA6836FA296600DA6FA_inline(L_28, List_1_Clear_m65AF27AF349D5AD5EB39FAA6836FA296600DA6FA_RuntimeMethod_var);
|
|
List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* L_29 = __this->___transitionTimingFunction;
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* L_30 = ___0_other;
|
|
List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* L_31 = L_30->___transitionTimingFunction;
|
|
NullCheck(L_29);
|
|
List_1_AddRange_mFC68F05E4252312CF997EF77D05B91BEEB8CC00A(L_29, L_31, List_1_AddRange_mFC68F05E4252312CF997EF77D05B91BEEB8CC00A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TransitionData_CopyFrom_m9EDC4E24EC85926EB5C4C645F7B5D5126E1B5C19_AdjustorThunk (RuntimeObject* __this, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321*>(__this + _offset);
|
|
TransitionData_CopyFrom_m9EDC4E24EC85926EB5C4C645F7B5D5126E1B5C19(_thisAdjusted, ___0_other, method);
|
|
}
|
|
// Method Definition Index: 17695
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransitionData_op_Equality_m655A0E6E46ACAE2E35990D819DA96A6EE1EE834A (TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 ___0_lhs, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 L_0 = ___0_lhs;
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_1 = L_0.___transitionDelay;
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 L_2 = ___1_rhs;
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_3 = L_2.___transitionDelay;
|
|
if ((!(((RuntimeObject*)(List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF*)L_1) == ((RuntimeObject*)(List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF*)L_3))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 L_4 = ___0_lhs;
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_5 = L_4.___transitionDuration;
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 L_6 = ___1_rhs;
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_7 = L_6.___transitionDuration;
|
|
if ((!(((RuntimeObject*)(List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF*)L_5) == ((RuntimeObject*)(List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF*)L_7))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 L_8 = ___0_lhs;
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* L_9 = L_8.___transitionProperty;
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 L_10 = ___1_rhs;
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* L_11 = L_10.___transitionProperty;
|
|
if ((!(((RuntimeObject*)(List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268*)L_9) == ((RuntimeObject*)(List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268*)L_11))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 L_12 = ___0_lhs;
|
|
List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* L_13 = L_12.___transitionTimingFunction;
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 L_14 = ___1_rhs;
|
|
List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* L_15 = L_14.___transitionTimingFunction;
|
|
G_B5_0 = ((((RuntimeObject*)(List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B*)L_13) == ((RuntimeObject*)(List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B*)L_15))? 1 : 0);
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
V_0 = (bool)G_B5_0;
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
bool L_16 = V_0;
|
|
return L_16;
|
|
}
|
|
}
|
|
// Method Definition Index: 17696
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransitionData_Equals_m3FD210CEE421D718892EFAD77154D1658460F8E1 (TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* __this, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 L_0 = ___0_other;
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 L_1 = (*(TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321*)__this);
|
|
bool L_2;
|
|
L_2 = TransitionData_op_Equality_m655A0E6E46ACAE2E35990D819DA96A6EE1EE834A(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TransitionData_Equals_m3FD210CEE421D718892EFAD77154D1658460F8E1_AdjustorThunk (RuntimeObject* __this, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = TransitionData_Equals_m3FD210CEE421D718892EFAD77154D1658460F8E1(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17697
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransitionData_Equals_m51355384DD148C5C717BF529A50074AD2FF33D9D (TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_2, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___0_obj;
|
|
bool L_4;
|
|
L_4 = TransitionData_Equals_m3FD210CEE421D718892EFAD77154D1658460F8E1(__this, ((*(TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321*)UnBox(L_3, TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321_il2cpp_TypeInfo_var))), NULL);
|
|
G_B5_0 = ((int32_t)(L_4));
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TransitionData_Equals_m51355384DD148C5C717BF529A50074AD2FF33D9D_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = TransitionData_Equals_m51355384DD148C5C717BF529A50074AD2FF33D9D(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17698
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TransitionData_GetHashCode_mC94D81B16F514D74260FED3EBB13F123BACE5279 (TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_0 = __this->___transitionDelay;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_0);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* L_3 = __this->___transitionDuration;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_3);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_2, ((int32_t)397)))^L_4));
|
|
int32_t L_5 = V_0;
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* L_6 = __this->___transitionProperty;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_6);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_5, ((int32_t)397)))^L_7));
|
|
int32_t L_8 = V_0;
|
|
List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* L_9 = __this->___transitionTimingFunction;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_9);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_8, ((int32_t)397)))^L_10));
|
|
int32_t L_11 = V_0;
|
|
V_1 = L_11;
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t TransitionData_GetHashCode_mC94D81B16F514D74260FED3EBB13F123BACE5279_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransitionData_tF097DCEA6AD59BAD8C54693D84B3E2AE248AB321*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = TransitionData_GetHashCode_mC94D81B16F514D74260FED3EBB13F123BACE5279(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
IL2CPP_EXTERN_C void VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_marshal_pinvoke(const VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B& unmarshaled, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B____backgroundImage_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___backgroundImageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B____backgroundImage_FieldInfo_var, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___backgroundImageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_marshal_pinvoke_back(const VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_marshaled_pinvoke& marshaled, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B____backgroundImage_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___backgroundImageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B____backgroundImage_FieldInfo_var, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___backgroundImageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_marshal_pinvoke_cleanup(VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_marshal_com(const VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B& unmarshaled, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B____backgroundImage_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___backgroundImageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B____backgroundImage_FieldInfo_var, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___backgroundImageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_marshal_com_back(const VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_marshaled_com& marshaled, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B____backgroundImage_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___backgroundImageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B____backgroundImage_FieldInfo_var, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___backgroundImageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_marshal_com_cleanup(VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 17699
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B VisualData_Copy_m4672E40E37CE425C9991B5FC11EE9EEF32CD1A0F (VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* __this, const RuntimeMethod* method)
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_0 = (*(VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B*)__this);
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B VisualData_Copy_m4672E40E37CE425C9991B5FC11EE9EEF32CD1A0F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B*>(__this + _offset);
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B _returnValue;
|
|
_returnValue = VisualData_Copy_m4672E40E37CE425C9991B5FC11EE9EEF32CD1A0F(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17700
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualData_CopyFrom_mBE7C373910958DF08B3C077F3C7902D9B5F71A38 (VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* __this, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* L_0 = ___0_other;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_1 = (*(VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B*)L_0);
|
|
*(VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B*)__this = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B*)__this)->___backgroundImage))->___m_Texture), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B*)__this)->___backgroundImage))->___m_Sprite), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B*)__this)->___backgroundImage))->___m_RenderTexture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B*)__this)->___backgroundImage))->___m_VectorImage), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void VisualData_CopyFrom_mBE7C373910958DF08B3C077F3C7902D9B5F71A38_AdjustorThunk (RuntimeObject* __this, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B*>(__this + _offset);
|
|
VisualData_CopyFrom_mBE7C373910958DF08B3C077F3C7902D9B5F71A38(_thisAdjusted, ___0_other, method);
|
|
}
|
|
// Method Definition Index: 17701
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisualData_op_Equality_mF2EBF06E20B4CA0C69EE5D4E3DB1A2F62598ECBC (VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B ___0_lhs, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B17_0 = 0;
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_0 = ___0_lhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = L_0.___backgroundColor;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_2 = ___1_rhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = L_2.___backgroundColor;
|
|
bool L_4;
|
|
L_4 = Color_op_Equality_mB2BDC39B0B367BA15AA8DF22F8CB0D02D20BDC71_inline(L_1, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_5 = ___0_lhs;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_6 = L_5.___backgroundImage;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_7 = ___1_rhs;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_8 = L_7.___backgroundImage;
|
|
bool L_9;
|
|
L_9 = Background_op_Equality_m8939ED12827755FD24AF8206DCFF65A4639AC51E(L_6, L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_10 = ___0_lhs;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_11 = L_10.___backgroundPositionX;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_12 = ___1_rhs;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_13 = L_12.___backgroundPositionX;
|
|
bool L_14;
|
|
L_14 = BackgroundPosition_op_Equality_mF5D6A42C9662DC362671C6FB68B2A3E1A38C286C(L_11, L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_15 = ___0_lhs;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_16 = L_15.___backgroundPositionY;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_17 = ___1_rhs;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_18 = L_17.___backgroundPositionY;
|
|
bool L_19;
|
|
L_19 = BackgroundPosition_op_Equality_mF5D6A42C9662DC362671C6FB68B2A3E1A38C286C(L_16, L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_20 = ___0_lhs;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_21 = L_20.___backgroundRepeat;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_22 = ___1_rhs;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_23 = L_22.___backgroundRepeat;
|
|
bool L_24;
|
|
L_24 = BackgroundRepeat_op_Equality_m502F8924278F58E12F184FC457AE83400270FBE9(L_21, L_23, NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_25 = ___0_lhs;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 L_26 = L_25.___backgroundSize;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_27 = ___1_rhs;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 L_28 = L_27.___backgroundSize;
|
|
bool L_29;
|
|
L_29 = BackgroundSize_op_Equality_mF2E2759B77ED860309C003C0A38BF2750EFC3D2C(L_26, L_28, NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_30 = ___0_lhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_31 = L_30.___borderBottomColor;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_32 = ___1_rhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_33 = L_32.___borderBottomColor;
|
|
bool L_34;
|
|
L_34 = Color_op_Equality_mB2BDC39B0B367BA15AA8DF22F8CB0D02D20BDC71_inline(L_31, L_33, NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_35 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_36 = L_35.___borderBottomLeftRadius;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_37 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_38 = L_37.___borderBottomLeftRadius;
|
|
bool L_39;
|
|
L_39 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_36, L_38, NULL);
|
|
if (!L_39)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_40 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_41 = L_40.___borderBottomRightRadius;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_42 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_43 = L_42.___borderBottomRightRadius;
|
|
bool L_44;
|
|
L_44 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_41, L_43, NULL);
|
|
if (!L_44)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_45 = ___0_lhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_46 = L_45.___borderLeftColor;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_47 = ___1_rhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_48 = L_47.___borderLeftColor;
|
|
bool L_49;
|
|
L_49 = Color_op_Equality_mB2BDC39B0B367BA15AA8DF22F8CB0D02D20BDC71_inline(L_46, L_48, NULL);
|
|
if (!L_49)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_50 = ___0_lhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_51 = L_50.___borderRightColor;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_52 = ___1_rhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_53 = L_52.___borderRightColor;
|
|
bool L_54;
|
|
L_54 = Color_op_Equality_mB2BDC39B0B367BA15AA8DF22F8CB0D02D20BDC71_inline(L_51, L_53, NULL);
|
|
if (!L_54)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_55 = ___0_lhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_56 = L_55.___borderTopColor;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_57 = ___1_rhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_58 = L_57.___borderTopColor;
|
|
bool L_59;
|
|
L_59 = Color_op_Equality_mB2BDC39B0B367BA15AA8DF22F8CB0D02D20BDC71_inline(L_56, L_58, NULL);
|
|
if (!L_59)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_60 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_61 = L_60.___borderTopLeftRadius;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_62 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_63 = L_62.___borderTopLeftRadius;
|
|
bool L_64;
|
|
L_64 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_61, L_63, NULL);
|
|
if (!L_64)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_65 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_66 = L_65.___borderTopRightRadius;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_67 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_68 = L_67.___borderTopRightRadius;
|
|
bool L_69;
|
|
L_69 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_66, L_68, NULL);
|
|
if (!L_69)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_70 = ___0_lhs;
|
|
float L_71 = L_70.___opacity;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_72 = ___1_rhs;
|
|
float L_73 = L_72.___opacity;
|
|
if ((!(((float)L_71) == ((float)L_73))))
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_74 = ___0_lhs;
|
|
int32_t L_75 = L_74.___overflow;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_76 = ___1_rhs;
|
|
int32_t L_77 = L_76.___overflow;
|
|
G_B17_0 = ((((int32_t)L_75) == ((int32_t)L_77))? 1 : 0);
|
|
goto IL_0142;
|
|
}
|
|
|
|
IL_0141:
|
|
{
|
|
G_B17_0 = 0;
|
|
}
|
|
|
|
IL_0142:
|
|
{
|
|
V_0 = (bool)G_B17_0;
|
|
goto IL_0145;
|
|
}
|
|
|
|
IL_0145:
|
|
{
|
|
bool L_78 = V_0;
|
|
return L_78;
|
|
}
|
|
}
|
|
// Method Definition Index: 17702
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisualData_Equals_m2F0C3647F1ADDE8E87C069EDDD04890CAAEAF64F (VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* __this, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_0 = ___0_other;
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B L_1 = (*(VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B*)__this);
|
|
bool L_2;
|
|
L_2 = VisualData_op_Equality_mF2EBF06E20B4CA0C69EE5D4E3DB1A2F62598ECBC(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool VisualData_Equals_m2F0C3647F1ADDE8E87C069EDDD04890CAAEAF64F_AdjustorThunk (RuntimeObject* __this, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B ___0_other, const RuntimeMethod* method)
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = VisualData_Equals_m2F0C3647F1ADDE8E87C069EDDD04890CAAEAF64F(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17703
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisualData_Equals_mFB3EFC6BFF7FC717C1EF742B4EF66C4C97DA623F (VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_2, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___0_obj;
|
|
bool L_4;
|
|
L_4 = VisualData_Equals_m2F0C3647F1ADDE8E87C069EDDD04890CAAEAF64F(__this, ((*(VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B*)UnBox(L_3, VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B_il2cpp_TypeInfo_var))), NULL);
|
|
G_B5_0 = ((int32_t)(L_4));
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool VisualData_Equals_mFB3EFC6BFF7FC717C1EF742B4EF66C4C97DA623F_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = VisualData_Equals_mFB3EFC6BFF7FC717C1EF742B4EF66C4C97DA623F(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17704
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VisualData_GetHashCode_mD97AA0FE25F68DEC74E92B61C06BFE81BCEFB05B (VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_0 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&__this->___backgroundColor);
|
|
int32_t L_1;
|
|
L_1 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* L_3 = (Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8*)(&__this->___backgroundImage);
|
|
int32_t L_4;
|
|
L_4 = Background_GetHashCode_m04082ADB61D83A618047D6DB649B3C34F18C47B1(L_3, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_2, ((int32_t)397)))^L_4));
|
|
int32_t L_5 = V_0;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_6 = (BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56*)(&__this->___backgroundPositionX);
|
|
int32_t L_7;
|
|
L_7 = BackgroundPosition_GetHashCode_m70CB607FAF2C174B6583EDA883B347398A660E32(L_6, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_5, ((int32_t)397)))^L_7));
|
|
int32_t L_8 = V_0;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_9 = (BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56*)(&__this->___backgroundPositionY);
|
|
int32_t L_10;
|
|
L_10 = BackgroundPosition_GetHashCode_m70CB607FAF2C174B6583EDA883B347398A660E32(L_9, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_8, ((int32_t)397)))^L_10));
|
|
int32_t L_11 = V_0;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_12 = (BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*)(&__this->___backgroundRepeat);
|
|
int32_t L_13;
|
|
L_13 = BackgroundRepeat_GetHashCode_mA50AE9C1F470680415C565D45C9DAF08B64D8A4C(L_12, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_11, ((int32_t)397)))^L_13));
|
|
int32_t L_14 = V_0;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_15 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&__this->___backgroundSize);
|
|
int32_t L_16;
|
|
L_16 = BackgroundSize_GetHashCode_m63C2FC6FD176704B834A1B536BFED28C222F300A(L_15, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_14, ((int32_t)397)))^L_16));
|
|
int32_t L_17 = V_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_18 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&__this->___borderBottomColor);
|
|
int32_t L_19;
|
|
L_19 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_18, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_17, ((int32_t)397)))^L_19));
|
|
int32_t L_20 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_21 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___borderBottomLeftRadius);
|
|
int32_t L_22;
|
|
L_22 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_21, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_20, ((int32_t)397)))^L_22));
|
|
int32_t L_23 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_24 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___borderBottomRightRadius);
|
|
int32_t L_25;
|
|
L_25 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_24, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_23, ((int32_t)397)))^L_25));
|
|
int32_t L_26 = V_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_27 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&__this->___borderLeftColor);
|
|
int32_t L_28;
|
|
L_28 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_27, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_26, ((int32_t)397)))^L_28));
|
|
int32_t L_29 = V_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_30 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&__this->___borderRightColor);
|
|
int32_t L_31;
|
|
L_31 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_30, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_29, ((int32_t)397)))^L_31));
|
|
int32_t L_32 = V_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_33 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&__this->___borderTopColor);
|
|
int32_t L_34;
|
|
L_34 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_33, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_32, ((int32_t)397)))^L_34));
|
|
int32_t L_35 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_36 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___borderTopLeftRadius);
|
|
int32_t L_37;
|
|
L_37 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_36, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_35, ((int32_t)397)))^L_37));
|
|
int32_t L_38 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_39 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___borderTopRightRadius);
|
|
int32_t L_40;
|
|
L_40 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_39, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_38, ((int32_t)397)))^L_40));
|
|
int32_t L_41 = V_0;
|
|
float* L_42 = (float*)(&__this->___opacity);
|
|
int32_t L_43;
|
|
L_43 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_42, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_41, ((int32_t)397)))^L_43));
|
|
int32_t L_44 = V_0;
|
|
int32_t L_45 = __this->___overflow;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_44, ((int32_t)397)))^(int32_t)L_45));
|
|
int32_t L_46 = V_0;
|
|
V_1 = L_46;
|
|
goto IL_018d;
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
int32_t L_47 = V_1;
|
|
return L_47;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t VisualData_GetHashCode_mD97AA0FE25F68DEC74E92B61C06BFE81BCEFB05B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<VisualData_t64B2C5387387BCEC426F3981BECC8582A02D3F1B*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = VisualData_GetHashCode_mD97AA0FE25F68DEC74E92B61C06BFE81BCEFB05B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 17705
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 StyleValueCollection_GetStyleLength_m52D30C7A681A306749611152A63DA56F878F3F2D (StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* __this, int32_t ___0_id, const RuntimeMethod* method)
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5));
|
|
int32_t L_0 = ___0_id;
|
|
bool L_1;
|
|
L_1 = StyleValueCollection_TryGetStyleValue_m440C7A9E0F94731ACB08A11B7FF06F75925BE40B(__this, L_0, (&V_0), NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_3 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_4 = L_3.___length;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_5 = V_0;
|
|
int32_t L_6 = L_5.___keyword;
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
StyleLength__ctor_m9033952D80775B2E8D0DE53AFCE5C72397168177((&L_7), L_4, L_6, NULL);
|
|
V_2 = L_7;
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_8;
|
|
L_8 = StyleLength_op_Implicit_m895C788B08202125BDDAEE31F2F9D0EE6519D990(1, NULL);
|
|
V_2 = L_8;
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_9 = V_2;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 17706
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 StyleValueCollection_GetStyleFloat_mFB67DF76D46EFF7CBFAAB1F5B699F3CBE6AF71EB (StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* __this, int32_t ___0_id, const RuntimeMethod* method)
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5));
|
|
int32_t L_0 = ___0_id;
|
|
bool L_1;
|
|
L_1 = StyleValueCollection_TryGetStyleValue_m440C7A9E0F94731ACB08A11B7FF06F75925BE40B(__this, L_0, (&V_0), NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_3 = V_0;
|
|
float L_4 = L_3.___number;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_5 = V_0;
|
|
int32_t L_6 = L_5.___keyword;
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
StyleFloat__ctor_m66B48CBE087249CDDFA4223E917A6952063C950A((&L_7), L_4, L_6, NULL);
|
|
V_2 = L_7;
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_8;
|
|
L_8 = StyleFloat_op_Implicit_m664791457EBA988722362ABB4560E5E464A1E88B(1, NULL);
|
|
V_2 = L_8;
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_9 = V_2;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 17707
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D StyleValueCollection_GetStyleInt_m1B001772E1ED50ECEC62DB8396804C8E70D40234 (StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* __this, int32_t ___0_id, const RuntimeMethod* method)
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5));
|
|
int32_t L_0 = ___0_id;
|
|
bool L_1;
|
|
L_1 = StyleValueCollection_TryGetStyleValue_m440C7A9E0F94731ACB08A11B7FF06F75925BE40B(__this, L_0, (&V_0), NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_3 = V_0;
|
|
float L_4 = L_3.___number;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_5 = V_0;
|
|
int32_t L_6 = L_5.___keyword;
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
StyleInt__ctor_m18B2FA5FD2A57BE2EBD6C0227637723EC9B02C6F((&L_7), il2cpp_codegen_cast_double_to_int<int32_t>(L_4), L_6, NULL);
|
|
V_2 = L_7;
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D L_8;
|
|
L_8 = StyleInt_op_Implicit_m229C68C5B68483DA394FA5A8655CF5D6FA965A9F(1, NULL);
|
|
V_2 = L_8;
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D L_9 = V_2;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 17708
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 StyleValueCollection_GetStyleColor_mEB6471020E077F991817BFBB30967E7E0D9CD67F (StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* __this, int32_t ___0_id, const RuntimeMethod* method)
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5));
|
|
int32_t L_0 = ___0_id;
|
|
bool L_1;
|
|
L_1 = StyleValueCollection_TryGetStyleValue_m440C7A9E0F94731ACB08A11B7FF06F75925BE40B(__this, L_0, (&V_0), NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_3 = V_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = L_3.___color;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_5 = V_0;
|
|
int32_t L_6 = L_5.___keyword;
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
StyleColor__ctor_mC51F8B70DE85F8AC871486FF638C0767B6139AED((&L_7), L_4, L_6, NULL);
|
|
V_2 = L_7;
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_8;
|
|
L_8 = StyleColor_op_Implicit_m076AD87204401211D402C2E9AA832031BA013928(1, NULL);
|
|
V_2 = L_8;
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_9 = V_2;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 17709
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B StyleValueCollection_GetStyleBackground_m1D9C24DBF0F7356C37504101FC773723334964D6 (StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* __this, int32_t ___0_id, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_2 = NULL;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* V_3 = NULL;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* V_4 = NULL;
|
|
bool V_5 = false;
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B4_0 = NULL;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* G_B9_0 = NULL;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* G_B14_0 = NULL;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5));
|
|
int32_t L_0 = ___0_id;
|
|
bool L_1;
|
|
L_1 = StyleValueCollection_TryGetStyleValue_m440C7A9E0F94731ACB08A11B7FF06F75925BE40B(__this, L_0, (&V_0), NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
{
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_3 = (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC*)(&(&V_0)->___resource);
|
|
bool L_4;
|
|
L_4 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843_inline(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)(NULL));
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_5 = (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC*)(&(&V_0)->___resource);
|
|
RuntimeObject* L_6;
|
|
L_6 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5_inline(L_5, NULL);
|
|
G_B4_0 = ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)IsInstSealed((RuntimeObject*)L_6, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
V_2 = G_B4_0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_7 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_8;
|
|
L_8 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_7, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_5 = L_8;
|
|
bool L_9 = V_5;
|
|
if (!L_9)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_10 = V_2;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_11 = V_0;
|
|
int32_t L_12 = L_11.___keyword;
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_13;
|
|
memset((&L_13), 0, sizeof(L_13));
|
|
StyleBackground__ctor_m0CBA8BD30BC4CDCE745965C05AAFE7331CAA7349((&L_13), L_10, L_12, NULL);
|
|
V_6 = L_13;
|
|
goto IL_00eb;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_14 = (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC*)(&(&V_0)->___resource);
|
|
bool L_15;
|
|
L_15 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843_inline(L_14, NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
G_B9_0 = ((Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99*)(NULL));
|
|
goto IL_007f;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_16 = (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC*)(&(&V_0)->___resource);
|
|
RuntimeObject* L_17;
|
|
L_17 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5_inline(L_16, NULL);
|
|
G_B9_0 = ((Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99*)IsInstSealed((RuntimeObject*)L_17, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
V_3 = G_B9_0;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_18 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_19;
|
|
L_19 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_18, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_7 = L_19;
|
|
bool L_20 = V_7;
|
|
if (!L_20)
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_21 = V_3;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_22 = V_0;
|
|
int32_t L_23 = L_22.___keyword;
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_24;
|
|
memset((&L_24), 0, sizeof(L_24));
|
|
StyleBackground__ctor_mB0FB48886C5A78E0E8FC1B48368FD7FC6E9962ED((&L_24), L_21, L_23, NULL);
|
|
V_6 = L_24;
|
|
goto IL_00eb;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_25 = (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC*)(&(&V_0)->___resource);
|
|
bool L_26;
|
|
L_26 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843_inline(L_25, NULL);
|
|
if (L_26)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
G_B14_0 = ((VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC*)(NULL));
|
|
goto IL_00bf;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_27 = (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC*)(&(&V_0)->___resource);
|
|
RuntimeObject* L_28;
|
|
L_28 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5_inline(L_27, NULL);
|
|
G_B14_0 = ((VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC*)IsInstSealed((RuntimeObject*)L_28, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
V_4 = G_B14_0;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_29 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_30;
|
|
L_30 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_29, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_8 = L_30;
|
|
bool L_31 = V_8;
|
|
if (!L_31)
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_32 = V_4;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_33 = V_0;
|
|
int32_t L_34 = L_33.___keyword;
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_35;
|
|
memset((&L_35), 0, sizeof(L_35));
|
|
StyleBackground__ctor_mDC2B2AF076E040B3FF80A0C5D5F00ABAF6ACCAC6((&L_35), L_32, L_34, NULL);
|
|
V_6 = L_35;
|
|
goto IL_00eb;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_36;
|
|
L_36 = StyleBackground_op_Implicit_m42B6D663506AA8BEF773EA4C871CC76AC5FE9154(1, NULL);
|
|
V_6 = L_36;
|
|
goto IL_00eb;
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_37 = V_6;
|
|
return L_37;
|
|
}
|
|
}
|
|
// Method Definition Index: 17710
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 StyleValueCollection_GetStyleBackgroundPosition_mA73B37F05AC5D280934E6AA9C7E2ED0CBBED6FFD (StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* __this, int32_t ___0_id, const RuntimeMethod* method)
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5));
|
|
int32_t L_0 = ___0_id;
|
|
bool L_1;
|
|
L_1 = StyleValueCollection_TryGetStyleValue_m440C7A9E0F94731ACB08A11B7FF06F75925BE40B(__this, L_0, (&V_0), NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_3 = V_0;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_4 = L_3.___position;
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
StyleBackgroundPosition__ctor_mE79D6548CCE3A7DE710C50E47E0E4DCA2CEA6E9C((&L_5), L_4, NULL);
|
|
V_2 = L_5;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 L_6;
|
|
L_6 = StyleBackgroundPosition_op_Implicit_m627D113BABD8EBE0BDC7C5E66A338DA1F5AD139B(1, NULL);
|
|
V_2 = L_6;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// Method Definition Index: 17711
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 StyleValueCollection_GetStyleBackgroundRepeat_m53D2DB658458D256EA9B32E257A69BEFBE5EEC95 (StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* __this, int32_t ___0_id, const RuntimeMethod* method)
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5));
|
|
int32_t L_0 = ___0_id;
|
|
bool L_1;
|
|
L_1 = StyleValueCollection_TryGetStyleValue_m440C7A9E0F94731ACB08A11B7FF06F75925BE40B(__this, L_0, (&V_0), NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_3 = V_0;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_4 = L_3.___repeat;
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
StyleBackgroundRepeat__ctor_m3585821FA8C6652A00FD3663417FA443BD50DFD7((&L_5), L_4, NULL);
|
|
V_2 = L_5;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 L_6;
|
|
L_6 = StyleBackgroundRepeat_op_Implicit_m9240593D704D727A2C6BD6FE16FC954210D4CD84(1, NULL);
|
|
V_2 = L_6;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// Method Definition Index: 17712
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C StyleValueCollection_GetStyleFont_mA35438924BC7EF9ECBE3AB338C3F0A231F4B7429 (StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* __this, int32_t ___0_id, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Font_tC95270EA3198038970422D78B74A7F2E218A96B6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* V_2 = NULL;
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* G_B4_0 = NULL;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5));
|
|
int32_t L_0 = ___0_id;
|
|
bool L_1;
|
|
L_1 = StyleValueCollection_TryGetStyleValue_m440C7A9E0F94731ACB08A11B7FF06F75925BE40B(__this, L_0, (&V_0), NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_3 = (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC*)(&(&V_0)->___resource);
|
|
bool L_4;
|
|
L_4 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843_inline(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = ((Font_tC95270EA3198038970422D78B74A7F2E218A96B6*)(NULL));
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_5 = (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC*)(&(&V_0)->___resource);
|
|
RuntimeObject* L_6;
|
|
L_6 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5_inline(L_5, NULL);
|
|
G_B4_0 = ((Font_tC95270EA3198038970422D78B74A7F2E218A96B6*)IsInstSealed((RuntimeObject*)L_6, Font_tC95270EA3198038970422D78B74A7F2E218A96B6_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
V_2 = G_B4_0;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_7 = V_2;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_8 = V_0;
|
|
int32_t L_9 = L_8.___keyword;
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
StyleFont__ctor_m7DCE355609E87D1D639E9210B3F6782D95703947((&L_10), L_7, L_9, NULL);
|
|
V_3 = L_10;
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_11;
|
|
L_11 = StyleFont_op_Implicit_m028E784C9C2624B2134AA95795D90DFE17EADA53(1, NULL);
|
|
V_3 = L_11;
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_12 = V_3;
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 17713
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 StyleValueCollection_GetStyleFontDefinition_mACAFB6A5415185E90503C516A856E511BAA3C606 (StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* __this, int32_t ___0_id, const RuntimeMethod* method)
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
RuntimeObject* V_2 = NULL;
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
RuntimeObject* G_B4_0 = NULL;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5));
|
|
int32_t L_0 = ___0_id;
|
|
bool L_1;
|
|
L_1 = StyleValueCollection_TryGetStyleValue_m440C7A9E0F94731ACB08A11B7FF06F75925BE40B(__this, L_0, (&V_0), NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_3 = (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC*)(&(&V_0)->___resource);
|
|
bool L_4;
|
|
L_4 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843_inline(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = NULL;
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_5 = (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC*)(&(&V_0)->___resource);
|
|
RuntimeObject* L_6;
|
|
L_6 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5_inline(L_5, NULL);
|
|
G_B4_0 = L_6;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
V_2 = G_B4_0;
|
|
RuntimeObject* L_7 = V_2;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_8 = V_0;
|
|
int32_t L_9 = L_8.___keyword;
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
StyleFontDefinition__ctor_mF6BA70DEC05CB614F7EA092FB6ABB5D63782D2FD((&L_10), L_7, L_9, NULL);
|
|
V_3 = L_10;
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 L_11;
|
|
L_11 = StyleFontDefinition_op_Implicit_m756B292C2F2A3D80969D5A1B56AF5A5152BE0129(1, NULL);
|
|
V_3 = L_11;
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 L_12 = V_3;
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 17714
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleValueCollection_TryGetStyleValue_m440C7A9E0F94731ACB08A11B7FF06F75925BE40B (StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* __this, int32_t ___0_id, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m1F4E04F6F817CA0C550E88CACDBF06CECEEBA5A4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m382A4115E9B245542508429960929A5A5A2DBC52_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m2A71803E92C0B34206D38F91490F372EE7E8E999_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m79C661B4F2593F250F3AAEBE725ABBB3B97314E1_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5* L_0 = ___1_value;
|
|
L_0->___id = 0;
|
|
List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* L_1 = __this->___m_Values;
|
|
NullCheck(L_1);
|
|
Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091 L_2;
|
|
L_2 = List_1_GetEnumerator_m79C661B4F2593F250F3AAEBE725ABBB3B97314E1(L_1, List_1_GetEnumerator_m79C661B4F2593F250F3AAEBE725ABBB3B97314E1_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0045:
|
|
{
|
|
Enumerator_Dispose_m1F4E04F6F817CA0C550E88CACDBF06CECEEBA5A4((&V_0), Enumerator_Dispose_m1F4E04F6F817CA0C550E88CACDBF06CECEEBA5A4_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_003a_1;
|
|
}
|
|
|
|
IL_0017_1:
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_3;
|
|
L_3 = Enumerator_get_Current_m2A71803E92C0B34206D38F91490F372EE7E8E999_inline((&V_0), Enumerator_get_Current_m2A71803E92C0B34206D38F91490F372EE7E8E999_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_4 = V_1;
|
|
int32_t L_5 = L_4.___id;
|
|
int32_t L_6 = ___0_id;
|
|
V_2 = (bool)((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0);
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0039_1;
|
|
}
|
|
}
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5* L_8 = ___1_value;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_9 = V_1;
|
|
*(StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5*)L_8 = L_9;
|
|
V_3 = (bool)1;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0039_1:
|
|
{
|
|
}
|
|
|
|
IL_003a_1:
|
|
{
|
|
bool L_10;
|
|
L_10 = Enumerator_MoveNext_m382A4115E9B245542508429960929A5A5A2DBC52((&V_0), Enumerator_MoveNext_m382A4115E9B245542508429960929A5A5A2DBC52_RuntimeMethod_var);
|
|
if (L_10)
|
|
{
|
|
goto IL_0017_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
V_3 = (bool)0;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
bool L_11 = V_3;
|
|
return L_11;
|
|
}
|
|
}
|
|
// Method Definition Index: 17715
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleValueCollection_SetStyleValue_m0D2893CB063806B31C41887327B73877CD0101AC (StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* __this, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m87205283CED3CE7AC9AEC642FE8C34839086F2EF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m2276A13E0328D7750B5EFF7868F9F88CA313D5E6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m797905E92EF60F271F57D2F36C05AC429A5C0008_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1E0036D7EC908E08932E6514B1EF92C3A8E4AB58_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m2926C92062137EC290DA1AD54E4AFF3CCD529685_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* L_0 = __this->___m_Values;
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_2;
|
|
L_2 = List_1_get_Item_m1E0036D7EC908E08932E6514B1EF92C3A8E4AB58(L_0, L_1, List_1_get_Item_m1E0036D7EC908E08932E6514B1EF92C3A8E4AB58_RuntimeMethod_var);
|
|
int32_t L_3 = L_2.___id;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_4 = ___0_value;
|
|
int32_t L_5 = L_4.___id;
|
|
V_1 = (bool)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_7 = ___0_value;
|
|
int32_t L_8 = L_7.___keyword;
|
|
V_2 = (bool)((((int32_t)L_8) == ((int32_t)1))? 1 : 0);
|
|
bool L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* L_10 = __this->___m_Values;
|
|
int32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
List_1_RemoveAt_m2276A13E0328D7750B5EFF7868F9F88CA313D5E6(L_10, L_11, List_1_RemoveAt_m2276A13E0328D7750B5EFF7868F9F88CA313D5E6_RuntimeMethod_var);
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* L_12 = __this->___m_Values;
|
|
int32_t L_13 = V_0;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_14 = ___0_value;
|
|
NullCheck(L_12);
|
|
List_1_set_Item_m2926C92062137EC290DA1AD54E4AFF3CCD529685(L_12, L_13, L_14, List_1_set_Item_m2926C92062137EC290DA1AD54E4AFF3CCD529685_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
int32_t L_15 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
int32_t L_16 = V_0;
|
|
List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* L_17 = __this->___m_Values;
|
|
NullCheck(L_17);
|
|
int32_t L_18;
|
|
L_18 = List_1_get_Count_m797905E92EF60F271F57D2F36C05AC429A5C0008_inline(L_17, List_1_get_Count_m797905E92EF60F271F57D2F36C05AC429A5C0008_RuntimeMethod_var);
|
|
V_3 = (bool)((((int32_t)L_16) < ((int32_t)L_18))? 1 : 0);
|
|
bool L_19 = V_3;
|
|
if (L_19)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* L_20 = __this->___m_Values;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_21 = ___0_value;
|
|
NullCheck(L_20);
|
|
List_1_Add_m87205283CED3CE7AC9AEC642FE8C34839086F2EF_inline(L_20, L_21, List_1_Add_m87205283CED3CE7AC9AEC642FE8C34839086F2EF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17716
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleValueCollection__ctor_mFE0D8F376863E4DF1BCCB889ABC9896874413C23 (StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3CB67AFF449C874D40106A7AC4CAA266C89D95B7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* L_0 = (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E*)il2cpp_codegen_object_new(List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m3CB67AFF449C874D40106A7AC4CAA266C89D95B7(L_0, List_1__ctor_m3CB67AFF449C874D40106A7AC4CAA266C89D95B7_RuntimeMethod_var);
|
|
__this->___m_Values = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Values), (void*)L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#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: 17717
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Length_Percent_m554B632D9DE0F71BBCF41F1B5120BFD17061B89C (float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = ___0_value;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Length__ctor_mFF11DAE709F70F30061EF7BDB3E7B4E18BB827CF((&L_1), L_0, 1, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17718
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Length_Auto_m0D169F4BFDD8A1A02EED5DB4D53C55830DEC32B8 (const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Length__ctor_m7CD815C0E5A57EA569A04E3954AD7591DAC1258F((&L_0), (0.0f), 2, NULL);
|
|
V_0 = L_0;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17719
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Length_None_mAD5D8C540C5F13CB755F2560D85F3D0DCF1E3280 (const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Length__ctor_m7CD815C0E5A57EA569A04E3954AD7591DAC1258F((&L_0), (0.0f), 3, NULL);
|
|
V_0 = L_0;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17720
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Value;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17721
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Length_set_value_m5511D00304D1AAE7EBF7EAE958D0099C9674FE51 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
float L_1;
|
|
L_1 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_0, (-8388608.0f), (8388608.0f), NULL);
|
|
__this->___m_Value = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Length_set_value_m5511D00304D1AAE7EBF7EAE958D0099C9674FE51_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*>(__this + _offset);
|
|
Length_set_value_m5511D00304D1AAE7EBF7EAE958D0099C9674FE51(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17722
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_Unit;
|
|
return (int32_t)(L_0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17723
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Length_set_unit_mC55AD893FFDED28F9F90F95178010A93CCC1FC7A (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Unit = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Length_set_unit_mC55AD893FFDED28F9F90F95178010A93CCC1FC7A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*>(__this + _offset);
|
|
Length_set_unit_mC55AD893FFDED28F9F90F95178010A93CCC1FC7A_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17724
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_Unit;
|
|
return (bool)((((int32_t)L_0) == ((int32_t)2))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17725
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_Unit;
|
|
return (bool)((((int32_t)L_0) == ((int32_t)3))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17726
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Length__ctor_mB847C9AA8C63E1876AD9A8414F3C21FE079C646B (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
Length__ctor_m7CD815C0E5A57EA569A04E3954AD7591DAC1258F(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Length__ctor_mB847C9AA8C63E1876AD9A8414F3C21FE079C646B_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*>(__this + _offset);
|
|
Length__ctor_mB847C9AA8C63E1876AD9A8414F3C21FE079C646B(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17727
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Length__ctor_mFF11DAE709F70F30061EF7BDB3E7B4E18BB827CF (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, float ___0_value, int32_t ___1_unit, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
int32_t L_1 = ___1_unit;
|
|
Length__ctor_m7CD815C0E5A57EA569A04E3954AD7591DAC1258F(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Length__ctor_mFF11DAE709F70F30061EF7BDB3E7B4E18BB827CF_AdjustorThunk (RuntimeObject* __this, float ___0_value, int32_t ___1_unit, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*>(__this + _offset);
|
|
Length__ctor_mFF11DAE709F70F30061EF7BDB3E7B4E18BB827CF(_thisAdjusted, ___0_value, ___1_unit, method);
|
|
}
|
|
// Method Definition Index: 17728
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Length__ctor_m7CD815C0E5A57EA569A04E3954AD7591DAC1258F (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, float ___0_value, int32_t ___1_unit, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
il2cpp_codegen_initobj(__this, sizeof(Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256));
|
|
float L_0 = ___0_value;
|
|
Length_set_value_m5511D00304D1AAE7EBF7EAE958D0099C9674FE51(__this, L_0, NULL);
|
|
int32_t L_1 = ___1_unit;
|
|
__this->___m_Unit = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Length__ctor_m7CD815C0E5A57EA569A04E3954AD7591DAC1258F_AdjustorThunk (RuntimeObject* __this, float ___0_value, int32_t ___1_unit, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*>(__this + _offset);
|
|
Length__ctor_m7CD815C0E5A57EA569A04E3954AD7591DAC1258F(_thisAdjusted, ___0_value, ___1_unit, method);
|
|
}
|
|
// Method Definition Index: 17729
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Length_op_Implicit_m29448D89D0F99CC4CFCEB9CD57853BA78A94EDA5 (float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = ___0_value;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Length__ctor_mFF11DAE709F70F30061EF7BDB3E7B4E18BB827CF((&L_1), L_0, 0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17730
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_lhs, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_lhs;
|
|
float L_1 = L_0.___m_Value;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___m_Value;
|
|
if ((!(((float)L_1) == ((float)L_3))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_4 = ___0_lhs;
|
|
int32_t L_5 = L_4.___m_Unit;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_6 = ___1_rhs;
|
|
int32_t L_7 = L_6.___m_Unit;
|
|
G_B3_0 = ((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
bool L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 17731
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Length_op_Inequality_mCF03BF210E28C70B6941AF5D78E896ED3A4D4E4C (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_lhs, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1 = ___1_rhs;
|
|
bool L_2;
|
|
L_2 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(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: 17732
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Length_Equals_mB38E171C032EA0A644AF8D7C126C7C3969EC0DF1 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_other;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1 = (*(Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)__this);
|
|
bool L_2;
|
|
L_2 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Length_Equals_mB38E171C032EA0A644AF8D7C126C7C3969EC0DF1_AdjustorThunk (RuntimeObject* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Length_Equals_mB38E171C032EA0A644AF8D7C126C7C3969EC0DF1(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17733
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Length_Equals_mFFEB4478ADE2C602ED8006F4043022862D677F82 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)UnBox(L_1, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_il2cpp_TypeInfo_var)));
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = Length_Equals_mB38E171C032EA0A644AF8D7C126C7C3969EC0DF1(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Length_Equals_mFFEB4478ADE2C602ED8006F4043022862D677F82_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Length_Equals_mFFEB4478ADE2C602ED8006F4043022862D677F82(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17734
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
float* L_0 = (float*)(&__this->___m_Value);
|
|
int32_t L_1;
|
|
L_1 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Unit;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17735
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Length_ToString_mDE5D441EB6FA9C33ED324596B252200F8EF81A69 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0AEA2C46AAEB233C6D2DF0275EF92FB2E56BAFE9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7110DB47A1B8F2BCDC5A2A121D11083782ADAE31);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF152B296BCB34070EE69020F0A59C611E4BBA10F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
float V_2 = 0.0f;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
bool V_5 = false;
|
|
String_t* V_6 = NULL;
|
|
{
|
|
float L_0;
|
|
L_0 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline(__this, NULL);
|
|
V_2 = L_0;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
|
|
L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_1);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2;
|
|
L_2 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14, L_1);
|
|
String_t* L_3;
|
|
L_3 = Single_ToString_m534852BD7949AA972435783D7B96D0FFB09F6D6A((&V_2), L_2, NULL);
|
|
V_0 = L_3;
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
V_1 = L_4;
|
|
int32_t L_5 = __this->___m_Unit;
|
|
V_4 = L_5;
|
|
int32_t L_6 = V_4;
|
|
V_3 = L_6;
|
|
int32_t L_7 = V_3;
|
|
switch (L_7)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
float L_8;
|
|
L_8 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline(__this, NULL);
|
|
bool L_9;
|
|
L_9 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline((0.0f), L_8, NULL);
|
|
V_5 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
|
|
bool L_10 = V_5;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
V_1 = _stringLiteral7110DB47A1B8F2BCDC5A2A121D11083782ADAE31;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
V_1 = _stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710;
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
V_0 = _stringLiteralF152B296BCB34070EE69020F0A59C611E4BBA10F;
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
V_0 = _stringLiteral0AEA2C46AAEB233C6D2DF0275EF92FB2E56BAFE9;
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
String_t* L_11 = V_0;
|
|
String_t* L_12 = V_1;
|
|
String_t* L_13;
|
|
L_13 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_11, L_12, NULL);
|
|
V_6 = L_13;
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
String_t* L_14 = V_6;
|
|
return L_14;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Length_ToString_mDE5D441EB6FA9C33ED324596B252200F8EF81A69_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Length_ToString_mDE5D441EB6FA9C33ED324596B252200F8EF81A69(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#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: 17736
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBag__ctor_m03AF057CC0EF87685A73D99C2173B29DBD4BEB38 (PropertyBag_tC55668BA2C3213E527CB5B6B2C3FA3BC814246F6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_AddProperty_TisLengthUnit_t746199A94302055274F284E176E01D38EE8A669A_m212253FA6B92A88F64EDE6E06388127FF11A7C23_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mB09EEE45AF1ED33A9F9AE784179A0BDF65093709_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1__ctor_m28146260A7753C80B6932346211E85C1F72D08D9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnitProperty_t944726EAB299AEF7DACA29ADCF141D2856BA075D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueProperty_t574609221ABE1D7C80C5F3A747676373C1456657_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ContainerPropertyBag_1_tF53AAB9ECD6CB78B7C88C4A239498A6FF0F554FD_il2cpp_TypeInfo_var);
|
|
ContainerPropertyBag_1__ctor_m28146260A7753C80B6932346211E85C1F72D08D9(__this, ContainerPropertyBag_1__ctor_m28146260A7753C80B6932346211E85C1F72D08D9_RuntimeMethod_var);
|
|
ValueProperty_t574609221ABE1D7C80C5F3A747676373C1456657* L_0 = (ValueProperty_t574609221ABE1D7C80C5F3A747676373C1456657*)il2cpp_codegen_object_new(ValueProperty_t574609221ABE1D7C80C5F3A747676373C1456657_il2cpp_TypeInfo_var);
|
|
ValueProperty__ctor_m1C9CA067B33C253A10F271D69A2D2FDF1C2DE0BE(L_0, NULL);
|
|
ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mB09EEE45AF1ED33A9F9AE784179A0BDF65093709(__this, L_0, ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mB09EEE45AF1ED33A9F9AE784179A0BDF65093709_RuntimeMethod_var);
|
|
UnitProperty_t944726EAB299AEF7DACA29ADCF141D2856BA075D* L_1 = (UnitProperty_t944726EAB299AEF7DACA29ADCF141D2856BA075D*)il2cpp_codegen_object_new(UnitProperty_t944726EAB299AEF7DACA29ADCF141D2856BA075D_il2cpp_TypeInfo_var);
|
|
UnitProperty__ctor_mF8885F197FCCE67B61F20406BE6891F66E14F668(L_1, NULL);
|
|
ContainerPropertyBag_1_AddProperty_TisLengthUnit_t746199A94302055274F284E176E01D38EE8A669A_m212253FA6B92A88F64EDE6E06388127FF11A7C23(__this, L_1, ContainerPropertyBag_1_AddProperty_TisLengthUnit_t746199A94302055274F284E176E01D38EE8A669A_m212253FA6B92A88F64EDE6E06388127FF11A7C23_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: 17737
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueProperty_get_Name_m7E410D84B6201AA76BD108F97E8255599AFEC22F (ValueProperty_t574609221ABE1D7C80C5F3A747676373C1456657* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17738
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueProperty_get_IsReadOnly_m8BA4170A494E154C413A4F763FD15ECFEF058CEC (ValueProperty_t574609221ABE1D7C80C5F3A747676373C1456657* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17739
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ValueProperty_GetValue_mA1DAEE1B67BA6BD06293D5619BCD47F967F46C95 (ValueProperty_t574609221ABE1D7C80C5F3A747676373C1456657* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* ___0_container, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_0 = ___0_container;
|
|
float L_1;
|
|
L_1 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17740
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueProperty_SetValue_m58ADCED5EE028CCAF057D357942D71C069A755C6 (ValueProperty_t574609221ABE1D7C80C5F3A747676373C1456657* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_0 = ___0_container;
|
|
float L_1 = ___1_value;
|
|
Length_set_value_m5511D00304D1AAE7EBF7EAE958D0099C9674FE51(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17741
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueProperty__ctor_m1C9CA067B33C253A10F271D69A2D2FDF1C2DE0BE (ValueProperty_t574609221ABE1D7C80C5F3A747676373C1456657* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_2__ctor_mB05FACB45AD19E056A5EC1A5173848E6F98DE738_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CNameU3Ek__BackingField = _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
|
|
__this->___U3CIsReadOnlyU3Ek__BackingField = (bool)0;
|
|
Property_2__ctor_mB05FACB45AD19E056A5EC1A5173848E6F98DE738(__this, Property_2__ctor_mB05FACB45AD19E056A5EC1A5173848E6F98DE738_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: 17742
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitProperty_get_Name_mE5E3E55563C6647199FEF68953E0D7A14E9D89A7 (UnitProperty_t944726EAB299AEF7DACA29ADCF141D2856BA075D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17743
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnitProperty_get_IsReadOnly_m9EE65CB27151ABF36CCED5D74A561EB052F05DE9 (UnitProperty_t944726EAB299AEF7DACA29ADCF141D2856BA075D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17744
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnitProperty_GetValue_m5489366B52CFE4C4B41EE9B934C537810FF667CC (UnitProperty_t944726EAB299AEF7DACA29ADCF141D2856BA075D* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* ___0_container, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_0 = ___0_container;
|
|
int32_t L_1;
|
|
L_1 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17745
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitProperty_SetValue_m5623DAD3EC791B3044A3E546D88863099A8B6044 (UnitProperty_t944726EAB299AEF7DACA29ADCF141D2856BA075D* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_0 = ___0_container;
|
|
int32_t L_1 = ___1_value;
|
|
Length_set_unit_mC55AD893FFDED28F9F90F95178010A93CCC1FC7A_inline(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17746
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitProperty__ctor_mF8885F197FCCE67B61F20406BE6891F66E14F668 (UnitProperty_t944726EAB299AEF7DACA29ADCF141D2856BA075D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_2__ctor_mA87782E42DAEF207A9E55E8260382A70B7C72B7A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34041E68B94E3B99CF0B3B4B0D5AD33B0CE46C1A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CNameU3Ek__BackingField = _stringLiteral34041E68B94E3B99CF0B3B4B0D5AD33B0CE46C1A;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)_stringLiteral34041E68B94E3B99CF0B3B4B0D5AD33B0CE46C1A);
|
|
__this->___U3CIsReadOnlyU3Ek__BackingField = (bool)0;
|
|
Property_2__ctor_mA87782E42DAEF207A9E55E8260382A70B7C72B7A(__this, Property_2__ctor_mA87782E42DAEF207A9E55E8260382A70B7C72B7A_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
|
|
IL2CPP_EXTERN_C void Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_pinvoke(const Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7& unmarshaled, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___m_Angle = unmarshaled.___m_Angle;
|
|
marshaled.___m_Axis = unmarshaled.___m_Axis;
|
|
marshaled.___m_IsNone = static_cast<int32_t>(unmarshaled.___m_IsNone);
|
|
}
|
|
IL2CPP_EXTERN_C void Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_pinvoke_back(const Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke& marshaled, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7& unmarshaled)
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC unmarshaledm_Angle_temp_0;
|
|
memset((&unmarshaledm_Angle_temp_0), 0, sizeof(unmarshaledm_Angle_temp_0));
|
|
unmarshaledm_Angle_temp_0 = marshaled.___m_Angle;
|
|
unmarshaled.___m_Angle = unmarshaledm_Angle_temp_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 unmarshaledm_Axis_temp_1;
|
|
memset((&unmarshaledm_Axis_temp_1), 0, sizeof(unmarshaledm_Axis_temp_1));
|
|
unmarshaledm_Axis_temp_1 = marshaled.___m_Axis;
|
|
unmarshaled.___m_Axis = unmarshaledm_Axis_temp_1;
|
|
bool unmarshaledm_IsNone_temp_2 = false;
|
|
unmarshaledm_IsNone_temp_2 = static_cast<bool>(marshaled.___m_IsNone);
|
|
unmarshaled.___m_IsNone = unmarshaledm_IsNone_temp_2;
|
|
}
|
|
IL2CPP_EXTERN_C void Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_pinvoke_cleanup(Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_com(const Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7& unmarshaled, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___m_Angle = unmarshaled.___m_Angle;
|
|
marshaled.___m_Axis = unmarshaled.___m_Axis;
|
|
marshaled.___m_IsNone = static_cast<int32_t>(unmarshaled.___m_IsNone);
|
|
}
|
|
IL2CPP_EXTERN_C void Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_com_back(const Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com& marshaled, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7& unmarshaled)
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC unmarshaledm_Angle_temp_0;
|
|
memset((&unmarshaledm_Angle_temp_0), 0, sizeof(unmarshaledm_Angle_temp_0));
|
|
unmarshaledm_Angle_temp_0 = marshaled.___m_Angle;
|
|
unmarshaled.___m_Angle = unmarshaledm_Angle_temp_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 unmarshaledm_Axis_temp_1;
|
|
memset((&unmarshaledm_Axis_temp_1), 0, sizeof(unmarshaledm_Axis_temp_1));
|
|
unmarshaledm_Axis_temp_1 = marshaled.___m_Axis;
|
|
unmarshaled.___m_Axis = unmarshaledm_Axis_temp_1;
|
|
bool unmarshaledm_IsNone_temp_2 = false;
|
|
unmarshaledm_IsNone_temp_2 = static_cast<bool>(marshaled.___m_IsNone);
|
|
unmarshaled.___m_IsNone = unmarshaledm_IsNone_temp_2;
|
|
}
|
|
IL2CPP_EXTERN_C void Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_com_cleanup(Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 17747
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rotate__ctor_m311D9E89AA779EE3EA50452F3E46373090E16790 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___0_angle, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_axis, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_0 = ___0_angle;
|
|
__this->___m_Angle = L_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_axis;
|
|
__this->___m_Axis = L_1;
|
|
__this->___m_IsNone = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Rotate__ctor_m311D9E89AA779EE3EA50452F3E46373090E16790_AdjustorThunk (RuntimeObject* __this, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___0_angle, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_axis, const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*>(__this + _offset);
|
|
Rotate__ctor_m311D9E89AA779EE3EA50452F3E46373090E16790(_thisAdjusted, ___0_angle, ___1_axis, method);
|
|
}
|
|
// Method Definition Index: 17748
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rotate__ctor_mC2FF8DC5F131DDA8027CE5CD2EA36B7B0D8F01B4 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___0_angle, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_0 = ___0_angle;
|
|
__this->___m_Angle = L_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Vector3_get_forward_mAA55A7034304DF8B2152EAD49AE779FC4CA2EB4A_inline(NULL);
|
|
__this->___m_Axis = L_1;
|
|
__this->___m_IsNone = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Rotate__ctor_mC2FF8DC5F131DDA8027CE5CD2EA36B7B0D8F01B4_AdjustorThunk (RuntimeObject* __this, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___0_angle, const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*>(__this + _offset);
|
|
Rotate__ctor_mC2FF8DC5F131DDA8027CE5CD2EA36B7B0D8F01B4(_thisAdjusted, ___0_angle, method);
|
|
}
|
|
// Method Definition Index: 17749
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rotate__ctor_m3045E5BE85A2301B9949372B3C1D2F09D0337092 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_quaternion, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
Quaternion_ToAngleAxis_mA2A5A81DAE94A9C1AFC34112BE8E5C5C3E9297AF_inline((&___0_quaternion), (&V_0), (&V_1), NULL);
|
|
float L_0 = V_0;
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_1;
|
|
L_1 = Angle_op_Implicit_m99D983290F15EACAFD646580FBA3093AC1333173(L_0, NULL);
|
|
__this->___m_Angle = L_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = V_1;
|
|
__this->___m_Axis = L_2;
|
|
__this->___m_IsNone = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Rotate__ctor_m3045E5BE85A2301B9949372B3C1D2F09D0337092_AdjustorThunk (RuntimeObject* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_quaternion, const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*>(__this + _offset);
|
|
Rotate__ctor_m3045E5BE85A2301B9949372B3C1D2F09D0337092(_thisAdjusted, ___0_quaternion, method);
|
|
}
|
|
// Method Definition Index: 17750
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 Rotate_Initial_m76233B1EB860D5EA22E3B8A18E0E2BFA283166D7 (const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_0;
|
|
L_0 = Angle_op_Implicit_m99D983290F15EACAFD646580FBA3093AC1333173((0.0f), NULL);
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Rotate__ctor_mC2FF8DC5F131DDA8027CE5CD2EA36B7B0D8F01B4((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17751
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 Rotate_None_mE773DD62055A620527C38A0680F16B676DDA8D30 (const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_0;
|
|
L_0 = Rotate_Initial_m76233B1EB860D5EA22E3B8A18E0E2BFA283166D7(NULL);
|
|
V_0 = L_0;
|
|
(&V_0)->___m_IsNone = (bool)1;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_1 = V_0;
|
|
V_1 = L_1;
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_2 = V_1;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17752
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC Rotate_get_angle_mF31EBAC339112FEEB451FC221CD60909745E7324 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_0 = __this->___m_Angle;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC Rotate_get_angle_mF31EBAC339112FEEB451FC221CD60909745E7324_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*>(__this + _offset);
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC _returnValue;
|
|
_returnValue = Rotate_get_angle_mF31EBAC339112FEEB451FC221CD60909745E7324_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17753
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rotate_set_angle_m7A5D5DFAE276AABC1E1945E88EB0FEAD9742891F (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_0 = ___0_value;
|
|
__this->___m_Angle = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Rotate_set_angle_m7A5D5DFAE276AABC1E1945E88EB0FEAD9742891F_AdjustorThunk (RuntimeObject* __this, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___0_value, const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*>(__this + _offset);
|
|
Rotate_set_angle_m7A5D5DFAE276AABC1E1945E88EB0FEAD9742891F_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17754
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Rotate_get_axis_mC080A7B12222CD4C97356E6A7C0B654906BF179F (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Axis;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Rotate_get_axis_mC080A7B12222CD4C97356E6A7C0B654906BF179F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*>(__this + _offset);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 _returnValue;
|
|
_returnValue = Rotate_get_axis_mC080A7B12222CD4C97356E6A7C0B654906BF179F_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17755
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rotate_set_axis_m891039DB3B961F2814C9D7FF443A67F8211513DF (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
__this->___m_Axis = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Rotate_set_axis_m891039DB3B961F2814C9D7FF443A67F8211513DF_AdjustorThunk (RuntimeObject* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*>(__this + _offset);
|
|
Rotate_set_axis_m891039DB3B961F2814C9D7FF443A67F8211513DF_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17756
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rotate_op_Equality_m17193DD52205405DE23ADA71B1E19AFF8A4364AD (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_lhs, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_0 = ___0_lhs;
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_1 = L_0.___m_Angle;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_2 = ___1_rhs;
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_3 = L_2.___m_Angle;
|
|
bool L_4;
|
|
L_4 = Angle_op_Equality_m210A1A226DD1143C09CC050B3DE8ADB23EAE9890(L_1, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_5 = ___0_lhs;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = L_5.___m_Axis;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_7 = ___1_rhs;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = L_7.___m_Axis;
|
|
bool L_9;
|
|
L_9 = Vector3_op_Equality_mCDCBB8D2EDC3D3BF20F31A25ACB34705D352B479_inline(L_6, L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_10 = ___0_lhs;
|
|
bool L_11 = L_10.___m_IsNone;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_12 = ___1_rhs;
|
|
bool L_13 = L_12.___m_IsNone;
|
|
G_B4_0 = ((((int32_t)L_11) == ((int32_t)L_13))? 1 : 0);
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
V_0 = (bool)G_B4_0;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
bool L_14 = V_0;
|
|
return L_14;
|
|
}
|
|
}
|
|
// Method Definition Index: 17757
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rotate_op_Inequality_mF1A43029E887CCFC9DE2D6D3AAB0BEE5EA1FEB7D (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_lhs, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_0 = ___0_lhs;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_1 = ___1_rhs;
|
|
bool L_2;
|
|
L_2 = Rotate_op_Equality_m17193DD52205405DE23ADA71B1E19AFF8A4364AD(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: 17758
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rotate_Equals_m5BAAD6490004ED6C496D72664EDD34A520F5F758 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_0 = ___0_other;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_1 = (*(Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*)__this);
|
|
bool L_2;
|
|
L_2 = Rotate_op_Equality_m17193DD52205405DE23ADA71B1E19AFF8A4364AD(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Rotate_Equals_m5BAAD6490004ED6C496D72664EDD34A520F5F758_AdjustorThunk (RuntimeObject* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Rotate_Equals_m5BAAD6490004ED6C496D72664EDD34A520F5F758(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17759
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rotate_Equals_m49F7E80F31B6317836CA1628FAA1D2194B5B6165 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*)UnBox(L_1, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_il2cpp_TypeInfo_var)));
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = Rotate_Equals_m5BAAD6490004ED6C496D72664EDD34A520F5F758(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Rotate_Equals_m49F7E80F31B6317836CA1628FAA1D2194B5B6165_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Rotate_Equals_m49F7E80F31B6317836CA1628FAA1D2194B5B6165(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17760
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rotate_GetHashCode_mB52BF9E6E8AE32B9B7F2AF8B57B6938A714A949E (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_0 = (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*)(&__this->___m_Angle);
|
|
int32_t L_1;
|
|
L_1 = Angle_GetHashCode_m3E2C23F9A43D4A7CBC12837CB5C3A79327E51020(L_0, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_2 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___m_Axis);
|
|
int32_t L_3;
|
|
L_3 = Vector3_GetHashCode_mB08429DC931A85BD29CE11B9ABC77DE7E0E46327_inline(L_2, NULL);
|
|
bool* L_4 = (bool*)(&__this->___m_IsNone);
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class);
|
|
int32_t L_5;
|
|
L_5 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3(L_4, NULL);
|
|
V_0 = ((int32_t)(((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)793)))^((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)791)))))^((int32_t)il2cpp_codegen_multiply(L_5, ((int32_t)197)))));
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Rotate_GetHashCode_mB52BF9E6E8AE32B9B7F2AF8B57B6938A714A949E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Rotate_GetHashCode_mB52BF9E6E8AE32B9B7F2AF8B57B6938A714A949E(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17761
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Rotate_ToString_m62524CA25180FE9185AE5E7AD06A79DB193904B4 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_0 = (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*)(&__this->___m_Angle);
|
|
String_t* L_1;
|
|
L_1 = Angle_ToString_mB109176AB0825386E115CD0AC005902BC0742C8F(L_0, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_2 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___m_Axis);
|
|
String_t* L_3;
|
|
L_3 = Vector3_ToString_m6C24B9F0382D25D75B05C606E127CD14660574EE_inline(L_2, NULL);
|
|
String_t* L_4;
|
|
L_4 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_1, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_3, NULL);
|
|
V_0 = L_4;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
String_t* L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Rotate_ToString_m62524CA25180FE9185AE5E7AD06A79DB193904B4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Rotate_ToString_m62524CA25180FE9185AE5E7AD06A79DB193904B4(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17762
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Rotate_ToQuaternion_m780B11D70112137B41BA3C37E751E321F2F9B4B1 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, const RuntimeMethod* method)
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_0 = (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*)(&__this->___m_Angle);
|
|
float L_1;
|
|
L_1 = Angle_ToDegrees_m287B1A6F3D500CD2E9A4583D1E31B4179EF5E434(L_0, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = __this->___m_Axis;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_AngleAxis_mF37022977B297E63AA70D69EA1C4C922FF22CC80(L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Rotate_ToQuaternion_m780B11D70112137B41BA3C37E751E321F2F9B4B1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*>(__this + _offset);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 _returnValue;
|
|
_returnValue = Rotate_ToQuaternion_m780B11D70112137B41BA3C37E751E321F2F9B4B1(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 17763
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBag__ctor_mBD8295052F7180061561CF881E7C9716B9E5A590 (PropertyBag_tA8FAEDC4A71A3EDCF2B14BEB28E428C05EEB5BAB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AngleProperty_t98D87DDE98FD95DEC72D60084795ED4E71FFB315_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AxisProperty_tC48E0509BD6DD909206F5EA5CCAF067751D9D7E9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_AddProperty_TisAngle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC_m17561D6D2EF9625FB4D5EE482EAC5E211F5E302F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m90A86F11DDA2FFB6C7FF51C9D9A2C8A67F6C99B5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1__ctor_m71668A663E7D0CCE9516A1CECDC450614AD58668_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ContainerPropertyBag_1_tFC47B87CEE7E6C115615D0D53FD887D7DDE62C2D_il2cpp_TypeInfo_var);
|
|
ContainerPropertyBag_1__ctor_m71668A663E7D0CCE9516A1CECDC450614AD58668(__this, ContainerPropertyBag_1__ctor_m71668A663E7D0CCE9516A1CECDC450614AD58668_RuntimeMethod_var);
|
|
AngleProperty_t98D87DDE98FD95DEC72D60084795ED4E71FFB315* L_0 = (AngleProperty_t98D87DDE98FD95DEC72D60084795ED4E71FFB315*)il2cpp_codegen_object_new(AngleProperty_t98D87DDE98FD95DEC72D60084795ED4E71FFB315_il2cpp_TypeInfo_var);
|
|
AngleProperty__ctor_m494AE033E963FC0B740CEA8DB53BC4EBD318D501(L_0, NULL);
|
|
ContainerPropertyBag_1_AddProperty_TisAngle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC_m17561D6D2EF9625FB4D5EE482EAC5E211F5E302F(__this, L_0, ContainerPropertyBag_1_AddProperty_TisAngle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC_m17561D6D2EF9625FB4D5EE482EAC5E211F5E302F_RuntimeMethod_var);
|
|
AxisProperty_tC48E0509BD6DD909206F5EA5CCAF067751D9D7E9* L_1 = (AxisProperty_tC48E0509BD6DD909206F5EA5CCAF067751D9D7E9*)il2cpp_codegen_object_new(AxisProperty_tC48E0509BD6DD909206F5EA5CCAF067751D9D7E9_il2cpp_TypeInfo_var);
|
|
AxisProperty__ctor_m1F86CBC22DD00CB15F3A0024F1564760768C334C(L_1, NULL);
|
|
ContainerPropertyBag_1_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m90A86F11DDA2FFB6C7FF51C9D9A2C8A67F6C99B5(__this, L_1, ContainerPropertyBag_1_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m90A86F11DDA2FFB6C7FF51C9D9A2C8A67F6C99B5_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: 17764
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AngleProperty_get_Name_m3AAC8F0F8BEC04EE7BC2DAFC77A17EB0680BD48C (AngleProperty_t98D87DDE98FD95DEC72D60084795ED4E71FFB315* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17765
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AngleProperty_get_IsReadOnly_mB75DE25231B971435AA14306D9CEF599B53B88AB (AngleProperty_t98D87DDE98FD95DEC72D60084795ED4E71FFB315* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17766
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC AngleProperty_GetValue_m1C082AA2EF2B4BB9815C425535064FB225BAC582 (AngleProperty_t98D87DDE98FD95DEC72D60084795ED4E71FFB315* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* ___0_container, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* L_0 = ___0_container;
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_1;
|
|
L_1 = Rotate_get_angle_mF31EBAC339112FEEB451FC221CD60909745E7324_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17767
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AngleProperty_SetValue_mA59C9B43AB70B1F48961FE552D2DBEBBDD7D7892 (AngleProperty_t98D87DDE98FD95DEC72D60084795ED4E71FFB315* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* ___0_container, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* L_0 = ___0_container;
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_1 = ___1_value;
|
|
Rotate_set_angle_m7A5D5DFAE276AABC1E1945E88EB0FEAD9742891F_inline(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17768
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AngleProperty__ctor_m494AE033E963FC0B740CEA8DB53BC4EBD318D501 (AngleProperty_t98D87DDE98FD95DEC72D60084795ED4E71FFB315* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_2__ctor_m61C7D394F6CA37D32C427BF21886261C77CE97DC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC341A1966AF28A9A7A26EDFB78ABBF7DE4D0E1F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CNameU3Ek__BackingField = _stringLiteralFC341A1966AF28A9A7A26EDFB78ABBF7DE4D0E1F;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)_stringLiteralFC341A1966AF28A9A7A26EDFB78ABBF7DE4D0E1F);
|
|
__this->___U3CIsReadOnlyU3Ek__BackingField = (bool)0;
|
|
Property_2__ctor_m61C7D394F6CA37D32C427BF21886261C77CE97DC(__this, Property_2__ctor_m61C7D394F6CA37D32C427BF21886261C77CE97DC_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: 17769
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AxisProperty_get_Name_mD659EDAEEC7FA576D655F76DC8E019FFC2D9D6CE (AxisProperty_tC48E0509BD6DD909206F5EA5CCAF067751D9D7E9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17770
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AxisProperty_get_IsReadOnly_m973245152720CCA3FB7C9EB5C8CC04D664BE49C5 (AxisProperty_tC48E0509BD6DD909206F5EA5CCAF067751D9D7E9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17771
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 AxisProperty_GetValue_mAA8C3CB4DE5746DF86C107517D6697D7F6679F3B (AxisProperty_tC48E0509BD6DD909206F5EA5CCAF067751D9D7E9* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* ___0_container, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* L_0 = ___0_container;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Rotate_get_axis_mC080A7B12222CD4C97356E6A7C0B654906BF179F_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17772
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisProperty_SetValue_m209D5FB929FF016188F3C73D12B6551F2195BCC2 (AxisProperty_tC48E0509BD6DD909206F5EA5CCAF067751D9D7E9* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* ___0_container, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* L_0 = ___0_container;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_value;
|
|
Rotate_set_axis_m891039DB3B961F2814C9D7FF443A67F8211513DF_inline(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17773
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisProperty__ctor_m1F86CBC22DD00CB15F3A0024F1564760768C334C (AxisProperty_tC48E0509BD6DD909206F5EA5CCAF067751D9D7E9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_2__ctor_mBE377018C00694333C19DC9A169716ABCD6C2128_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6315798FF47A5A5AB2AD03739B4783B2AD1305B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CNameU3Ek__BackingField = _stringLiteralD6315798FF47A5A5AB2AD03739B4783B2AD1305B;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)_stringLiteralD6315798FF47A5A5AB2AD03739B4783B2AD1305B);
|
|
__this->___U3CIsReadOnlyU3Ek__BackingField = (bool)0;
|
|
Property_2__ctor_mBE377018C00694333C19DC9A169716ABCD6C2128(__this, Property_2__ctor_mBE377018C00694333C19DC9A169716ABCD6C2128_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
|
|
IL2CPP_EXTERN_C void Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_pinvoke(const Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7& unmarshaled, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___m_Scale = unmarshaled.___m_Scale;
|
|
marshaled.___m_IsNone = static_cast<int32_t>(unmarshaled.___m_IsNone);
|
|
}
|
|
IL2CPP_EXTERN_C void Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_pinvoke_back(const Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke& marshaled, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7& unmarshaled)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 unmarshaledm_Scale_temp_0;
|
|
memset((&unmarshaledm_Scale_temp_0), 0, sizeof(unmarshaledm_Scale_temp_0));
|
|
unmarshaledm_Scale_temp_0 = marshaled.___m_Scale;
|
|
unmarshaled.___m_Scale = unmarshaledm_Scale_temp_0;
|
|
bool unmarshaledm_IsNone_temp_1 = false;
|
|
unmarshaledm_IsNone_temp_1 = static_cast<bool>(marshaled.___m_IsNone);
|
|
unmarshaled.___m_IsNone = unmarshaledm_IsNone_temp_1;
|
|
}
|
|
IL2CPP_EXTERN_C void Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_pinvoke_cleanup(Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_com(const Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7& unmarshaled, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___m_Scale = unmarshaled.___m_Scale;
|
|
marshaled.___m_IsNone = static_cast<int32_t>(unmarshaled.___m_IsNone);
|
|
}
|
|
IL2CPP_EXTERN_C void Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_com_back(const Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com& marshaled, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7& unmarshaled)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 unmarshaledm_Scale_temp_0;
|
|
memset((&unmarshaledm_Scale_temp_0), 0, sizeof(unmarshaledm_Scale_temp_0));
|
|
unmarshaledm_Scale_temp_0 = marshaled.___m_Scale;
|
|
unmarshaled.___m_Scale = unmarshaledm_Scale_temp_0;
|
|
bool unmarshaledm_IsNone_temp_1 = false;
|
|
unmarshaledm_IsNone_temp_1 = static_cast<bool>(marshaled.___m_IsNone);
|
|
unmarshaled.___m_IsNone = unmarshaledm_IsNone_temp_1;
|
|
}
|
|
IL2CPP_EXTERN_C void Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_com_cleanup(Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 17774
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scale__ctor_m39E255041BE0B30F8B48F55FED46CF90855D8DC0 (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_scale, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_scale;
|
|
__this->___m_Scale = L_0;
|
|
__this->___m_IsNone = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Scale__ctor_m39E255041BE0B30F8B48F55FED46CF90855D8DC0_AdjustorThunk (RuntimeObject* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_scale, const RuntimeMethod* method)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7*>(__this + _offset);
|
|
Scale__ctor_m39E255041BE0B30F8B48F55FED46CF90855D8DC0(_thisAdjusted, ___0_scale, method);
|
|
}
|
|
// Method Definition Index: 17775
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 Scale_Initial_m61BCD0B065298A5C42EB350FAF8A13AADACD0E45 (const RuntimeMethod* method)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
L_0 = Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline(NULL);
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Scale__ctor_m39E255041BE0B30F8B48F55FED46CF90855D8DC0((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17776
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 Scale_None_m581B3593D9916F02A8ECCC7961981D21D1A2F755 (const RuntimeMethod* method)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_0;
|
|
L_0 = Scale_Initial_m61BCD0B065298A5C42EB350FAF8A13AADACD0E45(NULL);
|
|
V_0 = L_0;
|
|
(&V_0)->___m_IsNone = (bool)1;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_1 = V_0;
|
|
V_1 = L_1;
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_2 = V_1;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17777
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Scale_get_value_m27CE2F2A3DD1A14DE72EE744A3817BFE3D3DDD96 (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Scale;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Scale_get_value_m27CE2F2A3DD1A14DE72EE744A3817BFE3D3DDD96_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7*>(__this + _offset);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 _returnValue;
|
|
_returnValue = Scale_get_value_m27CE2F2A3DD1A14DE72EE744A3817BFE3D3DDD96_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17778
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scale_set_value_mD4972A0A171608DFBFED7889A6A15F1B657E7278 (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
__this->___m_Scale = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Scale_set_value_mD4972A0A171608DFBFED7889A6A15F1B657E7278_AdjustorThunk (RuntimeObject* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7*>(__this + _offset);
|
|
Scale_set_value_mD4972A0A171608DFBFED7889A6A15F1B657E7278_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17779
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Scale_op_Equality_mCF310871A942D356F82D2A2F4E23B5BC3C248F65 (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_lhs, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_0 = ___0_lhs;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = L_0.___m_Scale;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_2 = ___1_rhs;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = L_2.___m_Scale;
|
|
bool L_4;
|
|
L_4 = Vector3_op_Equality_mCDCBB8D2EDC3D3BF20F31A25ACB34705D352B479_inline(L_1, L_3, NULL);
|
|
V_0 = L_4;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
bool L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 17780
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Scale_op_Inequality_m72BCD34C6F47E29657B00AA6B0D67EBD94ADAFFA (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_lhs, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_0 = ___0_lhs;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_1 = ___1_rhs;
|
|
bool L_2;
|
|
L_2 = Scale_op_Equality_mCF310871A942D356F82D2A2F4E23B5BC3C248F65(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: 17781
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Scale_Equals_m3DFC3C07F3A57A5C2B827A9276A7D582518BC38E (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_0 = ___0_other;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_1 = (*(Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7*)__this);
|
|
bool L_2;
|
|
L_2 = Scale_op_Equality_mCF310871A942D356F82D2A2F4E23B5BC3C248F65(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Scale_Equals_m3DFC3C07F3A57A5C2B827A9276A7D582518BC38E_AdjustorThunk (RuntimeObject* __this, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Scale_Equals_m3DFC3C07F3A57A5C2B827A9276A7D582518BC38E(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17782
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Scale_Equals_mBC77FF15A4E956C17CECA719B2BF64C0F38B24FA (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7*)UnBox(L_1, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_il2cpp_TypeInfo_var)));
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = Scale_Equals_m3DFC3C07F3A57A5C2B827A9276A7D582518BC38E(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Scale_Equals_mBC77FF15A4E956C17CECA719B2BF64C0F38B24FA_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Scale_Equals_mBC77FF15A4E956C17CECA719B2BF64C0F38B24FA(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17783
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Scale_GetHashCode_m1B766BD8284D4E093BD69BE58D0F6B886AC29B30 (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_0 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___m_Scale);
|
|
int32_t L_1;
|
|
L_1 = Vector3_GetHashCode_mB08429DC931A85BD29CE11B9ABC77DE7E0E46327_inline(L_0, NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)793)));
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Scale_GetHashCode_m1B766BD8284D4E093BD69BE58D0F6B886AC29B30_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Scale_GetHashCode_m1B766BD8284D4E093BD69BE58D0F6B886AC29B30(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17784
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Scale_ToString_m39452AB5DCF36AFCEF9E5F0307D0CAA84D67BD67 (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_0 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___m_Scale);
|
|
String_t* L_1;
|
|
L_1 = Vector3_ToString_m6C24B9F0382D25D75B05C606E127CD14660574EE_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
String_t* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Scale_ToString_m39452AB5DCF36AFCEF9E5F0307D0CAA84D67BD67_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Scale_ToString_m39452AB5DCF36AFCEF9E5F0307D0CAA84D67BD67(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 17785
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBag__ctor_mF0B6FEBBE551F3F14AF0B89038DE150E409AAD20 (PropertyBag_t9851114FABA260E8077852A38DD321651C8F569D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mE734A32A5DF8D51C92EDD6A1FB39AE646036E83C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1__ctor_m73B236763AC10FA0C500DA07587B4A264A65D680_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_t7A687D97ACA5423A9AC05DC8E627A6058BA75361_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueProperty_tDD022465518FC9D3A4E64863CED752F650C90A8C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ContainerPropertyBag_1_t7A687D97ACA5423A9AC05DC8E627A6058BA75361_il2cpp_TypeInfo_var);
|
|
ContainerPropertyBag_1__ctor_m73B236763AC10FA0C500DA07587B4A264A65D680(__this, ContainerPropertyBag_1__ctor_m73B236763AC10FA0C500DA07587B4A264A65D680_RuntimeMethod_var);
|
|
ValueProperty_tDD022465518FC9D3A4E64863CED752F650C90A8C* L_0 = (ValueProperty_tDD022465518FC9D3A4E64863CED752F650C90A8C*)il2cpp_codegen_object_new(ValueProperty_tDD022465518FC9D3A4E64863CED752F650C90A8C_il2cpp_TypeInfo_var);
|
|
ValueProperty__ctor_mAE5B86EBAAAA18A1C501181C520F12320C235BEE(L_0, NULL);
|
|
ContainerPropertyBag_1_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mE734A32A5DF8D51C92EDD6A1FB39AE646036E83C(__this, L_0, ContainerPropertyBag_1_AddProperty_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mE734A32A5DF8D51C92EDD6A1FB39AE646036E83C_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: 17786
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueProperty_get_Name_m2DEB26C603607F2F7B8EC91FA7DD86B979FBC6F0 (ValueProperty_tDD022465518FC9D3A4E64863CED752F650C90A8C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17787
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueProperty_get_IsReadOnly_m9811C3C7C2B9D9988930F3E18E70203B98A4BD77 (ValueProperty_tDD022465518FC9D3A4E64863CED752F650C90A8C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17788
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ValueProperty_GetValue_mBA6CB9AA193DCC7372F10E1896C0CF6AF4916D42 (ValueProperty_tDD022465518FC9D3A4E64863CED752F650C90A8C* __this, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* ___0_container, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* L_0 = ___0_container;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Scale_get_value_m27CE2F2A3DD1A14DE72EE744A3817BFE3D3DDD96_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17789
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueProperty_SetValue_mE6F20BAE5B87A3DEB58B6B24A33D03B73B16A4B2 (ValueProperty_tDD022465518FC9D3A4E64863CED752F650C90A8C* __this, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* ___0_container, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* L_0 = ___0_container;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_value;
|
|
Scale_set_value_mD4972A0A171608DFBFED7889A6A15F1B657E7278_inline(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17790
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueProperty__ctor_mAE5B86EBAAAA18A1C501181C520F12320C235BEE (ValueProperty_tDD022465518FC9D3A4E64863CED752F650C90A8C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_2__ctor_mEA2A1B6A8488CE5034728BE7F0EBC8DA62C0F219_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CNameU3Ek__BackingField = _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
|
|
__this->___U3CIsReadOnlyU3Ek__BackingField = (bool)0;
|
|
Property_2__ctor_mEA2A1B6A8488CE5034728BE7F0EBC8DA62C0F219(__this, Property_2__ctor_mEA2A1B6A8488CE5034728BE7F0EBC8DA62C0F219_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
|
|
|
|
|
|
IL2CPP_EXTERN_C void StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshal_pinvoke(const StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B& unmarshaled, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B____m_Value_FieldInfo_var, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshal_pinvoke_back(const StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshaled_pinvoke& marshaled, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B____m_Value_FieldInfo_var, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshal_pinvoke_cleanup(StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshal_com(const StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B& unmarshaled, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B____m_Value_FieldInfo_var, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshal_com_back(const StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshaled_com& marshaled, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B____m_Value_FieldInfo_var, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshal_com_cleanup(StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 17791
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 StyleBackground_get_value_mE5A818299B367BEA60368842A36E1997A38D7860 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, const RuntimeMethod* method)
|
|
{
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8));
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_1 = V_0;
|
|
G_B3_0 = L_1;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_2 = __this->___m_Value;
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_3 = V_1;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 StyleBackground_get_value_mE5A818299B367BEA60368842A36E1997A38D7860_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 _returnValue;
|
|
_returnValue = StyleBackground_get_value_mE5A818299B367BEA60368842A36E1997A38D7860(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17792
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground_set_value_m87F7F2BDFB3BC78F5A211DDF4A3A9A8A11E248E2 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Value))->___m_Texture), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Value))->___m_Sprite), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Value))->___m_RenderTexture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Value))->___m_VectorImage), (void*)NULL);
|
|
#endif
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackground_set_value_m87F7F2BDFB3BC78F5A211DDF4A3A9A8A11E248E2_AdjustorThunk (RuntimeObject* __this, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
StyleBackground_set_value_m87F7F2BDFB3BC78F5A211DDF4A3A9A8A11E248E2(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17793
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackground_get_keyword_mD304FDBE9190B2E45A3E386F76CBB7852CD2EAEE (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleBackground_get_keyword_mD304FDBE9190B2E45A3E386F76CBB7852CD2EAEE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleBackground_get_keyword_mD304FDBE9190B2E45A3E386F76CBB7852CD2EAEE(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17794
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground_set_keyword_mF45947AF8D73D8C4F0620CA912A24DCA8FBE55F8 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackground_set_keyword_mF45947AF8D73D8C4F0620CA912A24DCA8FBE55F8_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
StyleBackground_set_keyword_mF45947AF8D73D8C4F0620CA912A24DCA8FBE55F8(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17795
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_mAE5C20EF56A944F38DA9913A708BE9DBFF33770D (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_0 = ___0_v;
|
|
StyleBackground__ctor_m0CBA8BD30BC4CDCE745965C05AAFE7331CAA7349(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackground__ctor_mAE5C20EF56A944F38DA9913A708BE9DBFF33770D_AdjustorThunk (RuntimeObject* __this, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
StyleBackground__ctor_mAE5C20EF56A944F38DA9913A708BE9DBFF33770D(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 17796
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_mFBD280CC7814525DBEE2EB60A770DA5E31EC59E4 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_0 = ___0_v;
|
|
StyleBackground__ctor_mB0FB48886C5A78E0E8FC1B48368FD7FC6E9962ED(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackground__ctor_mFBD280CC7814525DBEE2EB60A770DA5E31EC59E4_AdjustorThunk (RuntimeObject* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
StyleBackground__ctor_mFBD280CC7814525DBEE2EB60A770DA5E31EC59E4(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 17797
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_m13B6A20AA210D1BB7C5F7699E86F7B4CC602560D (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_0 = ___0_v;
|
|
StyleBackground__ctor_mDC2B2AF076E040B3FF80A0C5D5F00ABAF6ACCAC6(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackground__ctor_m13B6A20AA210D1BB7C5F7699E86F7B4CC602560D_AdjustorThunk (RuntimeObject* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
StyleBackground__ctor_m13B6A20AA210D1BB7C5F7699E86F7B4CC602560D(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 17798
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_mCC4C096DD7242B43C20E0314D6BC7816E14836EB (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8));
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_0 = V_0;
|
|
int32_t L_1 = ___0_keyword;
|
|
StyleBackground__ctor_mDECA40A9C01B5A5D99BDFC91DCB712751D1B5D46(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackground__ctor_mCC4C096DD7242B43C20E0314D6BC7816E14836EB_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
StyleBackground__ctor_mCC4C096DD7242B43C20E0314D6BC7816E14836EB(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 17799
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_m0CBA8BD30BC4CDCE745965C05AAFE7331CAA7349 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_0 = ___0_v;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_1;
|
|
L_1 = Background_FromTexture2D_mD00025EC7BEC2E8D0591470874BCCF35AB5DA540(L_0, NULL);
|
|
int32_t L_2 = ___1_keyword;
|
|
StyleBackground__ctor_mDECA40A9C01B5A5D99BDFC91DCB712751D1B5D46(__this, L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackground__ctor_m0CBA8BD30BC4CDCE745965C05AAFE7331CAA7349_AdjustorThunk (RuntimeObject* __this, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
StyleBackground__ctor_m0CBA8BD30BC4CDCE745965C05AAFE7331CAA7349(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17800
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_mB0FB48886C5A78E0E8FC1B48368FD7FC6E9962ED (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_0 = ___0_v;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_1;
|
|
L_1 = Background_FromSprite_m5BE88972AC6EC5608B66CECF6F38F6E13F0EEEDA(L_0, NULL);
|
|
int32_t L_2 = ___1_keyword;
|
|
StyleBackground__ctor_mDECA40A9C01B5A5D99BDFC91DCB712751D1B5D46(__this, L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackground__ctor_mB0FB48886C5A78E0E8FC1B48368FD7FC6E9962ED_AdjustorThunk (RuntimeObject* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
StyleBackground__ctor_mB0FB48886C5A78E0E8FC1B48368FD7FC6E9962ED(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17801
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_mDC2B2AF076E040B3FF80A0C5D5F00ABAF6ACCAC6 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_0 = ___0_v;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_1;
|
|
L_1 = Background_FromVectorImage_m38FFDA8A56ECEE6AAAD2359AE8938F3BE3D55A32(L_0, NULL);
|
|
int32_t L_2 = ___1_keyword;
|
|
StyleBackground__ctor_mDECA40A9C01B5A5D99BDFC91DCB712751D1B5D46(__this, L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackground__ctor_mDC2B2AF076E040B3FF80A0C5D5F00ABAF6ACCAC6_AdjustorThunk (RuntimeObject* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
StyleBackground__ctor_mDC2B2AF076E040B3FF80A0C5D5F00ABAF6ACCAC6(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17802
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackground__ctor_mDECA40A9C01B5A5D99BDFC91DCB712751D1B5D46 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Value))->___m_Texture), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Value))->___m_Sprite), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Value))->___m_RenderTexture), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Value))->___m_VectorImage), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackground__ctor_mDECA40A9C01B5A5D99BDFC91DCB712751D1B5D46_AdjustorThunk (RuntimeObject* __this, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
StyleBackground__ctor_mDECA40A9C01B5A5D99BDFC91DCB712751D1B5D46(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17803
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackground_op_Equality_m86AD435A3A0370F071803583576EDA20B6B187E8 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B ___0_lhs, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_4 = ___0_lhs;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_5 = L_4.___m_Value;
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_6 = ___1_rhs;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_7 = L_6.___m_Value;
|
|
bool L_8;
|
|
L_8 = Background_op_Equality_m8939ED12827755FD24AF8206DCFF65A4639AC51E(L_5, L_7, NULL);
|
|
G_B3_0 = ((int32_t)(L_8));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 17804
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B StyleBackground_op_Implicit_m42B6D663506AA8BEF773EA4C871CC76AC5FE9154 (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleBackground__ctor_mCC4C096DD7242B43C20E0314D6BC7816E14836EB((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17805
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackground_Equals_m29D95E0A1D014F191C2EBABDEEA32320ECC248FA (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_0 = ___0_other;
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_1 = (*(StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*)__this);
|
|
bool L_2;
|
|
L_2 = StyleBackground_op_Equality_m86AD435A3A0370F071803583576EDA20B6B187E8(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleBackground_Equals_m29D95E0A1D014F191C2EBABDEEA32320ECC248FA_AdjustorThunk (RuntimeObject* __this, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleBackground_Equals_m29D95E0A1D014F191C2EBABDEEA32320ECC248FA(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17806
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackground_Equals_m48D5E5B9F9E4387753033F1340DA89184C8A6A84 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*)UnBox(L_1, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_il2cpp_TypeInfo_var)));
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleBackground_Equals_m29D95E0A1D014F191C2EBABDEEA32320ECC248FA(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleBackground_Equals_m48D5E5B9F9E4387753033F1340DA89184C8A6A84_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleBackground_Equals_m48D5E5B9F9E4387753033F1340DA89184C8A6A84(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17807
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackground_GetHashCode_m34F72E1CF43F9EAB3A9C4A0957662225B1DEBF45 (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* L_0 = (Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8*)(&__this->___m_Value);
|
|
int32_t L_1;
|
|
L_1 = Background_GetHashCode_m04082ADB61D83A618047D6DB649B3C34F18C47B1(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Keyword;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleBackground_GetHashCode_m34F72E1CF43F9EAB3A9C4A0957662225B1DEBF45_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleBackground_GetHashCode_m34F72E1CF43F9EAB3A9C4A0957662225B1DEBF45(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17808
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleBackground_ToString_m72BA09897AF1B177C2434CFD3C3313AB9BE7AEAB (StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m5C298705517BE63DE8F15378CB631A54EC3E43E1_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_0 = (*(StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*)__this);
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m5C298705517BE63DE8F15378CB631A54EC3E43E1((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m5C298705517BE63DE8F15378CB631A54EC3E43E1_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleBackground_ToString_m72BA09897AF1B177C2434CFD3C3313AB9BE7AEAB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleBackground_ToString_m72BA09897AF1B177C2434CFD3C3313AB9BE7AEAB(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 17809
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 StyleBackgroundPosition_get_value_m8DF712D02ED4859511719276385FD4E9019E50E8 (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, const RuntimeMethod* method)
|
|
{
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56));
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_1 = V_0;
|
|
G_B3_0 = L_1;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_2 = __this->___m_Value;
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_3 = V_1;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 StyleBackgroundPosition_get_value_m8DF712D02ED4859511719276385FD4E9019E50E8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*>(__this + _offset);
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 _returnValue;
|
|
_returnValue = StyleBackgroundPosition_get_value_m8DF712D02ED4859511719276385FD4E9019E50E8(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17810
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundPosition_set_value_mF6A2D57EBC266C9149EC591C84F6256F7CBF5EF4 (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackgroundPosition_set_value_mF6A2D57EBC266C9149EC591C84F6256F7CBF5EF4_AdjustorThunk (RuntimeObject* __this, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*>(__this + _offset);
|
|
StyleBackgroundPosition_set_value_mF6A2D57EBC266C9149EC591C84F6256F7CBF5EF4(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17811
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackgroundPosition_get_keyword_m8F5E1E567EFB9B89AE61AB46C702A959E039FCF9 (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleBackgroundPosition_get_keyword_m8F5E1E567EFB9B89AE61AB46C702A959E039FCF9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleBackgroundPosition_get_keyword_m8F5E1E567EFB9B89AE61AB46C702A959E039FCF9(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17812
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundPosition_set_keyword_m04F6EDE5A8E2AF84495F9559578F188C99E4760E (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackgroundPosition_set_keyword_m04F6EDE5A8E2AF84495F9559578F188C99E4760E_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*>(__this + _offset);
|
|
StyleBackgroundPosition_set_keyword_m04F6EDE5A8E2AF84495F9559578F188C99E4760E(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17813
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundPosition__ctor_mE79D6548CCE3A7DE710C50E47E0E4DCA2CEA6E9C (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_0 = ___0_v;
|
|
StyleBackgroundPosition__ctor_m2F6FCA4BBE7D990C0494D5A7D087E9560FA6D7C3(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackgroundPosition__ctor_mE79D6548CCE3A7DE710C50E47E0E4DCA2CEA6E9C_AdjustorThunk (RuntimeObject* __this, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*>(__this + _offset);
|
|
StyleBackgroundPosition__ctor_mE79D6548CCE3A7DE710C50E47E0E4DCA2CEA6E9C(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 17814
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundPosition__ctor_m9756E933EF0918D091E0A329076A6BBC44FF3898 (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56));
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_0 = V_0;
|
|
int32_t L_1 = ___0_keyword;
|
|
StyleBackgroundPosition__ctor_m2F6FCA4BBE7D990C0494D5A7D087E9560FA6D7C3(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackgroundPosition__ctor_m9756E933EF0918D091E0A329076A6BBC44FF3898_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*>(__this + _offset);
|
|
StyleBackgroundPosition__ctor_m9756E933EF0918D091E0A329076A6BBC44FF3898(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 17815
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundPosition__ctor_m2F6FCA4BBE7D990C0494D5A7D087E9560FA6D7C3 (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackgroundPosition__ctor_m2F6FCA4BBE7D990C0494D5A7D087E9560FA6D7C3_AdjustorThunk (RuntimeObject* __this, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*>(__this + _offset);
|
|
StyleBackgroundPosition__ctor_m2F6FCA4BBE7D990C0494D5A7D087E9560FA6D7C3(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17816
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundPosition_op_Equality_mDBCF6771A1344AE49B2C23C159BEB48D65F610C5 (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 ___0_lhs, StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 L_4 = ___0_lhs;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_5 = L_4.___m_Value;
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 L_6 = ___1_rhs;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_7 = L_6.___m_Value;
|
|
bool L_8;
|
|
L_8 = BackgroundPosition_op_Equality_mF5D6A42C9662DC362671C6FB68B2A3E1A38C286C(L_5, L_7, NULL);
|
|
G_B3_0 = ((int32_t)(L_8));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 17817
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 StyleBackgroundPosition_op_Implicit_m627D113BABD8EBE0BDC7C5E66A338DA1F5AD139B (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleBackgroundPosition__ctor_m9756E933EF0918D091E0A329076A6BBC44FF3898((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17818
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundPosition_Equals_mC5E56CEECA2415A9AB085977E9617A1DB04B8C71 (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 L_0 = ___0_other;
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 L_1 = (*(StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*)__this);
|
|
bool L_2;
|
|
L_2 = StyleBackgroundPosition_op_Equality_mDBCF6771A1344AE49B2C23C159BEB48D65F610C5(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleBackgroundPosition_Equals_mC5E56CEECA2415A9AB085977E9617A1DB04B8C71_AdjustorThunk (RuntimeObject* __this, StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleBackgroundPosition_Equals_mC5E56CEECA2415A9AB085977E9617A1DB04B8C71(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17819
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundPosition_Equals_m1EA6C8DF69D8F0ABC5884A174666DFFB83CB2FFD (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*)UnBox(L_1, StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3_il2cpp_TypeInfo_var)));
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleBackgroundPosition_Equals_mC5E56CEECA2415A9AB085977E9617A1DB04B8C71(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleBackgroundPosition_Equals_m1EA6C8DF69D8F0ABC5884A174666DFFB83CB2FFD_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleBackgroundPosition_Equals_m1EA6C8DF69D8F0ABC5884A174666DFFB83CB2FFD(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17820
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackgroundPosition_GetHashCode_m44ACEC936580BC4D5D43F9A5CF3DF19DEAE19D6C (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_0 = (BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56*)(&__this->___m_Value);
|
|
int32_t L_1;
|
|
L_1 = BackgroundPosition_GetHashCode_m70CB607FAF2C174B6583EDA883B347398A660E32(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Keyword;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleBackgroundPosition_GetHashCode_m44ACEC936580BC4D5D43F9A5CF3DF19DEAE19D6C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleBackgroundPosition_GetHashCode_m44ACEC936580BC4D5D43F9A5CF3DF19DEAE19D6C(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17821
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleBackgroundPosition_ToString_m606863A04BE261D3AA0B6A320F2B2A4A4E9F648B (StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_m529939662EAE4848C4BA2DEEAC1BAC5E51DCFD7A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 L_0 = (*(StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*)__this);
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_m529939662EAE4848C4BA2DEEAC1BAC5E51DCFD7A((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_m529939662EAE4848C4BA2DEEAC1BAC5E51DCFD7A_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleBackgroundPosition_ToString_m606863A04BE261D3AA0B6A320F2B2A4A4E9F648B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleBackgroundPosition_ToString_m606863A04BE261D3AA0B6A320F2B2A4A4E9F648B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 17822
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F StyleBackgroundRepeat_get_value_mA928B85C77E889A824A4F5D35620291DEFA30008 (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, const RuntimeMethod* method)
|
|
{
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F));
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_1 = V_0;
|
|
G_B3_0 = L_1;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_2 = __this->___m_Value;
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_3 = V_1;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F StyleBackgroundRepeat_get_value_mA928B85C77E889A824A4F5D35620291DEFA30008_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*>(__this + _offset);
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F _returnValue;
|
|
_returnValue = StyleBackgroundRepeat_get_value_mA928B85C77E889A824A4F5D35620291DEFA30008(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17823
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundRepeat_set_value_mA1924F25B9172E599AB27DF138C1735507F22B8D (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackgroundRepeat_set_value_mA1924F25B9172E599AB27DF138C1735507F22B8D_AdjustorThunk (RuntimeObject* __this, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*>(__this + _offset);
|
|
StyleBackgroundRepeat_set_value_mA1924F25B9172E599AB27DF138C1735507F22B8D(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17824
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackgroundRepeat_get_keyword_mC05843F29C21449D3FDC7CB33BAEFB1F9B16B9F1 (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleBackgroundRepeat_get_keyword_mC05843F29C21449D3FDC7CB33BAEFB1F9B16B9F1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleBackgroundRepeat_get_keyword_mC05843F29C21449D3FDC7CB33BAEFB1F9B16B9F1(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17825
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundRepeat_set_keyword_mA3BC6AD6E3A9E16696AB4F778C25B43FE239E040 (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackgroundRepeat_set_keyword_mA3BC6AD6E3A9E16696AB4F778C25B43FE239E040_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*>(__this + _offset);
|
|
StyleBackgroundRepeat_set_keyword_mA3BC6AD6E3A9E16696AB4F778C25B43FE239E040(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17826
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundRepeat__ctor_m3585821FA8C6652A00FD3663417FA443BD50DFD7 (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_0 = ___0_v;
|
|
StyleBackgroundRepeat__ctor_m983C16F152CA51729A1764F2F1951C044AED10E1(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackgroundRepeat__ctor_m3585821FA8C6652A00FD3663417FA443BD50DFD7_AdjustorThunk (RuntimeObject* __this, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*>(__this + _offset);
|
|
StyleBackgroundRepeat__ctor_m3585821FA8C6652A00FD3663417FA443BD50DFD7(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 17827
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundRepeat__ctor_mB5F3467B6CFC9ADBA73D6B46972C8C04A0CAED09 (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F));
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_0 = V_0;
|
|
int32_t L_1 = ___0_keyword;
|
|
StyleBackgroundRepeat__ctor_m983C16F152CA51729A1764F2F1951C044AED10E1(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackgroundRepeat__ctor_mB5F3467B6CFC9ADBA73D6B46972C8C04A0CAED09_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*>(__this + _offset);
|
|
StyleBackgroundRepeat__ctor_mB5F3467B6CFC9ADBA73D6B46972C8C04A0CAED09(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 17828
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundRepeat__ctor_m983C16F152CA51729A1764F2F1951C044AED10E1 (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackgroundRepeat__ctor_m983C16F152CA51729A1764F2F1951C044AED10E1_AdjustorThunk (RuntimeObject* __this, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*>(__this + _offset);
|
|
StyleBackgroundRepeat__ctor_m983C16F152CA51729A1764F2F1951C044AED10E1(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17829
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundRepeat_op_Equality_m466F292B72CDF3DB9CF809F0D3E2DA078EACC7EE (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 ___0_lhs, StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 L_4 = ___0_lhs;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_5 = L_4.___m_Value;
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 L_6 = ___1_rhs;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_7 = L_6.___m_Value;
|
|
bool L_8;
|
|
L_8 = BackgroundRepeat_op_Equality_m502F8924278F58E12F184FC457AE83400270FBE9(L_5, L_7, NULL);
|
|
G_B3_0 = ((int32_t)(L_8));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 17830
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 StyleBackgroundRepeat_op_Implicit_m9240593D704D727A2C6BD6FE16FC954210D4CD84 (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleBackgroundRepeat__ctor_mB5F3467B6CFC9ADBA73D6B46972C8C04A0CAED09((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17831
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundRepeat_Equals_m2FD876EA2FC89FEB45A96D3A90F36A91C5725209 (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 L_0 = ___0_other;
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 L_1 = (*(StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*)__this);
|
|
bool L_2;
|
|
L_2 = StyleBackgroundRepeat_op_Equality_m466F292B72CDF3DB9CF809F0D3E2DA078EACC7EE(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleBackgroundRepeat_Equals_m2FD876EA2FC89FEB45A96D3A90F36A91C5725209_AdjustorThunk (RuntimeObject* __this, StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleBackgroundRepeat_Equals_m2FD876EA2FC89FEB45A96D3A90F36A91C5725209(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17832
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundRepeat_Equals_mD9C04C2D28068F45B4EE82777D7408A257904AFC (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*)UnBox(L_1, StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866_il2cpp_TypeInfo_var)));
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleBackgroundRepeat_Equals_m2FD876EA2FC89FEB45A96D3A90F36A91C5725209(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleBackgroundRepeat_Equals_mD9C04C2D28068F45B4EE82777D7408A257904AFC_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleBackgroundRepeat_Equals_mD9C04C2D28068F45B4EE82777D7408A257904AFC(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17833
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackgroundRepeat_GetHashCode_mC6ACD94C231509F891A62DC7247B02306F54003C (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_0 = (BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*)(&__this->___m_Value);
|
|
int32_t L_1;
|
|
L_1 = BackgroundRepeat_GetHashCode_mA50AE9C1F470680415C565D45C9DAF08B64D8A4C(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Keyword;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleBackgroundRepeat_GetHashCode_mC6ACD94C231509F891A62DC7247B02306F54003C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleBackgroundRepeat_GetHashCode_mC6ACD94C231509F891A62DC7247B02306F54003C(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17834
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleBackgroundRepeat_ToString_m91055FC1F5C469518A48FBE58642E1754AB2810C (StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m036FC7385BEB57C9ECFF132ED0C5EC3424E843F4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 L_0 = (*(StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*)__this);
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m036FC7385BEB57C9ECFF132ED0C5EC3424E843F4((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m036FC7385BEB57C9ECFF132ED0C5EC3424E843F4_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleBackgroundRepeat_ToString_m91055FC1F5C469518A48FBE58642E1754AB2810C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleBackgroundRepeat_ToString_m91055FC1F5C469518A48FBE58642E1754AB2810C(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 17835
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 StyleBackgroundSize_get_value_mF831402EE2B40C89C1142BF242683FB3F5CCD539 (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, const RuntimeMethod* method)
|
|
{
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7));
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 L_1 = V_0;
|
|
G_B3_0 = L_1;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 L_2 = __this->___m_Value;
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 L_3 = V_1;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 StyleBackgroundSize_get_value_mF831402EE2B40C89C1142BF242683FB3F5CCD539_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*>(__this + _offset);
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 _returnValue;
|
|
_returnValue = StyleBackgroundSize_get_value_mF831402EE2B40C89C1142BF242683FB3F5CCD539(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17836
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundSize_set_value_m4E5BA3D516246B854EC26FF72CF9C816EEA7154C (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackgroundSize_set_value_m4E5BA3D516246B854EC26FF72CF9C816EEA7154C_AdjustorThunk (RuntimeObject* __this, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*>(__this + _offset);
|
|
StyleBackgroundSize_set_value_m4E5BA3D516246B854EC26FF72CF9C816EEA7154C(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17837
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackgroundSize_get_keyword_mF4FBE18A16AF1B52DAD7C0EF6135BC94410BDC13 (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleBackgroundSize_get_keyword_mF4FBE18A16AF1B52DAD7C0EF6135BC94410BDC13_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleBackgroundSize_get_keyword_mF4FBE18A16AF1B52DAD7C0EF6135BC94410BDC13(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17838
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundSize_set_keyword_m845761066FF142E9E7DA14AE63DAE5FCBF866894 (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackgroundSize_set_keyword_m845761066FF142E9E7DA14AE63DAE5FCBF866894_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*>(__this + _offset);
|
|
StyleBackgroundSize_set_keyword_m845761066FF142E9E7DA14AE63DAE5FCBF866894(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17839
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundSize__ctor_m8003B37E0ECDA443DDF89961B3A9D8579717C24E (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7));
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 L_0 = V_0;
|
|
int32_t L_1 = ___0_keyword;
|
|
StyleBackgroundSize__ctor_m46395CCD499FABC58298226E123DD81F9860293F(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackgroundSize__ctor_m8003B37E0ECDA443DDF89961B3A9D8579717C24E_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*>(__this + _offset);
|
|
StyleBackgroundSize__ctor_m8003B37E0ECDA443DDF89961B3A9D8579717C24E(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 17840
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleBackgroundSize__ctor_m46395CCD499FABC58298226E123DD81F9860293F (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleBackgroundSize__ctor_m46395CCD499FABC58298226E123DD81F9860293F_AdjustorThunk (RuntimeObject* __this, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*>(__this + _offset);
|
|
StyleBackgroundSize__ctor_m46395CCD499FABC58298226E123DD81F9860293F(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17841
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundSize_op_Equality_mCF8110B97B1C9B3AFCE7B88CDE5DBA106F4C9001 (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 ___0_lhs, StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 L_4 = ___0_lhs;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 L_5 = L_4.___m_Value;
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 L_6 = ___1_rhs;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 L_7 = L_6.___m_Value;
|
|
bool L_8;
|
|
L_8 = BackgroundSize_op_Equality_mF2E2759B77ED860309C003C0A38BF2750EFC3D2C(L_5, L_7, NULL);
|
|
G_B3_0 = ((int32_t)(L_8));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 17842
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 StyleBackgroundSize_op_Implicit_mE3DD5ECFAED9D67AFAC15C475CBB4C775414FACE (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleBackgroundSize__ctor_m8003B37E0ECDA443DDF89961B3A9D8579717C24E((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17843
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundSize_Equals_m8466402F8FB508A04C2B021CA57949E27C2033F6 (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 L_0 = ___0_other;
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 L_1 = (*(StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*)__this);
|
|
bool L_2;
|
|
L_2 = StyleBackgroundSize_op_Equality_mCF8110B97B1C9B3AFCE7B88CDE5DBA106F4C9001(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleBackgroundSize_Equals_m8466402F8FB508A04C2B021CA57949E27C2033F6_AdjustorThunk (RuntimeObject* __this, StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleBackgroundSize_Equals_m8466402F8FB508A04C2B021CA57949E27C2033F6(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17844
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleBackgroundSize_Equals_m4F4FB19324AA11CFBFFDFCE58FDBEDB37EE67EDA (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*)UnBox(L_1, StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008_il2cpp_TypeInfo_var)));
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleBackgroundSize_Equals_m8466402F8FB508A04C2B021CA57949E27C2033F6(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleBackgroundSize_Equals_m4F4FB19324AA11CFBFFDFCE58FDBEDB37EE67EDA_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleBackgroundSize_Equals_m4F4FB19324AA11CFBFFDFCE58FDBEDB37EE67EDA(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17845
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleBackgroundSize_GetHashCode_m86E8D6E8A3F9AB1153A4EB92D0E8D3AC2EC4CDB6 (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_0 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&__this->___m_Value);
|
|
int32_t L_1;
|
|
L_1 = BackgroundSize_GetHashCode_m63C2FC6FD176704B834A1B536BFED28C222F300A(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Keyword;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleBackgroundSize_GetHashCode_m86E8D6E8A3F9AB1153A4EB92D0E8D3AC2EC4CDB6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleBackgroundSize_GetHashCode_m86E8D6E8A3F9AB1153A4EB92D0E8D3AC2EC4CDB6(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17846
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleBackgroundSize_ToString_m896361627A124019D377C43B3F85C4351D5EBAF1 (StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m69DFD9CFA8AE20300F0C672C3003C1CAF4136BAA_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 L_0 = (*(StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*)__this);
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m69DFD9CFA8AE20300F0C672C3003C1CAF4136BAA((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m69DFD9CFA8AE20300F0C672C3003C1CAF4136BAA_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleBackgroundSize_ToString_m896361627A124019D377C43B3F85C4351D5EBAF1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleBackgroundSize_ToString_m896361627A124019D377C43B3F85C4351D5EBAF1(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 17847
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F StyleColor_get_value_mD86CBC86D6685FB9B2BBC4CB304CB3E9016C477A (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1;
|
|
L_1 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
|
G_B3_0 = L_1;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = __this->___m_Value;
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Color_tD001788D726C3A7F1379BEED0260B9591F440C1F StyleColor_get_value_mD86CBC86D6685FB9B2BBC4CB304CB3E9016C477A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*>(__this + _offset);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F _returnValue;
|
|
_returnValue = StyleColor_get_value_mD86CBC86D6685FB9B2BBC4CB304CB3E9016C477A(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17848
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleColor_set_value_m8DF0C5FF6191B4D61E87608DC2C7EB0D701544BA (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleColor_set_value_m8DF0C5FF6191B4D61E87608DC2C7EB0D701544BA_AdjustorThunk (RuntimeObject* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*>(__this + _offset);
|
|
StyleColor_set_value_m8DF0C5FF6191B4D61E87608DC2C7EB0D701544BA(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17849
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleColor_get_keyword_mD1803455DF31AF1C4D172238646E3B556CEDE48B (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleColor_get_keyword_mD1803455DF31AF1C4D172238646E3B556CEDE48B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleColor_get_keyword_mD1803455DF31AF1C4D172238646E3B556CEDE48B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17850
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleColor_set_keyword_m62A50F0B14516DD1ACC0F6F74CD533044832D64F (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleColor_set_keyword_m62A50F0B14516DD1ACC0F6F74CD533044832D64F_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*>(__this + _offset);
|
|
StyleColor_set_keyword_m62A50F0B14516DD1ACC0F6F74CD533044832D64F(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17851
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleColor__ctor_m95CCCAC80934439C5D0063C51C93B45E77F23A73 (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_v;
|
|
StyleColor__ctor_mC51F8B70DE85F8AC871486FF638C0767B6139AED(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleColor__ctor_m95CCCAC80934439C5D0063C51C93B45E77F23A73_AdjustorThunk (RuntimeObject* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*>(__this + _offset);
|
|
StyleColor__ctor_m95CCCAC80934439C5D0063C51C93B45E77F23A73(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 17852
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleColor__ctor_mB9AD827B2FF6D525923AEE7E67359B95B0E2817B (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
L_0 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
|
int32_t L_1 = ___0_keyword;
|
|
StyleColor__ctor_mC51F8B70DE85F8AC871486FF638C0767B6139AED(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleColor__ctor_mB9AD827B2FF6D525923AEE7E67359B95B0E2817B_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*>(__this + _offset);
|
|
StyleColor__ctor_mB9AD827B2FF6D525923AEE7E67359B95B0E2817B(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 17853
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleColor__ctor_mC51F8B70DE85F8AC871486FF638C0767B6139AED (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleColor__ctor_mC51F8B70DE85F8AC871486FF638C0767B6139AED_AdjustorThunk (RuntimeObject* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*>(__this + _offset);
|
|
StyleColor__ctor_mC51F8B70DE85F8AC871486FF638C0767B6139AED(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17854
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleColor_op_Equality_m86F26D3FBEB0D1401DF43BF0F3D81D5251E9FD27 (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 ___0_lhs, StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_4 = ___0_lhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = L_4.___m_Value;
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_6 = ___1_rhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7 = L_6.___m_Value;
|
|
bool L_8;
|
|
L_8 = Color_op_Equality_mB2BDC39B0B367BA15AA8DF22F8CB0D02D20BDC71_inline(L_5, L_7, NULL);
|
|
G_B3_0 = ((int32_t)(L_8));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 17855
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 StyleColor_op_Implicit_m076AD87204401211D402C2E9AA832031BA013928 (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleColor__ctor_mB9AD827B2FF6D525923AEE7E67359B95B0E2817B((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17856
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 StyleColor_op_Implicit_m3FA77647D59BDC823B5810F5ED299E90C9C044D1 (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_v;
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleColor__ctor_m95CCCAC80934439C5D0063C51C93B45E77F23A73((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17857
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleColor_Equals_m3DE2198F7AD5B8F1B1F11F6F5C63B1DC96FD6A53 (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_0 = ___0_other;
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_1 = (*(StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*)__this);
|
|
bool L_2;
|
|
L_2 = StyleColor_op_Equality_m86F26D3FBEB0D1401DF43BF0F3D81D5251E9FD27(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleColor_Equals_m3DE2198F7AD5B8F1B1F11F6F5C63B1DC96FD6A53_AdjustorThunk (RuntimeObject* __this, StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleColor_Equals_m3DE2198F7AD5B8F1B1F11F6F5C63B1DC96FD6A53(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17858
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleColor_Equals_m71F1AD2FB0278267C2D611AF872EA907F29E7E68 (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*)UnBox(L_1, StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910_il2cpp_TypeInfo_var)));
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleColor_Equals_m3DE2198F7AD5B8F1B1F11F6F5C63B1DC96FD6A53(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleColor_Equals_m71F1AD2FB0278267C2D611AF872EA907F29E7E68_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleColor_Equals_m71F1AD2FB0278267C2D611AF872EA907F29E7E68(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17859
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleColor_GetHashCode_mC867952DA6D92395C163F63F42F392F386C65FCF (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_0 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&__this->___m_Value);
|
|
int32_t L_1;
|
|
L_1 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Keyword;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleColor_GetHashCode_mC867952DA6D92395C163F63F42F392F386C65FCF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleColor_GetHashCode_mC867952DA6D92395C163F63F42F392F386C65FCF(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17860
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleColor_ToString_mE65987D177A763684519547C2978B1742251AF31 (StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m09003FAEDCC5293C4A5E61DB442E7542D7FB1813_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_0 = (*(StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*)__this);
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m09003FAEDCC5293C4A5E61DB442E7542D7FB1813((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m09003FAEDCC5293C4A5E61DB442E7542D7FB1813_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleColor_ToString_mE65987D177A763684519547C2978B1742251AF31_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleColor_ToString_mE65987D177A763684519547C2978B1742251AF31(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
IL2CPP_EXTERN_C void StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshal_pinvoke(const StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610& unmarshaled, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610____m_Value_FieldInfo_var, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshal_pinvoke_back(const StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshaled_pinvoke& marshaled, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610____m_Value_FieldInfo_var, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshal_pinvoke_cleanup(StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshal_com(const StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610& unmarshaled, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610____m_Value_FieldInfo_var, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshal_com_back(const StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshaled_com& marshaled, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610____m_Value_FieldInfo_var, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshal_com_cleanup(StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 17861
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 StyleCursor_get_value_mCD6667DB89822E033CF9F5597A95786E42C185B6 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, const RuntimeMethod* method)
|
|
{
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82));
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 L_1 = V_0;
|
|
G_B3_0 = L_1;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 L_2 = __this->___m_Value;
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 L_3 = V_1;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 StyleCursor_get_value_mCD6667DB89822E033CF9F5597A95786E42C185B6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*>(__this + _offset);
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 _returnValue;
|
|
_returnValue = StyleCursor_get_value_mCD6667DB89822E033CF9F5597A95786E42C185B6(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17862
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleCursor_set_value_m47C3F2C74511313AE3AF6B23A312D852C171C520 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Value))->___U3CtextureU3Ek__BackingField), (void*)NULL);
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleCursor_set_value_m47C3F2C74511313AE3AF6B23A312D852C171C520_AdjustorThunk (RuntimeObject* __this, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*>(__this + _offset);
|
|
StyleCursor_set_value_m47C3F2C74511313AE3AF6B23A312D852C171C520(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17863
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleCursor_get_keyword_m186FAD95B09F8F04C5E58214C52C047CC13F90BB (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleCursor_get_keyword_m186FAD95B09F8F04C5E58214C52C047CC13F90BB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleCursor_get_keyword_m186FAD95B09F8F04C5E58214C52C047CC13F90BB(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17864
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleCursor_set_keyword_m17021C25C50C0D9DC5D26B4194C7D6AE33D7D0AD (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleCursor_set_keyword_m17021C25C50C0D9DC5D26B4194C7D6AE33D7D0AD_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*>(__this + _offset);
|
|
StyleCursor_set_keyword_m17021C25C50C0D9DC5D26B4194C7D6AE33D7D0AD(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17865
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleCursor__ctor_m087B054A321165BBD639B07F2BC667503A7C2A26 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82));
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 L_0 = V_0;
|
|
int32_t L_1 = ___0_keyword;
|
|
StyleCursor__ctor_m94D9DA12101258070B439ED312871A1D81CBEDB1(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleCursor__ctor_m087B054A321165BBD639B07F2BC667503A7C2A26_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*>(__this + _offset);
|
|
StyleCursor__ctor_m087B054A321165BBD639B07F2BC667503A7C2A26(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 17866
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleCursor__ctor_m94D9DA12101258070B439ED312871A1D81CBEDB1 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Value))->___U3CtextureU3Ek__BackingField), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleCursor__ctor_m94D9DA12101258070B439ED312871A1D81CBEDB1_AdjustorThunk (RuntimeObject* __this, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*>(__this + _offset);
|
|
StyleCursor__ctor_m94D9DA12101258070B439ED312871A1D81CBEDB1(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17867
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleCursor_op_Equality_mD92C7F1832DD38A90D693B02861354FCB29E1FD5 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 ___0_lhs, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 L_4 = ___0_lhs;
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 L_5 = L_4.___m_Value;
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 L_6 = ___1_rhs;
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 L_7 = L_6.___m_Value;
|
|
bool L_8;
|
|
L_8 = Cursor_op_Equality_m9796DE28D214A3B7371A36CF753F9D59FB508DF4(L_5, L_7, NULL);
|
|
G_B3_0 = ((int32_t)(L_8));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 17868
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 StyleCursor_op_Implicit_m3661A97A859A8643359244E56E54B6498D7C21A4 (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleCursor__ctor_m087B054A321165BBD639B07F2BC667503A7C2A26((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17869
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleCursor_Equals_m51C3F9EAE00F43F66FEC04BC807FE9C8F9D03AE8 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 L_0 = ___0_other;
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 L_1 = (*(StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*)__this);
|
|
bool L_2;
|
|
L_2 = StyleCursor_op_Equality_mD92C7F1832DD38A90D693B02861354FCB29E1FD5(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleCursor_Equals_m51C3F9EAE00F43F66FEC04BC807FE9C8F9D03AE8_AdjustorThunk (RuntimeObject* __this, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleCursor_Equals_m51C3F9EAE00F43F66FEC04BC807FE9C8F9D03AE8(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17870
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleCursor_Equals_mDC70CA6A304D44057C4721C944672F8133666A3A (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*)UnBox(L_1, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_il2cpp_TypeInfo_var)));
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleCursor_Equals_m51C3F9EAE00F43F66FEC04BC807FE9C8F9D03AE8(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleCursor_Equals_mDC70CA6A304D44057C4721C944672F8133666A3A_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleCursor_Equals_mDC70CA6A304D44057C4721C944672F8133666A3A(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17871
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleCursor_GetHashCode_m12B89FF3A4D6F6061EE73DC545F8DB4A5E61F1A4 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82* L_0 = (Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82*)(&__this->___m_Value);
|
|
int32_t L_1;
|
|
L_1 = Cursor_GetHashCode_mC6C773C4969C45189BBD9A11F8EB7ACC17F5745B(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Keyword;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleCursor_GetHashCode_m12B89FF3A4D6F6061EE73DC545F8DB4A5E61F1A4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleCursor_GetHashCode_m12B89FF3A4D6F6061EE73DC545F8DB4A5E61F1A4(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17872
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleCursor_ToString_m763337A99044C1E1E5EE87FF28BFB769594E4102 (StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisCursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_m4BE76C0E47C74266F63CDEBD29D856DB6B106D44_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 L_0 = (*(StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*)__this);
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisCursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_m4BE76C0E47C74266F63CDEBD29D856DB6B106D44((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisCursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_m4BE76C0E47C74266F63CDEBD29D856DB6B106D44_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleCursor_ToString_m763337A99044C1E1E5EE87FF28BFB769594E4102_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleCursor_ToString_m763337A99044C1E1E5EE87FF28BFB769594E4102(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 17905
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float StyleFloat_get_value_mA16B2A988966FF48ED290BA14F3CD1011608ECC2 (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = (0.0f);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
float L_1 = __this->___m_Value;
|
|
G_B3_0 = L_1;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
float L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float StyleFloat_get_value_mA16B2A988966FF48ED290BA14F3CD1011608ECC2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = StyleFloat_get_value_mA16B2A988966FF48ED290BA14F3CD1011608ECC2(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17906
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFloat_set_value_m5210E7C90A5137C5EF4E33F5C378CDEB17512C34 (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFloat_set_value_m5210E7C90A5137C5EF4E33F5C378CDEB17512C34_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*>(__this + _offset);
|
|
StyleFloat_set_value_m5210E7C90A5137C5EF4E33F5C378CDEB17512C34(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17907
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleFloat_get_keyword_m2370C18512C2FE03C57E78DAB116C31B16DFAEF6 (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleFloat_get_keyword_m2370C18512C2FE03C57E78DAB116C31B16DFAEF6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleFloat_get_keyword_m2370C18512C2FE03C57E78DAB116C31B16DFAEF6(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17908
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFloat_set_keyword_m91F57524DA73B2B2AFC57215CB9C45332CE0277C (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFloat_set_keyword_m91F57524DA73B2B2AFC57215CB9C45332CE0277C_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*>(__this + _offset);
|
|
StyleFloat_set_keyword_m91F57524DA73B2B2AFC57215CB9C45332CE0277C(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17909
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFloat__ctor_m3AA16F29BE864D2D0E41E313A40B204781E4320C (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, float ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_v;
|
|
StyleFloat__ctor_m66B48CBE087249CDDFA4223E917A6952063C950A(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFloat__ctor_m3AA16F29BE864D2D0E41E313A40B204781E4320C_AdjustorThunk (RuntimeObject* __this, float ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*>(__this + _offset);
|
|
StyleFloat__ctor_m3AA16F29BE864D2D0E41E313A40B204781E4320C(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 17910
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFloat__ctor_mE6BC52D825138E8275198DC7AB6A3846F4A404C6 (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleFloat__ctor_m66B48CBE087249CDDFA4223E917A6952063C950A(__this, (0.0f), L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFloat__ctor_mE6BC52D825138E8275198DC7AB6A3846F4A404C6_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*>(__this + _offset);
|
|
StyleFloat__ctor_mE6BC52D825138E8275198DC7AB6A3846F4A404C6(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 17911
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFloat__ctor_m66B48CBE087249CDDFA4223E917A6952063C950A (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, float ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
float L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFloat__ctor_m66B48CBE087249CDDFA4223E917A6952063C950A_AdjustorThunk (RuntimeObject* __this, float ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*>(__this + _offset);
|
|
StyleFloat__ctor_m66B48CBE087249CDDFA4223E917A6952063C950A(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17912
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFloat_op_Equality_m7B3160E0572103D1D94B40DA7109B65E5525A05D (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 ___0_lhs, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___m_Value;
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_6 = ___1_rhs;
|
|
float L_7 = L_6.___m_Value;
|
|
G_B3_0 = ((((float)L_5) == ((float)L_7))? 1 : 0);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
bool L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 17913
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 StyleFloat_op_Implicit_m664791457EBA988722362ABB4560E5E464A1E88B (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleFloat__ctor_mE6BC52D825138E8275198DC7AB6A3846F4A404C6((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17914
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 StyleFloat_op_Implicit_m534A028510332FD68BBBAF6C96028FAE936A2DDB (float ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = ___0_v;
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleFloat__ctor_m3AA16F29BE864D2D0E41E313A40B204781E4320C((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17915
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFloat_Equals_m89E2E76336DAF4E3D0D8781310E585E927A82338 (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_0 = ___0_other;
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_1 = (*(StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*)__this);
|
|
bool L_2;
|
|
L_2 = StyleFloat_op_Equality_m7B3160E0572103D1D94B40DA7109B65E5525A05D(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleFloat_Equals_m89E2E76336DAF4E3D0D8781310E585E927A82338_AdjustorThunk (RuntimeObject* __this, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleFloat_Equals_m89E2E76336DAF4E3D0D8781310E585E927A82338(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17916
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFloat_Equals_m5C6E877953EFA9BBB10DBC1C124F6CBB119694B5 (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*)UnBox(L_1, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_il2cpp_TypeInfo_var)));
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleFloat_Equals_m89E2E76336DAF4E3D0D8781310E585E927A82338(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleFloat_Equals_m5C6E877953EFA9BBB10DBC1C124F6CBB119694B5_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleFloat_Equals_m5C6E877953EFA9BBB10DBC1C124F6CBB119694B5(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17917
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleFloat_GetHashCode_m24CE458E7DDADFC7341C9468725A3DBB67AAC695 (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
float* L_0 = (float*)(&__this->___m_Value);
|
|
int32_t L_1;
|
|
L_1 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Keyword;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleFloat_GetHashCode_m24CE458E7DDADFC7341C9468725A3DBB67AAC695_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleFloat_GetHashCode_m24CE458E7DDADFC7341C9468725A3DBB67AAC695(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17918
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleFloat_ToString_m7A7F649DB8118AA3A140722480C2A8547A52D7CA (StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mD89B266A21748320FB8179570375C14C41CA7DB7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_0 = (*(StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*)__this);
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mD89B266A21748320FB8179570375C14C41CA7DB7((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mD89B266A21748320FB8179570375C14C41CA7DB7_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleFloat_ToString_m7A7F649DB8118AA3A140722480C2A8547A52D7CA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleFloat_ToString_m7A7F649DB8118AA3A140722480C2A8547A52D7CA(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C void StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshal_pinvoke(const StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C& unmarshaled, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C____m_Value_FieldInfo_var, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshal_pinvoke_back(const StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshaled_pinvoke& marshaled, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C____m_Value_FieldInfo_var, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshal_pinvoke_cleanup(StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshal_com(const StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C& unmarshaled, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C____m_Value_FieldInfo_var, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshal_com_back(const StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshaled_com& marshaled, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C____m_Value_FieldInfo_var, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshal_com_cleanup(StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 17919
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_tC95270EA3198038970422D78B74A7F2E218A96B6* StyleFont_get_value_mEADE7AA36E04B3FE8B410B613B4D4837AF35F318 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, const RuntimeMethod* method)
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* V_0 = NULL;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* G_B3_0 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = ((Font_tC95270EA3198038970422D78B74A7F2E218A96B6*)(NULL));
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_1 = __this->___m_Value;
|
|
G_B3_0 = L_1;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Font_tC95270EA3198038970422D78B74A7F2E218A96B6* StyleFont_get_value_mEADE7AA36E04B3FE8B410B613B4D4837AF35F318_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*>(__this + _offset);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* _returnValue;
|
|
_returnValue = StyleFont_get_value_mEADE7AA36E04B3FE8B410B613B4D4837AF35F318(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17920
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFont_set_value_mB9304060118633631AD8CD73A7BADE2ABB16C220 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Value), (void*)L_0);
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFont_set_value_mB9304060118633631AD8CD73A7BADE2ABB16C220_AdjustorThunk (RuntimeObject* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*>(__this + _offset);
|
|
StyleFont_set_value_mB9304060118633631AD8CD73A7BADE2ABB16C220(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17921
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleFont_get_keyword_mF865BDB5C7C973930C04E2579AADE8E1AA2C2940 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleFont_get_keyword_mF865BDB5C7C973930C04E2579AADE8E1AA2C2940_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleFont_get_keyword_mF865BDB5C7C973930C04E2579AADE8E1AA2C2940(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17922
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFont_set_keyword_m9637ECE9C8197DF45D9CD5C5CFCDE6F3A756F0F7 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFont_set_keyword_m9637ECE9C8197DF45D9CD5C5CFCDE6F3A756F0F7_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*>(__this + _offset);
|
|
StyleFont_set_keyword_m9637ECE9C8197DF45D9CD5C5CFCDE6F3A756F0F7(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17923
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFont__ctor_m953F3BAD760757CB12192DDE5E91930DD027047B (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_0 = ___0_v;
|
|
StyleFont__ctor_m7DCE355609E87D1D639E9210B3F6782D95703947(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFont__ctor_m953F3BAD760757CB12192DDE5E91930DD027047B_AdjustorThunk (RuntimeObject* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*>(__this + _offset);
|
|
StyleFont__ctor_m953F3BAD760757CB12192DDE5E91930DD027047B(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 17924
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFont__ctor_m1E2DDA79FF3190B1651AC61749247EBC12A0D95E (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleFont__ctor_m7DCE355609E87D1D639E9210B3F6782D95703947(__this, (Font_tC95270EA3198038970422D78B74A7F2E218A96B6*)NULL, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFont__ctor_m1E2DDA79FF3190B1651AC61749247EBC12A0D95E_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*>(__this + _offset);
|
|
StyleFont__ctor_m1E2DDA79FF3190B1651AC61749247EBC12A0D95E(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 17925
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFont__ctor_m7DCE355609E87D1D639E9210B3F6782D95703947 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Value), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFont__ctor_m7DCE355609E87D1D639E9210B3F6782D95703947_AdjustorThunk (RuntimeObject* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*>(__this + _offset);
|
|
StyleFont__ctor_m7DCE355609E87D1D639E9210B3F6782D95703947(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17926
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFont_op_Equality_m2793E0A9EBC28AAADBF05A9B3458723ECE9D09C2 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C ___0_lhs, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_4 = ___0_lhs;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_5 = L_4.___m_Value;
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_6 = ___1_rhs;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_7 = L_6.___m_Value;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_8;
|
|
L_8 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_5, L_7, NULL);
|
|
G_B3_0 = ((int32_t)(L_8));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 17927
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C StyleFont_op_Implicit_m028E784C9C2624B2134AA95795D90DFE17EADA53 (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleFont__ctor_m1E2DDA79FF3190B1651AC61749247EBC12A0D95E((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17928
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C StyleFont_op_Implicit_mDB36C4AD4EB2769E500752F6E86571686D2BFA2B (Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_0 = ___0_v;
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleFont__ctor_m953F3BAD760757CB12192DDE5E91930DD027047B((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17929
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFont_Equals_mF91CCF843D22CBD858F2D8FE0687C523EF562A8F (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_0 = ___0_other;
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_1 = (*(StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*)__this);
|
|
bool L_2;
|
|
L_2 = StyleFont_op_Equality_m2793E0A9EBC28AAADBF05A9B3458723ECE9D09C2(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleFont_Equals_mF91CCF843D22CBD858F2D8FE0687C523EF562A8F_AdjustorThunk (RuntimeObject* __this, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleFont_Equals_mF91CCF843D22CBD858F2D8FE0687C523EF562A8F(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17930
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFont_Equals_mE7901E335D81BD0716A6CCAAB00FBEF1B0A590B4 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*)UnBox(L_1, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_il2cpp_TypeInfo_var)));
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleFont_Equals_mF91CCF843D22CBD858F2D8FE0687C523EF562A8F(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleFont_Equals_mE7901E335D81BD0716A6CCAAB00FBEF1B0A590B4_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleFont_Equals_mE7901E335D81BD0716A6CCAAB00FBEF1B0A590B4(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17931
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleFont_GetHashCode_m837E69D040D0A0B92D0375DDB417458134D6E2F2 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_0 = __this->___m_Value;
|
|
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);
|
|
if (L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_2 = __this->___m_Value;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_2);
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_4 = __this->___m_Keyword;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(G_B3_0, ((int32_t)397)))^(int32_t)L_4));
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleFont_GetHashCode_m837E69D040D0A0B92D0375DDB417458134D6E2F2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleFont_GetHashCode_m837E69D040D0A0B92D0375DDB417458134D6E2F2(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17932
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleFont_ToString_mB020C9A51B1A8D065FF91EA5EA6985AA0DF10812 (StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m4D05686B6C612319B495EED7C4039376F1EA339D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_0 = (*(StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*)__this);
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m4D05686B6C612319B495EED7C4039376F1EA339D((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m4D05686B6C612319B495EED7C4039376F1EA339D_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleFont_ToString_mB020C9A51B1A8D065FF91EA5EA6985AA0DF10812_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleFont_ToString_mB020C9A51B1A8D065FF91EA5EA6985AA0DF10812(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
IL2CPP_EXTERN_C void StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshal_pinvoke(const StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4& unmarshaled, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4____m_Value_FieldInfo_var, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshal_pinvoke_back(const StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshaled_pinvoke& marshaled, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4____m_Value_FieldInfo_var, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshal_pinvoke_cleanup(StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshal_com(const StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4& unmarshaled, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4____m_Value_FieldInfo_var, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshal_com_back(const StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshaled_com& marshaled, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4____m_Value_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_ValueException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4____m_Value_FieldInfo_var, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ValueException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshal_com_cleanup(StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 17933
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C StyleFontDefinition_get_value_mB9CF53EE1514C82C81AAA3305A1B048CE1D41C12 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, const RuntimeMethod* method)
|
|
{
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C));
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_1 = V_0;
|
|
G_B3_0 = L_1;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_2 = __this->___m_Value;
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_3 = V_1;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C StyleFontDefinition_get_value_mB9CF53EE1514C82C81AAA3305A1B048CE1D41C12_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C _returnValue;
|
|
_returnValue = StyleFontDefinition_get_value_mB9CF53EE1514C82C81AAA3305A1B048CE1D41C12(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17934
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition_set_value_m8833115CE49C2793DE199D68E1C9A648FF7103E2 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Value))->___m_Font), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Value))->___m_FontAsset), (void*)NULL);
|
|
#endif
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFontDefinition_set_value_m8833115CE49C2793DE199D68E1C9A648FF7103E2_AdjustorThunk (RuntimeObject* __this, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
StyleFontDefinition_set_value_m8833115CE49C2793DE199D68E1C9A648FF7103E2(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17935
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleFontDefinition_get_keyword_m8413F4640E065DCE383C8C9A3F9B94F30A9AD0E4 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleFontDefinition_get_keyword_m8413F4640E065DCE383C8C9A3F9B94F30A9AD0E4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleFontDefinition_get_keyword_m8413F4640E065DCE383C8C9A3F9B94F30A9AD0E4(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17936
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition_set_keyword_m42D967BD74E4B8C531953FA8D1D786B9881AA636 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFontDefinition_set_keyword_m42D967BD74E4B8C531953FA8D1D786B9881AA636_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
StyleFontDefinition_set_keyword_m42D967BD74E4B8C531953FA8D1D786B9881AA636(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17937
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_m6A24BE29732E048EBBAB4646BAC46D57DC6E55AD (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___0_f, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_0 = ___0_f;
|
|
StyleFontDefinition__ctor_m224FDE7CBC5483F7E361138307B26F82303FB827(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFontDefinition__ctor_m6A24BE29732E048EBBAB4646BAC46D57DC6E55AD_AdjustorThunk (RuntimeObject* __this, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___0_f, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
StyleFontDefinition__ctor_m6A24BE29732E048EBBAB4646BAC46D57DC6E55AD(_thisAdjusted, ___0_f, method);
|
|
}
|
|
// Method Definition Index: 17938
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_m41D8294AC80AA942BC93F4A78166A8A00A763A4C (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___0_f, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_0 = ___0_f;
|
|
StyleFontDefinition__ctor_m6F1C23FC87EC7F13081BC51A213F0E5921B90000(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFontDefinition__ctor_m41D8294AC80AA942BC93F4A78166A8A00A763A4C_AdjustorThunk (RuntimeObject* __this, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___0_f, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
StyleFontDefinition__ctor_m41D8294AC80AA942BC93F4A78166A8A00A763A4C(_thisAdjusted, ___0_f, method);
|
|
}
|
|
// Method Definition Index: 17939
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_mC6B005BC544C570FAEF4C36A4AABD6D8DAF1CB9A (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_f, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_0 = ___0_f;
|
|
StyleFontDefinition__ctor_mFBBD59F12EE1F2EB6E10F0A80560A75690984C96(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFontDefinition__ctor_mC6B005BC544C570FAEF4C36A4AABD6D8DAF1CB9A_AdjustorThunk (RuntimeObject* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_f, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
StyleFontDefinition__ctor_mC6B005BC544C570FAEF4C36A4AABD6D8DAF1CB9A(_thisAdjusted, ___0_f, method);
|
|
}
|
|
// Method Definition Index: 17940
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_m26A6476456492EF1124660B412CBDF2E77D1FF81 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C));
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_0 = V_0;
|
|
int32_t L_1 = ___0_keyword;
|
|
StyleFontDefinition__ctor_m224FDE7CBC5483F7E361138307B26F82303FB827(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFontDefinition__ctor_m26A6476456492EF1124660B412CBDF2E77D1FF81_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
StyleFontDefinition__ctor_m26A6476456492EF1124660B412CBDF2E77D1FF81(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 17941
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_mF6BA70DEC05CB614F7EA092FB6ABB5D63782D2FD (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, RuntimeObject* ___0_obj, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_1;
|
|
L_1 = FontDefinition_FromObject_mE02436EEAA6C918777DBED2BD971F09A6DA40D38(L_0, NULL);
|
|
int32_t L_2 = ___1_keyword;
|
|
StyleFontDefinition__ctor_m224FDE7CBC5483F7E361138307B26F82303FB827(__this, L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFontDefinition__ctor_mF6BA70DEC05CB614F7EA092FB6ABB5D63782D2FD_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
StyleFontDefinition__ctor_mF6BA70DEC05CB614F7EA092FB6ABB5D63782D2FD(_thisAdjusted, ___0_obj, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17942
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_m6F1C23FC87EC7F13081BC51A213F0E5921B90000 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___0_f, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_0 = ___0_f;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_1;
|
|
L_1 = FontDefinition_FromSDFFont_m00A308F105B8EDC74306A0B012B81FD2CEFDAEA1(L_0, NULL);
|
|
int32_t L_2 = ___1_keyword;
|
|
StyleFontDefinition__ctor_m224FDE7CBC5483F7E361138307B26F82303FB827(__this, L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFontDefinition__ctor_m6F1C23FC87EC7F13081BC51A213F0E5921B90000_AdjustorThunk (RuntimeObject* __this, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___0_f, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
StyleFontDefinition__ctor_m6F1C23FC87EC7F13081BC51A213F0E5921B90000(_thisAdjusted, ___0_f, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17943
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_mFBBD59F12EE1F2EB6E10F0A80560A75690984C96 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_f, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_0 = ___0_f;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_1;
|
|
L_1 = FontDefinition_FromFont_m8722F26D46D213AC09DBD36D17CCC301153BEBB9(L_0, NULL);
|
|
int32_t L_2 = ___1_keyword;
|
|
StyleFontDefinition__ctor_m224FDE7CBC5483F7E361138307B26F82303FB827(__this, L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFontDefinition__ctor_mFBBD59F12EE1F2EB6E10F0A80560A75690984C96_AdjustorThunk (RuntimeObject* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_f, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
StyleFontDefinition__ctor_mFBBD59F12EE1F2EB6E10F0A80560A75690984C96(_thisAdjusted, ___0_f, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17944
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleFontDefinition__ctor_m224FDE7CBC5483F7E361138307B26F82303FB827 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___0_f, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_1 = ___0_f;
|
|
__this->___m_Value = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Value))->___m_Font), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Value))->___m_FontAsset), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleFontDefinition__ctor_m224FDE7CBC5483F7E361138307B26F82303FB827_AdjustorThunk (RuntimeObject* __this, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___0_f, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
StyleFontDefinition__ctor_m224FDE7CBC5483F7E361138307B26F82303FB827(_thisAdjusted, ___0_f, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17945
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 StyleFontDefinition_op_Implicit_m756B292C2F2A3D80969D5A1B56AF5A5152BE0129 (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleFontDefinition__ctor_m26A6476456492EF1124660B412CBDF2E77D1FF81((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17946
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 StyleFontDefinition_op_Implicit_mC86E754D796EA7BF54E9DAE0EEC6268299CC7613 (FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___0_f, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_0 = ___0_f;
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleFontDefinition__ctor_m6A24BE29732E048EBBAB4646BAC46D57DC6E55AD((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17947
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFontDefinition_Equals_m87387C8E1DA4A690ADC83067E7DE3E18A2B5E35F (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 L_1 = ___0_other;
|
|
int32_t L_2 = L_1.___m_Keyword;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* L_3 = (FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C*)(&__this->___m_Value);
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 L_4 = ___0_other;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_5 = L_4.___m_Value;
|
|
bool L_6;
|
|
L_6 = FontDefinition_Equals_m1425312D070F3FF049917D5FE1744BF65EEC1A05(L_3, L_5, NULL);
|
|
G_B3_0 = ((int32_t)(L_6));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleFontDefinition_Equals_m87387C8E1DA4A690ADC83067E7DE3E18A2B5E35F_AdjustorThunk (RuntimeObject* __this, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleFontDefinition_Equals_m87387C8E1DA4A690ADC83067E7DE3E18A2B5E35F(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17948
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleFontDefinition_Equals_m71C8220BD16F30F7C542F22E31AAE19130CAA305 (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*)UnBox(L_1, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_il2cpp_TypeInfo_var)));
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleFontDefinition_Equals_m87387C8E1DA4A690ADC83067E7DE3E18A2B5E35F(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleFontDefinition_Equals_m71C8220BD16F30F7C542F22E31AAE19130CAA305_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleFontDefinition_Equals_m71C8220BD16F30F7C542F22E31AAE19130CAA305(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17949
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleFontDefinition_GetHashCode_m4744F6FAE4C3F8CB26569EF1B9DCA99612C8722E (StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* L_1 = (FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C*)(&__this->___m_Value);
|
|
int32_t L_2;
|
|
L_2 = FontDefinition_GetHashCode_mAE455799B250E80471E797D4497B1DB9B715D8F6(L_1, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply((int32_t)L_0, ((int32_t)397)))^L_2));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleFontDefinition_GetHashCode_m4744F6FAE4C3F8CB26569EF1B9DCA99612C8722E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleFontDefinition_GetHashCode_m4744F6FAE4C3F8CB26569EF1B9DCA99612C8722E(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 17950
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleInt_get_value_m4CFF13DBDE63CAA71B48526F3FE6E6B92FC8F8ED (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_1 = __this->___m_Value;
|
|
G_B3_0 = L_1;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleInt_get_value_m4CFF13DBDE63CAA71B48526F3FE6E6B92FC8F8ED_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleInt_get_value_m4CFF13DBDE63CAA71B48526F3FE6E6B92FC8F8ED(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17951
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleInt_set_value_mB987B59D38A819A4A7408DE9617F75D48ABD1BE4 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleInt_set_value_mB987B59D38A819A4A7408DE9617F75D48ABD1BE4_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*>(__this + _offset);
|
|
StyleInt_set_value_mB987B59D38A819A4A7408DE9617F75D48ABD1BE4(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17952
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleInt_get_keyword_mA202A7BF0970785CD87A780A9FAC21D29C103DE1 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleInt_get_keyword_mA202A7BF0970785CD87A780A9FAC21D29C103DE1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleInt_get_keyword_mA202A7BF0970785CD87A780A9FAC21D29C103DE1(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17953
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleInt_set_keyword_m151E1EE6A3121F71585BAEB936FBA224B43964B0 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleInt_set_keyword_m151E1EE6A3121F71585BAEB936FBA224B43964B0_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*>(__this + _offset);
|
|
StyleInt_set_keyword_m151E1EE6A3121F71585BAEB936FBA224B43964B0(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17954
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleInt__ctor_m83F824AF205EA67089F09A75FCD6D60431469364 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleInt__ctor_m18B2FA5FD2A57BE2EBD6C0227637723EC9B02C6F(__this, 0, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleInt__ctor_m83F824AF205EA67089F09A75FCD6D60431469364_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*>(__this + _offset);
|
|
StyleInt__ctor_m83F824AF205EA67089F09A75FCD6D60431469364(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 17955
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleInt__ctor_m18B2FA5FD2A57BE2EBD6C0227637723EC9B02C6F (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, int32_t ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
int32_t L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleInt__ctor_m18B2FA5FD2A57BE2EBD6C0227637723EC9B02C6F_AdjustorThunk (RuntimeObject* __this, int32_t ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*>(__this + _offset);
|
|
StyleInt__ctor_m18B2FA5FD2A57BE2EBD6C0227637723EC9B02C6F(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17956
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleInt_op_Equality_m94F6DB9662BB089524C6309DD8A32316E19A44C1 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D ___0_lhs, StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D L_4 = ___0_lhs;
|
|
int32_t L_5 = L_4.___m_Value;
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D L_6 = ___1_rhs;
|
|
int32_t L_7 = L_6.___m_Value;
|
|
G_B3_0 = ((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
bool L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 17957
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D StyleInt_op_Implicit_m229C68C5B68483DA394FA5A8655CF5D6FA965A9F (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleInt__ctor_m83F824AF205EA67089F09A75FCD6D60431469364((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17958
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleInt_Equals_m3FB8B18A1475A8E5A1107837F1D9995178FBCAFE (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D L_0 = ___0_other;
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D L_1 = (*(StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*)__this);
|
|
bool L_2;
|
|
L_2 = StyleInt_op_Equality_m94F6DB9662BB089524C6309DD8A32316E19A44C1(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleInt_Equals_m3FB8B18A1475A8E5A1107837F1D9995178FBCAFE_AdjustorThunk (RuntimeObject* __this, StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleInt_Equals_m3FB8B18A1475A8E5A1107837F1D9995178FBCAFE(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17959
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleInt_Equals_m3155D7ACA41FB307F2F857DB051087021D5E61F4 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*)UnBox(L_1, StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D_il2cpp_TypeInfo_var)));
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleInt_Equals_m3FB8B18A1475A8E5A1107837F1D9995178FBCAFE(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleInt_Equals_m3155D7ACA41FB307F2F857DB051087021D5E61F4_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleInt_Equals_m3155D7ACA41FB307F2F857DB051087021D5E61F4(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17960
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleInt_GetHashCode_m0E26E1A3282BC6DA82799C48F1C03C42FA4FF716 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Value;
|
|
int32_t L_1 = __this->___m_Keyword;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_0, ((int32_t)397)))^(int32_t)L_1));
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleInt_GetHashCode_m0E26E1A3282BC6DA82799C48F1C03C42FA4FF716_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleInt_GetHashCode_m0E26E1A3282BC6DA82799C48F1C03C42FA4FF716(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17961
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleInt_ToString_mFFBC542125BAE398FA2807F46CE76680BFB1EC35 (StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF8CE1FAAC6AFD5C8F9D0B5ABD4104CEA9C19E3BC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D L_0 = (*(StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*)__this);
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF8CE1FAAC6AFD5C8F9D0B5ABD4104CEA9C19E3BC((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF8CE1FAAC6AFD5C8F9D0B5ABD4104CEA9C19E3BC_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleInt_ToString_mFFBC542125BAE398FA2807F46CE76680BFB1EC35_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleInt_ToString_mFFBC542125BAE398FA2807F46CE76680BFB1EC35(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 17962
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 StyleLength_get_value_mCED6CC9F565F29350DFB1E4D3FF8F9C4AC6EB131 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
if ((((int32_t)L_0) == ((int32_t)2)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___m_Keyword;
|
|
if ((((int32_t)L_1) == ((int32_t)3)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = __this->___m_Keyword;
|
|
G_B4_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
G_B4_0 = 1;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
V_0 = (bool)G_B4_0;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_4 = __this->___m_Value;
|
|
V_1 = L_4;
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
il2cpp_codegen_initobj((&V_2), sizeof(Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256));
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_5 = V_2;
|
|
V_1 = L_5;
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 StyleLength_get_value_mCED6CC9F565F29350DFB1E4D3FF8F9C4AC6EB131_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*>(__this + _offset);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 _returnValue;
|
|
_returnValue = StyleLength_get_value_mCED6CC9F565F29350DFB1E4D3FF8F9C4AC6EB131(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17963
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleLength_set_value_m4D8F9547B997BF7E7DB535A608EDC2268827F485 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&___0_value), NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_Keyword = 2;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
bool L_2;
|
|
L_2 = Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD((&___0_value), NULL);
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_Keyword = 3;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
__this->___m_Keyword = 0;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_4 = ___0_value;
|
|
__this->___m_Value = L_4;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleLength_set_value_m4D8F9547B997BF7E7DB535A608EDC2268827F485_AdjustorThunk (RuntimeObject* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*>(__this + _offset);
|
|
StyleLength_set_value_m4D8F9547B997BF7E7DB535A608EDC2268827F485(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17964
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleLength_get_keyword_m3C27CD4CFE978045893CB4907F487ADC2B17EFEC (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleLength_get_keyword_m3C27CD4CFE978045893CB4907F487ADC2B17EFEC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleLength_get_keyword_m3C27CD4CFE978045893CB4907F487ADC2B17EFEC(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17965
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleLength_set_keyword_m00741776CB6BB8EFB5A86A6F6C20B7E1E875DEA7 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
int32_t L_1 = __this->___m_Keyword;
|
|
V_0 = (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_3;
|
|
L_3 = Length_Auto_m0D169F4BFDD8A1A02EED5DB4D53C55830DEC32B8(NULL);
|
|
__this->___m_Value = L_3;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = __this->___m_Keyword;
|
|
V_1 = (bool)((((int32_t)L_4) == ((int32_t)3))? 1 : 0);
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_6;
|
|
L_6 = Length_None_mAD5D8C540C5F13CB755F2560D85F3D0DCF1E3280(NULL);
|
|
__this->___m_Value = L_6;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
int32_t L_7 = __this->___m_Keyword;
|
|
V_2 = (bool)((!(((uint32_t)L_7) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_9 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___m_Value);
|
|
il2cpp_codegen_initobj(L_9, sizeof(Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256));
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleLength_set_keyword_m00741776CB6BB8EFB5A86A6F6C20B7E1E875DEA7_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*>(__this + _offset);
|
|
StyleLength_set_keyword_m00741776CB6BB8EFB5A86A6F6C20B7E1E875DEA7(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17966
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleLength__ctor_m24A29CCF8BEDCBAADBDF348EC3E00AB9BF585E96 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, float ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_v;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Length__ctor_mFF11DAE709F70F30061EF7BDB3E7B4E18BB827CF((&L_1), L_0, 0, NULL);
|
|
StyleLength__ctor_m9033952D80775B2E8D0DE53AFCE5C72397168177(__this, L_1, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleLength__ctor_m24A29CCF8BEDCBAADBDF348EC3E00AB9BF585E96_AdjustorThunk (RuntimeObject* __this, float ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*>(__this + _offset);
|
|
StyleLength__ctor_m24A29CCF8BEDCBAADBDF348EC3E00AB9BF585E96(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 17967
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleLength__ctor_mD3274D3F6A72D859ECF75D7D96BBEDF638A505B6 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_v;
|
|
StyleLength__ctor_m9033952D80775B2E8D0DE53AFCE5C72397168177(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleLength__ctor_mD3274D3F6A72D859ECF75D7D96BBEDF638A505B6_AdjustorThunk (RuntimeObject* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*>(__this + _offset);
|
|
StyleLength__ctor_mD3274D3F6A72D859ECF75D7D96BBEDF638A505B6(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 17968
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleLength__ctor_m55F6114FDAED5C76CFF8D95F0A25BD51EC42782D (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256));
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = V_0;
|
|
int32_t L_1 = ___0_keyword;
|
|
StyleLength__ctor_m9033952D80775B2E8D0DE53AFCE5C72397168177(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleLength__ctor_m55F6114FDAED5C76CFF8D95F0A25BD51EC42782D_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*>(__this + _offset);
|
|
StyleLength__ctor_m55F6114FDAED5C76CFF8D95F0A25BD51EC42782D(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 17969
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleLength__ctor_m9033952D80775B2E8D0DE53AFCE5C72397168177 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
bool L_2;
|
|
L_2 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&___0_v), NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_Keyword = 2;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
bool L_4;
|
|
L_4 = Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD((&___0_v), NULL);
|
|
V_1 = L_4;
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_Keyword = 3;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleLength__ctor_m9033952D80775B2E8D0DE53AFCE5C72397168177_AdjustorThunk (RuntimeObject* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*>(__this + _offset);
|
|
StyleLength__ctor_m9033952D80775B2E8D0DE53AFCE5C72397168177(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17970
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleLength_op_Equality_mA2B891D3F3F5614C1FDB0951593AA3644048A86C (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 ___0_lhs, StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_4 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_5 = L_4.___m_Value;
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_6 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_7 = L_6.___m_Value;
|
|
bool L_8;
|
|
L_8 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_5, L_7, NULL);
|
|
G_B3_0 = ((int32_t)(L_8));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 17971
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 StyleLength_op_Implicit_m895C788B08202125BDDAEE31F2F9D0EE6519D990 (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleLength__ctor_m55F6114FDAED5C76CFF8D95F0A25BD51EC42782D((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17972
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 StyleLength_op_Implicit_mA1ED6E9AD696C34231A35B83084B1298A700B019 (float ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = ___0_v;
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleLength__ctor_m24A29CCF8BEDCBAADBDF348EC3E00AB9BF585E96((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17973
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 StyleLength_op_Implicit_m587FA2633E50FC6BD8F695B35675BBFE179A6E90 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_v;
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleLength__ctor_mD3274D3F6A72D859ECF75D7D96BBEDF638A505B6((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17974
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleLength_Equals_m53008CBC76B8F14A3B0C9ED95B5655B190BD990A (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_0 = ___0_other;
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_1 = (*(StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*)__this);
|
|
bool L_2;
|
|
L_2 = StyleLength_op_Equality_mA2B891D3F3F5614C1FDB0951593AA3644048A86C(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleLength_Equals_m53008CBC76B8F14A3B0C9ED95B5655B190BD990A_AdjustorThunk (RuntimeObject* __this, StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleLength_Equals_m53008CBC76B8F14A3B0C9ED95B5655B190BD990A(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17975
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleLength_Equals_mDDD1A13D06ABB3D98F228DF6DD26D6C21A0E3BD6 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*)UnBox(L_1, StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8_il2cpp_TypeInfo_var)));
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleLength_Equals_m53008CBC76B8F14A3B0C9ED95B5655B190BD990A(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleLength_Equals_mDDD1A13D06ABB3D98F228DF6DD26D6C21A0E3BD6_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleLength_Equals_mDDD1A13D06ABB3D98F228DF6DD26D6C21A0E3BD6(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17976
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleLength_GetHashCode_mF43A3766E8C9A0D79B639450BD55EA7284A387E7 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_0 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___m_Value);
|
|
int32_t L_1;
|
|
L_1 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Keyword;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleLength_GetHashCode_mF43A3766E8C9A0D79B639450BD55EA7284A387E7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleLength_GetHashCode_mF43A3766E8C9A0D79B639450BD55EA7284A387E7(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17977
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleLength_ToString_m5BC9FEAE8101EECD2A01305B47B41B180E5563F4 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_mFD470F50B244C87E17D3D1CCCE816F37BF5B6308_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_0 = (*(StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*)__this);
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_mFD470F50B244C87E17D3D1CCCE816F37BF5B6308((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_mFD470F50B244C87E17D3D1CCCE816F37BF5B6308_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleLength_ToString_m5BC9FEAE8101EECD2A01305B47B41B180E5563F4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleLength_ToString_m5BC9FEAE8101EECD2A01305B47B41B180E5563F4(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
IL2CPP_EXTERN_C void StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshal_pinvoke(const StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B& unmarshaled, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshaled_pinvoke& marshaled)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_pinvoke(unmarshaled.___m_Value, marshaled.___m_Value);
|
|
marshaled.___m_Keyword = unmarshaled.___m_Keyword;
|
|
}
|
|
IL2CPP_EXTERN_C void StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshal_pinvoke_back(const StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshaled_pinvoke& marshaled, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B& unmarshaled)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 unmarshaledm_Value_temp_0;
|
|
memset((&unmarshaledm_Value_temp_0), 0, sizeof(unmarshaledm_Value_temp_0));
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_pinvoke_back(marshaled.___m_Value, unmarshaledm_Value_temp_0);
|
|
unmarshaled.___m_Value = unmarshaledm_Value_temp_0;
|
|
int32_t unmarshaledm_Keyword_temp_1 = 0;
|
|
unmarshaledm_Keyword_temp_1 = marshaled.___m_Keyword;
|
|
unmarshaled.___m_Keyword = unmarshaledm_Keyword_temp_1;
|
|
}
|
|
IL2CPP_EXTERN_C void StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshal_pinvoke_cleanup(StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshaled_pinvoke& marshaled)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_pinvoke_cleanup(marshaled.___m_Value);
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshal_com(const StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B& unmarshaled, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshaled_com& marshaled)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_com(unmarshaled.___m_Value, marshaled.___m_Value);
|
|
marshaled.___m_Keyword = unmarshaled.___m_Keyword;
|
|
}
|
|
IL2CPP_EXTERN_C void StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshal_com_back(const StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshaled_com& marshaled, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B& unmarshaled)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 unmarshaledm_Value_temp_0;
|
|
memset((&unmarshaledm_Value_temp_0), 0, sizeof(unmarshaledm_Value_temp_0));
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_com_back(marshaled.___m_Value, unmarshaledm_Value_temp_0);
|
|
unmarshaled.___m_Value = unmarshaledm_Value_temp_0;
|
|
int32_t unmarshaledm_Keyword_temp_1 = 0;
|
|
unmarshaledm_Keyword_temp_1 = marshaled.___m_Keyword;
|
|
unmarshaled.___m_Keyword = unmarshaledm_Keyword_temp_1;
|
|
}
|
|
IL2CPP_EXTERN_C void StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshal_com_cleanup(StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshaled_com& marshaled)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshal_com_cleanup(marshaled.___m_Value);
|
|
}
|
|
// Method Definition Index: 17990
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 StyleRotate_get_value_m20936D0783AD0F977486948A51C430265A61CAF4 (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_1 = L_0;
|
|
if (1)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_1 = V_1;
|
|
switch (L_1)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_2 = __this->___m_Value;
|
|
V_0 = L_2;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_3;
|
|
L_3 = Rotate_None_mE773DD62055A620527C38A0680F16B676DDA8D30(NULL);
|
|
V_0 = L_3;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_4;
|
|
L_4 = Rotate_None_mE773DD62055A620527C38A0680F16B676DDA8D30(NULL);
|
|
V_0 = L_4;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_5;
|
|
L_5 = Rotate_Initial_m76233B1EB860D5EA22E3B8A18E0E2BFA283166D7(NULL);
|
|
V_0 = L_5;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_6 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_6, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StyleRotate_get_value_m20936D0783AD0F977486948A51C430265A61CAF4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
if (1)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_7 = V_0;
|
|
V_3 = L_7;
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_8 = V_3;
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 StyleRotate_get_value_m20936D0783AD0F977486948A51C430265A61CAF4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*>(__this + _offset);
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 _returnValue;
|
|
_returnValue = StyleRotate_get_value_m20936D0783AD0F977486948A51C430265A61CAF4(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17991
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleRotate_set_value_m5CA77891D37095E980BCFD3ECCF16A7EE415AF5C (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleRotate_set_value_m5CA77891D37095E980BCFD3ECCF16A7EE415AF5C_AdjustorThunk (RuntimeObject* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*>(__this + _offset);
|
|
StyleRotate_set_value_m5CA77891D37095E980BCFD3ECCF16A7EE415AF5C(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17992
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleRotate_get_keyword_mB8B31D302E8BF1B583BB3B36F44E59F10C927A4B (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleRotate_get_keyword_mB8B31D302E8BF1B583BB3B36F44E59F10C927A4B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleRotate_get_keyword_mB8B31D302E8BF1B583BB3B36F44E59F10C927A4B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 17993
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleRotate_set_keyword_m74080FD71C538DC83AEE9FD2F11B6D2777881CCA (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleRotate_set_keyword_m74080FD71C538DC83AEE9FD2F11B6D2777881CCA_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*>(__this + _offset);
|
|
StyleRotate_set_keyword_m74080FD71C538DC83AEE9FD2F11B6D2777881CCA(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 17994
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleRotate__ctor_m7026CD243CEB8FE9DC7CE98380629C78A65E301C (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_0 = ___0_v;
|
|
StyleRotate__ctor_mDD8F221DED109FDBA3074F9134B9C25611646392(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleRotate__ctor_m7026CD243CEB8FE9DC7CE98380629C78A65E301C_AdjustorThunk (RuntimeObject* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*>(__this + _offset);
|
|
StyleRotate__ctor_m7026CD243CEB8FE9DC7CE98380629C78A65E301C(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 17995
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleRotate__ctor_m56CBC9CA1DB13AF8D756492D91A29275AB13DBD7 (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7));
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_0 = V_0;
|
|
int32_t L_1 = ___0_keyword;
|
|
StyleRotate__ctor_mDD8F221DED109FDBA3074F9134B9C25611646392(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleRotate__ctor_m56CBC9CA1DB13AF8D756492D91A29275AB13DBD7_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*>(__this + _offset);
|
|
StyleRotate__ctor_m56CBC9CA1DB13AF8D756492D91A29275AB13DBD7(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 17996
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleRotate__ctor_mDD8F221DED109FDBA3074F9134B9C25611646392 (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleRotate__ctor_mDD8F221DED109FDBA3074F9134B9C25611646392_AdjustorThunk (RuntimeObject* __this, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*>(__this + _offset);
|
|
StyleRotate__ctor_mDD8F221DED109FDBA3074F9134B9C25611646392(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 17997
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleRotate_op_Equality_m9FE840967FCBC6A4036B6BB62252426EB3465005 (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B ___0_lhs, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B L_4 = ___0_lhs;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_5 = L_4.___m_Value;
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B L_6 = ___1_rhs;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_7 = L_6.___m_Value;
|
|
bool L_8;
|
|
L_8 = Rotate_op_Equality_m17193DD52205405DE23ADA71B1E19AFF8A4364AD(L_5, L_7, NULL);
|
|
G_B3_0 = ((int32_t)(L_8));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 17998
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B StyleRotate_op_Implicit_mDEE2F4449FE91FB7D6CC79807FDDF131F73F51F1 (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleRotate__ctor_m56CBC9CA1DB13AF8D756492D91A29275AB13DBD7((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 17999
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B StyleRotate_op_Implicit_mC89BF78C0795D68A17DAB894A0DCB4DD4D151AD2 (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_0 = ___0_v;
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleRotate__ctor_m7026CD243CEB8FE9DC7CE98380629C78A65E301C((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 18000
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleRotate_Equals_mFA0DE8C48C1B7622C6E44D09180CF2A0D676BF94 (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B L_0 = ___0_other;
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B L_1 = (*(StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*)__this);
|
|
bool L_2;
|
|
L_2 = StyleRotate_op_Equality_m9FE840967FCBC6A4036B6BB62252426EB3465005(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleRotate_Equals_mFA0DE8C48C1B7622C6E44D09180CF2A0D676BF94_AdjustorThunk (RuntimeObject* __this, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleRotate_Equals_mFA0DE8C48C1B7622C6E44D09180CF2A0D676BF94(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18001
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleRotate_Equals_m9D42CD28A44389B89520C8B0AD1CD641088D3B7B (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*)UnBox(L_1, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_il2cpp_TypeInfo_var)));
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleRotate_Equals_mFA0DE8C48C1B7622C6E44D09180CF2A0D676BF94(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleRotate_Equals_m9D42CD28A44389B89520C8B0AD1CD641088D3B7B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleRotate_Equals_m9D42CD28A44389B89520C8B0AD1CD641088D3B7B(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18002
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleRotate_GetHashCode_mF444EC0209DA23996AB5719E24ECC63F776BAE77 (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* L_0 = (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*)(&__this->___m_Value);
|
|
int32_t L_1;
|
|
L_1 = Rotate_GetHashCode_mB52BF9E6E8AE32B9B7F2AF8B57B6938A714A949E(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Keyword;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleRotate_GetHashCode_mF444EC0209DA23996AB5719E24ECC63F776BAE77_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleRotate_GetHashCode_mF444EC0209DA23996AB5719E24ECC63F776BAE77(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18003
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleRotate_ToString_m7D0FC6315134603207CE93C5243721D655067DD9 (StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_m578A05D1570B49E85EDDCD72DF135245C95C35A2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B L_0 = (*(StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*)__this);
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_m578A05D1570B49E85EDDCD72DF135245C95C35A2((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_m578A05D1570B49E85EDDCD72DF135245C95C35A2_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleRotate_ToString_m7D0FC6315134603207CE93C5243721D655067DD9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleRotate_ToString_m7D0FC6315134603207CE93C5243721D655067DD9(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
IL2CPP_EXTERN_C void StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshal_pinvoke(const StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC& unmarshaled, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshaled_pinvoke& marshaled)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_pinvoke(unmarshaled.___m_Value, marshaled.___m_Value);
|
|
marshaled.___m_Keyword = unmarshaled.___m_Keyword;
|
|
}
|
|
IL2CPP_EXTERN_C void StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshal_pinvoke_back(const StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshaled_pinvoke& marshaled, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC& unmarshaled)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 unmarshaledm_Value_temp_0;
|
|
memset((&unmarshaledm_Value_temp_0), 0, sizeof(unmarshaledm_Value_temp_0));
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_pinvoke_back(marshaled.___m_Value, unmarshaledm_Value_temp_0);
|
|
unmarshaled.___m_Value = unmarshaledm_Value_temp_0;
|
|
int32_t unmarshaledm_Keyword_temp_1 = 0;
|
|
unmarshaledm_Keyword_temp_1 = marshaled.___m_Keyword;
|
|
unmarshaled.___m_Keyword = unmarshaledm_Keyword_temp_1;
|
|
}
|
|
IL2CPP_EXTERN_C void StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshal_pinvoke_cleanup(StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshaled_pinvoke& marshaled)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_pinvoke_cleanup(marshaled.___m_Value);
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshal_com(const StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC& unmarshaled, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshaled_com& marshaled)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_com(unmarshaled.___m_Value, marshaled.___m_Value);
|
|
marshaled.___m_Keyword = unmarshaled.___m_Keyword;
|
|
}
|
|
IL2CPP_EXTERN_C void StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshal_com_back(const StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshaled_com& marshaled, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC& unmarshaled)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 unmarshaledm_Value_temp_0;
|
|
memset((&unmarshaledm_Value_temp_0), 0, sizeof(unmarshaledm_Value_temp_0));
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_com_back(marshaled.___m_Value, unmarshaledm_Value_temp_0);
|
|
unmarshaled.___m_Value = unmarshaledm_Value_temp_0;
|
|
int32_t unmarshaledm_Keyword_temp_1 = 0;
|
|
unmarshaledm_Keyword_temp_1 = marshaled.___m_Keyword;
|
|
unmarshaled.___m_Keyword = unmarshaledm_Keyword_temp_1;
|
|
}
|
|
IL2CPP_EXTERN_C void StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshal_com_cleanup(StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshaled_com& marshaled)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshal_com_cleanup(marshaled.___m_Value);
|
|
}
|
|
// Method Definition Index: 18004
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 StyleScale_get_value_mF8E29AE4DA4671C9462D02642348BF78A796854B (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, const RuntimeMethod* method)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_1 = L_0;
|
|
if (1)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_1 = V_1;
|
|
switch (L_1)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_2 = __this->___m_Value;
|
|
V_0 = L_2;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_3;
|
|
L_3 = Scale_None_m581B3593D9916F02A8ECCC7961981D21D1A2F755(NULL);
|
|
V_0 = L_3;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_4;
|
|
L_4 = Scale_None_m581B3593D9916F02A8ECCC7961981D21D1A2F755(NULL);
|
|
V_0 = L_4;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_5;
|
|
L_5 = Scale_Initial_m61BCD0B065298A5C42EB350FAF8A13AADACD0E45(NULL);
|
|
V_0 = L_5;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_6 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_6, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StyleScale_get_value_mF8E29AE4DA4671C9462D02642348BF78A796854B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
if (1)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_7 = V_0;
|
|
V_3 = L_7;
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_8 = V_3;
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 StyleScale_get_value_mF8E29AE4DA4671C9462D02642348BF78A796854B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*>(__this + _offset);
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 _returnValue;
|
|
_returnValue = StyleScale_get_value_mF8E29AE4DA4671C9462D02642348BF78A796854B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18005
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleScale_set_value_m2AFC0E9D63800FC91448A7B68F99825A4A1371B7 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleScale_set_value_m2AFC0E9D63800FC91448A7B68F99825A4A1371B7_AdjustorThunk (RuntimeObject* __this, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*>(__this + _offset);
|
|
StyleScale_set_value_m2AFC0E9D63800FC91448A7B68F99825A4A1371B7(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18006
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleScale_get_keyword_mB555FFF42C8334E707D91907B0850E197522D03A (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleScale_get_keyword_mB555FFF42C8334E707D91907B0850E197522D03A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleScale_get_keyword_mB555FFF42C8334E707D91907B0850E197522D03A(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18007
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleScale_set_keyword_m629E696E9838E450BDF191A23D2972D0A599C174 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleScale_set_keyword_m629E696E9838E450BDF191A23D2972D0A599C174_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*>(__this + _offset);
|
|
StyleScale_set_keyword_m629E696E9838E450BDF191A23D2972D0A599C174(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18008
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleScale__ctor_m44043F5F81531AFA43F5A72795B95F2347B0F1DB (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_0 = ___0_v;
|
|
StyleScale__ctor_mE9F8E0FFCFB74768269910278EC4A431CCAA7D58(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleScale__ctor_m44043F5F81531AFA43F5A72795B95F2347B0F1DB_AdjustorThunk (RuntimeObject* __this, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*>(__this + _offset);
|
|
StyleScale__ctor_m44043F5F81531AFA43F5A72795B95F2347B0F1DB(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 18009
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleScale__ctor_m5121B7250FD1F2E7EE149EE09E45D468FAA57B79 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7));
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_0 = V_0;
|
|
int32_t L_1 = ___0_keyword;
|
|
StyleScale__ctor_mE9F8E0FFCFB74768269910278EC4A431CCAA7D58(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleScale__ctor_m5121B7250FD1F2E7EE149EE09E45D468FAA57B79_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*>(__this + _offset);
|
|
StyleScale__ctor_m5121B7250FD1F2E7EE149EE09E45D468FAA57B79(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 18010
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleScale__ctor_mE9F8E0FFCFB74768269910278EC4A431CCAA7D58 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleScale__ctor_mE9F8E0FFCFB74768269910278EC4A431CCAA7D58_AdjustorThunk (RuntimeObject* __this, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*>(__this + _offset);
|
|
StyleScale__ctor_mE9F8E0FFCFB74768269910278EC4A431CCAA7D58(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 18011
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleScale_op_Equality_m60E258976C065A4EFEA7B069A3E60EA74789E073 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC ___0_lhs, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC L_4 = ___0_lhs;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_5 = L_4.___m_Value;
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC L_6 = ___1_rhs;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_7 = L_6.___m_Value;
|
|
bool L_8;
|
|
L_8 = Scale_op_Equality_mCF310871A942D356F82D2A2F4E23B5BC3C248F65(L_5, L_7, NULL);
|
|
G_B3_0 = ((int32_t)(L_8));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 18012
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC StyleScale_op_Implicit_m3AECA2DF1D0B7D8CEADE2D62FE02F386AF35A751 (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleScale__ctor_m5121B7250FD1F2E7EE149EE09E45D468FAA57B79((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 18013
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC StyleScale_op_Implicit_mEEA042434AB19860CA69E14CFCC86B896E2E7BBB (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_0 = ___0_v;
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleScale__ctor_m44043F5F81531AFA43F5A72795B95F2347B0F1DB((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 18014
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleScale_Equals_m0EF17BCEED22682D654F9D3E1BAA795BB5EBEB9B (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC L_0 = ___0_other;
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC L_1 = (*(StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*)__this);
|
|
bool L_2;
|
|
L_2 = StyleScale_op_Equality_m60E258976C065A4EFEA7B069A3E60EA74789E073(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleScale_Equals_m0EF17BCEED22682D654F9D3E1BAA795BB5EBEB9B_AdjustorThunk (RuntimeObject* __this, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleScale_Equals_m0EF17BCEED22682D654F9D3E1BAA795BB5EBEB9B(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18015
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleScale_Equals_m9DB278DF10756ACE4B2A75DF70E0BFBE93FCDA37 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*)UnBox(L_1, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_il2cpp_TypeInfo_var)));
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleScale_Equals_m0EF17BCEED22682D654F9D3E1BAA795BB5EBEB9B(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleScale_Equals_m9DB278DF10756ACE4B2A75DF70E0BFBE93FCDA37_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleScale_Equals_m9DB278DF10756ACE4B2A75DF70E0BFBE93FCDA37(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18016
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleScale_GetHashCode_mFA5861E6F3E1A07C6C58B8AFFB0A0AEE549C69C7 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* L_0 = (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7*)(&__this->___m_Value);
|
|
int32_t L_1;
|
|
L_1 = Scale_GetHashCode_m1B766BD8284D4E093BD69BE58D0F6B886AC29B30(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Keyword;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleScale_GetHashCode_mFA5861E6F3E1A07C6C58B8AFFB0A0AEE549C69C7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleScale_GetHashCode_mFA5861E6F3E1A07C6C58B8AFFB0A0AEE549C69C7(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18017
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleScale_ToString_m8DE3B64F99D6DF085696B869E4C6DBD8109F5DB9 (StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mA60C5BDE415FBEB57283F54B0605D6B5DF975266_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC L_0 = (*(StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*)__this);
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mA60C5BDE415FBEB57283F54B0605D6B5DF975266((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mA60C5BDE415FBEB57283F54B0605D6B5DF975266_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleScale_ToString_m8DE3B64F99D6DF085696B869E4C6DBD8109F5DB9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleScale_ToString_m8DE3B64F99D6DF085696B869E4C6DBD8109F5DB9(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 18018
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 StyleTextShadow_get_value_m42277240BF34F859A5E0C6933106F98CDDD3439C (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, const RuntimeMethod* method)
|
|
{
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05));
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 L_1 = V_0;
|
|
G_B3_0 = L_1;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 L_2 = __this->___m_Value;
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 L_3 = V_1;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 StyleTextShadow_get_value_m42277240BF34F859A5E0C6933106F98CDDD3439C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*>(__this + _offset);
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 _returnValue;
|
|
_returnValue = StyleTextShadow_get_value_m42277240BF34F859A5E0C6933106F98CDDD3439C(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18019
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTextShadow_set_value_mD3732140C073C754C474A81DE0D04845EF830A86 (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTextShadow_set_value_mD3732140C073C754C474A81DE0D04845EF830A86_AdjustorThunk (RuntimeObject* __this, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*>(__this + _offset);
|
|
StyleTextShadow_set_value_mD3732140C073C754C474A81DE0D04845EF830A86(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18020
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleTextShadow_get_keyword_m0936C51AC4D42481FA64A1CEB7A62EC2CF19470E (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleTextShadow_get_keyword_m0936C51AC4D42481FA64A1CEB7A62EC2CF19470E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleTextShadow_get_keyword_m0936C51AC4D42481FA64A1CEB7A62EC2CF19470E(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18021
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTextShadow_set_keyword_m473600B38B59F44B8E9BF29294B2BE095E9DCF7C (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTextShadow_set_keyword_m473600B38B59F44B8E9BF29294B2BE095E9DCF7C_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*>(__this + _offset);
|
|
StyleTextShadow_set_keyword_m473600B38B59F44B8E9BF29294B2BE095E9DCF7C(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18022
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTextShadow__ctor_m0D6315CC8202A271FE922ED496F1E36C34B4E1F3 (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05));
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 L_0 = V_0;
|
|
int32_t L_1 = ___0_keyword;
|
|
StyleTextShadow__ctor_m6790D552D4FFE64462F57A06F1AA47BAD601A8D3(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTextShadow__ctor_m0D6315CC8202A271FE922ED496F1E36C34B4E1F3_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*>(__this + _offset);
|
|
StyleTextShadow__ctor_m0D6315CC8202A271FE922ED496F1E36C34B4E1F3(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 18023
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTextShadow__ctor_m6790D552D4FFE64462F57A06F1AA47BAD601A8D3 (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTextShadow__ctor_m6790D552D4FFE64462F57A06F1AA47BAD601A8D3_AdjustorThunk (RuntimeObject* __this, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*>(__this + _offset);
|
|
StyleTextShadow__ctor_m6790D552D4FFE64462F57A06F1AA47BAD601A8D3(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 18024
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTextShadow_op_Equality_mB1BF4A3F6A2B0F1D6405F00BCC97D77B316C240C (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 ___0_lhs, StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 L_4 = ___0_lhs;
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 L_5 = L_4.___m_Value;
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 L_6 = ___1_rhs;
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 L_7 = L_6.___m_Value;
|
|
bool L_8;
|
|
L_8 = TextShadow_op_Equality_m7B840C994A00FDC98F55FAD2BBB395447A29792A(L_5, L_7, NULL);
|
|
G_B3_0 = ((int32_t)(L_8));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 18025
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 StyleTextShadow_op_Implicit_mB2DEF2C24CAF61E7303C57155D7CD897FA47A007 (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleTextShadow__ctor_m0D6315CC8202A271FE922ED496F1E36C34B4E1F3((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 18026
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTextShadow_Equals_mFCB612481F5C2CBEA864083952509116FFF1EDAD (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 L_0 = ___0_other;
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 L_1 = (*(StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*)__this);
|
|
bool L_2;
|
|
L_2 = StyleTextShadow_op_Equality_mB1BF4A3F6A2B0F1D6405F00BCC97D77B316C240C(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleTextShadow_Equals_mFCB612481F5C2CBEA864083952509116FFF1EDAD_AdjustorThunk (RuntimeObject* __this, StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleTextShadow_Equals_mFCB612481F5C2CBEA864083952509116FFF1EDAD(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18027
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTextShadow_Equals_m5DEF077FBEE9A0E60041204D1708D419D43CFF3D (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
V_1 = (bool)((((int32_t)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
V_0 = ((*(StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*)UnBox(L_2, StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252_il2cpp_TypeInfo_var)));
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 L_3 = V_0;
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 L_4 = (*(StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*)__this);
|
|
bool L_5;
|
|
L_5 = StyleTextShadow_op_Equality_mB1BF4A3F6A2B0F1D6405F00BCC97D77B316C240C(L_3, L_4, NULL);
|
|
V_2 = L_5;
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
bool L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleTextShadow_Equals_m5DEF077FBEE9A0E60041204D1708D419D43CFF3D_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleTextShadow_Equals_m5DEF077FBEE9A0E60041204D1708D419D43CFF3D(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18028
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleTextShadow_GetHashCode_mEB7767996F0358223D0105A86920F219CDEE5895 (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
V_0 = ((int32_t)917506989);
|
|
int32_t L_0 = V_0;
|
|
int32_t* L_1 = (int32_t*)(&__this->___m_Keyword);
|
|
int32_t L_2;
|
|
L_2 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295(L_1, NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_0, ((int32_t)-1521134295))), L_2));
|
|
int32_t L_3 = V_0;
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05* L_4 = (TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05*)(&__this->___m_Value);
|
|
int32_t L_5;
|
|
L_5 = TextShadow_GetHashCode_mFD8076EB5D6AAFBF11A36DA4E153DB18BABF1A04(L_4, NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)-1521134295))), L_5));
|
|
int32_t L_6 = V_0;
|
|
V_1 = L_6;
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleTextShadow_GetHashCode_mEB7767996F0358223D0105A86920F219CDEE5895_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleTextShadow_GetHashCode_mEB7767996F0358223D0105A86920F219CDEE5895(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18029
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleTextShadow_ToString_m486022C966469F2428F3E0ECE9573A4796151D87 (StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_m44129A82CDF37A87AFE9D2CA407ECA2A7F32A3C5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 L_0 = (*(StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*)__this);
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_m44129A82CDF37A87AFE9D2CA407ECA2A7F32A3C5((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_m44129A82CDF37A87AFE9D2CA407ECA2A7F32A3C5_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleTextShadow_ToString_m486022C966469F2428F3E0ECE9573A4796151D87_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleTextShadow_ToString_m486022C966469F2428F3E0ECE9573A4796151D87(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 18030
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 StyleTransformOrigin_get_value_m3DD31B222FEAF76A0D053A39820373A00BD1928E (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_1 = L_0;
|
|
if (1)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_1 = V_1;
|
|
switch (L_1)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_2 = __this->___m_Value;
|
|
V_0 = L_2;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_3;
|
|
L_3 = TransformOrigin_Initial_mDF718A1DA7568370A261258B14CC7A2946B68AAD(NULL);
|
|
V_0 = L_3;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_4;
|
|
L_4 = TransformOrigin_Initial_mDF718A1DA7568370A261258B14CC7A2946B68AAD(NULL);
|
|
V_0 = L_4;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_5;
|
|
L_5 = TransformOrigin_Initial_mDF718A1DA7568370A261258B14CC7A2946B68AAD(NULL);
|
|
V_0 = L_5;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_6 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_6, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StyleTransformOrigin_get_value_m3DD31B222FEAF76A0D053A39820373A00BD1928E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
if (1)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_7 = V_0;
|
|
V_3 = L_7;
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_8 = V_3;
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 StyleTransformOrigin_get_value_m3DD31B222FEAF76A0D053A39820373A00BD1928E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*>(__this + _offset);
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 _returnValue;
|
|
_returnValue = StyleTransformOrigin_get_value_m3DD31B222FEAF76A0D053A39820373A00BD1928E(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18031
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTransformOrigin_set_value_m72F2BB4DD75372EE90CA1BD6ED9903154DBEBF36 (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTransformOrigin_set_value_m72F2BB4DD75372EE90CA1BD6ED9903154DBEBF36_AdjustorThunk (RuntimeObject* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*>(__this + _offset);
|
|
StyleTransformOrigin_set_value_m72F2BB4DD75372EE90CA1BD6ED9903154DBEBF36(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18032
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleTransformOrigin_get_keyword_mAED33FB9B4908463958BCD0EC4443B501845328E (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleTransformOrigin_get_keyword_mAED33FB9B4908463958BCD0EC4443B501845328E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleTransformOrigin_get_keyword_mAED33FB9B4908463958BCD0EC4443B501845328E(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18033
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTransformOrigin_set_keyword_m792074FC84F5F145631E2986F73A504EFB2B432A (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTransformOrigin_set_keyword_m792074FC84F5F145631E2986F73A504EFB2B432A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*>(__this + _offset);
|
|
StyleTransformOrigin_set_keyword_m792074FC84F5F145631E2986F73A504EFB2B432A(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18034
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTransformOrigin__ctor_m3B2FAA552B45DB427E873C83EC9606292608D877 (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_0 = ___0_v;
|
|
StyleTransformOrigin__ctor_m9FFB2BFDB1A7066AF55A715C16DA7DCE27051729(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTransformOrigin__ctor_m3B2FAA552B45DB427E873C83EC9606292608D877_AdjustorThunk (RuntimeObject* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*>(__this + _offset);
|
|
StyleTransformOrigin__ctor_m3B2FAA552B45DB427E873C83EC9606292608D877(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 18035
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTransformOrigin__ctor_m3EC39047C97A82B5A869768F1CF2E86DF94B6B49 (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502));
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_0 = V_0;
|
|
int32_t L_1 = ___0_keyword;
|
|
StyleTransformOrigin__ctor_m9FFB2BFDB1A7066AF55A715C16DA7DCE27051729(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTransformOrigin__ctor_m3EC39047C97A82B5A869768F1CF2E86DF94B6B49_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*>(__this + _offset);
|
|
StyleTransformOrigin__ctor_m3EC39047C97A82B5A869768F1CF2E86DF94B6B49(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 18036
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTransformOrigin__ctor_m9FFB2BFDB1A7066AF55A715C16DA7DCE27051729 (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTransformOrigin__ctor_m9FFB2BFDB1A7066AF55A715C16DA7DCE27051729_AdjustorThunk (RuntimeObject* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*>(__this + _offset);
|
|
StyleTransformOrigin__ctor_m9FFB2BFDB1A7066AF55A715C16DA7DCE27051729(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 18037
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTransformOrigin_op_Equality_m9F31F564AA74E40E92046C41873FD24ED8CD8550 (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 ___0_lhs, StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 L_4 = ___0_lhs;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_5 = L_4.___m_Value;
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 L_6 = ___1_rhs;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_7 = L_6.___m_Value;
|
|
bool L_8;
|
|
L_8 = TransformOrigin_op_Equality_mD0114AF86353C451148D3E0EB2287FE3BCD87B1D(L_5, L_7, NULL);
|
|
G_B3_0 = ((int32_t)(L_8));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 18038
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 StyleTransformOrigin_op_Implicit_m91A8ABB348DB6DAF66B9836C1F50CDBB614F0049 (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleTransformOrigin__ctor_m3EC39047C97A82B5A869768F1CF2E86DF94B6B49((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 18039
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 StyleTransformOrigin_op_Implicit_m5E850AFF1EC15A72C23E0BBC0D597B5DF3C2D6CC (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_0 = ___0_v;
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleTransformOrigin__ctor_m3B2FAA552B45DB427E873C83EC9606292608D877((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 18040
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTransformOrigin_Equals_mA966BA460B3D701F6DC525A9E09A362E1802A4FC (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 L_0 = ___0_other;
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 L_1 = (*(StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*)__this);
|
|
bool L_2;
|
|
L_2 = StyleTransformOrigin_op_Equality_m9F31F564AA74E40E92046C41873FD24ED8CD8550(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleTransformOrigin_Equals_mA966BA460B3D701F6DC525A9E09A362E1802A4FC_AdjustorThunk (RuntimeObject* __this, StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleTransformOrigin_Equals_mA966BA460B3D701F6DC525A9E09A362E1802A4FC(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18041
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTransformOrigin_Equals_mFECC67F762AA788C6E9E66E3D801DC1127EA4803 (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*)UnBox(L_1, StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6_il2cpp_TypeInfo_var)));
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleTransformOrigin_Equals_mA966BA460B3D701F6DC525A9E09A362E1802A4FC(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleTransformOrigin_Equals_mFECC67F762AA788C6E9E66E3D801DC1127EA4803_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleTransformOrigin_Equals_mFECC67F762AA788C6E9E66E3D801DC1127EA4803(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18042
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleTransformOrigin_GetHashCode_m95BB3CFC0A9EB276603CCCC4CB625B53CF864EAF (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* L_0 = (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*)(&__this->___m_Value);
|
|
int32_t L_1;
|
|
L_1 = TransformOrigin_GetHashCode_mCA4900A38F79C225517D2F7196BC7E25DEF54F24(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Keyword;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleTransformOrigin_GetHashCode_m95BB3CFC0A9EB276603CCCC4CB625B53CF864EAF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleTransformOrigin_GetHashCode_m95BB3CFC0A9EB276603CCCC4CB625B53CF864EAF(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18043
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleTransformOrigin_ToString_mB6FD1C268B9AEB5FD9BD8DC02F556C36EBC87971 (StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_mEE17F9E46301EFF9469BB491481899DA9254DBEF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 L_0 = (*(StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*)__this);
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_mEE17F9E46301EFF9469BB491481899DA9254DBEF((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_mEE17F9E46301EFF9469BB491481899DA9254DBEF_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleTransformOrigin_ToString_mB6FD1C268B9AEB5FD9BD8DC02F556C36EBC87971_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleTransformOrigin_ToString_mB6FD1C268B9AEB5FD9BD8DC02F556C36EBC87971(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
IL2CPP_EXTERN_C void StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshal_pinvoke(const StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089& unmarshaled, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshaled_pinvoke& marshaled)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_pinvoke(unmarshaled.___m_Value, marshaled.___m_Value);
|
|
marshaled.___m_Keyword = unmarshaled.___m_Keyword;
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshal_pinvoke_back(const StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshaled_pinvoke& marshaled, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089& unmarshaled)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E unmarshaledm_Value_temp_0;
|
|
memset((&unmarshaledm_Value_temp_0), 0, sizeof(unmarshaledm_Value_temp_0));
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_pinvoke_back(marshaled.___m_Value, unmarshaledm_Value_temp_0);
|
|
unmarshaled.___m_Value = unmarshaledm_Value_temp_0;
|
|
int32_t unmarshaledm_Keyword_temp_1 = 0;
|
|
unmarshaledm_Keyword_temp_1 = marshaled.___m_Keyword;
|
|
unmarshaled.___m_Keyword = unmarshaledm_Keyword_temp_1;
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshal_pinvoke_cleanup(StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshaled_pinvoke& marshaled)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_pinvoke_cleanup(marshaled.___m_Value);
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshal_com(const StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089& unmarshaled, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshaled_com& marshaled)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_com(unmarshaled.___m_Value, marshaled.___m_Value);
|
|
marshaled.___m_Keyword = unmarshaled.___m_Keyword;
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshal_com_back(const StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshaled_com& marshaled, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089& unmarshaled)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E unmarshaledm_Value_temp_0;
|
|
memset((&unmarshaledm_Value_temp_0), 0, sizeof(unmarshaledm_Value_temp_0));
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_com_back(marshaled.___m_Value, unmarshaledm_Value_temp_0);
|
|
unmarshaled.___m_Value = unmarshaledm_Value_temp_0;
|
|
int32_t unmarshaledm_Keyword_temp_1 = 0;
|
|
unmarshaledm_Keyword_temp_1 = marshaled.___m_Keyword;
|
|
unmarshaled.___m_Keyword = unmarshaledm_Keyword_temp_1;
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshal_com_cleanup(StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshaled_com& marshaled)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_com_cleanup(marshaled.___m_Value);
|
|
}
|
|
// Method Definition Index: 18044
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E StyleTranslate_get_value_m3D6727DEDAB4FF2313B2842FE295C41D4D9D0355 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_1 = L_0;
|
|
if (1)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_1 = V_1;
|
|
switch (L_1)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_2 = __this->___m_Value;
|
|
V_0 = L_2;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_3;
|
|
L_3 = Translate_None_mFCFE8B0CF287C781CA98B3D09F6B1200B0AD6401(NULL);
|
|
V_0 = L_3;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_4;
|
|
L_4 = Translate_None_mFCFE8B0CF287C781CA98B3D09F6B1200B0AD6401(NULL);
|
|
V_0 = L_4;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_5;
|
|
L_5 = Translate_None_mFCFE8B0CF287C781CA98B3D09F6B1200B0AD6401(NULL);
|
|
V_0 = L_5;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_6 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_6, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StyleTranslate_get_value_m3D6727DEDAB4FF2313B2842FE295C41D4D9D0355_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
if (1)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_7 = V_0;
|
|
V_3 = L_7;
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_8 = V_3;
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E StyleTranslate_get_value_m3D6727DEDAB4FF2313B2842FE295C41D4D9D0355_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*>(__this + _offset);
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E _returnValue;
|
|
_returnValue = StyleTranslate_get_value_m3D6727DEDAB4FF2313B2842FE295C41D4D9D0355(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18045
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTranslate_set_value_m6EDE2A4142B9062DF3B1536875BAA2FBBA59BF88 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
__this->___m_Keyword = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTranslate_set_value_m6EDE2A4142B9062DF3B1536875BAA2FBBA59BF88_AdjustorThunk (RuntimeObject* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*>(__this + _offset);
|
|
StyleTranslate_set_value_m6EDE2A4142B9062DF3B1536875BAA2FBBA59BF88(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18046
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleTranslate_get_keyword_mE02ED75874B466373FCC6A9840F2DCBA3974384D (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Keyword;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleTranslate_get_keyword_mE02ED75874B466373FCC6A9840F2DCBA3974384D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleTranslate_get_keyword_mE02ED75874B466373FCC6A9840F2DCBA3974384D(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18047
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTranslate_set_keyword_m153771940E7AECD9EF4ADB8F79ABA72B840C6515 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Keyword = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTranslate_set_keyword_m153771940E7AECD9EF4ADB8F79ABA72B840C6515_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*>(__this + _offset);
|
|
StyleTranslate_set_keyword_m153771940E7AECD9EF4ADB8F79ABA72B840C6515(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18048
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTranslate__ctor_mF10C6D990AEBEC7EAFB2CF180C4AF94968686843 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_0 = ___0_v;
|
|
StyleTranslate__ctor_m12AE2FD212828D3E686C8D12EF84A32715A3CE4D(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTranslate__ctor_mF10C6D990AEBEC7EAFB2CF180C4AF94968686843_AdjustorThunk (RuntimeObject* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*>(__this + _offset);
|
|
StyleTranslate__ctor_mF10C6D990AEBEC7EAFB2CF180C4AF94968686843(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 18049
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTranslate__ctor_m324C750F1008C71290AD5D91A57E738F6BF71B01 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E));
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_0 = V_0;
|
|
int32_t L_1 = ___0_keyword;
|
|
StyleTranslate__ctor_m12AE2FD212828D3E686C8D12EF84A32715A3CE4D(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTranslate__ctor_m324C750F1008C71290AD5D91A57E738F6BF71B01_AdjustorThunk (RuntimeObject* __this, int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*>(__this + _offset);
|
|
StyleTranslate__ctor_m324C750F1008C71290AD5D91A57E738F6BF71B01(_thisAdjusted, ___0_keyword, method);
|
|
}
|
|
// Method Definition Index: 18050
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleTranslate__ctor_m12AE2FD212828D3E686C8D12EF84A32715A3CE4D (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_keyword;
|
|
__this->___m_Keyword = L_0;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_1 = ___0_v;
|
|
__this->___m_Value = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StyleTranslate__ctor_m12AE2FD212828D3E686C8D12EF84A32715A3CE4D_AdjustorThunk (RuntimeObject* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_v, int32_t ___1_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*>(__this + _offset);
|
|
StyleTranslate__ctor_m12AE2FD212828D3E686C8D12EF84A32715A3CE4D(_thisAdjusted, ___0_v, ___1_keyword, method);
|
|
}
|
|
// Method Definition Index: 18051
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTranslate_op_Equality_m916CE2125150608A55917B6B6282036C6A18BE43 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 ___0_lhs, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_0 = ___0_lhs;
|
|
int32_t L_1 = L_0.___m_Keyword;
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_2 = ___1_rhs;
|
|
int32_t L_3 = L_2.___m_Keyword;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_4 = ___0_lhs;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_5 = L_4.___m_Value;
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_6 = ___1_rhs;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_7 = L_6.___m_Value;
|
|
bool L_8;
|
|
L_8 = Translate_op_Equality_m320CFAF67C0BEF258338E5529C9E5921A3C822F1(L_5, L_7, NULL);
|
|
G_B3_0 = ((int32_t)(L_8));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 18052
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 StyleTranslate_op_Implicit_m6084CCE417EE2AB901F49370EC9907FE37F17614 (int32_t ___0_keyword, const RuntimeMethod* method)
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleTranslate__ctor_m324C750F1008C71290AD5D91A57E738F6BF71B01((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 18053
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 StyleTranslate_op_Implicit_m07F947CEE79D8E54CE1DB08840561A833895C0CE (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_0 = ___0_v;
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
StyleTranslate__ctor_mF10C6D990AEBEC7EAFB2CF180C4AF94968686843((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 18054
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 StyleTranslate_op_Implicit_m4D41C2283DA73397E358544187286A04BE0544E5 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_v;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_1;
|
|
L_1 = Translate_op_Implicit_m1F0E1A84C62C5D1F92A4C0E60E6C944F17859670(L_0, NULL);
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
StyleTranslate__ctor_mF10C6D990AEBEC7EAFB2CF180C4AF94968686843((&L_2), L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 18055
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTranslate_Equals_m735DB69EA09970D0F9E08E1379833F34E5263172 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_0 = ___0_other;
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_1 = (*(StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*)__this);
|
|
bool L_2;
|
|
L_2 = StyleTranslate_op_Equality_m916CE2125150608A55917B6B6282036C6A18BE43(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleTranslate_Equals_m735DB69EA09970D0F9E08E1379833F34E5263172_AdjustorThunk (RuntimeObject* __this, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleTranslate_Equals_m735DB69EA09970D0F9E08E1379833F34E5263172(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18056
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StyleTranslate_Equals_mDCC45C8F30BF90577BE3FDCA0566D407FE39E2D0 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*)UnBox(L_1, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_il2cpp_TypeInfo_var)));
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = StyleTranslate_Equals_m735DB69EA09970D0F9E08E1379833F34E5263172(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool StyleTranslate_Equals_mDCC45C8F30BF90577BE3FDCA0566D407FE39E2D0_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = StyleTranslate_Equals_mDCC45C8F30BF90577BE3FDCA0566D407FE39E2D0(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18057
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StyleTranslate_GetHashCode_m7EA9F686DBBE3096368CCE29CCD7560E6BBC30C3 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* L_0 = (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*)(&__this->___m_Value);
|
|
int32_t L_1;
|
|
L_1 = Translate_GetHashCode_m6154995C5157AC77ED6F1EFC5C1FD60EF0B3CA1C(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Keyword;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t StyleTranslate_GetHashCode_m7EA9F686DBBE3096368CCE29CCD7560E6BBC30C3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = StyleTranslate_GetHashCode_m7EA9F686DBBE3096368CCE29CCD7560E6BBC30C3(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18058
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StyleTranslate_ToString_m2A8262EF64FFDD7B06DED766BD563A829C99EA73 (StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StyleValueExtensions_DebugString_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_mD15CD20D39E71BDF839B00EAF52DED38B42E5A1D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_0 = (*(StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*)__this);
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = StyleValueExtensions_DebugString_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_mD15CD20D39E71BDF839B00EAF52DED38B42E5A1D((RuntimeObject*)L_2, StyleValueExtensions_DebugString_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_mD15CD20D39E71BDF839B00EAF52DED38B42E5A1D_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StyleTranslate_ToString_m2A8262EF64FFDD7B06DED766BD563A829C99EA73_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StyleTranslate_ToString_m2A8262EF64FFDD7B06DED766BD563A829C99EA73(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#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: 18064
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutValue_tC125DF54D121EC0C205D12BAEB3B88E06CDCBF30 StyleValueExtensions_ToLayoutValue_mDBC576E4A4EB513903554703B9F8F35151FDBFF4 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_length, 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*)&LengthUnit_t746199A94302055274F284E176E01D38EE8A669A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3411C09E6756D52B18EEECE2C94CA0615B9625F1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
LayoutValue_tC125DF54D121EC0C205D12BAEB3B88E06CDCBF30 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
bool L_0;
|
|
L_0 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&___0_length), NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
LayoutValue_tC125DF54D121EC0C205D12BAEB3B88E06CDCBF30 L_2;
|
|
L_2 = LayoutValue_Auto_m0A1F1ADF9D8F2CB6D79E3156582E5ABB612C78D8(NULL);
|
|
V_1 = L_2;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
bool L_3;
|
|
L_3 = Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD((&___0_length), NULL);
|
|
V_2 = L_3;
|
|
bool L_4 = V_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
LayoutValue_tC125DF54D121EC0C205D12BAEB3B88E06CDCBF30 L_5;
|
|
L_5 = LayoutValue_op_Implicit_m6E447B6BED27A54ACF3753E272668D8573B7E0AF((std::numeric_limits<float>::quiet_NaN()), NULL);
|
|
V_1 = L_5;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
int32_t L_6;
|
|
L_6 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&___0_length), NULL);
|
|
V_4 = L_6;
|
|
int32_t L_7 = V_4;
|
|
V_3 = L_7;
|
|
int32_t L_8 = V_3;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
int32_t L_9 = V_3;
|
|
if ((((int32_t)L_9) == ((int32_t)1)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
float L_10;
|
|
L_10 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&___0_length), NULL);
|
|
LayoutValue_tC125DF54D121EC0C205D12BAEB3B88E06CDCBF30 L_11;
|
|
L_11 = LayoutValue_Point_mB3571CF6102EBE7B243A859E90F931EF6186BCA5(L_10, NULL);
|
|
V_1 = L_11;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
float L_12;
|
|
L_12 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&___0_length), NULL);
|
|
LayoutValue_tC125DF54D121EC0C205D12BAEB3B88E06CDCBF30 L_13;
|
|
L_13 = LayoutValue_Percent_mEB0452094EBE02A555CE9B007CDCF993E63FADE2(L_12, NULL);
|
|
V_1 = L_13;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
int32_t L_14;
|
|
L_14 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&___0_length), NULL);
|
|
int32_t L_15 = L_14;
|
|
RuntimeObject* L_16 = Box(LengthUnit_t746199A94302055274F284E176E01D38EE8A669A_il2cpp_TypeInfo_var, &L_15);
|
|
String_t* L_17;
|
|
L_17 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral3411C09E6756D52B18EEECE2C94CA0615B9625F1, L_16, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogAssertion_m71A412A496EAB476FFF6253618C706B2F1E4AFF0(L_17, NULL);
|
|
LayoutValue_tC125DF54D121EC0C205D12BAEB3B88E06CDCBF30 L_18;
|
|
L_18 = LayoutValue_op_Implicit_m6E447B6BED27A54ACF3753E272668D8573B7E0AF((std::numeric_limits<float>::quiet_NaN()), NULL);
|
|
V_1 = L_18;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
LayoutValue_tC125DF54D121EC0C205D12BAEB3B88E06CDCBF30 L_19 = V_1;
|
|
return L_19;
|
|
}
|
|
}
|
|
// Method Definition Index: 18065
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 StyleValueExtensions_ToLength_m4D08C5AAE1C30FA611C7925AD0A6712DEC5D01D9 (int32_t ___0_keyword, 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*)&StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64078146D0AAA2DFC5B982A613CAAD7F1026AC71);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)2)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)3)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_4;
|
|
L_4 = Length_Auto_m0D169F4BFDD8A1A02EED5DB4D53C55830DEC32B8(NULL);
|
|
V_2 = L_4;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_5;
|
|
L_5 = Length_None_mAD5D8C540C5F13CB755F2560D85F3D0DCF1E3280(NULL);
|
|
V_2 = L_5;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Il2CppFakeBox<int32_t> L_6(StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705_il2cpp_TypeInfo_var, (&___0_keyword));
|
|
String_t* L_7;
|
|
L_7 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_6), NULL);
|
|
String_t* L_8;
|
|
L_8 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral64078146D0AAA2DFC5B982A613CAAD7F1026AC71, L_7, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogAssertion_m71A412A496EAB476FFF6253618C706B2F1E4AFF0(L_8, NULL);
|
|
il2cpp_codegen_initobj((&V_3), sizeof(Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256));
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_9 = V_3;
|
|
V_2 = L_9;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18066
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 StyleValueExtensions_ToRotate_m3D8C313E6E327D4B1D7240F16FA050F9FD85F716 (int32_t ___0_keyword, 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*)&StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64078146D0AAA2DFC5B982A613CAAD7F1026AC71);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)3)))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_3;
|
|
L_3 = Rotate_None_mE773DD62055A620527C38A0680F16B676DDA8D30(NULL);
|
|
V_2 = L_3;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Il2CppFakeBox<int32_t> L_4(StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705_il2cpp_TypeInfo_var, (&___0_keyword));
|
|
String_t* L_5;
|
|
L_5 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_4), NULL);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral64078146D0AAA2DFC5B982A613CAAD7F1026AC71, L_5, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogAssertion_m71A412A496EAB476FFF6253618C706B2F1E4AFF0(L_6, NULL);
|
|
il2cpp_codegen_initobj((&V_3), sizeof(Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7));
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_7 = V_3;
|
|
V_2 = L_7;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_8 = V_2;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 18067
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 StyleValueExtensions_ToScale_m1155E42A961F5839DCAA5812001EA383B2901F39 (int32_t ___0_keyword, 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*)&StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64078146D0AAA2DFC5B982A613CAAD7F1026AC71);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)3)))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_3;
|
|
L_3 = Scale_None_m581B3593D9916F02A8ECCC7961981D21D1A2F755(NULL);
|
|
V_2 = L_3;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Il2CppFakeBox<int32_t> L_4(StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705_il2cpp_TypeInfo_var, (&___0_keyword));
|
|
String_t* L_5;
|
|
L_5 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_4), NULL);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral64078146D0AAA2DFC5B982A613CAAD7F1026AC71, L_5, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogAssertion_m71A412A496EAB476FFF6253618C706B2F1E4AFF0(L_6, NULL);
|
|
il2cpp_codegen_initobj((&V_3), sizeof(Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7));
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_7 = V_3;
|
|
V_2 = L_7;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_8 = V_2;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 18068
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E StyleValueExtensions_ToTranslate_mBEB6E390E6628325CF43ADE46F499F00DF801F6F (int32_t ___0_keyword, 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*)&StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64078146D0AAA2DFC5B982A613CAAD7F1026AC71);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)3)))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_3;
|
|
L_3 = Translate_None_mFCFE8B0CF287C781CA98B3D09F6B1200B0AD6401(NULL);
|
|
V_2 = L_3;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Il2CppFakeBox<int32_t> L_4(StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705_il2cpp_TypeInfo_var, (&___0_keyword));
|
|
String_t* L_5;
|
|
L_5 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_4), NULL);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral64078146D0AAA2DFC5B982A613CAAD7F1026AC71, L_5, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogAssertion_m71A412A496EAB476FFF6253618C706B2F1E4AFF0(L_6, NULL);
|
|
il2cpp_codegen_initobj((&V_3), sizeof(Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E));
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_7 = V_3;
|
|
V_2 = L_7;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_8 = V_2;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 18069
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A StyleValueExtensions_ToTextAutoSize_m8D137E12E59D271DEF166C32F0B3AF9B108975D6 (int32_t ___0_keyword, 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*)&StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64078146D0AAA2DFC5B982A613CAAD7F1026AC71);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
int32_t L_0 = ___0_keyword;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)3)))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A L_3;
|
|
L_3 = TextAutoSize_None_m958D509BD14594F305CE8B509CC47265FFC8A4E0(NULL);
|
|
V_2 = L_3;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Il2CppFakeBox<int32_t> L_4(StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705_il2cpp_TypeInfo_var, (&___0_keyword));
|
|
String_t* L_5;
|
|
L_5 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_4), NULL);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral64078146D0AAA2DFC5B982A613CAAD7F1026AC71, L_5, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogAssertion_m71A412A496EAB476FFF6253618C706B2F1E4AFF0(L_6, NULL);
|
|
il2cpp_codegen_initobj((&V_3), sizeof(TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A));
|
|
TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A L_7 = V_3;
|
|
V_2 = L_7;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
TextAutoSize_t8B7DB1DB1B1C9EF3DE876BB4D487CB00DBE3207A L_8 = V_2;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 18070
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 StyleValueExtensions_ToLength_m64D782DA5AA0F8B8ED3AC5136E0DC15A2A2D70E0 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 ___0_styleLength, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
int32_t L_0;
|
|
L_0 = StyleLength_get_keyword_m3C27CD4CFE978045893CB4907F487ADC2B17EFEC((&___0_styleLength), NULL);
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 2))) > ((uint32_t)1))))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
int32_t L_3;
|
|
L_3 = StyleLength_get_keyword_m3C27CD4CFE978045893CB4907F487ADC2B17EFEC((&___0_styleLength), NULL);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_4;
|
|
L_4 = StyleValueExtensions_ToLength_m4D08C5AAE1C30FA611C7925AD0A6712DEC5D01D9(L_3, NULL);
|
|
V_2 = L_4;
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_5;
|
|
L_5 = StyleLength_get_value_mCED6CC9F565F29350DFB1E4D3FF8F9C4AC6EB131((&___0_styleLength), NULL);
|
|
V_2 = L_5;
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_6 = V_2;
|
|
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
|
|
// Method Definition Index: 18083
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TimeValue_get_value_m363D976BA30D86C81A619B819E98745F81E2A093 (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Value;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float TimeValue_get_value_m363D976BA30D86C81A619B819E98745F81E2A093_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = TimeValue_get_value_m363D976BA30D86C81A619B819E98745F81E2A093_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18084
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeValue_set_value_mE90A4146B5615F727622DD1F48C653A2BBD9B705 (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TimeValue_set_value_mE90A4146B5615F727622DD1F48C653A2BBD9B705_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*>(__this + _offset);
|
|
TimeValue_set_value_mE90A4146B5615F727622DD1F48C653A2BBD9B705_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18085
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeValue_get_unit_m5E4B6C1C79ED5CEB11AC6ECE67BA36A978148D8A (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_Unit;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t TimeValue_get_unit_m5E4B6C1C79ED5CEB11AC6ECE67BA36A978148D8A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = TimeValue_get_unit_m5E4B6C1C79ED5CEB11AC6ECE67BA36A978148D8A_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18086
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeValue_set_unit_m976916DAA0DB075EA6269E792C7A4CA64F510BED (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Unit = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TimeValue_set_unit_m976916DAA0DB075EA6269E792C7A4CA64F510BED_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*>(__this + _offset);
|
|
TimeValue_set_unit_m976916DAA0DB075EA6269E792C7A4CA64F510BED_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18087
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeValue__ctor_m5A99071773C4C3697C31E43657FDAB47E72C9CBE (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
TimeValue__ctor_mABED962C90B27E6BB24F072574DC1E3E7C836BA9(__this, L_0, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TimeValue__ctor_m5A99071773C4C3697C31E43657FDAB47E72C9CBE_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*>(__this + _offset);
|
|
TimeValue__ctor_m5A99071773C4C3697C31E43657FDAB47E72C9CBE(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18088
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeValue__ctor_mABED962C90B27E6BB24F072574DC1E3E7C836BA9 (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, float ___0_value, int32_t ___1_unit, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
int32_t L_1 = ___1_unit;
|
|
__this->___m_Unit = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TimeValue__ctor_mABED962C90B27E6BB24F072574DC1E3E7C836BA9_AdjustorThunk (RuntimeObject* __this, float ___0_value, int32_t ___1_unit, const RuntimeMethod* method)
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*>(__this + _offset);
|
|
TimeValue__ctor_mABED962C90B27E6BB24F072574DC1E3E7C836BA9(_thisAdjusted, ___0_value, ___1_unit, method);
|
|
}
|
|
// Method Definition Index: 18089
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E TimeValue_op_Implicit_mF704407075FD8B56CD4B7EFC2291AFE18A57A335 (float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = ___0_value;
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
TimeValue__ctor_mABED962C90B27E6BB24F072574DC1E3E7C836BA9((&L_1), L_0, 0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 18090
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeValue_op_Equality_mB46A44E23522B255F2B5A0B387F847CD9DCECE6E (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E ___0_lhs, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E L_0 = ___0_lhs;
|
|
float L_1 = L_0.___m_Value;
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E L_2 = ___1_rhs;
|
|
float L_3 = L_2.___m_Value;
|
|
if ((!(((float)L_1) == ((float)L_3))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E L_4 = ___0_lhs;
|
|
int32_t L_5 = L_4.___m_Unit;
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E L_6 = ___1_rhs;
|
|
int32_t L_7 = L_6.___m_Unit;
|
|
G_B3_0 = ((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
bool L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 18091
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeValue_op_Inequality_mEA1B69BA586876FDF21FFBF12E7E2696A8628CF8 (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E ___0_lhs, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E L_0 = ___0_lhs;
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E L_1 = ___1_rhs;
|
|
bool L_2;
|
|
L_2 = TimeValue_op_Equality_mB46A44E23522B255F2B5A0B387F847CD9DCECE6E(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: 18092
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeValue_Equals_m877001BAB4403C8BA20CDF4EABDB7702303B2E0A (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E L_0 = ___0_other;
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E L_1 = (*(TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*)__this);
|
|
bool L_2;
|
|
L_2 = TimeValue_op_Equality_mB46A44E23522B255F2B5A0B387F847CD9DCECE6E(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeValue_Equals_m877001BAB4403C8BA20CDF4EABDB7702303B2E0A_AdjustorThunk (RuntimeObject* __this, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E ___0_other, const RuntimeMethod* method)
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = TimeValue_Equals_m877001BAB4403C8BA20CDF4EABDB7702303B2E0A(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18093
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeValue_Equals_mA581A2F3D44993E0C780E6BC36C355875CDAB513 (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*)UnBox(L_1, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E_il2cpp_TypeInfo_var)));
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = TimeValue_Equals_m877001BAB4403C8BA20CDF4EABDB7702303B2E0A(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeValue_Equals_mA581A2F3D44993E0C780E6BC36C355875CDAB513_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = TimeValue_Equals_mA581A2F3D44993E0C780E6BC36C355875CDAB513(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18094
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeValue_GetHashCode_m112ADB5ED018B9DE35EF34CA6610DB4F20AAEAD9 (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
float* L_0 = (float*)(&__this->___m_Value);
|
|
int32_t L_1;
|
|
L_1 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Unit;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t TimeValue_GetHashCode_m112ADB5ED018B9DE35EF34CA6610DB4F20AAEAD9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = TimeValue_GetHashCode_m112ADB5ED018B9DE35EF34CA6610DB4F20AAEAD9(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18095
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeValue_ToString_mA7F70DCAABF49982EEE155B8695567A59F5F8D3B (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BFB046F8A244A5090ECD5F19EF3A6A728E2F5B7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
float V_2 = 0.0f;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
String_t* V_5 = NULL;
|
|
{
|
|
float L_0;
|
|
L_0 = TimeValue_get_value_m363D976BA30D86C81A619B819E98745F81E2A093_inline(__this, NULL);
|
|
V_2 = L_0;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
|
|
L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_1);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2;
|
|
L_2 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14, L_1);
|
|
String_t* L_3;
|
|
L_3 = Single_ToString_m534852BD7949AA972435783D7B96D0FFB09F6D6A((&V_2), L_2, NULL);
|
|
V_0 = L_3;
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
V_1 = L_4;
|
|
int32_t L_5;
|
|
L_5 = TimeValue_get_unit_m5E4B6C1C79ED5CEB11AC6ECE67BA36A978148D8A_inline(__this, NULL);
|
|
V_4 = L_5;
|
|
int32_t L_6 = V_4;
|
|
V_3 = L_6;
|
|
int32_t L_7 = V_3;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
int32_t L_8 = V_3;
|
|
if ((((int32_t)L_8) == ((int32_t)1)))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
V_1 = _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465;
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
V_1 = _stringLiteral5BFB046F8A244A5090ECD5F19EF3A6A728E2F5B7;
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
String_t* L_9 = V_0;
|
|
String_t* L_10 = V_1;
|
|
String_t* L_11;
|
|
L_11 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_9, L_10, NULL);
|
|
V_5 = L_11;
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
String_t* L_12 = V_5;
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* TimeValue_ToString_mA7F70DCAABF49982EEE155B8695567A59F5F8D3B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = TimeValue_ToString_mA7F70DCAABF49982EEE155B8695567A59F5F8D3B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 18096
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBag__ctor_mF2CE6C9F82FA614236C4E21E9387A23207742B4E (PropertyBag_tEFC14519E905E92DD021AD1B29E61D06955175B3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m6EF9A6597404C0AC6D4E7F2AD83D0B02096375F9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_AddProperty_TisTimeUnit_t56A79CDB672E98A4EE28002BD23B6D5E0BAA2649_mC00C62030C95F169AC9091B5366EF0FF8B8A65B5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1__ctor_mC1AD10A421C91DAD1E6BBB0F0806D36F3F8F2459_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnitProperty_t091AE38CF42A33E8C4A7E54FFE8765C2CBB1658A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueProperty_tDC4606571BD4DD37CFACB0C5C811B99542225D34_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ContainerPropertyBag_1_t310AF147C0A92380991E18D17F02DE77CAC01785_il2cpp_TypeInfo_var);
|
|
ContainerPropertyBag_1__ctor_mC1AD10A421C91DAD1E6BBB0F0806D36F3F8F2459(__this, ContainerPropertyBag_1__ctor_mC1AD10A421C91DAD1E6BBB0F0806D36F3F8F2459_RuntimeMethod_var);
|
|
ValueProperty_tDC4606571BD4DD37CFACB0C5C811B99542225D34* L_0 = (ValueProperty_tDC4606571BD4DD37CFACB0C5C811B99542225D34*)il2cpp_codegen_object_new(ValueProperty_tDC4606571BD4DD37CFACB0C5C811B99542225D34_il2cpp_TypeInfo_var);
|
|
ValueProperty__ctor_m8F20766F61EA51AB5828889DB5981641AB9D6B43(L_0, NULL);
|
|
ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m6EF9A6597404C0AC6D4E7F2AD83D0B02096375F9(__this, L_0, ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m6EF9A6597404C0AC6D4E7F2AD83D0B02096375F9_RuntimeMethod_var);
|
|
UnitProperty_t091AE38CF42A33E8C4A7E54FFE8765C2CBB1658A* L_1 = (UnitProperty_t091AE38CF42A33E8C4A7E54FFE8765C2CBB1658A*)il2cpp_codegen_object_new(UnitProperty_t091AE38CF42A33E8C4A7E54FFE8765C2CBB1658A_il2cpp_TypeInfo_var);
|
|
UnitProperty__ctor_m9796A17389B542C96FF36B32048208059E0D3FAA(L_1, NULL);
|
|
ContainerPropertyBag_1_AddProperty_TisTimeUnit_t56A79CDB672E98A4EE28002BD23B6D5E0BAA2649_mC00C62030C95F169AC9091B5366EF0FF8B8A65B5(__this, L_1, ContainerPropertyBag_1_AddProperty_TisTimeUnit_t56A79CDB672E98A4EE28002BD23B6D5E0BAA2649_mC00C62030C95F169AC9091B5366EF0FF8B8A65B5_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: 18097
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueProperty_get_Name_m02F381A8CEFFF39A3433A6F9C164B8201A51133C (ValueProperty_tDC4606571BD4DD37CFACB0C5C811B99542225D34* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18098
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueProperty_get_IsReadOnly_m770DD08DD02EEEE14CCE9FC9FD0909C44C7739FB (ValueProperty_tDC4606571BD4DD37CFACB0C5C811B99542225D34* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18099
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ValueProperty_GetValue_mED212C64F08C47D2F504C27BCBA73507B94146D1 (ValueProperty_tDC4606571BD4DD37CFACB0C5C811B99542225D34* __this, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* ___0_container, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* L_0 = ___0_container;
|
|
float L_1;
|
|
L_1 = TimeValue_get_value_m363D976BA30D86C81A619B819E98745F81E2A093_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 18100
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueProperty_SetValue_mE700F49A5147173DB3D32A37A637BC7877127B44 (ValueProperty_tDC4606571BD4DD37CFACB0C5C811B99542225D34* __this, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* L_0 = ___0_container;
|
|
float L_1 = ___1_value;
|
|
TimeValue_set_value_mE90A4146B5615F727622DD1F48C653A2BBD9B705_inline(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18101
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueProperty__ctor_m8F20766F61EA51AB5828889DB5981641AB9D6B43 (ValueProperty_tDC4606571BD4DD37CFACB0C5C811B99542225D34* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_2__ctor_mE2E87F1A76308604C3D3DE65DBE34C3BDF0717C5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CNameU3Ek__BackingField = _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
|
|
__this->___U3CIsReadOnlyU3Ek__BackingField = (bool)0;
|
|
Property_2__ctor_mE2E87F1A76308604C3D3DE65DBE34C3BDF0717C5(__this, Property_2__ctor_mE2E87F1A76308604C3D3DE65DBE34C3BDF0717C5_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: 18102
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitProperty_get_Name_m12B942A78D81BCC7633788A5DC056B793210F69D (UnitProperty_t091AE38CF42A33E8C4A7E54FFE8765C2CBB1658A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18103
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnitProperty_get_IsReadOnly_mE419737FB31B0618C238F13EFF358E144C76844D (UnitProperty_t091AE38CF42A33E8C4A7E54FFE8765C2CBB1658A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18104
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnitProperty_GetValue_mECBE4CAEF8103C75A1FCBAFBDEA7AAD6BCCD01FE (UnitProperty_t091AE38CF42A33E8C4A7E54FFE8765C2CBB1658A* __this, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* ___0_container, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* L_0 = ___0_container;
|
|
int32_t L_1;
|
|
L_1 = TimeValue_get_unit_m5E4B6C1C79ED5CEB11AC6ECE67BA36A978148D8A_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 18105
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitProperty_SetValue_m187D11ED9D896C3DF1E9160A99625ED518243AD1 (UnitProperty_t091AE38CF42A33E8C4A7E54FFE8765C2CBB1658A* __this, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* ___0_container, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* L_0 = ___0_container;
|
|
int32_t L_1 = ___1_value;
|
|
TimeValue_set_unit_m976916DAA0DB075EA6269E792C7A4CA64F510BED_inline(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18106
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitProperty__ctor_m9796A17389B542C96FF36B32048208059E0D3FAA (UnitProperty_t091AE38CF42A33E8C4A7E54FFE8765C2CBB1658A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_2__ctor_m4AD9739E35557A0D00E96F4B675E2D45C8858037_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34041E68B94E3B99CF0B3B4B0D5AD33B0CE46C1A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CNameU3Ek__BackingField = _stringLiteral34041E68B94E3B99CF0B3B4B0D5AD33B0CE46C1A;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)_stringLiteral34041E68B94E3B99CF0B3B4B0D5AD33B0CE46C1A);
|
|
__this->___U3CIsReadOnlyU3Ek__BackingField = (bool)0;
|
|
Property_2__ctor_m4AD9739E35557A0D00E96F4B675E2D45C8858037(__this, Property_2__ctor_m4AD9739E35557A0D00E96F4B675E2D45C8858037_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: 18107
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformOrigin__ctor_m8C94539319C6C02DFFC9178F4D6572DB15A6C563 (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_x, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_y, float ___2_z, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_x;
|
|
__this->___m_X = L_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1 = ___1_y;
|
|
__this->___m_Y = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___m_Z = L_2;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TransformOrigin__ctor_m8C94539319C6C02DFFC9178F4D6572DB15A6C563_AdjustorThunk (RuntimeObject* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_x, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_y, float ___2_z, const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*>(__this + _offset);
|
|
TransformOrigin__ctor_m8C94539319C6C02DFFC9178F4D6572DB15A6C563(_thisAdjusted, ___0_x, ___1_y, ___2_z, method);
|
|
}
|
|
// Method Definition Index: 18108
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformOrigin__ctor_mA2B90E609B0464C163C801067488A693D0E3219E (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_vector;
|
|
float L_1 = L_0.___x;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_2;
|
|
L_2 = Length_op_Implicit_m29448D89D0F99CC4CFCEB9CD57853BA78A94EDA5(L_1, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_vector;
|
|
float L_4 = L_3.___y;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_5;
|
|
L_5 = Length_op_Implicit_m29448D89D0F99CC4CFCEB9CD57853BA78A94EDA5(L_4, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_vector;
|
|
float L_7 = L_6.___z;
|
|
TransformOrigin__ctor_m8C94539319C6C02DFFC9178F4D6572DB15A6C563(__this, L_2, L_5, L_7, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TransformOrigin__ctor_mA2B90E609B0464C163C801067488A693D0E3219E_AdjustorThunk (RuntimeObject* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*>(__this + _offset);
|
|
TransformOrigin__ctor_mA2B90E609B0464C163C801067488A693D0E3219E(_thisAdjusted, ___0_vector, method);
|
|
}
|
|
// Method Definition Index: 18109
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 TransformOrigin_Initial_mDF718A1DA7568370A261258B14CC7A2946B68AAD (const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0;
|
|
L_0 = Length_Percent_m554B632D9DE0F71BBCF41F1B5120BFD17061B89C((50.0f), NULL);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1;
|
|
L_1 = Length_Percent_m554B632D9DE0F71BBCF41F1B5120BFD17061B89C((50.0f), NULL);
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
TransformOrigin__ctor_m8C94539319C6C02DFFC9178F4D6572DB15A6C563((&L_2), L_0, L_1, (0.0f), NULL);
|
|
V_0 = L_2;
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 18110
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 TransformOrigin_get_x_m45B713C35F41919099DFE89257682A47EA02EB1C (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = __this->___m_X;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 TransformOrigin_get_x_m45B713C35F41919099DFE89257682A47EA02EB1C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*>(__this + _offset);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 _returnValue;
|
|
_returnValue = TransformOrigin_get_x_m45B713C35F41919099DFE89257682A47EA02EB1C_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18111
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformOrigin_set_x_m85267D87CD5499A71F5ED6C5CCBE5C09B6C40BE1 (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_value;
|
|
__this->___m_X = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TransformOrigin_set_x_m85267D87CD5499A71F5ED6C5CCBE5C09B6C40BE1_AdjustorThunk (RuntimeObject* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*>(__this + _offset);
|
|
TransformOrigin_set_x_m85267D87CD5499A71F5ED6C5CCBE5C09B6C40BE1_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18112
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 TransformOrigin_get_y_m2B16F6E4821E20812F1A091AB94F88558FA7EE44 (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = __this->___m_Y;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 TransformOrigin_get_y_m2B16F6E4821E20812F1A091AB94F88558FA7EE44_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*>(__this + _offset);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 _returnValue;
|
|
_returnValue = TransformOrigin_get_y_m2B16F6E4821E20812F1A091AB94F88558FA7EE44_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18113
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformOrigin_set_y_m2E1B89131CCCF50B8E3118C020D98161442E7247 (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_value;
|
|
__this->___m_Y = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TransformOrigin_set_y_m2E1B89131CCCF50B8E3118C020D98161442E7247_AdjustorThunk (RuntimeObject* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*>(__this + _offset);
|
|
TransformOrigin_set_y_m2E1B89131CCCF50B8E3118C020D98161442E7247_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18114
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TransformOrigin_get_z_m1B0602F587F9B7DF875C751BE1DA610E0CFBFAD7 (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Z;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float TransformOrigin_get_z_m1B0602F587F9B7DF875C751BE1DA610E0CFBFAD7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = TransformOrigin_get_z_m1B0602F587F9B7DF875C751BE1DA610E0CFBFAD7_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18115
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformOrigin_set_z_mBD60A62A252B592797C2F688D43EFD79958E1E09 (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_Z = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TransformOrigin_set_z_mBD60A62A252B592797C2F688D43EFD79958E1E09_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*>(__this + _offset);
|
|
TransformOrigin_set_z_mBD60A62A252B592797C2F688D43EFD79958E1E09_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18116
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransformOrigin_op_Equality_mD0114AF86353C451148D3E0EB2287FE3BCD87B1D (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_lhs, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_0 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1 = L_0.___m_X;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_2 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_3 = L_2.___m_X;
|
|
bool L_4;
|
|
L_4 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_1, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_5 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_6 = L_5.___m_Y;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_7 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_8 = L_7.___m_Y;
|
|
bool L_9;
|
|
L_9 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_6, L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_10 = ___0_lhs;
|
|
float L_11 = L_10.___m_Z;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_12 = ___1_rhs;
|
|
float L_13 = L_12.___m_Z;
|
|
G_B4_0 = ((((float)L_11) == ((float)L_13))? 1 : 0);
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
V_0 = (bool)G_B4_0;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
bool L_14 = V_0;
|
|
return L_14;
|
|
}
|
|
}
|
|
// Method Definition Index: 18117
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransformOrigin_op_Inequality_m7F1633A388F354647C8A4B5F9410CB5FFB032A5F (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_lhs, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_0 = ___0_lhs;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_1 = ___1_rhs;
|
|
bool L_2;
|
|
L_2 = TransformOrigin_op_Equality_mD0114AF86353C451148D3E0EB2287FE3BCD87B1D(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: 18118
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransformOrigin_Equals_m044AE98C05F34AC7AA4DF1C82604F98939DFB2EC (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_0 = ___0_other;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_1 = (*(TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*)__this);
|
|
bool L_2;
|
|
L_2 = TransformOrigin_op_Equality_mD0114AF86353C451148D3E0EB2287FE3BCD87B1D(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TransformOrigin_Equals_m044AE98C05F34AC7AA4DF1C82604F98939DFB2EC_AdjustorThunk (RuntimeObject* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = TransformOrigin_Equals_m044AE98C05F34AC7AA4DF1C82604F98939DFB2EC(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18119
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransformOrigin_Equals_m1BB998DC4BF023074E997BDF9FFBB477B8D8C542 (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*)UnBox(L_1, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_il2cpp_TypeInfo_var)));
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = TransformOrigin_Equals_m044AE98C05F34AC7AA4DF1C82604F98939DFB2EC(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TransformOrigin_Equals_m1BB998DC4BF023074E997BDF9FFBB477B8D8C542_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = TransformOrigin_Equals_m1BB998DC4BF023074E997BDF9FFBB477B8D8C542(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18120
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TransformOrigin_GetHashCode_mCA4900A38F79C225517D2F7196BC7E25DEF54F24 (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_0 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___m_X);
|
|
int32_t L_1;
|
|
L_1 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_0, NULL);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_2 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___m_Y);
|
|
int32_t L_3;
|
|
L_3 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_2, NULL);
|
|
float* L_4 = (float*)(&__this->___m_Z);
|
|
int32_t L_5;
|
|
L_5 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_4, NULL);
|
|
V_0 = ((int32_t)(((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)793)))^((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)791)))))^((int32_t)il2cpp_codegen_multiply(L_5, ((int32_t)571)))));
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t TransformOrigin_GetHashCode_mCA4900A38F79C225517D2F7196BC7E25DEF54F24_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = TransformOrigin_GetHashCode_mCA4900A38F79C225517D2F7196BC7E25DEF54F24(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18121
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TransformOrigin_ToString_m62747275AB1ACA9CEA650CC36EDF1FF503A90078 (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
float* L_0 = (float*)(&__this->___m_Z);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
|
|
L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_1);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2;
|
|
L_2 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14, L_1);
|
|
String_t* L_3;
|
|
L_3 = Single_ToString_m534852BD7949AA972435783D7B96D0FFB09F6D6A(L_0, L_2, NULL);
|
|
V_0 = L_3;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_4;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_6 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___m_X);
|
|
String_t* L_7;
|
|
L_7 = Length_ToString_mDE5D441EB6FA9C33ED324596B252200F8EF81A69(L_6, NULL);
|
|
NullCheck(L_5);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_7);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_5;
|
|
NullCheck(L_8);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_10 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___m_Y);
|
|
String_t* L_11;
|
|
L_11 = Length_ToString_mDE5D441EB6FA9C33ED324596B252200F8EF81A69(L_10, NULL);
|
|
NullCheck(L_9);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_11);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_9;
|
|
NullCheck(L_12);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12;
|
|
String_t* L_14 = V_0;
|
|
NullCheck(L_13);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_14);
|
|
String_t* L_15;
|
|
L_15 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_13, NULL);
|
|
V_1 = L_15;
|
|
goto IL_0061;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
String_t* L_16 = V_1;
|
|
return L_16;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* TransformOrigin_ToString_m62747275AB1ACA9CEA650CC36EDF1FF503A90078_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = TransformOrigin_ToString_m62747275AB1ACA9CEA650CC36EDF1FF503A90078(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 18122
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBag__ctor_m066876D96A3AC72A4DE88C2016BF309085AC1234 (PropertyBag_tF2F4E5FE301BA4B40B92A6AD9D97A8CB6015F5C1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m40F86807A2A0CC9F574A3A455C47491E8525965E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m2312C5D9A2FFD4D33444AF82DA6928DB7413021B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1__ctor_m4DD614E60BD9493B233A2A4F9A77F9B46476CD1D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XProperty_t8C6A588288145011F51684F36BC8E75D76562DCF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&YProperty_t8336BB92AFEFEA6FA7A3514208F6225A2A55C53D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZProperty_tE3CC595BEA6E836D92F5B2021E9D877C76BD107B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ContainerPropertyBag_1_t05878D139258CE7EA4BE97E0DE870D7E9190F19F_il2cpp_TypeInfo_var);
|
|
ContainerPropertyBag_1__ctor_m4DD614E60BD9493B233A2A4F9A77F9B46476CD1D(__this, ContainerPropertyBag_1__ctor_m4DD614E60BD9493B233A2A4F9A77F9B46476CD1D_RuntimeMethod_var);
|
|
XProperty_t8C6A588288145011F51684F36BC8E75D76562DCF* L_0 = (XProperty_t8C6A588288145011F51684F36BC8E75D76562DCF*)il2cpp_codegen_object_new(XProperty_t8C6A588288145011F51684F36BC8E75D76562DCF_il2cpp_TypeInfo_var);
|
|
XProperty__ctor_m8BDE40D9A01C87DC26BCB7CC6AAB0441712222D1(L_0, NULL);
|
|
ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m40F86807A2A0CC9F574A3A455C47491E8525965E(__this, L_0, ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m40F86807A2A0CC9F574A3A455C47491E8525965E_RuntimeMethod_var);
|
|
YProperty_t8336BB92AFEFEA6FA7A3514208F6225A2A55C53D* L_1 = (YProperty_t8336BB92AFEFEA6FA7A3514208F6225A2A55C53D*)il2cpp_codegen_object_new(YProperty_t8336BB92AFEFEA6FA7A3514208F6225A2A55C53D_il2cpp_TypeInfo_var);
|
|
YProperty__ctor_m56D39E155684EBED875AE1502810D729156D44FD(L_1, NULL);
|
|
ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m40F86807A2A0CC9F574A3A455C47491E8525965E(__this, L_1, ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m40F86807A2A0CC9F574A3A455C47491E8525965E_RuntimeMethod_var);
|
|
ZProperty_tE3CC595BEA6E836D92F5B2021E9D877C76BD107B* L_2 = (ZProperty_tE3CC595BEA6E836D92F5B2021E9D877C76BD107B*)il2cpp_codegen_object_new(ZProperty_tE3CC595BEA6E836D92F5B2021E9D877C76BD107B_il2cpp_TypeInfo_var);
|
|
ZProperty__ctor_mAB78F8DD9D7F7520BB2564084D676A6FDEE70323(L_2, NULL);
|
|
ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m2312C5D9A2FFD4D33444AF82DA6928DB7413021B(__this, L_2, ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m2312C5D9A2FFD4D33444AF82DA6928DB7413021B_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: 18123
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XProperty_get_Name_m7DD9DF0A332E3A7E51FC873DA8A0ED7316D7CD1A (XProperty_t8C6A588288145011F51684F36BC8E75D76562DCF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18124
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XProperty_get_IsReadOnly_mDCB961028F9B2E881079B18F0592E5A3E1D1576E (XProperty_t8C6A588288145011F51684F36BC8E75D76562DCF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18125
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 XProperty_GetValue_m66B6A72FCEC76E72F3BFE27BED1CDFF0A6276A4B (XProperty_t8C6A588288145011F51684F36BC8E75D76562DCF* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* ___0_container, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* L_0 = ___0_container;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1;
|
|
L_1 = TransformOrigin_get_x_m45B713C35F41919099DFE89257682A47EA02EB1C_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 18126
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XProperty_SetValue_m68FA5F81611038CEB18BC0D95465B81956481A71 (XProperty_t8C6A588288145011F51684F36BC8E75D76562DCF* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* ___0_container, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* L_0 = ___0_container;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1 = ___1_value;
|
|
TransformOrigin_set_x_m85267D87CD5499A71F5ED6C5CCBE5C09B6C40BE1_inline(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18127
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XProperty__ctor_m8BDE40D9A01C87DC26BCB7CC6AAB0441712222D1 (XProperty_t8C6A588288145011F51684F36BC8E75D76562DCF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_2__ctor_m0C7CB36E75ACC9582EAA1F0254AED71A12C950BE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CNameU3Ek__BackingField = _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B);
|
|
__this->___U3CIsReadOnlyU3Ek__BackingField = (bool)0;
|
|
Property_2__ctor_m0C7CB36E75ACC9582EAA1F0254AED71A12C950BE(__this, Property_2__ctor_m0C7CB36E75ACC9582EAA1F0254AED71A12C950BE_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: 18128
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* YProperty_get_Name_m4C61D471980E66937FEE856B268E37195214B059 (YProperty_t8336BB92AFEFEA6FA7A3514208F6225A2A55C53D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18129
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool YProperty_get_IsReadOnly_mA50D0E3BA6B7D0DED3FF925A17C0279DFEAB0EC4 (YProperty_t8336BB92AFEFEA6FA7A3514208F6225A2A55C53D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18130
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 YProperty_GetValue_m5D6535229BDC505DCA2CE103E80E19D0F0672FF8 (YProperty_t8336BB92AFEFEA6FA7A3514208F6225A2A55C53D* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* ___0_container, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* L_0 = ___0_container;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1;
|
|
L_1 = TransformOrigin_get_y_m2B16F6E4821E20812F1A091AB94F88558FA7EE44_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 18131
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YProperty_SetValue_mC477A4711AFD934E78927B04FF37DE24AEED91D8 (YProperty_t8336BB92AFEFEA6FA7A3514208F6225A2A55C53D* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* ___0_container, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* L_0 = ___0_container;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1 = ___1_value;
|
|
TransformOrigin_set_y_m2E1B89131CCCF50B8E3118C020D98161442E7247_inline(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18132
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YProperty__ctor_m56D39E155684EBED875AE1502810D729156D44FD (YProperty_t8336BB92AFEFEA6FA7A3514208F6225A2A55C53D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_2__ctor_m0C7CB36E75ACC9582EAA1F0254AED71A12C950BE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CNameU3Ek__BackingField = _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1);
|
|
__this->___U3CIsReadOnlyU3Ek__BackingField = (bool)0;
|
|
Property_2__ctor_m0C7CB36E75ACC9582EAA1F0254AED71A12C950BE(__this, Property_2__ctor_m0C7CB36E75ACC9582EAA1F0254AED71A12C950BE_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: 18133
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZProperty_get_Name_m6257BE8F8A1F94D61D870BBEB619F6356647FE74 (ZProperty_tE3CC595BEA6E836D92F5B2021E9D877C76BD107B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18134
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZProperty_get_IsReadOnly_mA92BF2AEE2EF58D1848BACAFE8A411EE265EBAA4 (ZProperty_tE3CC595BEA6E836D92F5B2021E9D877C76BD107B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18135
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ZProperty_GetValue_m3BFC8D917A012D0D699C9ABF28D76C1C3601EFA1 (ZProperty_tE3CC595BEA6E836D92F5B2021E9D877C76BD107B* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* ___0_container, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* L_0 = ___0_container;
|
|
float L_1;
|
|
L_1 = TransformOrigin_get_z_m1B0602F587F9B7DF875C751BE1DA610E0CFBFAD7_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 18136
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZProperty_SetValue_mBED578CDBC0E60AF29905AB4EB8404058E2D502D (ZProperty_tE3CC595BEA6E836D92F5B2021E9D877C76BD107B* __this, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* L_0 = ___0_container;
|
|
float L_1 = ___1_value;
|
|
TransformOrigin_set_z_mBD60A62A252B592797C2F688D43EFD79958E1E09_inline(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18137
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZProperty__ctor_mAB78F8DD9D7F7520BB2564084D676A6FDEE70323 (ZProperty_tE3CC595BEA6E836D92F5B2021E9D877C76BD107B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_2__ctor_mF9A556D5FDF225547C7FCB2FD28E4B91C92E81FC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CNameU3Ek__BackingField = _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1);
|
|
__this->___U3CIsReadOnlyU3Ek__BackingField = (bool)0;
|
|
Property_2__ctor_mF9A556D5FDF225547C7FCB2FD28E4B91C92E81FC(__this, Property_2__ctor_mF9A556D5FDF225547C7FCB2FD28E4B91C92E81FC_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
|
|
IL2CPP_EXTERN_C void Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_pinvoke(const Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E& unmarshaled, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___m_X = unmarshaled.___m_X;
|
|
marshaled.___m_Y = unmarshaled.___m_Y;
|
|
marshaled.___m_Z = unmarshaled.___m_Z;
|
|
marshaled.___m_isNone = static_cast<int32_t>(unmarshaled.___m_isNone);
|
|
}
|
|
IL2CPP_EXTERN_C void Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_pinvoke_back(const Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke& marshaled, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E& unmarshaled)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 unmarshaledm_X_temp_0;
|
|
memset((&unmarshaledm_X_temp_0), 0, sizeof(unmarshaledm_X_temp_0));
|
|
unmarshaledm_X_temp_0 = marshaled.___m_X;
|
|
unmarshaled.___m_X = unmarshaledm_X_temp_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 unmarshaledm_Y_temp_1;
|
|
memset((&unmarshaledm_Y_temp_1), 0, sizeof(unmarshaledm_Y_temp_1));
|
|
unmarshaledm_Y_temp_1 = marshaled.___m_Y;
|
|
unmarshaled.___m_Y = unmarshaledm_Y_temp_1;
|
|
float unmarshaledm_Z_temp_2 = 0.0f;
|
|
unmarshaledm_Z_temp_2 = marshaled.___m_Z;
|
|
unmarshaled.___m_Z = unmarshaledm_Z_temp_2;
|
|
bool unmarshaledm_isNone_temp_3 = false;
|
|
unmarshaledm_isNone_temp_3 = static_cast<bool>(marshaled.___m_isNone);
|
|
unmarshaled.___m_isNone = unmarshaledm_isNone_temp_3;
|
|
}
|
|
IL2CPP_EXTERN_C void Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_pinvoke_cleanup(Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_com(const Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E& unmarshaled, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___m_X = unmarshaled.___m_X;
|
|
marshaled.___m_Y = unmarshaled.___m_Y;
|
|
marshaled.___m_Z = unmarshaled.___m_Z;
|
|
marshaled.___m_isNone = static_cast<int32_t>(unmarshaled.___m_isNone);
|
|
}
|
|
IL2CPP_EXTERN_C void Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_com_back(const Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com& marshaled, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E& unmarshaled)
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 unmarshaledm_X_temp_0;
|
|
memset((&unmarshaledm_X_temp_0), 0, sizeof(unmarshaledm_X_temp_0));
|
|
unmarshaledm_X_temp_0 = marshaled.___m_X;
|
|
unmarshaled.___m_X = unmarshaledm_X_temp_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 unmarshaledm_Y_temp_1;
|
|
memset((&unmarshaledm_Y_temp_1), 0, sizeof(unmarshaledm_Y_temp_1));
|
|
unmarshaledm_Y_temp_1 = marshaled.___m_Y;
|
|
unmarshaled.___m_Y = unmarshaledm_Y_temp_1;
|
|
float unmarshaledm_Z_temp_2 = 0.0f;
|
|
unmarshaledm_Z_temp_2 = marshaled.___m_Z;
|
|
unmarshaled.___m_Z = unmarshaledm_Z_temp_2;
|
|
bool unmarshaledm_isNone_temp_3 = false;
|
|
unmarshaledm_isNone_temp_3 = static_cast<bool>(marshaled.___m_isNone);
|
|
unmarshaled.___m_isNone = unmarshaledm_isNone_temp_3;
|
|
}
|
|
IL2CPP_EXTERN_C void Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshal_com_cleanup(Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 18138
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Translate__ctor_mA8F128A2982F876C29861342C68C70C2D16B5094 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_x, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_y, float ___2_z, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_x;
|
|
__this->___m_X = L_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1 = ___1_y;
|
|
__this->___m_Y = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___m_Z = L_2;
|
|
__this->___m_isNone = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Translate__ctor_mA8F128A2982F876C29861342C68C70C2D16B5094_AdjustorThunk (RuntimeObject* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_x, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_y, float ___2_z, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*>(__this + _offset);
|
|
Translate__ctor_mA8F128A2982F876C29861342C68C70C2D16B5094(_thisAdjusted, ___0_x, ___1_y, ___2_z, method);
|
|
}
|
|
// Method Definition Index: 18139
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Translate__ctor_m5080FEB789B6EBEACD72F8D48D6ACA667DFFB3A0 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_v;
|
|
float L_1 = L_0.___x;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_2;
|
|
L_2 = Length_op_Implicit_m29448D89D0F99CC4CFCEB9CD57853BA78A94EDA5(L_1, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_v;
|
|
float L_4 = L_3.___y;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_5;
|
|
L_5 = Length_op_Implicit_m29448D89D0F99CC4CFCEB9CD57853BA78A94EDA5(L_4, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_v;
|
|
float L_7 = L_6.___z;
|
|
Translate__ctor_mA8F128A2982F876C29861342C68C70C2D16B5094(__this, L_2, L_5, L_7, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Translate__ctor_m5080FEB789B6EBEACD72F8D48D6ACA667DFFB3A0_AdjustorThunk (RuntimeObject* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*>(__this + _offset);
|
|
Translate__ctor_m5080FEB789B6EBEACD72F8D48D6ACA667DFFB3A0(_thisAdjusted, ___0_v, method);
|
|
}
|
|
// Method Definition Index: 18140
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E Translate_op_Implicit_m1F0E1A84C62C5D1F92A4C0E60E6C944F17859670 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_v;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Translate__ctor_m5080FEB789B6EBEACD72F8D48D6ACA667DFFB3A0((&L_1), L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 18141
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E Translate_None_mFCFE8B0CF287C781CA98B3D09F6B1200B0AD6401 (const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E));
|
|
(&V_0)->___m_isNone = (bool)1;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_0 = V_0;
|
|
V_1 = L_0;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_1 = V_1;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 18142
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Translate_get_x_m20B598ADBC230B32AA055FF13B07038E629AA599 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = __this->___m_X;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Translate_get_x_m20B598ADBC230B32AA055FF13B07038E629AA599_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*>(__this + _offset);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 _returnValue;
|
|
_returnValue = Translate_get_x_m20B598ADBC230B32AA055FF13B07038E629AA599_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18143
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Translate_set_x_mC2FECF2A598A595643CE6AE22E4CA537D623A63F (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_value;
|
|
__this->___m_X = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Translate_set_x_mC2FECF2A598A595643CE6AE22E4CA537D623A63F_AdjustorThunk (RuntimeObject* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*>(__this + _offset);
|
|
Translate_set_x_mC2FECF2A598A595643CE6AE22E4CA537D623A63F_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18144
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Translate_get_y_m587EA6A26C8B48C4B7D44B9B914A8DE3FAB42D80 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = __this->___m_Y;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Translate_get_y_m587EA6A26C8B48C4B7D44B9B914A8DE3FAB42D80_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*>(__this + _offset);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 _returnValue;
|
|
_returnValue = Translate_get_y_m587EA6A26C8B48C4B7D44B9B914A8DE3FAB42D80_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18145
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Translate_set_y_mEA6E6345529F853EA4869E308CAC53CFB0973243 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_value;
|
|
__this->___m_Y = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Translate_set_y_mEA6E6345529F853EA4869E308CAC53CFB0973243_AdjustorThunk (RuntimeObject* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*>(__this + _offset);
|
|
Translate_set_y_mEA6E6345529F853EA4869E308CAC53CFB0973243_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18146
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Translate_get_z_mB2327E142162E26835FB78D9E48E0CAA1C387854 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Z;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float Translate_get_z_mB2327E142162E26835FB78D9E48E0CAA1C387854_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = Translate_get_z_mB2327E142162E26835FB78D9E48E0CAA1C387854_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18147
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Translate_set_z_m5F3E47FFBEC44906F56503FFA399827B3A7267F9 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_Z = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Translate_set_z_m5F3E47FFBEC44906F56503FFA399827B3A7267F9_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*>(__this + _offset);
|
|
Translate_set_z_m5F3E47FFBEC44906F56503FFA399827B3A7267F9_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// Method Definition Index: 18148
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Translate_op_Equality_m320CFAF67C0BEF258338E5529C9E5921A3C822F1 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_lhs, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_0 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1 = L_0.___m_X;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_2 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_3 = L_2.___m_X;
|
|
bool L_4;
|
|
L_4 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_1, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_5 = ___0_lhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_6 = L_5.___m_Y;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_7 = ___1_rhs;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_8 = L_7.___m_Y;
|
|
bool L_9;
|
|
L_9 = Length_op_Equality_m2714C67D7F1391E9AE335F71CB446B90876D96D3(L_6, L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_10 = ___0_lhs;
|
|
float L_11 = L_10.___m_Z;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_12 = ___1_rhs;
|
|
float L_13 = L_12.___m_Z;
|
|
if ((!(((float)L_11) == ((float)L_13))))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_14 = ___0_lhs;
|
|
bool L_15 = L_14.___m_isNone;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_16 = ___1_rhs;
|
|
bool L_17 = L_16.___m_isNone;
|
|
G_B5_0 = ((((int32_t)L_15) == ((int32_t)L_17))? 1 : 0);
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
V_0 = (bool)G_B5_0;
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
bool L_18 = V_0;
|
|
return L_18;
|
|
}
|
|
}
|
|
// Method Definition Index: 18149
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Translate_op_Inequality_m22BC975D920C03F774F1F70D8527F9A042E90473 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_lhs, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_0 = ___0_lhs;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_1 = ___1_rhs;
|
|
bool L_2;
|
|
L_2 = Translate_op_Equality_m320CFAF67C0BEF258338E5529C9E5921A3C822F1(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: 18150
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Translate_Equals_m4BEA411692EF383BCB3C6E330755E444D1C309AA (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_0 = ___0_other;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_1 = (*(Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*)__this);
|
|
bool L_2;
|
|
L_2 = Translate_op_Equality_m320CFAF67C0BEF258338E5529C9E5921A3C822F1(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Translate_Equals_m4BEA411692EF383BCB3C6E330755E444D1C309AA_AdjustorThunk (RuntimeObject* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___0_other, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Translate_Equals_m4BEA411692EF383BCB3C6E330755E444D1C309AA(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18151
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Translate_Equals_mEE5D86BA4C5C8C65EC0F226E081F49BA891792E1 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*)UnBox(L_1, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_il2cpp_TypeInfo_var)));
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = Translate_Equals_m4BEA411692EF383BCB3C6E330755E444D1C309AA(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Translate_Equals_mEE5D86BA4C5C8C65EC0F226E081F49BA891792E1_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Translate_Equals_mEE5D86BA4C5C8C65EC0F226E081F49BA891792E1(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18152
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Translate_GetHashCode_m6154995C5157AC77ED6F1EFC5C1FD60EF0B3CA1C (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_0 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___m_X);
|
|
int32_t L_1;
|
|
L_1 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_0, NULL);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_2 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___m_Y);
|
|
int32_t L_3;
|
|
L_3 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_2, NULL);
|
|
float* L_4 = (float*)(&__this->___m_Z);
|
|
int32_t L_5;
|
|
L_5 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_4, NULL);
|
|
V_0 = ((int32_t)(((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)793)))^((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)791)))))^((int32_t)il2cpp_codegen_multiply(L_5, ((int32_t)571)))));
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Translate_GetHashCode_m6154995C5157AC77ED6F1EFC5C1FD60EF0B3CA1C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Translate_GetHashCode_m6154995C5157AC77ED6F1EFC5C1FD60EF0B3CA1C(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 18153
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Translate_ToString_m8EAFD5D789CA62ADCEC6FF53CCF58ACCF9FC0D13 (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
float* L_0 = (float*)(&__this->___m_Z);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
|
|
L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_1);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2;
|
|
L_2 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14, L_1);
|
|
String_t* L_3;
|
|
L_3 = Single_ToString_m534852BD7949AA972435783D7B96D0FFB09F6D6A(L_0, L_2, NULL);
|
|
V_0 = L_3;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_4;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_6 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___m_X);
|
|
String_t* L_7;
|
|
L_7 = Length_ToString_mDE5D441EB6FA9C33ED324596B252200F8EF81A69(L_6, NULL);
|
|
NullCheck(L_5);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_7);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_5;
|
|
NullCheck(L_8);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_10 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&__this->___m_Y);
|
|
String_t* L_11;
|
|
L_11 = Length_ToString_mDE5D441EB6FA9C33ED324596B252200F8EF81A69(L_10, NULL);
|
|
NullCheck(L_9);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_11);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_9;
|
|
NullCheck(L_12);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12;
|
|
String_t* L_14 = V_0;
|
|
NullCheck(L_13);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_14);
|
|
String_t* L_15;
|
|
L_15 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_13, NULL);
|
|
V_1 = L_15;
|
|
goto IL_0061;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
String_t* L_16 = V_1;
|
|
return L_16;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Translate_ToString_m8EAFD5D789CA62ADCEC6FF53CCF58ACCF9FC0D13_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Translate_ToString_m8EAFD5D789CA62ADCEC6FF53CCF58ACCF9FC0D13(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 18154
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBag__ctor_m074A122FE2C8A065014C2D44CA503256FAB7C16E (PropertyBag_tB6AE851531B44CE2EEE6F59CC0A1C0D43C72E885* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m81E6945C89C58557F6ADA49CF9831968A082B36D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mED7C0AAB33BB82D38A8848C94A6EB50FA25CC158_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1__ctor_m8E40011652293DA2EEA6653A3878F2F659B72168_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XProperty_tEEE97D7377FEDBE4A64E34C9A16C976DD534DBC3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&YProperty_tEF56661642FAC9D02BB25B0F24194D90696D0534_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZProperty_tFEFF4840B2A841B1E01DC41D99CA65C568D6592C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ContainerPropertyBag_1_t42AF59B6805205BD9B7F2C13BC176CD18E9A9A4D_il2cpp_TypeInfo_var);
|
|
ContainerPropertyBag_1__ctor_m8E40011652293DA2EEA6653A3878F2F659B72168(__this, ContainerPropertyBag_1__ctor_m8E40011652293DA2EEA6653A3878F2F659B72168_RuntimeMethod_var);
|
|
XProperty_tEEE97D7377FEDBE4A64E34C9A16C976DD534DBC3* L_0 = (XProperty_tEEE97D7377FEDBE4A64E34C9A16C976DD534DBC3*)il2cpp_codegen_object_new(XProperty_tEEE97D7377FEDBE4A64E34C9A16C976DD534DBC3_il2cpp_TypeInfo_var);
|
|
XProperty__ctor_m89C1FDC0A7F6413A331CDF8792988213FFF204F8(L_0, NULL);
|
|
ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m81E6945C89C58557F6ADA49CF9831968A082B36D(__this, L_0, ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m81E6945C89C58557F6ADA49CF9831968A082B36D_RuntimeMethod_var);
|
|
YProperty_tEF56661642FAC9D02BB25B0F24194D90696D0534* L_1 = (YProperty_tEF56661642FAC9D02BB25B0F24194D90696D0534*)il2cpp_codegen_object_new(YProperty_tEF56661642FAC9D02BB25B0F24194D90696D0534_il2cpp_TypeInfo_var);
|
|
YProperty__ctor_m5A6F808D4AD77CC5AA15C28F89EABC59F2E8FB3D(L_1, NULL);
|
|
ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m81E6945C89C58557F6ADA49CF9831968A082B36D(__this, L_1, ContainerPropertyBag_1_AddProperty_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m81E6945C89C58557F6ADA49CF9831968A082B36D_RuntimeMethod_var);
|
|
ZProperty_tFEFF4840B2A841B1E01DC41D99CA65C568D6592C* L_2 = (ZProperty_tFEFF4840B2A841B1E01DC41D99CA65C568D6592C*)il2cpp_codegen_object_new(ZProperty_tFEFF4840B2A841B1E01DC41D99CA65C568D6592C_il2cpp_TypeInfo_var);
|
|
ZProperty__ctor_m3E8C589CE50571632BB9C8D65E5DC22AD9D129FF(L_2, NULL);
|
|
ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mED7C0AAB33BB82D38A8848C94A6EB50FA25CC158(__this, L_2, ContainerPropertyBag_1_AddProperty_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mED7C0AAB33BB82D38A8848C94A6EB50FA25CC158_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: 18155
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XProperty_get_Name_mADCC35591DE8D58094840B2706E9943B741459D2 (XProperty_tEEE97D7377FEDBE4A64E34C9A16C976DD534DBC3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18156
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XProperty_get_IsReadOnly_mE9CC7261B907AC649813E21E94EC6667C443B13C (XProperty_tEEE97D7377FEDBE4A64E34C9A16C976DD534DBC3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18157
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 XProperty_GetValue_m7AB3F0D706767C923BE3A87A0BEE1FB9C03EF71B (XProperty_tEEE97D7377FEDBE4A64E34C9A16C976DD534DBC3* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* ___0_container, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* L_0 = ___0_container;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1;
|
|
L_1 = Translate_get_x_m20B598ADBC230B32AA055FF13B07038E629AA599_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 18158
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XProperty_SetValue_m66D4C0FB5B15AD5E9415069513E50424D7D2C143 (XProperty_tEEE97D7377FEDBE4A64E34C9A16C976DD534DBC3* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* ___0_container, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* L_0 = ___0_container;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1 = ___1_value;
|
|
Translate_set_x_mC2FECF2A598A595643CE6AE22E4CA537D623A63F_inline(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18159
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XProperty__ctor_m89C1FDC0A7F6413A331CDF8792988213FFF204F8 (XProperty_tEEE97D7377FEDBE4A64E34C9A16C976DD534DBC3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_2__ctor_m69F07C000FB26AD2B808024C3912B084674F2968_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CNameU3Ek__BackingField = _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B);
|
|
__this->___U3CIsReadOnlyU3Ek__BackingField = (bool)0;
|
|
Property_2__ctor_m69F07C000FB26AD2B808024C3912B084674F2968(__this, Property_2__ctor_m69F07C000FB26AD2B808024C3912B084674F2968_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: 18160
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* YProperty_get_Name_m6D0DA646BF96D45A0C50E45781AB9FD7CEC72E0E (YProperty_tEF56661642FAC9D02BB25B0F24194D90696D0534* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18161
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool YProperty_get_IsReadOnly_mFFA4E28A03308DE705150CC58112FA3BBACAE882 (YProperty_tEF56661642FAC9D02BB25B0F24194D90696D0534* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18162
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 YProperty_GetValue_m1E6891C66C493800F5ED80A93AF3029E88FD38D1 (YProperty_tEF56661642FAC9D02BB25B0F24194D90696D0534* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* ___0_container, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* L_0 = ___0_container;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1;
|
|
L_1 = Translate_get_y_m587EA6A26C8B48C4B7D44B9B914A8DE3FAB42D80_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 18163
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YProperty_SetValue_m92C91CE9F450E58401C25A768BF6552536788CD7 (YProperty_tEF56661642FAC9D02BB25B0F24194D90696D0534* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* ___0_container, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* L_0 = ___0_container;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_1 = ___1_value;
|
|
Translate_set_y_mEA6E6345529F853EA4869E308CAC53CFB0973243_inline(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18164
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YProperty__ctor_m5A6F808D4AD77CC5AA15C28F89EABC59F2E8FB3D (YProperty_tEF56661642FAC9D02BB25B0F24194D90696D0534* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_2__ctor_m69F07C000FB26AD2B808024C3912B084674F2968_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CNameU3Ek__BackingField = _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1);
|
|
__this->___U3CIsReadOnlyU3Ek__BackingField = (bool)0;
|
|
Property_2__ctor_m69F07C000FB26AD2B808024C3912B084674F2968(__this, Property_2__ctor_m69F07C000FB26AD2B808024C3912B084674F2968_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: 18165
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZProperty_get_Name_m7FC5D9F4203ACDE505DDB83EEF8846F9C1D51E05 (ZProperty_tFEFF4840B2A841B1E01DC41D99CA65C568D6592C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18166
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZProperty_get_IsReadOnly_m5CAD90F101C586DAC75BC44A8D6E1393613B7BBB (ZProperty_tFEFF4840B2A841B1E01DC41D99CA65C568D6592C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18167
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ZProperty_GetValue_m51D7CB797AAF660B8E39E351B5A11984E4EF871F (ZProperty_tFEFF4840B2A841B1E01DC41D99CA65C568D6592C* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* ___0_container, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* L_0 = ___0_container;
|
|
float L_1;
|
|
L_1 = Translate_get_z_mB2327E142162E26835FB78D9E48E0CAA1C387854_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 18168
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZProperty_SetValue_m7C29803E65463DB65D48496B159FCDD6341A325E (ZProperty_tFEFF4840B2A841B1E01DC41D99CA65C568D6592C* __this, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* ___0_container, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* L_0 = ___0_container;
|
|
float L_1 = ___1_value;
|
|
Translate_set_z_m5F3E47FFBEC44906F56503FFA399827B3A7267F9_inline(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18169
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZProperty__ctor_m3E8C589CE50571632BB9C8D65E5DC22AD9D129FF (ZProperty_tFEFF4840B2A841B1E01DC41D99CA65C568D6592C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_2__ctor_m37B9F73F09E8F11ACDD2589E14F19D4002B29FA0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CNameU3Ek__BackingField = _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1);
|
|
__this->___U3CIsReadOnlyU3Ek__BackingField = (bool)0;
|
|
Property_2__ctor_m37B9F73F09E8F11ACDD2589E14F19D4002B29FA0(__this, Property_2__ctor_m37B9F73F09E8F11ACDD2589E14F19D4002B29FA0_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
|
|
#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
|
|
#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
|
|
#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
|
|
#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
|
|
#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: 18216
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StylePropertyAnimationSystem__ctor_mC6EBE9875CD310004AB1C28FD79DCEF3DED90CD8 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC6AD8982CA3D110E6245DB0643FACB0CD5029E5B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m90D257D81F60744827FBC0735C4BA1038EA92B1E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t491E344573B9D6F61E36AF56132B7412453928C9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___m_CurrentTimeMs = ((int64_t)0);
|
|
List_1_t491E344573B9D6F61E36AF56132B7412453928C9* L_0 = (List_1_t491E344573B9D6F61E36AF56132B7412453928C9*)il2cpp_codegen_object_new(List_1_t491E344573B9D6F61E36AF56132B7412453928C9_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m90D257D81F60744827FBC0735C4BA1038EA92B1E(L_0, List_1__ctor_m90D257D81F60744827FBC0735C4BA1038EA92B1E_RuntimeMethod_var);
|
|
__this->___m_AllValues = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AllValues), (void*)L_0);
|
|
Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7* L_1 = (Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7*)il2cpp_codegen_object_new(Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mC6AD8982CA3D110E6245DB0643FACB0CD5029E5B(L_1, Dictionary_2__ctor_mC6AD8982CA3D110E6245DB0643FACB0CD5029E5B_RuntimeMethod_var);
|
|
__this->___m_PropertyToValues = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PropertyToValues), (void*)L_1);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9_il2cpp_TypeInfo_var);
|
|
int64_t L_2;
|
|
L_2 = Panel_TimeSinceStartupMs_mEEA20B197A3A4342A6CBB8412CF9040C815FEB7B(NULL);
|
|
__this->___m_CurrentTimeMs = L_2;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18219
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_mA488D4FC576A6AF240082C18E0E46600CC972320 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, float ___2_startValue, float ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2_m69BD3101A74B41321546E2751DF646D4EB610CB0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m7DA7B0363D2265A7C217459845364E86F6D093AB_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
float L_2 = ___2_startValue;
|
|
float L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2** L_7 = (ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2**)(&__this->___m_Floats);
|
|
ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2_m69BD3101A74B41321546E2751DF646D4EB610CB0(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2_m69BD3101A74B41321546E2751DF646D4EB610CB0_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m7DA7B0363D2265A7C217459845364E86F6D093AB(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m7DA7B0363D2265A7C217459845364E86F6D093AB_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18220
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_m824E7D3EA9CA44374AD9A3321767C10DF3F2D8E3 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, int32_t ___2_startValue, int32_t ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367_m46F0FADDB445430FB28DA5D1A5E4F6884D9A0D3A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB97CADACE8C091B57839011BE99CE92EC7A16744_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
int32_t L_2 = ___2_startValue;
|
|
int32_t L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367** L_7 = (ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367**)(&__this->___m_Ints);
|
|
ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367_m46F0FADDB445430FB28DA5D1A5E4F6884D9A0D3A(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367_m46F0FADDB445430FB28DA5D1A5E4F6884D9A0D3A_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB97CADACE8C091B57839011BE99CE92EC7A16744(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB97CADACE8C091B57839011BE99CE92EC7A16744_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18221
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_m66912DFF6FB884ABD0A56EBB0F65D282F34DCA5B (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___2_startValue, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915_m1D6B301065FC8678565A1A179ED187E6D7DBAF0B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m35F10294C0F650E36D89179C9EBDD14F1BED06F6_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_2 = ___2_startValue;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915** L_7 = (ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915**)(&__this->___m_Lengths);
|
|
ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915_m1D6B301065FC8678565A1A179ED187E6D7DBAF0B(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915_m1D6B301065FC8678565A1A179ED187E6D7DBAF0B_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m35F10294C0F650E36D89179C9EBDD14F1BED06F6(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m35F10294C0F650E36D89179C9EBDD14F1BED06F6_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18222
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_m750260F2A718F9E2B44149751B25C47525B8B849 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_startValue, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904_mDB2355711EE15D844723B2B521C5178F4902A6BA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mA6698B8B343450BE774AAFACE5329339B620513C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___2_startValue;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904** L_7 = (ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904**)(&__this->___m_Colors);
|
|
ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904_mDB2355711EE15D844723B2B521C5178F4902A6BA(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904_mDB2355711EE15D844723B2B521C5178F4902A6BA_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mA6698B8B343450BE774AAFACE5329339B620513C(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mA6698B8B343450BE774AAFACE5329339B620513C_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18223
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransitionEnum_mD482EC4596098E575B4EB72CAAB8FE8379EEAF3F (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, int32_t ___2_startValue, int32_t ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A_mC55DD1C7BC6058D5A12CA3DE65839A0BD0F64E57_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB97CADACE8C091B57839011BE99CE92EC7A16744_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
int32_t L_2 = ___2_startValue;
|
|
int32_t L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A** L_7 = (ValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A**)(&__this->___m_Enums);
|
|
ValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A_mC55DD1C7BC6058D5A12CA3DE65839A0BD0F64E57(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A_mC55DD1C7BC6058D5A12CA3DE65839A0BD0F64E57_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB97CADACE8C091B57839011BE99CE92EC7A16744(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB97CADACE8C091B57839011BE99CE92EC7A16744_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18224
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_m5BD6F0E4E3C141C5E360C4AD94B430138F357023 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___2_startValue, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34_m3AA63687C84FE888B431AC60F7EDE46679F9C363_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m4681675678ACD0B638F1DE5B61E1FB551007A685_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_2 = ___2_startValue;
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34** L_7 = (ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34**)(&__this->___m_Backgrounds);
|
|
ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34_m3AA63687C84FE888B431AC60F7EDE46679F9C363(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34_m3AA63687C84FE888B431AC60F7EDE46679F9C363_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m4681675678ACD0B638F1DE5B61E1FB551007A685(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m4681675678ACD0B638F1DE5B61E1FB551007A685_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18225
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_m64A2F17B3E3A81F9F6A4308582C37208FE605D3C (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___2_startValue, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7_m980E27E4E6C02926D25BFFDEF0DF7B86D2C4B566_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_m8E4D16083B78CFD9ACB4C401F281E9677C1BE232_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_2 = ___2_startValue;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7** L_7 = (ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7**)(&__this->___m_FontDefinitions);
|
|
ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7_m980E27E4E6C02926D25BFFDEF0DF7B86D2C4B566(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7_m980E27E4E6C02926D25BFFDEF0DF7B86D2C4B566_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_m8E4D16083B78CFD9ACB4C401F281E9677C1BE232(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_m8E4D16083B78CFD9ACB4C401F281E9677C1BE232_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18226
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_mC3833A7A475FE3D838FA7CF6D0822DCEA00AD937 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___2_startValue, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4_m2DB4B8CDC30AEA7F69E9AF175DEEEADF256997EE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m22AF562422138D87A2E30829811FEA3C1A62595F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_2 = ___2_startValue;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4** L_7 = (ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4**)(&__this->___m_Fonts);
|
|
ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4_m2DB4B8CDC30AEA7F69E9AF175DEEEADF256997EE(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4_m2DB4B8CDC30AEA7F69E9AF175DEEEADF256997EE_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m22AF562422138D87A2E30829811FEA3C1A62595F(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m22AF562422138D87A2E30829811FEA3C1A62595F_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18227
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_m9F9ED8F8044D64A2BD8AE264E2EE12E6577FC038 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___2_startValue, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C_m2DD45E28E05067361C23AF6459FC26220732E34C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_mAF55C9EB61C8081E34D6DA31BB0B7749F7120DB4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 L_2 = ___2_startValue;
|
|
TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C** L_7 = (ValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C**)(&__this->___m_TextShadows);
|
|
ValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C_m2DD45E28E05067361C23AF6459FC26220732E34C(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C_m2DD45E28E05067361C23AF6459FC26220732E34C_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_mAF55C9EB61C8081E34D6DA31BB0B7749F7120DB4(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_mAF55C9EB61C8081E34D6DA31BB0B7749F7120DB4_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18228
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_mB98BF3E021927FE9EE8EF1A5A01F41BB669D55A7 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___2_startValue, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A_m5D936E7D89B0490962316F11C3199C376E575A7D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mCA0F0ADA23085C05A6E20E52FAC0B7FE37E5F40F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_2 = ___2_startValue;
|
|
Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A** L_7 = (ValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A**)(&__this->___m_Scale);
|
|
ValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A_m5D936E7D89B0490962316F11C3199C376E575A7D(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A_m5D936E7D89B0490962316F11C3199C376E575A7D_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mCA0F0ADA23085C05A6E20E52FAC0B7FE37E5F40F(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mCA0F0ADA23085C05A6E20E52FAC0B7FE37E5F40F_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18229
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_m9C575CC7F1C699469444EA233AF2EF36B77D7BEC (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___2_startValue, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63_m4D2646D45B81A1B5C91B8B7E7080F6E36A570778_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_mF48ED781CBE6F243450F08A3CA66A160BA853FF1_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_2 = ___2_startValue;
|
|
Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63** L_7 = (ValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63**)(&__this->___m_Rotate);
|
|
ValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63_m4D2646D45B81A1B5C91B8B7E7080F6E36A570778(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63_m4D2646D45B81A1B5C91B8B7E7080F6E36A570778_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_mF48ED781CBE6F243450F08A3CA66A160BA853FF1(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_mF48ED781CBE6F243450F08A3CA66A160BA853FF1_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18230
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_mC589A39E065FC5CC51F748CBB2A37121CF18E6C4 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___2_startValue, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B_m9D347157570FF4DC0BC1A96EB5DC3A57DEA15B16_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_m0BCC34376C9BBAEB7315E9F98CF2FF0578E354B7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_2 = ___2_startValue;
|
|
Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B** L_7 = (ValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B**)(&__this->___m_Translate);
|
|
ValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B_m9D347157570FF4DC0BC1A96EB5DC3A57DEA15B16(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B_m9D347157570FF4DC0BC1A96EB5DC3A57DEA15B16_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_m0BCC34376C9BBAEB7315E9F98CF2FF0578E354B7(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_m0BCC34376C9BBAEB7315E9F98CF2FF0578E354B7_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18231
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_m7540FF4C1A2E1D467F2AB31F818A191B6D2643AF (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___2_startValue, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F_m02C7F5437BD38F23BD0D7959FB0A6737F7F5E07C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_m6DA3A36592C69F444EC66E150A00D1E9D0D2E74F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_2 = ___2_startValue;
|
|
TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F** L_7 = (ValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F**)(&__this->___m_TransformOrigin);
|
|
ValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F_m02C7F5437BD38F23BD0D7959FB0A6737F7F5E07C(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F_m02C7F5437BD38F23BD0D7959FB0A6737F7F5E07C_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_m6DA3A36592C69F444EC66E150A00D1E9D0D2E74F(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_m6DA3A36592C69F444EC66E150A00D1E9D0D2E74F_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18232
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_m41924DC7A9CED219BEFBD27470500900B79D9C88 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___2_startValue, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F_mA555C3F8E56EF9B586CA6B868951A84880313C83_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_m59149E7FDDAC4E8D0A61B8FB1CC7903448920F25_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_2 = ___2_startValue;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F** L_7 = (ValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F**)(&__this->___m_BackgroundPosition);
|
|
ValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F_mA555C3F8E56EF9B586CA6B868951A84880313C83(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundPosition_tBED0CBF1C77F4F30290CF99379DC6312E581991F_mA555C3F8E56EF9B586CA6B868951A84880313C83_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_m59149E7FDDAC4E8D0A61B8FB1CC7903448920F25(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_m59149E7FDDAC4E8D0A61B8FB1CC7903448920F25_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18233
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_mD7CF6230E812AA9A748DC9CF8D8D1B188BE15018 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___2_startValue, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0_m5A909275A72203B4161A996EBFB503DD8BDA9157_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m2AD95507A725DE28DE5E96849079A65322417175_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_2 = ___2_startValue;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0** L_7 = (ValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0**)(&__this->___m_BackgroundRepeat);
|
|
ValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0_m5A909275A72203B4161A996EBFB503DD8BDA9157(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundRepeat_t4556DB367947274405EB14545328F6B1FBB0EDD0_m5A909275A72203B4161A996EBFB503DD8BDA9157_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m2AD95507A725DE28DE5E96849079A65322417175(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m2AD95507A725DE28DE5E96849079A65322417175_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18234
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyAnimationSystem_StartTransition_m97A4AE047162EC034D6EE8BB1529BBE734DD42D3 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___2_startValue, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___3_endValue, int32_t ___4_durationMs, int32_t ___5_delayMs, Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___6_easingCurve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B_m2F81601BE4506D6C585DA5539210FB08972E325B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyAnimationSystem_StartTransition_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m34C24D938044ADD71FFADAD44C32771D53DE01A1_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 L_2 = ___2_startValue;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 L_3 = ___3_endValue;
|
|
int32_t L_4 = ___4_durationMs;
|
|
int32_t L_5 = ___5_delayMs;
|
|
Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* L_6 = ___6_easingCurve;
|
|
ValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B** L_7 = (ValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B**)(&__this->___m_BackgroundSize);
|
|
ValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B* L_8;
|
|
L_8 = StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B_m2F81601BE4506D6C585DA5539210FB08972E325B(__this, L_7, StylePropertyAnimationSystem_GetOrCreate_TisValuesBackgroundSize_t30803A528EE8DA7114664325490CBE30D70A6F1B_m2F81601BE4506D6C585DA5539210FB08972E325B_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = StylePropertyAnimationSystem_StartTransition_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m34C24D938044ADD71FFADAD44C32771D53DE01A1(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_8, StylePropertyAnimationSystem_StartTransition_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_m34C24D938044ADD71FFADAD44C32771D53DE01A1_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 18235
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StylePropertyAnimationSystem_CancelAllAnimations_m859A0B94E7BF4CE627385DBC3A13910EFCF05498 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m1FD2D5F736499978C54D76DADDCF6445AF354CC1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m12210516CE0B4854E52D92FF53B0D649C55AC603_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m348933084823613D5B78E792ABB8DD25FACEEA89_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mB38BE531CE4F1BE21B3380F725770C24294D10FF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* V_1 = NULL;
|
|
{
|
|
List_1_t491E344573B9D6F61E36AF56132B7412453928C9* L_0 = __this->___m_AllValues;
|
|
NullCheck(L_0);
|
|
Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041 L_1;
|
|
L_1 = List_1_GetEnumerator_mB38BE531CE4F1BE21B3380F725770C24294D10FF(L_0, List_1_GetEnumerator_mB38BE531CE4F1BE21B3380F725770C24294D10FF_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002c:
|
|
{
|
|
Enumerator_Dispose_m1FD2D5F736499978C54D76DADDCF6445AF354CC1((&V_0), Enumerator_Dispose_m1FD2D5F736499978C54D76DADDCF6445AF354CC1_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_0021_1;
|
|
}
|
|
|
|
IL_0010_1:
|
|
{
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* L_2;
|
|
L_2 = Enumerator_get_Current_m348933084823613D5B78E792ABB8DD25FACEEA89_inline((&V_0), Enumerator_get_Current_m348933084823613D5B78E792ABB8DD25FACEEA89_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
VirtualActionInvoker0::Invoke(4, L_3);
|
|
}
|
|
|
|
IL_0021_1:
|
|
{
|
|
bool L_4;
|
|
L_4 = Enumerator_MoveNext_m12210516CE0B4854E52D92FF53B0D649C55AC603((&V_0), Enumerator_MoveNext_m12210516CE0B4854E52D92FF53B0D649C55AC603_RuntimeMethod_var);
|
|
if (L_4)
|
|
{
|
|
goto IL_0010_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18236
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StylePropertyAnimationSystem_CancelAllAnimations_mA2225E412AD654D4B6AF5A88EF23CA53F29078F4 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Assert_tDC16963451AC4364803739B73A4477ADCB365863_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m1FD2D5F736499978C54D76DADDCF6445AF354CC1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m12210516CE0B4854E52D92FF53B0D649C55AC603_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m348933084823613D5B78E792ABB8DD25FACEEA89_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStylePropertyAnimations_tB90A36DDFC6923EE285E54A51D9B78316CE06764_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mB38BE531CE4F1BE21B3380F725770C24294D10FF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* V_1 = NULL;
|
|
{
|
|
List_1_t491E344573B9D6F61E36AF56132B7412453928C9* L_0 = __this->___m_AllValues;
|
|
NullCheck(L_0);
|
|
Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041 L_1;
|
|
L_1 = List_1_GetEnumerator_mB38BE531CE4F1BE21B3380F725770C24294D10FF(L_0, List_1_GetEnumerator_mB38BE531CE4F1BE21B3380F725770C24294D10FF_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002d:
|
|
{
|
|
Enumerator_Dispose_m1FD2D5F736499978C54D76DADDCF6445AF354CC1((&V_0), Enumerator_Dispose_m1FD2D5F736499978C54D76DADDCF6445AF354CC1_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_0022_1;
|
|
}
|
|
|
|
IL_0010_1:
|
|
{
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* L_2;
|
|
L_2 = Enumerator_get_Current_m348933084823613D5B78E792ABB8DD25FACEEA89_inline((&V_0), Enumerator_get_Current_m348933084823613D5B78E792ABB8DD25FACEEA89_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* L_3 = V_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___0_owner;
|
|
NullCheck(L_3);
|
|
VirtualActionInvoker1< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(5, L_3, L_4);
|
|
}
|
|
|
|
IL_0022_1:
|
|
{
|
|
bool L_5;
|
|
L_5 = Enumerator_MoveNext_m12210516CE0B4854E52D92FF53B0D649C55AC603((&V_0), Enumerator_MoveNext_m12210516CE0B4854E52D92FF53B0D649C55AC603_RuntimeMethod_var);
|
|
if (L_5)
|
|
{
|
|
goto IL_0010_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___0_owner;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = VisualElement_get_styleAnimation_m34C349374229002AAF42A7DAD49AA9615EA154F1(L_6, NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(20, IStylePropertyAnimations_tB90A36DDFC6923EE285E54A51D9B78316CE06764_il2cpp_TypeInfo_var, L_7);
|
|
il2cpp_codegen_runtime_class_init_inline(Assert_tDC16963451AC4364803739B73A4477ADCB365863_il2cpp_TypeInfo_var);
|
|
Assert_AreEqual_m718BB4BD31FA3176A3A236F96BC5405EB750D6CF(0, L_8, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = ___0_owner;
|
|
NullCheck(L_9);
|
|
RuntimeObject* L_10;
|
|
L_10 = VisualElement_get_styleAnimation_m34C349374229002AAF42A7DAD49AA9615EA154F1(L_9, NULL);
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(22, IStylePropertyAnimations_tB90A36DDFC6923EE285E54A51D9B78316CE06764_il2cpp_TypeInfo_var, L_10);
|
|
Assert_AreEqual_m718BB4BD31FA3176A3A236F96BC5405EB750D6CF(0, L_11, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18237
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StylePropertyAnimationSystem_CancelAnimation_m00A18E180517E9BB1E7A5962906178FBDE3E785F (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_id, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m12CB93F7809C0D2F1BA4AEDBB5958C6364B98918_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7* L_0 = __this->___m_PropertyToValues;
|
|
int32_t L_1 = ___1_id;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_TryGetValue_m12CB93F7809C0D2F1BA4AEDBB5958C6364B98918(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m12CB93F7809C0D2F1BA4AEDBB5958C6364B98918_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* L_4 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___0_owner;
|
|
int32_t L_6 = ___1_id;
|
|
NullCheck(L_4);
|
|
VirtualActionInvoker2< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t >::Invoke(6, L_4, L_5, L_6);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18238
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StylePropertyAnimationSystem_UpdateAnimation_mA581F5FE1142E26D02488359BA0D371DE28FC825 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_id, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m12CB93F7809C0D2F1BA4AEDBB5958C6364B98918_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7* L_0 = __this->___m_PropertyToValues;
|
|
int32_t L_1 = ___1_id;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_TryGetValue_m12CB93F7809C0D2F1BA4AEDBB5958C6364B98918(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m12CB93F7809C0D2F1BA4AEDBB5958C6364B98918_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* L_4 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___0_owner;
|
|
int32_t L_6 = ___1_id;
|
|
NullCheck(L_4);
|
|
VirtualActionInvoker2< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t >::Invoke(7, L_4, L_5, L_6);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18239
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StylePropertyAnimationSystem_GetAllAnimations_mC8971FB2A888EE78CFD823EEE20DFB19233339D6 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, List_1_t365205E6BE687FCF41975C16741DD9C303C1C269* ___1_propertyIds, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m1FD2D5F736499978C54D76DADDCF6445AF354CC1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m12210516CE0B4854E52D92FF53B0D649C55AC603_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m348933084823613D5B78E792ABB8DD25FACEEA89_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mB38BE531CE4F1BE21B3380F725770C24294D10FF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* V_1 = NULL;
|
|
{
|
|
List_1_t491E344573B9D6F61E36AF56132B7412453928C9* L_0 = __this->___m_AllValues;
|
|
NullCheck(L_0);
|
|
Enumerator_tA8EB939748E08B4EE23DE9CAE7D395DD91C79041 L_1;
|
|
L_1 = List_1_GetEnumerator_mB38BE531CE4F1BE21B3380F725770C24294D10FF(L_0, List_1_GetEnumerator_mB38BE531CE4F1BE21B3380F725770C24294D10FF_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002c:
|
|
{
|
|
Enumerator_Dispose_m1FD2D5F736499978C54D76DADDCF6445AF354CC1((&V_0), Enumerator_Dispose_m1FD2D5F736499978C54D76DADDCF6445AF354CC1_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_0021_1;
|
|
}
|
|
|
|
IL_0010_1:
|
|
{
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* L_2;
|
|
L_2 = Enumerator_get_Current_m348933084823613D5B78E792ABB8DD25FACEEA89_inline((&V_0), Enumerator_get_Current_m348933084823613D5B78E792ABB8DD25FACEEA89_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* L_3 = V_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___0_owner;
|
|
List_1_t365205E6BE687FCF41975C16741DD9C303C1C269* L_5 = ___1_propertyIds;
|
|
NullCheck(L_3);
|
|
VirtualActionInvoker2< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, List_1_t365205E6BE687FCF41975C16741DD9C303C1C269* >::Invoke(8, L_3, L_4, L_5);
|
|
}
|
|
|
|
IL_0021_1:
|
|
{
|
|
bool L_6;
|
|
L_6 = Enumerator_MoveNext_m12210516CE0B4854E52D92FF53B0D649C55AC603((&V_0), Enumerator_MoveNext_m12210516CE0B4854E52D92FF53B0D649C55AC603_RuntimeMethod_var);
|
|
if (L_6)
|
|
{
|
|
goto IL_0010_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18241
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t StylePropertyAnimationSystem_CurrentTimeMs_m3B079B6B759368132A67B8F2E6052A270A7A49B6 (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, const RuntimeMethod* method)
|
|
{
|
|
int64_t V_0 = 0;
|
|
{
|
|
int64_t L_0 = __this->___m_CurrentTimeMs;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int64_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 18242
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StylePropertyAnimationSystem_Update_m0A975E5EA474AA0574076D5D0CBBC65A7088B01C (StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m455005DED01B6E5D536CA667069173BC5464E2F2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF5AD649DC34CEE11565F944D25226AA88D945D43_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9_il2cpp_TypeInfo_var);
|
|
int64_t L_0;
|
|
L_0 = Panel_TimeSinceStartupMs_mEEA20B197A3A4342A6CBB8412CF9040C815FEB7B(NULL);
|
|
__this->___m_CurrentTimeMs = L_0;
|
|
List_1_t491E344573B9D6F61E36AF56132B7412453928C9* L_1 = __this->___m_AllValues;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = List_1_get_Count_m455005DED01B6E5D536CA667069173BC5464E2F2_inline(L_1, List_1_get_Count_m455005DED01B6E5D536CA667069173BC5464E2F2_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
V_1 = 0;
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
List_1_t491E344573B9D6F61E36AF56132B7412453928C9* L_3 = __this->___m_AllValues;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* L_5;
|
|
L_5 = List_1_get_Item_mF5AD649DC34CEE11565F944D25226AA88D945D43(L_3, L_4, List_1_get_Item_mF5AD649DC34CEE11565F944D25226AA88D945D43_RuntimeMethod_var);
|
|
int64_t L_6 = __this->___m_CurrentTimeMs;
|
|
NullCheck(L_5);
|
|
VirtualActionInvoker1< int64_t >::Invoke(9, L_5, L_6);
|
|
int32_t L_7 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
int32_t L_8 = V_1;
|
|
int32_t L_9 = V_0;
|
|
V_2 = (bool)((((int32_t)L_8) < ((int32_t)L_9))? 1 : 0);
|
|
bool L_10 = V_2;
|
|
if (L_10)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
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
|
|
IL2CPP_EXTERN_C void ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_marshal_pinvoke(const ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814& unmarshaled, ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814____element_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___elementException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814____element_FieldInfo_var, ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___elementException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_marshal_pinvoke_back(const ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_marshaled_pinvoke& marshaled, ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814____element_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___elementException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814____element_FieldInfo_var, ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___elementException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_marshal_pinvoke_cleanup(ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_marshal_com(const ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814& unmarshaled, ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814____element_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___elementException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814____element_FieldInfo_var, ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___elementException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_marshal_com_back(const ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_marshaled_com& marshaled, ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814____element_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___elementException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814____element_FieldInfo_var, ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___elementException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_marshal_com_cleanup(ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 18254
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElementPropertyPair__ctor_m9BD513920487E23168800342B43F48B61D0A46D9 (ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_element, int32_t ___1_property, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_element;
|
|
__this->___element = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___element), (void*)L_0);
|
|
int32_t L_1 = ___1_property;
|
|
__this->___property = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ElementPropertyPair__ctor_m9BD513920487E23168800342B43F48B61D0A46D9_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_element, int32_t ___1_property, const RuntimeMethod* method)
|
|
{
|
|
ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814*>(__this + _offset);
|
|
ElementPropertyPair__ctor_m9BD513920487E23168800342B43F48B61D0A46D9(_thisAdjusted, ___0_element, ___1_property, method);
|
|
}
|
|
// Method Definition Index: 18255
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElementPropertyPair__cctor_m1CBB367DE96DF19EF1F81AB06695FD0DE1FE62BC (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EqualityComparer_tAB3DE3EC03DA9EBCBCD97B14F40C00DE8294A30A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
EqualityComparer_tAB3DE3EC03DA9EBCBCD97B14F40C00DE8294A30A* L_0 = (EqualityComparer_tAB3DE3EC03DA9EBCBCD97B14F40C00DE8294A30A*)il2cpp_codegen_object_new(EqualityComparer_tAB3DE3EC03DA9EBCBCD97B14F40C00DE8294A30A_il2cpp_TypeInfo_var);
|
|
EqualityComparer__ctor_m505ABC5FDCC5622B7B67BEC6D6101E06D76E6202(L_0, NULL);
|
|
((ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_StaticFields*)il2cpp_codegen_static_fields_for(ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_il2cpp_TypeInfo_var))->___Comparer = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_StaticFields*)il2cpp_codegen_static_fields_for(ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814_il2cpp_TypeInfo_var))->___Comparer), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 18256
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EqualityComparer_Equals_m9CD686B7AB7BDE623FF462E60519EBB60ACD4C9C (EqualityComparer_tAB3DE3EC03DA9EBCBCD97B14F40C00DE8294A30A* __this, ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814 ___0_x, ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814 ___1_y, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814 L_0 = ___0_x;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = L_0.___element;
|
|
ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814 L_2 = ___1_y;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = L_2.___element;
|
|
if ((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_1) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_3))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814 L_4 = ___0_x;
|
|
int32_t L_5 = L_4.___property;
|
|
ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814 L_6 = ___1_y;
|
|
int32_t L_7 = L_6.___property;
|
|
G_B3_0 = ((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
bool L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 18257
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EqualityComparer_GetHashCode_mFEB21A387992DD0C4CC9E27F7A6BD050FAAD9C01 (EqualityComparer_tAB3DE3EC03DA9EBCBCD97B14F40C00DE8294A30A* __this, ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814 ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814 L_0 = ___0_obj;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = L_0.___element;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_1);
|
|
ElementPropertyPair_t4CBC92D2F951A9EB378EBFB6713B7566B0FA6814 L_3 = ___0_obj;
|
|
int32_t L_4 = L_3.___property;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_2, ((int32_t)397)))^(int32_t)L_4));
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 18258
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EqualityComparer__ctor_m505ABC5FDCC5622B7B67BEC6D6101E06D76E6202 (EqualityComparer_tAB3DE3EC03DA9EBCBCD97B14F40C00DE8294A30A* __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: 18268
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Values__ctor_m154F5E2A0541CF4C0B1CD89FE135945542E64B72 (Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24* __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: 18306
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_3_tA9AA477D8A5A68C7DC26AE4792295B80F920E61E* ValuesFloat_get_SameFunc_m4C2717B1590769874AB97DB53EE4DA942C731DDB (ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Func_3_tA9AA477D8A5A68C7DC26AE4792295B80F920E61E* L_0 = __this->___U3CSameFuncU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18307
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValuesFloat_IsSame_m13A1F5F28A1BC71D2BEA07DB4F1BC27F7BC24809 (float ___0_a, float ___1_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_a;
|
|
float L_1 = ___1_b;
|
|
bool L_2;
|
|
L_2 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 18308
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesFloat_Lerp_mBBC576499DF6949E161DFA39111DE8645E1044AC (float ___0_a, float ___1_b, float* ___2_result, float ___3_t, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float* L_0 = ___2_result;
|
|
float L_1 = ___0_a;
|
|
float L_2 = ___1_b;
|
|
float L_3 = ___3_t;
|
|
float L_4;
|
|
L_4 = Mathf_LerpUnclamped_mF35042F9D25A221BDD4B3FD6251224610AFC1F35_inline(L_1, L_2, L_3, NULL);
|
|
*((float*)L_0) = (float)L_4;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18309
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesFloat_UpdateValues_m2EEE7912DF1E274F1375D9D93C538C9F7EE70365 (ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
TimingData_t7E5D81E44DD38F0BFB0350F529E539BB94000C7A* V_2 = NULL;
|
|
StyleData_t3B3F0F1CEB43B375FD26CB3095AAC800DC07A976* V_3 = NULL;
|
|
bool V_4 = false;
|
|
{
|
|
AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32* L_0 = (AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32*)(&((Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1*)__this)->___running);
|
|
int32_t L_1 = L_0->___count;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32* L_2 = (AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32*)(&((Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1*)__this)->___running);
|
|
TimingDataU5BU5D_t370B0476A79A76456F04BA6664A963CC579E9CD0* L_3 = L_2->___timing;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
V_2 = ((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4)));
|
|
AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32* L_5 = (AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32*)(&((Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1*)__this)->___running);
|
|
StyleDataU5BU5D_t73D276E94B9F65AFF0A22B0D465D05D5E9438F5E* L_6 = L_5->___style;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_6);
|
|
V_3 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)));
|
|
StyleData_t3B3F0F1CEB43B375FD26CB3095AAC800DC07A976* L_8 = V_3;
|
|
float L_9 = L_8->___startValue;
|
|
StyleData_t3B3F0F1CEB43B375FD26CB3095AAC800DC07A976* L_10 = V_3;
|
|
float L_11 = L_10->___endValue;
|
|
StyleData_t3B3F0F1CEB43B375FD26CB3095AAC800DC07A976* L_12 = V_3;
|
|
float* L_13 = (float*)(&L_12->___currentValue);
|
|
TimingData_t7E5D81E44DD38F0BFB0350F529E539BB94000C7A* L_14 = V_2;
|
|
float L_15 = L_14->___easedProgress;
|
|
ValuesFloat_Lerp_mBBC576499DF6949E161DFA39111DE8645E1044AC(L_9, L_11, L_13, L_15, NULL);
|
|
int32_t L_16 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
int32_t L_17 = V_1;
|
|
int32_t L_18 = V_0;
|
|
V_4 = (bool)((((int32_t)L_17) < ((int32_t)L_18))? 1 : 0);
|
|
bool L_19 = V_4;
|
|
if (L_19)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18310
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesFloat_UpdateComputedStyle_m13C74A4C85F2988C909861C9D3D8DA397123E527 (ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32* L_0 = (AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32*)(&((Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1*)__this)->___running);
|
|
int32_t L_1 = L_0->___count;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32* L_2 = (AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32*)(&((Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_3 = L_2->___elements;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
NullCheck(L_6);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_7;
|
|
L_7 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_6, NULL);
|
|
AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32* L_8 = (AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32*)(&((Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_9 = L_8->___elements;
|
|
int32_t L_10 = V_1;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32* L_13 = (AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32*)(&((Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_14 = L_13->___properties;
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
int32_t L_17 = (int32_t)(L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32* L_18 = (AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32*)(&((Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1*)__this)->___running);
|
|
StyleDataU5BU5D_t73D276E94B9F65AFF0A22B0D465D05D5E9438F5E* L_19 = L_18->___style;
|
|
int32_t L_20 = V_1;
|
|
NullCheck(L_19);
|
|
float L_21 = ((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_20)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_m3E3D317BB2FF1C9835557BB6599148AAEEE1C82C(L_7, L_12, L_17, L_21, NULL);
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_23 = V_1;
|
|
int32_t L_24 = V_0;
|
|
V_2 = (bool)((((int32_t)L_23) < ((int32_t)L_24))? 1 : 0);
|
|
bool L_25 = V_2;
|
|
if (L_25)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18311
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesFloat_UpdateComputedStyle_m2DBF0172008938F99AEBCCAAFDD200F9EF7BA420 (ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2* __this, int32_t ___0_i, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32* L_0 = (AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32*)(&((Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_1 = L_0->___elements;
|
|
int32_t L_2 = ___0_i;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
NullCheck(L_4);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_5;
|
|
L_5 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_4, NULL);
|
|
AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32* L_6 = (AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32*)(&((Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_7 = L_6->___elements;
|
|
int32_t L_8 = ___0_i;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32* L_11 = (AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32*)(&((Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_12 = L_11->___properties;
|
|
int32_t L_13 = ___0_i;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
int32_t L_15 = (int32_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32* L_16 = (AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32*)(&((Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1*)__this)->___running);
|
|
StyleDataU5BU5D_t73D276E94B9F65AFF0A22B0D465D05D5E9438F5E* L_17 = L_16->___style;
|
|
int32_t L_18 = ___0_i;
|
|
NullCheck(L_17);
|
|
float L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_m3E3D317BB2FF1C9835557BB6599148AAEEE1C82C(L_5, L_10, L_15, L_19, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18312
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesFloat__ctor_m3835813C57F92512C1B677C49C95F079005548AC (ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_tA9AA477D8A5A68C7DC26AE4792295B80F920E61E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValuesFloat_IsSame_m13A1F5F28A1BC71D2BEA07DB4F1BC27F7BC24809_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Values_1__ctor_m5CE5F1D9F61E3AF72965AA1A75B51EED016BD774_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Func_3_tA9AA477D8A5A68C7DC26AE4792295B80F920E61E* L_0 = (Func_3_tA9AA477D8A5A68C7DC26AE4792295B80F920E61E*)il2cpp_codegen_object_new(Func_3_tA9AA477D8A5A68C7DC26AE4792295B80F920E61E_il2cpp_TypeInfo_var);
|
|
Func_3__ctor_mCB560C5C97586855BDB873C1D0EA1B393BAA6F29(L_0, NULL, (intptr_t)((void*)ValuesFloat_IsSame_m13A1F5F28A1BC71D2BEA07DB4F1BC27F7BC24809_RuntimeMethod_var), NULL);
|
|
__this->___U3CSameFuncU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSameFuncU3Ek__BackingField), (void*)L_0);
|
|
Values_1__ctor_m5CE5F1D9F61E3AF72965AA1A75B51EED016BD774(__this, Values_1__ctor_m5CE5F1D9F61E3AF72965AA1A75B51EED016BD774_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: 18313
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_3_tE8F85DA3CAC4998201E5C56356280AFAB7185B69* ValuesInt_get_SameFunc_m2FE61E4A4D67C503BB30B8E05A631C340F376705 (ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Func_3_tE8F85DA3CAC4998201E5C56356280AFAB7185B69* L_0 = __this->___U3CSameFuncU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18314
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValuesInt_IsSame_m0BA28D0C5011480BE691A04C6717979B59FD5778 (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_a;
|
|
int32_t L_1 = ___1_b;
|
|
return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 18315
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValuesInt_Lerp_mF1026E60C032E0FF4AA8C610FCBB9E2863E53854 (int32_t ___0_a, int32_t ___1_b, float ___2_t, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_a;
|
|
int32_t L_1 = ___1_b;
|
|
float L_2 = ___2_t;
|
|
float L_3;
|
|
L_3 = Mathf_LerpUnclamped_mF35042F9D25A221BDD4B3FD6251224610AFC1F35_inline(((float)L_0), ((float)L_1), L_2, NULL);
|
|
int32_t L_4;
|
|
L_4 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 18316
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesInt_UpdateValues_m1051A08981BF49CCF10FF2CEB20E59BBF32D68CA (ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
TimingData_tB9F07E55FE507E685F5E816A57949C38DCD6E263* V_2 = NULL;
|
|
StyleData_t8D7506F1365A34AF8BCC7E63AABBB64F8330C595* V_3 = NULL;
|
|
bool V_4 = false;
|
|
{
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_0 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
int32_t L_1 = L_0->___count;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_2 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
TimingDataU5BU5D_t9253C6811381B1932706D115D067841C7175C077* L_3 = L_2->___timing;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
V_2 = ((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4)));
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_5 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
StyleDataU5BU5D_tDA10AD1016A9574B39F73BE1DBE2E3A55720EAA9* L_6 = L_5->___style;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_6);
|
|
V_3 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)));
|
|
StyleData_t8D7506F1365A34AF8BCC7E63AABBB64F8330C595* L_8 = V_3;
|
|
StyleData_t8D7506F1365A34AF8BCC7E63AABBB64F8330C595* L_9 = V_3;
|
|
int32_t L_10 = L_9->___startValue;
|
|
StyleData_t8D7506F1365A34AF8BCC7E63AABBB64F8330C595* L_11 = V_3;
|
|
int32_t L_12 = L_11->___endValue;
|
|
TimingData_tB9F07E55FE507E685F5E816A57949C38DCD6E263* L_13 = V_2;
|
|
float L_14 = L_13->___easedProgress;
|
|
int32_t L_15;
|
|
L_15 = ValuesInt_Lerp_mF1026E60C032E0FF4AA8C610FCBB9E2863E53854(L_10, L_12, L_14, NULL);
|
|
L_8->___currentValue = L_15;
|
|
int32_t L_16 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
int32_t L_17 = V_1;
|
|
int32_t L_18 = V_0;
|
|
V_4 = (bool)((((int32_t)L_17) < ((int32_t)L_18))? 1 : 0);
|
|
bool L_19 = V_4;
|
|
if (L_19)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18317
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesInt_UpdateComputedStyle_m8ED6D5E9FD318D5C182450FAC23B9B1AE19137E6 (ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_0 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
int32_t L_1 = L_0->___count;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_2 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_3 = L_2->___elements;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
NullCheck(L_6);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_7;
|
|
L_7 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_6, NULL);
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_8 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_9 = L_8->___elements;
|
|
int32_t L_10 = V_1;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_13 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_14 = L_13->___properties;
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
int32_t L_17 = (int32_t)(L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_18 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
StyleDataU5BU5D_tDA10AD1016A9574B39F73BE1DBE2E3A55720EAA9* L_19 = L_18->___style;
|
|
int32_t L_20 = V_1;
|
|
NullCheck(L_19);
|
|
int32_t L_21 = ((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_20)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_m8BE2C9488B374D0DE6F613E0B9A5E4278C289956(L_7, L_12, L_17, L_21, NULL);
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_23 = V_1;
|
|
int32_t L_24 = V_0;
|
|
V_2 = (bool)((((int32_t)L_23) < ((int32_t)L_24))? 1 : 0);
|
|
bool L_25 = V_2;
|
|
if (L_25)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18318
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesInt_UpdateComputedStyle_m3D5FDBF8CC2187D1917FFA59438416AC22E67917 (ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367* __this, int32_t ___0_i, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_0 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_1 = L_0->___elements;
|
|
int32_t L_2 = ___0_i;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
NullCheck(L_4);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_5;
|
|
L_5 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_4, NULL);
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_6 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_7 = L_6->___elements;
|
|
int32_t L_8 = ___0_i;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_11 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_12 = L_11->___properties;
|
|
int32_t L_13 = ___0_i;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
int32_t L_15 = (int32_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_16 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
StyleDataU5BU5D_tDA10AD1016A9574B39F73BE1DBE2E3A55720EAA9* L_17 = L_16->___style;
|
|
int32_t L_18 = ___0_i;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_m8BE2C9488B374D0DE6F613E0B9A5E4278C289956(L_5, L_10, L_15, L_19, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18319
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesInt__ctor_m06892185B2103C4EA6DB53C5BED0BAB03F73CF5E (ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_tE8F85DA3CAC4998201E5C56356280AFAB7185B69_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValuesInt_IsSame_m0BA28D0C5011480BE691A04C6717979B59FD5778_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Values_1__ctor_m94B69C26ECEB0D2B15FE237DDF63030D0BC0B910_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Func_3_tE8F85DA3CAC4998201E5C56356280AFAB7185B69* L_0 = (Func_3_tE8F85DA3CAC4998201E5C56356280AFAB7185B69*)il2cpp_codegen_object_new(Func_3_tE8F85DA3CAC4998201E5C56356280AFAB7185B69_il2cpp_TypeInfo_var);
|
|
Func_3__ctor_m5C0B07EE1619560A43C23CFB2723E33008414AC3(L_0, NULL, (intptr_t)((void*)ValuesInt_IsSame_m0BA28D0C5011480BE691A04C6717979B59FD5778_RuntimeMethod_var), NULL);
|
|
__this->___U3CSameFuncU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSameFuncU3Ek__BackingField), (void*)L_0);
|
|
Values_1__ctor_m94B69C26ECEB0D2B15FE237DDF63030D0BC0B910(__this, Values_1__ctor_m94B69C26ECEB0D2B15FE237DDF63030D0BC0B910_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: 18320
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_3_tE7691622B78513E3899362D85121DB6D27F6DB10* ValuesLength_get_SameFunc_mF193CA317CDC44C2FAF9383C0C7C648864B3BADA (ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Func_3_tE7691622B78513E3899362D85121DB6D27F6DB10* L_0 = __this->___U3CSameFuncU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18321
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValuesLength_IsSame_m1CE2286D0CFDD28167E40403F45C40958964EFF6 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_a, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&___0_a), NULL);
|
|
int32_t L_1;
|
|
L_1 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&___1_b), NULL);
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
float L_2;
|
|
L_2 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&___0_a), NULL);
|
|
float L_3;
|
|
L_3 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&___1_b), NULL);
|
|
bool L_4;
|
|
L_4 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_2, L_3, NULL);
|
|
G_B3_0 = ((int32_t)(L_4));
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return (bool)G_B3_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18322
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValuesLength_ConvertUnits_mDD8570928481EBCE138E7F9CBA41DF2B13F4F805 (ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_owner, int32_t ___1_prop, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* ___2_a, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* ___3_b, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_owner;
|
|
int32_t L_1 = ___1_prop;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_2 = ___2_a;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_3 = ___3_b;
|
|
NullCheck(L_0);
|
|
bool L_4;
|
|
L_4 = VisualElement_TryConvertLengthUnits_mD88D65906149EBAD8B51D465F241C52D1CD88C2B(L_0, L_1, L_2, L_3, 0, NULL);
|
|
V_0 = L_4;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
bool L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 18323
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ValuesLength_Lerp_mED26D7333C799606336B51C2EFD8B0CC2D32F581 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_a, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_b, float ___2_t, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0;
|
|
L_0 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&___0_a), NULL);
|
|
float L_1;
|
|
L_1 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&___1_b), NULL);
|
|
float L_2 = ___2_t;
|
|
float L_3;
|
|
L_3 = Mathf_LerpUnclamped_mF35042F9D25A221BDD4B3FD6251224610AFC1F35_inline(L_0, L_1, L_2, NULL);
|
|
int32_t L_4;
|
|
L_4 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&___1_b), NULL);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
Length__ctor_mFF11DAE709F70F30061EF7BDB3E7B4E18BB827CF((&L_5), L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 18324
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesLength_UpdateValues_mFC885CF7B028D2349CCF4CDC5F09117E450A4062 (ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
TimingData_t9FA7CAC423BACD236FBF49326BDD83D06DF44288* V_2 = NULL;
|
|
StyleData_tD9916786C46848BD8A33B29D97785D1FB3886628* V_3 = NULL;
|
|
bool V_4 = false;
|
|
{
|
|
AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0* L_0 = (AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0*)(&((Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6*)__this)->___running);
|
|
int32_t L_1 = L_0->___count;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0* L_2 = (AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0*)(&((Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6*)__this)->___running);
|
|
TimingDataU5BU5D_tA5BE0E019AB587A0072682D5535D2295EC6F04B9* L_3 = L_2->___timing;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
V_2 = ((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4)));
|
|
AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0* L_5 = (AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0*)(&((Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6*)__this)->___running);
|
|
StyleDataU5BU5D_t8ACFC9D6C572747CB5326B98E34DEE3AC989D876* L_6 = L_5->___style;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_6);
|
|
V_3 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)));
|
|
StyleData_tD9916786C46848BD8A33B29D97785D1FB3886628* L_8 = V_3;
|
|
StyleData_tD9916786C46848BD8A33B29D97785D1FB3886628* L_9 = V_3;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_10 = L_9->___startValue;
|
|
StyleData_tD9916786C46848BD8A33B29D97785D1FB3886628* L_11 = V_3;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_12 = L_11->___endValue;
|
|
TimingData_t9FA7CAC423BACD236FBF49326BDD83D06DF44288* L_13 = V_2;
|
|
float L_14 = L_13->___easedProgress;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_15;
|
|
L_15 = ValuesLength_Lerp_mED26D7333C799606336B51C2EFD8B0CC2D32F581(L_10, L_12, L_14, NULL);
|
|
L_8->___currentValue = L_15;
|
|
int32_t L_16 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
int32_t L_17 = V_1;
|
|
int32_t L_18 = V_0;
|
|
V_4 = (bool)((((int32_t)L_17) < ((int32_t)L_18))? 1 : 0);
|
|
bool L_19 = V_4;
|
|
if (L_19)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18325
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesLength_UpdateComputedStyle_m023952690F91FF0BFB4FF439CCD8044B0BA70281 (ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0* L_0 = (AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0*)(&((Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6*)__this)->___running);
|
|
int32_t L_1 = L_0->___count;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0* L_2 = (AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0*)(&((Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_3 = L_2->___elements;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
NullCheck(L_6);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_7;
|
|
L_7 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_6, NULL);
|
|
AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0* L_8 = (AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0*)(&((Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_9 = L_8->___elements;
|
|
int32_t L_10 = V_1;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0* L_13 = (AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0*)(&((Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_14 = L_13->___properties;
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
int32_t L_17 = (int32_t)(L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0* L_18 = (AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0*)(&((Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6*)__this)->___running);
|
|
StyleDataU5BU5D_t8ACFC9D6C572747CB5326B98E34DEE3AC989D876* L_19 = L_18->___style;
|
|
int32_t L_20 = V_1;
|
|
NullCheck(L_19);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_21 = ((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_20)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_m61F54501D94D5F64A56D47485B820209AA1B656C(L_7, L_12, L_17, L_21, NULL);
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_23 = V_1;
|
|
int32_t L_24 = V_0;
|
|
V_2 = (bool)((((int32_t)L_23) < ((int32_t)L_24))? 1 : 0);
|
|
bool L_25 = V_2;
|
|
if (L_25)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18326
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesLength_UpdateComputedStyle_m2DD507025C6EF5E365CE93107099E838DB3C88C7 (ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915* __this, int32_t ___0_i, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0* L_0 = (AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0*)(&((Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_1 = L_0->___elements;
|
|
int32_t L_2 = ___0_i;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
NullCheck(L_4);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_5;
|
|
L_5 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_4, NULL);
|
|
AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0* L_6 = (AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0*)(&((Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_7 = L_6->___elements;
|
|
int32_t L_8 = ___0_i;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0* L_11 = (AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0*)(&((Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_12 = L_11->___properties;
|
|
int32_t L_13 = ___0_i;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
int32_t L_15 = (int32_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0* L_16 = (AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0*)(&((Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6*)__this)->___running);
|
|
StyleDataU5BU5D_t8ACFC9D6C572747CB5326B98E34DEE3AC989D876* L_17 = L_16->___style;
|
|
int32_t L_18 = ___0_i;
|
|
NullCheck(L_17);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_m61F54501D94D5F64A56D47485B820209AA1B656C(L_5, L_10, L_15, L_19, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18327
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesLength__ctor_mE5708A3899603AB90DF4C07CDFCEF203BC8DFDA2 (ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_tE7691622B78513E3899362D85121DB6D27F6DB10_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValuesLength_IsSame_m1CE2286D0CFDD28167E40403F45C40958964EFF6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Values_1__ctor_mF2E3EEC44174E391276F9E3F4906DF800C856EA9_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Func_3_tE7691622B78513E3899362D85121DB6D27F6DB10* L_0 = (Func_3_tE7691622B78513E3899362D85121DB6D27F6DB10*)il2cpp_codegen_object_new(Func_3_tE7691622B78513E3899362D85121DB6D27F6DB10_il2cpp_TypeInfo_var);
|
|
Func_3__ctor_mA1BB586CA38162C3C120F9F49A2C9907C19B854C(L_0, NULL, (intptr_t)((void*)ValuesLength_IsSame_m1CE2286D0CFDD28167E40403F45C40958964EFF6_RuntimeMethod_var), NULL);
|
|
__this->___U3CSameFuncU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSameFuncU3Ek__BackingField), (void*)L_0);
|
|
Values_1__ctor_mF2E3EEC44174E391276F9E3F4906DF800C856EA9(__this, Values_1__ctor_mF2E3EEC44174E391276F9E3F4906DF800C856EA9_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: 18328
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_3_t694ADFBBF2CEA4DEF1F1F1F9B00D5DCAE200F97E* ValuesColor_get_SameFunc_m29A68D80AF2B37D92509BCCAE6BEAB18856505E0 (ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Func_3_t694ADFBBF2CEA4DEF1F1F1F9B00D5DCAE200F97E* L_0 = __this->___U3CSameFuncU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18329
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValuesColor_IsSame_m0F902ACD681D6809CEAD28F560A481689CC82E9E (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_c, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_d, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_c;
|
|
float L_1 = L_0.___r;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___1_d;
|
|
float L_3 = L_2.___r;
|
|
bool L_4;
|
|
L_4 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_1, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = ___0_c;
|
|
float L_6 = L_5.___g;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7 = ___1_d;
|
|
float L_8 = L_7.___g;
|
|
bool L_9;
|
|
L_9 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_6, L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = ___0_c;
|
|
float L_11 = L_10.___b;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___1_d;
|
|
float L_13 = L_12.___b;
|
|
bool L_14;
|
|
L_14 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_11, L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_15 = ___0_c;
|
|
float L_16 = L_15.___a;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_17 = ___1_d;
|
|
float L_18 = L_17.___a;
|
|
bool L_19;
|
|
L_19 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_16, L_18, NULL);
|
|
G_B5_0 = ((int32_t)(L_19));
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return (bool)G_B5_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18330
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ValuesColor_Lerp_mDED0CAB39FD7194116DE1749F84C83ECF0E847C3 (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_b, float ___2_t, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_a;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ___1_b;
|
|
float L_2 = ___2_t;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3;
|
|
L_3 = Color_LerpUnclamped_m91027D026E64424B71959149B942F706FC16B1A2_inline(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 18331
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesColor_UpdateValues_mE74AE73D811644F7BD204833EC9405385FF8AA18 (ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
TimingData_t34C4E95C26A0148A8A1940FA3BE460BD371FE5FE* V_2 = NULL;
|
|
StyleData_t8548533307092B4D7E241CBD2A66549683A33C1D* V_3 = NULL;
|
|
bool V_4 = false;
|
|
{
|
|
AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D* L_0 = (AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D*)(&((Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0*)__this)->___running);
|
|
int32_t L_1 = L_0->___count;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D* L_2 = (AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D*)(&((Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0*)__this)->___running);
|
|
TimingDataU5BU5D_t03C8C38B8DBF52B9A23FB2B77BEC41E63D4A3994* L_3 = L_2->___timing;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
V_2 = ((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4)));
|
|
AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D* L_5 = (AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D*)(&((Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0*)__this)->___running);
|
|
StyleDataU5BU5D_t73BFD33363F897414B879236BE0A0DCA6962B9AB* L_6 = L_5->___style;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_6);
|
|
V_3 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)));
|
|
StyleData_t8548533307092B4D7E241CBD2A66549683A33C1D* L_8 = V_3;
|
|
StyleData_t8548533307092B4D7E241CBD2A66549683A33C1D* L_9 = V_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = L_9->___startValue;
|
|
StyleData_t8548533307092B4D7E241CBD2A66549683A33C1D* L_11 = V_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = L_11->___endValue;
|
|
TimingData_t34C4E95C26A0148A8A1940FA3BE460BD371FE5FE* L_13 = V_2;
|
|
float L_14 = L_13->___easedProgress;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_15;
|
|
L_15 = ValuesColor_Lerp_mDED0CAB39FD7194116DE1749F84C83ECF0E847C3(L_10, L_12, L_14, NULL);
|
|
L_8->___currentValue = L_15;
|
|
int32_t L_16 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
int32_t L_17 = V_1;
|
|
int32_t L_18 = V_0;
|
|
V_4 = (bool)((((int32_t)L_17) < ((int32_t)L_18))? 1 : 0);
|
|
bool L_19 = V_4;
|
|
if (L_19)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18332
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesColor_UpdateComputedStyle_mF99A35D97ACC952E8FBE3BDC094FBAC01D6A3F51 (ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D* L_0 = (AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D*)(&((Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0*)__this)->___running);
|
|
int32_t L_1 = L_0->___count;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D* L_2 = (AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D*)(&((Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_3 = L_2->___elements;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
NullCheck(L_6);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_7;
|
|
L_7 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_6, NULL);
|
|
AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D* L_8 = (AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D*)(&((Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_9 = L_8->___elements;
|
|
int32_t L_10 = V_1;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D* L_13 = (AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D*)(&((Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_14 = L_13->___properties;
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
int32_t L_17 = (int32_t)(L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D* L_18 = (AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D*)(&((Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0*)__this)->___running);
|
|
StyleDataU5BU5D_t73BFD33363F897414B879236BE0A0DCA6962B9AB* L_19 = L_18->___style;
|
|
int32_t L_20 = V_1;
|
|
NullCheck(L_19);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_21 = ((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_20)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_mFC305F6A073F93A9E9AD2E961464A6234D997B7D(L_7, L_12, L_17, L_21, NULL);
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_23 = V_1;
|
|
int32_t L_24 = V_0;
|
|
V_2 = (bool)((((int32_t)L_23) < ((int32_t)L_24))? 1 : 0);
|
|
bool L_25 = V_2;
|
|
if (L_25)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18333
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesColor_UpdateComputedStyle_mF5B610264955B0A1BF4B3A1F6DB0391553EB1F6E (ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904* __this, int32_t ___0_i, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D* L_0 = (AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D*)(&((Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_1 = L_0->___elements;
|
|
int32_t L_2 = ___0_i;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
NullCheck(L_4);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_5;
|
|
L_5 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_4, NULL);
|
|
AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D* L_6 = (AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D*)(&((Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_7 = L_6->___elements;
|
|
int32_t L_8 = ___0_i;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D* L_11 = (AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D*)(&((Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_12 = L_11->___properties;
|
|
int32_t L_13 = ___0_i;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
int32_t L_15 = (int32_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D* L_16 = (AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D*)(&((Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0*)__this)->___running);
|
|
StyleDataU5BU5D_t73BFD33363F897414B879236BE0A0DCA6962B9AB* L_17 = L_16->___style;
|
|
int32_t L_18 = ___0_i;
|
|
NullCheck(L_17);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_mFC305F6A073F93A9E9AD2E961464A6234D997B7D(L_5, L_10, L_15, L_19, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18334
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesColor__ctor_m011DF831B3C186C9BD408869D5387076FFD5A313 (ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_t694ADFBBF2CEA4DEF1F1F1F9B00D5DCAE200F97E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValuesColor_IsSame_m0F902ACD681D6809CEAD28F560A481689CC82E9E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Values_1__ctor_m14E59C062E826E30FCDC4DEF3E693F23E4929089_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Func_3_t694ADFBBF2CEA4DEF1F1F1F9B00D5DCAE200F97E* L_0 = (Func_3_t694ADFBBF2CEA4DEF1F1F1F9B00D5DCAE200F97E*)il2cpp_codegen_object_new(Func_3_t694ADFBBF2CEA4DEF1F1F1F9B00D5DCAE200F97E_il2cpp_TypeInfo_var);
|
|
Func_3__ctor_mBECF17AD38818C4339F30DB97A29EFAAFC28010A(L_0, NULL, (intptr_t)((void*)ValuesColor_IsSame_m0F902ACD681D6809CEAD28F560A481689CC82E9E_RuntimeMethod_var), NULL);
|
|
__this->___U3CSameFuncU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSameFuncU3Ek__BackingField), (void*)L_0);
|
|
Values_1__ctor_m14E59C062E826E30FCDC4DEF3E693F23E4929089(__this, Values_1__ctor_m14E59C062E826E30FCDC4DEF3E693F23E4929089_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: 18340
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesEnum_UpdateComputedStyle_mE4A365D132EC61B10530DAD1A17231BCB1FE9B4C (ValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_0 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
int32_t L_1 = L_0->___count;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_2 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_3 = L_2->___elements;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
NullCheck(L_6);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_7;
|
|
L_7 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_6, NULL);
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_8 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_9 = L_8->___elements;
|
|
int32_t L_10 = V_1;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_13 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_14 = L_13->___properties;
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
int32_t L_17 = (int32_t)(L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_18 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
StyleDataU5BU5D_tDA10AD1016A9574B39F73BE1DBE2E3A55720EAA9* L_19 = L_18->___style;
|
|
int32_t L_20 = V_1;
|
|
NullCheck(L_19);
|
|
int32_t L_21 = ((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_20)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_m8BE2C9488B374D0DE6F613E0B9A5E4278C289956(L_7, L_12, L_17, L_21, NULL);
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_23 = V_1;
|
|
int32_t L_24 = V_0;
|
|
V_2 = (bool)((((int32_t)L_23) < ((int32_t)L_24))? 1 : 0);
|
|
bool L_25 = V_2;
|
|
if (L_25)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18341
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesEnum_UpdateComputedStyle_m7DD5C67A79E042F80F316DD0E8899FCE9FEB933C (ValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A* __this, int32_t ___0_i, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_0 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_1 = L_0->___elements;
|
|
int32_t L_2 = ___0_i;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
NullCheck(L_4);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_5;
|
|
L_5 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_4, NULL);
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_6 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_7 = L_6->___elements;
|
|
int32_t L_8 = ___0_i;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_11 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_12 = L_11->___properties;
|
|
int32_t L_13 = ___0_i;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
int32_t L_15 = (int32_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF* L_16 = (AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF*)(&((Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5*)__this)->___running);
|
|
StyleDataU5BU5D_tDA10AD1016A9574B39F73BE1DBE2E3A55720EAA9* L_17 = L_16->___style;
|
|
int32_t L_18 = ___0_i;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_m8BE2C9488B374D0DE6F613E0B9A5E4278C289956(L_5, L_10, L_15, L_19, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18342
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesEnum__ctor_m3F6F3CCFA684D2292391F7D0C9BEFC595E76FA4D (ValuesEnum_t300B0167F9C71A3A7AB0AF92E3CAB1A4FB601D8A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValuesDiscrete_1__ctor_m7BE964AEE34D961968544FAF8BDE0EEF177DB22F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ValuesDiscrete_1__ctor_m7BE964AEE34D961968544FAF8BDE0EEF177DB22F(__this, ValuesDiscrete_1__ctor_m7BE964AEE34D961968544FAF8BDE0EEF177DB22F_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: 18343
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesBackground_UpdateComputedStyle_mC8AB9F32F94FB8B49E22D74A72333596C640398C (ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50* L_0 = (AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50*)(&((Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F*)__this)->___running);
|
|
int32_t L_1 = L_0->___count;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50* L_2 = (AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50*)(&((Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_3 = L_2->___elements;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
NullCheck(L_6);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_7;
|
|
L_7 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_6, NULL);
|
|
AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50* L_8 = (AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50*)(&((Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_9 = L_8->___elements;
|
|
int32_t L_10 = V_1;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50* L_13 = (AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50*)(&((Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_14 = L_13->___properties;
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
int32_t L_17 = (int32_t)(L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50* L_18 = (AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50*)(&((Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F*)__this)->___running);
|
|
StyleDataU5BU5D_tF87CDE51588E78D4C87C144731581FB5284776E0* L_19 = L_18->___style;
|
|
int32_t L_20 = V_1;
|
|
NullCheck(L_19);
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_21 = ((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_20)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_mBE4DCABBA186FFCC598D3B284C7D9AD2697D4464(L_7, L_12, L_17, L_21, NULL);
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_23 = V_1;
|
|
int32_t L_24 = V_0;
|
|
V_2 = (bool)((((int32_t)L_23) < ((int32_t)L_24))? 1 : 0);
|
|
bool L_25 = V_2;
|
|
if (L_25)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18344
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesBackground_UpdateComputedStyle_mAED92E4FF6E80DA369C886D3BC2607251489D9DC (ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34* __this, int32_t ___0_i, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50* L_0 = (AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50*)(&((Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_1 = L_0->___elements;
|
|
int32_t L_2 = ___0_i;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
NullCheck(L_4);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_5;
|
|
L_5 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_4, NULL);
|
|
AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50* L_6 = (AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50*)(&((Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_7 = L_6->___elements;
|
|
int32_t L_8 = ___0_i;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50* L_11 = (AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50*)(&((Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_12 = L_11->___properties;
|
|
int32_t L_13 = ___0_i;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
int32_t L_15 = (int32_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50* L_16 = (AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50*)(&((Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F*)__this)->___running);
|
|
StyleDataU5BU5D_tF87CDE51588E78D4C87C144731581FB5284776E0* L_17 = L_16->___style;
|
|
int32_t L_18 = ___0_i;
|
|
NullCheck(L_17);
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_mBE4DCABBA186FFCC598D3B284C7D9AD2697D4464(L_5, L_10, L_15, L_19, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18345
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesBackground__ctor_m1912AB7CBE6B8935966A5E30B08D5B3ED4295BD2 (ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValuesDiscrete_1__ctor_mFDAFF02FCBE6E8293FD5C7BE340D296D32DF674F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ValuesDiscrete_1__ctor_mFDAFF02FCBE6E8293FD5C7BE340D296D32DF674F(__this, ValuesDiscrete_1__ctor_mFDAFF02FCBE6E8293FD5C7BE340D296D32DF674F_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: 18346
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesFontDefinition_UpdateComputedStyle_m856BB197817C3672D57C5B50DDB08498D4017A21 (ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC* L_0 = (AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC*)(&((Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7*)__this)->___running);
|
|
int32_t L_1 = L_0->___count;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC* L_2 = (AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC*)(&((Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_3 = L_2->___elements;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
NullCheck(L_6);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_7;
|
|
L_7 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_6, NULL);
|
|
AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC* L_8 = (AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC*)(&((Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_9 = L_8->___elements;
|
|
int32_t L_10 = V_1;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC* L_13 = (AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC*)(&((Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_14 = L_13->___properties;
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
int32_t L_17 = (int32_t)(L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC* L_18 = (AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC*)(&((Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7*)__this)->___running);
|
|
StyleDataU5BU5D_tD406BDE6B313334D7A7241DDEA636226CC9C0043* L_19 = L_18->___style;
|
|
int32_t L_20 = V_1;
|
|
NullCheck(L_19);
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_21 = ((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_20)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_mF271FB5F0A6117CB99634A77BE99618CB7E58039(L_7, L_12, L_17, L_21, NULL);
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_23 = V_1;
|
|
int32_t L_24 = V_0;
|
|
V_2 = (bool)((((int32_t)L_23) < ((int32_t)L_24))? 1 : 0);
|
|
bool L_25 = V_2;
|
|
if (L_25)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18347
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesFontDefinition_UpdateComputedStyle_m4D6BC3CE01DCD42EA2A1A8FE1E069234198700CC (ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7* __this, int32_t ___0_i, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC* L_0 = (AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC*)(&((Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_1 = L_0->___elements;
|
|
int32_t L_2 = ___0_i;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
NullCheck(L_4);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_5;
|
|
L_5 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_4, NULL);
|
|
AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC* L_6 = (AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC*)(&((Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_7 = L_6->___elements;
|
|
int32_t L_8 = ___0_i;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC* L_11 = (AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC*)(&((Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_12 = L_11->___properties;
|
|
int32_t L_13 = ___0_i;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
int32_t L_15 = (int32_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC* L_16 = (AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC*)(&((Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7*)__this)->___running);
|
|
StyleDataU5BU5D_tD406BDE6B313334D7A7241DDEA636226CC9C0043* L_17 = L_16->___style;
|
|
int32_t L_18 = ___0_i;
|
|
NullCheck(L_17);
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_mF271FB5F0A6117CB99634A77BE99618CB7E58039(L_5, L_10, L_15, L_19, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18348
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesFontDefinition__ctor_mCC2351AEAA0ED242012028DF23C40214D260C7B8 (ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValuesDiscrete_1__ctor_m0E4BD2599AB0377656A8065339C19DB6E099FC27_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ValuesDiscrete_1__ctor_m0E4BD2599AB0377656A8065339C19DB6E099FC27(__this, ValuesDiscrete_1__ctor_m0E4BD2599AB0377656A8065339C19DB6E099FC27_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: 18349
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesFont_UpdateComputedStyle_m955E4E611FF9E9269373A1BD37361D9DDF5E2D76 (ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF* L_0 = (AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF*)(&((Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E*)__this)->___running);
|
|
int32_t L_1 = L_0->___count;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF* L_2 = (AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF*)(&((Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_3 = L_2->___elements;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
NullCheck(L_6);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_7;
|
|
L_7 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_6, NULL);
|
|
AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF* L_8 = (AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF*)(&((Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_9 = L_8->___elements;
|
|
int32_t L_10 = V_1;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF* L_13 = (AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF*)(&((Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_14 = L_13->___properties;
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
int32_t L_17 = (int32_t)(L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF* L_18 = (AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF*)(&((Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E*)__this)->___running);
|
|
StyleDataU5BU5D_t2EA8BFBB228BC22ECF5964A1BCC0289725FB4389* L_19 = L_18->___style;
|
|
int32_t L_20 = V_1;
|
|
NullCheck(L_19);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_21 = ((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_20)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_m6BE29F60D9A8B3B11EBCB16C83CD043E0BCE5434(L_7, L_12, L_17, L_21, NULL);
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_23 = V_1;
|
|
int32_t L_24 = V_0;
|
|
V_2 = (bool)((((int32_t)L_23) < ((int32_t)L_24))? 1 : 0);
|
|
bool L_25 = V_2;
|
|
if (L_25)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18350
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesFont_UpdateComputedStyle_m1CA1E447078098A55BA33883C0294F4764424CB5 (ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4* __this, int32_t ___0_i, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF* L_0 = (AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF*)(&((Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_1 = L_0->___elements;
|
|
int32_t L_2 = ___0_i;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
NullCheck(L_4);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_5;
|
|
L_5 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_4, NULL);
|
|
AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF* L_6 = (AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF*)(&((Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E*)__this)->___running);
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* L_7 = L_6->___elements;
|
|
int32_t L_8 = ___0_i;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF* L_11 = (AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF*)(&((Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E*)__this)->___running);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_12 = L_11->___properties;
|
|
int32_t L_13 = ___0_i;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
int32_t L_15 = (int32_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF* L_16 = (AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF*)(&((Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E*)__this)->___running);
|
|
StyleDataU5BU5D_t2EA8BFBB228BC22ECF5964A1BCC0289725FB4389* L_17 = L_16->___style;
|
|
int32_t L_18 = ___0_i;
|
|
NullCheck(L_17);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->___currentValue;
|
|
ComputedStyle_ApplyPropertyAnimation_m6BE29F60D9A8B3B11EBCB16C83CD043E0BCE5434(L_5, L_10, L_15, L_19, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18351
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesFont__ctor_m9C9E427A90701EA5969132C5E0B4F9A98CE638B0 (ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValuesDiscrete_1__ctor_mA5E3A335CD04AB1496F9C42E7BDA9D6E1551BB66_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ValuesDiscrete_1__ctor_mA5E3A335CD04AB1496F9C42E7BDA9D6E1551BB66(__this, ValuesDiscrete_1__ctor_mA5E3A335CD04AB1496F9C42E7BDA9D6E1551BB66_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// Method Definition Index: 17092
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* UxmlTraits_get_focusIndex_mA04335E58B6371CEA9F27B3DB87FDBBAD44457C3_inline (UxmlTraits_t45D4AB9B0148A110826C5201495FF23814A12E4B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* L_0 = __this->___U3CfocusIndexU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17093
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* UxmlTraits_get_focusable_m672D1BF4B4ECA421F11891639C82E4BEF4FBD650_inline (UxmlTraits_t45D4AB9B0148A110826C5201495FF23814A12E4B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* L_0 = __this->___U3CfocusableU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 19272
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UxmlAttributeDescription_set_name_mCE9C58621BAD7AB4E59D83DD21224A8FA6517E3E_inline (UxmlAttributeDescription_t742D021489DB2B564142146CAAAC3F9191825EF2* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CnameU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CnameU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17015
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* VisualElement_get_elementPanel_m4B4A37001D55527E4D015E6C6132607071F32B01_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_0 = __this->___U3CelementPanelU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 14811
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseVisualElementPanel_get_duringLayoutPhase_m2EEED4B0599F0FD8A4B61DDF5328ACCE8425A652_inline (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CduringLayoutPhaseU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17002
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_0 = __this->___U3ChierarchyU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 16918
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t VisualElement_get_languageDirection_m4C8BB8F0D3201471BB27A2905A201FA682711A7D_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_LanguageDirection;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 16920
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t VisualElement_get_localLanguageDirection_m309788891892ACE25CD2616BC509E5AD90868329_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_LocalLanguageDirection;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 14848
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseVisualElementPanel_get_isFlat_m4B9D7849C0774D56CB90F34D433C2F2AE6ECFFA4_inline (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___m_IsFlat;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17122
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_set_element_mF7CC9036951C1726D35B86630D8046338C604363_inline (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_value;
|
|
__this->___U3CelementU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CelementU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17123
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseVisualElementScheduledItem_get_isActive_mDCCF1A13828C2582F64DE5C73A92A4FECE43578D_inline (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CisActiveU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17124
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_set_isActive_m3E1DB7B13F4FA320B476D70FF40309CEF04D5CC2_inline (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CisActiveU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17121
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* BaseVisualElementScheduledItem_get_element_mD1CB88009934EC6CC5B1BA848FD118BB51CDA273_inline (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___U3CelementU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17126
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseVisualElementScheduledItem_set_isDetaching_m0C423DFF8161A5E4925BC176E99F6F1EAD8BA889_inline (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CisDetachingU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 15221
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScheduledItem_set_delayMs_m941D24B605083F1B2F7285FB04E0A01D4701C3F1_inline (ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0* __this, int64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = ___0_value;
|
|
__this->___U3CdelayMsU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 15223
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScheduledItem_set_intervalMs_m4CC440531CE50C44153A5C3B6981C48B417EAC6A_inline (ScheduledItem_t423152D61DCAD8E5EC98FB4DEFC04FB023EDADE0* __this, int64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = ___0_value;
|
|
__this->___U3CintervalMsU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17125
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseVisualElementScheduledItem_get_isDetaching_m3324798FA0CACC2337157350B65691ACC7D39ACD_inline (BaseVisualElementScheduledItem_t376DB199D747CB803406E18D7605C71CF5051C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CisDetachingU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// 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: 37631
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_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), (0.0f), NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17159
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* TypeData_get_type_m19385722AD487765EADAE8F2DCAF294D8251D1DB_inline (TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t* L_0 = __this->___U3CtypeU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 37619
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Color_op_Equality_mB2BDC39B0B367BA15AA8DF22F8CB0D02D20BDC71_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_lhs, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_lhs;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1;
|
|
L_1 = Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline(L_0, NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___1_rhs;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3;
|
|
L_3 = Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline(L_2, NULL);
|
|
bool L_4;
|
|
L_4 = Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline(L_1, L_3, NULL);
|
|
V_0 = L_4;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
bool L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 37614
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = (*(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)__this);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1;
|
|
L_1 = Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2;
|
|
L_2 = Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline((&V_0), NULL);
|
|
V_1 = L_2;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_3 = V_1;
|
|
return L_3;
|
|
}
|
|
}
|
|
// 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: 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: 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: 37850
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___0_value, float ___1_min, float ___2_max, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
float V_2 = 0.0f;
|
|
{
|
|
float L_0 = ___0_value;
|
|
float L_1 = ___1_min;
|
|
V_0 = (bool)((((float)L_0) < ((float)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
float L_3 = ___1_min;
|
|
___0_value = L_3;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
float L_4 = ___0_value;
|
|
float L_5 = ___2_max;
|
|
V_1 = (bool)((((float)L_4) > ((float)L_5))? 1 : 0);
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
float L_7 = ___2_max;
|
|
___0_value = L_7;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
float L_8 = ___0_value;
|
|
V_2 = L_8;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
float L_9 = V_2;
|
|
return L_9;
|
|
}
|
|
}
|
|
// 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: 17723
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Length_set_unit_mC55AD893FFDED28F9F90F95178010A93CCC1FC7A_inline (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Unit = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37855
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
float L_0 = ___1_b;
|
|
float L_1 = ___0_a;
|
|
float L_2;
|
|
L_2 = fabsf(((float)il2cpp_codegen_subtract(L_0, L_1)));
|
|
float L_3 = ___0_a;
|
|
float L_4;
|
|
L_4 = fabsf(L_3);
|
|
float L_5 = ___1_b;
|
|
float L_6;
|
|
L_6 = fabsf(L_5);
|
|
float L_7;
|
|
L_7 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_4, L_6, NULL);
|
|
float L_8 = ((Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var))->___Epsilon;
|
|
float L_9;
|
|
L_9 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(((float)il2cpp_codegen_multiply((9.99999997E-07f), L_7)), ((float)il2cpp_codegen_multiply(L_8, (8.0f))), NULL);
|
|
V_0 = (bool)((((float)L_2) < ((float)L_9))? 1 : 0);
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 37766
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_forward_mAA55A7034304DF8B2152EAD49AE779FC4CA2EB4A_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))->___forwardVector;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 37805
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Quaternion_ToAngleAxis_mA2A5A81DAE94A9C1AFC34112BE8E5C5C3E9297AF_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* __this, float* ___0_angle, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___1_axis, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = (*(Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974*)__this);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_1 = ___1_axis;
|
|
float* L_2 = ___0_angle;
|
|
Quaternion_Internal_ToAxisAngleRad_m36090778CAC5E93CADAD17A95B7C7028E93CA1BF(L_0, L_1, L_2, NULL);
|
|
float* L_3 = ___0_angle;
|
|
float* L_4 = ___0_angle;
|
|
float L_5 = *((float*)L_4);
|
|
*((float*)L_3) = (float)((float)il2cpp_codegen_multiply(L_5, (57.2957802f)));
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17752
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC Rotate_get_angle_mF31EBAC339112FEEB451FC221CD60909745E7324_inline (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_0 = __this->___m_Angle;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17753
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rotate_set_angle_m7A5D5DFAE276AABC1E1945E88EB0FEAD9742891F_inline (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_0 = ___0_value;
|
|
__this->___m_Angle = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17754
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Rotate_get_axis_mC080A7B12222CD4C97356E6A7C0B654906BF179F_inline (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Axis;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17755
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rotate_set_axis_m891039DB3B961F2814C9D7FF443A67F8211513DF_inline (Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
__this->___m_Axis = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37779
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector3_op_Equality_mCDCBB8D2EDC3D3BF20F31A25ACB34705D352B479_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___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;
|
|
bool V_4 = false;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x;
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y;
|
|
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z;
|
|
V_2 = ((float)il2cpp_codegen_subtract(L_9, L_11));
|
|
float L_12 = V_0;
|
|
float L_13 = V_0;
|
|
float L_14 = V_1;
|
|
float L_15 = V_1;
|
|
float L_16 = V_2;
|
|
float L_17 = V_2;
|
|
V_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_12, L_13)), ((float)il2cpp_codegen_multiply(L_14, L_15)))), ((float)il2cpp_codegen_multiply(L_16, L_17))));
|
|
float L_18 = V_3;
|
|
V_4 = (bool)((((float)L_18) < ((float)(9.99999944E-11f)))? 1 : 0);
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
bool L_19 = V_4;
|
|
return L_19;
|
|
}
|
|
}
|
|
// Method Definition Index: 37747
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector3_GetHashCode_mB08429DC931A85BD29CE11B9ABC77DE7E0E46327_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
float* L_0 = (float*)(&__this->___x);
|
|
int32_t L_1;
|
|
L_1 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_0, NULL);
|
|
float* L_2 = (float*)(&__this->___y);
|
|
int32_t L_3;
|
|
L_3 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_2, NULL);
|
|
float* L_4 = (float*)(&__this->___z);
|
|
int32_t L_5;
|
|
L_5 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_4, NULL);
|
|
V_0 = ((int32_t)(((int32_t)(L_1^((int32_t)(L_3<<2))))^((int32_t)(L_5>>2))));
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// Method Definition Index: 37781
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Vector3_ToString_m6C24B9F0382D25D75B05C606E127CD14660574EE_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
{
|
|
String_t* L_0;
|
|
L_0 = Vector3_ToString_mA8DA39B6324392BB93203A4D4CB85AF87231CB62_inline(__this, (String_t*)NULL, (RuntimeObject*)NULL, NULL);
|
|
V_0 = L_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
String_t* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 37765
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_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))->___oneVector;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 17777
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Scale_get_value_m27CE2F2A3DD1A14DE72EE744A3817BFE3D3DDD96_inline (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Scale;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17778
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Scale_set_value_mD4972A0A171608DFBFED7889A6A15F1B657E7278_inline (Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
__this->___m_Scale = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18083
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TimeValue_get_value_m363D976BA30D86C81A619B819E98745F81E2A093_inline (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Value;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18084
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeValue_set_value_mE90A4146B5615F727622DD1F48C653A2BBD9B705_inline (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_Value = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18085
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TimeValue_get_unit_m5E4B6C1C79ED5CEB11AC6ECE67BA36A978148D8A_inline (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_Unit;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18086
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeValue_set_unit_m976916DAA0DB075EA6269E792C7A4CA64F510BED_inline (TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Unit = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18110
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 TransformOrigin_get_x_m45B713C35F41919099DFE89257682A47EA02EB1C_inline (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = __this->___m_X;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18111
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TransformOrigin_set_x_m85267D87CD5499A71F5ED6C5CCBE5C09B6C40BE1_inline (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_value;
|
|
__this->___m_X = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18112
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 TransformOrigin_get_y_m2B16F6E4821E20812F1A091AB94F88558FA7EE44_inline (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = __this->___m_Y;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18113
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TransformOrigin_set_y_m2E1B89131CCCF50B8E3118C020D98161442E7247_inline (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_value;
|
|
__this->___m_Y = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18114
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TransformOrigin_get_z_m1B0602F587F9B7DF875C751BE1DA610E0CFBFAD7_inline (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Z;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18115
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TransformOrigin_set_z_mBD60A62A252B592797C2F688D43EFD79958E1E09_inline (TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_Z = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18142
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Translate_get_x_m20B598ADBC230B32AA055FF13B07038E629AA599_inline (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = __this->___m_X;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18143
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Translate_set_x_mC2FECF2A598A595643CE6AE22E4CA537D623A63F_inline (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_value;
|
|
__this->___m_X = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18144
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Translate_get_y_m587EA6A26C8B48C4B7D44B9B914A8DE3FAB42D80_inline (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = __this->___m_Y;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18145
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Translate_set_y_mEA6E6345529F853EA4869E308CAC53CFB0973243_inline (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_0 = ___0_value;
|
|
__this->___m_Y = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 18146
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Translate_get_z_mB2327E142162E26835FB78D9E48E0CAA1C387854_inline (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Z;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 18147
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Translate_set_z_m5F3E47FFBEC44906F56503FFA399827B3A7267F9_inline (Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_Z = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37854
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_LerpUnclamped_mF35042F9D25A221BDD4B3FD6251224610AFC1F35_inline (float ___0_a, float ___1_b, float ___2_t, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = ___0_a;
|
|
float L_1 = ___1_b;
|
|
float L_2 = ___0_a;
|
|
float L_3 = ___2_t;
|
|
V_0 = ((float)il2cpp_codegen_add(L_0, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_1, L_2)), L_3))));
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// 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: 37622
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_LerpUnclamped_m91027D026E64424B71959149B942F706FC16B1A2_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_b, float ___2_t, const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_a;
|
|
float L_1 = L_0.___r;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___1_b;
|
|
float L_3 = L_2.___r;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___0_a;
|
|
float L_5 = L_4.___r;
|
|
float L_6 = ___2_t;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7 = ___0_a;
|
|
float L_8 = L_7.___g;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = ___1_b;
|
|
float L_10 = L_9.___g;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_11 = ___0_a;
|
|
float L_12 = L_11.___g;
|
|
float L_13 = ___2_t;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14 = ___0_a;
|
|
float L_15 = L_14.___b;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16 = ___1_b;
|
|
float L_17 = L_16.___b;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_18 = ___0_a;
|
|
float L_19 = L_18.___b;
|
|
float L_20 = ___2_t;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_21 = ___0_a;
|
|
float L_22 = L_21.___a;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_23 = ___1_b;
|
|
float L_24 = L_23.___a;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_25 = ___0_a;
|
|
float L_26 = L_25.___a;
|
|
float L_27 = ___2_t;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_28;
|
|
memset((&L_28), 0, sizeof(L_28));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_28), ((float)il2cpp_codegen_add(L_1, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_3, L_5)), L_6)))), ((float)il2cpp_codegen_add(L_8, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_10, L_12)), L_13)))), ((float)il2cpp_codegen_add(L_15, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_17, L_19)), L_20)))), ((float)il2cpp_codegen_add(L_22, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_24, L_26)), L_27)))), NULL);
|
|
V_0 = L_28;
|
|
goto IL_0061;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_29 = V_0;
|
|
return L_29;
|
|
}
|
|
}
|
|
// Method Definition Index: 19287
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TypedUxmlAttributeDescription_1_set_defaultValue_mCCFDF65293F595155203C9BD9977733342224870_gshared_inline (TypedUxmlAttributeDescription_1_t7ECE12D1C0C385835D77803906F54B792532FD39* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdefaultValueU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19287
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TypedUxmlAttributeDescription_1_set_defaultValue_mFD1C3A72D0C15C3CFA5ADF89C98C1B97C69A25E2_gshared_inline (TypedUxmlAttributeDescription_1_tF8E164DB2A1FE613654370D348F4C3680DA42A03* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CdefaultValueU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 605
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m88484A213EB00FF7254FE3DB935BFB06DD3F5753_gshared_inline (Action_2_tAC461AE4F7B507965CE2E6A32853473F8C02CD75* __this, RuntimeObject* ___0_arg1, int32_t ___1_arg2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_arg1, ___1_arg2, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
// Method Definition Index: 603
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_obj, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
// 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: 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_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: 603
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_m604FD4DB9EADE3BD6B11AD7740D31F54E7B88CBE_gshared_inline (Action_1_t05F6A7FC9FBB588EC4A828E23375838E340354CB* __this, TimerState_t82C7C29B095D6ACDC06AC172C269E9D5F0508ECE ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, TimerState_t82C7C29B095D6ACDC06AC172C269E9D5F0508ECE, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_obj, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
// Method Definition Index: 15494
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CustomStyleProperty_1_get_name_m51A2B61038145DBA23DB66A1B1CD4696D8F25CD3_gshared_inline (CustomStyleProperty_1_t21332918528099194FD36C74FF0FA14696F39493* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CnameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 15494
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CustomStyleProperty_1_get_name_mB7A340BD5475639CE13F609B4E3C7AB6ADE07446_gshared_inline (CustomStyleProperty_1_t6871E5DBF19AB4DC7E1134B32A03B7A458D52E9F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CnameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 15494
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CustomStyleProperty_1_get_name_m7132138EDAD54684D99C2A7DBADC0FD0229CA851_gshared_inline (CustomStyleProperty_1_tE4B20CAB5BCFEE711EB4A26F077DC700987C0C2D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CnameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 15494
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CustomStyleProperty_1_get_name_m527DF04E62D2889CDFBF110C2AA32BB135C89793_gshared_inline (CustomStyleProperty_1_t697913D630F101B4E464B7E9EA06368015C9C266* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CnameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9301
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mEAD58F71FB68894CD4B42B8B1FF527387E22F1B0_gshared_inline (List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* __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: 9301
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m02854A6986DEFDEC2E4B791FD155C5D7FCBB8842_gshared_inline (List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* __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;
|
|
}
|
|
}
|
|
{
|
|
StylePropertyNameU5BU5D_t531626CF806E3F3D348D1F38A9109767014C35F8* 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: 9301
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m65AF27AF349D5AD5EB39FAA6836FA296600DA6FA_gshared_inline (List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* __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: 9342
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 Enumerator_get_Current_m2A71803E92C0B34206D38F91490F372EE7E8E999_gshared_inline (Enumerator_tB72DF0A1B1C0AE8C401AAA543550E6B7F4F8E091* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_0 = __this->____current;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9282
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m797905E92EF60F271F57D2F36C05AC429A5C0008_gshared_inline (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __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_m87205283CED3CE7AC9AEC642FE8C34839086F2EF_gshared_inline (List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* __this, StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
StyleValueU5BU5D_t544D1F13B44DC23CA765A18E32B7779768FDF0C8* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
StyleValueU5BU5D_t544D1F13B44DC23CA765A18E32B7779768FDF0C8* L_1 = __this->____items;
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->____size;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
StyleValueU5BU5D_t544D1F13B44DC23CA765A18E32B7779768FDF0C8* 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));
|
|
StyleValueU5BU5D_t544D1F13B44DC23CA765A18E32B7779768FDF0C8* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 L_9 = ___0_item;
|
|
List_1_AddWithResize_m92FDC85296FD8B1DACC5386D5869CA76AFCFF944(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
|
|
return;
|
|
}
|
|
}
|
|
// 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: 37627
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_c, const RuntimeMethod* method)
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_c;
|
|
float L_1 = L_0.___r;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___0_c;
|
|
float L_3 = L_2.___g;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___0_c;
|
|
float L_5 = L_4.___b;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___0_c;
|
|
float L_7 = L_6.___a;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_8), L_1, L_3, L_5, L_7, NULL);
|
|
V_0 = L_8;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// 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: 37960
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
float* L_0 = (float*)(&__this->___x);
|
|
int32_t L_1;
|
|
L_1 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_0, NULL);
|
|
float* L_2 = (float*)(&__this->___y);
|
|
int32_t L_3;
|
|
L_3 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_2, NULL);
|
|
float* L_4 = (float*)(&__this->___z);
|
|
int32_t L_5;
|
|
L_5 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_4, NULL);
|
|
float* L_6 = (float*)(&__this->___w);
|
|
int32_t L_7;
|
|
L_7 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_6, NULL);
|
|
V_0 = ((int32_t)(((int32_t)(((int32_t)(L_1^((int32_t)(L_3<<2))))^((int32_t)(L_5>>2))))^((int32_t)(L_7>>1))));
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
int32_t L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// 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: 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: 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: 37782
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Vector3_ToString_mA8DA39B6324392BB93203A4D4CB85AF87231CB62_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, String_t* ___0_format, RuntimeObject* ___1_formatProvider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2409165FB90CD4A8B916FCA75790766B82C91748);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F3FD3EFA55E39E450A9A4CE66CD7B259403D44E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_format;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
___0_format = _stringLiteral2409165FB90CD4A8B916FCA75790766B82C91748;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
RuntimeObject* L_3 = ___1_formatProvider;
|
|
V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5;
|
|
L_5 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_5);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6;
|
|
L_6 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14, L_5);
|
|
___1_formatProvider = L_6;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
float* L_7 = (float*)(&__this->___x);
|
|
String_t* L_8 = ___0_format;
|
|
RuntimeObject* L_9 = ___1_formatProvider;
|
|
String_t* L_10;
|
|
L_10 = Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE(L_7, L_8, L_9, NULL);
|
|
float* L_11 = (float*)(&__this->___y);
|
|
String_t* L_12 = ___0_format;
|
|
RuntimeObject* L_13 = ___1_formatProvider;
|
|
String_t* L_14;
|
|
L_14 = Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE(L_11, L_12, L_13, NULL);
|
|
float* L_15 = (float*)(&__this->___z);
|
|
String_t* L_16 = ___0_format;
|
|
RuntimeObject* L_17 = ___1_formatProvider;
|
|
String_t* L_18;
|
|
L_18 = Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE(L_15, L_16, L_17, NULL);
|
|
String_t* L_19;
|
|
L_19 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral3F3FD3EFA55E39E450A9A4CE66CD7B259403D44E, L_10, L_14, L_18, NULL);
|
|
V_2 = L_19;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
String_t* L_20 = V_2;
|
|
return L_20;
|
|
}
|
|
}
|
|
// 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;
|
|
}
|
|
}
|