#include "pch-cpp.hpp" template 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 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 struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template 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 struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template 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 struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct Action_1_t572BEDA07C0BA56B76119E2054EEFB7AA9D95970; struct Action_1_tE4C672264C9393901F4559B1E1C55AEF5ABE7DB1; struct Action_1_t6EA515DFF9459A7E6757226506A5710FC13D5E19; struct Action_1_tE69E6E8CEB5448C2841A0F820BF91FF326BF434C; struct Action_1_tB73393CDDD19CC81EB6A65EC1F9F1145D519BC5D; struct Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03; struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87; struct AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD; struct AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C; struct Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354; struct Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB; struct Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA; struct Awaitable_1_t372AD450BB1B48C220F72AD0234E19E2722C759A; struct Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077; struct Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D; struct Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7; struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3; struct Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA; struct Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F; struct Dictionary_2_tCCEA9512BD47099D4B63AD9EE1D34D86A031F9DE; struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28; struct Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56; struct Dictionary_2_t96E118783FA125640B6CD73897A2FE2B787E0AB4; struct Func_1_t87CE9FCD1D2EFB07970CB736ABE439F1E76531E5; struct Func_1_t2CFF0006584E149EAB4A5425A0415FA49AC7E985; struct Func_1_tBAEF7C56E034A6153B99A58948B00F408A1FDF27; struct Func_1_tB066B22A9421E799E736F3B93FDEA69D8299CC79; struct Func_1_t8D33537EC0D2674E14A1B1C5FF0A18A13C1B19B5; struct Func_1_t889B452E6539779B2BBFBDBAA514F1599CEF2F59; struct Func_1_tA8F91C23675D323D5C9C1F3D2FAA8008CB1EF551; struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4; struct Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2; struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44; struct IEqualityComparer_1_t10674BD57C34826B0728CD36D6300FD206D1C02C; struct IEqualityComparer_1_t3307DD9AF9B2FB6D29369AE34FAC79516C04F489; struct IStateMachineBox_t4417FB55DDFDC482E981B07781D96406080ABAF9; struct IStateMachineBox_t9F7698A98BA383654C134BB24346574B9FC7AF0F; struct IStateMachineBox_t31F75BC8E8364A03AD4D3EB3B39B98CFF2A70C3C; struct KeyCollection_tC1E3157DAF1273C0C8B5958B7E76270248A93A56; struct KeyCollection_t3B6750395EE8282EAEA8D6B63B8C7E97E20566F6; struct KeyCollection_tE51689840481FEF728F82710872CD8CDC410E1C8; struct List_1_t50FD03A116C544F0E409C5EB33C4834451358370; struct List_1_tC745ACD67F865653AC55790145BEC46687E4D075; struct List_1_tA57620891854DC9D0B008EA2CE23BE6BAD8A8AC0; struct List_1_t4913A61015B46E4D162EFF7E54360F77F3E43148; struct List_1_t6252CCC94B95900FA1784F27184689E33CF3DEC2; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D; struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD; struct List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6; struct List_1_tB5691F329FB7D6F099053636A4C094CBC951D695; struct List_1_t23F59D024DFD759F7295EBC6C25BD5F56992C950; struct List_1_t55FBBCA3B61F4092747F5BB1DE63DCF56C27DE50; struct ObjectPool_1_t5182952C8F36FEBBCBE6CFF9033A71D706D62C3E; struct ObjectPool_1_t6FA32EFA27B8A53DAD8226A0344593AC567348E4; struct ObjectPool_1_t0B9B92CE17DF4AF53A094DCDFBFC957BED9A47B2; struct ObjectPool_1_tDCD50C95ED0429D3FD1471004D0AF0CBAFDE3458; struct ObjectPool_1_t39751C6B5D1BD5F6B65F1D828FCE1AB5F73E9D28; struct ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259; struct ReadOnlyCollection_1_tE73B24B2BA1845A2CD38DB212B20AC1B5258C14C; struct ReadOnlyList_1_tDB9F1B86B649AE18A33C832AAE8EBB2470C6CDC7; struct SerializableDictionary_2_t43C5D129793FC3216489482F7A8B933128D7F0A8; struct SparselyPopulatedArrayFragment_1_tB32DA8C2B7461E80CE4C271B76C103629BDFA035; struct StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F; struct StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E; struct StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87; struct SubsystemDescriptorWithProvider_2_tDBA1506DD7EBA024E21E2A6CAF1B5CE3DA9DFF07; struct SubsystemDescriptorWithProvider_2_tF8E2E455D5493CB9D730F2D121FD9CED8ABB8B5C; struct SubsystemDescriptorWithProvider_2_t776E0146C660D8E0F82F9F683790AEE6BECE9B65; struct SubsystemDescriptorWithProvider_2_t8951028366741F713741FC706603F0BFA781E71D; struct SubsystemDescriptorWithProvider_2_tBC23FABB14FA025EE7887117992FDF7AD0ADD390; struct SubsystemDescriptorWithProvider_2_tA2D3176F17E64D29B8F21825BC2039C15333DF55; struct SubsystemDescriptorWithProvider_2_tEA4C15000F8C8F0779340D5A5C16AE45A56A2D22; struct SubsystemProvider_1_t7964A83C7EDD0F612E018A2033A9D500479D92F3; struct SubsystemProvider_1_t22A73CFC0FBED238F54239530C581C40C8C1E4AB; struct SubsystemProvider_1_tCE024AE8B1E5E5CD5F58757BFCCB721919A51117; struct SubsystemProvider_1_tFF1B90B39743451ED6BD37EDC363EA88F1D43680; struct SubsystemProvider_1_t90BF556C896837D448D95DF55CE577CFE216098E; struct SubsystemProvider_1_t96CFB39FD0C0E7ABD02483062352B397EEF99673; struct SubsystemProvider_1_tC75058DB739BADDE310764A53DA081E17B026F74; struct SubsystemWithProvider_3_t548D9C2A4778C7ADB62496A2A07F8B7563309893; struct SubsystemWithProvider_3_t9B46676D7BE943A96773ABEE0697A7F35EA89C3B; struct SubsystemWithProvider_3_t0D95E05D9A3E7E672911FC17FA45EFD497312284; struct SubsystemWithProvider_3_tEC32E35ABA7D3B7D5B9459E6752E697305F3E1FB; struct SubsystemWithProvider_3_tFABDEF408C42D504CCA28F423FCD4566C4158049; struct SubsystemWithProvider_3_tA1749F0C228B01A69561A8CB18B26398D30CAD16; struct SubsystemWithProvider_3_t09BEC3FF6D0AE5B4CBCA5694B2C488D3BD455926; struct SubsystemWithProvider_3_tD731AAC554B5A386083FF524D97FBA7F2B61C61E; struct ThreadLocal_1_tA51D9097A708DE3E77F2F3C580ACEEF950B3F70C; struct ThreadLocal_1_t85EDC27C17BD9A2B6E8F1EE25D5276FE881B8C96; struct ThreadLocal_1_tAC184A608C429710805374AC18C4E0256A4A257B; struct ThreadLocal_1_tC089BD0B380F41E28F0DC34212A831DDE64CD272; struct ThreadLocal_1_t57A3702D746737FF774091355851F7F6E967BF54; struct ThreadLocal_1_t147954243CB50A72C6ACB748C97A4BCA282F4F64; struct ThreadLocal_1_tE778CDE74B6D2A24B1BB4069B959CE39005AC0EE; struct ThreadLocal_1_tDEFCCE7C2A42F8278F030A4BCD42998C6D43B36B; struct ThreadLocal_1_tFC7B27E274413AAE6170CCA60D4A551DF203F465; struct ThreadLocal_1_t6F2FBCC8C7CB4410496A327D33279359D655A6AE; struct ThreadLocal_1_t00329A71E6C7F663A0541E19E3B3A8901A630E8C; struct TrackingSubsystem_4_t7A10D71D38CC667281CC808FAB8ED27CD44C8D7C; struct TrackingSubsystem_4_tAE598621837B470F57C1F0867DC899BE9FDE8956; struct TrackingSubsystem_4_t9D001D4B5DAA8C7BF2528ACA0BFCB7E088FA3CFB; struct TrackingSubsystem_4_t4D0A3964151252967FADFA5CBEB1405B7681AD43; struct TrackingSubsystem_4_t7DE914E74A1CEE72FA08F5B2721AB39D67DAACFF; struct TrackingSubsystem_4_tFD8C18348351A323DEA3B764BC6F062B62DE664F; struct TrackingSubsystem_4_t159B1435C9EEDD50D28042D569A17020B06CC9AD; struct TrackingSubsystem_4_tEA0279A96F3287722503588C643D03B2C206613A; struct TrackingSubsystem_4_tB5DE37BB3A2C1454F4BD60F1A10EEBED1C76555D; struct TrackingSubsystem_4_tE6FBB8A633EBE22D51840A774B33FA4C656CDBBA; struct TrackingSubsystem_4_t1DDEB323080BE2FA2F89E9BE00DA92BE1224F97B; struct TrackingSubsystem_4_tB7FCF25CAC299E60D9488336C9CBC34A94E8AD78; struct ValueCollection_tF1AC12E92AFA97846628531A06B33ADB08939BA5; struct ValueCollection_t9197E315154F930B140F0CE3F835A94EBD855527; struct ValueCollection_t6E762FAB2AC88B8C4F5ECFF9A4041494E1ACAC7E; struct EntryU5BU5D_t4FDFE7C0A9DF9DCCAEA08A85B561BCF261BFAA4E; struct EntryU5BU5D_tB3CAB0AE01B7930500F4B4E1D300CBF7757930C2; struct EntryU5BU5D_t2EC0DFAC055C0FEED34A49C736816E2F26B27C28; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; struct XREraseAnchorResultU5BU5D_t07FAB42E00B6A49C5112764825A8A944F8E68140; struct XRLoadAnchorResultU5BU5D_tB8B8C38BD5343704EC2AF30B5FB7BBDAA3662E3A; struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07; struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F; struct Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB; struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3; struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B; struct CancellationCallbackInfo_tC8BE558ED1E173434DD1919D574C9FAFE501E22D; struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B; struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57; struct ConfigurationChooser_t4DFAB6BE3767C3C5DA0E43FA16CD067009A487C2; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0; struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A; struct DefaultConfigurationChooser_tB93030E74EE54B6D2930D6B898F7F08B89882EF8; struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2; struct Exception_t; struct ExceptionDispatchInfo_tD7AF19E75FEC22F4A8329FD1E9EDF96615CB2757; struct ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710; struct HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D; struct HelpURLAttribute_t7FACF6E02F5DC5836DFCFC0C3E90746BE27EF685; struct IAsyncStateMachine_t0680C7F905C553076B552D5A1A6E39E2F0F36AA2; struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52; struct IPrincipal_tE7AF5096287F6C3472585E124CB38FF2A51EAB5F; struct InternalThread_tF40B7BFCBD60C82BD8475A22FF5186CA10293687; struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB; struct LocalDataStoreHolder_t789DD474AE5141213C2105CE57830ECFC2D3C03F; struct LocalDataStoreMgr_t205F1783D5CC2B148E829B5882E5406FF9A3AC1E; struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3; struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4; struct MethodInfo_t; struct MulticastDelegate_t; struct MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8; struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8; struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A; struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472; struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C; struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772; struct RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E; struct RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF; struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692; struct String_t; struct StringBuilder_t; struct SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5; struct SubsystemProvider_tE1865B8FE698C81A59AED35E0E536BD53F402455; struct SubsystemWithProvider_tC72E35EE2D413A4B0635B058154BABF265F31242; struct SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0; struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4; struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4; struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F; struct Type_t; struct UnitySourceGeneratedAssemblyMonoScriptTypes_v1_t7D2037042237FFBE3E529D9F4A6510818A2A9047; struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; struct XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF; struct XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30; struct XRBoundingBoxSubsystem_tE7D12319C6C9C6EA35624EBF7F56FCE464201E53; struct XRBoundingBoxSubsystemDescriptor_t6DE6FF4E0EFB01FF8B34959D5A23FB144D04BC97; struct XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140; struct XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847; struct XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B; struct XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4; struct XRFaceSubsystem_t93DD9DDD21C06E5A591BB0094512BC8FD8A890D3; struct XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F; struct XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526; struct XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B; struct XRImageTrackingSubsystem_t5EEEA714F4273F686F836517EE4957AEDFFD7BEB; struct XRImageTrackingSubsystemDescriptor_t6D3883C9B0005F09FE2ECE410BF3A8E64A4A5CBE; struct XRReferenceImageLibrary_t039233790C16E76ED95AABD95D9A35014081EA42; struct DoubleBufferedAwaitableList_t76D3153523C81B2FE4A2C4DCDED3E100C4F08BBE; struct Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C; struct Provider_tEE33D025EE18410F47828C1DD21622753EB795C8; struct Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C; struct Api_tAE210A8378E537AFD1FA4B99562229CE842377FB; struct Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF; struct Provider_t7030F6D06C0B37E868033A148F7C8615413D5322; struct Provider_tC21F725E6FD793D825C4C230FED9932447043F03; struct Provider_t04088A6CFC6675A4655FFD62200BFA745A0F9DDA; struct U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841; struct U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802; struct OnImageRequestCompleteDelegate_tCD7B27E0C5D492FB984F05869FB527372CB70995; IL2CPP_EXTERN_C RuntimeClass* ARRenderingUtils_tE75CD53EBD430ECC53EE60CA5C29D7E8F049A37F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AddReferenceImageJobStatus_t04611D7BBC6CC02252E22335C32E411E72119022_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* AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BoundingBoxClassifications_tDD23584A55BCD82E9D0E95DEA796190BF9AFAA0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Color_tD001788D726C3A7F1379BEED0260B9591F440C1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Feature_t4F077DF9999D98A1C051A9A8983AB9A4F9D00F6A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashCode_t9CF0E862CF73DB9FE67D8DBBD1F4C46330F88AE3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ScreenOrientation_t928A8AFB38625B9356E57BA75BBD90FA653DCFC2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SharedStringBuilder_tBC700FDE57D7EA19A44D80D4B0BC9F49F5B62A78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextureFormat_t87A73E4A3850D3410DC211676FC14B94226C1C1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TrackingState_t5487241B6888BB15D8448EBBC640835A011DBBC2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRBoundingBoxSubsystemDescriptor_t6DE6FF4E0EFB01FF8B34959D5A23FB144D04BC97_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRCameraFrameExifDataColorSpace_t9C2207D83FA98C81BAEFA7F16ECE867D3DF7B3D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRCameraFrameExifDataMeteringMode_t4AB0A7E36A1E4066BF5513511C6442CADCDD30AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A____m_Library_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718____U3CproviderTypeU3Ek__BackingField_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA____U3CproviderTypeU3Ek__BackingField_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD____U3CproviderTypeU3Ek__BackingField_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6____U3CproviderTypeU3Ek__BackingField_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384____U3CproviderTypeU3Ek__BackingField_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891____U3CproviderTypeU3Ek__BackingField_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED____m_Library_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5____U3CproviderTypeU3Ek__BackingField_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t0459A65C4515C83F051BDB26AD470E21E4410D52____BAED28FF286D1B2D116243E631D1D807569F7D1AFA23A7BC0C80DB907C67FB74_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t0459A65C4515C83F051BDB26AD470E21E4410D52____D73C892E0056F59AA3FB0E684A3A3491151125C00D8FE88647A699BE4D1D25D4_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5____U3CbackgroundGeometryU3Ek__BackingField_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4____U3CproviderTypeU3Ek__BackingField_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C____U3CproviderTypeU3Ek__BackingField_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927____U3CproviderTypeU3Ek__BackingField_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0040832A71810E092F962A5F9A66A6A1866CC7D1; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral02FD50D325E1D2E26EF752CF35F3BA993AC548E4; IL2CPP_EXTERN_C String_t* _stringLiteral05595EFD90B4CF9D17A431C3346419AA27488DDA; IL2CPP_EXTERN_C String_t* _stringLiteral056551A8C816F75820BFC936F47EB442B4EB32CF; IL2CPP_EXTERN_C String_t* _stringLiteral063FFFBDDAE98915FAEB2AFF0653FF290A0EA458; IL2CPP_EXTERN_C String_t* _stringLiteral068B9DAC1E2A8DA48FFC0F566F9C805099D13F1B; IL2CPP_EXTERN_C String_t* _stringLiteral070866234FD70D3DA9B5D5EAD811AE2EAA574DBC; IL2CPP_EXTERN_C String_t* _stringLiteral07E4589D7CE140DC2E9E9C0D4C205CF30DFAA876; IL2CPP_EXTERN_C String_t* _stringLiteral0875DEADDC243EB2C3F87F266C5F7F24EAB5A2E2; IL2CPP_EXTERN_C String_t* _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A; IL2CPP_EXTERN_C String_t* _stringLiteral0EEB74DAF175D886E4EA5D5BB23B6E48993A80AF; IL2CPP_EXTERN_C String_t* _stringLiteral0FBF1F3BF0E575F4D92649F1F5678267C887CF89; IL2CPP_EXTERN_C String_t* _stringLiteral0FE8A6EBD3A2B455B89115524955690842BF9A4F; IL2CPP_EXTERN_C String_t* _stringLiteral12A09F1D8787D034EC5025D817F6046E51C49317; IL2CPP_EXTERN_C String_t* _stringLiteral132C67C31C67A73009E12AF0BF92B84B55B95E84; IL2CPP_EXTERN_C String_t* _stringLiteral143DF4D7BE7CC053F3AE25024CDD2EF673D36100; IL2CPP_EXTERN_C String_t* _stringLiteral1520E7E9DB2D7FF5218D18EDF29BF242AD6195D7; IL2CPP_EXTERN_C String_t* _stringLiteral158E95C298826281B51D5B4EE894BE864B7D1153; IL2CPP_EXTERN_C String_t* _stringLiteral169B5F05B3C649D620B99E33CC12246A1C1B6BF5; IL2CPP_EXTERN_C String_t* _stringLiteral17DF22DB953B0B2B32295ED5D22675E806114620; IL2CPP_EXTERN_C String_t* _stringLiteral1862DB4B99A6D2D4DDE2C775E5AC1AF7CD03A268; IL2CPP_EXTERN_C String_t* _stringLiteral1889AF12D766B3A68EB9EE79FE4ECA560C23A4F5; IL2CPP_EXTERN_C String_t* _stringLiteral1BCF5F01B1EC95B9838888EE7F91C3DF7AD8CD04; IL2CPP_EXTERN_C String_t* _stringLiteral20BBFE23E73935992537E1127A65E0B5C3687162; IL2CPP_EXTERN_C String_t* _stringLiteral20BFFC3E3EF9F47EDC311ECA59B9D592C1989F45; IL2CPP_EXTERN_C String_t* _stringLiteral215C37F9DB6C784E1F4F71C3036EDC1D6AE0DAAF; IL2CPP_EXTERN_C String_t* _stringLiteral220DD241BC708061D6DD91AC059CB229BF13DC69; IL2CPP_EXTERN_C String_t* _stringLiteral2223460B0F81FE95EFD94FF321B84571722CE2F0; IL2CPP_EXTERN_C String_t* _stringLiteral234D2AE20F9C9A24903ACCC32E54A5FD5FDE5203; IL2CPP_EXTERN_C String_t* _stringLiteral2409165FB90CD4A8B916FCA75790766B82C91748; IL2CPP_EXTERN_C String_t* _stringLiteral26548CA46A8BBAF979FA375FE01C8EDF043E08D2; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2BB40F9B4AC8B2B883083DDA4180950FAFD8BD7E; IL2CPP_EXTERN_C String_t* _stringLiteral2C29AB53B67E1EC0660A20971C837847B4B69BD2; IL2CPP_EXTERN_C String_t* _stringLiteral306623D9A2D9B5EEBA2FF13F239009BC51E34185; IL2CPP_EXTERN_C String_t* _stringLiteral32BFFAFDC276898E9C6F9A18801D55AA84626399; IL2CPP_EXTERN_C String_t* _stringLiteral372BF79AE75002958CBC0912211B035DB3B4217D; IL2CPP_EXTERN_C String_t* _stringLiteral3817AE5F81736AA82446C7E2BA122DD302D7AF11; IL2CPP_EXTERN_C String_t* _stringLiteral3A52E7879DE66D0E349B236E72057CAEC73F1854; IL2CPP_EXTERN_C String_t* _stringLiteral3A788090DA565EF18CC31FECD33EFC9ABE012B5D; IL2CPP_EXTERN_C String_t* _stringLiteral3AB0DA5C0A0620735E866EA5BC9FCAA876BA5545; IL2CPP_EXTERN_C String_t* _stringLiteral3DAA28DA82AA8B836AA22268F5F5B468D3453CE4; IL2CPP_EXTERN_C String_t* _stringLiteral3F3FD3EFA55E39E450A9A4CE66CD7B259403D44E; IL2CPP_EXTERN_C String_t* _stringLiteral40C3754113912BBB2324B9A85745EAD27C43B49F; IL2CPP_EXTERN_C String_t* _stringLiteral40F25DCEA3689A55267487C5F546C2AD0C2BB96B; IL2CPP_EXTERN_C String_t* _stringLiteral41252049E80981597E24B006D0D48EE23AD7111F; IL2CPP_EXTERN_C String_t* _stringLiteral41D4ECEC72974BEA998FBA733A15A0EA3B7DF9B1; IL2CPP_EXTERN_C String_t* _stringLiteral4484D73E5D13E98119AFD8332CD8BC78758E004F; IL2CPP_EXTERN_C String_t* _stringLiteral4578213F1BD00C014CECBA9C93CB2E9CA2D494EE; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral47DA31994116C58A2432854309E3628F07E1AF6D; IL2CPP_EXTERN_C String_t* _stringLiteral489BDF1FA9922AB5F829F5BE893907E419364DF4; IL2CPP_EXTERN_C String_t* _stringLiteral49DE19A080E7D5ADFAE0565CAFC30E6F99EB7FFD; IL2CPP_EXTERN_C String_t* _stringLiteral4AFE519EAD888D5A627EF6B063C7310AB640C54D; IL2CPP_EXTERN_C String_t* _stringLiteral4B80EFD0BD00CE9A8E26DD1EA0F4B58964AF32CD; IL2CPP_EXTERN_C String_t* _stringLiteral4C97C4F7FC3DED6E21FAA15CE30C3109F208DAED; IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30; IL2CPP_EXTERN_C String_t* _stringLiteral4E2CAD93C9B37D75C2F198F913EF6C4D8D9D1F79; IL2CPP_EXTERN_C String_t* _stringLiteral4F30A45443B0F35B99358BDC46A8811E3BE5B054; IL2CPP_EXTERN_C String_t* _stringLiteral4F4021FBBD86CAC0E7A3CE77EFD2B63D84B4CF15; IL2CPP_EXTERN_C String_t* _stringLiteral4F48AB40ED10C58263B4B8A12B919BFBF7F87427; IL2CPP_EXTERN_C String_t* _stringLiteral53AF0584729649EA84EE72BF90D62B91A5A5818D; IL2CPP_EXTERN_C String_t* _stringLiteral546D338570DE8DFD3EFD812AE007EC83172F7FF9; IL2CPP_EXTERN_C String_t* _stringLiteral5845E8DEE033062F8F4F5EAA72A635E5E10F19CA; IL2CPP_EXTERN_C String_t* _stringLiteral589FDC1297AD5B0B961700FBC7EC4CD7096E00E8; IL2CPP_EXTERN_C String_t* _stringLiteral5BA2A4A16421FA9FAB2CAF2E4AFC91121F7BB4FD; IL2CPP_EXTERN_C String_t* _stringLiteral60F35647DEA77E887634D85B00663788842E59AC; IL2CPP_EXTERN_C String_t* _stringLiteral631C2A034F2EEC364263FCD6C54F837D6F6BA919; IL2CPP_EXTERN_C String_t* _stringLiteral66302D2613F26AFE177C77015981C7FA27A369BB; IL2CPP_EXTERN_C String_t* _stringLiteral6AB2AE70A012333D060D8A75537325E8DCA88A13; IL2CPP_EXTERN_C String_t* _stringLiteral6C36D530882356E81C3DF37AF7B6B8FC59FE1FC0; IL2CPP_EXTERN_C String_t* _stringLiteral6ED7B42F6FD88089C6CE02E26767F89BB0BD3D50; IL2CPP_EXTERN_C String_t* _stringLiteral6F1BD83808B5B106403906875C080B21BBBCAB49; IL2CPP_EXTERN_C String_t* _stringLiteral6F57A13713CB116503D42E8DFD65A84DA07B33BB; IL2CPP_EXTERN_C String_t* _stringLiteral704C51A0DAD6B36AE5557F6EC82739898E4BFB61; IL2CPP_EXTERN_C String_t* _stringLiteral70B620974609B44982811F2A71D12277C3AD413A; IL2CPP_EXTERN_C String_t* _stringLiteral7122AD46BE25874E464E4389F96444AA2302A459; IL2CPP_EXTERN_C String_t* _stringLiteral742E66FD8C0BB27B660EB0B07DEBF78D0C42CFEB; IL2CPP_EXTERN_C String_t* _stringLiteral753AA1DF40536EE3E7C24B988DD0B3A1C1D82755; IL2CPP_EXTERN_C String_t* _stringLiteral7586CFE295784D9B3FDD796179AC15DF769A8D8E; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral772119CD0175AC1E1CADE4F75080F5F07B6BB1F9; IL2CPP_EXTERN_C String_t* _stringLiteral77A0FA1E78AD9BB62531A324B5BEDC49051669D1; IL2CPP_EXTERN_C String_t* _stringLiteral77D146D13FD22403DC6EAA8D6A7F97C732072154; IL2CPP_EXTERN_C String_t* _stringLiteral7C870909849A9D8B2B4A755041CC27EB6D76483B; IL2CPP_EXTERN_C String_t* _stringLiteral7E33C1F2EA73918B61F6011C13DA1E2566C34C89; IL2CPP_EXTERN_C String_t* _stringLiteral7E3AA66375763B3002BB9676C66B36DC25F6FD12; IL2CPP_EXTERN_C String_t* _stringLiteral7F623AA45815B8B51F227F5A19CB68E1BD42852E; IL2CPP_EXTERN_C String_t* _stringLiteral843AD9485B03D4FA4E70DB5FA0FC7C332F7F871F; IL2CPP_EXTERN_C String_t* _stringLiteral85466953FE73F6AEF1F6DF49C89454B459504DA9; IL2CPP_EXTERN_C String_t* _stringLiteral867992BDB22484FDEA226A2DE21CCAE0546FB1F9; IL2CPP_EXTERN_C String_t* _stringLiteral88CA26652382EB9056FA8D06D416F308717A3471; IL2CPP_EXTERN_C String_t* _stringLiteral8C0459BAEEC3231024415B308FDFF9437118A375; IL2CPP_EXTERN_C String_t* _stringLiteral8E24AD325FDF926182510CA7537CB68FEA6D6503; IL2CPP_EXTERN_C String_t* _stringLiteral8F12A6F28F1AD2AB573BEA595C276D59ADEE1FDA; IL2CPP_EXTERN_C String_t* _stringLiteral9271CEF84C3D966C01E6867B9229F873B66FD860; IL2CPP_EXTERN_C String_t* _stringLiteral938E9AB9465CD2541C9EA296A764FB5ADF8857C5; IL2CPP_EXTERN_C String_t* _stringLiteral95CEF354A50E2A3D8014BD70038CA1009979611A; IL2CPP_EXTERN_C String_t* _stringLiteral95FA8CB284CA44C4320BEA5DCF663790F1EE26AA; IL2CPP_EXTERN_C String_t* _stringLiteral999193589C222540CE490D9CC14E170C46AD6523; IL2CPP_EXTERN_C String_t* _stringLiteral99C87677D7C931C6716048E6564D746F83638144; IL2CPP_EXTERN_C String_t* _stringLiteral9A386CC8CE18FD694D3DFA2FCA81BEE5387F3A8B; IL2CPP_EXTERN_C String_t* _stringLiteral9B4A21D6CD8062B6CF05C6F0BE263B555730AD00; IL2CPP_EXTERN_C String_t* _stringLiteral9C9801D3EA3E223E75ECE3A3C518ED695023EE74; IL2CPP_EXTERN_C String_t* _stringLiteral9E00776EA15B024A924C9141253B7ADE3D81959E; IL2CPP_EXTERN_C String_t* _stringLiteral9F648A65B0C150D7D8CDE8FE7F0057097922982D; IL2CPP_EXTERN_C String_t* _stringLiteralA26025A2F3BC871A6B1E0A92BE4B4EA60DBC6C91; IL2CPP_EXTERN_C String_t* _stringLiteralA2A7E438E876A47A61C6E2144C25AB3FC820856F; IL2CPP_EXTERN_C String_t* _stringLiteralA391D138A809D167B6D3419E2A0940FC8958C8EF; IL2CPP_EXTERN_C String_t* _stringLiteralA4EFA322E8D3AEF2F04E79026F09BEB79F36BCB6; IL2CPP_EXTERN_C String_t* _stringLiteralA52B348614D1F733D74BED036C2A2E8757BA6B76; IL2CPP_EXTERN_C String_t* _stringLiteralA5D5C226071C3EF250122234F64F2FF6596DC203; IL2CPP_EXTERN_C String_t* _stringLiteralA8A8717ECC5E31F30A99C8547616828C8F428B66; IL2CPP_EXTERN_C String_t* _stringLiteralA9BA2974AED76FB92F26F69C6093F790414376FA; IL2CPP_EXTERN_C String_t* _stringLiteralAA661F2F4F2AC2A4D1268C73A499D77CA7E0C476; IL2CPP_EXTERN_C String_t* _stringLiteralABDAACF84C88CE4DDE88A4C522E0CD3771C68382; IL2CPP_EXTERN_C String_t* _stringLiteralAC891B1FFC4C1C9B0DFF842C5764F79EF549A2A9; IL2CPP_EXTERN_C String_t* _stringLiteralAE47EC5977710A3AB08CC9D0C08A5A2DCA2DA5FF; IL2CPP_EXTERN_C String_t* _stringLiteralB089E7C95CC4D58B7178BE7201F9D364AD80CE19; IL2CPP_EXTERN_C String_t* _stringLiteralB0C265238CD8DCB2E075C4DB503EA5E606492B12; IL2CPP_EXTERN_C String_t* _stringLiteralB19032E635CE920B302296D3885543D1639CB459; IL2CPP_EXTERN_C String_t* _stringLiteralB46EF5E6A66EDA1C58FC6247FCF11ED116219577; IL2CPP_EXTERN_C String_t* _stringLiteralB5A2884061F2109A25FB4CC33228B4A29E45AD31; IL2CPP_EXTERN_C String_t* _stringLiteralB89F9432111555FAEC5D321EB376463F83C7AF38; IL2CPP_EXTERN_C String_t* _stringLiteralB9D60EA4F35CDA2A47EE25550AF30B81AD552B44; IL2CPP_EXTERN_C String_t* _stringLiteralBAFB66877A656B61552112DCE8DB71CD94172E33; IL2CPP_EXTERN_C String_t* _stringLiteralBDC838375A805C8CCC6514E96BA13E150D629186; IL2CPP_EXTERN_C String_t* _stringLiteralC0A7EDEBF99915540EBE211C25A14FEFF82DDAA7; IL2CPP_EXTERN_C String_t* _stringLiteralC127E2685E9BA6170311362A98135614A56E47AF; IL2CPP_EXTERN_C String_t* _stringLiteralC38F28471C557A7C9C40558CBD0BEABFA81FB4AE; IL2CPP_EXTERN_C String_t* _stringLiteralC5EA8CC9CEFFB2863CC8F11B79A2D43FA26C9E3E; IL2CPP_EXTERN_C String_t* _stringLiteralC70CE2223211D4716783F5FAAC2F3CEB02EDC4B1; IL2CPP_EXTERN_C String_t* _stringLiteralC73FB1C0B20CFA27C676CD45A3FF2B722726E273; IL2CPP_EXTERN_C String_t* _stringLiteralCA349D00A92432477BD02869F0B8A81869BF9986; IL2CPP_EXTERN_C String_t* _stringLiteralCD0C03FFF40E6F1D242821369D83EC4658F16D35; IL2CPP_EXTERN_C String_t* _stringLiteralCE7D2EBBCCDD9B4705612096BA6B9E4A37526AA7; IL2CPP_EXTERN_C String_t* _stringLiteralCEA8A633C4C95F85CAB2C4D07CAFA53611912B32; IL2CPP_EXTERN_C String_t* _stringLiteralCECA054A5E04174D340F9D413A054DFB3140C680; IL2CPP_EXTERN_C String_t* _stringLiteralCEE7DF9F39E5EB8A0E3223AC880B86AEB07D7A12; IL2CPP_EXTERN_C String_t* _stringLiteralCF903030A69C6580BF09DFE1B291D6179B4A58FC; IL2CPP_EXTERN_C String_t* _stringLiteralCFF313B95B196D2FA127EAB3DF3D046D8FAC5A54; IL2CPP_EXTERN_C String_t* _stringLiteralD2316C6372C4914C9A07CD469B803A77534ADCF4; IL2CPP_EXTERN_C String_t* _stringLiteralD5763433090039E34F2AC4CEE2907724B1579261; IL2CPP_EXTERN_C String_t* _stringLiteralDA1CD25788E7EE9FDEA55BBF0CEE5D1AD7F125CD; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDBD8760F0E4E49A1C274D51CE66C3AF4D4F6DD1D; IL2CPP_EXTERN_C String_t* _stringLiteralE249513646B3CA3B2119CA7AD27370C9E9012B74; IL2CPP_EXTERN_C String_t* _stringLiteralE30658D0ADE6E62208BFA543EF45EB5C784EE9B9; IL2CPP_EXTERN_C String_t* _stringLiteralE38896D7A7A4D523CB8DB8499882C1A4B6CD2517; IL2CPP_EXTERN_C String_t* _stringLiteralE5B924A9D007D030D625091DAD47058AD71C9587; IL2CPP_EXTERN_C String_t* _stringLiteralE6D4793C3810965F6D5452D899A0EE3A5FC6DA68; IL2CPP_EXTERN_C String_t* _stringLiteralE7538558415E1BD8F7A4C577BB457C0AD0F3C884; IL2CPP_EXTERN_C String_t* _stringLiteralEB0A157666700D8227FD4B66A26FDC02035E89BF; IL2CPP_EXTERN_C String_t* _stringLiteralEC43EDEADFD3245F29A73A73F1B6ABC9B301A4BE; IL2CPP_EXTERN_C String_t* _stringLiteralEC5EA31F679B6EF1C2115B6D3933A81AF3E7A161; IL2CPP_EXTERN_C String_t* _stringLiteralF1FF99A8F97A90CE3EB35AA1C7B40C1DDFC82A9B; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF5DE2A007191EB580E6042ECB5731A5E8D32C758; IL2CPP_EXTERN_C String_t* _stringLiteralF627CDA1D5403909B224DFB1DDF5D0F8E00F2EEA; IL2CPP_EXTERN_C String_t* _stringLiteralF888230443F7BB68D49D53BBE56D2A722FDD6CA2; IL2CPP_EXTERN_C String_t* _stringLiteralF90D213CB4F4C128718F9D313856D1FA20671595; IL2CPP_EXTERN_C String_t* _stringLiteralF92754B4C92EEAA36939007C47406DE29C16EB7D; IL2CPP_EXTERN_C String_t* _stringLiteralFB004ECFD7B1E474B835B2C92DC67B54C8CA4AE8; IL2CPP_EXTERN_C String_t* _stringLiteralFD4706B02823C71252FBF63A74CF03433A8DADF0; IL2CPP_EXTERN_C String_t* _stringLiteralFDA1C52D0E58360F4E8FD608757CCD98D8772D4F; IL2CPP_EXTERN_C String_t* _stringLiteralFF1828C65FE9A841EEDE93C1553274BF55F755A4; IL2CPP_EXTERN_C String_t* _stringLiteralFFE3A1B73CD7FC81540FBBE737435B0A887629D5; IL2CPP_EXTERN_C const RuntimeMethod* AddReferenceImageJobState__ctor_mC0CCEC53FEB86CE2B9560D06DE28919ADB2440E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mD0AC12981EE959281E0DDC50EB5BBA6F356F9ADB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mDDC19FB56345F81C995477D6A4A0838571550464_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_m1EF7EF545CD32DA90C9BBF28D2E010F9C43F71F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_m93D7A7AAF30C805E42ADE8CB25F898C301A87912_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_Create_m4DB0C29C51B2DA265FFFF24810915B73D5A6AFBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_Create_m57DDCDC3CB89DFF5C69A440413297BC3EC215E51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_Create_mB55FF82891908AAC18FA61DFABDE349AAA6CAA61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_SetException_m72599B085155F4E64EEF6199CCB2854958B3C726_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_SetException_mD9D12A0509DC32D98F4D842E4D4FD086FEE7A1C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_SetException_mFFD01A4FED792479AA5752B767A4D0B456D0FFDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_SetResult_m6BB7914DA094A892FB34DC9D1A29FD75978DDB11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_SetResult_m79AD6B4AA6154ED336DFDB174D932AFA53C43890_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_SetResult_mF6999EF777F6CFEA508A7DF60721549538F5938F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_SetStateMachine_m5BF17AF8691580EC91212F8EA700115C7F1581BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_SetStateMachine_mC963141FB8FB1DE098042DF4C85F459E6445D67F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_SetStateMachine_mC9A326859C8CC5CB8928903A674256EEB52CFB25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_Start_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_mAA9E9B692E7563A4686327FE814779B7C008793C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_Start_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mFEC15B635A6838CABFD00CD22AEF0854A40F39EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_Start_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mE5631C22666422091D6EFB70B710BFDE5E91B97F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_get_Task_m7E2CC2513634D24BC9EEA1D34CD9B2494332509F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_get_Task_mAFCEEC498D19ECEB333171F5485D32B21658C847_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableAsyncMethodBuilder_1_get_Task_mEBB3D4ED5F3D2AF6B725038ABBBAA3B31484FA75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableCompletionSource_1__ctor_mB8ECBEEAA7164DCB1FED6BFB6AB505472BD62B49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitableUtils_1_FromResult_mC1428EF563A7F8DE9749FE48CB54EBCEC006A8B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Awaitable_1_GetAwaiter_m3B51E44CA91B4E4151F37D60FDD5B451F6901EC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Awaitable_1_GetAwaiter_mAD3DD50F682F092315F1EBDE181368BF65433FC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Awaitable_1_GetAwaiter_mB4A69ECAE1AF6BAA2EFD455DFC384F6DE943A36E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Awaitable_ThrowIfNotMainThread_m2C86EB37FA4514D04F08D7A3429FB55DF9A1E24A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Awaitable_WireupCancellation_m3897DB35133F82C0C274932512C45FEB9973D684_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Awaiter_GetResult_m1C67CD9C50971B0F857D2272D831D3083FCDD744_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Awaiter_GetResult_m5E3FE1D5FD085255221BD1607CB2F7FB24181FEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Awaiter_GetResult_m9B9558707A4E6259386D25FBC8AAEBF0B02D8E80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Awaiter_OnCompleted_m1958C6BAAD599764317932EA1F8D1E39DF3F0492_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Awaiter_get_IsCompleted_m00FAA36AE964059F9B47569F38A446CF9206EE67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Awaiter_get_IsCompleted_m3EBA1B4EA324BBD98801EAE35CAD8E46605DAAEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Awaiter_get_IsCompleted_m799342AFEBB06F1AB5BDA243F0F396E43B42D79D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Configuration__ctor_m4D712D942AEBEF0DA6B5687C1D9CD4E24F0ED4AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultConfigurationChooser_ChooseConfiguration_mBFF0C082E3C3A36847A725E3C44102C60298DC63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m6E9F9D6AD4F929EC6581DD31C20FA35D3395BE8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m9D1ADFBC6A87CF8050867D546552427E72092D95_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mD87CA5C2990F4B9FA8FD65B42572FB6D7683413B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m3B9BB74526244B94E7E1133F028A6A9EE9B023FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m56B34BA85E021268C010D04E02AB81BFD65B53EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m7E4DB240A69F3DE74776C14E6BEFC46CC71AA34E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m1E030D95BC238303D02F9D893D0B8F78F0C8CD00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m4CAF3ADCF24A22A42A305A8451966D7D5B640540_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m6C369DFCFF1B2578740AA4B07847589BA6305BB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m6CC35119BDAC79BB24D00DABEC280717EED8ECA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m2938B17DE214BBC4435FC450477EFD7ABA3E8632_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m4C875FB38B61F066A9807D70C28305E8D95966D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mAE23C9322FC655FA365292B89401A3EF88E2CB32_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mB3177499E49545221D77E13DB35E63AB9DFD04DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m0A454DCB850257B44BDB5CF881284F224BC94F78_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m11DC95224ACE63DCB63F2A0D32982EFAAF36FF1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m84F1F75B0D07EC6AC544D18F38A4E78CF5BFC42B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC7A691193455DE90D4B93AB3A212D28F04847788_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m0CA49874DA861821ED55BAD18C5AEA0EA1E32D0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m542664BB2E7BA66C25EBFAFAA52BD784F62C31E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6C94BB5EE3C8EAA7C0510B963E9C3BA9695EDB2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mC6106F54CE1B0A8109B83167A35794E7C4AFC16D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashCode_Combine_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_mCB5FEBD54D58022C9AC1939ABAB1256F39CF5542_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_Deconstruct_m094691DCD5090F6BA4099CBFCF17B03B84817359_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_Deconstruct_m3AD5B919E4E47D207D7DF7A9FDBC9C1BE9B36E91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_Deconstruct_m4DAC2B52472E65B30BCF51A63731325F2E7C5EB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m25356E3F29C13001D76F67B6A53D60F68ACCD9EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE73933052FCA44D09E4275351D801428D5410CAF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m31B770F3CC71066DF784F59BBA0D2395F0C522C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mE3727D7F73722A010C53907D26EA229FAF6E662B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m13248028985E4079864C1D9B62A8711C46C791A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m9ABBD7D3915FC5EEFC2B4DFA81E03B4C57B0717D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m07293F7445171C826E39DE3694406A45A8DC8AA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m7B5ACA46FF7C0D6EF2291A7F26CD2EA564D59B83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MutableRuntimeReferenceImageLibrary_CreateAddJobState_m0D3F0C269DC4388E00B628A01982BA04609380C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MutableRuntimeReferenceImageLibrary_GetAddReferenceImageJobStatus_m4109C2DCB5D54098102658A5A31393E0D67E588B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MutableRuntimeReferenceImageLibrary_GetSupportedTextureFormatAt_m52CBAAD841E5758ED8038440563347BF2EBD0DB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MutableRuntimeReferenceImageLibrary_ScheduleAddImageWithValidationJobImpl_mA1984E4EBDB747C162F5F7F2DC47AD42A3FA2932_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MutableRuntimeReferenceImageLibrary_ValidateAndThrow_mB1ACF908016596526B97FDF497DC9A258D2573BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Copy_mF484291CF2670F87F893ACB38CB786FCD1C50921_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m78ECC3FE24D545255D9CFABB81FC34CA6CC2A4A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_mBC28A2733A6D979B9AFD3CE09FE8E9A2A8F7DEEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_mC1D3EE4E7955DC6FBB5D8EBDA90DDF42D81677B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Equals_m4538FF723EEA019045EF63048106B13AFD2734E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Equals_mC3BDEE97A45A95E9356BCDB30A0735DA19A537C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Equals_mE1028FF4C6C46E300F2D726EFD44185EBDFF2631_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_GetHashCode_m47AA8C86FD231465BB8BA7E93A7ABD6CD6F68226_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_GetHashCode_m7CA110B1B0BA314CA6BFC4C094803B8453ED6F7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_GetHashCode_mDD77AC2A4885CB67F363A4AF189CCAB2F440A158_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m103A1BBB9E2ECB2E8C577E6A84B29E4DF2ED1BE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m2D0E6AF1C419402888254ABD76AFD00EB86E24D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m7C2B0B4FFC022B9B16BF6FB2C978DCCC66F345EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m9E97701C00AD906F38EEC213379F5E44638B0D5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_mA4BA1E923F0ACAE16A14813B6E41808AEF339D46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_get_IsCreated_m083CA43477C31F6F66E88E20D7F063E5A8B76DFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_get_IsCreated_m4052C3C854D92CDFB4C66CAA993021F523E63F30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_get_IsCreated_m478F812F31DEC928EC9D697C47C7E188CCA0010F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD9A2B4BB7177667D1A9E3AC345815C6478C6B441_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_GetEnumerator_m9A28777A6CA06183292BAA811378D37E56E157C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Length_m8C7FE88EF29882F880F006E01A1DA3C121A48D66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetHashCode_mEFF21B20BCF8D73B802CFF48B4088B1985CB8AA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m8B6A89A7554C7CC174799EF23DFA0EBEAE1C31DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mF1696D52A798A92C94A1973C77CCA8F724DF01B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPoolCreateUtil_Create_TisDictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F_m30A720BB33CFFFEEC01E8CA73535092006E00D42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPoolCreateUtil_Create_TisDictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA_m90BA1049AB73442532C3BF2C64C6C166A2765331_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPoolCreateUtil_Create_TisDictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56_m59A9F7231B7FF4D0FB8C619B412E877011203832_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPoolCreateUtil_Create_TisList_1_tB5691F329FB7D6F099053636A4C094CBC951D695_m27EDDB98D1B5D26FC7C1D364736A4664ED540EA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPoolCreateUtil_Create_TisList_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6_m169AB551A6ADA442FBDB30F7AAFA78EC20A48D0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Get_m139CC7B4223C89459B7563A6BEEE99AA78178D96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Get_m154537D53F26931EB3DA1BDF383BB63B0A709DF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Get_m66BEA436C7900FD032C5A757900A61C0C522A9FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Get_mE5383CEF8B871B8B22D980EBBAA6B5710153F152_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Get_mE6A839F7B9D012FCA3679CA75902783E8B30D556_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Release_m01B189E5FC466CD61F57CB2056F3D561ECD61F46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Release_mC0DE4C9A1137E5F1BD5B63F1510CC9E6640BB885_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Release_mC5035E40042C03FD83A3F6F351B1A03655B1EBA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Release_mD2F241EE7FAA91D165295288B7575EFBB48DA286_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Release_mD64F3F48682F952725B30BAE5EE58C2432C96235_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_CreateCameraMaterial_mEABBEF06EDE2ABD42F8DEDD94D84B0324F80C9AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_GetHumanBodyPose2DJoints_m10725EBA1EB33455CC0798AFA2562453BF1726F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_GetSkeleton_mFAC0DCEF7349747BF264D2484280054B0FF0253C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_RemoveEnvironmentProbe_m653E5DEA379458A4CD9793EF60F85EC36E93AFED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_TryAcquireLatestCpuImage_mEA8D19453751CDE916559C07E4EF7D2A6A623258_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_TryAddEnvironmentProbe_mA6CAC6C36EB0D500270F11E086CAECFC62B4F805_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_TryEraseAnchorAsync_m62CC24B05BBB25B2786C9E80006B1BCFD0FE9BA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_TryGetSavedAnchorIdsAsync_m31E64C963E85235505255E605075B97F30C92667_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_TryLoadAnchorAsync_m66AA91633ECD6DFFD6F00E7A5DEF7FF672A021CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_TrySaveAnchorAsync_m3061EF0B5E425967775A200F6EF8BBB89A603E43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_set_automaticPlacementRequested_m2309B486A1845A040EC6BC5E821B48091A736B52_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_set_currentConfiguration_mC964C94FB6C439A55027A6EEBCC981E6B9AD9102_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_set_environmentTextureHDRRequested_m323DA868046B0E7806EB611A44C3CAF4996CD936_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_set_pose2DRequested_m8C377DC5C76047E8C41634B62F0A5E8E7B5E7C0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_set_pose3DRequested_m61BF14CBFEBE3C1A4F02E5DA65129612BFF3D276_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Provider_set_pose3DScaleEstimationRequested_mB5EB887504541EFBD4E9F502521494A2C9CCB675_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Result_1__ctor_m1DA124ADDCF3950B7F3E44501E7CEAB99D1A4229_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Result_1_get_status_m1D0FC8CB9E89AF9BE3D137E989238290914BCF65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Result_1_get_status_mFDF77D1359FA17C6F18F4DA8A530C20C74A3D51F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Result_1_get_value_m126E5F1BD84FC07695D197A328829653E34BF38C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Result_1_get_value_m84F2DCB404A74C86BD37F773857C084A213FD354_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeReferenceImageLibrary_get_Item_m02C9E57C775AEC269FCDAA1F51CDC1142CF50ED7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemDescriptorWithProvider_2__ctor_m0F7244E24EED574DFC2FDA6D3CF211C8AE1FC8BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemDescriptorWithProvider_2__ctor_m2794B6652AB1ED0573F9E606C5EDB878D0B14976_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemDescriptorWithProvider_2__ctor_m3752B37040113437B13ADAC77B753F61EF46CEC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemDescriptorWithProvider_2__ctor_m75B9F00D191B8EDA53A4825C34E4180458CB55AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemDescriptorWithProvider_2__ctor_m8C78C6EB93EACD335F89BBED7731BD4997C44B94_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemDescriptorWithProvider_2__ctor_mB31F5CFD7E71A6B9480B8267881059F421FBB405_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemProvider_1__ctor_m085B089C7E370D909022C1E9C103FAFAA9ED61EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemProvider_1__ctor_m0C413A68C84A7A5A8828D57704401E7080278536_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemProvider_1__ctor_m70092D82649E54D6A2DFC428DA9587E292044D13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemProvider_1__ctor_m7B1DA76491B3900D3E975BB9A82904DF1AB89B36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemProvider_1__ctor_m82ABA46932711E4A90D99F049368DA026557C4C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemProvider_1__ctor_m9CE2F3BDF94C5DEE6F73B1B4494A2D949D14F95A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemWithProvider_3_OnStart_mCE77E85B4E289091CAA7752C9378541E3FEAAEAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemWithProvider_3_OnStop_m12D8AD2876F5F2A9F1D021D43F65F13261B5CFCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemWithProvider_3__ctor_m8ECAA6C3E34268ABA85DEF43075993631CE90AFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemWithProvider_3_get_provider_m296BFD07594B24A0768E35CAC843DA6490972ABC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemWithProvider_3_get_subsystemDescriptor_m9ACC00B9B6A03B332C76C459B9F654044464C419_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TrackingSubsystem_4__ctor_m0CF201915BD09FA13A460D93CD670051D5461B38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TrackingSubsystem_4__ctor_m19626B95CC868E357F0C18C533DE4BF32ACF5E37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TrackingSubsystem_4__ctor_m2BD5EAC3E1CE96C425D0CADDDD7821CA3449405F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TrackingSubsystem_4__ctor_m94A3C2F1779A0B84767D3D57CF0157C96C75B8EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TrackingSubsystem_4__ctor_mD58B60C04C754002F57FF00FD44C95E742424072_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TrackingSubsystem_4__ctor_mEA46B69A4D9B4BA3A05102A6A49320F35D90421E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CTryEraseAnchorsAsyncU3Ed__17_MoveNext_mEABA4524579D35FAAE689BE751790659F37CD68C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CTryLoadAnchorsAsyncU3Ed__14_MoveNext_mA9202A68BDC3B031A198B63E1152DBF7646FD36C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CTrySaveAnchorsAsyncU3Ed__12_MoveNext_m8453C31B5272798D1CDF80A265BC48B657FC025D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CWireupCancellationU3Eb__51_0_mCD1D0925A2EEBB7A9331D17CAC81F88E61D7774D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass14_1_U3CTryLoadAnchorsAsyncU3Eb__0_m183F1FD61D0E85BD4D0D4A980B232D17BD2437EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_mE85264CEA879577FC94A0E73EB7D21654731E229_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XRCameraBackgroundRenderingParams__ctor_m744B82AB7308770AAD1F71596586E7710FFA6C2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XRCameraConfiguration__ctor_m2943E6AD678C2106CF20EA8CA967F2EAB15303FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XRCameraConfiguration__ctor_m6A41DA8E8540120FABB6436C2DCB07B6BC520281_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XRCameraSubsystemDescriptor_Register_m46E743DD7295461B32D7167C64EC93269DC89F1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XRCameraSubsystem_set_currentConfiguration_m2D5F8AD3C0CD8BF214BEB6EC0BC2214D8C19EE4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XREnvironmentProbeSubsystemDescriptor_Register_mEDF61D440687BF8F29A3DA9B4EFC832A9C8886D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XREnvironmentProbeSubsystem_TryAddEnvironmentProbe_m177BFC3E369E1F422BF9A0393324220BD60243D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XREnvironmentProbeSubsystem_set_automaticPlacementRequested_m5A612C8C22C3130F4C3684C78B20BE53871916D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XRFaceMesh_Resize_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF0514BD1867C1350767759258A8399078406FE00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XRFaceMesh_Resize_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m2BF71EECDB2B045457C18AC0E3B18C9248D46C45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XRFaceMesh_Resize_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF86541C1C09AE66E862FA1049F14C8CB0C2B9DC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XRFaceSubsystem_GetFaceMesh_mC4137FDF495ED6737AC1B49DAD1BE6D9E6C514AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XRFaceSubsystem_set_requestedMaximumFaceCount_m0A4830582BC9F31DC033223A5BDA8621C3E4A191_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XRHumanBodySubsystemDescriptor_Register_m272A53811B47225E41E69D8150974A9D9F3D2644_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XRImageTrackingSubsystem_OnStart_m4FE3881F6EF815EC15B872CE0638E32D523633D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XRImageTrackingSubsystem_set_imageLibrary_m43AB62E6D41F3AF16AF633843C190D35575EB97B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Provider_tC21F725E6FD793D825C4C230FED9932447043F03_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526_0_0_0_var; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct XREraseAnchorResultU5BU5D_t07FAB42E00B6A49C5112764825A8A944F8E68140; struct XRLoadAnchorResultU5BU5D_tB8B8C38BD5343704EC2AF30B5FB7BBDAA3662E3A; 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 U3CModuleU3E_tD7905859D3FACCECA28953FF9B590D5C187C0B66 { }; struct AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C : public RuntimeObject { int32_t ____state; Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* ___U3CAwaitableU3Ek__BackingField; }; struct Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; EntryU5BU5D_t4FDFE7C0A9DF9DCCAEA08A85B561BCF261BFAA4E* ____entries; int32_t ____count; int32_t ____freeList; int32_t ____freeCount; int32_t ____version; RuntimeObject* ____comparer; KeyCollection_tC1E3157DAF1273C0C8B5958B7E76270248A93A56* ____keys; ValueCollection_tF1AC12E92AFA97846628531A06B33ADB08939BA5* ____values; RuntimeObject* ____syncRoot; }; struct Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; EntryU5BU5D_tB3CAB0AE01B7930500F4B4E1D300CBF7757930C2* ____entries; int32_t ____count; int32_t ____freeList; int32_t ____freeCount; int32_t ____version; RuntimeObject* ____comparer; KeyCollection_t3B6750395EE8282EAEA8D6B63B8C7E97E20566F6* ____keys; ValueCollection_t9197E315154F930B140F0CE3F835A94EBD855527* ____values; RuntimeObject* ____syncRoot; }; struct Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56 : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; EntryU5BU5D_t2EC0DFAC055C0FEED34A49C736816E2F26B27C28* ____entries; int32_t ____count; int32_t ____freeList; int32_t ____freeCount; int32_t ____version; RuntimeObject* ____comparer; KeyCollection_tE51689840481FEF728F82710872CD8CDC410E1C8* ____keys; ValueCollection_t6E762FAB2AC88B8C4F5ECFF9A4041494E1ACAC7E* ____values; RuntimeObject* ____syncRoot; }; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD : public RuntimeObject { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6 : public RuntimeObject { XREraseAnchorResultU5BU5D_t07FAB42E00B6A49C5112764825A8A944F8E68140* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_tB5691F329FB7D6F099053636A4C094CBC951D695 : public RuntimeObject { XRLoadAnchorResultU5BU5D_tB8B8C38BD5343704EC2AF30B5FB7BBDAA3662E3A* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct ObjectPool_1_t5182952C8F36FEBBCBE6CFF9033A71D706D62C3E : public RuntimeObject { List_1_t50FD03A116C544F0E409C5EB33C4834451358370* ___m_List; Func_1_t87CE9FCD1D2EFB07970CB736ABE439F1E76531E5* ___m_CreateFunc; Action_1_t572BEDA07C0BA56B76119E2054EEFB7AA9D95970* ___m_ActionOnGet; Action_1_t572BEDA07C0BA56B76119E2054EEFB7AA9D95970* ___m_ActionOnRelease; Action_1_t572BEDA07C0BA56B76119E2054EEFB7AA9D95970* ___m_ActionOnDestroy; int32_t ___m_MaxSize; bool ___m_CollectionCheck; Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* ___m_FreshlyReleased; int32_t ___U3CCountAllU3Ek__BackingField; }; struct ObjectPool_1_t6FA32EFA27B8A53DAD8226A0344593AC567348E4 : public RuntimeObject { List_1_tC745ACD67F865653AC55790145BEC46687E4D075* ___m_List; Func_1_t2CFF0006584E149EAB4A5425A0415FA49AC7E985* ___m_CreateFunc; Action_1_tE4C672264C9393901F4559B1E1C55AEF5ABE7DB1* ___m_ActionOnGet; Action_1_tE4C672264C9393901F4559B1E1C55AEF5ABE7DB1* ___m_ActionOnRelease; Action_1_tE4C672264C9393901F4559B1E1C55AEF5ABE7DB1* ___m_ActionOnDestroy; int32_t ___m_MaxSize; bool ___m_CollectionCheck; Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F* ___m_FreshlyReleased; int32_t ___U3CCountAllU3Ek__BackingField; }; struct ObjectPool_1_t0B9B92CE17DF4AF53A094DCDFBFC957BED9A47B2 : public RuntimeObject { List_1_tA57620891854DC9D0B008EA2CE23BE6BAD8A8AC0* ___m_List; Func_1_tBAEF7C56E034A6153B99A58948B00F408A1FDF27* ___m_CreateFunc; Action_1_t6EA515DFF9459A7E6757226506A5710FC13D5E19* ___m_ActionOnGet; Action_1_t6EA515DFF9459A7E6757226506A5710FC13D5E19* ___m_ActionOnRelease; Action_1_t6EA515DFF9459A7E6757226506A5710FC13D5E19* ___m_ActionOnDestroy; int32_t ___m_MaxSize; bool ___m_CollectionCheck; Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* ___m_FreshlyReleased; int32_t ___U3CCountAllU3Ek__BackingField; }; struct ObjectPool_1_tDCD50C95ED0429D3FD1471004D0AF0CBAFDE3458 : public RuntimeObject { List_1_t4913A61015B46E4D162EFF7E54360F77F3E43148* ___m_List; Func_1_tB066B22A9421E799E736F3B93FDEA69D8299CC79* ___m_CreateFunc; Action_1_tE69E6E8CEB5448C2841A0F820BF91FF326BF434C* ___m_ActionOnGet; Action_1_tE69E6E8CEB5448C2841A0F820BF91FF326BF434C* ___m_ActionOnRelease; Action_1_tE69E6E8CEB5448C2841A0F820BF91FF326BF434C* ___m_ActionOnDestroy; int32_t ___m_MaxSize; bool ___m_CollectionCheck; List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* ___m_FreshlyReleased; int32_t ___U3CCountAllU3Ek__BackingField; }; struct ObjectPool_1_t39751C6B5D1BD5F6B65F1D828FCE1AB5F73E9D28 : public RuntimeObject { List_1_t6252CCC94B95900FA1784F27184689E33CF3DEC2* ___m_List; Func_1_t8D33537EC0D2674E14A1B1C5FF0A18A13C1B19B5* ___m_CreateFunc; Action_1_tB73393CDDD19CC81EB6A65EC1F9F1145D519BC5D* ___m_ActionOnGet; Action_1_tB73393CDDD19CC81EB6A65EC1F9F1145D519BC5D* ___m_ActionOnRelease; Action_1_tB73393CDDD19CC81EB6A65EC1F9F1145D519BC5D* ___m_ActionOnDestroy; int32_t ___m_MaxSize; bool ___m_CollectionCheck; List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* ___m_FreshlyReleased; int32_t ___U3CCountAllU3Ek__BackingField; }; struct ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259 : public RuntimeObject { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___m_List; Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___m_CreateFunc; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___m_ActionOnGet; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___m_ActionOnRelease; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___m_ActionOnDestroy; int32_t ___m_MaxSize; bool ___m_CollectionCheck; RuntimeObject* ___m_FreshlyReleased; int32_t ___U3CCountAllU3Ek__BackingField; }; struct ARRenderingUtils_tE75CD53EBD430ECC53EE60CA5C29D7E8F049A37F : public RuntimeObject { }; struct AddReferenceImageJobStatusExtensions_t4AAA36CDBA26F2065A413EC9A66A80FA113B2C51 : public RuntimeObject { }; struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject { }; struct ConfigurationChooser_t4DFAB6BE3767C3C5DA0E43FA16CD067009A487C2 : public RuntimeObject { }; struct CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9 : public RuntimeObject { }; 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 FeatureExtensions_t1232274C1E6A23CE1DB5FDAF029C067F4270B473 : public RuntimeObject { }; struct GuidUtil_t2F7DFC4CCC297DC163A4B29253E2623C286642C2 : public RuntimeObject { }; struct HashCodeUtil_tA3F03A72789A1ACC32DC77001887D48B2801B3A5 : public RuntimeObject { }; 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 RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF : public RuntimeObject { }; struct SharedStringBuilder_tBC700FDE57D7EA19A44D80D4B0BC9F49F5B62A78 : public RuntimeObject { }; struct String_t : public RuntimeObject { int32_t ____stringLength; Il2CppChar ____firstChar; }; struct StringBuilder_t : public RuntimeObject { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars; StringBuilder_t* ___m_ChunkPrevious; int32_t ___m_ChunkLength; int32_t ___m_ChunkOffset; int32_t ___m_MaxCapacity; }; struct SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5 : public RuntimeObject { String_t* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; }; struct SubsystemProvider_tE1865B8FE698C81A59AED35E0E536BD53F402455 : public RuntimeObject { bool ___m_Running; }; struct SubsystemWithProvider_tC72E35EE2D413A4B0635B058154BABF265F31242 : public RuntimeObject { bool ___U3CrunningU3Ek__BackingField; SubsystemProvider_tE1865B8FE698C81A59AED35E0E536BD53F402455* ___U3CproviderBaseU3Ek__BackingField; }; struct UnitySourceGeneratedAssemblyMonoScriptTypes_v1_t7D2037042237FFBE3E529D9F4A6510818A2A9047 : public RuntimeObject { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; struct U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561 : public RuntimeObject { }; struct DoubleBufferedAwaitableList_t76D3153523C81B2FE4A2C4DCDED3E100C4F08BBE : public RuntimeObject { List_1_t55FBBCA3B61F4092747F5BB1DE63DCF56C27DE50* ____awaitables; List_1_t55FBBCA3B61F4092747F5BB1DE63DCF56C27DE50* ____scratch; }; struct Api_tAE210A8378E537AFD1FA4B99562229CE842377FB : public RuntimeObject { }; struct U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841 : public RuntimeObject { Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* ___U3CU3E4__this; Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* ___incrementalResultsCallback; List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* ___accumulatedResults; int32_t ___completedCount; }; struct AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7 { RuntimeObject* ____stateMachineBox; Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* ____resultingCoroutine; }; struct AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8 { RuntimeObject* ____stateMachineBox; Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* ____resultingCoroutine; }; struct AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F { RuntimeObject* ____stateMachineBox; Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* ____resultingCoroutine; }; struct Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A { Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* ____coroutine; }; struct Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48 { Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* ____coroutine; }; struct Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A { Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* ____coroutine; }; struct NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t398BDCDCE5F9AF840285A8E6EC69152FED8FADFE { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 { bool ___hasValue; bool ___value; }; struct Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 { bool ___hasValue; int32_t ___value; }; struct SparselyPopulatedArrayAddInfo_1_t3C73DC53EB2CF8545348E3275C09690FFA1E5359 { SparselyPopulatedArrayFragment_1_tB32DA8C2B7461E80CE4C271B76C103629BDFA035* ____source; int32_t ____index; }; struct SubsystemDescriptorWithProvider_2_tF8E2E455D5493CB9D730F2D121FD9CED8ABB8B5C : public SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5 { }; struct SubsystemDescriptorWithProvider_2_t776E0146C660D8E0F82F9F683790AEE6BECE9B65 : public SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5 { }; struct SubsystemDescriptorWithProvider_2_t8951028366741F713741FC706603F0BFA781E71D : public SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5 { }; struct SubsystemDescriptorWithProvider_2_tBC23FABB14FA025EE7887117992FDF7AD0ADD390 : public SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5 { }; struct SubsystemDescriptorWithProvider_2_tA2D3176F17E64D29B8F21825BC2039C15333DF55 : public SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5 { }; struct SubsystemDescriptorWithProvider_2_tEA4C15000F8C8F0779340D5A5C16AE45A56A2D22 : public SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5 { }; struct SubsystemProvider_1_t22A73CFC0FBED238F54239530C581C40C8C1E4AB : public SubsystemProvider_tE1865B8FE698C81A59AED35E0E536BD53F402455 { }; struct SubsystemProvider_1_tCE024AE8B1E5E5CD5F58757BFCCB721919A51117 : public SubsystemProvider_tE1865B8FE698C81A59AED35E0E536BD53F402455 { }; struct SubsystemProvider_1_tFF1B90B39743451ED6BD37EDC363EA88F1D43680 : public SubsystemProvider_tE1865B8FE698C81A59AED35E0E536BD53F402455 { }; struct SubsystemProvider_1_t90BF556C896837D448D95DF55CE577CFE216098E : public SubsystemProvider_tE1865B8FE698C81A59AED35E0E536BD53F402455 { }; struct SubsystemProvider_1_t96CFB39FD0C0E7ABD02483062352B397EEF99673 : public SubsystemProvider_tE1865B8FE698C81A59AED35E0E536BD53F402455 { }; struct SubsystemProvider_1_tC75058DB739BADDE310764A53DA081E17B026F74 : public SubsystemProvider_tE1865B8FE698C81A59AED35E0E536BD53F402455 { }; struct SubsystemProvider_1_t90E72A1B49C653E1061F07583498E2A0D915A6B5 : public SubsystemProvider_tE1865B8FE698C81A59AED35E0E536BD53F402455 { }; struct SubsystemWithProvider_3_t548D9C2A4778C7ADB62496A2A07F8B7563309893 : public SubsystemWithProvider_tC72E35EE2D413A4B0635B058154BABF265F31242 { RuntimeObject* ___U3CsubsystemDescriptorU3Ek__BackingField; RuntimeObject* ___U3CproviderU3Ek__BackingField; }; struct SubsystemWithProvider_3_t9B46676D7BE943A96773ABEE0697A7F35EA89C3B : public SubsystemWithProvider_tC72E35EE2D413A4B0635B058154BABF265F31242 { XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30* ___U3CsubsystemDescriptorU3Ek__BackingField; Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* ___U3CproviderU3Ek__BackingField; }; struct SubsystemWithProvider_3_t0D95E05D9A3E7E672911FC17FA45EFD497312284 : public SubsystemWithProvider_tC72E35EE2D413A4B0635B058154BABF265F31242 { XRBoundingBoxSubsystemDescriptor_t6DE6FF4E0EFB01FF8B34959D5A23FB144D04BC97* ___U3CsubsystemDescriptorU3Ek__BackingField; Provider_tEE33D025EE18410F47828C1DD21622753EB795C8* ___U3CproviderU3Ek__BackingField; }; struct SubsystemWithProvider_3_tEC32E35ABA7D3B7D5B9459E6752E697305F3E1FB : public SubsystemWithProvider_tC72E35EE2D413A4B0635B058154BABF265F31242 { XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* ___U3CsubsystemDescriptorU3Ek__BackingField; Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* ___U3CproviderU3Ek__BackingField; }; struct SubsystemWithProvider_3_tFABDEF408C42D504CCA28F423FCD4566C4158049 : public SubsystemWithProvider_tC72E35EE2D413A4B0635B058154BABF265F31242 { XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* ___U3CsubsystemDescriptorU3Ek__BackingField; Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* ___U3CproviderU3Ek__BackingField; }; struct SubsystemWithProvider_3_tA1749F0C228B01A69561A8CB18B26398D30CAD16 : public SubsystemWithProvider_tC72E35EE2D413A4B0635B058154BABF265F31242 { XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F* ___U3CsubsystemDescriptorU3Ek__BackingField; Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* ___U3CproviderU3Ek__BackingField; }; struct SubsystemWithProvider_3_t09BEC3FF6D0AE5B4CBCA5694B2C488D3BD455926 : public SubsystemWithProvider_tC72E35EE2D413A4B0635B058154BABF265F31242 { XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* ___U3CsubsystemDescriptorU3Ek__BackingField; Provider_tC21F725E6FD793D825C4C230FED9932447043F03* ___U3CproviderU3Ek__BackingField; }; struct SubsystemWithProvider_3_tD731AAC554B5A386083FF524D97FBA7F2B61C61E : public SubsystemWithProvider_tC72E35EE2D413A4B0635B058154BABF265F31242 { XRImageTrackingSubsystemDescriptor_t6D3883C9B0005F09FE2ECE410BF3A8E64A4A5CBE* ___U3CsubsystemDescriptorU3Ek__BackingField; Provider_t04088A6CFC6675A4655FFD62200BFA745A0F9DDA* ___U3CproviderU3Ek__BackingField; }; struct ValueTuple_2_tFC99489AD3AE2D8EF5977165B652F7D083CB0D28 { uint64_t ___Item1; uint64_t ___Item2; }; struct AsyncFlowControl_t1BB65380CA8AA973CAE0814179796E762403EF92 { bool ___useEC; ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ____ec; Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* ____thread; }; struct AsyncFlowControl_t1BB65380CA8AA973CAE0814179796E762403EF92_marshaled_pinvoke { int32_t ___useEC; ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ____ec; Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* ____thread; }; struct AsyncFlowControl_t1BB65380CA8AA973CAE0814179796E762403EF92_marshaled_com { int32_t ___useEC; ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ____ec; Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* ____thread; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { bool ___m_value; }; struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { uint8_t ___m_value; }; struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED { CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source; }; struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_pinvoke { CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source; }; struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_com { CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source; }; struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F { float ___r; float ___g; float ___b; float ___a; }; struct DefaultConfigurationChooser_tB93030E74EE54B6D2930D6B898F7F08B89882EF8 : public ConfigurationChooser_t4DFAB6BE3767C3C5DA0E43FA16CD067009A487C2 { }; struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { double ___m_value; }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com { }; struct Guid_t { int32_t ____a; int16_t ____b; int16_t ____c; uint8_t ____d; uint8_t ____e; uint8_t ____f; uint8_t ____g; uint8_t ____h; uint8_t ____i; uint8_t ____j; uint8_t ____k; }; struct HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ___m_Url; bool ___m_Dispatcher; String_t* ___m_DispatchingFieldName; }; struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 { int16_t ___m_value; }; struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { int32_t ___m_value; }; struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { int64_t ___m_value; }; struct IntPtr_t { void* ___m_value; }; struct JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 { uint64_t ___jobGroup; int32_t ___version; }; struct 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 MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8 : public RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF { }; struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 { float ___x; float ___y; float ___z; float ___w; }; struct ScopedProfiler_tA2CF63F6C047FB63643D2263A4AC86C6A363EC6F { union { struct { }; uint8_t ScopedProfiler_tA2CF63F6C047FB63643D2263A4AC86C6A363EC6F__padding[1]; }; }; struct SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 { uint64_t ___m_GuidLow; uint64_t ___m_GuidHigh; }; struct ShaderKeywords_tF385F5FFD11D104C399F33099B817F4E75C41D99 { ReadOnlyCollection_1_tE73B24B2BA1845A2CD38DB212B20AC1B5258C14C* ___U3CenabledKeywordsU3Ek__BackingField; ReadOnlyCollection_1_tE73B24B2BA1845A2CD38DB212B20AC1B5258C14C* ___U3CdisabledKeywordsU3Ek__BackingField; }; struct ShaderKeywords_tF385F5FFD11D104C399F33099B817F4E75C41D99_marshaled_pinvoke { ReadOnlyCollection_1_tE73B24B2BA1845A2CD38DB212B20AC1B5258C14C* ___U3CenabledKeywordsU3Ek__BackingField; ReadOnlyCollection_1_tE73B24B2BA1845A2CD38DB212B20AC1B5258C14C* ___U3CdisabledKeywordsU3Ek__BackingField; }; struct ShaderKeywords_tF385F5FFD11D104C399F33099B817F4E75C41D99_marshaled_com { ReadOnlyCollection_1_tE73B24B2BA1845A2CD38DB212B20AC1B5258C14C* ___U3CenabledKeywordsU3Ek__BackingField; ReadOnlyCollection_1_tE73B24B2BA1845A2CD38DB212B20AC1B5258C14C* ___U3CdisabledKeywordsU3Ek__BackingField; }; struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { float ___m_value; }; struct SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 { float ___shr0; float ___shr1; float ___shr2; float ___shr3; float ___shr4; float ___shr5; float ___shr6; float ___shr7; float ___shr8; float ___shg0; float ___shg1; float ___shg2; float ___shg3; float ___shg4; float ___shg5; float ___shg6; float ___shg7; float ___shg8; float ___shb0; float ___shb1; float ___shb2; float ___shb3; float ___shb4; float ___shb5; float ___shb6; float ___shb7; float ___shb8; }; struct SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816 { int32_t ___m_owner; }; struct SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816_marshaled_pinvoke { int32_t ___m_owner; }; struct SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816_marshaled_com { int32_t ___m_owner; }; struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F : public CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9 { InternalThread_tF40B7BFCBD60C82BD8475A22FF5186CA10293687* ___internal_thread; RuntimeObject* ___m_ThreadStartArg; RuntimeObject* ___pending_exception; MulticastDelegate_t* ___m_Delegate; ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___m_ExecutionContext; bool ___m_ExecutionContextBelongsToOuterScope; RuntimeObject* ___principal; int32_t ___principal_version; }; struct TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 { uint64_t ___m_SubId1; uint64_t ___m_SubId2; }; struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { uint16_t ___m_value; }; struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { uint32_t ___m_value; }; struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF { uint64_t ___m_value; }; struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 { float ___x; float ___y; }; struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A { int32_t ___m_X; int32_t ___m_Y; }; struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 { float ___x; float ___y; float ___z; }; struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 { float ___x; float ___y; float ___z; float ___w; }; struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; struct XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4 { String_t* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; bool ___U3CsupportsAverageBrightnessU3Ek__BackingField; bool ___U3CsupportsAverageColorTemperatureU3Ek__BackingField; bool ___U3CsupportsAverageIntensityInLumensU3Ek__BackingField; bool ___U3CsupportsCameraGrainU3Ek__BackingField; bool ___U3CsupportsColorCorrectionU3Ek__BackingField; bool ___U3CsupportsDisplayMatrixU3Ek__BackingField; bool ___U3CsupportsProjectionMatrixU3Ek__BackingField; bool ___U3CsupportsTimestampU3Ek__BackingField; bool ___U3CsupportsCameraConfigurationsU3Ek__BackingField; bool ___U3CsupportsCameraImageU3Ek__BackingField; bool ___U3CsupportsFocusModesU3Ek__BackingField; Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* ___U3CsupportsImageStabilizationDelegateU3Ek__BackingField; bool ___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField; bool ___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField; bool ___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField; bool ___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField; bool ___U3CsupportsExifDataU3Ek__BackingField; }; struct XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_marshaled_pinvoke { char* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsAverageBrightnessU3Ek__BackingField; int32_t ___U3CsupportsAverageColorTemperatureU3Ek__BackingField; int32_t ___U3CsupportsAverageIntensityInLumensU3Ek__BackingField; int32_t ___U3CsupportsCameraGrainU3Ek__BackingField; int32_t ___U3CsupportsColorCorrectionU3Ek__BackingField; int32_t ___U3CsupportsDisplayMatrixU3Ek__BackingField; int32_t ___U3CsupportsProjectionMatrixU3Ek__BackingField; int32_t ___U3CsupportsTimestampU3Ek__BackingField; int32_t ___U3CsupportsCameraConfigurationsU3Ek__BackingField; int32_t ___U3CsupportsCameraImageU3Ek__BackingField; int32_t ___U3CsupportsFocusModesU3Ek__BackingField; Il2CppMethodPointer ___U3CsupportsImageStabilizationDelegateU3Ek__BackingField; int32_t ___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsExifDataU3Ek__BackingField; }; struct XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_marshaled_com { Il2CppChar* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsAverageBrightnessU3Ek__BackingField; int32_t ___U3CsupportsAverageColorTemperatureU3Ek__BackingField; int32_t ___U3CsupportsAverageIntensityInLumensU3Ek__BackingField; int32_t ___U3CsupportsCameraGrainU3Ek__BackingField; int32_t ___U3CsupportsColorCorrectionU3Ek__BackingField; int32_t ___U3CsupportsDisplayMatrixU3Ek__BackingField; int32_t ___U3CsupportsProjectionMatrixU3Ek__BackingField; int32_t ___U3CsupportsTimestampU3Ek__BackingField; int32_t ___U3CsupportsCameraConfigurationsU3Ek__BackingField; int32_t ___U3CsupportsCameraImageU3Ek__BackingField; int32_t ___U3CsupportsFocusModesU3Ek__BackingField; Il2CppMethodPointer ___U3CsupportsImageStabilizationDelegateU3Ek__BackingField; int32_t ___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsExifDataU3Ek__BackingField; }; struct XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C { String_t* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; bool ___U3CsupportsManualPlacementU3Ek__BackingField; bool ___U3CsupportsRemovalOfManualU3Ek__BackingField; bool ___U3CsupportsAutomaticPlacementU3Ek__BackingField; bool ___U3CsupportsRemovalOfAutomaticU3Ek__BackingField; bool ___U3CsupportsEnvironmentTextureU3Ek__BackingField; bool ___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField; }; struct XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_marshaled_pinvoke { char* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsManualPlacementU3Ek__BackingField; int32_t ___U3CsupportsRemovalOfManualU3Ek__BackingField; int32_t ___U3CsupportsAutomaticPlacementU3Ek__BackingField; int32_t ___U3CsupportsRemovalOfAutomaticU3Ek__BackingField; int32_t ___U3CsupportsEnvironmentTextureU3Ek__BackingField; int32_t ___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField; }; struct XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_marshaled_com { Il2CppChar* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsManualPlacementU3Ek__BackingField; int32_t ___U3CsupportsRemovalOfManualU3Ek__BackingField; int32_t ___U3CsupportsAutomaticPlacementU3Ek__BackingField; int32_t ___U3CsupportsRemovalOfAutomaticU3Ek__BackingField; int32_t ___U3CsupportsEnvironmentTextureU3Ek__BackingField; int32_t ___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField; }; struct XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927 { String_t* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; bool ___U3CsupportsHumanBody2DU3Ek__BackingField; bool ___U3CsupportsHumanBody3DU3Ek__BackingField; bool ___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField; }; struct XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_marshaled_pinvoke { char* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsHumanBody2DU3Ek__BackingField; int32_t ___U3CsupportsHumanBody3DU3Ek__BackingField; int32_t ___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField; }; struct XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_marshaled_com { Il2CppChar* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsHumanBody2DU3Ek__BackingField; int32_t ___U3CsupportsHumanBody3DU3Ek__BackingField; int32_t ___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField; }; struct XRShaderKeywords_t9EC373FCDC7368C94E34C23A6C318983E277D9FE { ReadOnlyList_1_tDB9F1B86B649AE18A33C832AAE8EBB2470C6CDC7* ___U3CenabledKeywordsU3Ek__BackingField; ReadOnlyList_1_tDB9F1B86B649AE18A33C832AAE8EBB2470C6CDC7* ___U3CdisabledKeywordsU3Ek__BackingField; }; struct XRShaderKeywords_t9EC373FCDC7368C94E34C23A6C318983E277D9FE_marshaled_pinvoke { ReadOnlyList_1_tDB9F1B86B649AE18A33C832AAE8EBB2470C6CDC7* ___U3CenabledKeywordsU3Ek__BackingField; ReadOnlyList_1_tDB9F1B86B649AE18A33C832AAE8EBB2470C6CDC7* ___U3CdisabledKeywordsU3Ek__BackingField; }; struct XRShaderKeywords_t9EC373FCDC7368C94E34C23A6C318983E277D9FE_marshaled_com { ReadOnlyList_1_tDB9F1B86B649AE18A33C832AAE8EBB2470C6CDC7* ___U3CenabledKeywordsU3Ek__BackingField; ReadOnlyList_1_tDB9F1B86B649AE18A33C832AAE8EBB2470C6CDC7* ___U3CdisabledKeywordsU3Ek__BackingField; }; struct Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7 { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* ____awaited; }; struct Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7_marshaled_pinvoke { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* ____awaited; }; struct Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7_marshaled_com { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* ____awaited; }; struct GuidParts_tF25BA965149F1862D261FCC85A06264658015330 { uint64_t ___low; uint64_t ___high; }; struct Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED { MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* ___m_Library; int32_t ___m_Index; }; struct Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_marshaled_pinvoke { MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* ___m_Library; int32_t ___m_Index; }; struct Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_marshaled_com { MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* ___m_Library; int32_t ___m_Index; }; struct MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6 { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___FilePathsData; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___TypesData; int32_t ___TotalTypes; int32_t ___TotalFiles; bool ___IsEditorOnly; }; struct MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6_marshaled_pinvoke { Il2CppSafeArray* ___FilePathsData; Il2CppSafeArray* ___TypesData; int32_t ___TotalTypes; int32_t ___TotalFiles; int32_t ___IsEditorOnly; }; struct MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6_marshaled_com { Il2CppSafeArray* ___FilePathsData; Il2CppSafeArray* ___TypesData; int32_t ___TotalTypes; int32_t ___TotalFiles; int32_t ___IsEditorOnly; }; struct Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 { String_t* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; bool ___U3CsupportsTrackableAttachmentsU3Ek__BackingField; bool ___U3CsupportsSynchronousAddU3Ek__BackingField; bool ___U3CsupportsSaveAnchorU3Ek__BackingField; bool ___U3CsupportsLoadAnchorU3Ek__BackingField; bool ___U3CsupportsEraseAnchorU3Ek__BackingField; bool ___U3CsupportsGetSavedAnchorIdsU3Ek__BackingField; bool ___U3CsupportsAsyncCancellationU3Ek__BackingField; }; struct Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_marshaled_pinvoke { char* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsTrackableAttachmentsU3Ek__BackingField; int32_t ___U3CsupportsSynchronousAddU3Ek__BackingField; int32_t ___U3CsupportsSaveAnchorU3Ek__BackingField; int32_t ___U3CsupportsLoadAnchorU3Ek__BackingField; int32_t ___U3CsupportsEraseAnchorU3Ek__BackingField; int32_t ___U3CsupportsGetSavedAnchorIdsU3Ek__BackingField; int32_t ___U3CsupportsAsyncCancellationU3Ek__BackingField; }; struct Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_marshaled_com { Il2CppChar* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsTrackableAttachmentsU3Ek__BackingField; int32_t ___U3CsupportsSynchronousAddU3Ek__BackingField; int32_t ___U3CsupportsSaveAnchorU3Ek__BackingField; int32_t ___U3CsupportsLoadAnchorU3Ek__BackingField; int32_t ___U3CsupportsEraseAnchorU3Ek__BackingField; int32_t ___U3CsupportsGetSavedAnchorIdsU3Ek__BackingField; int32_t ___U3CsupportsAsyncCancellationU3Ek__BackingField; }; struct Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 { String_t* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; bool ___U3CsupportsClassificationU3Ek__BackingField; }; struct Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_marshaled_pinvoke { char* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsClassificationU3Ek__BackingField; }; struct Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_marshaled_com { Il2CppChar* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsClassificationU3Ek__BackingField; }; struct Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 { String_t* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; bool ___U3CsupportsAverageBrightnessU3Ek__BackingField; bool ___U3CsupportsAverageColorTemperatureU3Ek__BackingField; bool ___U3CsupportsAverageIntensityInLumensU3Ek__BackingField; bool ___U3CsupportsCameraGrainU3Ek__BackingField; bool ___U3CsupportsColorCorrectionU3Ek__BackingField; bool ___U3CsupportsDisplayMatrixU3Ek__BackingField; bool ___U3CsupportsProjectionMatrixU3Ek__BackingField; bool ___U3CsupportsTimestampU3Ek__BackingField; bool ___U3CsupportsCameraConfigurationsU3Ek__BackingField; bool ___U3CsupportsCameraImageU3Ek__BackingField; bool ___U3CsupportsFocusModesU3Ek__BackingField; Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* ___U3CsupportsImageStabilizationDelegateU3Ek__BackingField; bool ___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField; bool ___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField; bool ___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField; bool ___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField; bool ___U3CsupportsExifDataU3Ek__BackingField; bool ___U3CsupportsCameraTorchModeU3Ek__BackingField; }; struct Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_marshaled_pinvoke { char* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsAverageBrightnessU3Ek__BackingField; int32_t ___U3CsupportsAverageColorTemperatureU3Ek__BackingField; int32_t ___U3CsupportsAverageIntensityInLumensU3Ek__BackingField; int32_t ___U3CsupportsCameraGrainU3Ek__BackingField; int32_t ___U3CsupportsColorCorrectionU3Ek__BackingField; int32_t ___U3CsupportsDisplayMatrixU3Ek__BackingField; int32_t ___U3CsupportsProjectionMatrixU3Ek__BackingField; int32_t ___U3CsupportsTimestampU3Ek__BackingField; int32_t ___U3CsupportsCameraConfigurationsU3Ek__BackingField; int32_t ___U3CsupportsCameraImageU3Ek__BackingField; int32_t ___U3CsupportsFocusModesU3Ek__BackingField; Il2CppMethodPointer ___U3CsupportsImageStabilizationDelegateU3Ek__BackingField; int32_t ___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsExifDataU3Ek__BackingField; int32_t ___U3CsupportsCameraTorchModeU3Ek__BackingField; }; struct Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_marshaled_com { Il2CppChar* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsAverageBrightnessU3Ek__BackingField; int32_t ___U3CsupportsAverageColorTemperatureU3Ek__BackingField; int32_t ___U3CsupportsAverageIntensityInLumensU3Ek__BackingField; int32_t ___U3CsupportsCameraGrainU3Ek__BackingField; int32_t ___U3CsupportsColorCorrectionU3Ek__BackingField; int32_t ___U3CsupportsDisplayMatrixU3Ek__BackingField; int32_t ___U3CsupportsProjectionMatrixU3Ek__BackingField; int32_t ___U3CsupportsTimestampU3Ek__BackingField; int32_t ___U3CsupportsCameraConfigurationsU3Ek__BackingField; int32_t ___U3CsupportsCameraImageU3Ek__BackingField; int32_t ___U3CsupportsFocusModesU3Ek__BackingField; Il2CppMethodPointer ___U3CsupportsImageStabilizationDelegateU3Ek__BackingField; int32_t ___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField; int32_t ___U3CsupportsExifDataU3Ek__BackingField; int32_t ___U3CsupportsCameraTorchModeU3Ek__BackingField; }; struct Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA { String_t* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; bool ___U3CsupportsManualPlacementU3Ek__BackingField; bool ___U3CsupportsRemovalOfManualU3Ek__BackingField; bool ___U3CsupportsAutomaticPlacementU3Ek__BackingField; bool ___U3CsupportsRemovalOfAutomaticU3Ek__BackingField; bool ___U3CsupportsEnvironmentTextureU3Ek__BackingField; bool ___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField; }; struct Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_marshaled_pinvoke { char* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsManualPlacementU3Ek__BackingField; int32_t ___U3CsupportsRemovalOfManualU3Ek__BackingField; int32_t ___U3CsupportsAutomaticPlacementU3Ek__BackingField; int32_t ___U3CsupportsRemovalOfAutomaticU3Ek__BackingField; int32_t ___U3CsupportsEnvironmentTextureU3Ek__BackingField; int32_t ___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField; }; struct Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_marshaled_com { Il2CppChar* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsManualPlacementU3Ek__BackingField; int32_t ___U3CsupportsRemovalOfManualU3Ek__BackingField; int32_t ___U3CsupportsAutomaticPlacementU3Ek__BackingField; int32_t ___U3CsupportsRemovalOfAutomaticU3Ek__BackingField; int32_t ___U3CsupportsEnvironmentTextureU3Ek__BackingField; int32_t ___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField; }; struct Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 { String_t* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; bool ___U3CsupportsHumanBody2DU3Ek__BackingField; bool ___U3CsupportsHumanBody3DU3Ek__BackingField; bool ___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField; }; struct Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_marshaled_pinvoke { char* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsHumanBody2DU3Ek__BackingField; int32_t ___U3CsupportsHumanBody3DU3Ek__BackingField; int32_t ___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField; }; struct Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_marshaled_com { Il2CppChar* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___U3CsupportsHumanBody2DU3Ek__BackingField; int32_t ___U3CsupportsHumanBody3DU3Ek__BackingField; int32_t ___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField; }; struct Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B { NativeSlice_1_t398BDCDCE5F9AF840285A8E6EC69152FED8FADFE ___m_Array; int32_t ___m_Index; }; struct KeyValuePair_2_tA9C20918CD56A413349B05DB210A720B9EF72CE4 { SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___key; Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* ___value; }; struct KeyValuePair_2_tBB1E872FF9792B35184CBD36853E95E491A951BC { SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___key; Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* ___value; }; struct KeyValuePair_2_t849EB1F65B25ED8861FAA356D0F89B96CBFC9A62 { SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___key; RuntimeObject* ___value; }; struct KeyValuePair_2_t59E1759CC9CE408F7EA692318F84D09FDF1AB23B { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___key; Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* ___value; }; struct KeyValuePair_2_t53ED52B6CCF9EE67874B20217661A725F4B0AC33 { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___key; RuntimeObject* ___value; }; struct TrackingSubsystem_4_tAE598621837B470F57C1F0867DC899BE9FDE8956 : public SubsystemWithProvider_3_t9B46676D7BE943A96773ABEE0697A7F35EA89C3B { }; struct TrackingSubsystem_4_t4D0A3964151252967FADFA5CBEB1405B7681AD43 : public SubsystemWithProvider_3_t0D95E05D9A3E7E672911FC17FA45EFD497312284 { }; struct TrackingSubsystem_4_tFD8C18348351A323DEA3B764BC6F062B62DE664F : public SubsystemWithProvider_3_tFABDEF408C42D504CCA28F423FCD4566C4158049 { }; struct TrackingSubsystem_4_tEA0279A96F3287722503588C643D03B2C206613A : public SubsystemWithProvider_3_tA1749F0C228B01A69561A8CB18B26398D30CAD16 { }; struct TrackingSubsystem_4_tE6FBB8A633EBE22D51840A774B33FA4C656CDBBA : public SubsystemWithProvider_3_t09BEC3FF6D0AE5B4CBCA5694B2C488D3BD455926 { }; struct TrackingSubsystem_4_tB7FCF25CAC299E60D9488336C9CBC34A94E8AD78 : public SubsystemWithProvider_3_tD731AAC554B5A386083FF524D97FBA7F2B61C61E { }; struct AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A { intptr_t ___m_Handle; MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* ___m_Library; JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___U3CjobHandleU3Ek__BackingField; }; struct AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_marshaled_pinvoke { intptr_t ___m_Handle; MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* ___m_Library; JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___U3CjobHandleU3Ek__BackingField; }; struct AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_marshaled_com { intptr_t ___m_Handle; MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* ___m_Library; JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___U3CjobHandleU3Ek__BackingField; }; struct AddReferenceImageJobStatus_t04611D7BBC6CC02252E22335C32E411E72119022 { int32_t ___value__; }; struct Allocator_t996642592271AAD9EE688F142741D512C07B5824 { int32_t ___value__; }; struct BoundingBoxClassifications_tDD23584A55BCD82E9D0E95DEA796190BF9AFAA0E { uint32_t ___value__; }; struct CameraFocusMode_t36A1BEB1F122D191F22FF6AB596CF8240EAE9668 { int32_t ___value__; }; struct CancellationTokenRegistration_tC925A8BC86C629A2A3DA73765FA964A95FC83389 { CancellationCallbackInfo_tC8BE558ED1E173434DD1919D574C9FAFE501E22D* ___m_callbackInfo; SparselyPopulatedArrayAddInfo_1_t3C73DC53EB2CF8545348E3275C09690FFA1E5359 ___m_registrationInfo; }; struct CancellationTokenRegistration_tC925A8BC86C629A2A3DA73765FA964A95FC83389_marshaled_pinvoke { CancellationCallbackInfo_tC8BE558ED1E173434DD1919D574C9FAFE501E22D* ___m_callbackInfo; SparselyPopulatedArrayAddInfo_1_t3C73DC53EB2CF8545348E3275C09690FFA1E5359 ___m_registrationInfo; }; struct CancellationTokenRegistration_tC925A8BC86C629A2A3DA73765FA964A95FC83389_marshaled_com { CancellationCallbackInfo_tC8BE558ED1E173434DD1919D574C9FAFE501E22D* ___m_callbackInfo; SparselyPopulatedArrayAddInfo_1_t3C73DC53EB2CF8545348E3275C09690FFA1E5359 ___m_registrationInfo; }; 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 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 FaceSubsystemCapabilities_t01B81E261AE2D2C47BC2855814C8AB313B187355 { int32_t ___value__; }; struct Feature_t4F077DF9999D98A1C051A9A8983AB9A4F9D00F6A { uint64_t ___value__; }; struct HelpURLAttribute_t7FACF6E02F5DC5836DFCFC0C3E90746BE27EF685 : public HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D { }; struct Int32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C { int32_t ___value__; }; struct LightEstimationMode_t9B424276A66D6FD146A6B15E9C17004869E784A8 { int32_t ___value__; }; struct NativeArrayOptions_t3E979EEF4B4840228A7692A97DA07553C6465F1D { 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 Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position; Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___rotation; }; struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 { intptr_t ___value; }; struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { intptr_t ___value; }; struct ScreenOrientation_t928A8AFB38625B9356E57BA75BBD90FA653DCFC2 { int32_t ___value__; }; struct Supported_t78D339E736374B7F1336F01A352E7DB556F89106 { int32_t ___value__; }; struct TextureDimension_t8D7148B9168256EE1E9AF91378ABA148888CE642 { int32_t ___value__; }; struct TextureFormat_t87A73E4A3850D3410DC211676FC14B94226C1C1D { int32_t ___value__; }; struct TrackingState_t5487241B6888BB15D8448EBBC640835A011DBBC2 { int32_t ___value__; }; struct XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30 : public SubsystemDescriptorWithProvider_2_tF8E2E455D5493CB9D730F2D121FD9CED8ABB8B5C { bool ___U3CsupportsTrackableAttachmentsU3Ek__BackingField; bool ___U3CsupportsSynchronousAddU3Ek__BackingField; bool ___U3CsupportsSaveAnchorU3Ek__BackingField; bool ___U3CsupportsLoadAnchorU3Ek__BackingField; bool ___U3CsupportsEraseAnchorU3Ek__BackingField; bool ___U3CsupportsGetSavedAnchorIdsU3Ek__BackingField; bool ___U3CsupportsAsyncCancellationU3Ek__BackingField; }; struct XRBoundingBoxSubsystemDescriptor_t6DE6FF4E0EFB01FF8B34959D5A23FB144D04BC97 : public SubsystemDescriptorWithProvider_2_t776E0146C660D8E0F82F9F683790AEE6BECE9B65 { bool ___U3CsupportsClassificationsU3Ek__BackingField; }; struct XRCameraBackgroundRenderingMode_t40D1E12B0EAA2299E0D68A004FA39E60313238EC { uint8_t ___value__; }; struct XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5 { Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___U3CbackgroundGeometryU3Ek__BackingField; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___U3CbackgroundTransformU3Ek__BackingField; }; struct XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_marshaled_pinvoke { Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___U3CbackgroundGeometryU3Ek__BackingField; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___U3CbackgroundTransformU3Ek__BackingField; }; struct XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_marshaled_com { Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___U3CbackgroundGeometryU3Ek__BackingField; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___U3CbackgroundTransformU3Ek__BackingField; }; struct XRCameraFrameExifDataColorSpace_t9C2207D83FA98C81BAEFA7F16ECE867D3DF7B3D9 { uint16_t ___value__; }; struct XRCameraFrameExifDataMeteringMode_t4AB0A7E36A1E4066BF5513511C6442CADCDD30AD { uint16_t ___value__; }; struct XRCameraFrameExifDataProperties_tDA208B6E62EA777B3AB86C21BE9FBECEBEFB5C87 { int32_t ___value__; }; struct XRCameraFrameProperties_t30BEE62B22B3CF4F4E501ACCC722D3D197979951 { int32_t ___value__; }; struct XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_FocalLength; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PrincipalPoint; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___m_Resolution; }; struct XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140 : public SubsystemWithProvider_3_tEC32E35ABA7D3B7D5B9459E6752E697305F3E1FB { }; struct XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847 : public SubsystemDescriptorWithProvider_2_t8951028366741F713741FC706603F0BFA781E71D { Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* ___m_SupportsImageStabilizationDelegate; bool ___U3CsupportsAverageBrightnessU3Ek__BackingField; bool ___U3CsupportsAverageColorTemperatureU3Ek__BackingField; bool ___U3CsupportsAverageIntensityInLumensU3Ek__BackingField; bool ___U3CsupportsCameraGrainU3Ek__BackingField; bool ___U3CsupportsColorCorrectionU3Ek__BackingField; bool ___U3CsupportsDisplayMatrixU3Ek__BackingField; bool ___U3CsupportsProjectionMatrixU3Ek__BackingField; bool ___U3CsupportsTimestampU3Ek__BackingField; bool ___U3CsupportsCameraConfigurationsU3Ek__BackingField; bool ___U3CsupportsCameraImageU3Ek__BackingField; bool ___U3CsupportsFocusModesU3Ek__BackingField; bool ___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField; bool ___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField; bool ___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField; bool ___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField; bool ___U3CsupportsExifDataU3Ek__BackingField; bool ___U3CsupportsCameraTorchModeU3Ek__BackingField; }; struct XRCameraTorchMode_t47061938411760090D122BEB1A1E5787DC70F403 { int32_t ___value__; }; struct XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4 : public SubsystemDescriptorWithProvider_2_tBC23FABB14FA025EE7887117992FDF7AD0ADD390 { bool ___U3CsupportsManualPlacementU3Ek__BackingField; bool ___U3CsupportsRemovalOfManualU3Ek__BackingField; bool ___U3CsupportsAutomaticPlacementU3Ek__BackingField; bool ___U3CsupportsRemovalOfAutomaticU3Ek__BackingField; bool ___U3CsupportsEnvironmentTextureU3Ek__BackingField; bool ___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField; }; struct XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F : public SubsystemDescriptorWithProvider_2_tA2D3176F17E64D29B8F21825BC2039C15333DF55 { bool ___U3CsupportsFacePoseU3Ek__BackingField; bool ___U3CsupportsFaceMeshVerticesAndIndicesU3Ek__BackingField; bool ___U3CsupportsFaceMeshUVsU3Ek__BackingField; bool ___U3CsupportsFaceMeshNormalsU3Ek__BackingField; bool ___U3CsupportsEyeTrackingU3Ek__BackingField; }; struct XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 { int32_t ___m_Index; int32_t ___m_ParentIndex; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Position; int32_t ___m_Tracked; }; struct XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B : public SubsystemDescriptorWithProvider_2_tEA4C15000F8C8F0779340D5A5C16AE45A56A2D22 { bool ___U3CsupportsHumanBody2DU3Ek__BackingField; bool ___U3CsupportsHumanBody3DU3Ek__BackingField; bool ___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField; }; struct XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F { SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___m_SerializedGuid; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___m_SerializedTextureGuid; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Size; bool ___m_SpecifySize; String_t* ___m_Name; Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture; }; struct XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F_marshaled_pinvoke { SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___m_SerializedGuid; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___m_SerializedTextureGuid; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Size; int32_t ___m_SpecifySize; char* ___m_Name; Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture; }; struct XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F_marshaled_com { SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___m_SerializedGuid; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___m_SerializedTextureGuid; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Size; int32_t ___m_SpecifySize; Il2CppChar* ___m_Name; Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture; }; struct XRSupportedCameraBackgroundRenderingMode_t3DC91EFB23A911BFD873A0A5EA1704C70176A32E { uint8_t ___value__; }; struct XRTextureType_t5591061F923F907341986D46F0322DE15DCB9955 { int32_t ___value__; }; struct AwaitableHandle_tB2B09DEB71AC833F9FAAA89DE69A68298730C219 { intptr_t ____handle; }; struct AwaiterCompletionThreadAffinity_tA3EB0585E35E1148753545994D7BAFD083695295 { int32_t ___value__; }; struct Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C : public SubsystemProvider_1_t22A73CFC0FBED238F54239530C581C40C8C1E4AB { }; struct Provider_tEE33D025EE18410F47828C1DD21622753EB795C8 : public SubsystemProvider_1_tCE024AE8B1E5E5CD5F58757BFCCB721919A51117 { }; struct Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C : public SubsystemProvider_1_tFF1B90B39743451ED6BD37EDC363EA88F1D43680 { }; struct Format_tC705C89E270CB1D8439274E837145FE806F3DCC7 { int32_t ___value__; }; struct Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF : public SubsystemProvider_1_t90BF556C896837D448D95DF55CE577CFE216098E { }; struct Attributes_t0EF0814949B9D8BD31B2687360F78AD6086B0C9D { int32_t ___value__; }; struct Provider_t7030F6D06C0B37E868033A148F7C8615413D5322 : public SubsystemProvider_1_t96CFB39FD0C0E7ABD02483062352B397EEF99673 { int32_t ___m_RequestedMaximumFaceCount; }; struct Provider_tC21F725E6FD793D825C4C230FED9932447043F03 : public SubsystemProvider_1_tC75058DB739BADDE310764A53DA081E17B026F74 { }; struct Provider_t04088A6CFC6675A4655FFD62200BFA745A0F9DDA : public SubsystemProvider_1_t90E72A1B49C653E1061F07583498E2A0D915A6B5 { }; struct StatusCode_tB2BCF980A5E9E723CE4E05146B7F9CC89EB5BF4B { int32_t ___value__; }; struct U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802 : public RuntimeObject { Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* ___awaitable; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___savedAnchorGuid; U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* ___CSU24U3CU3E8__locals1; }; struct Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410 { Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* ____dictionary; int32_t ____version; int32_t ____index; KeyValuePair_2_tA9C20918CD56A413349B05DB210A720B9EF72CE4 ____current; int32_t ____getEnumeratorRetType; }; struct Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A { Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F* ____dictionary; int32_t ____version; int32_t ____index; KeyValuePair_2_tBB1E872FF9792B35184CBD36853E95E491A951BC ____current; int32_t ____getEnumeratorRetType; }; struct Enumerator_tC2C211B5122A538B607D6671C11C36F391446C76 { Dictionary_2_tCCEA9512BD47099D4B63AD9EE1D34D86A031F9DE* ____dictionary; int32_t ____version; int32_t ____index; KeyValuePair_2_t849EB1F65B25ED8861FAA356D0F89B96CBFC9A62 ____current; int32_t ____getEnumeratorRetType; }; struct Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4 { Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* ____dictionary; int32_t ____version; int32_t ____index; KeyValuePair_2_t59E1759CC9CE408F7EA692318F84D09FDF1AB23B ____current; int32_t ____getEnumeratorRetType; }; struct Enumerator_tBB025BB555B121BA20A6CE8CD9BE4A484E91D80B { Dictionary_2_t96E118783FA125640B6CD73897A2FE2B787E0AB4* ____dictionary; int32_t ____version; int32_t ____index; KeyValuePair_2_t53ED52B6CCF9EE67874B20217661A725F4B0AC33 ____current; int32_t ____getEnumeratorRetType; }; struct NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tAE2F2F17B6A4F98F44324897A00F6A9D2151DC3A { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tC4A81087A69EB70E412E0F4AAC574880C05C7023 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tAE1C2CA4717E405609ED9F96E485A9FE00E622D6 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t27110FD746D2F878E09169A93400CE1027082DA2 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tA73F58384990D51C931EAE097C7E507394DEEA8A { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t944085523DA105D6BBD308E9159C874CE60B3009 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t5B6781386C81B6DAD0A46599F36186F644DC17D0 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tE3A71FEF49167DCD4DEFE7E6EF990295BB1F2E30 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t4998E9C3FBA8DDD4E076225A6D136D48D0C25386 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t6C2613A1D4A03EFEE59BBADBC529386D1205D01C { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tC503E651BA1B71B961BBC7485E923DD431EFCC66 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct Nullable_1_t8154443ECC6BCF418455D6C2363D110F097DBE96 { bool ___hasValue; CancellationTokenRegistration_tC925A8BC86C629A2A3DA73765FA964A95FC83389 ___value; }; struct ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 { intptr_t ___m_Identifier; uint64_t ___m_Capabilities; int32_t ___m_Rank; }; struct FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5 { String_t* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___m_Capabilities; }; struct FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_marshaled_pinvoke { char* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___m_Capabilities; }; struct FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_marshaled_com { Il2CppChar* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___m_Capabilities; }; struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; 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 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 Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; struct Type_t : public MemberInfo_t { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl; }; struct XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___m_Id; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___m_Pose; int32_t ___m_TrackingState; intptr_t ___m_NativePtr; Guid_t ___m_SessionId; }; struct XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF : public TrackingSubsystem_4_tAE598621837B470F57C1F0867DC899BE9FDE8956 { }; struct XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85 { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___U3CtrackableIdU3Ek__BackingField; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___U3CposeU3Ek__BackingField; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CsizeU3Ek__BackingField; int32_t ___U3CtrackingStateU3Ek__BackingField; intptr_t ___U3CnativePtrU3Ek__BackingField; uint32_t ___U3CclassificationsU3Ek__BackingField; }; struct XRBoundingBoxSubsystem_tE7D12319C6C9C6EA35624EBF7F56FCE464201E53 : public TrackingSubsystem_4_t4D0A3964151252967FADFA5CBEB1405B7681AD43 { }; struct XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___m_Resolution; int32_t ___m_Framerate; intptr_t ___m_NativeConfigurationHandle; int32_t ___m_DepthSensorSupported; }; struct XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E { intptr_t ___m_NativePtr; double ___m_ApertureValue; double ___m_BrightnessValue; double ___m_ExposureTime; double ___m_ShutterSpeedValue; float ___m_ExposureBiasValue; float ___m_FNumber; float ___m_FocalLength; int16_t ___m_Flash; uint16_t ___m_ColorSpace; int16_t ___m_PhotographicSensitivity; uint16_t ___m_MeteringMode; int32_t ___m_Properties; }; struct XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 { float ___m_ZNear; float ___m_ZFar; float ___m_ScreenWidth; float ___m_ScreenHeight; int32_t ___m_ScreenOrientation; }; struct XRCpuImage_t36F512AD65D5B0AA1CC458C3666873D741C60A57 { int32_t ___m_NativeHandle; Api_tAE210A8378E537AFD1FA4B99562229CE842377FB* ___m_Api; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___U3CdimensionsU3Ek__BackingField; int32_t ___U3CplaneCountU3Ek__BackingField; int32_t ___U3CformatU3Ek__BackingField; double ___U3CtimestampU3Ek__BackingField; }; struct XRCpuImage_t36F512AD65D5B0AA1CC458C3666873D741C60A57_marshaled_pinvoke { int32_t ___m_NativeHandle; Api_tAE210A8378E537AFD1FA4B99562229CE842377FB* ___m_Api; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___U3CdimensionsU3Ek__BackingField; int32_t ___U3CplaneCountU3Ek__BackingField; int32_t ___U3CformatU3Ek__BackingField; double ___U3CtimestampU3Ek__BackingField; }; struct XRCpuImage_t36F512AD65D5B0AA1CC458C3666873D741C60A57_marshaled_com { int32_t ___m_NativeHandle; Api_tAE210A8378E537AFD1FA4B99562229CE842377FB* ___m_Api; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___U3CdimensionsU3Ek__BackingField; int32_t ___U3CplaneCountU3Ek__BackingField; int32_t ___U3CformatU3Ek__BackingField; double ___U3CtimestampU3Ek__BackingField; }; struct XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B : public TrackingSubsystem_4_tFD8C18348351A323DEA3B764BC6F062B62DE664F { }; struct XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___m_TrackableId; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___m_Pose; int32_t ___m_TrackingState; intptr_t ___m_NativePtr; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___m_LeftEyePose; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___m_RightEyePose; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_FixationPoint; }; struct XRFaceSubsystem_t93DD9DDD21C06E5A591BB0094512BC8FD8A890D3 : public TrackingSubsystem_4_tEA0279A96F3287722503588C643D03B2C206613A { }; struct XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___m_TrackableId; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___m_Pose; float ___m_EstimatedHeightScaleFactor; int32_t ___m_TrackingState; intptr_t ___m_NativePtr; }; struct XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 { int32_t ___m_Index; int32_t ___m_ParentIndex; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_LocalScale; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___m_LocalPose; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_AnchorScale; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___m_AnchorPose; int32_t ___m_Tracked; }; struct XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526 : public TrackingSubsystem_4_tE6FBB8A633EBE22D51840A774B33FA4C656CDBBA { }; struct XRImageTrackingSubsystem_t5EEEA714F4273F686F836517EE4957AEDFFD7BEB : public TrackingSubsystem_4_tB7FCF25CAC299E60D9488336C9CBC34A94E8AD78 { RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* ___m_ImageLibrary; }; struct XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 { int32_t ___m_StatusCode; int32_t ___m_NativeStatusCode; }; struct XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 { intptr_t ___m_NativeTexture; int32_t ___m_Width; int32_t ___m_Height; int32_t ___m_MipmapCount; int32_t ___m_Format; int32_t ___m_PropertyNameId; int32_t ___m_Depth; int32_t ___m_Dimension; int32_t ___m_TextureType; }; struct XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___m_Id; Guid_t ___m_SourceImageId; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___m_Pose; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Size; int32_t ___m_TrackingState; intptr_t ___m_NativePtr; }; struct Cinfo_t5A1647353ADB5A2EC5EC8A30B1AAE80050168F4C { int32_t ___m_NativeHandle; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___m_Dimensions; int32_t ___m_PlaneCount; double ___m_Timestamp; int32_t ___m_Format; }; struct Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD { String_t* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___m_Capabilities; }; struct Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_marshaled_pinvoke { char* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___m_Capabilities; }; struct Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_marshaled_com { Il2CppChar* ___U3CidU3Ek__BackingField; Type_t* ___U3CproviderTypeU3Ek__BackingField; Type_t* ___U3CsubsystemTypeOverrideU3Ek__BackingField; int32_t ___m_Capabilities; }; struct Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03 : public MulticastDelegate_t { }; struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87 : public MulticastDelegate_t { }; struct Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354 : public RuntimeObject { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* ____awaitable; NativeArray_1_tA73F58384990D51C931EAE097C7E507394DEEA8A ____result; }; struct Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB : public RuntimeObject { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* ____awaitable; NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB ____result; }; struct Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA : public RuntimeObject { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* ____awaitable; NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 ____result; }; struct Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7 : public RuntimeObject { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* ____awaitable; XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 ____result; }; struct Func_1_tA8F91C23675D323D5C9C1F3D2FAA8008CB1EF551 : public MulticastDelegate_t { }; struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4 : public MulticastDelegate_t { }; struct Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2 : public MulticastDelegate_t { }; struct Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F { bool ___hasValue; XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 ___value; }; struct Result_1_t32DAF666E2729CF2AEF89BB678B41AB32A6F7503 { XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 ___m_Status; NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1 ___m_Value; }; struct Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C { XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 ___m_Status; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___m_Value; }; struct Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5 { XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 ___m_Status; XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 ___m_Value; }; struct TrackableChanges_1_t6971CD7F709E7353F4365FE06A109B21A0F0C931 { NativeArray_1_tAE2F2F17B6A4F98F44324897A00F6A9D2151DC3A ___m_Added; NativeArray_1_tAE2F2F17B6A4F98F44324897A00F6A9D2151DC3A ___m_Updated; NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E ___m_Removed; bool ___U3CisCreatedU3Ek__BackingField; }; struct TrackableChanges_1_tF1EF405BDA66D5E67EA993C7A9C0FF1F8A736FA9 { NativeArray_1_tC4A81087A69EB70E412E0F4AAC574880C05C7023 ___m_Added; NativeArray_1_tC4A81087A69EB70E412E0F4AAC574880C05C7023 ___m_Updated; NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E ___m_Removed; bool ___U3CisCreatedU3Ek__BackingField; }; struct TrackableChanges_1_t03BF8B384A61E7421A4748384189C50C3A2C323F { NativeArray_1_t27110FD746D2F878E09169A93400CE1027082DA2 ___m_Added; NativeArray_1_t27110FD746D2F878E09169A93400CE1027082DA2 ___m_Updated; NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E ___m_Removed; bool ___U3CisCreatedU3Ek__BackingField; }; struct TrackableChanges_1_t244050823CF4D8F3C9DFAE4AB0CEFA639C719119 { NativeArray_1_t944085523DA105D6BBD308E9159C874CE60B3009 ___m_Added; NativeArray_1_t944085523DA105D6BBD308E9159C874CE60B3009 ___m_Updated; NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E ___m_Removed; bool ___U3CisCreatedU3Ek__BackingField; }; struct TrackableChanges_1_tAB0D56187755251BCF253FBC179ABFC1B18E00C6 { NativeArray_1_t5B6781386C81B6DAD0A46599F36186F644DC17D0 ___m_Added; NativeArray_1_t5B6781386C81B6DAD0A46599F36186F644DC17D0 ___m_Updated; NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E ___m_Removed; bool ___U3CisCreatedU3Ek__BackingField; }; struct TrackableChanges_1_t5289D1DB76FBCB9C1A7B387927387F4299599C1E { NativeArray_1_tC503E651BA1B71B961BBC7485E923DD431EFCC66 ___m_Added; NativeArray_1_tC503E651BA1B71B961BBC7485E923DD431EFCC66 ___m_Updated; NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E ___m_Removed; bool ___U3CisCreatedU3Ek__BackingField; }; struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t { }; struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { String_t* ____paramName; }; struct Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB : public RuntimeObject { SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816 ____spinLock; AwaitableHandle_tB2B09DEB71AC833F9FAAA89DE69A68298730C219 ____handle; ExceptionDispatchInfo_tD7AF19E75FEC22F4A8329FD1E9EDF96615CB2757* ____exceptionToRethrow; bool ____managedAwaitableDone; int32_t ____completionThreadAffinity; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ____continuation; Nullable_1_t8154443ECC6BCF418455D6C2363D110F097DBE96 ____cancelTokenRegistration; DoubleBufferedAwaitableList_t76D3153523C81B2FE4A2C4DCDED3E100C4F08BBE* ____managedCompletionQueue; }; struct Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947 { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___U3CdescriptorU3Ek__BackingField; uint64_t ___U3CfeaturesU3Ek__BackingField; }; struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { }; struct XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 { int64_t ___m_TimestampNs; float ___m_AverageBrightness; float ___m_AverageColorTemperature; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_ColorCorrection; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_ProjectionMatrix; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_DisplayMatrix; int32_t ___m_TrackingState; intptr_t ___m_NativePtr; int32_t ___m_Properties; float ___m_AverageIntensityInLumens; double ___m_ExposureDuration; float ___m_ExposureOffset; float ___m_MainLightIntensityLumens; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_MainLightColor; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_MainLightDirection; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 ___m_AmbientSphericalHarmonics; XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___m_CameraGrain; float ___m_NoiseIntensity; XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E ___m_ExifData; }; struct XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___m_TrackableId; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Scale; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___m_Pose; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Size; XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___m_TextureDescriptor; int32_t ___m_TrackingState; intptr_t ___m_NativePtr; }; struct XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E { XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 ___resultStatus; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___savedAnchorGuid; }; struct XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4 { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD ___m_Vertices; NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD ___m_Normals; NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_Indices; NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70 ___m_UVs; }; struct XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 { XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 ___resultStatus; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___savedAnchorGuid; XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 ___xrAnchor; }; struct XRReferenceImageLibrary_t039233790C16E76ED95AABD95D9A35014081EA42 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { uint64_t ___m_GuidLow; uint64_t ___m_GuidHigh; SerializableDictionary_2_t43C5D129793FC3216489482F7A8B933128D7F0A8* ___m_DataStore; List_1_t23F59D024DFD759F7295EBC6C25BD5F56992C950* ___m_Images; }; struct XRSaveAnchorResult_t30DC9C1CC8C9B5A35D3846C455096D08A6462DC8 { XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 ___resultStatus; TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___trackableId; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___savedAnchorGuid; }; struct U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078 { int32_t ___U3CU3E1__state; AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7 ___U3CU3Et__builder; NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1 ___savedAnchorGuids; Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* ___U3CU3E4__this; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken; int32_t ___allocator; Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F* ___U3CawaitableBySavedAnchorGuidU3E5__2; List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* ___U3CtempEraseAnchorResultsU3E5__3; Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A ___U3CU3E7__wrap3; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___U3CsavedAnchorGuidU3E5__5; Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A ___U3CU3Eu__1; }; struct U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B { int32_t ___U3CU3E1__state; AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8 ___U3CU3Et__builder; Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* ___U3CU3E4__this; Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* ___incrementalResultsCallback; NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1 ___savedAnchorGuids; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken; U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* ___U3CU3E8__1; int32_t ___allocator; Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* ___U3CawaitableBySavedAnchorGuidU3E5__2; Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410 ___U3CU3E7__wrap2; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___U3CsavedAnchorGuidU3E5__4; Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48 ___U3CU3Eu__1; Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7 ___U3CU3Eu__2; }; struct U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C { int32_t ___U3CU3E1__state; AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F ___U3CU3Et__builder; NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E ___anchorIds; Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* ___U3CU3E4__this; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken; int32_t ___allocator; Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* ___U3CawaitableByTrackableIdU3E5__2; NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 ___U3CsaveAnchorResultsU3E5__3; int32_t ___U3CindexU3E5__4; Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4 ___U3CU3E7__wrap4; TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___U3CtrackableIdU3E5__6; Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A ___U3CU3Eu__1; }; struct Awaitable_1_t372AD450BB1B48C220F72AD0234E19E2722C759A : public RuntimeObject { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* ____awaitable; Result_1_t32DAF666E2729CF2AEF89BB678B41AB32A6F7503 ____result; }; struct Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077 : public RuntimeObject { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* ____awaitable; Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C ____result; }; struct Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D : public RuntimeObject { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* ____awaitable; Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5 ____result; }; struct StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F : public RuntimeObject { U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078 ___U3CStateMachineU3Ek__BackingField; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___U3CMoveNextU3Ek__BackingField; Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* ___U3CResultingCoroutineU3Ek__BackingField; }; struct StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E : public RuntimeObject { U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B ___U3CStateMachineU3Ek__BackingField; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___U3CMoveNextU3Ek__BackingField; Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* ___U3CResultingCoroutineU3Ek__BackingField; }; struct StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87 : public RuntimeObject { U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C ___U3CStateMachineU3Ek__BackingField; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___U3CMoveNextU3Ek__BackingField; Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* ___U3CResultingCoroutineU3Ek__BackingField; }; struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { RuntimeObject* ____actualValue; }; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray; }; struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_StaticFields { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_emptyArray; }; struct List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6_StaticFields { XREraseAnchorResultU5BU5D_t07FAB42E00B6A49C5112764825A8A944F8E68140* ___s_emptyArray; }; struct List_1_tB5691F329FB7D6F099053636A4C094CBC951D695_StaticFields { XRLoadAnchorResultU5BU5D_tB8B8C38BD5343704EC2AF30B5FB7BBDAA3662E3A* ___s_emptyArray; }; struct ARRenderingUtils_tE75CD53EBD430ECC53EE60CA5C29D7E8F049A37F_StaticFields { Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___s_UseLegacyRenderPipeline; }; 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 SharedStringBuilder_tBC700FDE57D7EA19A44D80D4B0BC9F49F5B62A78_StaticFields { StringBuilder_t* ___s_StringBuilder; }; struct String_t_StaticFields { String_t* ___Empty; }; struct U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561_StaticFields { U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561* ___U3CU3E9; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___U3CU3E9__51_0; Func_1_t889B452E6539779B2BBFBDBAA514F1599CEF2F59* ___U3CU3E9__76_1; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { String_t* ___TrueString; String_t* ___FalseString; }; struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_StaticFields { Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_actionToActionObjShunt; }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray; }; struct Guid_t_StaticFields { Guid_t ___Empty; }; struct IntPtr_t_StaticFields { intptr_t ___Zero; }; struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix; }; struct SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378_StaticFields { SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___k_Empty; }; struct SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816_StaticFields { int32_t ___MAXIMUM_WAITERS; }; struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F_StaticFields { LocalDataStoreMgr_t205F1783D5CC2B148E829B5882E5406FF9A3AC1E* ___s_LocalDataStoreMgr; AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD* ___s_asyncLocalCurrentCulture; AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD* ___s_asyncLocalCurrentUICulture; }; struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F_ThreadStaticFields { LocalDataStoreHolder_t789DD474AE5141213C2105CE57830ECFC2D3C03F* ___s_LocalDataStore; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___m_CurrentCulture; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___m_CurrentUICulture; Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* ___current_thread; }; struct TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_StaticFields { Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ___s_TrackableIdRegex; }; struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector; }; struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_StaticFields { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Zero; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_One; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Up; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Down; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Left; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Right; }; struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector; }; struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector; }; struct Exception_t_StaticFields { RuntimeObject* ___s_EDILock; }; struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields { int32_t ___OffsetOfInstanceIDInCPlusPlusObject; }; struct Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_StaticFields { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___k_Identity; }; struct Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields { ObjectPool_1_t0B9B92CE17DF4AF53A094DCDFBFC957BED9A47B2* ___s_SaveAwaitablesMaps; ObjectPool_1_t5182952C8F36FEBBCBE6CFF9033A71D706D62C3E* ___s_LoadAwaitablesMaps; ObjectPool_1_t39751C6B5D1BD5F6B65F1D828FCE1AB5F73E9D28* ___s_AccumulatedXRLoadAnchorResultLists; ObjectPool_1_t6FA32EFA27B8A53DAD8226A0344593AC567348E4* ___s_EraseAwaitablesMaps; ObjectPool_1_tDCD50C95ED0429D3FD1471004D0AF0CBAFDE3458* ___s_EraseAnchorResultLists; AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* ___s_SynchronousAnchorCompletionSource; }; struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_StaticFields { int32_t ___k_ColorId; int32_t ___k_MainTexId; }; 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 XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_StaticFields { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 ___s_Default; }; struct XRCpuImage_t36F512AD65D5B0AA1CC458C3666873D741C60A57_StaticFields { OnImageRequestCompleteDelegate_tCD7B27E0C5D492FB984F05869FB527372CB70995* ___s_OnAsyncConversionCompleteDelegate; }; struct XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_StaticFields { XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB ___s_Default; }; struct XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_StaticFields { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 ___s_Default; }; struct XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD_StaticFields { XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD ___s_Default; }; struct Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354_StaticFields { ThreadLocal_1_tA51D9097A708DE3E77F2F3C580ACEEF950B3F70C* ____pool; }; struct Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB_StaticFields { ThreadLocal_1_t85EDC27C17BD9A2B6E8F1EE25D5276FE881B8C96* ____pool; }; struct Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA_StaticFields { ThreadLocal_1_tAC184A608C429710805374AC18C4E0256A4A257B* ____pool; }; struct Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7_StaticFields { ThreadLocal_1_tE778CDE74B6D2A24B1BB4069B959CE39005AC0EE* ____pool; }; struct Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_StaticFields { bool ____nextFrameAndEndOfFrameWiredUp; CancellationTokenRegistration_tC925A8BC86C629A2A3DA73765FA964A95FC83389 ____nextFrameAndEndOfFrameWiredUpCTRegistration; DoubleBufferedAwaitableList_t76D3153523C81B2FE4A2C4DCDED3E100C4F08BBE* ____nextFrameAwaitables; DoubleBufferedAwaitableList_t76D3153523C81B2FE4A2C4DCDED3E100C4F08BBE* ____endOfFrameAwaitables; SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0* ____synchronizationContext; int32_t ____mainThreadId; ThreadLocal_1_t00329A71E6C7F663A0541E19E3B3A8901A630E8C* ____pool; }; struct XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_StaticFields { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 ___s_Default; }; struct Awaitable_1_t372AD450BB1B48C220F72AD0234E19E2722C759A_StaticFields { ThreadLocal_1_tC089BD0B380F41E28F0DC34212A831DDE64CD272* ____pool; }; struct Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077_StaticFields { ThreadLocal_1_t57A3702D746737FF774091355851F7F6E967BF54* ____pool; }; struct Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D_StaticFields { ThreadLocal_1_t147954243CB50A72C6ACB748C97A4BCA282F4F64* ____pool; }; struct StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F_StaticFields { ThreadLocal_1_tDEFCCE7C2A42F8278F030A4BCD42998C6D43B36B* ____pool; }; struct StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E_StaticFields { ThreadLocal_1_tFC7B27E274413AAE6170CCA60D4A551DF203F465* ____pool; }; struct StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87_StaticFields { ThreadLocal_1_t6F2FBCC8C7CB4410496A327D33279359D655A6AE* ____pool; }; #ifdef __clang__ #pragma clang diagnostic pop #endif struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray { ALIGN_FIELD (8) uint8_t m_Items[1]; inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_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, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray { ALIGN_FIELD (8) RuntimeObject* m_Items[1]; inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct XRLoadAnchorResultU5BU5D_tB8B8C38BD5343704EC2AF30B5FB7BBDAA3662E3A : public RuntimeArray { ALIGN_FIELD (8) XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 m_Items[1]; inline XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5* 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, XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 value) { m_Items[index] = value; } }; struct XREraseAnchorResultU5BU5D_t07FAB42E00B6A49C5112764825A8A944F8E68140 : public RuntimeArray { ALIGN_FIELD (8) XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E m_Items[1]; inline XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E* 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, XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E value) { m_Items[index] = value; } }; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrackingSubsystem_4__ctor_mBBE9989D4A84C84F096B0567206CA55C8EC949F3_gshared (TrackingSubsystem_4_t7A10D71D38CC667281CC808FAB8ED27CD44C8D7C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SubsystemWithProvider_3_get_provider_m963D70D839CE42A2C17A2C183A61C25F0E2C6732_gshared_inline (SubsystemWithProvider_3_t548D9C2A4778C7ADB62496A2A07F8B7563309893* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Result_1__ctor_m1DA124ADDCF3950B7F3E44501E7CEAB99D1A4229_gshared (Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5* __this, XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 ___0_status, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 ___1_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* AwaitableUtils_1_FromResult_mC1428EF563A7F8DE9749FE48CB54EBCEC006A8B2_gshared_inline (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* ___0_completionSource, Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5 ___1_result, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F AwaitableAsyncMethodBuilder_1_Create_m57DDCDC3CB89DFF5C69A440413297BC3EC215E51_gshared (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_Start_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mE5631C22666422091D6EFB70B710BFDE5E91B97F_gshared_inline (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C* ___0_stateMachine, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* AwaitableAsyncMethodBuilder_1_get_Task_mEBB3D4ED5F3D2AF6B725038ABBBAA3B31484FA75_gshared (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8 AwaitableAsyncMethodBuilder_1_Create_mB55FF82891908AAC18FA61DFABDE349AAA6CAA61_gshared (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_Start_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mFEC15B635A6838CABFD00CD22AEF0854A40F39EA_gshared_inline (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* ___0_stateMachine, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* AwaitableAsyncMethodBuilder_1_get_Task_m7E2CC2513634D24BC9EEA1D34CD9B2494332509F_gshared (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48 Awaitable_1_GetAwaiter_mB4A69ECAE1AF6BAA2EFD455DFC384F6DE943A36E_gshared (Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5 Awaiter_GetResult_m5E3FE1D5FD085255221BD1607CB2F7FB24181FEA_gshared (Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 Result_1_get_status_m1D0FC8CB9E89AF9BE3D137E989238290914BCF65_gshared_inline (Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 Result_1_get_value_m126E5F1BD84FC07695D197A328829653E34BF38C_gshared_inline (Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mE73933052FCA44D09E4275351D801428D5410CAF_gshared_inline (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* __this, XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m9E97701C00AD906F38EEC213379F5E44638B0D5E_gshared (NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mBDFBEE18DAC03C036F1EA1886EE72EE19367F1DA_gshared_inline (Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* __this, NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7 AwaitableAsyncMethodBuilder_1_Create_m4DB0C29C51B2DA265FFFF24810915B73D5A6AFBA_gshared (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_Start_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_mAA9E9B692E7563A4686327FE814779B7C008793C_gshared_inline (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078* ___0_stateMachine, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* AwaitableAsyncMethodBuilder_1_get_Task_mAFCEEC498D19ECEB333171F5485D32B21658C847_gshared (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubsystemProvider_1__ctor_m3F6BF1C55F79E0A7C00A482A63D1BF949533348A_gshared (SubsystemProvider_1_t7964A83C7EDD0F612E018A2033A9D500479D92F3* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259* ObjectPoolCreateUtil_Create_TisRuntimeObject_mF7CC8B95E095BB31DC1755017179174B97B7C6D2_gshared (int32_t ___0_defaultCapacity, int32_t ___1_maxSize, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitableCompletionSource_1__ctor_mB8ECBEEAA7164DCB1FED6BFB6AB505472BD62B49_gshared (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m083CA43477C31F6F66E88E20D7F063E5A8B76DFF_gshared_inline (NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ObjectPool_1_Get_m239BB169D8FEF3A2694E9A961C473D3807D67D89_gshared_inline (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m6915284EB748760359E486FB1B9DA309A65379D7_gshared (Dictionary_2_tCCEA9512BD47099D4B63AD9EE1D34D86A031F9DE* __this, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tC2C211B5122A538B607D6671C11C36F391446C76 Dictionary_2_GetEnumerator_m4129A81EFA893E35E5E17B98FA38D70E29B5EA30_gshared (Dictionary_2_tCCEA9512BD47099D4B63AD9EE1D34D86A031F9DE* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94AA9853EC60CD31032E3B99B41761C79791EF67_gshared (Enumerator_tC2C211B5122A538B607D6671C11C36F391446C76* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_t849EB1F65B25ED8861FAA356D0F89B96CBFC9A62 Enumerator_get_Current_m833DFC1D757C7225D50490B88240571244B86835_gshared_inline (Enumerator_tC2C211B5122A538B607D6671C11C36F391446C76* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2_Deconstruct_m6054CC13EC0CCE5A54DA8272BD4F09389B66C847_gshared (KeyValuePair_2_t849EB1F65B25ED8861FAA356D0F89B96CBFC9A62* __this, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A Awaitable_1_GetAwaiter_mAD3DD50F682F092315F1EBDE181368BF65433FC8_gshared (Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Awaiter_get_IsCompleted_m00FAA36AE964059F9B47569F38A446CF9206EE67_gshared (Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_m1EF7EF545CD32DA90C9BBF28D2E010F9C43F71F3_gshared_inline (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A* ___0_awaiter, U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078* ___1_stateMachine, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 Awaiter_GetResult_m1C67CD9C50971B0F857D2272D831D3083FCDD744_gshared (Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m25356E3F29C13001D76F67B6A53D60F68ACCD9EE_gshared_inline (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* __this, XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mA5FCA0B932E916E4B2064489B4F43B58224A3775_gshared (Enumerator_tC2C211B5122A538B607D6671C11C36F391446C76* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m9ABBD7D3915FC5EEFC2B4DFA81E03B4C57B0717D_gshared_inline (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mA4BA1E923F0ACAE16A14813B6E41808AEF339D46_gshared (NativeArray_1_tA73F58384990D51C931EAE097C7E507394DEEA8A* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E List_1_get_Item_m7B5ACA46FF7C0D6EF2291A7F26CD2EA564D59B83_gshared (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_mA82523A3CF782A59AE6C6B863E90133390B7B093_gshared (Dictionary_2_tCCEA9512BD47099D4B63AD9EE1D34D86A031F9DE* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ObjectPool_1_Release_m71F1CADB7AD9CC20BD824583A3675A4260965DB5_gshared_inline (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259* __this, RuntimeObject* ___0_element, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m31B770F3CC71066DF784F59BBA0D2395F0C522C5_gshared_inline (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_SetException_m72599B085155F4E64EEF6199CCB2854958B3C726_gshared (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, Exception_t* ___0_e, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_SetResult_mF6999EF777F6CFEA508A7DF60721549538F5938F_gshared (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, NativeArray_1_tA73F58384990D51C931EAE097C7E507394DEEA8A ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_SetStateMachine_mC9A326859C8CC5CB8928903A674256EEB52CFB25_gshared_inline (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Awaiter_get_IsCompleted_m3EBA1B4EA324BBD98801EAE35CAD8E46605DAAEF_gshared (Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_m93D7A7AAF30C805E42ADE8CB25F898C301A87912_gshared_inline (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48* ___0_awaiter, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* ___1_stateMachine, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaiter_OnCompleted_m1958C6BAAD599764317932EA1F8D1E39DF3F0492_gshared_inline (Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mDDC19FB56345F81C995477D6A4A0838571550464_gshared_inline (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7* ___0_awaiter, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* ___1_stateMachine, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m13248028985E4079864C1D9B62A8711C46C791A4_gshared_inline (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 List_1_get_Item_m07293F7445171C826E39DE3694406A45A8DC8AA4_gshared (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mE3727D7F73722A010C53907D26EA229FAF6E662B_gshared_inline (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_SetException_mFFD01A4FED792479AA5752B767A4D0B456D0FFDD_gshared (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, Exception_t* ___0_e, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_SetResult_m6BB7914DA094A892FB34DC9D1A29FD75978DDB11_gshared (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_SetStateMachine_m5BF17AF8691580EC91212F8EA700115C7F1581BC_gshared_inline (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m4052C3C854D92CDFB4C66CAA993021F523E63F30_gshared_inline (NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mF5896267C5F8C20AE16ECA55F8D0FC44D054C5AB_gshared (Dictionary_2_t96E118783FA125640B6CD73897A2FE2B787E0AB4* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m4483D054B9BF11186A4EB5A4D1C67E8175FB6955_gshared (Dictionary_2_t96E118783FA125640B6CD73897A2FE2B787E0AB4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m103A1BBB9E2ECB2E8C577E6A84B29E4DF2ED1BE9_gshared (NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tBB025BB555B121BA20A6CE8CD9BE4A484E91D80B Dictionary_2_GetEnumerator_mA6DDF0C0771AA615D7A0E003E9A983A1FF322997_gshared (Dictionary_2_t96E118783FA125640B6CD73897A2FE2B787E0AB4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m8F85211DE629B0473240645B75A01CAF860F293B_gshared (Enumerator_tBB025BB555B121BA20A6CE8CD9BE4A484E91D80B* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_t53ED52B6CCF9EE67874B20217661A725F4B0AC33 Enumerator_get_Current_m90AD17379FB2CE2695C0B99AEA7938D0EF2DF89F_gshared_inline (Enumerator_tBB025BB555B121BA20A6CE8CD9BE4A484E91D80B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2_Deconstruct_m1D2F57791D9ABC71CC5B01BBE0B5D9AC70092EE4_gshared (KeyValuePair_2_t53ED52B6CCF9EE67874B20217661A725F4B0AC33* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A Awaitable_1_GetAwaiter_m3B51E44CA91B4E4151F37D60FDD5B451F6901EC6_gshared (Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Awaiter_get_IsCompleted_m799342AFEBB06F1AB5BDA243F0F396E43B42D79D_gshared (Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mD0AC12981EE959281E0DDC50EB5BBA6F356F9ADB_gshared_inline (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A* ___0_awaiter, U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C* ___1_stateMachine, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C Awaiter_GetResult_m9B9558707A4E6259386D25FBC8AAEBF0B02D8E80_gshared (Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 Result_1_get_status_mFDF77D1359FA17C6F18F4DA8A530C20C74A3D51F_gshared_inline (Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 Result_1_get_value_m84F2DCB404A74C86BD37F773857C084A213FD354_gshared_inline (Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mA6B4B3A0D9604740374706F7146CAF3F8631A983_gshared (Enumerator_tBB025BB555B121BA20A6CE8CD9BE4A484E91D80B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m32C2B435E110059665375626DED5B03FF557FE16_gshared (Dictionary_2_t96E118783FA125640B6CD73897A2FE2B787E0AB4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mF484291CF2670F87F893ACB38CB786FCD1C50921_gshared (NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 ___0_src, NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 ___1_dst, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mC1D3EE4E7955DC6FBB5D8EBDA90DDF42D81677B7_gshared (NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_SetException_mD9D12A0509DC32D98F4D842E4D4FD086FEE7A1C6_gshared (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, Exception_t* ___0_e, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_SetResult_m79AD6B4AA6154ED336DFDB174D932AFA53C43890_gshared (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_SetStateMachine_mC963141FB8FB1DE098042DF4C85F459E6445D67F_gshared_inline (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubsystemDescriptorWithProvider_2__ctor_m639DDEEB52B0E73AD96D610D0DC16CF0E9D0BEA2_gshared (SubsystemDescriptorWithProvider_2_tDBA1506DD7EBA024E21E2A6CAF1B5CE3DA9DFF07* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_gshared (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrackingSubsystem_4__ctor_mE4F38369EBB1C3F21839C062EE82FD8DB1C9F62D_gshared (TrackingSubsystem_4_t9D001D4B5DAA8C7BF2528ACA0BFCB7E088FA3CFB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCode_Combine_TisRuntimeObject_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_m806337831B91FC937A1BF4F5A674C24ECE2E724B_gshared (RuntimeObject* ___0_value1, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_value2, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_gshared (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_gshared (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mEFF21B20BCF8D73B802CFF48B4088B1985CB8AA3_gshared (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mF1696D52A798A92C94A1973C77CCA8F724DF01B0_gshared_inline (Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubsystemWithProvider_3__ctor_mEC13729FA21E9E590467B3B9FC8CD25CC281FFD4_gshared (SubsystemWithProvider_3_t548D9C2A4778C7ADB62496A2A07F8B7563309893* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m7C2B0B4FFC022B9B16BF6FB2C978DCCC66F345EE_gshared (NativeArray_1_tAE1C2CA4717E405609ED9F96E485A9FE00E622D6* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m2D0E6AF1C419402888254ABD76AFD00EB86E24D7_gshared (NativeArray_1_t6C2613A1D4A03EFEE59BBADBC529386D1205D01C* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Func_1_Invoke_m9ED2CAC2A2096B0FA42F20B76DCE0CFD80228DE6_gshared_inline (Func_1_tA8F91C23675D323D5C9C1F3D2FAA8008CB1EF551* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m8C7FE88EF29882F880F006E01A1DA3C121A48D66_gshared (NativeSlice_1_t398BDCDCE5F9AF840285A8E6EC69152FED8FADFE* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B NativeSlice_1_GetEnumerator_m9A28777A6CA06183292BAA811378D37E56E157C0_gshared (NativeSlice_1_t398BDCDCE5F9AF840285A8E6EC69152FED8FADFE* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mB3177499E49545221D77E13DB35E63AB9DFD04DC_gshared (Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 Enumerator_get_Current_m6C94BB5EE3C8EAA7C0510B963E9C3BA9695EDB2C_gshared (Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m11DC95224ACE63DCB63F2A0D32982EFAAF36FF1B_gshared (Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrackingSubsystem_4__ctor_m17AE435328E8F9A66B5FC47684C4C9416A2ACC47_gshared (TrackingSubsystem_4_t7DE914E74A1CEE72FA08F5B2721AB39D67DAACFF* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SubsystemWithProvider_3_get_subsystemDescriptor_mB4052808D703DF75CA2D74A5801B59172E3F80C7_gshared_inline (SubsystemWithProvider_3_t548D9C2A4778C7ADB62496A2A07F8B7563309893* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFaceMesh_Resize_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF86541C1C09AE66E862FA1049F14C8CB0C2B9DC1_gshared (int32_t ___0_length, int32_t ___1_allocator, NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* ___2_array, bool ___3_shouldExist, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFaceMesh_Resize_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m2BF71EECDB2B045457C18AC0E3B18C9248D46C45_gshared (int32_t ___0_length, int32_t ___1_allocator, NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* ___2_array, bool ___3_shouldExist, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFaceMesh_Resize_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF0514BD1867C1350767759258A8399078406FE00_gshared (int32_t ___0_length, int32_t ___1_allocator, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___2_array, bool ___3_shouldExist, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_gshared_inline (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mBC28A2733A6D979B9AFD3CE09FE8E9A2A8F7DEEC_gshared (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_gshared_inline (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m478F812F31DEC928EC9D697C47C7E188CCA0010F_gshared_inline (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m78ECC3FE24D545255D9CFABB81FC34CA6CC2A4A7_gshared (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_m7CA110B1B0BA314CA6BFC4C094803B8453ED6F7C_gshared (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_m47AA8C86FD231465BB8BA7E93A7ABD6CD6F68226_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mDD77AC2A4885CB67F363A4AF189CCAB2F440A158_gshared (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mE1028FF4C6C46E300F2D726EFD44185EBDFF2631_gshared (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* __this, NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m4538FF723EEA019045EF63048106B13AFD2734E4_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mC3BDEE97A45A95E9356BCDB30A0735DA19A537C6_gshared (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* __this, NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrackingSubsystem_4__ctor_m67AF3F3FAAFF58100FF24C1ADFE7AB5B0F8CDCAC_gshared (TrackingSubsystem_4_t159B1435C9EEDD50D28042D569A17020B06CC9AD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_mE85264CEA879577FC94A0E73EB7D21654731E229_gshared (ValueTuple_2_tFC99489AD3AE2D8EF5977165B652F7D083CB0D28* __this, uint64_t ___0_item1, uint64_t ___1_item2, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrackingSubsystem_4__ctor_m6F86C01E605E4A00C9D9D955320DCCD37D7C3B10_gshared (TrackingSubsystem_4_tB5DE37BB3A2C1454F4BD60F1A10EEBED1C76555D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD9A2B4BB7177667D1A9E3AC345815C6478C6B441_gshared (NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA ___0_nativeSlice, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrackingSubsystem_4__ctor_mC652D9D213E5ED59E4FDBB2FBDDB9AA70959B2E3_gshared (TrackingSubsystem_4_t1DDEB323080BE2FA2F89E9BE00DA92BE1224F97B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubsystemWithProvider_3_OnStart_m2B9B47DB770AB929C9B9C01CF78EFC71E6E85172_gshared (SubsystemWithProvider_3_t548D9C2A4778C7ADB62496A2A07F8B7563309893* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubsystemWithProvider_3_OnStop_m87F32560077EABEDFE9AC08A393F51E91CA8723B_gshared (SubsystemWithProvider_3_t548D9C2A4778C7ADB62496A2A07F8B7563309893* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* AwaitableCompletionSource_1_get_Awaitable_mD1E3511F8EFB5FC15C53B557816CD3BA202A5628_gshared_inline (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitableCompletionSource_1_SetResult_mF74BCBBDB1137A4122467200E661B1B9006DA0FD_gshared (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* __this, Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitableCompletionSource_1_Reset_m17BF7B272450AA631347D2CEEB0D0B2AAF4BFF31_gshared (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_m3EB9B5526B615D16AF6463632729CA5AD17FE8BF_gshared (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Awaitable_1_set_CompletionThreadAffinity_m5F6DEA53EE80FFD3DCA75B9D058D681131862E52_gshared (Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StateMachineBox_1_set_StateMachine_m3FCE2BFE1BF70D9009CBB059AA538F1CFB5AC7DC_gshared_inline (StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87* __this, U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* StateMachineBox_1_get_MoveNext_m5C693E44CF7683F1E00336B1CC71A9CF0343D07C_gshared_inline (StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mD58B33F8E9E60F57BB892A5A5ED7522090B95EEE_gshared (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Awaitable_1_set_CompletionThreadAffinity_m1344B59F18921CA9AC63C91C9EE03FA5B7A14F65_gshared (Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StateMachineBox_1_set_StateMachine_m4C0CFFD578497D35B5CF3ECD633167EF975D1136_gshared_inline (StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E* __this, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* StateMachineBox_1_get_MoveNext_m50E9A2DB20E49048F56ADFDA9D48F3F6193AF2D0_gshared_inline (StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m63CD72B838C5FECA9283AC61E42BD42A6CC537D8_gshared (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* __this, XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_mBB8FE37A5506A430E689AC180297BDD61929BB3F_gshared (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Awaitable_1_set_CompletionThreadAffinity_m79E925D6FAD7CE2550EA4DBDEA30B21997A94719_gshared (Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StateMachineBox_1_set_StateMachine_mDB4E9CEBD9FE1BBACD809A599656F0C98426D46B_gshared_inline (StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F* __this, U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078 ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* StateMachineBox_1_get_MoveNext_m618B5359A4C219807A4517917E80598823C39F1F_gshared_inline (StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ObjectPool_1_get_CountAll_mF3CDC0B64D5037106573C6CEE921EAF0A8B3C8EB_gshared_inline (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ObjectPool_1_set_CountAll_mED1939CDEBB184383799328A0C1AEC9E1D2960D9_gshared_inline (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaiter_OnCompleted_m7A1C7EDBCF95978FC9D7741932AA4EEA1AECFDDF_gshared_inline (Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m05178928F6C00D3AD3C22502B77D2A1D8F496343_gshared (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* __this, XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectPool_1_get_CountInactive_m9A907BFCDCBFE910B784BDBF71EEDC6D14C90608_gshared (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaitable_1_ContinueWith_mDC68D4C0B0F52FC55C6E6A17D17B0E4E155E64D1_gshared_inline (Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaiter_OnCompleted_m6CAC3852DFBB00D0BD09DB35ABE75F2342F2AAB1_gshared_inline (Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, 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_METHOD_ATTR void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m8B6A89A7554C7CC174799EF23DFA0EBEAE1C31DE_gshared (Nullable_1_t8154443ECC6BCF418455D6C2363D110F097DBE96* __this, CancellationTokenRegistration_tC925A8BC86C629A2A3DA73765FA964A95FC83389 ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaitable_1_ContinueWith_m86AA942158D762F920D42409929BF35B3516D766_gshared_inline (Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaitable_1_ContinueWith_m29D77EA2A24370946B3D8955EFC22CCCD28A9F5D_gshared_inline (Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B (RuntimeArray* ___0_array, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___1_fldHandle, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRAnchor__ctor_mDD8A7F48E03A25972AA93D2C89C1D773635CA15B (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___1_pose, int32_t ___2_trackingState, intptr_t ___3_nativePtr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRAnchor__ctor_m3C8D3F14E6CD1FC66CB5E27096253B81BAA4C75C (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___1_pose, int32_t ___2_trackingState, intptr_t ___3_nativePtr, Guid_t ___4_sessionId, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRAnchor_get_trackableId_m0F50E81D0152D0BA4152EF9B66F648EF9FC664AE_inline (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRAnchor_get_pose_m2347783C1262EEFBC0B817EF0357FA4BB4BF053F_inline (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRAnchor_get_trackingState_m6124A26C36CA93C25C57548576CB00C1F496ED83_inline (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRAnchor_get_nativePtr_mC0551FA7E8DB8A0DA1EAE02D9B0BFD9D47389C26_inline (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Guid_t XRAnchor_get_sessionId_m719628E8A58027C75FF2CEA3345DC41200FB5F76_inline (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TrackableId_GetHashCode_m6150BF091C3C17A84021CC18B443D5C297F89537 (TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Pose_GetHashCode_mDD6C48FABC18795F04F82D42DFCBC916C0C6CCDB (Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971* __this, 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 IntPtr_GetHashCode_m669B16AD7483C1C396E48F41D9CAC4B719E38F3D (intptr_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guid_GetHashCode_m239B7679BB9ED5A207B3D2F858B5F30FFC455408 (Guid_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRAnchor_GetHashCode_mEFA5E37600C1A0B56F911227326704C17C3B5400 (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TrackableId_Equals_m7263BB158392C4F1B57BEE16D4F1FBBCF01E4A6E (TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Pose_Equals_m31979E7A46252DBB620F4A0EA3BDBA61782DA498 (Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_other, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_Equals_m1839AD036DD7C056E8439A64D5D82490C1F08E0C (Guid_t* __this, Guid_t ___0_g, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchor_Equals_m8F3408527C2CF86CF0A09AE74BF790F8E60ED6F1 (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchor_Equals_mFD12F373615A9015CB110787F6FF06CDAAC1433F (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 TrackableId_get_invalidId_mDAEC47FD9C1E08B9D5752DA8F185E7A783DBE494 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 Pose_get_identity_m145C7BA9D895CD7F8CCE2483B69764F7A9FEC66E (const RuntimeMethod* method) ; inline void TrackingSubsystem_4__ctor_m2BD5EAC3E1CE96C425D0CADDDD7821CA3449405F (TrackingSubsystem_4_tAE598621837B470F57C1F0867DC899BE9FDE8956* __this, const RuntimeMethod* method) { (( void (*) (TrackingSubsystem_4_tAE598621837B470F57C1F0867DC899BE9FDE8956*, const RuntimeMethod*))TrackingSubsystem_4__ctor_mBBE9989D4A84C84F096B0567206CA55C8EC949F3_gshared)(__this, method); } inline Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_inline (SubsystemWithProvider_3_t9B46676D7BE943A96773ABEE0697A7F35EA89C3B* __this, const RuntimeMethod* method) { return (( Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* (*) (SubsystemWithProvider_3_t9B46676D7BE943A96773ABEE0697A7F35EA89C3B*, const RuntimeMethod*))SubsystemWithProvider_3_get_provider_m963D70D839CE42A2C17A2C183A61C25F0E2C6732_gshared_inline)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 XRAnchor_get_defaultValue_mF68ABF2D0EC8B54DD8D5333FCD56EEF14A985A9A_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScopedProfiler__ctor_m652B5689DE1A3C3EF7D12801DA27FA3B40E4412F (ScopedProfiler_tA2CF63F6C047FB63643D2263A4AC86C6A363EC6F* __this, String_t* ___0_name, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScopedProfiler_Dispose_m7B646405B4E52CC4677329D3B860BE9C17A9DAC4 (ScopedProfiler_tA2CF63F6C047FB63643D2263A4AC86C6A363EC6F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 XRResultStatus_op_Implicit_m32BA3B804441C4F7FBDC903F4E3D934F63E11D23 (bool ___0_wasSuccessful, const RuntimeMethod* method) ; inline void Result_1__ctor_m1DA124ADDCF3950B7F3E44501E7CEAB99D1A4229 (Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5* __this, XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 ___0_status, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 ___1_value, const RuntimeMethod* method) { (( void (*) (Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5*, XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82, const RuntimeMethod*))Result_1__ctor_m1DA124ADDCF3950B7F3E44501E7CEAB99D1A4229_gshared)(__this, ___0_status, ___1_value, method); } inline Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* AwaitableUtils_1_FromResult_mC1428EF563A7F8DE9749FE48CB54EBCEC006A8B2_inline (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* ___0_completionSource, Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5 ___1_result, const RuntimeMethod* method) { return (( Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* (*) (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C*, Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5, const RuntimeMethod*))AwaitableUtils_1_FromResult_mC1428EF563A7F8DE9749FE48CB54EBCEC006A8B2_gshared_inline)(___0_completionSource, ___1_result, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742 (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, String_t* ___0_message, const RuntimeMethod* method) ; inline AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F AwaitableAsyncMethodBuilder_1_Create_m57DDCDC3CB89DFF5C69A440413297BC3EC215E51 (const RuntimeMethod* method) { return (( AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F (*) (const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_Create_m57DDCDC3CB89DFF5C69A440413297BC3EC215E51_gshared)(method); } inline void AwaitableAsyncMethodBuilder_1_Start_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mE5631C22666422091D6EFB70B710BFDE5E91B97F_inline (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F*, U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_Start_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mE5631C22666422091D6EFB70B710BFDE5E91B97F_gshared_inline)(__this, ___0_stateMachine, method); } inline Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* AwaitableAsyncMethodBuilder_1_get_Task_mEBB3D4ED5F3D2AF6B725038ABBBAA3B31484FA75 (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, const RuntimeMethod* method) { return (( Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* (*) (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_get_Task_mEBB3D4ED5F3D2AF6B725038ABBBAA3B31484FA75_gshared)(__this, method); } inline AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8 AwaitableAsyncMethodBuilder_1_Create_mB55FF82891908AAC18FA61DFABDE349AAA6CAA61 (const RuntimeMethod* method) { return (( AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8 (*) (const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_Create_mB55FF82891908AAC18FA61DFABDE349AAA6CAA61_gshared)(method); } inline void AwaitableAsyncMethodBuilder_1_Start_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mFEC15B635A6838CABFD00CD22AEF0854A40F39EA_inline (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_Start_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mFEC15B635A6838CABFD00CD22AEF0854A40F39EA_gshared_inline)(__this, ___0_stateMachine, method); } inline Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* AwaitableAsyncMethodBuilder_1_get_Task_m7E2CC2513634D24BC9EEA1D34CD9B2494332509F (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, const RuntimeMethod* method) { return (( Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* (*) (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_get_Task_m7E2CC2513634D24BC9EEA1D34CD9B2494332509F_gshared)(__this, method); } inline Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48 Awaitable_1_GetAwaiter_mB4A69ECAE1AF6BAA2EFD455DFC384F6DE943A36E (Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* __this, const RuntimeMethod* method) { return (( Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48 (*) (Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D*, const RuntimeMethod*))Awaitable_1_GetAwaiter_mB4A69ECAE1AF6BAA2EFD455DFC384F6DE943A36E_gshared)(__this, method); } inline Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5 Awaiter_GetResult_m5E3FE1D5FD085255221BD1607CB2F7FB24181FEA (Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48* __this, const RuntimeMethod* method) { return (( Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5 (*) (Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48*, const RuntimeMethod*))Awaiter_GetResult_m5E3FE1D5FD085255221BD1607CB2F7FB24181FEA_gshared)(__this, method); } inline XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 Result_1_get_status_m1D0FC8CB9E89AF9BE3D137E989238290914BCF65_inline (Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5* __this, const RuntimeMethod* method) { return (( XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 (*) (Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5*, const RuntimeMethod*))Result_1_get_status_m1D0FC8CB9E89AF9BE3D137E989238290914BCF65_gshared_inline)(__this, method); } inline XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 Result_1_get_value_m126E5F1BD84FC07695D197A328829653E34BF38C_inline (Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5* __this, const RuntimeMethod* method) { return (( XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 (*) (Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5*, const RuntimeMethod*))Result_1_get_value_m126E5F1BD84FC07695D197A328829653E34BF38C_gshared_inline)(__this, method); } inline void List_1_Add_mE73933052FCA44D09E4275351D801428D5410CAF_inline (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* __this, XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695*, XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5, const RuntimeMethod*))List_1_Add_mE73933052FCA44D09E4275351D801428D5410CAF_gshared_inline)(__this, ___0_item, method); } inline void NativeArray_1__ctor_m9E97701C00AD906F38EEC213379F5E44638B0D5E (NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m9E97701C00AD906F38EEC213379F5E44638B0D5E_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method); } inline void Action_1_Invoke_mBDFBEE18DAC03C036F1EA1886EE72EE19367F1DA_inline (Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* __this, NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB ___0_obj, const RuntimeMethod* method) { (( void (*) (Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03*, NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB, const RuntimeMethod*))Action_1_Invoke_mBDFBEE18DAC03C036F1EA1886EE72EE19367F1DA_gshared_inline)(__this, ___0_obj, method); } inline AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7 AwaitableAsyncMethodBuilder_1_Create_m4DB0C29C51B2DA265FFFF24810915B73D5A6AFBA (const RuntimeMethod* method) { return (( AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7 (*) (const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_Create_m4DB0C29C51B2DA265FFFF24810915B73D5A6AFBA_gshared)(method); } inline void AwaitableAsyncMethodBuilder_1_Start_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_mAA9E9B692E7563A4686327FE814779B7C008793C_inline (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7*, U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_Start_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_mAA9E9B692E7563A4686327FE814779B7C008793C_gshared_inline)(__this, ___0_stateMachine, method); } inline Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* AwaitableAsyncMethodBuilder_1_get_Task_mAFCEEC498D19ECEB333171F5485D32B21658C847 (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, const RuntimeMethod* method) { return (( Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* (*) (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_get_Task_mAFCEEC498D19ECEB333171F5485D32B21658C847_gshared)(__this, method); } inline void SubsystemProvider_1__ctor_m70092D82649E54D6A2DFC428DA9587E292044D13 (SubsystemProvider_1_t22A73CFC0FBED238F54239530C581C40C8C1E4AB* __this, const RuntimeMethod* method) { (( void (*) (SubsystemProvider_1_t22A73CFC0FBED238F54239530C581C40C8C1E4AB*, const RuntimeMethod*))SubsystemProvider_1__ctor_m3F6BF1C55F79E0A7C00A482A63D1BF949533348A_gshared)(__this, method); } inline ObjectPool_1_t0B9B92CE17DF4AF53A094DCDFBFC957BED9A47B2* ObjectPoolCreateUtil_Create_TisDictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56_m59A9F7231B7FF4D0FB8C619B412E877011203832 (int32_t ___0_defaultCapacity, int32_t ___1_maxSize, const RuntimeMethod* method) { return (( ObjectPool_1_t0B9B92CE17DF4AF53A094DCDFBFC957BED9A47B2* (*) (int32_t, int32_t, const RuntimeMethod*))ObjectPoolCreateUtil_Create_TisRuntimeObject_mF7CC8B95E095BB31DC1755017179174B97B7C6D2_gshared)(___0_defaultCapacity, ___1_maxSize, method); } inline ObjectPool_1_t5182952C8F36FEBBCBE6CFF9033A71D706D62C3E* ObjectPoolCreateUtil_Create_TisDictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA_m90BA1049AB73442532C3BF2C64C6C166A2765331 (int32_t ___0_defaultCapacity, int32_t ___1_maxSize, const RuntimeMethod* method) { return (( ObjectPool_1_t5182952C8F36FEBBCBE6CFF9033A71D706D62C3E* (*) (int32_t, int32_t, const RuntimeMethod*))ObjectPoolCreateUtil_Create_TisRuntimeObject_mF7CC8B95E095BB31DC1755017179174B97B7C6D2_gshared)(___0_defaultCapacity, ___1_maxSize, method); } inline ObjectPool_1_t39751C6B5D1BD5F6B65F1D828FCE1AB5F73E9D28* ObjectPoolCreateUtil_Create_TisList_1_tB5691F329FB7D6F099053636A4C094CBC951D695_m27EDDB98D1B5D26FC7C1D364736A4664ED540EA9 (int32_t ___0_defaultCapacity, int32_t ___1_maxSize, const RuntimeMethod* method) { return (( ObjectPool_1_t39751C6B5D1BD5F6B65F1D828FCE1AB5F73E9D28* (*) (int32_t, int32_t, const RuntimeMethod*))ObjectPoolCreateUtil_Create_TisRuntimeObject_mF7CC8B95E095BB31DC1755017179174B97B7C6D2_gshared)(___0_defaultCapacity, ___1_maxSize, method); } inline ObjectPool_1_t6FA32EFA27B8A53DAD8226A0344593AC567348E4* ObjectPoolCreateUtil_Create_TisDictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F_m30A720BB33CFFFEEC01E8CA73535092006E00D42 (int32_t ___0_defaultCapacity, int32_t ___1_maxSize, const RuntimeMethod* method) { return (( ObjectPool_1_t6FA32EFA27B8A53DAD8226A0344593AC567348E4* (*) (int32_t, int32_t, const RuntimeMethod*))ObjectPoolCreateUtil_Create_TisRuntimeObject_mF7CC8B95E095BB31DC1755017179174B97B7C6D2_gshared)(___0_defaultCapacity, ___1_maxSize, method); } inline ObjectPool_1_tDCD50C95ED0429D3FD1471004D0AF0CBAFDE3458* ObjectPoolCreateUtil_Create_TisList_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6_m169AB551A6ADA442FBDB30F7AAFA78EC20A48D0F (int32_t ___0_defaultCapacity, int32_t ___1_maxSize, const RuntimeMethod* method) { return (( ObjectPool_1_tDCD50C95ED0429D3FD1471004D0AF0CBAFDE3458* (*) (int32_t, int32_t, const RuntimeMethod*))ObjectPoolCreateUtil_Create_TisRuntimeObject_mF7CC8B95E095BB31DC1755017179174B97B7C6D2_gshared)(___0_defaultCapacity, ___1_maxSize, method); } inline void AwaitableCompletionSource_1__ctor_mB8ECBEEAA7164DCB1FED6BFB6AB505472BD62B49 (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* __this, const RuntimeMethod* method) { (( void (*) (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C*, const RuntimeMethod*))AwaitableCompletionSource_1__ctor_mB8ECBEEAA7164DCB1FED6BFB6AB505472BD62B49_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_OnIncrementalLoadComplete_mC58BC8E67D77AE9AA0A9234CFB42494D57CAFBF3 (Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* __this, Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* ___0_awaitable, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___1_savedAnchorGuid, Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* ___2_incrementalResultsCallback, List_1_tB5691F329FB7D6F099053636A4C094CBC951D695** ___3_accumulatedResults, int32_t* ___4_completedCount, const RuntimeMethod* method) ; inline bool NativeArray_1_get_IsCreated_m083CA43477C31F6F66E88E20D7F063E5A8B76DFF_inline (NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m083CA43477C31F6F66E88E20D7F063E5A8B76DFF_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, const RuntimeMethod* method) ; inline Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F* ObjectPool_1_Get_mE5383CEF8B871B8B22D980EBBAA6B5710153F152_inline (ObjectPool_1_t6FA32EFA27B8A53DAD8226A0344593AC567348E4* __this, const RuntimeMethod* method) { return (( Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F* (*) (ObjectPool_1_t6FA32EFA27B8A53DAD8226A0344593AC567348E4*, const RuntimeMethod*))ObjectPool_1_Get_m239BB169D8FEF3A2694E9A961C473D3807D67D89_gshared_inline)(__this, method); } inline void Dictionary_2_Add_m9D1ADFBC6A87CF8050867D546552427E72092D95 (Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F* __this, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___0_key, Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F*, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378, Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7*, const RuntimeMethod*))Dictionary_2_Add_m6915284EB748760359E486FB1B9DA309A65379D7_gshared)(__this, ___0_key, ___1_value, method); } inline List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* ObjectPool_1_Get_m66BEA436C7900FD032C5A757900A61C0C522A9FB_inline (ObjectPool_1_tDCD50C95ED0429D3FD1471004D0AF0CBAFDE3458* __this, const RuntimeMethod* method) { return (( List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* (*) (ObjectPool_1_tDCD50C95ED0429D3FD1471004D0AF0CBAFDE3458*, const RuntimeMethod*))ObjectPool_1_Get_m239BB169D8FEF3A2694E9A961C473D3807D67D89_gshared_inline)(__this, method); } inline Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A Dictionary_2_GetEnumerator_m6C369DFCFF1B2578740AA4B07847589BA6305BB2 (Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F* __this, const RuntimeMethod* method) { return (( Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A (*) (Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F*, const RuntimeMethod*))Dictionary_2_GetEnumerator_m4129A81EFA893E35E5E17B98FA38D70E29B5EA30_gshared)(__this, method); } inline void Enumerator_Dispose_mAE23C9322FC655FA365292B89401A3EF88E2CB32 (Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A*, const RuntimeMethod*))Enumerator_Dispose_m94AA9853EC60CD31032E3B99B41761C79791EF67_gshared)(__this, method); } inline KeyValuePair_2_tBB1E872FF9792B35184CBD36853E95E491A951BC Enumerator_get_Current_mC6106F54CE1B0A8109B83167A35794E7C4AFC16D_inline (Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A* __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tBB1E872FF9792B35184CBD36853E95E491A951BC (*) (Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A*, const RuntimeMethod*))Enumerator_get_Current_m833DFC1D757C7225D50490B88240571244B86835_gshared_inline)(__this, method); } inline void KeyValuePair_2_Deconstruct_m094691DCD5090F6BA4099CBFCF17B03B84817359 (KeyValuePair_2_tBB1E872FF9792B35184CBD36853E95E491A951BC* __this, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378* ___0_key, Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7** ___1_value, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tBB1E872FF9792B35184CBD36853E95E491A951BC*, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378*, Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7**, const RuntimeMethod*))KeyValuePair_2_Deconstruct_m6054CC13EC0CCE5A54DA8272BD4F09389B66C847_gshared)(__this, ___0_key, ___1_value, method); } inline Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A Awaitable_1_GetAwaiter_mAD3DD50F682F092315F1EBDE181368BF65433FC8 (Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* __this, const RuntimeMethod* method) { return (( Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A (*) (Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7*, const RuntimeMethod*))Awaitable_1_GetAwaiter_mAD3DD50F682F092315F1EBDE181368BF65433FC8_gshared)(__this, method); } inline bool Awaiter_get_IsCompleted_m00FAA36AE964059F9B47569F38A446CF9206EE67 (Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A* __this, const RuntimeMethod* method) { return (( bool (*) (Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A*, const RuntimeMethod*))Awaiter_get_IsCompleted_m00FAA36AE964059F9B47569F38A446CF9206EE67_gshared)(__this, method); } inline void AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_m1EF7EF545CD32DA90C9BBF28D2E010F9C43F71F3_inline (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A* ___0_awaiter, U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7*, Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A*, U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_m1EF7EF545CD32DA90C9BBF28D2E010F9C43F71F3_gshared_inline)(__this, ___0_awaiter, ___1_stateMachine, method); } inline XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 Awaiter_GetResult_m1C67CD9C50971B0F857D2272D831D3083FCDD744 (Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A* __this, const RuntimeMethod* method) { return (( XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 (*) (Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A*, const RuntimeMethod*))Awaiter_GetResult_m1C67CD9C50971B0F857D2272D831D3083FCDD744_gshared)(__this, method); } inline void List_1_Add_m25356E3F29C13001D76F67B6A53D60F68ACCD9EE_inline (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* __this, XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6*, XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E, const RuntimeMethod*))List_1_Add_m25356E3F29C13001D76F67B6A53D60F68ACCD9EE_gshared_inline)(__this, ___0_item, method); } inline bool Enumerator_MoveNext_m0A454DCB850257B44BDB5CF881284F224BC94F78 (Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A*, const RuntimeMethod*))Enumerator_MoveNext_mA5FCA0B932E916E4B2064489B4F43B58224A3775_gshared)(__this, method); } inline int32_t List_1_get_Count_m9ABBD7D3915FC5EEFC2B4DFA81E03B4C57B0717D_inline (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6*, const RuntimeMethod*))List_1_get_Count_m9ABBD7D3915FC5EEFC2B4DFA81E03B4C57B0717D_gshared_inline)(__this, method); } inline void NativeArray_1__ctor_mA4BA1E923F0ACAE16A14813B6E41808AEF339D46 (NativeArray_1_tA73F58384990D51C931EAE097C7E507394DEEA8A* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tA73F58384990D51C931EAE097C7E507394DEEA8A*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mA4BA1E923F0ACAE16A14813B6E41808AEF339D46_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method); } inline XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E List_1_get_Item_m7B5ACA46FF7C0D6EF2291A7F26CD2EA564D59B83 (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E (*) (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6*, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5ACA46FF7C0D6EF2291A7F26CD2EA564D59B83_gshared)(__this, ___0_index, method); } inline void Dictionary_2_Clear_m56B34BA85E021268C010D04E02AB81BFD65B53EF (Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F*, const RuntimeMethod*))Dictionary_2_Clear_mA82523A3CF782A59AE6C6B863E90133390B7B093_gshared)(__this, method); } inline void ObjectPool_1_Release_mD64F3F48682F952725B30BAE5EE58C2432C96235_inline (ObjectPool_1_t6FA32EFA27B8A53DAD8226A0344593AC567348E4* __this, Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F* ___0_element, const RuntimeMethod* method) { (( void (*) (ObjectPool_1_t6FA32EFA27B8A53DAD8226A0344593AC567348E4*, Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F*, const RuntimeMethod*))ObjectPool_1_Release_m71F1CADB7AD9CC20BD824583A3675A4260965DB5_gshared_inline)(__this, ___0_element, method); } inline void List_1_Clear_m31B770F3CC71066DF784F59BBA0D2395F0C522C5_inline (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* __this, const RuntimeMethod* method) { (( void (*) (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6*, const RuntimeMethod*))List_1_Clear_m31B770F3CC71066DF784F59BBA0D2395F0C522C5_gshared_inline)(__this, method); } inline void ObjectPool_1_Release_mC5035E40042C03FD83A3F6F351B1A03655B1EBA5_inline (ObjectPool_1_tDCD50C95ED0429D3FD1471004D0AF0CBAFDE3458* __this, List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* ___0_element, const RuntimeMethod* method) { (( void (*) (ObjectPool_1_tDCD50C95ED0429D3FD1471004D0AF0CBAFDE3458*, List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6*, const RuntimeMethod*))ObjectPool_1_Release_m71F1CADB7AD9CC20BD824583A3675A4260965DB5_gshared_inline)(__this, ___0_element, method); } inline void AwaitableAsyncMethodBuilder_1_SetException_m72599B085155F4E64EEF6199CCB2854958B3C726 (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, Exception_t* ___0_e, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7*, Exception_t*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_SetException_m72599B085155F4E64EEF6199CCB2854958B3C726_gshared)(__this, ___0_e, method); } inline void AwaitableAsyncMethodBuilder_1_SetResult_mF6999EF777F6CFEA508A7DF60721549538F5938F (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, NativeArray_1_tA73F58384990D51C931EAE097C7E507394DEEA8A ___0_value, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7*, NativeArray_1_tA73F58384990D51C931EAE097C7E507394DEEA8A, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_SetResult_mF6999EF777F6CFEA508A7DF60721549538F5938F_gshared)(__this, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTryEraseAnchorsAsyncU3Ed__17_MoveNext_mEABA4524579D35FAAE689BE751790659F37CD68C (U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078* __this, const RuntimeMethod* method) ; inline void AwaitableAsyncMethodBuilder_1_SetStateMachine_mC9A326859C8CC5CB8928903A674256EEB52CFB25_inline (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7*, RuntimeObject*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_SetStateMachine_mC9A326859C8CC5CB8928903A674256EEB52CFB25_gshared_inline)(__this, ___0_stateMachine, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTryEraseAnchorsAsyncU3Ed__17_SetStateMachine_mA76A8FDCB268811D74FBD72C366017DC91BB33C8 (U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_m259F8857FDCB4AE5DDAEB11CB257CD696DD220A9 (U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* __this, const RuntimeMethod* method) ; inline Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* ObjectPool_1_Get_m154537D53F26931EB3DA1BDF383BB63B0A709DF2_inline (ObjectPool_1_t5182952C8F36FEBBCBE6CFF9033A71D706D62C3E* __this, const RuntimeMethod* method) { return (( Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* (*) (ObjectPool_1_t5182952C8F36FEBBCBE6CFF9033A71D706D62C3E*, const RuntimeMethod*))ObjectPool_1_Get_m239BB169D8FEF3A2694E9A961C473D3807D67D89_gshared_inline)(__this, method); } inline List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* ObjectPool_1_Get_m139CC7B4223C89459B7563A6BEEE99AA78178D96_inline (ObjectPool_1_t39751C6B5D1BD5F6B65F1D828FCE1AB5F73E9D28* __this, const RuntimeMethod* method) { return (( List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* (*) (ObjectPool_1_t39751C6B5D1BD5F6B65F1D828FCE1AB5F73E9D28*, const RuntimeMethod*))ObjectPool_1_Get_m239BB169D8FEF3A2694E9A961C473D3807D67D89_gshared_inline)(__this, method); } inline void Dictionary_2_Add_m6E9F9D6AD4F929EC6581DD31C20FA35D3395BE8F (Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* __this, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___0_key, Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA*, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378, Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D*, const RuntimeMethod*))Dictionary_2_Add_m6915284EB748760359E486FB1B9DA309A65379D7_gshared)(__this, ___0_key, ___1_value, method); } inline Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410 Dictionary_2_GetEnumerator_m1E030D95BC238303D02F9D893D0B8F78F0C8CD00 (Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* __this, const RuntimeMethod* method) { return (( Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410 (*) (Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA*, const RuntimeMethod*))Dictionary_2_GetEnumerator_m4129A81EFA893E35E5E17B98FA38D70E29B5EA30_gshared)(__this, method); } inline void Enumerator_Dispose_m4C875FB38B61F066A9807D70C28305E8D95966D3 (Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410*, const RuntimeMethod*))Enumerator_Dispose_m94AA9853EC60CD31032E3B99B41761C79791EF67_gshared)(__this, method); } inline KeyValuePair_2_tA9C20918CD56A413349B05DB210A720B9EF72CE4 Enumerator_get_Current_m0CA49874DA861821ED55BAD18C5AEA0EA1E32D0A_inline (Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410* __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tA9C20918CD56A413349B05DB210A720B9EF72CE4 (*) (Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410*, const RuntimeMethod*))Enumerator_get_Current_m833DFC1D757C7225D50490B88240571244B86835_gshared_inline)(__this, method); } inline void KeyValuePair_2_Deconstruct_m4DAC2B52472E65B30BCF51A63731325F2E7C5EB4 (KeyValuePair_2_tA9C20918CD56A413349B05DB210A720B9EF72CE4* __this, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378* ___0_key, Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D** ___1_value, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tA9C20918CD56A413349B05DB210A720B9EF72CE4*, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378*, Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D**, const RuntimeMethod*))KeyValuePair_2_Deconstruct_m6054CC13EC0CCE5A54DA8272BD4F09389B66C847_gshared)(__this, ___0_key, ___1_value, method); } inline bool Awaiter_get_IsCompleted_m3EBA1B4EA324BBD98801EAE35CAD8E46605DAAEF (Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48* __this, const RuntimeMethod* method) { return (( bool (*) (Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48*, const RuntimeMethod*))Awaiter_get_IsCompleted_m3EBA1B4EA324BBD98801EAE35CAD8E46605DAAEF_gshared)(__this, method); } inline void AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_m93D7A7AAF30C805E42ADE8CB25F898C301A87912_inline (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48* ___0_awaiter, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*, Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48*, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_m93D7A7AAF30C805E42ADE8CB25F898C301A87912_gshared_inline)(__this, ___0_awaiter, ___1_stateMachine, method); } inline bool Enumerator_MoveNext_m84F1F75B0D07EC6AC544D18F38A4E78CF5BFC42B (Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410*, const RuntimeMethod*))Enumerator_MoveNext_mA5FCA0B932E916E4B2064489B4F43B58224A3775_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_1__ctor_m1D55F4204F7C3B3C32DEC068C98FE553E8D275C3 (U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; inline void Awaiter_OnCompleted_m1958C6BAAD599764317932EA1F8D1E39DF3F0492_inline (Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) { (( void (*) (Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48*, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*, const RuntimeMethod*))Awaiter_OnCompleted_m1958C6BAAD599764317932EA1F8D1E39DF3F0492_gshared_inline)(__this, ___0_continuation, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* Awaitable_NextFrameAsync_m3FC9FBAF1FF8A273E7009D4AF0BD8A00E18828DA_inline (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___0_cancellationToken, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7 Awaitable_GetAwaiter_m5D1E1D1AA285EFD21ED2BF16ECA969A50DE07078 (Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Awaiter_get_IsCompleted_m358D551215196FB1AD61C991FA0E00251C88A57B (Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7* __this, const RuntimeMethod* method) ; inline void AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mDDC19FB56345F81C995477D6A4A0838571550464_inline (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7* ___0_awaiter, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*, Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7*, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mDDC19FB56345F81C995477D6A4A0838571550464_gshared_inline)(__this, ___0_awaiter, ___1_stateMachine, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaiter_GetResult_mB2E321DF49E4CD5A2997A8EE7BEF8D71F5A24EB2_inline (Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7* __this, const RuntimeMethod* method) ; inline int32_t List_1_get_Count_m13248028985E4079864C1D9B62A8711C46C791A4_inline (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695*, const RuntimeMethod*))List_1_get_Count_m13248028985E4079864C1D9B62A8711C46C791A4_gshared_inline)(__this, method); } inline XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 List_1_get_Item_m07293F7445171C826E39DE3694406A45A8DC8AA4 (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 (*) (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695*, int32_t, const RuntimeMethod*))List_1_get_Item_m07293F7445171C826E39DE3694406A45A8DC8AA4_gshared)(__this, ___0_index, method); } inline void Dictionary_2_Clear_m7E4DB240A69F3DE74776C14E6BEFC46CC71AA34E (Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA*, const RuntimeMethod*))Dictionary_2_Clear_mA82523A3CF782A59AE6C6B863E90133390B7B093_gshared)(__this, method); } inline void ObjectPool_1_Release_mD2F241EE7FAA91D165295288B7575EFBB48DA286_inline (ObjectPool_1_t5182952C8F36FEBBCBE6CFF9033A71D706D62C3E* __this, Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* ___0_element, const RuntimeMethod* method) { (( void (*) (ObjectPool_1_t5182952C8F36FEBBCBE6CFF9033A71D706D62C3E*, Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA*, const RuntimeMethod*))ObjectPool_1_Release_m71F1CADB7AD9CC20BD824583A3675A4260965DB5_gshared_inline)(__this, ___0_element, method); } inline void List_1_Clear_mE3727D7F73722A010C53907D26EA229FAF6E662B_inline (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* __this, const RuntimeMethod* method) { (( void (*) (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695*, const RuntimeMethod*))List_1_Clear_mE3727D7F73722A010C53907D26EA229FAF6E662B_gshared_inline)(__this, method); } inline void ObjectPool_1_Release_m01B189E5FC466CD61F57CB2056F3D561ECD61F46_inline (ObjectPool_1_t39751C6B5D1BD5F6B65F1D828FCE1AB5F73E9D28* __this, List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* ___0_element, const RuntimeMethod* method) { (( void (*) (ObjectPool_1_t39751C6B5D1BD5F6B65F1D828FCE1AB5F73E9D28*, List_1_tB5691F329FB7D6F099053636A4C094CBC951D695*, const RuntimeMethod*))ObjectPool_1_Release_m71F1CADB7AD9CC20BD824583A3675A4260965DB5_gshared_inline)(__this, ___0_element, method); } inline void AwaitableAsyncMethodBuilder_1_SetException_mFFD01A4FED792479AA5752B767A4D0B456D0FFDD (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, Exception_t* ___0_e, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*, Exception_t*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_SetException_mFFD01A4FED792479AA5752B767A4D0B456D0FFDD_gshared)(__this, ___0_e, method); } inline void AwaitableAsyncMethodBuilder_1_SetResult_m6BB7914DA094A892FB34DC9D1A29FD75978DDB11 (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB ___0_value, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*, NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_SetResult_m6BB7914DA094A892FB34DC9D1A29FD75978DDB11_gshared)(__this, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTryLoadAnchorsAsyncU3Ed__14_MoveNext_mA9202A68BDC3B031A198B63E1152DBF7646FD36C (U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* __this, const RuntimeMethod* method) ; inline void AwaitableAsyncMethodBuilder_1_SetStateMachine_m5BF17AF8691580EC91212F8EA700115C7F1581BC_inline (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*, RuntimeObject*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_SetStateMachine_m5BF17AF8691580EC91212F8EA700115C7F1581BC_gshared_inline)(__this, ___0_stateMachine, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTryLoadAnchorsAsyncU3Ed__14_SetStateMachine_m02954E86F783EC4C7683A7F8BB4E90F58597EABF (U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; inline bool NativeArray_1_get_IsCreated_m4052C3C854D92CDFB4C66CAA993021F523E63F30_inline (NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m4052C3C854D92CDFB4C66CAA993021F523E63F30_gshared_inline)(__this, method); } inline Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* ObjectPool_1_Get_mE6A839F7B9D012FCA3679CA75902783E8B30D556_inline (ObjectPool_1_t0B9B92CE17DF4AF53A094DCDFBFC957BED9A47B2* __this, const RuntimeMethod* method) { return (( Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* (*) (ObjectPool_1_t0B9B92CE17DF4AF53A094DCDFBFC957BED9A47B2*, const RuntimeMethod*))ObjectPool_1_Get_m239BB169D8FEF3A2694E9A961C473D3807D67D89_gshared_inline)(__this, method); } inline void Dictionary_2_Add_mD87CA5C2990F4B9FA8FD65B42572FB6D7683413B (Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_key, Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56*, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7, Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077*, const RuntimeMethod*))Dictionary_2_Add_mF5896267C5F8C20AE16ECA55F8D0FC44D054C5AB_gshared)(__this, ___0_key, ___1_value, method); } inline int32_t Dictionary_2_get_Count_m6CC35119BDAC79BB24D00DABEC280717EED8ECA5 (Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56*, const RuntimeMethod*))Dictionary_2_get_Count_m4483D054B9BF11186A4EB5A4D1C67E8175FB6955_gshared)(__this, method); } inline void NativeArray_1__ctor_m103A1BBB9E2ECB2E8C577E6A84B29E4DF2ED1BE9 (NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m103A1BBB9E2ECB2E8C577E6A84B29E4DF2ED1BE9_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method); } inline Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4 Dictionary_2_GetEnumerator_m4CAF3ADCF24A22A42A305A8451966D7D5B640540 (Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* __this, const RuntimeMethod* method) { return (( Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4 (*) (Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56*, const RuntimeMethod*))Dictionary_2_GetEnumerator_mA6DDF0C0771AA615D7A0E003E9A983A1FF322997_gshared)(__this, method); } inline void Enumerator_Dispose_m2938B17DE214BBC4435FC450477EFD7ABA3E8632 (Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4*, const RuntimeMethod*))Enumerator_Dispose_m8F85211DE629B0473240645B75A01CAF860F293B_gshared)(__this, method); } inline KeyValuePair_2_t59E1759CC9CE408F7EA692318F84D09FDF1AB23B Enumerator_get_Current_m542664BB2E7BA66C25EBFAFAA52BD784F62C31E5_inline (Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4* __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t59E1759CC9CE408F7EA692318F84D09FDF1AB23B (*) (Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4*, const RuntimeMethod*))Enumerator_get_Current_m90AD17379FB2CE2695C0B99AEA7938D0EF2DF89F_gshared_inline)(__this, method); } inline void KeyValuePair_2_Deconstruct_m3AD5B919E4E47D207D7DF7A9FDBC9C1BE9B36E91 (KeyValuePair_2_t59E1759CC9CE408F7EA692318F84D09FDF1AB23B* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* ___0_key, Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077** ___1_value, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t59E1759CC9CE408F7EA692318F84D09FDF1AB23B*, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7*, Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077**, const RuntimeMethod*))KeyValuePair_2_Deconstruct_m1D2F57791D9ABC71CC5B01BBE0B5D9AC70092EE4_gshared)(__this, ___0_key, ___1_value, method); } inline Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A Awaitable_1_GetAwaiter_m3B51E44CA91B4E4151F37D60FDD5B451F6901EC6 (Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* __this, const RuntimeMethod* method) { return (( Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A (*) (Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077*, const RuntimeMethod*))Awaitable_1_GetAwaiter_m3B51E44CA91B4E4151F37D60FDD5B451F6901EC6_gshared)(__this, method); } inline bool Awaiter_get_IsCompleted_m799342AFEBB06F1AB5BDA243F0F396E43B42D79D (Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A* __this, const RuntimeMethod* method) { return (( bool (*) (Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A*, const RuntimeMethod*))Awaiter_get_IsCompleted_m799342AFEBB06F1AB5BDA243F0F396E43B42D79D_gshared)(__this, method); } inline void AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mD0AC12981EE959281E0DDC50EB5BBA6F356F9ADB_inline (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A* ___0_awaiter, U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F*, Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A*, U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mD0AC12981EE959281E0DDC50EB5BBA6F356F9ADB_gshared_inline)(__this, ___0_awaiter, ___1_stateMachine, method); } inline Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C Awaiter_GetResult_m9B9558707A4E6259386D25FBC8AAEBF0B02D8E80 (Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A* __this, const RuntimeMethod* method) { return (( Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C (*) (Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A*, const RuntimeMethod*))Awaiter_GetResult_m9B9558707A4E6259386D25FBC8AAEBF0B02D8E80_gshared)(__this, method); } inline XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 Result_1_get_status_mFDF77D1359FA17C6F18F4DA8A530C20C74A3D51F_inline (Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C* __this, const RuntimeMethod* method) { return (( XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 (*) (Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C*, const RuntimeMethod*))Result_1_get_status_mFDF77D1359FA17C6F18F4DA8A530C20C74A3D51F_gshared_inline)(__this, method); } inline SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 Result_1_get_value_m84F2DCB404A74C86BD37F773857C084A213FD354_inline (Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C* __this, const RuntimeMethod* method) { return (( SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 (*) (Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C*, const RuntimeMethod*))Result_1_get_value_m84F2DCB404A74C86BD37F773857C084A213FD354_gshared_inline)(__this, method); } inline bool Enumerator_MoveNext_mC7A691193455DE90D4B93AB3A212D28F04847788 (Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4*, const RuntimeMethod*))Enumerator_MoveNext_mA6B4B3A0D9604740374706F7146CAF3F8631A983_gshared)(__this, method); } inline void Dictionary_2_Clear_m3B9BB74526244B94E7E1133F028A6A9EE9B023FC (Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56*, const RuntimeMethod*))Dictionary_2_Clear_m32C2B435E110059665375626DED5B03FF557FE16_gshared)(__this, method); } inline void ObjectPool_1_Release_mC0DE4C9A1137E5F1BD5B63F1510CC9E6640BB885_inline (ObjectPool_1_t0B9B92CE17DF4AF53A094DCDFBFC957BED9A47B2* __this, Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* ___0_element, const RuntimeMethod* method) { (( void (*) (ObjectPool_1_t0B9B92CE17DF4AF53A094DCDFBFC957BED9A47B2*, Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56*, const RuntimeMethod*))ObjectPool_1_Release_m71F1CADB7AD9CC20BD824583A3675A4260965DB5_gshared_inline)(__this, ___0_element, method); } inline void NativeArray_1_Copy_mF484291CF2670F87F893ACB38CB786FCD1C50921 (NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 ___0_src, NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 ___1_dst, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523, NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523, const RuntimeMethod*))NativeArray_1_Copy_mF484291CF2670F87F893ACB38CB786FCD1C50921_gshared)(___0_src, ___1_dst, method); } inline void NativeArray_1_Dispose_mC1D3EE4E7955DC6FBB5D8EBDA90DDF42D81677B7 (NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523* __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523*, const RuntimeMethod*))NativeArray_1_Dispose_mC1D3EE4E7955DC6FBB5D8EBDA90DDF42D81677B7_gshared)(__this, method); } inline void AwaitableAsyncMethodBuilder_1_SetException_mD9D12A0509DC32D98F4D842E4D4FD086FEE7A1C6 (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, Exception_t* ___0_e, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F*, Exception_t*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_SetException_mD9D12A0509DC32D98F4D842E4D4FD086FEE7A1C6_gshared)(__this, ___0_e, method); } inline void AwaitableAsyncMethodBuilder_1_SetResult_m79AD6B4AA6154ED336DFDB174D932AFA53C43890 (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 ___0_value, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F*, NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_SetResult_m79AD6B4AA6154ED336DFDB174D932AFA53C43890_gshared)(__this, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTrySaveAnchorsAsyncU3Ed__12_MoveNext_m8453C31B5272798D1CDF80A265BC48B657FC025D (U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C* __this, const RuntimeMethod* method) ; inline void AwaitableAsyncMethodBuilder_1_SetStateMachine_mC963141FB8FB1DE098042DF4C85F459E6445D67F_inline (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F*, RuntimeObject*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_SetStateMachine_mC963141FB8FB1DE098042DF4C85F459E6445D67F_gshared_inline)(__this, ___0_stateMachine, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTrySaveAnchorsAsyncU3Ed__12_SetStateMachine_mD5059651CBCCAEA049969485CA11D381F292E106 (U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRAnchorSubsystemDescriptor_Register_m2A88197878DDF5904E236260F60ACB6B4A4A6054 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 ___0_cinfo, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRAnchorSubsystemDescriptor__ctor_m09A98B336838C4CF7BCFE08EB3AF49BFDA9AFF8C (XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30* __this, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 ___0_cinfo, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubsystemDescriptorStore_RegisterDescriptor_m6DEC96199F95ACCD68822060CEB79CA77AF44F12 (SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5* ___0_descriptor, const RuntimeMethod* method) ; inline void SubsystemDescriptorWithProvider_2__ctor_mB31F5CFD7E71A6B9480B8267881059F421FBB405 (SubsystemDescriptorWithProvider_2_tF8E2E455D5493CB9D730F2D121FD9CED8ABB8B5C* __this, const RuntimeMethod* method) { (( void (*) (SubsystemDescriptorWithProvider_2_tF8E2E455D5493CB9D730F2D121FD9CED8ABB8B5C*, const RuntimeMethod*))SubsystemDescriptorWithProvider_2__ctor_m639DDEEB52B0E73AD96D610D0DC16CF0E9D0BEA2_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_mFF66DF9642403D18476451C30BD5F2FC89CAF8B1_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SubsystemDescriptorWithProvider_set_id_m4E93140B46C960FFB4723062C55D05D7B551A57B_inline (SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_m2D11E14B5E4C48474C00C579D4C2F5F45970D70B_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SubsystemDescriptorWithProvider_set_providerType_m27A630CAFBA225796667E17DE114673056339EA4_inline (SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_mD1DEE5FBF656FDF4BF5E28B60C04F53B6D146C3B_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SubsystemDescriptorWithProvider_set_subsystemTypeOverride_m34C15BBBE4EB41226EF1C0A0C8BB73A0955E0F3E_inline (SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsTrackableAttachments_m2BA4A0E85635C4D85059CDF713EE7FC21F80DBF4_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsSynchronousAdd_m45C4A12FB4F258524EAD2E91C5D36EBD0E0D97F0_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsSaveAnchor_m0157047CCC68954935E3F3DF731FB53C434FCD18_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsLoadAnchor_mC8D701631C677195D465269BAE8A68867AE1E817_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsEraseAnchor_m8E0AB5DB3DB2B33972189485FA67154220057C9E_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsGetSavedAnchorIds_m1E96391AFB2EDCC60FFD0731BE5B7FE0E0900D8F_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAsyncCancellation_m7ECB198DAD457DD9C3E25BB43BB2D65896358F1A_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_id_m6344F3700C1D743D82AB9E74925F7687925734A6_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_providerType_m0E291C22B0B2CF634024F32ECA2E424F18157ACF_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_mD5C5CAAC167444FE1BD48C1A16AA904E8DFF7052_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsTrackableAttachments_m58F12783B1EF42ED420CC99E0585FA6ED046C4AD_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsSynchronousAdd_m4EE2BE17F57E62ADC471B35BC0640049F1AD93E1_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsSaveAnchor_m66EE9914E191FE1A82EA315BCE4053AFC6B75012_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsLoadAnchor_mF3FF3A23056C429D8950380A1311429DA40C7901_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsEraseAnchor_m2FE9C32E6CF97744C8C0C364D26C8F0A4106A5BF_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsGetSavedAnchorIds_m9A8CAFAFE32CED0C3807135E617E06C5DF2A4187_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsAsyncCancellation_m4209A908D8C293DAD9F2AFB7157E8004A9E6D96C_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5 (RuntimeObject* ___0_obj, 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 int32_t Cinfo_GetHashCode_mE063F9FDF568ECC85F4D30998CB9A071A82C3859 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_mD8F45C05DFDE73ABDD26DC002B6F0B1506149F6D (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_m11F554099FC7163A8405E15A238CD1084BCCB65E (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m3354EFE6393BED8DD6E18F69BEA131AAADCC622D (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; inline bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline)(__this, method); } inline bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, const RuntimeMethod*))Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E* GraphicsSettings_get_currentRenderPipeline_mEC94DC23DE4F901D6A629E2DE882982686AF75F1 (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) ; inline void Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5 (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, bool ___0_value, const RuntimeMethod* method) { (( void (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, bool, const RuntimeMethod*))Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_gshared)(__this, ___0_value, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRBoundingBox_get_trackableId_mF5CD5DB3F259DE8F7153195F3AF90638D741867A_inline (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRBoundingBox_get_pose_m2A10A9EA8E5CDAEF4AF6B7788544B5A738D64BA6_inline (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRBoundingBox_get_size_m710CD228CCAA19856FC370FD340AC44BF1EB7AC6_inline (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRBoundingBox_get_trackingState_mE55A3821D992D4E37203E41BC42A873F5BD81777_inline (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRBoundingBox_get_nativePtr_mB8265BAE055028EE0088A414D9D479883FF6F9F7_inline (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t XRBoundingBox_get_classifications_mCB5C4BE9ACB8F238F54E0842B31F2327F73B864F_inline (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRBoundingBox__ctor_m60D929B9D7515FF23657005D05AE461F0BC7913B (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___1_pose, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_size, int32_t ___3_trackingState, uint32_t ___4_classifications, intptr_t ___5_nativePtr, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringBuilder_t* SharedStringBuilder_get_stringBuilder_m8A4CC02B07E97DE4DCD60C549D6009B470A39927_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88 (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TrackableId_ToString_m4BE1AD91726751D994E6FB864B231BE5D7D3F85F (TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* __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 String_t* Pose_ToString_m4F33190911B86A9B72CA59D6AF3C633569CDE6D2 (Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971* __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* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032 (intptr_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m284E4E55662818E38654309A41C2B07CD436F36B (int64_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703 (StringBuilder_t* __this, String_t* ___0_value, int32_t ___1_startIndex, int32_t ___2_count, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Clear_m2D76F6533574F40A4E3E2DC4E730277CBD0AF8F6 (StringBuilder_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRBoundingBox_ToString_m27869A74848E7AB3715F3F4D9DC1B4337A648E28 (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRBoundingBox_Equals_m5A9203BBADC839E211C63A8569B67EDE6998369B (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRBoundingBox_Equals_mA275FC3811C5D30BD7B6CBFCC0B15640E42176A4 (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, RuntimeObject* ___0_obj, 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 XRBoundingBox_GetHashCode_m75A0090D4D3C7BFDBB9DCE0EA3ECD53A1C1A598A (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector3_Equals_mEDEAF86793D229455BBF9BA5B30DDF438D6CABC1_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_other, const RuntimeMethod* method) ; inline void TrackingSubsystem_4__ctor_m19626B95CC868E357F0C18C533DE4BF32ACF5E37 (TrackingSubsystem_4_t4D0A3964151252967FADFA5CBEB1405B7681AD43* __this, const RuntimeMethod* method) { (( void (*) (TrackingSubsystem_4_t4D0A3964151252967FADFA5CBEB1405B7681AD43*, const RuntimeMethod*))TrackingSubsystem_4__ctor_mE4F38369EBB1C3F21839C062EE82FD8DB1C9F62D_gshared)(__this, method); } inline Provider_tEE33D025EE18410F47828C1DD21622753EB795C8* SubsystemWithProvider_3_get_provider_m296BFD07594B24A0768E35CAC843DA6490972ABC_inline (SubsystemWithProvider_3_t0D95E05D9A3E7E672911FC17FA45EFD497312284* __this, const RuntimeMethod* method) { return (( Provider_tEE33D025EE18410F47828C1DD21622753EB795C8* (*) (SubsystemWithProvider_3_t0D95E05D9A3E7E672911FC17FA45EFD497312284*, const RuntimeMethod*))SubsystemWithProvider_3_get_provider_m963D70D839CE42A2C17A2C183A61C25F0E2C6732_gshared_inline)(__this, method); } inline void SubsystemProvider_1__ctor_m7B1DA76491B3900D3E975BB9A82904DF1AB89B36 (SubsystemProvider_1_tCE024AE8B1E5E5CD5F58757BFCCB721919A51117* __this, const RuntimeMethod* method) { (( void (*) (SubsystemProvider_1_tCE024AE8B1E5E5CD5F58757BFCCB721919A51117*, const RuntimeMethod*))SubsystemProvider_1__ctor_m3F6BF1C55F79E0A7C00A482A63D1BF949533348A_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRBoundingBoxSubsystemDescriptor__ctor_m0BD39F2A3287C96E9240F79C44350F808A4308EE (XRBoundingBoxSubsystemDescriptor_t6DE6FF4E0EFB01FF8B34959D5A23FB144D04BC97* __this, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 ___0_cinfo, const RuntimeMethod* method) ; inline void SubsystemDescriptorWithProvider_2__ctor_m75B9F00D191B8EDA53A4825C34E4180458CB55AF (SubsystemDescriptorWithProvider_2_t776E0146C660D8E0F82F9F683790AEE6BECE9B65* __this, const RuntimeMethod* method) { (( void (*) (SubsystemDescriptorWithProvider_2_t776E0146C660D8E0F82F9F683790AEE6BECE9B65*, const RuntimeMethod*))SubsystemDescriptorWithProvider_2__ctor_m639DDEEB52B0E73AD96D610D0DC16CF0E9D0BEA2_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m247EC43D4F92ECB29BBA8D5FDC3BAAAD87B16D50_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_mA1F0BEE01180AC71A4C5385E64055CCB25111B5C_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_m246CD89A95D6A3F5B937D7717C7A645AFD770778_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsClassification_m90E8507B73546783081A1B8497FEFAFD28D37915_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_id_m172BEDBF188D121EBFE1FF658328955DA092CC4C_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_providerType_mB32642C0F151A0CBB6EC9F0F20813B6A61ACF706_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_m741AE5BF88628677B878FCE7DE3A1664C83F54B8_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsClassification_m95FAE748501A8FD23465071CC4D46497B62BB9BB_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_mC1307510A3C3D20BBCA522490AF9751081DDD15E (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_mC9C85CA249D898E0D5130BDCC9E6DFA8B87286ED (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cinfo_GetHashCode_m1070E956DFB279F1BF677A1A0AF7AEADAC12FF23 (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* XRCameraBackgroundRenderingParams_get_backgroundGeometry_mDB1427A99FCF60D40039091E15D192693E814E1B_inline (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 XRCameraBackgroundRenderingParams_get_backgroundTransform_m7871874D912DF0B283B38D0D50ACB2050E385CD7_inline (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155 (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, String_t* ___1_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraBackgroundRenderingParams__ctor_m744B82AB7308770AAD1F71596586E7710FFA6C2A (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___0_mesh, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_transform, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_lhs, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_rhs, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraBackgroundRenderingParams__ctor_m338AF46B33FE304CC6263D7484DB6C699E322C3E (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___0_mesh, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_model, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_view, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___3_projection, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Matrix4x4_Equals_mDB0C4CCC58BE3E108F1A40BE8DBDCD62E284CC51_inline (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraBackgroundRenderingParams_Equals_m12EEDE089CAB4E822A0E494811160211F19206FE (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraBackgroundRenderingParams_Equals_m194B0E3F674DD1150B876FA1D8EF3CCD1D847FB2 (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; inline int32_t HashCode_Combine_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_mCB5FEBD54D58022C9AC1939ABAB1256F39CF5542 (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___0_value1, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_value2, const RuntimeMethod* method) { return (( int32_t (*) (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4*, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6, const RuntimeMethod*))HashCode_Combine_TisRuntimeObject_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_m806337831B91FC937A1BF4F5A674C24ECE2E724B_gshared)(___0_value1, ___1_value2, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraBackgroundRenderingParams_GetHashCode_mC7FD44F66F99868FE4026F1727F08998A078C1F9 (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraConfiguration_get_width_mCEA441DFABEDE3E552A2D4452508BCE923B6C3C6 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraConfiguration_get_height_m9130BF72BE684B67C2100DD1624AF851E42B81A8 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A XRCameraConfiguration_get_resolution_m8EB20C15322147BCA971867F394BC0E0EDCB5A0D_inline (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) ; inline void Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703 (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, int32_t ___0_value, const RuntimeMethod* method) { (( void (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_gshared)(__this, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 XRCameraConfiguration_get_framerate_m3BFA6E6FB947828EDC20AC9CED31391634F5EB6F (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRCameraConfiguration_get_depthSensorSupported_m05B25DB3D4E83E385BE419109288B77684532A53_inline (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRCameraConfiguration_get_nativeConfigurationHandle_mD9C92AE35660E0441A296301336578BA11313155_inline (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) ; inline int32_t Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_gshared_inline)(__this, method); } inline bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline)(__this, method); } 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 ArgumentOutOfRangeException__ctor_m60B543A63AC8692C28096003FBF2AD124B9D5B85 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, RuntimeObject* ___1_actualValue, String_t* ___2_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraConfiguration__ctor_m6A41DA8E8540120FABB6436C2DCB07B6BC520281 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, intptr_t ___0_handle, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_resolution, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___2_framerate, int32_t ___3_depthSensorSupported, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraConfiguration__ctor_m2943E6AD678C2106CF20EA8CA967F2EAB15303FB (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, intptr_t ___0_handle, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_resolution, int32_t ___2_framerate, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraConfiguration__ctor_m0C8EC1223917D880B58850B06E1DC4902F269C4C (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, intptr_t ___0_handle, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_resolution, const RuntimeMethod* method) ; inline int32_t Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m918500C1EFB475181349A79989BB79BB36102894 (String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRCameraConfiguration_ToString_mD69E2A39496C4B88A7089AF64A13057585A6F159 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_GetHashCode_mA3B6135FA770AF0C171319B50D9B913657230EB7_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ; inline int32_t Nullable_1_GetHashCode_mEFF21B20BCF8D73B802CFF48B4088B1985CB8AA3 (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_GetHashCode_mEFF21B20BCF8D73B802CFF48B4088B1985CB8AA3_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_m6E8EC4EC047F80C102AEE35681D328C78A3DCE55 (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, int32_t ___3_hash4, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraConfiguration_GetHashCode_mE50DD8C034ED9415443191DF89F044B05510CEB7 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraConfiguration_Equals_mCFE381E6FB6B3650DCAB79FB6894DA8BB511A708 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraConfiguration_Equals_m26024336DA6F68CDCBF7916F6B6BF690DF152FA5 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2Int_op_Equality_mD80F6ED22EA1200C4F408440D02FE61388C7D6BA_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_lhs, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_rhs, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t XRCameraFrame_get_timestampNs_m93571F53415C7DC6195854F3297E95D2E55A4DFB_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraFrame_get_averageBrightness_mD1106801D777BFB9EE60FDE5DE194EBACEFB6071_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraFrame_get_averageColorTemperature_m29B8FBE0061F8895678D3C4DA5BAB7BDBE154D4E_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F XRCameraFrame_get_colorCorrection_m00236A30115F91E2696EAAAF6F1CDF9CA0F83354_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 XRCameraFrame_get_projectionMatrix_mDE497D5208A1D08226B6B6C7521F53125E6EB9BD_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 XRCameraFrame_get_displayMatrix_m221E85929B55C0B8F6AB494FF27CC3200A80F287_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRCameraFrame_get_trackingState_mA6E95E5F574FC6506C0F602E430C42763797779A_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRCameraFrame_get_nativePtr_m4DED9CE0A7333F6A1E5C4932A6C98A8A0DD9E62D_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRCameraFrame_get_properties_m0C853765A7C76148A439A2C275E3687659DD8DFB_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraFrame_get_averageIntensityInLumens_m639F0315B64DA5EC8321609C8673EA14A7263115_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double XRCameraFrame_get_exposureDuration_m4D8412C33F590A282E1671AFD89CC543837BD007_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraFrame_get_exposureOffset_m9683C51CB26F830F5FC5720AD0FD541EC053202E_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraFrame_get_mainLightIntensityLumens_m55B353C41D7A9E00F596D4BAD4813793C9754BE8_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F XRCameraFrame_get_mainLightColor_mE96BCE9B4E4E241AF9F6BC758942EB8D4584138C_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRCameraFrame_get_mainLightDirection_mF33683D8BF23ADFB8EBC2D2875C2EDF5922F21B8_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 XRCameraFrame_get_ambientSphericalHarmonics_mB62D6BDCC0A0DAAB5C057225A84289502076EFCE_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 XRCameraFrame_get_cameraGrain_m7FF742DB5555C9D84DCD7937828C612FAACFEEFE_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraFrame_get_noiseIntensity_mA1D17EA6D00D7FF958FFF6A62B99B34B052F2FEC_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasTimestamp_mD6AD6768B71946B0643836ACD28BF32876A5E0FF (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasAverageBrightness_m8CC4709AA168C8762763837B384B7332FC2B73B0 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasAverageColorTemperature_m163AF5FAD20B5779A28550ED502F5037C4BDB93A (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasColorCorrection_mCEB8BC23DF1997AB5DFCD013F56111FB8A8D118E (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasProjectionMatrix_m850BCDBFBBD894BF56EEED3A82349A4E4811CC1F (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasDisplayMatrix_m7D5DA2AA4F3C83B25714C0FED9EEAE1E51B95959 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasAverageIntensityInLumens_m7E14C289B8D931F55B7A98D5075263E96CE3B4DE (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasExposureDuration_m02C1ACB25E72D090C9A56FC158E8D4B0D3C04D50 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasExposureOffset_m6A4048142BD1E59E403F858144092C5F7846CA53 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasMainLightIntensityLumens_mA423D7DEF78D1888AFED8BF17B3E1037C24E469B (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasMainLightColor_m07A53E75212D8BA3582613228AC0DACBDDF983FF (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasMainLightDirection_m67DFB7C0DAD130D98290130131EDC4BA62818B5E (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasAmbientSphericalHarmonics_m45F02EFE6E47FC9B9AEE4F1B6AEC4F9E7FF1F92A (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasCameraGrain_mC37056CCCDBEFD620038107A078B6A39F61D99AE (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasNoiseIntensity_m076641BB06432F1F27EFD353B6E7116B098BE4B7 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraFrame__ctor_m7A19EA8CCC1391BE7463FF9B492863BDA975E90B (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, int64_t ___0_timestamp, float ___1_averageBrightness, float ___2_averageColorTemperature, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_colorCorrection, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___4_projectionMatrix, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___5_displayMatrix, int32_t ___6_trackingState, intptr_t ___7_nativePtr, int32_t ___8_properties, float ___9_averageIntensityInLumens, double ___10_exposureDuration, float ___11_exposureOffset, float ___12_mainLightIntensityInLumens, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___13_mainLightColor, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___14_mainLightDirection, SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 ___15_ambientSphericalHarmonics, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___16_cameraGrain, float ___17_noiseIntensity, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraFrame__ctor_m991480EB7E8C7C3A8C63974AFE3FD8900A2EBC03 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, int64_t ___0_timestamp, float ___1_averageBrightness, float ___2_averageColorTemperature, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_colorCorrection, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___4_projectionMatrix, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___5_displayMatrix, int32_t ___6_trackingState, intptr_t ___7_nativePtr, int32_t ___8_properties, float ___9_averageIntensityInLumens, double ___10_exposureDuration, float ___11_exposureOffset, float ___12_mainLightIntensityInLumens, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___13_mainLightColor, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___14_mainLightDirection, SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 ___15_ambientSphericalHarmonics, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___16_cameraGrain, float ___17_noiseIntensity, XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E ___18_exifData, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetTimestamp_m60FE1777D7379C288482A23E5A7C5B297F1DDD94 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, int64_t* ___0_timestampNs, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetAverageBrightness_m1FDC9DCF0A34227DC5ECB78A5E80E614F0063C98 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, float* ___0_averageBrightness, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetAverageColorTemperature_m2737123C8E46EF119C04162FAD8EAA312FA2EF3B (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, float* ___0_averageColorTemperature, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetColorCorrection_mB8F6A4AA9C830F0EC77E85B9B5D66CC572A7286A (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_colorCorrection, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetProjectionMatrix_mC25F35BF17829DBEDA748D61362289E4842B5098 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_projectionMatrix, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetDisplayMatrix_mA034AD550B172CACDDED708A12FFBA548E750312 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_displayMatrix, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetAverageIntensityInLumens_mE5FC24C1E3D49FB679137698834F22BF258DD674 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, float* ___0_averageIntensityInLumens, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetExposureDuration_m71299A3403579EC4827FAA59648BCE5AA14C225F (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, double* ___0_exposureDuration, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetExposureOffset_mE3C1721479072046BE4E210A5717FA621E9E74D9 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, float* ___0_exposureOffset, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetMainLightIntensityLumens_mF00E9BCA9430083C1E1D541FF7F47079AA2E7ECA (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, float* ___0_mainLightIntensityLumens, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetMainLightColor_m9EB799438885AF3C44ABCC867CB3A430E7A6247D (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_mainLightColor, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetMainLightDirection_m7C0F842F0B6983C5209281EEC7264ABA652B0382 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_mainLightDirection, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetAmbientSphericalHarmonics_m254499C38DA5253007CECF6C955D5B8C53A9229D (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* ___0_ambientSphericalHarmonics, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetCameraGrain_m54E2EC6D0A2FE54C2D12A37E629DB29432141477 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19* ___0_cameraGrain, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetNoiseIntensity_m38D6891FB196DB21D35B79D7E07F0A4B6C857F50 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, float* ___0_noiseIntensity, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetExifData_m99AAC21B7048242487A8D48DE8D92AC9F4C53AF4 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* ___0_exifData, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_Equals_mBAEB8FFBE12F6A5876473B4B40E1BD316658873E (int64_t* __this, int64_t ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9 (float* __this, float ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_Equals_mAB526D98719C44EA42107A297B23A739F2E14138 (double* __this, double ___0_obj, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Color_Equals_mD297CAFFEBE9352C940873862FDF9A28F1F02435_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SphericalHarmonicsL2_Equals_mA22783D26BEE236A8CA5425305D6772CEA6CCBC8 (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* __this, SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRTextureDescriptor_Equals_m4931F85C225CAC63EC71FBCE246204E244B6CA2B (XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19* __this, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_Equals_mE16880FA32EC214A99E76AA88BC65988E6A61919 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_Equals_mA1542DDF01588CB1AEDFEB763F63684C18B717C8 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_Equals_m53FA29D21C4E68E89D59E8904EF7222571C04A50 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_GetHashCode_mDB050BE2AC244D92B14D1DF725AAD279CDC48496 (int64_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2 (float* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Matrix4x4_GetHashCode_m313B1AF4FEA792BB7E4D1D239EBE3257F825914D_inline (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline (double* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SphericalHarmonicsL2_GetHashCode_m6683A29826BFE74740D3CF28227E5C6FC8E6955E (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRTextureDescriptor_GetHashCode_mFEB456F0A0985232D0E342B8F10669149F190012 (XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraFrameExifData_GetHashCode_m3FB9ECCBAE6452B72A6B167F589098899819AFAA (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraFrame_GetHashCode_m9392ED676A0D41F404CF03A0C570068AC2832352 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IntPtr_ToString_m4B664F765633183265DE764BECD5D78FCCA20A13 (intptr_t* __this, String_t* ___0_format, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRCameraFrameExifData_ToString_m9200B453787D807084089B68F941C9B768A8D374 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRCameraFrame_ToString_m4825A21E18219B4B626C1A2CB3EDD006DFCA44AA (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRCameraFrameExifData_get_nativePtr_mCB1987D3B4CABB2C972BE7D4E92365763550783E_inline (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraFrameExifData__ctor_mC632ECB5B132C6297A8641A5061024B71F850242 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, intptr_t ___0_nativePtr, double ___1_apertureValue, double ___2_brightnessValue, double ___3_exposureTime, double ___4_shutterSpeedValue, float ___5_exposureBiasValue, float ___6_fNumber, float ___7_focalLength, int16_t ___8_flash, uint16_t ___9_colorSpace, int16_t ___10_photographicSensitivity, uint16_t ___11_meteringMode, int32_t ___12_properties, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetApertureValue_m4F59F7DEF4992F533DE48D18DBBB0A01EB0E684C (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, double* ___0_apertureValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetBrightnessValue_m3C19A37A3534F7E451759E89578260FADBC9B14F (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, double* ___0_brightnessValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetExposureTime_m46BBCA6CA64E217ED60F3D878983314A59C6D5FA (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, double* ___0_exposureTime, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetShutterSpeedValue_mC955FAA772EC0893B3D06E4ECEA8EE80023FE429 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, double* ___0_shutterSpeedValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetExposureBiasValue_m52A2F65945A75DAC6F0BD013EB94DF65D5A6BF0C (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, float* ___0_exposureBiasValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetFNumber_m7512F213AD901E6FCDCDF7FD9A582AB322F6063D (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, float* ___0_fNumber, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetFocalLength_m0109D48BD14F7E853514F66ACD493DD1657EC138 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, float* ___0_focalLength, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetFlash_m8BE2090E79E851BA4961115DC320CEB3B6A2A4AB (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, int16_t* ___0_flash, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetColorSpace_mDD98A093493C3E1659125B797F0E8C49E2C25E76 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, uint16_t* ___0_colorSpace, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetPhotographicSensitivity_m215A7867030DC8738CFDF104E0CE9DA2569A6307 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, int16_t* ___0_photographicSensitivity, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetMeteringMode_m3DE1E2935F15F9F91899A58E0585C3CB1E7BFE34 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, uint16_t* ___0_meteringMode, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_get_hasAnyProperties_m608D0509C48BB26408E3B58ADE152ED372101624 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_Equals_m0F39AB64A7BBD67190E745FF8334A5FC766CB26E (intptr_t* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_Equals_mE717F3EBE037FA3EAFA8F6C361197F7042B6AC00 (int16_t* __this, int16_t ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_Equals_m96B1058BA6312E23F31A5FBF594E96EB692EAF4E (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_Equals_m55925A51CE7F4B028CF9B77393BD8FCCB56F7302 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_GetHashCode_mCD0A167AC8E6ACC2235F12E00C0F9BDC6ED3B6E1 (int16_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt16_GetHashCode_m534E5103D0DA9C6FCED4F2F007993D3E38165200 (uint16_t* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 XRCameraIntrinsics_get_focalLength_m9B19B7C0AF4CDAF1C8BA121C20BE8A80A7DF778D_inline (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 XRCameraIntrinsics_get_principalPoint_m677A9880F319E54576353AD01EF0936317E1D83D_inline (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A XRCameraIntrinsics_get_resolution_mDC07EA111909E8903F1B89577FA2A6BF8FB14D52_inline (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraIntrinsics__ctor_mA7F2F4A7709FC7DA6E9560367A08C28374365020 (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_focalLength, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_principalPoint, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___2_resolution, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_Equals_mDF84D5ED14E018609C6A9C9BAE016C1B33BCFF4C_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_other, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2Int_Equals_m32811BA0576C096D5EB5C0CFD8231478F17229A6_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraIntrinsics_Equals_m7C6C306C554F5F2A69E5CB831FB2C38F7A252866 (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraIntrinsics_Equals_m81F681CB1C13344784F9B2DD6ACE032F2C9A06AE (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2_GetHashCode_mED8670C0E122B7ED0DAB4C3381ADFF04B75E0B03_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraIntrinsics_GetHashCode_mEC06B793ED903AC34149EAA935C66284947CDF63 (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, 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 String_t* XRCameraIntrinsics_ToString_m3C7131BDF5882D7F01DA3EC7A7544A16E7F6A783 (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraParams_get_zNear_mECA80F2D2C74318641F94031BB7964DD06ABEA75_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraParams_set_zNear_m13DFECBAE558037DEBE998F3EFF2E1C6372EE6E0_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, float ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraParams_get_zFar_mDF023917C3AD6AA2C909A2295219F34B085638DA_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraParams_set_zFar_mA528373BCB66A9DE2A393512B883B932AB02D600_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, float ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraParams_get_screenWidth_m791F2E175953698508D73BF5B38087BA66875FDA_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraParams_set_screenWidth_mA367A9BD005F2F052549E9B509F4D41F276CA021_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, float ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraParams_get_screenHeight_m560E3D0692A29242E6E137CA8895C3754E8A7745_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraParams_set_screenHeight_m7F6C7A3B7F3D7AEBE074A19FF20EF3DDACB79DE9_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, float ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRCameraParams_get_screenOrientation_m0EC129A67B19D30348027E60C9A6C982DBC89D3A_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraParams_set_screenOrientation_m9AA6D552ED0B67E9560CDF2C775FC27AA7A83A07_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraParams_Equals_m5C32A8D9FE83014E8A424C2D09688635E88A86B0 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraParams_Equals_mD063C934A21CE21B40F834E0C90AFF645A236CD6 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraParams_GetHashCode_m1F7C2E3CC02169BDEC645B0CE0E540BB1FE1FCD5 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m3F2C4433B6ADFA5ED8E3F14ED19CD23014E5179D (float* __this, String_t* ___0_format, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972 (float* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRCameraParams_ToString_mFD8C6218C724EAAF2F9A953CBB08AA3BBF67DB64 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) ; inline Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline (SubsystemWithProvider_3_tEC32E35ABA7D3B7D5B9459E6752E697305F3E1FB* __this, const RuntimeMethod* method) { return (( Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* (*) (SubsystemWithProvider_3_tEC32E35ABA7D3B7D5B9459E6752E697305F3E1FB*, const RuntimeMethod*))SubsystemWithProvider_3_get_provider_m963D70D839CE42A2C17A2C183A61C25F0E2C6732_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_Cameras_m726A6A7FE0A234C11F8FCF7DD3A4AA94E3ADBC44 (uint64_t ___0_self, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystem_get_permissionGranted_mA3BCBF249E8BFBC8BD5D04C4610254E105D41038 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_LightEstimation_mB23FB857088B2902CF6ACC21DCEBA3995D8F3038 (uint64_t ___0_self, const RuntimeMethod* method) ; inline bool Nullable_1_get_HasValue_mF1696D52A798A92C94A1973C77CCA8F724DF01B0_inline (Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F* __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F*, const RuntimeMethod*))Nullable_1_get_HasValue_mF1696D52A798A92C94A1973C77CCA8F724DF01B0_gshared_inline)(__this, method); } inline void SubsystemWithProvider_3__ctor_m8ECAA6C3E34268ABA85DEF43075993631CE90AFC (SubsystemWithProvider_3_tEC32E35ABA7D3B7D5B9459E6752E697305F3E1FB* __this, const RuntimeMethod* method) { (( void (*) (SubsystemWithProvider_3_tEC32E35ABA7D3B7D5B9459E6752E697305F3E1FB*, const RuntimeMethod*))SubsystemWithProvider_3__ctor_mEC13729FA21E9E590467B3B9FC8CD25CC281FFD4_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SubsystemWithProvider_get_running_m6BF31FC3BDA38C56C0F60FEA37767A4151B22C44_inline (SubsystemWithProvider_tC72E35EE2D413A4B0635B058154BABF265F31242* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCpuImage__ctor_m06AE81550FF74789CD8D66ABBA9B2F3D9D060612 (XRCpuImage_t36F512AD65D5B0AA1CC458C3666873D741C60A57* __this, Api_tAE210A8378E537AFD1FA4B99562229CE842377FB* ___0_api, Cinfo_t5A1647353ADB5A2EC5EC8A30B1AAE80050168F4C ___1_cinfo, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XRCameraSubsystemCinfo_get_id_mDCD0C107058AEA702A80B8E305F262CAB8E07FD0_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_id_mCDA4BA4F5DEE54D214ED396C2B1C353B4DFC753C_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* XRCameraSubsystemCinfo_get_providerType_mFBE1614FF701AC94FE53078962B455A355EA45A7_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_providerType_m81F03DBA6BBDD6F0838F730C034915A7B6018DC6_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* XRCameraSubsystemCinfo_get_subsystemTypeOverride_m5CD01638A223E6C620ADDDDBA05F7539ED5229C4_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_mC046F0A9565AF052C1E74528D5C06FC81CF1F181_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsAverageBrightness_m694C685E738909EABF44140E672CB8176649D7E6_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsAverageBrightness_mBB822980343C923A5C581FD71F04A6A55BC122A3_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsAverageColorTemperature_mDCCD0A414E292EAD5FB817C6AC16DE8AF8C7D076_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsAverageColorTemperature_m5323B2372F68CE7AF412BCD1916B6E9C6D77AF2D_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsColorCorrection_m8BEA88F615A8CD5FC068D9F7BE8039C68A110A15_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsColorCorrection_m1910CCA57E67041692CE1E8B34BA1407279210CA_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsDisplayMatrix_m33AECE0011BFF7206E0F6A99C3C32ACD28DF09B0_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsDisplayMatrix_m77E84E493C00AB52B3857FD6214A9312F6D29844_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsProjectionMatrix_mD62E482D66D23D02FBF1591EFE8CBF6AB2B7AA60_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsProjectionMatrix_mF5723A8E9E7D4001AD5112DE59FA088EE5B93CF4_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsTimestamp_m53905529FC20BB4B064986AC5E6586DAF996148F_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsTimestamp_m43A888F359796732AF40EED748C63339CE9B4BDE_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsCameraConfigurations_m107FD5D148D109EDDE9345754995ACF01D7A3F67_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsCameraConfigurations_m69AC77B8F6AB912B6B49F3D11779CC338D5C24E2_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsCameraImage_m3C11104CBEE0AF690F3A4F9729F78F48E1065970_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsCameraImage_m0C44A3361659BA45AC98FFADDA58EB7988F4A65B_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsAverageIntensityInLumens_mD46BA194C3AC26510694D649673015A450D0F019_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsAverageIntensityInLumens_m6A029948585A70EBE19757F621790793D5A25E25_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsFocusModes_m0B2A62A1F5A5603B2BE190A5B5AB0703842E6B51_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsFocusModes_mC7DA5488419AEE23B7120DC615821A6990B5BFDC_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mA6C68E53BB8242F222104A33EA99EF7AFF754A9B_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsFaceTrackingAmbientIntensityLightEstimation_mDDB9F6FAA031D2FCCFBCF437576B13E6AD5F652E_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsFaceTrackingHDRLightEstimation_m28390AEBE6EBE78D410C0CB9D8D7DBE237D8DEFF_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsFaceTrackingHDRLightEstimation_mC2BCC7CAC78219A209B897E0200E81EF43F72D45_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m85AD9C10C625555A50D39FE3FE5B75E4DFEAC0A4_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsWorldTrackingAmbientIntensityLightEstimation_m6C40F6AB331373E5A7ABB9FB47AEF56CD2861B88_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsWorldTrackingHDRLightEstimation_mACCAED13DF9023738352CB5C89D5CBCF01B46899_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsWorldTrackingHDRLightEstimation_m43D86272D708D7884C1E334538B0A4B25D1C200E_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsCameraGrain_m9D63DE92F3FD22536481F75DC9092F3526EB9FF2_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsCameraGrain_m190714314785A8E1C543FD70872E5E4974107477_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* XRCameraSubsystemCinfo_get_supportsImageStabilizationDelegate_mFBFB65D42C7BAED0D51D3611B2E3C3E4FA32DE7C_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsImageStabilizationDelegate_m5DC11668C42F55546F517EDD1A82A3DF5ED9778D_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsExifData_m594585E6727EED9B24E835F2E14109565327F680_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsExifData_m7B08284A5E42CFDC52B3B5B8F751B11BBC63F89D_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_Register_m46E743DD7295461B32D7167C64EC93269DC89F1E (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 ___0_cinfo, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___0_message, const RuntimeMethod* method) ; inline void NativeArray_1__ctor_m7C2B0B4FFC022B9B16BF6FB2C978DCCC66F345EE (NativeArray_1_tAE1C2CA4717E405609ED9F96E485A9FE00E622D6* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tAE1C2CA4717E405609ED9F96E485A9FE00E622D6*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m7C2B0B4FFC022B9B16BF6FB2C978DCCC66F345EE_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method); } inline void NativeArray_1__ctor_m2D0E6AF1C419402888254ABD76AFD00EB86E24D7 (NativeArray_1_t6C2613A1D4A03EFEE59BBADBC529386D1205D01C* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t6C2613A1D4A03EFEE59BBADBC529386D1205D01C*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m2D0E6AF1C419402888254ABD76AFD00EB86E24D7_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5 (String_t* ___0_name, 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 void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_shader, const RuntimeMethod* method) ; inline void SubsystemProvider_1__ctor_m9CE2F3BDF94C5DEE6F73B1B4494A2D949D14F95A (SubsystemProvider_1_tFF1B90B39743451ED6BD37EDC363EA88F1D43680* __this, const RuntimeMethod* method) { (( void (*) (SubsystemProvider_1_tFF1B90B39743451ED6BD37EDC363EA88F1D43680*, const RuntimeMethod*))SubsystemProvider_1__ctor_m3F6BF1C55F79E0A7C00A482A63D1BF949533348A_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_id_m24A04B94756616FBA387977AF0F6A894D4DC5BCE_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_providerType_mFE0D3D8FEAF0FFEEA66D0E2C7CABB36944EAD484_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_subsystemTypeOverride_m82AD4886D0CE8C4D762AC459630CBE13D024FCD2_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsAverageBrightness_mD5F49B41F00DBC4C531FB5593E572E6A67B1EE77_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsAverageColorTemperature_mBF21A51F1C4ED4A72AF54588CF9E08DDC92A213B_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsAverageIntensityInLumens_m7FEF058FFE0C0B54E91A8FC8500F88C17B294743_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsCameraGrain_m3E5D929246B89F7B2EFE1F7E75B9A20C67A556C9_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsColorCorrection_m5E9520636C4268DFAFB9E84E5901FD65E14BBB7F_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsDisplayMatrix_m0AF4D70253EF5AC5124C747D6F1AF39B6E199B53_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsProjectionMatrix_m5A4C42AD394D5FEA20DB5FE1C045634929839B7A_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsTimestamp_m46561CEC2016CA165B4E725395C0E8836C0B46F3_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsCameraConfigurations_m5425AF5D348E1918644909C45ABA7220D2A8B92F_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsCameraImage_mC9312D97D6F2508F8692EF4C40909CBA55F6D769_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsFocusModes_m7A495A132ED5160BF69E69CAAA132F83319A3191_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsImageStabilizationDelegate_m544EE42D905077AEFFD7628187AEDF0FF4207DF9_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsFaceTrackingAmbientIntensityLightEstimation_m17EC791181F76254B286308B213F19E085DE36D9_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsFaceTrackingHDRLightEstimation_m022FA258FE1F3E9D1D94D02985C3459298093D3A_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsWorldTrackingAmbientIntensityLightEstimation_m5F43C3317A17DAFA6ACF9550069FB10F8EB50300_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsWorldTrackingHDRLightEstimation_mF04D46841BB7C8BEF8A17300F6F12491A8AC895C_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsExifData_mBAA63CA8656661FF0D35EB93605744BF7ADCA0B7_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9 (bool* __this, bool ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_Equals_mED29F3CB627AF187AC3CB817FC3DC7905B0228A0 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_Equals_m6D8C4679C25B3C93C0BAC84C2E8214DC861285F3 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraSubsystemCinfo_GetHashCode_m9AD75EE7E43274694277A4703099621467E69114 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) ; inline int32_t Func_1_Invoke_m8DBA3FA6586EE994DC6F6A41B7E9B8102D967D92_inline (Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* __this, const RuntimeMethod* method) { return (( int32_t (*) (Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2*, const RuntimeMethod*))Func_1_Invoke_m9ED2CAC2A2096B0FA42F20B76DCE0CFD80228DE6_gshared_inline)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m3766B8966B6C5453BBED60BDB80A974D0D1790A1_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_m0E1BEF700A8531A7B4343FFB53C2FE45BE240117_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_m52FDFFFB14C78CB4EDE393DC5DC15174C5F88503_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172 (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor__ctor_m4EA4C94FCA9FE0839CA5E9A84C59EC81423A7C51 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 ___0_cinfo, const RuntimeMethod* method) ; inline void SubsystemDescriptorWithProvider_2__ctor_m0F7244E24EED574DFC2FDA6D3CF211C8AE1FC8BA (SubsystemDescriptorWithProvider_2_t8951028366741F713741FC706603F0BFA781E71D* __this, const RuntimeMethod* method) { (( void (*) (SubsystemDescriptorWithProvider_2_t8951028366741F713741FC706603F0BFA781E71D*, const RuntimeMethod*))SubsystemDescriptorWithProvider_2__ctor_m639DDEEB52B0E73AD96D610D0DC16CF0E9D0BEA2_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAverageBrightness_mA3DF5C04AD94E31C49E1CDFD52F67DFEC4E3ED4F_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsAverageBrightness_m85E4E5A8B48C865C09FD14FA2DA245172F82B5C9_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAverageColorTemperature_mFFC41039BF750561F82C0B750D840AB53F2D012E_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsAverageColorTemperature_m90107A708A0D68DC9B400DF24DAED2365A5024EB_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsColorCorrection_m1D0984FEE549D0B25762ED0D72A4301441E1E5F5_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsColorCorrection_m1242C61D6537FCEA26482B5D74DB1943F7E2326F_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsDisplayMatrix_m17455B5AA5E13A28C53DD0B2ECC07CA5AF62580B_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsDisplayMatrix_m5589A27DB1C3D5A896E9683287DAF5957B8B110D_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsProjectionMatrix_mFBCF2BE6BCF65ACCE47C7101180AEBA4602254C6_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsProjectionMatrix_m533035E1EA87892B36B8BD1FCA6DD12C48125F0B_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsTimestamp_mA43C52C4A563C59644F276FE60AF900E05E7E220_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsTimestamp_m2077AC114ABD729DB39DB4DB648D54BFA7842C9D_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsCameraConfigurations_m16110550F66DD7183FC7429BF5E2AD1E2B028275_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsCameraConfigurations_m94AFD663BE701A019D04CC7E070361F713053B94_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsCameraImage_mE517857E42AEED74E7894EE2FAD8BB168CFE532B_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsCameraImage_m1AC168FAB7E1344E8EBCE561A8A2C5E0FD8D3456_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAverageIntensityInLumens_mCC86A735C1F0DB67B4FC664E9FDF438A91E79392_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsAverageIntensityInLumens_m8CD28D5D10E6A269D79E2308FC675AF4FDA28313_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFocusModes_m8C040183B773806BCB6D03C36F0E5397CE59D368_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsFocusModes_m898E4A424D88ECA8BDC410BC7DD4DA8ADADC3469_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mF98836A07388A6F469782AD280DFC03AF152714C_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsFaceTrackingAmbientIntensityLightEstimation_mB285F66614F9E813114F14E03D6ACF0C713B061C_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFaceTrackingHDRLightEstimation_m482F3E3AF4591BBECD1368C6B51477A3F8A22646_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsFaceTrackingHDRLightEstimation_m21A59BE7013A7C47829CDC98879B536C8D168628_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m73763A43EC3D0A2CAC3C74797858835A05BD3884_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsWorldTrackingAmbientIntensityLightEstimation_m5514636E6A56C6528D0E411F9FDAEAA23BB35D9E_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsWorldTrackingHDRLightEstimation_mBAD37BE61A89E509B7761AA5270E4E24655CDD00_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsWorldTrackingHDRLightEstimation_m98835252EB322907CE7E1C1214F7A125C81570B8_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsCameraGrain_m90BE837039AB50FB97A6EF8F1BEC2D997FD8504B_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsCameraGrain_m3C600B4A99E724820D2FAF3F08DA2C56B0D70D4F_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* Cinfo_get_supportsImageStabilizationDelegate_mFB244933B614D1AD2AEA6827965814DBF7B04D93_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsExifData_m83305A453E84B954A8E8262463106CD812C5ECE3_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsExifData_mC70AF5A20E0694668614C5EA974422E3A8DEF257_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsCameraTorchMode_m8209D4B066DDF28356D6FDDA4E0F3CAA4F59F8A6_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsCameraTorchMode_mC510D5DC7F76D596E29DEEA294119BD4CCA14CBB_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsCameraTorchMode_m56642D6F3F9B13AB062466C11023C871ECD7DC40_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_m0300EC9E2AE932438E43E4B8D806511C07CBA1FD (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_m87843D81FEE9BE33F3C78EF9034DF05791C55CD2 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cinfo_GetHashCode_m9D6B36E1D769041E8A7D32854F478AEC61945169 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 Configuration_get_descriptor_m3C4973351367EA0BD9E48DA1E2201D8803BA8D1E_inline (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Configuration_set_descriptor_mBB8354A895DDAD560293EEF81BFFDB4CB30070F0_inline (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t Configuration_get_features_m704F372E940AF1DB435C1EBFF8E48EAD4E8B3776_inline (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Configuration_set_features_m9F397F777C9593646918ECB4AF778336900ED3EC_inline (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, uint64_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t ConfigurationDescriptor_get_capabilities_m6A4EF4C0E0FE3671E8564EF13BA2A5B4264CF938_inline (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FeatureExtensions_All_m23416D7BEA5829E61EBCF25D41C82B9190E19D11 (uint64_t ___0_self, uint64_t ___1_features, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_SetDifference_mA9D5A50B2BF9B5C66047D6152384DC14D5BBCE9F (uint64_t ___0_self, uint64_t ___1_features, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FeatureExtensions_ToStringList_m7961C38D97DCDD6FB5EAC9AB77104F97D5304214 (uint64_t ___0_features, String_t* ___1_separator, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FeatureExtensions_Any_m4AFD1CF424DDB83A30DBB1C78A58F5DC81308573 (uint64_t ___0_self, uint64_t ___1_features, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FeatureExtensions_Count_m4115A16C8A0123EFF727DA3A198C09F2B1B327A8 (uint64_t ___0_self, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_TrackingModes_m98FFB5EE942CA939B0F4F06A425673A4081287B7 (uint64_t ___0_self, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Configuration__ctor_m4D712D942AEBEF0DA6B5687C1D9CD4E24F0ED4AE (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___0_descriptor, uint64_t ___1_features, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfigurationDescriptor_GetHashCode_mAD2765B79FFD1806DEA8D927D928C496AAADB411 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt64_GetHashCode_m65D9FD0102B6B01BF38D986F060F0BDBC29B4F92 (uint64_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_m98169BF154323DEFC91DB146CDD3CE7550B6AD36 (int32_t ___0_hash1, int32_t ___1_hash2, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Configuration_GetHashCode_m19DCAAF7939DB5DAAF29A2A4E994D41F66FB73D2 (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfigurationDescriptor_Equals_mC5F92BBF22292A48CAD47A31EF13F3D5A0DC4091 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Configuration_Equals_mFC36BD166DE654A704096918BDA1FE9E34A7B7E6 (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Configuration_Equals_m8D6DE5FC0FAD2DD34D2F3CEF1738FC3A2F131A91 (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t ConfigurationDescriptor_get_identifier_m858F4B730002C1823D283460115DA65C6A46BCB6_inline (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConfigurationDescriptor_get_rank_mEDFBF5E2173FA84A0695BB01A6A40860794F6FA8_inline (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationDescriptor__ctor_m79BD6295C5A725B6B65CA3A4281EC801C12B2C41 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, intptr_t ___0_identifier, uint64_t ___1_capabilities, int32_t ___2_rank, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_ToInt32_mD53B5D2C73C7E4BE5ADEBC5D187EACC83D5BB292 (intptr_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigurationDescriptor_HexString_mA5D97CE4BCD0DD66455BB9BE281302136382BCD5 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigurationDescriptor_ToString_m20EA191A42A1855B5E97CD8949F6AE5B9ACBDF65 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_mF01D6438A25333A5530D4658D11A9F0BC988011A (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfigurationDescriptor_Equals_m4FAAC4A13BF03211A9C3EB66F65FB48BE334A611 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; inline int32_t NativeSlice_1_get_Length_m8C7FE88EF29882F880F006E01A1DA3C121A48D66 (NativeSlice_1_t398BDCDCE5F9AF840285A8E6EC69152FED8FADFE* __this, const RuntimeMethod* method) { return (( int32_t (*) (NativeSlice_1_t398BDCDCE5F9AF840285A8E6EC69152FED8FADFE*, const RuntimeMethod*))NativeSlice_1_get_Length_m8C7FE88EF29882F880F006E01A1DA3C121A48D66_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_Intersection_m81F55D33EE5F952118B65F491B3A26C531A2C0F1 (uint64_t ___0_self, uint64_t ___1_features, const RuntimeMethod* method) ; inline Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B NativeSlice_1_GetEnumerator_m9A28777A6CA06183292BAA811378D37E56E157C0 (NativeSlice_1_t398BDCDCE5F9AF840285A8E6EC69152FED8FADFE* __this, const RuntimeMethod* method) { return (( Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B (*) (NativeSlice_1_t398BDCDCE5F9AF840285A8E6EC69152FED8FADFE*, const RuntimeMethod*))NativeSlice_1_GetEnumerator_m9A28777A6CA06183292BAA811378D37E56E157C0_gshared)(__this, method); } inline void Enumerator_Dispose_mB3177499E49545221D77E13DB35E63AB9DFD04DC (Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B*, const RuntimeMethod*))Enumerator_Dispose_mB3177499E49545221D77E13DB35E63AB9DFD04DC_gshared)(__this, method); } inline ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 Enumerator_get_Current_m6C94BB5EE3C8EAA7C0510B963E9C3BA9695EDB2C (Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B* __this, const RuntimeMethod* method) { return (( ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 (*) (Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B*, const RuntimeMethod*))Enumerator_get_Current_m6C94BB5EE3C8EAA7C0510B963E9C3BA9695EDB2C_gshared)(__this, method); } inline bool Enumerator_MoveNext_m11DC95224ACE63DCB63F2A0D32982EFAAF36FF1B (Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B*, const RuntimeMethod*))Enumerator_MoveNext_m11DC95224ACE63DCB63F2A0D32982EFAAF36FF1B_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationChooser__ctor_mBA387FADB0244DB6C71741AB9DE75E881B15B803 (ConfigurationChooser_t4DFAB6BE3767C3C5DA0E43FA16CD067009A487C2* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_Union_m28DDE32C51A4F6B39DCDCCB431D962639EF9696E (uint64_t ___0_self, uint64_t ___1_features, const RuntimeMethod* method) ; inline void List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method) { (( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_LowestBit_m0E549BA3822C6732458DAB421C673B7D774047DF (uint64_t ___0_self, const RuntimeMethod* method) ; inline void List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, String_t* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, String_t*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } inline int32_t List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m8159F953B3D62AA54A0853A6E9573CDC0F63E158 (String_t* ___0_separator, RuntimeObject* ___1_values, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbe__ctor_m756BDCC73762A50BDAF24FD4F430D8F8EA18869D (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_scale, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___2_pose, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___3_size, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___4_descriptor, int32_t ___5_trackingState, intptr_t ___6_nativePtr, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XREnvironmentProbe_get_trackableId_m7B20AFD8D153397E7270F72C81B32043DA83C57F_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_trackableId_mCAD11E54A600B26FDC6D546A15F5E13030605EE4_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XREnvironmentProbe_get_scale_m7C53FA5C36BD5616CCF2EDC543C260FD381BCB64_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_scale_m230AA2EF5AE396A8E5A43FE809BEEF811CE68302_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XREnvironmentProbe_get_pose_m56C2FCB790DC220FAE0339EFC82055360984CAF0_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_pose_m1A1776C7D4A99F29708883F081A54936BC46A4B0_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XREnvironmentProbe_get_size_m92A310E405DC33AFF0968D0B7C17BDB8D039A1B0_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_size_m191D7253226516A2BBC83D0DD28A154FAD2F3C33_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 XREnvironmentProbe_get_textureDescriptor_mD514443491B53FCBC49AD477CC5C7C6084543FAD_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_textureDescriptor_mAE07E8E52FD3D564E1366EC75E0B1EB80A1A43B0_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XREnvironmentProbe_get_trackingState_m4051D90D37D33EC33534368B64E5C85EA1888C83_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_trackingState_m8AC9F0BB01B0B26935D09B5A723680E658A3A196_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XREnvironmentProbe_get_nativePtr_m0C6C620B2D3C20FBE8AEE478EBEA0006E8E7FB40_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_nativePtr_m75CED6350AB93167C23B4E1A837879BCEB6A7AAC_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, intptr_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbe_Equals_m891BD688A67E6AF40E4DE164936AFC6D59762AF0 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbe_Equals_m76FC4B88F469A7E33C17E4F9A59DBEBDF1A66745 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbe_op_Equality_mD7BD953290CF2F6877E43A59034537B7E51C1621 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 ___0_lhs, XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 ___1_rhs, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XREnvironmentProbe_GetHashCode_mC8C8046B5523D71CADA65C3D38232925243CEA86 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XREnvironmentProbe_ToString_mFB69B6A7B36CD0B02B4283AEFF6CEFAA72EE8DB2 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, String_t* ___0_floatingPointformat, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XREnvironmentProbe_ToString_mBD160B7DBD096BB94201C93B1821FF73728C3E4F (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Vector3_ToString_m3185BD544ED9BA81E88936544EC298C19207BDF1_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, String_t* ___0_format, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Pose_ToString_m8C3203B81EB15980F16E07C63B6FBBEECE50A6EF (Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971* __this, String_t* ___0_format, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRTextureDescriptor_ToString_m452F36D253986001921C5F627E67E2452D685493 (XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IntPtr_ToString_mDA1150F4802E1FB9313FB4E32C684EEE19116E5C (intptr_t* __this, const RuntimeMethod* method) ; inline void TrackingSubsystem_4__ctor_m94A3C2F1779A0B84767D3D57CF0157C96C75B8EB (TrackingSubsystem_4_tFD8C18348351A323DEA3B764BC6F062B62DE664F* __this, const RuntimeMethod* method) { (( void (*) (TrackingSubsystem_4_tFD8C18348351A323DEA3B764BC6F062B62DE664F*, const RuntimeMethod*))TrackingSubsystem_4__ctor_m17AE435328E8F9A66B5FC47684C4C9416A2ACC47_gshared)(__this, method); } inline Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_inline (SubsystemWithProvider_3_tFABDEF408C42D504CCA28F423FCD4566C4158049* __this, const RuntimeMethod* method) { return (( Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* (*) (SubsystemWithProvider_3_tFABDEF408C42D504CCA28F423FCD4566C4158049*, const RuntimeMethod*))SubsystemWithProvider_3_get_provider_m963D70D839CE42A2C17A2C183A61C25F0E2C6732_gshared_inline)(__this, method); } inline XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* SubsystemWithProvider_3_get_subsystemDescriptor_m9ACC00B9B6A03B332C76C459B9F654044464C419_inline (SubsystemWithProvider_3_tFABDEF408C42D504CCA28F423FCD4566C4158049* __this, const RuntimeMethod* method) { return (( XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* (*) (SubsystemWithProvider_3_tFABDEF408C42D504CCA28F423FCD4566C4158049*, const RuntimeMethod*))SubsystemWithProvider_3_get_subsystemDescriptor_mB4052808D703DF75CA2D74A5801B59172E3F80C7_gshared_inline)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemDescriptor_get_supportsAutomaticPlacement_m88925DCB0DBEA8BFD4A53848FDA8B54652A0FBA0_inline (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 XREnvironmentProbe_get_defaultValue_m50BD745C4928AE4328C53906D672D5E2F4B37B85_inline (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XREnvironmentProbeSubsystemCinfo_get_id_m590E5DEBA8C344FFEA51F351F99DEFFD703DC57F_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_id_mB4C17857E8773AB94980CAB900D6D8DDFD1B85E0_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* XREnvironmentProbeSubsystemCinfo_get_providerType_mBC6F352EF89BED518336375D44A5D9CADDE464C1_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_providerType_m1B10384EB068618F6AC41438FCF2C9E589FCA082_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* XREnvironmentProbeSubsystemCinfo_get_subsystemTypeOverride_m5A1A5D3ADB4E4304029B3F1688CEBFAB4E4C8F7E_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_m70E47D8222B2CD023FB5AEC54570214B22F55699_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsManualPlacement_mFA2560E13D32A8228105D6F205E109DEDE0BFB37_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsManualPlacement_m914E3C41BB8CD85DBC2D2FD3B7799783EA0DC513_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfManual_mE1E3D58FB734841B3B1E885592C84A2748953847_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsRemovalOfManual_m6A15D29F192EA4A79EFD05C7E497BF44FD59A978_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsAutomaticPlacement_m01E383AF1BDC43E0755B0C99BF838698B2FAD67C_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsAutomaticPlacement_m3D24F46039DC9A94EB291353F20293CBCAB16616_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfAutomatic_m5C05042091803872B2B5FE45C791A728F92B5A1A_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsRemovalOfAutomatic_mA668F3F44B3C4C8636C478DCE7B89DBD810A86EC_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTexture_m7B872B5FE1B9517D9626E269E09B7C4C16E06A06_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsEnvironmentTexture_m6DB9F4CF9FCBA5E8F4C56F319699355794496861_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTextureHDR_m7AC20590F176681AD486ACC8C9A0189209B1C35E_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsEnvironmentTextureHDR_mEAD6C2FD4F5163E05235640B2FF5296F059BE01F_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_Register_mEDF61D440687BF8F29A3DA9B4EFC832A9C8886D7 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA ___0_cinfo, const RuntimeMethod* method) ; inline void SubsystemProvider_1__ctor_m0C413A68C84A7A5A8828D57704401E7080278536 (SubsystemProvider_1_t90BF556C896837D448D95DF55CE577CFE216098E* __this, const RuntimeMethod* method) { (( void (*) (SubsystemProvider_1_t90BF556C896837D448D95DF55CE577CFE216098E*, const RuntimeMethod*))SubsystemProvider_1__ctor_m3F6BF1C55F79E0A7C00A482A63D1BF949533348A_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_id_m0157B51BEBA22C10D835283A2E342811FB3904E0_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_providerType_m053C0551B3059F11B606708ED8C6B3DA9C4CF2F2_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_subsystemTypeOverride_m89507B15871CD2E8F093EF084176BC98CAD3D1E4_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsManualPlacement_mE948D3D31063A4015F18BABCD4475E2CEDD00E2C_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsRemovalOfManual_m9784D47E8903EC1BEFA722994586FF633BB09327_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsAutomaticPlacement_mD728F648E5A75DC074D9718432F07D0D460A289D_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsRemovalOfAutomatic_mBD5F44750877ADEFD8C6207F0B30D0FE15B70526_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsEnvironmentTexture_m724298B12B4DDEFC4C1274A551E04299A040374D_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsEnvironmentTextureHDR_mEED10741684E8045104833D1A58A1A02612FBE4B_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_Equals_m4297DA57D68A4D83010A2D370092CB925B89CEA0 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_Equals_m8AE52E39A349B7A5E21C624AE22C4A1078E8C327 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_op_Equality_m77A5296B22E757B33E660AF0416911EFE7835224 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C ___0_lhs, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C ___1_rhs, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XREnvironmentProbeSubsystemCinfo_GetHashCode_m66A5517BE16EE35C50CBD336B9B2928760E07121 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m754235E255A6448A7B174A7AE14C4AAF683A187B_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_mC008CFE5CA3B3CC0620592C0D6639BE15FBE4E79_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_m8A074CC7E23EB8391BEEF45CCDFDA09E01C0D6F9_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor__ctor_m73D15AB8CBE4AC340811990B00128AD3706A2A89 (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA ___0_environmentProbeSubsystemCinfo, const RuntimeMethod* method) ; inline void SubsystemDescriptorWithProvider_2__ctor_m8C78C6EB93EACD335F89BBED7731BD4997C44B94 (SubsystemDescriptorWithProvider_2_tBC23FABB14FA025EE7887117992FDF7AD0ADD390* __this, const RuntimeMethod* method) { (( void (*) (SubsystemDescriptorWithProvider_2_tBC23FABB14FA025EE7887117992FDF7AD0ADD390*, const RuntimeMethod*))SubsystemDescriptorWithProvider_2__ctor_m639DDEEB52B0E73AD96D610D0DC16CF0E9D0BEA2_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsManualPlacement_mC9739C9D7EC3F2BC2BEF23ECC77DBC157B300009_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsManualPlacement_mD57435B5702FA32561338DB692DCC27DBD3230D9_inline (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsRemovalOfManual_mDE776A915F498E51CBB4C7D2C114B9A599658A1A_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsRemovalOfManual_m193D875922BA821AC499A40B594FB6E64258EAC7_inline (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAutomaticPlacement_mCD18D7DFA9CAE02C4446481E13CC2763CA074E22_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsAutomaticPlacement_mEFAF3BBDC48427B01157B77F87ED6F31A7007E52_inline (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsRemovalOfAutomatic_m6B38D10D964F9AF27AA996302392AFDE638C5490_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsRemovalOfAutomatic_mAF9042500D67C183A50991C5BE60B9B7D1FC88D4_inline (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsEnvironmentTexture_m4EB5F38A8DCC5B5A87488C6FDF6B449940CFDF8F_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsEnvironmentTexture_m23B7A468AFC6959FB83913D7DDE2F85AF2D9EF5D_inline (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsEnvironmentTextureHDR_mC2983721B1DB44DE85E87790F1EF8DF52DBFCDC2_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsEnvironmentTextureHDR_m8DAD6E95E4BC1FCFC780273EE59D32B49299A23E_inline (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_mF2190E5E28FBB1F4C96B277CDA068CC8EC1F897D (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_m05B8660BFAE0D2C0C216A4332B9D92189FB8099F (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_op_Equality_mA307E7FB42A9CB5548FFCBCEFA541B0FE1E5F9D9 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA ___0_lhs, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA ___1_rhs, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cinfo_GetHashCode_mE4E31BD8B178412FBBBDBC2E5C6EBBC5F6BF3112 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRFace_get_trackableId_m9FC29FB643FFBAB989AB8179F57CDB52D14737B3_inline (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRFace_get_pose_m1625DED173751F25873C4BB6650238A195CD04EE_inline (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRFace_get_trackingState_m7D5C3002DCB9FC01F7C1BE66D3F1092281E847FB_inline (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRFace_get_nativePtr_mCE3681420B25EA0AE4B5FA1687310DF7D49C0899_inline (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRFace_get_leftEyePose_m5406913BE94DA663C80EA8C555EEC1439C0ADAE3_inline (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRFace_get_rightEyePose_m276AD0EBDCD8B62AAAAA2A33920E2FF1415E769D_inline (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRFace_get_fixationPoint_m2628733EA6C1FEEAC047347DBA08A602B7C88429_inline (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFace_Equals_mC82B627F3AA8A164D6AE1A999A5BCB55DD2E2C51 (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFace_Equals_m6E2D8C6F4F57BB604AA31EEEAEB06BB64EBFC299 (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRFace_GetHashCode_mC17A1126F3ADDDB95C12C3E908353704DCCB14D0 (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) ; inline void XRFaceMesh_Resize_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF86541C1C09AE66E862FA1049F14C8CB0C2B9DC1 (int32_t ___0_length, int32_t ___1_allocator, NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* ___2_array, bool ___3_shouldExist, const RuntimeMethod* method) { (( void (*) (int32_t, int32_t, NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*, bool, const RuntimeMethod*))XRFaceMesh_Resize_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF86541C1C09AE66E862FA1049F14C8CB0C2B9DC1_gshared)(___0_length, ___1_allocator, ___2_array, ___3_shouldExist, method); } inline void XRFaceMesh_Resize_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m2BF71EECDB2B045457C18AC0E3B18C9248D46C45 (int32_t ___0_length, int32_t ___1_allocator, NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* ___2_array, bool ___3_shouldExist, const RuntimeMethod* method) { (( void (*) (int32_t, int32_t, NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70*, bool, const RuntimeMethod*))XRFaceMesh_Resize_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m2BF71EECDB2B045457C18AC0E3B18C9248D46C45_gshared)(___0_length, ___1_allocator, ___2_array, ___3_shouldExist, method); } inline void XRFaceMesh_Resize_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF0514BD1867C1350767759258A8399078406FE00 (int32_t ___0_length, int32_t ___1_allocator, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___2_array, bool ___3_shouldExist, const RuntimeMethod* method) { (( void (*) (int32_t, int32_t, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, bool, const RuntimeMethod*))XRFaceMesh_Resize_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF0514BD1867C1350767759258A8399078406FE00_gshared)(___0_length, ___1_allocator, ___2_array, ___3_shouldExist, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFaceMesh_Resize_mD9373FB138642F70F4068345A64B49B64B1A3830 (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, int32_t ___0_vertexCount, int32_t ___1_triangleCount, int32_t ___2_attributes, int32_t ___3_allocator, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD XRFaceMesh_get_vertices_m8B133063FC373FD34B8ECBEE696B3462DC65277E_inline (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD XRFaceMesh_get_normals_m37A411662D1051785AFC6807E3BBEC0E2B3BB61B_inline (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C XRFaceMesh_get_indices_m2658965B1B99DF1CF00154D791B580AE71CB136D_inline (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70 XRFaceMesh_get_uvs_m71BF16345717D8B5D8F41C571A8D3152337E0A28_inline (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) ; inline bool NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_inline (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_gshared_inline)(__this, method); } inline void NativeArray_1_Dispose_mBC28A2733A6D979B9AFD3CE09FE8E9A2A8F7DEEC (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*, const RuntimeMethod*))NativeArray_1_Dispose_mBC28A2733A6D979B9AFD3CE09FE8E9A2A8F7DEEC_gshared)(__this, method); } inline bool NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_inline (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_gshared_inline)(__this, method); } inline void NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, const RuntimeMethod*))NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_gshared)(__this, method); } inline bool NativeArray_1_get_IsCreated_m478F812F31DEC928EC9D697C47C7E188CCA0010F_inline (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m478F812F31DEC928EC9D697C47C7E188CCA0010F_gshared_inline)(__this, method); } inline void NativeArray_1_Dispose_m78ECC3FE24D545255D9CFABB81FC34CA6CC2A4A7 (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70*, const RuntimeMethod*))NativeArray_1_Dispose_m78ECC3FE24D545255D9CFABB81FC34CA6CC2A4A7_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFaceMesh_Dispose_m02478E536865BA52126039CCAE5B62E5DE58AECF (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) ; inline int32_t NativeArray_1_GetHashCode_m7CA110B1B0BA314CA6BFC4C094803B8453ED6F7C (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* __this, const RuntimeMethod* method) { return (( int32_t (*) (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*, const RuntimeMethod*))NativeArray_1_GetHashCode_m7CA110B1B0BA314CA6BFC4C094803B8453ED6F7C_gshared)(__this, method); } inline int32_t NativeArray_1_GetHashCode_m47AA8C86FD231465BB8BA7E93A7ABD6CD6F68226 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) { return (( int32_t (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, const RuntimeMethod*))NativeArray_1_GetHashCode_m47AA8C86FD231465BB8BA7E93A7ABD6CD6F68226_gshared)(__this, method); } inline int32_t NativeArray_1_GetHashCode_mDD77AC2A4885CB67F363A4AF189CCAB2F440A158 (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* __this, const RuntimeMethod* method) { return (( int32_t (*) (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70*, const RuntimeMethod*))NativeArray_1_GetHashCode_mDD77AC2A4885CB67F363A4AF189CCAB2F440A158_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRFaceMesh_GetHashCode_mE6F88C5914358332601C00E22FE0A34A137EC982 (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFaceMesh_Equals_m56870D4CC9E4BC2D1839D5DEFA77A062C29C97A4 (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFaceMesh_Equals_mDE9CF3DB2761831C9E9A72B6C2C3EB1D6D155D6F (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRFaceMesh_ToString_mEA1FF45022C6E287675E27526448295468B2884B (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) ; inline bool NativeArray_1_Equals_mE1028FF4C6C46E300F2D726EFD44185EBDFF2631 (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* __this, NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD ___0_other, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*, NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD, const RuntimeMethod*))NativeArray_1_Equals_mE1028FF4C6C46E300F2D726EFD44185EBDFF2631_gshared)(__this, ___0_other, method); } inline bool NativeArray_1_Equals_m4538FF723EEA019045EF63048106B13AFD2734E4 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_other, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C, const RuntimeMethod*))NativeArray_1_Equals_m4538FF723EEA019045EF63048106B13AFD2734E4_gshared)(__this, ___0_other, method); } inline bool NativeArray_1_Equals_mC3BDEE97A45A95E9356BCDB30A0735DA19A537C6 (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* __this, NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70 ___0_other, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70*, NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70, const RuntimeMethod*))NativeArray_1_Equals_mC3BDEE97A45A95E9356BCDB30A0735DA19A537C6_gshared)(__this, ___0_other, method); } inline void TrackingSubsystem_4__ctor_mD58B60C04C754002F57FF00FD44C95E742424072 (TrackingSubsystem_4_tEA0279A96F3287722503588C643D03B2C206613A* __this, const RuntimeMethod* method) { (( void (*) (TrackingSubsystem_4_tEA0279A96F3287722503588C643D03B2C206613A*, const RuntimeMethod*))TrackingSubsystem_4__ctor_m67AF3F3FAAFF58100FF24C1ADFE7AB5B0F8CDCAC_gshared)(__this, method); } inline Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_inline (SubsystemWithProvider_3_tA1749F0C228B01A69561A8CB18B26398D30CAD16* __this, const RuntimeMethod* method) { return (( Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* (*) (SubsystemWithProvider_3_tA1749F0C228B01A69561A8CB18B26398D30CAD16*, const RuntimeMethod*))SubsystemWithProvider_3_get_provider_m963D70D839CE42A2C17A2C183A61C25F0E2C6732_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, String_t* ___1_message, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB XRFace_get_defaultValue_m3C57FCE26ABDB16951CB5F35758D33DEFD545535_inline (const RuntimeMethod* method) ; inline void SubsystemProvider_1__ctor_m085B089C7E370D909022C1E9C103FAFAA9ED61EE (SubsystemProvider_1_t96CFB39FD0C0E7ABD02483062352B397EEF99673* __this, const RuntimeMethod* method) { (( void (*) (SubsystemProvider_1_t96CFB39FD0C0E7ABD02483062352B397EEF99673*, const RuntimeMethod*))SubsystemProvider_1__ctor_m3F6BF1C55F79E0A7C00A482A63D1BF949533348A_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* FaceSubsystemParams_get_id_m31A6CBE37287374259BEF3B328FB00B1ED871D6A_inline (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_id_m963078C97310E91B43D52A4A682D6A4DC0D9A40A_inline (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* FaceSubsystemParams_get_providerType_mAC8A9B7FF24C751EF95C8B06D71746709FBAED0F_inline (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_providerType_m96D22AB9770398D6C371502A95F86A6F45E17C5D_inline (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* FaceSubsystemParams_get_subsystemTypeOverride_m15AFA4BED668BB995597E91557337E9B30994467_inline (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_subsystemTypeOverride_m113E1A7A0F27FE1A56FF92504E6BDC2FD287846E_inline (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_get_supportsFacePose_m68CEF716DBA9D0D75EDA10A87A64A5827C78CA59 (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_supportsFacePose_mCBD1B88CB04F00F212C4B5B8A11821DDCC5C8353 (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_get_supportsFaceMeshVerticesAndIndices_mB1D5078180B153FE76FCA509905D0A79D575689B (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_supportsFaceMeshVerticesAndIndices_m8783686211AB86E509EE6538E3CFC9A6CF82BF9D (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_get_supportsFaceMeshUVs_m3734F66B4ADBD0A39FBCAEB927A4409023D6164A (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_supportsFaceMeshUVs_m151C1B6BE0BA832416557E90493F04DCF97E6809 (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_get_supportsFaceMeshNormals_m194410916CDF0F71EBF2AD9C419155D68F9969B0 (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_supportsFaceMeshNormals_m0664A1AD48A3B41681B9680F7773D1849FA1450A (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_get_supportsEyeTracking_mC254E7AD7AD126742CC7CFDFDB944CD2AC0C0FBD (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_supportsEyeTracking_mFEB7DACFE5B6DA3EB37AED2C3428A1CEE0E0DBDE (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_Equals_mD22C227C324E8205B6ACA8F6C625C62F58224D3A (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_Equals_m4AA3EAA9779EDA380AD89EA9BA7E1865B0BE6017 (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FaceSubsystemParams_GetHashCode_m4C9D85CB7B820FC7E57A5B214D85EDDBD6D5499D (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_id_mDA1C59B59BB5F9D03D221DA9869977543B70C441_inline (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_providerType_mF768B68E006C63A92846B1847C5E856957A3E8D4_inline (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_mBF153FFAF78FFFF644E207F4968F54B2DF3173B3_inline (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsFacePose_mCA30034080191D1D801FD197DF5BC24A46525840 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsFaceMeshVerticesAndIndices_mE31A80911D69B2DE3A44421ABC3E336E5FDF8E69 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsFaceMeshUVs_m17E199E0DFE85ACB2310301D8999271F0E6E7B26 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsFaceMeshNormals_m5225870932323586C9B4982331CAFBF31EDBA375 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsEyeTracking_m832252A4E42CAF0E4F09E513D0E4EF4B8C244EDB (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFaceSubsystemDescriptor_Register_m5D83DDFFAD9B6D85CBB3040A74397A955422A263 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD ___0_cinfo, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFaceSubsystemDescriptor__ctor_m94029E048D14CA999A91A4A1F3D54E0FBACCFC5E (XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F* __this, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD ___0_descriptorParams, const RuntimeMethod* method) ; inline void SubsystemDescriptorWithProvider_2__ctor_m3752B37040113437B13ADAC77B753F61EF46CEC2 (SubsystemDescriptorWithProvider_2_tA2D3176F17E64D29B8F21825BC2039C15333DF55* __this, const RuntimeMethod* method) { (( void (*) (SubsystemDescriptorWithProvider_2_tA2D3176F17E64D29B8F21825BC2039C15333DF55*, const RuntimeMethod*))SubsystemDescriptorWithProvider_2__ctor_m639DDEEB52B0E73AD96D610D0DC16CF0E9D0BEA2_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m6B466C0E4B485C2FF126316FC29F977B97033449_inline (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_m3331BFC42F4B62538219BBA47FC746DCBF2B7882_inline (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_m2D3B147BA45B0B390144D20BC689D0C2E3FB465F_inline (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFacePose_m46D720216264CB80111043F8CE74BA7E9A7D4C20 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFaceMeshVerticesAndIndices_m10542BB77B93DDFD6DC438F9A2268D607E13F181 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFaceMeshUVs_m35C5CA547BD0339560E3CD85917B8977F04338FB (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFaceMeshNormals_m850FD43C670CB2B18914A50C108FF40AFC3B5A17 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsEyeTracking_mB3045D0A6DC4B02E329457B24564B923D8703847 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_m04E9CDD734F8D4697F905B2DBA19C807E2DF4FB7 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_mB0ECA6E5AF777AC96683D0E83ED6064690851ECD (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cinfo_GetHashCode_m3785EB2503401865ECACC30865CE6D947FE7BA55 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_m124D0C0C7E661194DA48CA77B878BF15F6D83871 (Guid_t* __this, uint32_t ___0_a, uint16_t ___1_b, uint16_t ___2_c, uint8_t ___3_d, uint8_t ___4_e, uint8_t ___5_f, uint8_t ___6_g, uint8_t ___7_h, uint8_t ___8_i, uint8_t ___9_j, uint8_t ___10_k, const RuntimeMethod* method) ; inline void ValueTuple_2__ctor_mE85264CEA879577FC94A0E73EB7D21654731E229 (ValueTuple_2_tFC99489AD3AE2D8EF5977165B652F7D083CB0D28* __this, uint64_t ___0_item1, uint64_t ___1_item2, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_tFC99489AD3AE2D8EF5977165B652F7D083CB0D28*, uint64_t, uint64_t, const RuntimeMethod*))ValueTuple_2__ctor_mE85264CEA879577FC94A0E73EB7D21654731E229_gshared)(__this, ___0_item1, ___1_item2, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_m0CA248D97B33A8A3DD5AD8456D090619CCD63FFA (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, int32_t ___3_hash4, int32_t ___4_hash5, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_mAD5A58AE27677DC59EC7E9AE41FAF43AF414C506 (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, int32_t ___3_hash4, int32_t ___4_hash5, int32_t ___5_hash6, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_m3B3273BD5CFEFD2D09635E1B69281B0ECD9819FB (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, int32_t ___3_hash4, int32_t ___4_hash5, int32_t ___5_hash6, int32_t ___6_hash7, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_mCB03954826AD9D732D76C80D546E33DF5FC1C7A8 (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, int32_t ___3_hash4, int32_t ___4_hash5, int32_t ___5_hash6, int32_t ___6_hash7, int32_t ___7_hash8, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_mBA82260101D33A951BAD66953407B18C697104B7 (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, int32_t ___3_hash4, int32_t ___4_hash5, int32_t ___5_hash6, int32_t ___6_hash7, int32_t ___7_hash8, int32_t ___8_hash9, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HelpURLAttribute__ctor_m4671D9179DCF032E9F769A70A1665B1B60B233A7 (HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D* __this, String_t* ___0_url, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRHumanBody_get_trackableId_m7CC5B8BB5179303ED1424ACDC46FBFA16C30B2FD_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBody_set_trackableId_mCE04EA8307BC1B6670AE915575E5297103620E87_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRHumanBody_get_pose_mE154F73E48997BDB6828FE12D7116E93E4D4BBCF_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBody_set_pose_m036F9C1AB8DA4836D85CF15256C0FF6C83E8B712_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRHumanBody_get_estimatedHeightScaleFactor_m455E9FD1B289BA71C5FEE2A67D72EEE10727246B_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBody_set_estimatedHeightScaleFactor_m857381C931D5F597AE28A4BD96E8225DE2250693_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, float ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRHumanBody_get_trackingState_mE53C1B287B5BD8E021FCAC0E4550C0D551C0F79A_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBody_set_trackingState_m470B4AD877F377DB7B85F736D80EC5FB2AD39187_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRHumanBody_get_nativePtr_mBD7FABEADEC1EA20A472626430176AC6681C50E2_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBody_set_nativePtr_m140ED78793BB10C9126C5539804291CE69F00381_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, intptr_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBody_Equals_mED06668B3B016A173D38A33D8D4CC24691A90CF1 (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBody_Equals_mC6FA42C2E907195A60B2CB8A6230462762C6B003 (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRHumanBody_GetHashCode_m44E8812541CCF52BB596A789A350C77CF32B8B06 (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRHumanBodyJoint_get_index_m3AD361AAD68A37A0EC5490A716FA0F0D5AC6D386_inline (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRHumanBodyJoint_get_parentIndex_m4DA1B768A618B7AE553D67CC82F6B2545B8F2FBA_inline (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRHumanBodyJoint_get_localScale_m9A7DDC16FAEB5CFF269393403A92C375CE8387B6_inline (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRHumanBodyJoint_get_localPose_m5330B565E89F7276A497ED8E94DAA288A352FDD2_inline (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRHumanBodyJoint_get_anchorScale_m01EC3D9B0020D0BFBCDF9ADD26149F6D9E6D87C0_inline (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRHumanBodyJoint_get_anchorPose_mC409FE9C6F4CFD14C156977B59096FA4340EE61E_inline (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyJoint_get_tracked_mC8DA59028CFA50982FD6E319736F0C93EA097899 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodyJoint__ctor_mF74F3B39077D10EED35A34F3DBF7C217CA1D8753 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, int32_t ___0_index, int32_t ___1_parentIndex, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_localScale, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___3_localPose, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___4_anchorScale, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___5_anchorPose, bool ___6_tracked, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_Equals_mC819D19A661B95BE253FB1769FD4D91961D20722 (int32_t* __this, int32_t ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyJoint_Equals_m7DFBAA24024C04E8A38A962862BA744F9A515AE5 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyJoint_Equals_m59EDC2A704F17057288266550340CCB7FE041680 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRHumanBodyJoint_GetHashCode_mC37463DF2B57FF4BA22AD008F91AF061E30575EF (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRHumanBodyJoint_ToString_m814AEF251F6D72B22EE7DE358A422C638FF6D089 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, String_t* ___0_format, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRHumanBodyJoint_ToString_mE909C8943965A053938EFE3B7DC365673632F899 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m6646C8026B1DF381A1EE8CD13549175E9703CC63 (bool* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRHumanBodyPose2DJoint_get_index_m63E7D2C639973B20B8721BD412441AB87F32C626_inline (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRHumanBodyPose2DJoint_get_parentIndex_m74403971AC59748A0FC11187E701F8EF835A97F5_inline (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 XRHumanBodyPose2DJoint_get_position_m4A5CE8370D7E1DEB0B2CC27487182A0776AAC8E8_inline (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyPose2DJoint_get_tracked_mCC6E1D56159DA4501534E47AB27D4EA05AA3FCF8 (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodyPose2DJoint__ctor_m2BE9BC97DB9FA4C84623810D624196524B9F488A (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, int32_t ___0_index, int32_t ___1_parentIndex, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_position, bool ___3_tracked, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyPose2DJoint_Equals_m7023E676891F764891104A57CD41D77BE31360F4 (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyPose2DJoint_Equals_mE8F361B51A58F789BC559B550AA5CA08691A88E1 (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRHumanBodyPose2DJoint_GetHashCode_m9CA16CABF11BB7137978E5D8EE83FACBF7D1622F (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRHumanBodyPose2DJoint_ToString_m7BBC96E86E94C35680E22AB7CED6215407E48CBB (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, String_t* ___0_format, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRHumanBodyPose2DJoint_ToString_m487FA2ED54B8FC493572D75FAFC68BA40B4FEFC4 (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Vector2_ToString_m5F3C7B1C542DAF4CE90DDAB02A633AB0A3B08A05_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, String_t* ___0_format, const RuntimeMethod* method) ; inline Provider_tC21F725E6FD793D825C4C230FED9932447043F03* SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_inline (SubsystemWithProvider_3_t09BEC3FF6D0AE5B4CBCA5694B2C488D3BD455926* __this, const RuntimeMethod* method) { return (( Provider_tC21F725E6FD793D825C4C230FED9932447043F03* (*) (SubsystemWithProvider_3_t09BEC3FF6D0AE5B4CBCA5694B2C488D3BD455926*, const RuntimeMethod*))SubsystemWithProvider_3_get_provider_m963D70D839CE42A2C17A2C183A61C25F0E2C6732_gshared_inline)(__this, method); } inline void TrackingSubsystem_4__ctor_mEA46B69A4D9B4BA3A05102A6A49320F35D90421E (TrackingSubsystem_4_tE6FBB8A633EBE22D51840A774B33FA4C656CDBBA* __this, const RuntimeMethod* method) { (( void (*) (TrackingSubsystem_4_tE6FBB8A633EBE22D51840A774B33FA4C656CDBBA*, const RuntimeMethod*))TrackingSubsystem_4__ctor_m6F86C01E605E4A00C9D9D955320DCCD37D7C3B10_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 XRHumanBody_get_defaultValue_mA19E33981C9E5F90F388C4660197FD156FB90037_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_mF608FF3252213E7EFA1F0D2F744C28110E9E5AC9 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_orientation_mA6B22A441187D50831B2B18CA48A8F64BD1BD89E (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XRHumanBodySubsystemCinfo_get_id_m2B4E8095B5AE6AF6E64FB7B56DBD795989A862F8_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_id_m64A16F58BEF2614254E1541F6D8A5B360BEDAAD6_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* XRHumanBodySubsystemCinfo_get_providerType_m71F869C8A2B8C6AC2BB7D0C3842549886608BD19_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_providerType_m2AF6D46AADACA39D606E6105228519E1E837C2D7_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* XRHumanBodySubsystemCinfo_get_subsystemTypeOverride_m1AD3DA828683BFEC871F5E62C5B552E27F47A009_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_mDF9A31F15155CBEEB84B4D55543773830A538DBD_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_get_supportsHumanBody2D_m93255214CEECB1C656D88ACFFF73D736D81FD8BD_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsHumanBody2D_mD04945564486039818F761F9692D0A248633B500_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_get_supportsHumanBody3D_m133406910A68DE814A0A335A59285098FEE70C19_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsHumanBody3D_m25D60EBE4FF98CA98A0B0BF94856C423EE6DC713_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_get_supportsHumanBody3DScaleEstimation_m81A73CFB3B8232EF098B2CDF96F25687AC19845C_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsHumanBody3DScaleEstimation_m5BDF8CE640255A7437F16363DB07AC709013C554_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystemDescriptor_Register_m272A53811B47225E41E69D8150974A9D9F3D2644 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 ___0_cinfo, const RuntimeMethod* method) ; inline void SubsystemProvider_1__ctor_m82ABA46932711E4A90D99F049368DA026557C4C6 (SubsystemProvider_1_tC75058DB739BADDE310764A53DA081E17B026F74* __this, const RuntimeMethod* method) { (( void (*) (SubsystemProvider_1_tC75058DB739BADDE310764A53DA081E17B026F74*, const RuntimeMethod*))SubsystemProvider_1__ctor_m3F6BF1C55F79E0A7C00A482A63D1BF949533348A_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_id_m58CBD535224B7049AC8AC9D82305E1D8BBF90084_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_providerType_m228A78E8403BF03833D556B3EE0637291DC46615_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_subsystemTypeOverride_m847719A54A861DE6FE06E9DAFA1485E6184D2909_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_supportsHumanBody2D_m7E4750E667A695B158E006DDC6F74C56542CBE0E_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_supportsHumanBody3D_m02D0D700619D9CB7D96D027EFE3EC41D47F81F8A_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_supportsHumanBody3DScaleEstimation_m5F982C883E1918068DA02BA87C0069BF379E147F_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_Equals_m99F61D9E0CFA86A7171F27A236AD8CD2FD7BF08A (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_Equals_mE22CDDCA260523EF651BD2B23C1F66F11BB95C0A (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRHumanBodySubsystemCinfo_GetHashCode_mF9F242A2F525ED4246171238CE9B5A7FD24C63FE (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m5570FAD35A71A966102539A82375C00DB548DB92_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_mDF8BD2EDFEDD814FB6A6BFBD59C05E49773D09C8_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_mEEEEA45FCD4EDC094884DAC7939F1DF267EA9935_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystemDescriptor__ctor_m3F4E416AD94021AFAB7012AB2451A0F3C9C5C4B2 (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* __this, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 ___0_humanBodySubsystemCinfo, const RuntimeMethod* method) ; inline void SubsystemDescriptorWithProvider_2__ctor_m2794B6652AB1ED0573F9E606C5EDB878D0B14976 (SubsystemDescriptorWithProvider_2_tEA4C15000F8C8F0779340D5A5C16AE45A56A2D22* __this, const RuntimeMethod* method) { (( void (*) (SubsystemDescriptorWithProvider_2_tEA4C15000F8C8F0779340D5A5C16AE45A56A2D22*, const RuntimeMethod*))SubsystemDescriptorWithProvider_2__ctor_m639DDEEB52B0E73AD96D610D0DC16CF0E9D0BEA2_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsHumanBody2D_m8B0316CE6F86C49CDDF9E46FD5F74D7834565F64_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemDescriptor_set_supportsHumanBody2D_m426CB15FE9C68540815E13FCCF40128F6BDD6ECF_inline (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsHumanBody3D_m768806E0AF8351C4D45C0405E847439FE04D83C8_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemDescriptor_set_supportsHumanBody3D_mB481745B000D50942570BC1A718AF119A729543A_inline (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsHumanBody3DScaleEstimation_mF8DEEEA3C09CE6957573275D93638F32FCB3F3BA_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemDescriptor_set_supportsHumanBody3DScaleEstimation_mD01ACAA2F3F335B5059B7613AC309D1525BAFAAB_inline (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_m03585177E127540DA524666CDDBC7C47B46EDDFC (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_m5F41B6C86A09958538F015752D4EE6BF0080D43E (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cinfo_GetHashCode_m0DEB024C78D2F513766F319314F7CA01117E1418 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, 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 AddReferenceImageJobState__ctor_mC0CCEC53FEB86CE2B9560D06DE28919ADB2440E2 (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, intptr_t ___0_nativePtr, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___1_jobHandle, MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* ___2_library, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 AddReferenceImageJobState_get_jobHandle_m02E9565D08C8156E799D1B852C14707856E6B12E_inline (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t AddReferenceImageJobState_AsIntPtr_m8C97E68E09387D512B5A2D921841B3E0FCF44CC0_inline (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddReferenceImageJobState_get_status_mDF8FE0C1BC9407AD9EAA821DE78B76599455A25F (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AddReferenceImageJobState_ToString_m89383245617B4E89FF1CA2FF897917062CD663A7 (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddReferenceImageJobState_GetHashCode_m6EABAC53399090ADFD2932E561BA0FA12EA63DC0 (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AddReferenceImageJobState_Equals_mD0EE6BB78CB7601C9E1AC6C297417B6E4AE70502 (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AddReferenceImageJobState_Equals_mCFA105DAC305C1B3B34F0C7D0D856F3671356D37 (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JobHandle_get_IsCompleted_m834D40CA77C5F2EC575592BD5DEB60B66ACCF941 (JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08* __this, 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 void MutableRuntimeReferenceImageLibrary_ValidateAndThrow_mB1ACF908016596526B97FDF497DC9A258D2573BD (MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* __this, NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA ___0_imageBytes, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_sizeInPixels, int32_t ___2_format, XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* ___3_referenceImage, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A MutableRuntimeReferenceImageLibrary_CreateAddJobState_m0D3F0C269DC4388E00B628A01982BA04609380C0 (MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* __this, intptr_t ___0_handle, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___1_jobHandle, const RuntimeMethod* method) ; inline void* NativeSliceUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD9A2B4BB7177667D1A9E3AC345815C6478C6B441 (NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA ___0_nativeSlice, const RuntimeMethod* method) { return (( void* (*) (NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA, const RuntimeMethod*))NativeSliceUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD9A2B4BB7177667D1A9E3AC345815C6478C6B441_gshared)(___0_nativeSlice, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t XRReferenceImage_get_guid_m6BEA9888191B7528B60F98EE03C9DBB2B9B8ADEE (XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 MutableRuntimeReferenceImageLibrary_GenerateNewGuid_m426233E3031BEA508FB52E4DA78DB1BCCB4D8CA7 (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XRReferenceImage_get_name_mF1BE1E54AD911D48445B7DDEF2E27EA01E1E73BB_inline (XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRReferenceImage_get_specifySize_m571D71A02EF695A72121AAA086F8B52323E4E4A5_inline (XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 XRReferenceImage_get_size_mF44BF21ADEFBB155BFD8043E1067057219EC59F2_inline (XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MutableRuntimeReferenceImageLibrary_IsTextureFormatSupported_m8FC142D8D5B1652E8AFDD49BD1EED8A6FE3BB955 (MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* __this, int32_t ___0_format, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m25C351F3CA22AFB104CE79D00CFF851C7E247ECE (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* __this, MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* ___0_lib, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t TrackableId_get_subId1_m1F4296FEADE76DF0379F20BCBD94E807E2EF021F_inline (TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t TrackableId_get_subId2_m53BAB4D373B736E473381B24CB608EEF666BA24E_inline (TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializableGuid__ctor_m0F2435157FEC8427E91A7D0DD39960BADE7209F0 (SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378* __this, uint64_t ___0_guidLow, uint64_t ___1_guidHigh, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeReferenceImageLibrary__ctor_m1357708CB4C54A390D991C4C103B6F7D89A2E376 (RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mF3DBBFA17313E104979A8A4F7CD5F111C352AF67 (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F RuntimeReferenceImageLibrary_get_Item_m02C9E57C775AEC269FCDAA1F51CDC1142CF50ED7 (RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F Enumerator_get_Current_mCAFA85FE5DFA6D3AF14AE3E0BD39A478B00D5F03 (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m4CBA500DF0A5E65FA1BECA0D61521C960884E06B (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerator_GetHashCode_m687007D953BFC4902A3A0115F0E55CA3EBEB1DFE (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_Equals_m9D822B4C42050C4A121A8CDC1174F2A5824015BB (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* __this, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED ___0_other, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_Equals_m6831767F67C100E80B4C5BCDC1980E8453298DF9 (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ; inline void TrackingSubsystem_4__ctor_m0CF201915BD09FA13A460D93CD670051D5461B38 (TrackingSubsystem_4_tB7FCF25CAC299E60D9488336C9CBC34A94E8AD78* __this, const RuntimeMethod* method) { (( void (*) (TrackingSubsystem_4_tB7FCF25CAC299E60D9488336C9CBC34A94E8AD78*, const RuntimeMethod*))TrackingSubsystem_4__ctor_mC652D9D213E5ED59E4FDBB2FBDDB9AA70959B2E3_gshared)(__this, method); } inline Provider_t04088A6CFC6675A4655FFD62200BFA745A0F9DDA* SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_inline (SubsystemWithProvider_3_tD731AAC554B5A386083FF524D97FBA7F2B61C61E* __this, const RuntimeMethod* method) { return (( Provider_t04088A6CFC6675A4655FFD62200BFA745A0F9DDA* (*) (SubsystemWithProvider_3_tD731AAC554B5A386083FF524D97FBA7F2B61C61E*, const RuntimeMethod*))SubsystemWithProvider_3_get_provider_m963D70D839CE42A2C17A2C183A61C25F0E2C6732_gshared_inline)(__this, method); } inline void SubsystemWithProvider_3_OnStart_mCE77E85B4E289091CAA7752C9378541E3FEAAEAA (SubsystemWithProvider_3_tD731AAC554B5A386083FF524D97FBA7F2B61C61E* __this, const RuntimeMethod* method) { (( void (*) (SubsystemWithProvider_3_tD731AAC554B5A386083FF524D97FBA7F2B61C61E*, const RuntimeMethod*))SubsystemWithProvider_3_OnStart_m2B9B47DB770AB929C9B9C01CF78EFC71E6E85172_gshared)(__this, method); } inline void SubsystemWithProvider_3_OnStop_m12D8AD2876F5F2A9F1D021D43F65F13261B5CFCA (SubsystemWithProvider_3_tD731AAC554B5A386083FF524D97FBA7F2B61C61E* __this, const RuntimeMethod* method) { (( void (*) (SubsystemWithProvider_3_tD731AAC554B5A386083FF524D97FBA7F2B61C61E*, const RuntimeMethod*))SubsystemWithProvider_3_OnStop_m87F32560077EABEDFE9AC08A393F51E91CA8723B_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD XRTrackedImage_get_defaultValue_m956437B8BAA793667C1008981EC550646ED6E6C8_inline (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaitable_ThrowIfNotMainThread_m2C86EB37FA4514D04F08D7A3429FB55DF9A1E24A_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken_ThrowIfCancellationRequested_mB9D952DC6E96FB6E0595FC8E88D3133CDA4382C3 (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Awaitable_EnsureDelayedCallWiredUp_m4AB7441D5C42B0EB62CF9C185D0F3B740191011F (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* Awaitable_NewManagedAwaitable_m9DEF7D7EBEF14F4C707791F27E2D25186D9B416D (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoubleBufferedAwaitableList_Add_m182F34DA131C7FB63C6E8F94A8E50E7F38E3A25F (DoubleBufferedAwaitableList_t76D3153523C81B2FE4A2C4DCDED3E100C4F08BBE* __this, Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* ___0_item, int32_t ___1_frameIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_get_CanBeCanceled_mC3751330B171DB14B70B9BAAD90A7D098A2309EC (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaitable_WireupCancellation_m3897DB35133F82C0C274932512C45FEB9973D684_inline (Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* ___0_awaitable, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_cancellationToken, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Awaitable_PropagateExceptionAndRelease_m3CA98B98E86A17F0BBF8892313B23ED1E32BE01C (Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* __this, 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) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_Equals_m73FAA65A1A565EE28D6C9385603829894B7D4392_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_other, 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 int32_t Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Vector2_ToString_mC10F098442E56919947154402A77EDE28DC9B7BE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, String_t* ___0_format, RuntimeObject* ___1_formatProvider, const RuntimeMethod* method) ; inline Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* AwaitableCompletionSource_1_get_Awaitable_mD1E3511F8EFB5FC15C53B557816CD3BA202A5628_inline (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* __this, const RuntimeMethod* method) { return (( Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* (*) (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C*, const RuntimeMethod*))AwaitableCompletionSource_1_get_Awaitable_mD1E3511F8EFB5FC15C53B557816CD3BA202A5628_gshared_inline)(__this, method); } inline void AwaitableCompletionSource_1_SetResult_mF74BCBBDB1137A4122467200E661B1B9006DA0FD (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* __this, Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5* ___0_value, const RuntimeMethod* method) { (( void (*) (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C*, Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5*, const RuntimeMethod*))AwaitableCompletionSource_1_SetResult_mF74BCBBDB1137A4122467200E661B1B9006DA0FD_gshared)(__this, ___0_value, method); } inline void AwaitableCompletionSource_1_Reset_m17BF7B272450AA631347D2CEEB0D0B2AAF4BFF31 (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* __this, const RuntimeMethod* method) { (( void (*) (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C*, const RuntimeMethod*))AwaitableCompletionSource_1_Reset_m17BF7B272450AA631347D2CEEB0D0B2AAF4BFF31_gshared)(__this, method); } inline RuntimeObject* AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_m3EB9B5526B615D16AF6463632729CA5AD17FE8BF (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_m3EB9B5526B615D16AF6463632729CA5AD17FE8BF_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* Thread_get_CurrentThread_m6D4719F4993DB9200490531FF02D4076FF9CA9BD (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_ManagedThreadId_m74ACB74A574EE535C2B00B7D64F203A62E796B05 (Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* __this, const RuntimeMethod* method) ; inline void Awaitable_1_set_CompletionThreadAffinity_m5F6DEA53EE80FFD3DCA75B9D058D681131862E52 (Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* __this, int32_t ___0_value, const RuntimeMethod* method) { (( void (*) (Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA*, int32_t, const RuntimeMethod*))Awaitable_1_set_CompletionThreadAffinity_m5F6DEA53EE80FFD3DCA75B9D058D681131862E52_gshared)(__this, ___0_value, method); } inline void StateMachineBox_1_set_StateMachine_m3FCE2BFE1BF70D9009CBB059AA538F1CFB5AC7DC_inline (StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87* __this, U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C ___0_value, const RuntimeMethod* method) { (( void (*) (StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87*, U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C, const RuntimeMethod*))StateMachineBox_1_set_StateMachine_m3FCE2BFE1BF70D9009CBB059AA538F1CFB5AC7DC_gshared_inline)(__this, ___0_value, method); } inline Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* StateMachineBox_1_get_MoveNext_m5C693E44CF7683F1E00336B1CC71A9CF0343D07C_inline (StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87* __this, const RuntimeMethod* method) { return (( Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* (*) (StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87*, const RuntimeMethod*))StateMachineBox_1_get_MoveNext_m5C693E44CF7683F1E00336B1CC71A9CF0343D07C_gshared_inline)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ; inline RuntimeObject* AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mD58B33F8E9E60F57BB892A5A5ED7522090B95EEE (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mD58B33F8E9E60F57BB892A5A5ED7522090B95EEE_gshared)(__this, method); } inline void Awaitable_1_set_CompletionThreadAffinity_m1344B59F18921CA9AC63C91C9EE03FA5B7A14F65 (Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* __this, int32_t ___0_value, const RuntimeMethod* method) { (( void (*) (Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB*, int32_t, const RuntimeMethod*))Awaitable_1_set_CompletionThreadAffinity_m1344B59F18921CA9AC63C91C9EE03FA5B7A14F65_gshared)(__this, ___0_value, method); } inline void StateMachineBox_1_set_StateMachine_m4C0CFFD578497D35B5CF3ECD633167EF975D1136_inline (StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E* __this, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B ___0_value, const RuntimeMethod* method) { (( void (*) (StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E*, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B, const RuntimeMethod*))StateMachineBox_1_set_StateMachine_m4C0CFFD578497D35B5CF3ECD633167EF975D1136_gshared_inline)(__this, ___0_value, method); } inline Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* StateMachineBox_1_get_MoveNext_m50E9A2DB20E49048F56ADFDA9D48F3F6193AF2D0_inline (StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E* __this, const RuntimeMethod* method) { return (( Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* (*) (StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E*, const RuntimeMethod*))StateMachineBox_1_get_MoveNext_m50E9A2DB20E49048F56ADFDA9D48F3F6193AF2D0_gshared_inline)(__this, method); } inline void List_1_AddWithResize_m63CD72B838C5FECA9283AC61E42BD42A6CC537D8 (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* __this, XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695*, XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5, const RuntimeMethod*))List_1_AddWithResize_m63CD72B838C5FECA9283AC61E42BD42A6CC537D8_gshared)(__this, ___0_item, method); } inline RuntimeObject* AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_mBB8FE37A5506A430E689AC180297BDD61929BB3F (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7*, const RuntimeMethod*))AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_mBB8FE37A5506A430E689AC180297BDD61929BB3F_gshared)(__this, method); } inline void Awaitable_1_set_CompletionThreadAffinity_m79E925D6FAD7CE2550EA4DBDEA30B21997A94719 (Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* __this, int32_t ___0_value, const RuntimeMethod* method) { (( void (*) (Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354*, int32_t, const RuntimeMethod*))Awaitable_1_set_CompletionThreadAffinity_m79E925D6FAD7CE2550EA4DBDEA30B21997A94719_gshared)(__this, ___0_value, method); } inline void StateMachineBox_1_set_StateMachine_mDB4E9CEBD9FE1BBACD809A599656F0C98426D46B_inline (StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F* __this, U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078 ___0_value, const RuntimeMethod* method) { (( void (*) (StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F*, U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078, const RuntimeMethod*))StateMachineBox_1_set_StateMachine_mDB4E9CEBD9FE1BBACD809A599656F0C98426D46B_gshared_inline)(__this, ___0_value, method); } inline Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* StateMachineBox_1_get_MoveNext_m618B5359A4C219807A4517917E80598823C39F1F_inline (StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F* __this, const RuntimeMethod* method) { return (( Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* (*) (StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F*, const RuntimeMethod*))StateMachineBox_1_get_MoveNext_m618B5359A4C219807A4517917E80598823C39F1F_gshared_inline)(__this, method); } inline int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } inline RuntimeObject* Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_inline (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*, const RuntimeMethod*))Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline)(__this, method); } inline int32_t ObjectPool_1_get_CountAll_mF3CDC0B64D5037106573C6CEE921EAF0A8B3C8EB_inline (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259* __this, const RuntimeMethod* method) { return (( int32_t (*) (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259*, const RuntimeMethod*))ObjectPool_1_get_CountAll_mF3CDC0B64D5037106573C6CEE921EAF0A8B3C8EB_gshared_inline)(__this, method); } inline void ObjectPool_1_set_CountAll_mED1939CDEBB184383799328A0C1AEC9E1D2960D9_inline (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259* __this, int32_t ___0_value, const RuntimeMethod* method) { (( void (*) (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259*, int32_t, const RuntimeMethod*))ObjectPool_1_set_CountAll_mED1939CDEBB184383799328A0C1AEC9E1D2960D9_gshared_inline)(__this, ___0_value, method); } inline RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( RuntimeObject* (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method); } inline void List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___0_index, method); } inline void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { (( void (*) (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87*, RuntimeObject*, const RuntimeMethod*))Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline)(__this, ___0_obj, method); } inline void Awaiter_OnCompleted_m7A1C7EDBCF95978FC9D7741932AA4EEA1AECFDDF_inline (Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) { (( void (*) (Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A*, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*, const RuntimeMethod*))Awaiter_OnCompleted_m7A1C7EDBCF95978FC9D7741932AA4EEA1AECFDDF_gshared_inline)(__this, ___0_continuation, method); } inline void List_1_AddWithResize_m05178928F6C00D3AD3C22502B77D2A1D8F496343 (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* __this, XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6*, XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E, const RuntimeMethod*))List_1_AddWithResize_m05178928F6C00D3AD3C22502B77D2A1D8F496343_gshared)(__this, ___0_item, method); } inline int32_t ObjectPool_1_get_CountInactive_m9A907BFCDCBFE910B784BDBF71EEDC6D14C90608 (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259* __this, const RuntimeMethod* method) { return (( int32_t (*) (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259*, const RuntimeMethod*))ObjectPool_1_get_CountInactive_m9A907BFCDCBFE910B784BDBF71EEDC6D14C90608_gshared)(__this, method); } inline void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } inline void Awaitable_1_ContinueWith_mDC68D4C0B0F52FC55C6E6A17D17B0E4E155E64D1_inline (Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) { (( void (*) (Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D*, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*, const RuntimeMethod*))Awaitable_1_ContinueWith_mDC68D4C0B0F52FC55C6E6A17D17B0E4E155E64D1_gshared_inline)(__this, ___0_continuation, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaiter_OnCompleted_m1F26883040142ED9D70C4AABA0E81EC6B4CD36F9_inline (Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) ; inline void Awaiter_OnCompleted_m6CAC3852DFBB00D0BD09DB35ABE75F2342F2AAB1_inline (Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) { (( void (*) (Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A*, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*, const RuntimeMethod*))Awaiter_OnCompleted_m6CAC3852DFBB00D0BD09DB35ABE75F2342F2AAB1_gshared_inline)(__this, ___0_continuation, 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 SpinLock_Exit_mCF4AB6A03146093A0B5208D482F1BB53E7CA7EC3 (SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_Enter_mECFADA7E2227A60081F66304BEDE56434BB7BA09 (SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816* __this, bool* ___0_lockTaken, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncFlowControl_t1BB65380CA8AA973CAE0814179796E762403EF92 ExecutionContext_SuppressFlow_mFE0FD20AC0849AFCA8B1A7E8AE52A0CC3CC0272B (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncFlowControl_Dispose_mB671D853860CF49D7977AB971456832D74BCC2FC (AsyncFlowControl_t1BB65380CA8AA973CAE0814179796E762403EF92* __this, const RuntimeMethod* method) ; inline void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4 (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationTokenRegistration_tC925A8BC86C629A2A3DA73765FA964A95FC83389 CancellationToken_Register_mDCD9054C8C66BBC273CDA56E7B6442E0D3974C7C (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED* __this, Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___0_callback, RuntimeObject* ___1_state, bool ___2_useSynchronizationContext, const RuntimeMethod* method) ; inline void Nullable_1__ctor_m8B6A89A7554C7CC174799EF23DFA0EBEAE1C31DE (Nullable_1_t8154443ECC6BCF418455D6C2363D110F097DBE96* __this, CancellationTokenRegistration_tC925A8BC86C629A2A3DA73765FA964A95FC83389 ___0_value, const RuntimeMethod* method) { (( void (*) (Nullable_1_t8154443ECC6BCF418455D6C2363D110F097DBE96*, CancellationTokenRegistration_tC925A8BC86C629A2A3DA73765FA964A95FC83389, const RuntimeMethod*))Nullable_1__ctor_m8B6A89A7554C7CC174799EF23DFA0EBEAE1C31DE_gshared)(__this, ___0_value, 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_mF468A56B3A746EFD805E0604EE7A2873DA157ADE (float* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityString_Format_m98A0629641086A1BE20BBF7F4EADDE3FE3877D85 (String_t* ___0_fmt, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Awaitable_SetContinuation_m469E2A5A1100BD1E7F7695EDE4C2C9365202E815 (Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) ; inline void Awaitable_1_ContinueWith_m86AA942158D762F920D42409929BF35B3516D766_inline (Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) { (( void (*) (Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7*, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*, const RuntimeMethod*))Awaitable_1_ContinueWith_m86AA942158D762F920D42409929BF35B3516D766_gshared_inline)(__this, ___0_continuation, method); } inline void Awaitable_1_ContinueWith_m29D77EA2A24370946B3D8955EFC22CCCD28A9F5D_inline (Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) { (( void (*) (Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077*, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*, const RuntimeMethod*))Awaitable_1_ContinueWith_m29D77EA2A24370946B3D8955EFC22CCCD28A9F5D_gshared_inline)(__this, ___0_continuation, method); } #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 IL2CPP_METHOD_ATTR MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6 UnitySourceGeneratedAssemblyMonoScriptTypes_v1_Get_mFDE4670C010E535DF7E9E35FED1FF1D1A4DF7075 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t0459A65C4515C83F051BDB26AD470E21E4410D52____BAED28FF286D1B2D116243E631D1D807569F7D1AFA23A7BC0C80DB907C67FB74_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t0459A65C4515C83F051BDB26AD470E21E4410D52____D73C892E0056F59AA3FB0E684A3A3491151125C00D8FE88647A699BE4D1D25D4_FieldInfo_var); s_Il2CppMethodInitialized = true; } MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)14381)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t0459A65C4515C83F051BDB26AD470E21E4410D52____D73C892E0056F59AA3FB0E684A3A3491151125C00D8FE88647A699BE4D1D25D4_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL); (&V_0)->___FilePathsData = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___FilePathsData), (void*)L_1); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)8866)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = L_3; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t0459A65C4515C83F051BDB26AD470E21E4410D52____BAED28FF286D1B2D116243E631D1D807569F7D1AFA23A7BC0C80DB907C67FB74_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_4, L_5, NULL); (&V_0)->___TypesData = L_4; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___TypesData), (void*)L_4); (&V_0)->___TotalFiles = ((int32_t)113); (&V_0)->___TotalTypes = ((int32_t)161); (&V_0)->___IsEditorOnly = (bool)0; MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6 L_6 = V_0; return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySourceGeneratedAssemblyMonoScriptTypes_v1__ctor_m12AA9072DC7FEC76FC9C799662796AAE2BB8345A (UnitySourceGeneratedAssemblyMonoScriptTypes_v1_t7D2037042237FFBE3E529D9F4A6510818A2A9047* __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 IL2CPP_EXTERN_C void MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6_marshal_pinvoke(const MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6& unmarshaled, MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6_marshaled_pinvoke& marshaled) { marshaled.___FilePathsData = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___FilePathsData); marshaled.___TypesData = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___TypesData); marshaled.___TotalTypes = unmarshaled.___TotalTypes; marshaled.___TotalFiles = unmarshaled.___TotalFiles; marshaled.___IsEditorOnly = static_cast(unmarshaled.___IsEditorOnly); } IL2CPP_EXTERN_C void MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6_marshal_pinvoke_back(const MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6_marshaled_pinvoke& marshaled, MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6& unmarshaled) { unmarshaled.___FilePathsData = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___FilePathsData); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___FilePathsData), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___FilePathsData)); unmarshaled.___TypesData = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___TypesData); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___TypesData), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___TypesData)); int32_t unmarshaledTotalTypes_temp_2 = 0; unmarshaledTotalTypes_temp_2 = marshaled.___TotalTypes; unmarshaled.___TotalTypes = unmarshaledTotalTypes_temp_2; int32_t unmarshaledTotalFiles_temp_3 = 0; unmarshaledTotalFiles_temp_3 = marshaled.___TotalFiles; unmarshaled.___TotalFiles = unmarshaledTotalFiles_temp_3; bool unmarshaledIsEditorOnly_temp_4 = false; unmarshaledIsEditorOnly_temp_4 = static_cast(marshaled.___IsEditorOnly); unmarshaled.___IsEditorOnly = unmarshaledIsEditorOnly_temp_4; } IL2CPP_EXTERN_C void MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6_marshal_pinvoke_cleanup(MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6_marshaled_pinvoke& marshaled) { il2cpp_codegen_com_destroy_safe_array(marshaled.___FilePathsData); marshaled.___FilePathsData = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___TypesData); marshaled.___TypesData = NULL; } IL2CPP_EXTERN_C void MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6_marshal_com(const MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6& unmarshaled, MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6_marshaled_com& marshaled) { marshaled.___FilePathsData = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___FilePathsData); marshaled.___TypesData = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___TypesData); marshaled.___TotalTypes = unmarshaled.___TotalTypes; marshaled.___TotalFiles = unmarshaled.___TotalFiles; marshaled.___IsEditorOnly = static_cast(unmarshaled.___IsEditorOnly); } IL2CPP_EXTERN_C void MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6_marshal_com_back(const MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6_marshaled_com& marshaled, MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6& unmarshaled) { unmarshaled.___FilePathsData = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___FilePathsData); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___FilePathsData), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___FilePathsData)); unmarshaled.___TypesData = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___TypesData); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___TypesData), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___TypesData)); int32_t unmarshaledTotalTypes_temp_2 = 0; unmarshaledTotalTypes_temp_2 = marshaled.___TotalTypes; unmarshaled.___TotalTypes = unmarshaledTotalTypes_temp_2; int32_t unmarshaledTotalFiles_temp_3 = 0; unmarshaledTotalFiles_temp_3 = marshaled.___TotalFiles; unmarshaled.___TotalFiles = unmarshaledTotalFiles_temp_3; bool unmarshaledIsEditorOnly_temp_4 = false; unmarshaledIsEditorOnly_temp_4 = static_cast(marshaled.___IsEditorOnly); unmarshaled.___IsEditorOnly = unmarshaledIsEditorOnly_temp_4; } IL2CPP_EXTERN_C void MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6_marshal_com_cleanup(MonoScriptData_tFA074B2258246B93A2F4CBCBB4499EF1AB1581C6_marshaled_com& marshaled) { il2cpp_codegen_com_destroy_safe_array(marshaled.___FilePathsData); marshaled.___FilePathsData = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___TypesData); marshaled.___TypesData = NULL; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 XRAnchor_get_defaultValue_mF68ABF2D0EC8B54DD8D5333FCD56EEF14A985A9A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_0 = ((XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_StaticFields*)il2cpp_codegen_static_fields_for(XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var))->___s_Default; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRAnchor__ctor_mDD8A7F48E03A25972AA93D2C89C1D773635CA15B (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___1_pose, int32_t ___2_trackingState, intptr_t ___3_nativePtr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = ___0_trackableId; __this->___m_Id = L_0; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_1 = ___1_pose; __this->___m_Pose = L_1; int32_t L_2 = ___2_trackingState; __this->___m_TrackingState = L_2; intptr_t L_3 = ___3_nativePtr; __this->___m_NativePtr = L_3; Guid_t L_4 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->___Empty; __this->___m_SessionId = L_4; return; } } IL2CPP_EXTERN_C void XRAnchor__ctor_mDD8A7F48E03A25972AA93D2C89C1D773635CA15B_AdjustorThunk (RuntimeObject* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___1_pose, int32_t ___2_trackingState, intptr_t ___3_nativePtr, const RuntimeMethod* method) { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRAnchor__ctor_mDD8A7F48E03A25972AA93D2C89C1D773635CA15B(_thisAdjusted, ___0_trackableId, ___1_pose, ___2_trackingState, ___3_nativePtr, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRAnchor__ctor_m3C8D3F14E6CD1FC66CB5E27096253B81BAA4C75C (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___1_pose, int32_t ___2_trackingState, intptr_t ___3_nativePtr, Guid_t ___4_sessionId, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = ___0_trackableId; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_1 = ___1_pose; int32_t L_2 = ___2_trackingState; intptr_t L_3 = ___3_nativePtr; il2cpp_codegen_runtime_class_init_inline(XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); XRAnchor__ctor_mDD8A7F48E03A25972AA93D2C89C1D773635CA15B(__this, L_0, L_1, L_2, L_3, NULL); Guid_t L_4 = ___4_sessionId; __this->___m_SessionId = L_4; return; } } IL2CPP_EXTERN_C void XRAnchor__ctor_m3C8D3F14E6CD1FC66CB5E27096253B81BAA4C75C_AdjustorThunk (RuntimeObject* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___1_pose, int32_t ___2_trackingState, intptr_t ___3_nativePtr, Guid_t ___4_sessionId, const RuntimeMethod* method) { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRAnchor__ctor_m3C8D3F14E6CD1FC66CB5E27096253B81BAA4C75C(_thisAdjusted, ___0_trackableId, ___1_pose, ___2_trackingState, ___3_nativePtr, ___4_sessionId, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRAnchor_get_trackableId_m0F50E81D0152D0BA4152EF9B66F648EF9FC664AE (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = __this->___m_Id; return L_0; } } IL2CPP_EXTERN_C TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRAnchor_get_trackableId_m0F50E81D0152D0BA4152EF9B66F648EF9FC664AE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 _returnValue; _returnValue = XRAnchor_get_trackableId_m0F50E81D0152D0BA4152EF9B66F648EF9FC664AE_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRAnchor_get_pose_m2347783C1262EEFBC0B817EF0357FA4BB4BF053F (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_Pose; return L_0; } } IL2CPP_EXTERN_C Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRAnchor_get_pose_m2347783C1262EEFBC0B817EF0357FA4BB4BF053F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 _returnValue; _returnValue = XRAnchor_get_pose_m2347783C1262EEFBC0B817EF0357FA4BB4BF053F_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRAnchor_get_trackingState_m6124A26C36CA93C25C57548576CB00C1F496ED83 (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_TrackingState; return L_0; } } IL2CPP_EXTERN_C int32_t XRAnchor_get_trackingState_m6124A26C36CA93C25C57548576CB00C1F496ED83_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRAnchor_get_trackingState_m6124A26C36CA93C25C57548576CB00C1F496ED83_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t XRAnchor_get_nativePtr_mC0551FA7E8DB8A0DA1EAE02D9B0BFD9D47389C26 (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_NativePtr; return L_0; } } IL2CPP_EXTERN_C intptr_t XRAnchor_get_nativePtr_mC0551FA7E8DB8A0DA1EAE02D9B0BFD9D47389C26_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); intptr_t _returnValue; _returnValue = XRAnchor_get_nativePtr_mC0551FA7E8DB8A0DA1EAE02D9B0BFD9D47389C26_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t XRAnchor_get_sessionId_m719628E8A58027C75FF2CEA3345DC41200FB5F76 (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) { { Guid_t L_0 = __this->___m_SessionId; return L_0; } } IL2CPP_EXTERN_C Guid_t XRAnchor_get_sessionId_m719628E8A58027C75FF2CEA3345DC41200FB5F76_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Guid_t _returnValue; _returnValue = XRAnchor_get_sessionId_m719628E8A58027C75FF2CEA3345DC41200FB5F76_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRAnchor_GetHashCode_mEFA5E37600C1A0B56F911227326704C17C3B5400 (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* L_0 = (TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7*)(&__this->___m_Id); il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TrackableId_GetHashCode_m6150BF091C3C17A84021CC18B443D5C297F89537(L_0, NULL); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971* L_2 = (Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971*)(&__this->___m_Pose); il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Pose_GetHashCode_mDD6C48FABC18795F04F82D42DFCBC916C0C6CCDB(L_2, NULL); int32_t L_4 = __this->___m_TrackingState; V_0 = L_4; int32_t L_5; L_5 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((&V_0), NULL); intptr_t* L_6 = (intptr_t*)(&__this->___m_NativePtr); int32_t L_7; L_7 = IntPtr_GetHashCode_m669B16AD7483C1C396E48F41D9CAC4B719E38F3D(L_6, NULL); Guid_t* L_8 = (Guid_t*)(&__this->___m_SessionId); int32_t L_9; L_9 = Guid_GetHashCode_m239B7679BB9ED5A207B3D2F858B5F30FFC455408(L_8, NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)), ((int32_t)486187739))), L_9)); } } IL2CPP_EXTERN_C int32_t XRAnchor_GetHashCode_mEFA5E37600C1A0B56F911227326704C17C3B5400_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRAnchor_GetHashCode_mEFA5E37600C1A0B56F911227326704C17C3B5400(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchor_Equals_m8F3408527C2CF86CF0A09AE74BF790F8E60ED6F1 (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* L_0 = (TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7*)(&__this->___m_Id); XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_1 = ___0_other; TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_2 = L_1.___m_Id; il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); bool L_3; L_3 = TrackableId_Equals_m7263BB158392C4F1B57BEE16D4F1FBBCF01E4A6E(L_0, L_2, NULL); if (!L_3) { goto IL_0059; } } { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971* L_4 = (Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971*)(&__this->___m_Pose); XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_5 = ___0_other; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_6 = L_5.___m_Pose; il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); bool L_7; L_7 = Pose_Equals_m31979E7A46252DBB620F4A0EA3BDBA61782DA498(L_4, L_6, NULL); if (!L_7) { goto IL_0059; } } { int32_t L_8 = __this->___m_TrackingState; XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_9 = ___0_other; int32_t L_10 = L_9.___m_TrackingState; if ((!(((uint32_t)L_8) == ((uint32_t)L_10)))) { goto IL_0059; } } { intptr_t L_11 = __this->___m_NativePtr; XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_12 = ___0_other; intptr_t L_13 = L_12.___m_NativePtr; bool L_14; L_14 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline(L_11, L_13, NULL); if (!L_14) { goto IL_0059; } } { Guid_t* L_15 = (Guid_t*)(&__this->___m_SessionId); XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_16 = ___0_other; Guid_t L_17 = L_16.___m_SessionId; bool L_18; L_18 = Guid_Equals_m1839AD036DD7C056E8439A64D5D82490C1F08E0C(L_15, L_17, NULL); return L_18; } IL_0059: { return (bool)0; } } IL2CPP_EXTERN_C bool XRAnchor_Equals_m8F3408527C2CF86CF0A09AE74BF790F8E60ED6F1_AdjustorThunk (RuntimeObject* __this, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 ___0_other, const RuntimeMethod* method) { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRAnchor_Equals_m8F3408527C2CF86CF0A09AE74BF790F8E60ED6F1(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchor_Equals_mFD12F373615A9015CB110787F6FF06CDAAC1433F (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; il2cpp_codegen_runtime_class_init_inline(XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); bool L_2; L_2 = XRAnchor_Equals_m8F3408527C2CF86CF0A09AE74BF790F8E60ED6F1(__this, ((*(XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82*)UnBox(L_1, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool XRAnchor_Equals_mFD12F373615A9015CB110787F6FF06CDAAC1433F_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRAnchor_Equals_mFD12F373615A9015CB110787F6FF06CDAAC1433F(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchor_op_Equality_m0404B51B34ADBD243B8E92F976964CB76E79223F (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 ___0_lhs, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 ___1_rhs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_0 = ___1_rhs; il2cpp_codegen_runtime_class_init_inline(XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); bool L_1; L_1 = XRAnchor_Equals_m8F3408527C2CF86CF0A09AE74BF790F8E60ED6F1((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchor_op_Inequality_m0C41AFDC68E1B648652C01E4BFF271854705A3F1 (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 ___0_lhs, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 ___1_rhs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_0 = ___1_rhs; il2cpp_codegen_runtime_class_init_inline(XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); bool L_1; L_1 = XRAnchor_Equals_m8F3408527C2CF86CF0A09AE74BF790F8E60ED6F1((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRAnchor__cctor_m089D3BC26EBFD0569C11B81E4DEAE752346441FE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82)); il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0; L_0 = TrackableId_get_invalidId_mDAEC47FD9C1E08B9D5752DA8F185E7A783DBE494(NULL); (&V_0)->___m_Id = L_0; il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_1; L_1 = Pose_get_identity_m145C7BA9D895CD7F8CCE2483B69764F7A9FEC66E(NULL); (&V_0)->___m_Pose = L_1; Guid_t L_2 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->___Empty; (&V_0)->___m_SessionId = L_2; XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_3 = V_0; ((XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_StaticFields*)il2cpp_codegen_static_fields_for(XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var))->___s_Default = L_3; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRAnchorSubsystem__ctor_m7475F45C8D0D2B0E0FE0B91E45A03A0F6541138D (XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackingSubsystem_4__ctor_m2BD5EAC3E1CE96C425D0CADDDD7821CA3449405F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { TrackingSubsystem_4__ctor_m2BD5EAC3E1CE96C425D0CADDDD7821CA3449405F(__this, TrackingSubsystem_4__ctor_m2BD5EAC3E1CE96C425D0CADDDD7821CA3449405F_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackableChanges_1_t6971CD7F709E7353F4365FE06A109B21A0F0C931 XRAnchorSubsystem_GetChanges_m75942CEB1452CCBC366E8AAC9FE1A747B54FE439 (XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF* __this, int32_t ___0_allocator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_0; L_0 = SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_inline(__this, SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_1; L_1 = XRAnchor_get_defaultValue_mF68ABF2D0EC8B54DD8D5333FCD56EEF14A985A9A_inline(NULL); int32_t L_2 = ___0_allocator; NullCheck(L_0); TrackableChanges_1_t6971CD7F709E7353F4365FE06A109B21A0F0C931 L_3; L_3 = VirtualFuncInvoker2< TrackableChanges_1_t6971CD7F709E7353F4365FE06A109B21A0F0C931, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82, int32_t >::Invoke(8, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchorSubsystem_TryAddAnchor_m17C838AABA88AE000FC4170ADE72C009DCB14EF5 (XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_pose, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* ___1_anchor, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_0; L_0 = SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_inline(__this, SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_1 = ___0_pose; XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* L_2 = ___1_anchor; NullCheck(L_0); bool L_3; L_3 = VirtualFuncInvoker2< bool, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* >::Invoke(9, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* XRAnchorSubsystem_TryAddAnchorAsync_mD6EE8D1FF7F0DAE545468F118D37420126514E8D (XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_pose, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_0; L_0 = SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_inline(__this, SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_1 = ___0_pose; NullCheck(L_0); Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* L_2; L_2 = VirtualFuncInvoker1< Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D*, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 >::Invoke(10, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchorSubsystem_TryAttachAnchor_m01E619A03158783EFC56D65258DCC19B5D422BAD (XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableToAffix, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___1_pose, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* ___2_anchor, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_0; L_0 = SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_inline(__this, SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_1 = ___0_trackableToAffix; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_2 = ___1_pose; XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* L_3 = ___2_anchor; NullCheck(L_0); bool L_4; L_4 = VirtualFuncInvoker3< bool, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* >::Invoke(11, L_0, L_1, L_2, L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchorSubsystem_TryRemoveAnchor_m88DEBF2B32CF1B4C49581D1ABAC95652741EE4ED (XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_anchorId, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_0; L_0 = SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_inline(__this, SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_1 = ___0_anchorId; NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 >::Invoke(12, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* XRAnchorSubsystem_TrySaveAnchorAsync_m1EA312D919038D4E82B9E8251DB82BA760E11E11 (XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_anchorId, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_cancellationToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_0; L_0 = SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_inline(__this, SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_1 = ___0_anchorId; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_2 = ___1_cancellationToken; NullCheck(L_0); Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* L_3; L_3 = VirtualFuncInvoker2< Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077*, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(13, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* XRAnchorSubsystem_TrySaveAnchorsAsync_m3DD491E744A14BB7B05951BC5FD309F4F2CEF817 (XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF* __this, NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E ___0_anchorIdsToSave, int32_t ___1_allocator, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___2_cancellationToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_0; L_0 = SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_inline(__this, SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E L_1 = ___0_anchorIdsToSave; int32_t L_2 = ___1_allocator; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___2_cancellationToken; NullCheck(L_0); Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* L_4; L_4 = VirtualFuncInvoker3< Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA*, NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E, int32_t, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(14, L_0, L_1, L_2, L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* XRAnchorSubsystem_TryLoadAnchorAsync_mBA2AC6E11C5E576BEC1AD545C728A4CFED7C9D0B (XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF* __this, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___0_savedAnchorGuid, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_cancellationToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_0; L_0 = SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_inline(__this, SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_1 = ___0_savedAnchorGuid; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_2 = ___1_cancellationToken; NullCheck(L_0); Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* L_3; L_3 = VirtualFuncInvoker2< Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D*, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(15, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* XRAnchorSubsystem_TryLoadAnchorsAsync_m3563D6B291E20FB18C3CFAC4414A78BE26F50A23 (XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF* __this, NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1 ___0_savedAnchorGuidsToLoad, int32_t ___1_allocator, Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* ___2_incrementalResultsCallback, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___3_cancellationToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_0; L_0 = SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_inline(__this, SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1 L_1 = ___0_savedAnchorGuidsToLoad; int32_t L_2 = ___1_allocator; Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* L_3 = ___2_incrementalResultsCallback; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_4 = ___3_cancellationToken; NullCheck(L_0); Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* L_5; L_5 = VirtualFuncInvoker4< Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB*, NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1, int32_t, Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03*, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(16, L_0, L_1, L_2, L_3, L_4); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* XRAnchorSubsystem_TryEraseAnchorAsync_mDDD5CA193F7DFE061DAA50C38528A93994DAA5B6 (XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF* __this, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___0_savedAnchorGuid, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_cancellationToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_0; L_0 = SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_inline(__this, SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_1 = ___0_savedAnchorGuid; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_2 = ___1_cancellationToken; NullCheck(L_0); Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* L_3; L_3 = VirtualFuncInvoker2< Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7*, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(17, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* XRAnchorSubsystem_TryEraseAnchorsAsync_m5A04365D30F9CFE7FE62476979704B2F423E1EC2 (XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF* __this, NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1 ___0_savedAnchorGuids, int32_t ___1_allocator, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___2_cancellationToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_0; L_0 = SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_inline(__this, SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1 L_1 = ___0_savedAnchorGuids; int32_t L_2 = ___1_allocator; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___2_cancellationToken; NullCheck(L_0); Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* L_4; L_4 = VirtualFuncInvoker3< Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354*, NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1, int32_t, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(18, L_0, L_1, L_2, L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t372AD450BB1B48C220F72AD0234E19E2722C759A* XRAnchorSubsystem_TryGetSavedAnchorIdsAsync_m351BC03A86E7C65CEA0397B0A2DBA0C90B10B651 (XRAnchorSubsystem_tB8B108EFBD93D4AFD53DCE7BD599009F79D214AF* __this, int32_t ___0_allocator, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_cancellationToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_0; L_0 = SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_inline(__this, SubsystemWithProvider_3_get_provider_m7DD7F5DB439B46CA939D9C98022F808219C91C4B_RuntimeMethod_var); int32_t L_1 = ___0_allocator; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_2 = ___1_cancellationToken; NullCheck(L_0); Awaitable_1_t372AD450BB1B48C220F72AD0234E19E2722C759A* L_3; L_3 = VirtualFuncInvoker2< Awaitable_1_t372AD450BB1B48C220F72AD0234E19E2722C759A*, int32_t, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(19, L_0, L_1, L_2); 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_TryAddAnchor_mAD1617DCFF200E647967B17A3BE5292D2BE0840B (Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_pose, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* ___1_anchor, const RuntimeMethod* method) { { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* L_0 = ___1_anchor; il2cpp_codegen_initobj(L_0, sizeof(XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82)); return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* Provider_TryAddAnchorAsync_m77727FECE148D09BFD56A70CA932D8C939315581 (Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_pose, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableUtils_1_FromResult_mC1428EF563A7F8DE9749FE48CB54EBCEC006A8B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Result_1__ctor_m1DA124ADDCF3950B7F3E44501E7CEAB99D1A4229_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1520E7E9DB2D7FF5218D18EDF29BF242AD6195D7); s_Il2CppMethodInitialized = true; } ScopedProfiler_tA2CF63F6C047FB63643D2263A4AC86C6A363EC6F V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 V_2; memset((&V_2), 0, sizeof(V_2)); Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* V_3 = NULL; { ScopedProfiler__ctor_m652B5689DE1A3C3EF7D12801DA27FA3B40E4412F((&V_0), _stringLiteral1520E7E9DB2D7FF5218D18EDF29BF242AD6195D7, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002f: { ScopedProfiler_Dispose_m7B646405B4E52CC4677329D3B860BE9C17A9DAC4((&V_0), NULL); return; } }); try { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = ___0_pose; bool L_1; L_1 = VirtualFuncInvoker2< bool, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* >::Invoke(9, __this, L_0, (&V_2)); V_1 = L_1; il2cpp_codegen_runtime_class_init_inline(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var); AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* L_2 = ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_SynchronousAnchorCompletionSource; bool L_3 = V_1; XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 L_4; L_4 = XRResultStatus_op_Implicit_m32BA3B804441C4F7FBDC903F4E3D934F63E11D23(L_3, NULL); XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_5 = V_2; Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5 L_6; memset((&L_6), 0, sizeof(L_6)); Result_1__ctor_m1DA124ADDCF3950B7F3E44501E7CEAB99D1A4229((&L_6), L_4, L_5, Result_1__ctor_m1DA124ADDCF3950B7F3E44501E7CEAB99D1A4229_RuntimeMethod_var); Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* L_7; L_7 = AwaitableUtils_1_FromResult_mC1428EF563A7F8DE9749FE48CB54EBCEC006A8B2_inline(L_2, L_6, AwaitableUtils_1_FromResult_mC1428EF563A7F8DE9749FE48CB54EBCEC006A8B2_RuntimeMethod_var); V_3 = L_7; goto IL_003d; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003d: { Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* L_8 = V_3; return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_TryAttachAnchor_m52CBF550B170FA6F50DDC6705A9AC3F28B4FE175 (Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableToAffix, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___1_pose, XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* ___2_anchor, const RuntimeMethod* method) { { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* L_0 = ___2_anchor; il2cpp_codegen_initobj(L_0, sizeof(XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82)); return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_TryRemoveAnchor_m245D945B15FC5D7657D9E05198F0EE60275E5216 (Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_anchorId, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* Provider_TrySaveAnchorAsync_m3061EF0B5E425967775A200F6EF8BBB89A603E43 (Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_anchorId, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_cancellationToken, const RuntimeMethod* method) { { NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE5B924A9D007D030D625091DAD47058AD71C9587)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_TrySaveAnchorAsync_m3061EF0B5E425967775A200F6EF8BBB89A603E43_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* Provider_TrySaveAnchorsAsync_m6F393D94163DEFA7B0E66505CD04923D99401AD3 (Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* __this, NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E ___0_anchorIds, int32_t ___1_allocator, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___2_cancellationToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_Create_m57DDCDC3CB89DFF5C69A440413297BC3EC215E51_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_Start_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mE5631C22666422091D6EFB70B710BFDE5E91B97F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_get_Task_mEBB3D4ED5F3D2AF6B725038ABBBAA3B31484FA75_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C V_0; memset((&V_0), 0, sizeof(V_0)); { AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F L_0; L_0 = AwaitableAsyncMethodBuilder_1_Create_m57DDCDC3CB89DFF5C69A440413297BC3EC215E51(AwaitableAsyncMethodBuilder_1_Create_m57DDCDC3CB89DFF5C69A440413297BC3EC215E51_RuntimeMethod_var); (&V_0)->___U3CU3Et__builder = L_0; Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder))->____stateMachineBox), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder))->____resultingCoroutine), (void*)NULL); #endif (&V_0)->___U3CU3E4__this = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this), (void*)__this); NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E L_1 = ___0_anchorIds; (&V_0)->___anchorIds = L_1; int32_t L_2 = ___1_allocator; (&V_0)->___allocator = L_2; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___2_cancellationToken; (&V_0)->___cancellationToken = L_3; Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken))->____source), (void*)NULL); (&V_0)->___U3CU3E1__state = (-1); AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* L_4 = (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F*)(&(&V_0)->___U3CU3Et__builder); AwaitableAsyncMethodBuilder_1_Start_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mE5631C22666422091D6EFB70B710BFDE5E91B97F_inline(L_4, (&V_0), AwaitableAsyncMethodBuilder_1_Start_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mE5631C22666422091D6EFB70B710BFDE5E91B97F_RuntimeMethod_var); AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* L_5 = (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F*)(&(&V_0)->___U3CU3Et__builder); Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* L_6; L_6 = AwaitableAsyncMethodBuilder_1_get_Task_mEBB3D4ED5F3D2AF6B725038ABBBAA3B31484FA75(L_5, AwaitableAsyncMethodBuilder_1_get_Task_mEBB3D4ED5F3D2AF6B725038ABBBAA3B31484FA75_RuntimeMethod_var); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* Provider_TryLoadAnchorAsync_m66AA91633ECD6DFFD6F00E7A5DEF7FF672A021CF (Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* __this, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___0_savedAnchorGuid, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_cancellationToken, const RuntimeMethod* method) { { NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral12A09F1D8787D034EC5025D817F6046E51C49317)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_TryLoadAnchorAsync_m66AA91633ECD6DFFD6F00E7A5DEF7FF672A021CF_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* Provider_TryLoadAnchorsAsync_m2F3ABC2A1393A94637D6716662A0AEB746A9F718 (Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* __this, NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1 ___0_savedAnchorGuids, int32_t ___1_allocator, Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* ___2_incrementalResultsCallback, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___3_cancellationToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_Create_mB55FF82891908AAC18FA61DFABDE349AAA6CAA61_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_Start_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mFEC15B635A6838CABFD00CD22AEF0854A40F39EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_get_Task_m7E2CC2513634D24BC9EEA1D34CD9B2494332509F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B V_0; memset((&V_0), 0, sizeof(V_0)); { AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8 L_0; L_0 = AwaitableAsyncMethodBuilder_1_Create_mB55FF82891908AAC18FA61DFABDE349AAA6CAA61(AwaitableAsyncMethodBuilder_1_Create_mB55FF82891908AAC18FA61DFABDE349AAA6CAA61_RuntimeMethod_var); (&V_0)->___U3CU3Et__builder = L_0; Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder))->____stateMachineBox), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder))->____resultingCoroutine), (void*)NULL); #endif (&V_0)->___U3CU3E4__this = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this), (void*)__this); NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1 L_1 = ___0_savedAnchorGuids; (&V_0)->___savedAnchorGuids = L_1; int32_t L_2 = ___1_allocator; (&V_0)->___allocator = L_2; Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* L_3 = ___2_incrementalResultsCallback; (&V_0)->___incrementalResultsCallback = L_3; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___incrementalResultsCallback), (void*)L_3); CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_4 = ___3_cancellationToken; (&V_0)->___cancellationToken = L_4; Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken))->____source), (void*)NULL); (&V_0)->___U3CU3E1__state = (-1); AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* L_5 = (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*)(&(&V_0)->___U3CU3Et__builder); AwaitableAsyncMethodBuilder_1_Start_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mFEC15B635A6838CABFD00CD22AEF0854A40F39EA_inline(L_5, (&V_0), AwaitableAsyncMethodBuilder_1_Start_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mFEC15B635A6838CABFD00CD22AEF0854A40F39EA_RuntimeMethod_var); AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* L_6 = (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*)(&(&V_0)->___U3CU3Et__builder); Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* L_7; L_7 = AwaitableAsyncMethodBuilder_1_get_Task_m7E2CC2513634D24BC9EEA1D34CD9B2494332509F(L_6, AwaitableAsyncMethodBuilder_1_get_Task_m7E2CC2513634D24BC9EEA1D34CD9B2494332509F_RuntimeMethod_var); return L_7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_OnIncrementalLoadComplete_mC58BC8E67D77AE9AA0A9234CFB42494D57CAFBF3 (Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* __this, Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* ___0_awaitable, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___1_savedAnchorGuid, Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* ___2_incrementalResultsCallback, List_1_tB5691F329FB7D6F099053636A4C094CBC951D695** ___3_accumulatedResults, int32_t* ___4_completedCount, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaitable_1_GetAwaiter_mB4A69ECAE1AF6BAA2EFD455DFC384F6DE943A36E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaiter_GetResult_m5E3FE1D5FD085255221BD1607CB2F7FB24181FEA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE73933052FCA44D09E4275351D801428D5410CAF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m9E97701C00AD906F38EEC213379F5E44638B0D5E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Result_1_get_status_m1D0FC8CB9E89AF9BE3D137E989238290914BCF65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Result_1_get_value_m126E5F1BD84FC07695D197A328829653E34BF38C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5 V_0; memset((&V_0), 0, sizeof(V_0)); XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB V_2; memset((&V_2), 0, sizeof(V_2)); Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48 V_3; memset((&V_3), 0, sizeof(V_3)); XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 V_4; memset((&V_4), 0, sizeof(V_4)); { Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* L_0 = ___0_awaitable; NullCheck(L_0); Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48 L_1; L_1 = Awaitable_1_GetAwaiter_mB4A69ECAE1AF6BAA2EFD455DFC384F6DE943A36E(L_0, Awaitable_1_GetAwaiter_mB4A69ECAE1AF6BAA2EFD455DFC384F6DE943A36E_RuntimeMethod_var); V_3 = L_1; Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5 L_2; L_2 = Awaiter_GetResult_m5E3FE1D5FD085255221BD1607CB2F7FB24181FEA((&V_3), Awaiter_GetResult_m5E3FE1D5FD085255221BD1607CB2F7FB24181FEA_RuntimeMethod_var); V_0 = L_2; il2cpp_codegen_initobj((&V_4), sizeof(XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5)); XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 L_3; L_3 = Result_1_get_status_m1D0FC8CB9E89AF9BE3D137E989238290914BCF65_inline((&V_0), Result_1_get_status_m1D0FC8CB9E89AF9BE3D137E989238290914BCF65_RuntimeMethod_var); (&V_4)->___resultStatus = L_3; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_4 = ___1_savedAnchorGuid; (&V_4)->___savedAnchorGuid = L_4; XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_5; L_5 = Result_1_get_value_m126E5F1BD84FC07695D197A328829653E34BF38C_inline((&V_0), Result_1_get_value_m126E5F1BD84FC07695D197A328829653E34BF38C_RuntimeMethod_var); (&V_4)->___xrAnchor = L_5; XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 L_6 = V_4; V_1 = L_6; List_1_tB5691F329FB7D6F099053636A4C094CBC951D695** L_7 = ___3_accumulatedResults; List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* L_8 = *((List_1_tB5691F329FB7D6F099053636A4C094CBC951D695**)L_7); XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 L_9 = V_1; NullCheck(L_8); List_1_Add_mE73933052FCA44D09E4275351D801428D5410CAF_inline(L_8, L_9, List_1_Add_mE73933052FCA44D09E4275351D801428D5410CAF_RuntimeMethod_var); NativeArray_1__ctor_m9E97701C00AD906F38EEC213379F5E44638B0D5E((&V_2), 1, 2, 1, NativeArray_1__ctor_m9E97701C00AD906F38EEC213379F5E44638B0D5E_RuntimeMethod_var); XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 L_10 = V_1; IL2CPP_NATIVEARRAY_SET_ITEM(XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5, ((&V_2))->___m_Buffer, 0, (L_10)); Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* L_11 = ___2_incrementalResultsCallback; NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB L_12 = V_2; NullCheck(L_11); Action_1_Invoke_mBDFBEE18DAC03C036F1EA1886EE72EE19367F1DA_inline(L_11, L_12, NULL); int32_t* L_13 = ___4_completedCount; int32_t* L_14 = ___4_completedCount; int32_t L_15 = *((int32_t*)L_14); *((int32_t*)L_13) = (int32_t)((int32_t)il2cpp_codegen_add(L_15, 1)); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* Provider_TryEraseAnchorAsync_m62CC24B05BBB25B2786C9E80006B1BCFD0FE9BA9 (Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* __this, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 ___0_savedAnchorGuid, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_cancellationToken, const RuntimeMethod* method) { { NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE6D4793C3810965F6D5452D899A0EE3A5FC6DA68)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_TryEraseAnchorAsync_m62CC24B05BBB25B2786C9E80006B1BCFD0FE9BA9_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* Provider_TryEraseAnchorsAsync_m3B112B877FBD1CCC1445468CC93D3AB09E8C89CD (Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* __this, NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1 ___0_savedAnchorGuids, int32_t ___1_allocator, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___2_cancellationToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_Create_m4DB0C29C51B2DA265FFFF24810915B73D5A6AFBA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_Start_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_mAA9E9B692E7563A4686327FE814779B7C008793C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_get_Task_mAFCEEC498D19ECEB333171F5485D32B21658C847_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078 V_0; memset((&V_0), 0, sizeof(V_0)); { AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7 L_0; L_0 = AwaitableAsyncMethodBuilder_1_Create_m4DB0C29C51B2DA265FFFF24810915B73D5A6AFBA(AwaitableAsyncMethodBuilder_1_Create_m4DB0C29C51B2DA265FFFF24810915B73D5A6AFBA_RuntimeMethod_var); (&V_0)->___U3CU3Et__builder = L_0; Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder))->____stateMachineBox), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder))->____resultingCoroutine), (void*)NULL); #endif (&V_0)->___U3CU3E4__this = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this), (void*)__this); NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1 L_1 = ___0_savedAnchorGuids; (&V_0)->___savedAnchorGuids = L_1; int32_t L_2 = ___1_allocator; (&V_0)->___allocator = L_2; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___2_cancellationToken; (&V_0)->___cancellationToken = L_3; Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken))->____source), (void*)NULL); (&V_0)->___U3CU3E1__state = (-1); AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* L_4 = (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7*)(&(&V_0)->___U3CU3Et__builder); AwaitableAsyncMethodBuilder_1_Start_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_mAA9E9B692E7563A4686327FE814779B7C008793C_inline(L_4, (&V_0), AwaitableAsyncMethodBuilder_1_Start_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_mAA9E9B692E7563A4686327FE814779B7C008793C_RuntimeMethod_var); AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* L_5 = (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7*)(&(&V_0)->___U3CU3Et__builder); Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* L_6; L_6 = AwaitableAsyncMethodBuilder_1_get_Task_mAFCEEC498D19ECEB333171F5485D32B21658C847(L_5, AwaitableAsyncMethodBuilder_1_get_Task_mAFCEEC498D19ECEB333171F5485D32B21658C847_RuntimeMethod_var); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Awaitable_1_t372AD450BB1B48C220F72AD0234E19E2722C759A* Provider_TryGetSavedAnchorIdsAsync_m31E64C963E85235505255E605075B97F30C92667 (Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* __this, int32_t ___0_allocator, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_cancellationToken, const RuntimeMethod* method) { { NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral742E66FD8C0BB27B660EB0B07DEBF78D0C42CFEB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_TryGetSavedAnchorIdsAsync_m31E64C963E85235505255E605075B97F30C92667_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider__ctor_mEC1254B41F2C452FD31DE2DF6F9D8AA5A4E4FB94 (Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemProvider_1__ctor_m70092D82649E54D6A2DFC428DA9587E292044D13_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { SubsystemProvider_1__ctor_m70092D82649E54D6A2DFC428DA9587E292044D13(__this, SubsystemProvider_1__ctor_m70092D82649E54D6A2DFC428DA9587E292044D13_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider__cctor_m520140A77E0AE922FDE5DAEAD83C39CA08DE1CEA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableCompletionSource_1__ctor_mB8ECBEEAA7164DCB1FED6BFB6AB505472BD62B49_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPoolCreateUtil_Create_TisDictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F_m30A720BB33CFFFEEC01E8CA73535092006E00D42_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPoolCreateUtil_Create_TisDictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA_m90BA1049AB73442532C3BF2C64C6C166A2765331_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPoolCreateUtil_Create_TisDictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56_m59A9F7231B7FF4D0FB8C619B412E877011203832_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPoolCreateUtil_Create_TisList_1_tB5691F329FB7D6F099053636A4C094CBC951D695_m27EDDB98D1B5D26FC7C1D364736A4664ED540EA9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPoolCreateUtil_Create_TisList_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6_m169AB551A6ADA442FBDB30F7AAFA78EC20A48D0F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ObjectPool_1_t0B9B92CE17DF4AF53A094DCDFBFC957BED9A47B2* L_0; L_0 = ObjectPoolCreateUtil_Create_TisDictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56_m59A9F7231B7FF4D0FB8C619B412E877011203832(2, ((int32_t)1024), ObjectPoolCreateUtil_Create_TisDictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56_m59A9F7231B7FF4D0FB8C619B412E877011203832_RuntimeMethod_var); ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_SaveAwaitablesMaps = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_SaveAwaitablesMaps), (void*)L_0); ObjectPool_1_t5182952C8F36FEBBCBE6CFF9033A71D706D62C3E* L_1; L_1 = ObjectPoolCreateUtil_Create_TisDictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA_m90BA1049AB73442532C3BF2C64C6C166A2765331(2, ((int32_t)1024), ObjectPoolCreateUtil_Create_TisDictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA_m90BA1049AB73442532C3BF2C64C6C166A2765331_RuntimeMethod_var); ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_LoadAwaitablesMaps = L_1; Il2CppCodeGenWriteBarrier((void**)(&((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_LoadAwaitablesMaps), (void*)L_1); ObjectPool_1_t39751C6B5D1BD5F6B65F1D828FCE1AB5F73E9D28* L_2; L_2 = ObjectPoolCreateUtil_Create_TisList_1_tB5691F329FB7D6F099053636A4C094CBC951D695_m27EDDB98D1B5D26FC7C1D364736A4664ED540EA9(2, ((int32_t)1024), ObjectPoolCreateUtil_Create_TisList_1_tB5691F329FB7D6F099053636A4C094CBC951D695_m27EDDB98D1B5D26FC7C1D364736A4664ED540EA9_RuntimeMethod_var); ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_AccumulatedXRLoadAnchorResultLists = L_2; Il2CppCodeGenWriteBarrier((void**)(&((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_AccumulatedXRLoadAnchorResultLists), (void*)L_2); ObjectPool_1_t6FA32EFA27B8A53DAD8226A0344593AC567348E4* L_3; L_3 = ObjectPoolCreateUtil_Create_TisDictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F_m30A720BB33CFFFEEC01E8CA73535092006E00D42(2, ((int32_t)1024), ObjectPoolCreateUtil_Create_TisDictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F_m30A720BB33CFFFEEC01E8CA73535092006E00D42_RuntimeMethod_var); ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_EraseAwaitablesMaps = L_3; Il2CppCodeGenWriteBarrier((void**)(&((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_EraseAwaitablesMaps), (void*)L_3); ObjectPool_1_tDCD50C95ED0429D3FD1471004D0AF0CBAFDE3458* L_4; L_4 = ObjectPoolCreateUtil_Create_TisList_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6_m169AB551A6ADA442FBDB30F7AAFA78EC20A48D0F(2, ((int32_t)1024), ObjectPoolCreateUtil_Create_TisList_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6_m169AB551A6ADA442FBDB30F7AAFA78EC20A48D0F_RuntimeMethod_var); ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_EraseAnchorResultLists = L_4; Il2CppCodeGenWriteBarrier((void**)(&((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_EraseAnchorResultLists), (void*)L_4); AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* L_5 = (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C*)il2cpp_codegen_object_new(AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C_il2cpp_TypeInfo_var); AwaitableCompletionSource_1__ctor_mB8ECBEEAA7164DCB1FED6BFB6AB505472BD62B49(L_5, AwaitableCompletionSource_1__ctor_mB8ECBEEAA7164DCB1FED6BFB6AB505472BD62B49_RuntimeMethod_var); ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_SynchronousAnchorCompletionSource = L_5; Il2CppCodeGenWriteBarrier((void**)(&((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_SynchronousAnchorCompletionSource), (void*)L_5); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_m259F8857FDCB4AE5DDAEB11CB257CD696DD220A9 (U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* __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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_1__ctor_m1D55F4204F7C3B3C32DEC068C98FE553E8D275C3 (U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_1_U3CTryLoadAnchorsAsyncU3Eb__0_m183F1FD61D0E85BD4D0D4A980B232D17BD2437EF (U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802* __this, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_0 = __this->___CSU24U3CU3E8__locals1; NullCheck(L_0); Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_1 = L_0->___U3CU3E4__this; Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* L_2 = __this->___awaitable; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_3 = __this->___savedAnchorGuid; U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_4 = __this->___CSU24U3CU3E8__locals1; NullCheck(L_4); Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* L_5 = L_4->___incrementalResultsCallback; U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_6 = __this->___CSU24U3CU3E8__locals1; NullCheck(L_6); List_1_tB5691F329FB7D6F099053636A4C094CBC951D695** L_7 = (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695**)(&L_6->___accumulatedResults); U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_8 = __this->___CSU24U3CU3E8__locals1; NullCheck(L_8); int32_t* L_9 = (int32_t*)(&L_8->___completedCount); NullCheck(L_1); Provider_OnIncrementalLoadComplete_mC58BC8E67D77AE9AA0A9234CFB42494D57CAFBF3(L_1, L_2, L_3, L_5, L_7, L_9, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTryEraseAnchorsAsyncU3Ed__17_MoveNext_mEABA4524579D35FAAE689BE751790659F37CD68C (U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_m1EF7EF545CD32DA90C9BBF28D2E010F9C43F71F3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_SetResult_mF6999EF777F6CFEA508A7DF60721549538F5938F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaitable_1_GetAwaiter_mAD3DD50F682F092315F1EBDE181368BF65433FC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaiter_GetResult_m1C67CD9C50971B0F857D2272D831D3083FCDD744_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaiter_get_IsCompleted_m00FAA36AE964059F9B47569F38A446CF9206EE67_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m9D1ADFBC6A87CF8050867D546552427E72092D95_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m56B34BA85E021268C010D04E02AB81BFD65B53EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m6C369DFCFF1B2578740AA4B07847589BA6305BB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mAE23C9322FC655FA365292B89401A3EF88E2CB32_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m0A454DCB850257B44BDB5CF881284F224BC94F78_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC6106F54CE1B0A8109B83167A35794E7C4AFC16D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_Deconstruct_m094691DCD5090F6BA4099CBFCF17B03B84817359_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m25356E3F29C13001D76F67B6A53D60F68ACCD9EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m31B770F3CC71066DF784F59BBA0D2395F0C522C5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9ABBD7D3915FC5EEFC2B4DFA81E03B4C57B0717D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m7B5ACA46FF7C0D6EF2291A7F26CD2EA564D59B83_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_mA4BA1E923F0ACAE16A14813B6E41808AEF339D46_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_m083CA43477C31F6F66E88E20D7F063E5A8B76DFF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Get_m66BEA436C7900FD032C5A757900A61C0C522A9FB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Get_mE5383CEF8B871B8B22D980EBBAA6B5710153F152_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Release_mC5035E40042C03FD83A3F6F351B1A03655B1EBA5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Release_mD64F3F48682F952725B30BAE5EE58C2432C96235_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* V_1 = NULL; NativeArray_1_tA73F58384990D51C931EAE097C7E507394DEEA8A V_2; memset((&V_2), 0, sizeof(V_2)); NativeArray_1_tA73F58384990D51C931EAE097C7E507394DEEA8A V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; KeyValuePair_2_tBB1E872FF9792B35184CBD36853E95E491A951BC V_5; memset((&V_5), 0, sizeof(V_5)); SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 V_6; memset((&V_6), 0, sizeof(V_6)); Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* V_7 = NULL; XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 V_8; memset((&V_8), 0, sizeof(V_8)); XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E V_9; memset((&V_9), 0, sizeof(V_9)); Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A V_10; memset((&V_10), 0, sizeof(V_10)); XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; Exception_t* V_13 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state; V_0 = L_0; Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_1 = __this->___U3CU3E4__this; V_1 = L_1; } try { { int32_t L_2 = V_0; if (!L_2) { goto IL_00a8_1; } } { NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1* L_3 = (NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1*)(&__this->___savedAnchorGuids); bool L_4; L_4 = NativeArray_1_get_IsCreated_m083CA43477C31F6F66E88E20D7F063E5A8B76DFF_inline(L_3, NativeArray_1_get_IsCreated_m083CA43477C31F6F66E88E20D7F063E5A8B76DFF_RuntimeMethod_var); if (L_4) { goto IL_002c_1; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC73FB1C0B20CFA27C676CD45A3FF2B722726E273)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CTryEraseAnchorsAsyncU3Ed__17_MoveNext_mEABA4524579D35FAAE689BE751790659F37CD68C_RuntimeMethod_var))); } IL_002c_1: { il2cpp_codegen_runtime_class_init_inline(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var); ObjectPool_1_t6FA32EFA27B8A53DAD8226A0344593AC567348E4* L_6 = ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_EraseAwaitablesMaps; NullCheck(L_6); Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F* L_7; L_7 = ObjectPool_1_Get_mE5383CEF8B871B8B22D980EBBAA6B5710153F152_inline(L_6, ObjectPool_1_Get_mE5383CEF8B871B8B22D980EBBAA6B5710153F152_RuntimeMethod_var); __this->___U3CawaitableBySavedAnchorGuidU3E5__2 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CawaitableBySavedAnchorGuidU3E5__2), (void*)L_7); V_4 = 0; goto IL_0078_1; } IL_0041_1: { Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F* L_8 = __this->___U3CawaitableBySavedAnchorGuidU3E5__2; NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1* L_9 = (NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1*)(&__this->___savedAnchorGuids); int32_t L_10 = V_4; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_11; L_11 = IL2CPP_NATIVEARRAY_GET_ITEM(SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378, (L_9)->___m_Buffer, L_10); Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_12 = V_1; NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1* L_13 = (NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1*)(&__this->___savedAnchorGuids); int32_t L_14 = V_4; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_15; L_15 = IL2CPP_NATIVEARRAY_GET_ITEM(SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378, (L_13)->___m_Buffer, L_14); CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_16 = __this->___cancellationToken; NullCheck(L_12); Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* L_17; L_17 = VirtualFuncInvoker2< Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7*, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(17, L_12, L_15, L_16); NullCheck(L_8); Dictionary_2_Add_m9D1ADFBC6A87CF8050867D546552427E72092D95(L_8, L_11, L_17, Dictionary_2_Add_m9D1ADFBC6A87CF8050867D546552427E72092D95_RuntimeMethod_var); int32_t L_18 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_18, 1)); } IL_0078_1: { int32_t L_19 = V_4; NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1* L_20 = (NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1*)(&__this->___savedAnchorGuids); int32_t L_21; L_21 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_20)->___m_Length); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_0041_1; } } { il2cpp_codegen_runtime_class_init_inline(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var); ObjectPool_1_tDCD50C95ED0429D3FD1471004D0AF0CBAFDE3458* L_22 = ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_EraseAnchorResultLists; NullCheck(L_22); List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* L_23; L_23 = ObjectPool_1_Get_m66BEA436C7900FD032C5A757900A61C0C522A9FB_inline(L_22, ObjectPool_1_Get_m66BEA436C7900FD032C5A757900A61C0C522A9FB_RuntimeMethod_var); __this->___U3CtempEraseAnchorResultsU3E5__3 = L_23; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtempEraseAnchorResultsU3E5__3), (void*)L_23); Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F* L_24 = __this->___U3CawaitableBySavedAnchorGuidU3E5__2; NullCheck(L_24); Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A L_25; L_25 = Dictionary_2_GetEnumerator_m6C369DFCFF1B2578740AA4B07847589BA6305BB2(L_24, Dictionary_2_GetEnumerator_m6C369DFCFF1B2578740AA4B07847589BA6305BB2_RuntimeMethod_var); __this->___U3CU3E7__wrap3 = L_25; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E7__wrap3))->____dictionary), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CU3E7__wrap3))->____current))->___value), (void*)NULL); #endif } IL_00a8_1: { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_016e_1: { { int32_t L_26 = V_0; if ((((int32_t)L_26) >= ((int32_t)0))) { goto IL_0183_1; } } { Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A* L_27 = (Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A*)(&__this->___U3CU3E7__wrap3); Enumerator_Dispose_mAE23C9322FC655FA365292B89401A3EF88E2CB32(L_27, Enumerator_Dispose_mAE23C9322FC655FA365292B89401A3EF88E2CB32_RuntimeMethod_var); } IL_0183_1: { return; } } }); try { { int32_t L_28 = V_0; if (!L_28) { goto IL_0107_2; } } { goto IL_015c_2; } IL_00b1_2: { Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A* L_29 = (Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A*)(&__this->___U3CU3E7__wrap3); KeyValuePair_2_tBB1E872FF9792B35184CBD36853E95E491A951BC L_30; L_30 = Enumerator_get_Current_mC6106F54CE1B0A8109B83167A35794E7C4AFC16D_inline(L_29, Enumerator_get_Current_mC6106F54CE1B0A8109B83167A35794E7C4AFC16D_RuntimeMethod_var); V_5 = L_30; KeyValuePair_2_Deconstruct_m094691DCD5090F6BA4099CBFCF17B03B84817359((&V_5), (&V_6), (&V_7), KeyValuePair_2_Deconstruct_m094691DCD5090F6BA4099CBFCF17B03B84817359_RuntimeMethod_var); SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_31 = V_6; __this->___U3CsavedAnchorGuidU3E5__5 = L_31; Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* L_32 = V_7; NullCheck(L_32); Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A L_33; L_33 = Awaitable_1_GetAwaiter_mAD3DD50F682F092315F1EBDE181368BF65433FC8(L_32, Awaitable_1_GetAwaiter_mAD3DD50F682F092315F1EBDE181368BF65433FC8_RuntimeMethod_var); V_10 = L_33; bool L_34; L_34 = Awaiter_get_IsCompleted_m00FAA36AE964059F9B47569F38A446CF9206EE67((&V_10), Awaiter_get_IsCompleted_m00FAA36AE964059F9B47569F38A446CF9206EE67_RuntimeMethod_var); if (L_34) { goto IL_0124_2; } } { int32_t L_35 = 0; V_0 = L_35; __this->___U3CU3E1__state = L_35; Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A L_36 = V_10; __this->___U3CU3Eu__1 = L_36; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1))->____coroutine), (void*)NULL); AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* L_37 = (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7*)(&__this->___U3CU3Et__builder); AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_m1EF7EF545CD32DA90C9BBF28D2E010F9C43F71F3_inline(L_37, (&V_10), __this, AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_m1EF7EF545CD32DA90C9BBF28D2E010F9C43F71F3_RuntimeMethod_var); goto IL_025c; } IL_0107_2: { Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A L_38 = __this->___U3CU3Eu__1; V_10 = L_38; Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A* L_39 = (Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A*)(&__this->___U3CU3Eu__1); il2cpp_codegen_initobj(L_39, sizeof(Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A)); int32_t L_40 = (-1); V_0 = L_40; __this->___U3CU3E1__state = L_40; } IL_0124_2: { XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 L_41; L_41 = Awaiter_GetResult_m1C67CD9C50971B0F857D2272D831D3083FCDD744((&V_10), Awaiter_GetResult_m1C67CD9C50971B0F857D2272D831D3083FCDD744_RuntimeMethod_var); V_8 = L_41; il2cpp_codegen_initobj((&V_11), sizeof(XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E)); XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 L_42 = V_8; (&V_11)->___resultStatus = L_42; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_43 = __this->___U3CsavedAnchorGuidU3E5__5; (&V_11)->___savedAnchorGuid = L_43; XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E L_44 = V_11; V_9 = L_44; List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* L_45 = __this->___U3CtempEraseAnchorResultsU3E5__3; XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E L_46 = V_9; NullCheck(L_45); List_1_Add_m25356E3F29C13001D76F67B6A53D60F68ACCD9EE_inline(L_45, L_46, List_1_Add_m25356E3F29C13001D76F67B6A53D60F68ACCD9EE_RuntimeMethod_var); } IL_015c_2: { Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A* L_47 = (Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A*)(&__this->___U3CU3E7__wrap3); bool L_48; L_48 = Enumerator_MoveNext_m0A454DCB850257B44BDB5CF881284F224BC94F78(L_47, Enumerator_MoveNext_m0A454DCB850257B44BDB5CF881284F224BC94F78_RuntimeMethod_var); if (L_48) { goto IL_00b1_2; } } { goto IL_0184_1; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0184_1: { Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A* L_49 = (Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A*)(&__this->___U3CU3E7__wrap3); il2cpp_codegen_initobj(L_49, sizeof(Enumerator_t96BAFD6B930909E20DE0D4584D1B837F2CDE058A)); List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* L_50 = __this->___U3CtempEraseAnchorResultsU3E5__3; NullCheck(L_50); int32_t L_51; L_51 = List_1_get_Count_m9ABBD7D3915FC5EEFC2B4DFA81E03B4C57B0717D_inline(L_50, List_1_get_Count_m9ABBD7D3915FC5EEFC2B4DFA81E03B4C57B0717D_RuntimeMethod_var); int32_t L_52 = __this->___allocator; NativeArray_1__ctor_mA4BA1E923F0ACAE16A14813B6E41808AEF339D46((&V_3), L_51, L_52, 1, NativeArray_1__ctor_mA4BA1E923F0ACAE16A14813B6E41808AEF339D46_RuntimeMethod_var); V_12 = 0; goto IL_01ca_1; } IL_01ae_1: { int32_t L_53 = V_12; List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* L_54 = __this->___U3CtempEraseAnchorResultsU3E5__3; int32_t L_55 = V_12; NullCheck(L_54); XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E L_56; L_56 = List_1_get_Item_m7B5ACA46FF7C0D6EF2291A7F26CD2EA564D59B83(L_54, L_55, List_1_get_Item_m7B5ACA46FF7C0D6EF2291A7F26CD2EA564D59B83_RuntimeMethod_var); IL2CPP_NATIVEARRAY_SET_ITEM(XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E, ((&V_3))->___m_Buffer, L_53, (L_56)); int32_t L_57 = V_12; V_12 = ((int32_t)il2cpp_codegen_add(L_57, 1)); } IL_01ca_1: { int32_t L_58 = V_12; List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* L_59 = __this->___U3CtempEraseAnchorResultsU3E5__3; NullCheck(L_59); int32_t L_60; L_60 = List_1_get_Count_m9ABBD7D3915FC5EEFC2B4DFA81E03B4C57B0717D_inline(L_59, List_1_get_Count_m9ABBD7D3915FC5EEFC2B4DFA81E03B4C57B0717D_RuntimeMethod_var); if ((((int32_t)L_58) < ((int32_t)L_60))) { goto IL_01ae_1; } } { Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F* L_61 = __this->___U3CawaitableBySavedAnchorGuidU3E5__2; NullCheck(L_61); Dictionary_2_Clear_m56B34BA85E021268C010D04E02AB81BFD65B53EF(L_61, Dictionary_2_Clear_m56B34BA85E021268C010D04E02AB81BFD65B53EF_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var); ObjectPool_1_t6FA32EFA27B8A53DAD8226A0344593AC567348E4* L_62 = ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_EraseAwaitablesMaps; Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F* L_63 = __this->___U3CawaitableBySavedAnchorGuidU3E5__2; NullCheck(L_62); ObjectPool_1_Release_mD64F3F48682F952725B30BAE5EE58C2432C96235_inline(L_62, L_63, ObjectPool_1_Release_mD64F3F48682F952725B30BAE5EE58C2432C96235_RuntimeMethod_var); List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* L_64 = __this->___U3CtempEraseAnchorResultsU3E5__3; NullCheck(L_64); List_1_Clear_m31B770F3CC71066DF784F59BBA0D2395F0C522C5_inline(L_64, List_1_Clear_m31B770F3CC71066DF784F59BBA0D2395F0C522C5_RuntimeMethod_var); ObjectPool_1_tDCD50C95ED0429D3FD1471004D0AF0CBAFDE3458* L_65 = ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_EraseAnchorResultLists; List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* L_66 = __this->___U3CtempEraseAnchorResultsU3E5__3; NullCheck(L_65); ObjectPool_1_Release_mC5035E40042C03FD83A3F6F351B1A03655B1EBA5_inline(L_65, L_66, ObjectPool_1_Release_mC5035E40042C03FD83A3F6F351B1A03655B1EBA5_RuntimeMethod_var); NativeArray_1_tA73F58384990D51C931EAE097C7E507394DEEA8A L_67 = V_3; V_2 = L_67; goto IL_023a; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0213; } throw e; } CATCH_0213: { Exception_t* L_68 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_13 = L_68; __this->___U3CU3E1__state = ((int32_t)-2); __this->___U3CawaitableBySavedAnchorGuidU3E5__2 = (Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CawaitableBySavedAnchorGuidU3E5__2), (void*)(Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F*)NULL); __this->___U3CtempEraseAnchorResultsU3E5__3 = (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtempEraseAnchorResultsU3E5__3), (void*)(List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6*)NULL); AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* L_69 = (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7*)(&__this->___U3CU3Et__builder); Exception_t* L_70 = V_13; AwaitableAsyncMethodBuilder_1_SetException_m72599B085155F4E64EEF6199CCB2854958B3C726(L_69, L_70, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AwaitableAsyncMethodBuilder_1_SetException_m72599B085155F4E64EEF6199CCB2854958B3C726_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_025c; } IL_023a: { __this->___U3CU3E1__state = ((int32_t)-2); __this->___U3CawaitableBySavedAnchorGuidU3E5__2 = (Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CawaitableBySavedAnchorGuidU3E5__2), (void*)(Dictionary_2_t0AFC2B6463DC061E665D36EEA672111E8E391E9F*)NULL); __this->___U3CtempEraseAnchorResultsU3E5__3 = (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtempEraseAnchorResultsU3E5__3), (void*)(List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6*)NULL); AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* L_71 = (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7*)(&__this->___U3CU3Et__builder); NativeArray_1_tA73F58384990D51C931EAE097C7E507394DEEA8A L_72 = V_2; AwaitableAsyncMethodBuilder_1_SetResult_mF6999EF777F6CFEA508A7DF60721549538F5938F(L_71, L_72, AwaitableAsyncMethodBuilder_1_SetResult_mF6999EF777F6CFEA508A7DF60721549538F5938F_RuntimeMethod_var); } IL_025c: { return; } } IL2CPP_EXTERN_C void U3CTryEraseAnchorsAsyncU3Ed__17_MoveNext_mEABA4524579D35FAAE689BE751790659F37CD68C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CTryEraseAnchorsAsyncU3Ed__17_MoveNext_mEABA4524579D35FAAE689BE751790659F37CD68C(_thisAdjusted, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTryEraseAnchorsAsyncU3Ed__17_SetStateMachine_mA76A8FDCB268811D74FBD72C366017DC91BB33C8 (U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_SetStateMachine_mC9A326859C8CC5CB8928903A674256EEB52CFB25_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* L_0 = (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7*)(&__this->___U3CU3Et__builder); RuntimeObject* L_1 = ___0_stateMachine; AwaitableAsyncMethodBuilder_1_SetStateMachine_mC9A326859C8CC5CB8928903A674256EEB52CFB25_inline(L_0, L_1, AwaitableAsyncMethodBuilder_1_SetStateMachine_mC9A326859C8CC5CB8928903A674256EEB52CFB25_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CTryEraseAnchorsAsyncU3Ed__17_SetStateMachine_mA76A8FDCB268811D74FBD72C366017DC91BB33C8_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CTryEraseAnchorsAsyncU3Ed__17_SetStateMachine_mA76A8FDCB268811D74FBD72C366017DC91BB33C8(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTryLoadAnchorsAsyncU3Ed__14_MoveNext_mA9202A68BDC3B031A198B63E1152DBF7646FD36C (U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mDDC19FB56345F81C995477D6A4A0838571550464_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_m93D7A7AAF30C805E42ADE8CB25F898C301A87912_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_SetResult_m6BB7914DA094A892FB34DC9D1A29FD75978DDB11_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaitable_1_GetAwaiter_mB4A69ECAE1AF6BAA2EFD455DFC384F6DE943A36E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaiter_GetResult_m5E3FE1D5FD085255221BD1607CB2F7FB24181FEA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaiter_OnCompleted_m1958C6BAAD599764317932EA1F8D1E39DF3F0492_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaiter_get_IsCompleted_m3EBA1B4EA324BBD98801EAE35CAD8E46605DAAEF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m6E9F9D6AD4F929EC6581DD31C20FA35D3395BE8F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m7E4DB240A69F3DE74776C14E6BEFC46CC71AA34E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m1E030D95BC238303D02F9D893D0B8F78F0C8CD00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m4C875FB38B61F066A9807D70C28305E8D95966D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m84F1F75B0D07EC6AC544D18F38A4E78CF5BFC42B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m0CA49874DA861821ED55BAD18C5AEA0EA1E32D0A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_Deconstruct_m4DAC2B52472E65B30BCF51A63731325F2E7C5EB4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE73933052FCA44D09E4275351D801428D5410CAF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mE3727D7F73722A010C53907D26EA229FAF6E662B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m13248028985E4079864C1D9B62A8711C46C791A4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m07293F7445171C826E39DE3694406A45A8DC8AA4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m9E97701C00AD906F38EEC213379F5E44638B0D5E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_m083CA43477C31F6F66E88E20D7F063E5A8B76DFF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Get_m139CC7B4223C89459B7563A6BEEE99AA78178D96_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Get_m154537D53F26931EB3DA1BDF383BB63B0A709DF2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Release_m01B189E5FC466CD61F57CB2056F3D561ECD61F46_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Release_mD2F241EE7FAA91D165295288B7575EFBB48DA286_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Result_1_get_status_m1D0FC8CB9E89AF9BE3D137E989238290914BCF65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Result_1_get_value_m126E5F1BD84FC07695D197A328829653E34BF38C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass14_1_U3CTryLoadAnchorsAsyncU3Eb__0_m183F1FD61D0E85BD4D0D4A980B232D17BD2437EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* V_1 = NULL; NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB V_2; memset((&V_2), 0, sizeof(V_2)); NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* V_5 = NULL; KeyValuePair_2_tA9C20918CD56A413349B05DB210A720B9EF72CE4 V_6; memset((&V_6), 0, sizeof(V_6)); SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 V_7; memset((&V_7), 0, sizeof(V_7)); Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* V_8 = NULL; Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5 V_9; memset((&V_9), 0, sizeof(V_9)); XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 V_10; memset((&V_10), 0, sizeof(V_10)); Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48 V_11; memset((&V_11), 0, sizeof(V_11)); XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 V_12; memset((&V_12), 0, sizeof(V_12)); Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410 V_13; memset((&V_13), 0, sizeof(V_13)); U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802* V_14 = NULL; Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7 V_15; memset((&V_15), 0, sizeof(V_15)); CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED V_16; memset((&V_16), 0, sizeof(V_16)); int32_t V_17 = 0; Exception_t* V_18 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state; V_0 = L_0; Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_1 = __this->___U3CU3E4__this; V_1 = L_1; } try { { int32_t L_2 = V_0; if (!L_2) { goto IL_010f_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_02eb_1; } } { U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_4 = (U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass14_0__ctor_m259F8857FDCB4AE5DDAEB11CB257CD696DD220A9(L_4, NULL); __this->___U3CU3E8__1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E8__1), (void*)L_4); U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_5 = __this->___U3CU3E8__1; Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_6 = __this->___U3CU3E4__this; NullCheck(L_5); L_5->___U3CU3E4__this = L_6; Il2CppCodeGenWriteBarrier((void**)(&L_5->___U3CU3E4__this), (void*)L_6); U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_7 = __this->___U3CU3E8__1; Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* L_8 = __this->___incrementalResultsCallback; NullCheck(L_7); L_7->___incrementalResultsCallback = L_8; Il2CppCodeGenWriteBarrier((void**)(&L_7->___incrementalResultsCallback), (void*)L_8); NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1* L_9 = (NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1*)(&__this->___savedAnchorGuids); bool L_10; L_10 = NativeArray_1_get_IsCreated_m083CA43477C31F6F66E88E20D7F063E5A8B76DFF_inline(L_9, NativeArray_1_get_IsCreated_m083CA43477C31F6F66E88E20D7F063E5A8B76DFF_RuntimeMethod_var); if (L_10) { goto IL_0060_1; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_11 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC73FB1C0B20CFA27C676CD45A3FF2B722726E273)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CTryLoadAnchorsAsyncU3Ed__14_MoveNext_mA9202A68BDC3B031A198B63E1152DBF7646FD36C_RuntimeMethod_var))); } IL_0060_1: { NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1* L_12 = (NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1*)(&__this->___savedAnchorGuids); int32_t L_13; L_13 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_12)->___m_Length); if (L_13) { goto IL_007a_1; } } { il2cpp_codegen_initobj((&V_2), sizeof(NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB)); goto IL_03ea; } IL_007a_1: { il2cpp_codegen_runtime_class_init_inline(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var); ObjectPool_1_t5182952C8F36FEBBCBE6CFF9033A71D706D62C3E* L_14 = ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_LoadAwaitablesMaps; NullCheck(L_14); Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* L_15; L_15 = ObjectPool_1_Get_m154537D53F26931EB3DA1BDF383BB63B0A709DF2_inline(L_14, ObjectPool_1_Get_m154537D53F26931EB3DA1BDF383BB63B0A709DF2_RuntimeMethod_var); __this->___U3CawaitableBySavedAnchorGuidU3E5__2 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CawaitableBySavedAnchorGuidU3E5__2), (void*)L_15); U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_16 = __this->___U3CU3E8__1; ObjectPool_1_t39751C6B5D1BD5F6B65F1D828FCE1AB5F73E9D28* L_17 = ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_AccumulatedXRLoadAnchorResultLists; NullCheck(L_17); List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* L_18; L_18 = ObjectPool_1_Get_m139CC7B4223C89459B7563A6BEEE99AA78178D96_inline(L_17, ObjectPool_1_Get_m139CC7B4223C89459B7563A6BEEE99AA78178D96_RuntimeMethod_var); NullCheck(L_16); L_16->___accumulatedResults = L_18; Il2CppCodeGenWriteBarrier((void**)(&L_16->___accumulatedResults), (void*)L_18); V_4 = 0; goto IL_00df_1; } IL_00a4_1: { Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_19 = V_1; NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1* L_20 = (NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1*)(&__this->___savedAnchorGuids); int32_t L_21 = V_4; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_22; L_22 = IL2CPP_NATIVEARRAY_GET_ITEM(SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378, (L_20)->___m_Buffer, L_21); CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_23 = __this->___cancellationToken; NullCheck(L_19); Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* L_24; L_24 = VirtualFuncInvoker2< Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D*, SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(15, L_19, L_22, L_23); V_5 = L_24; Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* L_25 = __this->___U3CawaitableBySavedAnchorGuidU3E5__2; NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1* L_26 = (NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1*)(&__this->___savedAnchorGuids); int32_t L_27 = V_4; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_28; L_28 = IL2CPP_NATIVEARRAY_GET_ITEM(SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378, (L_26)->___m_Buffer, L_27); Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* L_29 = V_5; NullCheck(L_25); Dictionary_2_Add_m6E9F9D6AD4F929EC6581DD31C20FA35D3395BE8F(L_25, L_28, L_29, Dictionary_2_Add_m6E9F9D6AD4F929EC6581DD31C20FA35D3395BE8F_RuntimeMethod_var); int32_t L_30 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_30, 1)); } IL_00df_1: { int32_t L_31 = V_4; NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1* L_32 = (NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1*)(&__this->___savedAnchorGuids); int32_t L_33; L_33 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_32)->___m_Length); if ((((int32_t)L_31) < ((int32_t)L_33))) { goto IL_00a4_1; } } { U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_34 = __this->___U3CU3E8__1; NullCheck(L_34); Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* L_35 = L_34->___incrementalResultsCallback; if (L_35) { goto IL_0214_1; } } { Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* L_36 = __this->___U3CawaitableBySavedAnchorGuidU3E5__2; NullCheck(L_36); Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410 L_37; L_37 = Dictionary_2_GetEnumerator_m1E030D95BC238303D02F9D893D0B8F78F0C8CD00(L_36, Dictionary_2_GetEnumerator_m1E030D95BC238303D02F9D893D0B8F78F0C8CD00_RuntimeMethod_var); __this->___U3CU3E7__wrap2 = L_37; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E7__wrap2))->____dictionary), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CU3E7__wrap2))->____current))->___value), (void*)NULL); #endif } IL_010f_1: { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_01ed_1: { { int32_t L_38 = V_0; if ((((int32_t)L_38) >= ((int32_t)0))) { goto IL_0202_1; } } { Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410* L_39 = (Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410*)(&__this->___U3CU3E7__wrap2); Enumerator_Dispose_m4C875FB38B61F066A9807D70C28305E8D95966D3(L_39, Enumerator_Dispose_m4C875FB38B61F066A9807D70C28305E8D95966D3_RuntimeMethod_var); } IL_0202_1: { return; } } }); try { { int32_t L_40 = V_0; if (!L_40) { goto IL_016e_2; } } { goto IL_01db_2; } IL_0118_2: { Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410* L_41 = (Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410*)(&__this->___U3CU3E7__wrap2); KeyValuePair_2_tA9C20918CD56A413349B05DB210A720B9EF72CE4 L_42; L_42 = Enumerator_get_Current_m0CA49874DA861821ED55BAD18C5AEA0EA1E32D0A_inline(L_41, Enumerator_get_Current_m0CA49874DA861821ED55BAD18C5AEA0EA1E32D0A_RuntimeMethod_var); V_6 = L_42; KeyValuePair_2_Deconstruct_m4DAC2B52472E65B30BCF51A63731325F2E7C5EB4((&V_6), (&V_7), (&V_8), KeyValuePair_2_Deconstruct_m4DAC2B52472E65B30BCF51A63731325F2E7C5EB4_RuntimeMethod_var); SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_43 = V_7; __this->___U3CsavedAnchorGuidU3E5__4 = L_43; Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* L_44 = V_8; NullCheck(L_44); Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48 L_45; L_45 = Awaitable_1_GetAwaiter_mB4A69ECAE1AF6BAA2EFD455DFC384F6DE943A36E(L_44, Awaitable_1_GetAwaiter_mB4A69ECAE1AF6BAA2EFD455DFC384F6DE943A36E_RuntimeMethod_var); V_11 = L_45; bool L_46; L_46 = Awaiter_get_IsCompleted_m3EBA1B4EA324BBD98801EAE35CAD8E46605DAAEF((&V_11), Awaiter_get_IsCompleted_m3EBA1B4EA324BBD98801EAE35CAD8E46605DAAEF_RuntimeMethod_var); if (L_46) { goto IL_018b_2; } } { int32_t L_47 = 0; V_0 = L_47; __this->___U3CU3E1__state = L_47; Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48 L_48 = V_11; __this->___U3CU3Eu__1 = L_48; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1))->____coroutine), (void*)NULL); AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* L_49 = (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*)(&__this->___U3CU3Et__builder); AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_m93D7A7AAF30C805E42ADE8CB25F898C301A87912_inline(L_49, (&V_11), __this, AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_m93D7A7AAF30C805E42ADE8CB25F898C301A87912_RuntimeMethod_var); goto IL_040c; } IL_016e_2: { Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48 L_50 = __this->___U3CU3Eu__1; V_11 = L_50; Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48* L_51 = (Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48*)(&__this->___U3CU3Eu__1); il2cpp_codegen_initobj(L_51, sizeof(Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48)); int32_t L_52 = (-1); V_0 = L_52; __this->___U3CU3E1__state = L_52; } IL_018b_2: { Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5 L_53; L_53 = Awaiter_GetResult_m5E3FE1D5FD085255221BD1607CB2F7FB24181FEA((&V_11), Awaiter_GetResult_m5E3FE1D5FD085255221BD1607CB2F7FB24181FEA_RuntimeMethod_var); V_9 = L_53; il2cpp_codegen_initobj((&V_12), sizeof(XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5)); XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 L_54; L_54 = Result_1_get_status_m1D0FC8CB9E89AF9BE3D137E989238290914BCF65_inline((&V_9), Result_1_get_status_m1D0FC8CB9E89AF9BE3D137E989238290914BCF65_RuntimeMethod_var); (&V_12)->___resultStatus = L_54; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_55 = __this->___U3CsavedAnchorGuidU3E5__4; (&V_12)->___savedAnchorGuid = L_55; XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_56; L_56 = Result_1_get_value_m126E5F1BD84FC07695D197A328829653E34BF38C_inline((&V_9), Result_1_get_value_m126E5F1BD84FC07695D197A328829653E34BF38C_RuntimeMethod_var); (&V_12)->___xrAnchor = L_56; XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 L_57 = V_12; V_10 = L_57; U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_58 = __this->___U3CU3E8__1; NullCheck(L_58); List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* L_59 = L_58->___accumulatedResults; XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 L_60 = V_10; NullCheck(L_59); List_1_Add_mE73933052FCA44D09E4275351D801428D5410CAF_inline(L_59, L_60, List_1_Add_mE73933052FCA44D09E4275351D801428D5410CAF_RuntimeMethod_var); } IL_01db_2: { Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410* L_61 = (Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410*)(&__this->___U3CU3E7__wrap2); bool L_62; L_62 = Enumerator_MoveNext_m84F1F75B0D07EC6AC544D18F38A4E78CF5BFC42B(L_61, Enumerator_MoveNext_m84F1F75B0D07EC6AC544D18F38A4E78CF5BFC42B_RuntimeMethod_var); if (L_62) { goto IL_0118_2; } } { goto IL_0203_1; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0203_1: { Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410* L_63 = (Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410*)(&__this->___U3CU3E7__wrap2); il2cpp_codegen_initobj(L_63, sizeof(Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410)); goto IL_0327_1; } IL_0214_1: { U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_64 = __this->___U3CU3E8__1; NullCheck(L_64); L_64->___completedCount = 0; Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* L_65 = __this->___U3CawaitableBySavedAnchorGuidU3E5__2; NullCheck(L_65); Enumerator_t34D90AE1C62EF7158EE734099EC7DCC597ED5410 L_66; L_66 = Dictionary_2_GetEnumerator_m1E030D95BC238303D02F9D893D0B8F78F0C8CD00(L_65, Dictionary_2_GetEnumerator_m1E030D95BC238303D02F9D893D0B8F78F0C8CD00_RuntimeMethod_var); V_13 = L_66; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0296_1: { { int32_t L_67 = V_0; if ((((int32_t)L_67) >= ((int32_t)0))) { goto IL_02a7_1; } } { Enumerator_Dispose_m4C875FB38B61F066A9807D70C28305E8D95966D3((&V_13), Enumerator_Dispose_m4C875FB38B61F066A9807D70C28305E8D95966D3_RuntimeMethod_var); } IL_02a7_1: { return; } } }); try { { goto IL_028b_2; } IL_022f_2: { U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802* L_68 = (U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass14_1__ctor_m1D55F4204F7C3B3C32DEC068C98FE553E8D275C3(L_68, NULL); V_14 = L_68; U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802* L_69 = V_14; U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_70 = __this->___U3CU3E8__1; NullCheck(L_69); L_69->___CSU24U3CU3E8__locals1 = L_70; Il2CppCodeGenWriteBarrier((void**)(&L_69->___CSU24U3CU3E8__locals1), (void*)L_70); KeyValuePair_2_tA9C20918CD56A413349B05DB210A720B9EF72CE4 L_71; L_71 = Enumerator_get_Current_m0CA49874DA861821ED55BAD18C5AEA0EA1E32D0A_inline((&V_13), Enumerator_get_Current_m0CA49874DA861821ED55BAD18C5AEA0EA1E32D0A_RuntimeMethod_var); V_6 = L_71; KeyValuePair_2_Deconstruct_m4DAC2B52472E65B30BCF51A63731325F2E7C5EB4((&V_6), (&V_7), (&V_8), KeyValuePair_2_Deconstruct_m4DAC2B52472E65B30BCF51A63731325F2E7C5EB4_RuntimeMethod_var); U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802* L_72 = V_14; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_73 = V_7; NullCheck(L_72); L_72->___savedAnchorGuid = L_73; U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802* L_74 = V_14; Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* L_75 = V_8; NullCheck(L_74); L_74->___awaitable = L_75; Il2CppCodeGenWriteBarrier((void**)(&L_74->___awaitable), (void*)L_75); U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802* L_76 = V_14; NullCheck(L_76); Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* L_77 = L_76->___awaitable; NullCheck(L_77); Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48 L_78; L_78 = Awaitable_1_GetAwaiter_mB4A69ECAE1AF6BAA2EFD455DFC384F6DE943A36E(L_77, Awaitable_1_GetAwaiter_mB4A69ECAE1AF6BAA2EFD455DFC384F6DE943A36E_RuntimeMethod_var); V_11 = L_78; U3CU3Ec__DisplayClass14_1_tD8096AD7AF06016E7BC9E5FDB49E802CF286D802* L_79 = V_14; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_80 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_80, L_79, (intptr_t)((void*)U3CU3Ec__DisplayClass14_1_U3CTryLoadAnchorsAsyncU3Eb__0_m183F1FD61D0E85BD4D0D4A980B232D17BD2437EF_RuntimeMethod_var), NULL); Awaiter_OnCompleted_m1958C6BAAD599764317932EA1F8D1E39DF3F0492_inline((&V_11), L_80, Awaiter_OnCompleted_m1958C6BAAD599764317932EA1F8D1E39DF3F0492_RuntimeMethod_var); } IL_028b_2: { bool L_81; L_81 = Enumerator_MoveNext_m84F1F75B0D07EC6AC544D18F38A4E78CF5BFC42B((&V_13), Enumerator_MoveNext_m84F1F75B0D07EC6AC544D18F38A4E78CF5BFC42B_RuntimeMethod_var); if (L_81) { goto IL_022f_2; } } { goto IL_030f_1; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_02a8_1: { il2cpp_codegen_initobj((&V_16), sizeof(CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED)); CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_82 = V_16; il2cpp_codegen_runtime_class_init_inline(Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var); Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_83; L_83 = Awaitable_NextFrameAsync_m3FC9FBAF1FF8A273E7009D4AF0BD8A00E18828DA_inline(L_82, NULL); NullCheck(L_83); Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7 L_84; L_84 = Awaitable_GetAwaiter_m5D1E1D1AA285EFD21ED2BF16ECA969A50DE07078(L_83, NULL); V_15 = L_84; bool L_85; L_85 = Awaiter_get_IsCompleted_m358D551215196FB1AD61C991FA0E00251C88A57B((&V_15), NULL); if (L_85) { goto IL_0308_1; } } { int32_t L_86 = 1; V_0 = L_86; __this->___U3CU3E1__state = L_86; Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7 L_87 = V_15; __this->___U3CU3Eu__2 = L_87; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__2))->____awaited), (void*)NULL); AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* L_88 = (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*)(&__this->___U3CU3Et__builder); AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mDDC19FB56345F81C995477D6A4A0838571550464_inline(L_88, (&V_15), __this, AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mDDC19FB56345F81C995477D6A4A0838571550464_RuntimeMethod_var); goto IL_040c; } IL_02eb_1: { Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7 L_89 = __this->___U3CU3Eu__2; V_15 = L_89; Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7* L_90 = (Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7*)(&__this->___U3CU3Eu__2); il2cpp_codegen_initobj(L_90, sizeof(Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7)); int32_t L_91 = (-1); V_0 = L_91; __this->___U3CU3E1__state = L_91; } IL_0308_1: { Awaiter_GetResult_mB2E321DF49E4CD5A2997A8EE7BEF8D71F5A24EB2_inline((&V_15), NULL); } IL_030f_1: { U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_92 = __this->___U3CU3E8__1; NullCheck(L_92); int32_t L_93 = L_92->___completedCount; NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1* L_94 = (NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1*)(&__this->___savedAnchorGuids); int32_t L_95; L_95 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_94)->___m_Length); if ((((int32_t)L_93) < ((int32_t)L_95))) { goto IL_02a8_1; } } IL_0327_1: { U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_96 = __this->___U3CU3E8__1; NullCheck(L_96); List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* L_97 = L_96->___accumulatedResults; NullCheck(L_97); int32_t L_98; L_98 = List_1_get_Count_m13248028985E4079864C1D9B62A8711C46C791A4_inline(L_97, List_1_get_Count_m13248028985E4079864C1D9B62A8711C46C791A4_RuntimeMethod_var); int32_t L_99 = __this->___allocator; NativeArray_1__ctor_m9E97701C00AD906F38EEC213379F5E44638B0D5E((&V_3), L_98, L_99, 1, NativeArray_1__ctor_m9E97701C00AD906F38EEC213379F5E44638B0D5E_RuntimeMethod_var); V_17 = 0; goto IL_036b_1; } IL_034a_1: { int32_t L_100 = V_17; U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_101 = __this->___U3CU3E8__1; NullCheck(L_101); List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* L_102 = L_101->___accumulatedResults; int32_t L_103 = V_17; NullCheck(L_102); XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 L_104; L_104 = List_1_get_Item_m07293F7445171C826E39DE3694406A45A8DC8AA4(L_102, L_103, List_1_get_Item_m07293F7445171C826E39DE3694406A45A8DC8AA4_RuntimeMethod_var); IL2CPP_NATIVEARRAY_SET_ITEM(XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5, ((&V_3))->___m_Buffer, L_100, (L_104)); int32_t L_105 = V_17; V_17 = ((int32_t)il2cpp_codegen_add(L_105, 1)); } IL_036b_1: { int32_t L_106 = V_17; U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_107 = __this->___U3CU3E8__1; NullCheck(L_107); List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* L_108 = L_107->___accumulatedResults; NullCheck(L_108); int32_t L_109; L_109 = List_1_get_Count_m13248028985E4079864C1D9B62A8711C46C791A4_inline(L_108, List_1_get_Count_m13248028985E4079864C1D9B62A8711C46C791A4_RuntimeMethod_var); if ((((int32_t)L_106) < ((int32_t)L_109))) { goto IL_034a_1; } } { Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* L_110 = __this->___U3CawaitableBySavedAnchorGuidU3E5__2; NullCheck(L_110); Dictionary_2_Clear_m7E4DB240A69F3DE74776C14E6BEFC46CC71AA34E(L_110, Dictionary_2_Clear_m7E4DB240A69F3DE74776C14E6BEFC46CC71AA34E_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var); ObjectPool_1_t5182952C8F36FEBBCBE6CFF9033A71D706D62C3E* L_111 = ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_LoadAwaitablesMaps; Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA* L_112 = __this->___U3CawaitableBySavedAnchorGuidU3E5__2; NullCheck(L_111); ObjectPool_1_Release_mD2F241EE7FAA91D165295288B7575EFBB48DA286_inline(L_111, L_112, ObjectPool_1_Release_mD2F241EE7FAA91D165295288B7575EFBB48DA286_RuntimeMethod_var); U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_113 = __this->___U3CU3E8__1; NullCheck(L_113); List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* L_114 = L_113->___accumulatedResults; NullCheck(L_114); List_1_Clear_mE3727D7F73722A010C53907D26EA229FAF6E662B_inline(L_114, List_1_Clear_mE3727D7F73722A010C53907D26EA229FAF6E662B_RuntimeMethod_var); ObjectPool_1_t39751C6B5D1BD5F6B65F1D828FCE1AB5F73E9D28* L_115 = ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_AccumulatedXRLoadAnchorResultLists; U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841* L_116 = __this->___U3CU3E8__1; NullCheck(L_116); List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* L_117 = L_116->___accumulatedResults; NullCheck(L_115); ObjectPool_1_Release_m01B189E5FC466CD61F57CB2056F3D561ECD61F46_inline(L_115, L_117, ObjectPool_1_Release_m01B189E5FC466CD61F57CB2056F3D561ECD61F46_RuntimeMethod_var); NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB L_118 = V_3; V_2 = L_118; goto IL_03ea; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_03c3; } throw e; } CATCH_03c3: { Exception_t* L_119 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_18 = L_119; __this->___U3CU3E1__state = ((int32_t)-2); __this->___U3CU3E8__1 = (U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E8__1), (void*)(U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841*)NULL); __this->___U3CawaitableBySavedAnchorGuidU3E5__2 = (Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CawaitableBySavedAnchorGuidU3E5__2), (void*)(Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA*)NULL); AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* L_120 = (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*)(&__this->___U3CU3Et__builder); Exception_t* L_121 = V_18; AwaitableAsyncMethodBuilder_1_SetException_mFFD01A4FED792479AA5752B767A4D0B456D0FFDD(L_120, L_121, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AwaitableAsyncMethodBuilder_1_SetException_mFFD01A4FED792479AA5752B767A4D0B456D0FFDD_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_040c; } IL_03ea: { __this->___U3CU3E1__state = ((int32_t)-2); __this->___U3CU3E8__1 = (U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E8__1), (void*)(U3CU3Ec__DisplayClass14_0_t3153EA00B0E60EEDB8DD31C61BE5AEEA9AA34841*)NULL); __this->___U3CawaitableBySavedAnchorGuidU3E5__2 = (Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CawaitableBySavedAnchorGuidU3E5__2), (void*)(Dictionary_2_t3A926892608846469D9292FF6EEE262040BD0AFA*)NULL); AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* L_122 = (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*)(&__this->___U3CU3Et__builder); NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB L_123 = V_2; AwaitableAsyncMethodBuilder_1_SetResult_m6BB7914DA094A892FB34DC9D1A29FD75978DDB11(L_122, L_123, AwaitableAsyncMethodBuilder_1_SetResult_m6BB7914DA094A892FB34DC9D1A29FD75978DDB11_RuntimeMethod_var); } IL_040c: { return; } } IL2CPP_EXTERN_C void U3CTryLoadAnchorsAsyncU3Ed__14_MoveNext_mA9202A68BDC3B031A198B63E1152DBF7646FD36C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CTryLoadAnchorsAsyncU3Ed__14_MoveNext_mA9202A68BDC3B031A198B63E1152DBF7646FD36C(_thisAdjusted, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTryLoadAnchorsAsyncU3Ed__14_SetStateMachine_m02954E86F783EC4C7683A7F8BB4E90F58597EABF (U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_SetStateMachine_m5BF17AF8691580EC91212F8EA700115C7F1581BC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* L_0 = (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8*)(&__this->___U3CU3Et__builder); RuntimeObject* L_1 = ___0_stateMachine; AwaitableAsyncMethodBuilder_1_SetStateMachine_m5BF17AF8691580EC91212F8EA700115C7F1581BC_inline(L_0, L_1, AwaitableAsyncMethodBuilder_1_SetStateMachine_m5BF17AF8691580EC91212F8EA700115C7F1581BC_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CTryLoadAnchorsAsyncU3Ed__14_SetStateMachine_m02954E86F783EC4C7683A7F8BB4E90F58597EABF_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CTryLoadAnchorsAsyncU3Ed__14_SetStateMachine_m02954E86F783EC4C7683A7F8BB4E90F58597EABF(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTrySaveAnchorsAsyncU3Ed__12_MoveNext_m8453C31B5272798D1CDF80A265BC48B657FC025D (U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mD0AC12981EE959281E0DDC50EB5BBA6F356F9ADB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_SetResult_m79AD6B4AA6154ED336DFDB174D932AFA53C43890_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaitable_1_GetAwaiter_m3B51E44CA91B4E4151F37D60FDD5B451F6901EC6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaiter_GetResult_m9B9558707A4E6259386D25FBC8AAEBF0B02D8E80_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaiter_get_IsCompleted_m799342AFEBB06F1AB5BDA243F0F396E43B42D79D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mD87CA5C2990F4B9FA8FD65B42572FB6D7683413B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m3B9BB74526244B94E7E1133F028A6A9EE9B023FC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m4CAF3ADCF24A22A42A305A8451966D7D5B640540_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m6CC35119BDAC79BB24D00DABEC280717EED8ECA5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m2938B17DE214BBC4435FC450477EFD7ABA3E8632_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mC7A691193455DE90D4B93AB3A212D28F04847788_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m542664BB2E7BA66C25EBFAFAA52BD784F62C31E5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_Deconstruct_m3AD5B919E4E47D207D7DF7A9FDBC9C1BE9B36E91_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Copy_mF484291CF2670F87F893ACB38CB786FCD1C50921_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_mC1D3EE4E7955DC6FBB5D8EBDA90DDF42D81677B7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m103A1BBB9E2ECB2E8C577E6A84B29E4DF2ED1BE9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_m4052C3C854D92CDFB4C66CAA993021F523E63F30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Get_mE6A839F7B9D012FCA3679CA75902783E8B30D556_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Release_mC0DE4C9A1137E5F1BD5B63F1510CC9E6640BB885_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Result_1_get_status_mFDF77D1359FA17C6F18F4DA8A530C20C74A3D51F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Result_1_get_value_m84F2DCB404A74C86BD37F773857C084A213FD354_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* V_1 = NULL; NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; KeyValuePair_2_t59E1759CC9CE408F7EA692318F84D09FDF1AB23B V_4; memset((&V_4), 0, sizeof(V_4)); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 V_5; memset((&V_5), 0, sizeof(V_5)); Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* V_6 = NULL; Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C V_7; memset((&V_7), 0, sizeof(V_7)); XRSaveAnchorResult_t30DC9C1CC8C9B5A35D3846C455096D08A6462DC8 V_8; memset((&V_8), 0, sizeof(V_8)); Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A V_9; memset((&V_9), 0, sizeof(V_9)); XRSaveAnchorResult_t30DC9C1CC8C9B5A35D3846C455096D08A6462DC8 V_10; memset((&V_10), 0, sizeof(V_10)); NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t* V_12 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state; V_0 = L_0; Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_1 = __this->___U3CU3E4__this; V_1 = L_1; } try { { int32_t L_2 = V_0; if (!L_2) { goto IL_00cb_1; } } { NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E* L_3 = (NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E*)(&__this->___anchorIds); bool L_4; L_4 = NativeArray_1_get_IsCreated_m4052C3C854D92CDFB4C66CAA993021F523E63F30_inline(L_3, NativeArray_1_get_IsCreated_m4052C3C854D92CDFB4C66CAA993021F523E63F30_RuntimeMethod_var); if (L_4) { goto IL_002c_1; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9F648A65B0C150D7D8CDE8FE7F0057097922982D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CTrySaveAnchorsAsyncU3Ed__12_MoveNext_m8453C31B5272798D1CDF80A265BC48B657FC025D_RuntimeMethod_var))); } IL_002c_1: { NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E* L_6 = (NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E*)(&__this->___anchorIds); int32_t L_7; L_7 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_6)->___m_Length); if (L_7) { goto IL_0046_1; } } { il2cpp_codegen_initobj((&V_2), sizeof(NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523)); goto IL_025d; } IL_0046_1: { il2cpp_codegen_runtime_class_init_inline(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var); ObjectPool_1_t0B9B92CE17DF4AF53A094DCDFBFC957BED9A47B2* L_8 = ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_SaveAwaitablesMaps; NullCheck(L_8); Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* L_9; L_9 = ObjectPool_1_Get_mE6A839F7B9D012FCA3679CA75902783E8B30D556_inline(L_8, ObjectPool_1_Get_mE6A839F7B9D012FCA3679CA75902783E8B30D556_RuntimeMethod_var); __this->___U3CawaitableByTrackableIdU3E5__2 = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CawaitableByTrackableIdU3E5__2), (void*)L_9); V_3 = 0; goto IL_008d_1; } IL_005a_1: { Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* L_10 = __this->___U3CawaitableByTrackableIdU3E5__2; NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E* L_11 = (NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E*)(&__this->___anchorIds); int32_t L_12 = V_3; TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_13; L_13 = IL2CPP_NATIVEARRAY_GET_ITEM(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7, (L_11)->___m_Buffer, L_12); Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C* L_14 = V_1; NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E* L_15 = (NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E*)(&__this->___anchorIds); int32_t L_16 = V_3; TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_17; L_17 = IL2CPP_NATIVEARRAY_GET_ITEM(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7, (L_15)->___m_Buffer, L_16); CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_18 = __this->___cancellationToken; NullCheck(L_14); Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* L_19; L_19 = VirtualFuncInvoker2< Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077*, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(13, L_14, L_17, L_18); NullCheck(L_10); Dictionary_2_Add_mD87CA5C2990F4B9FA8FD65B42572FB6D7683413B(L_10, L_13, L_19, Dictionary_2_Add_mD87CA5C2990F4B9FA8FD65B42572FB6D7683413B_RuntimeMethod_var); int32_t L_20 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_20, 1)); } IL_008d_1: { int32_t L_21 = V_3; NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E* L_22 = (NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E*)(&__this->___anchorIds); int32_t L_23; L_23 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_22)->___m_Length); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_005a_1; } } { Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* L_24 = __this->___U3CawaitableByTrackableIdU3E5__2; NullCheck(L_24); int32_t L_25; L_25 = Dictionary_2_get_Count_m6CC35119BDAC79BB24D00DABEC280717EED8ECA5(L_24, Dictionary_2_get_Count_m6CC35119BDAC79BB24D00DABEC280717EED8ECA5_RuntimeMethod_var); NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 L_26; memset((&L_26), 0, sizeof(L_26)); NativeArray_1__ctor_m103A1BBB9E2ECB2E8C577E6A84B29E4DF2ED1BE9((&L_26), L_25, 4, 1, NativeArray_1__ctor_m103A1BBB9E2ECB2E8C577E6A84B29E4DF2ED1BE9_RuntimeMethod_var); __this->___U3CsaveAnchorResultsU3E5__3 = L_26; __this->___U3CindexU3E5__4 = 0; Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* L_27 = __this->___U3CawaitableByTrackableIdU3E5__2; NullCheck(L_27); Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4 L_28; L_28 = Dictionary_2_GetEnumerator_m4CAF3ADCF24A22A42A305A8451966D7D5B640540(L_27, Dictionary_2_GetEnumerator_m4CAF3ADCF24A22A42A305A8451966D7D5B640540_RuntimeMethod_var); __this->___U3CU3E7__wrap4 = L_28; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E7__wrap4))->____dictionary), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CU3E7__wrap4))->____current))->___value), (void*)NULL); #endif } IL_00cb_1: { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_01b8_1: { { int32_t L_29 = V_0; if ((((int32_t)L_29) >= ((int32_t)0))) { goto IL_01cd_1; } } { Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4* L_30 = (Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4*)(&__this->___U3CU3E7__wrap4); Enumerator_Dispose_m2938B17DE214BBC4435FC450477EFD7ABA3E8632(L_30, Enumerator_Dispose_m2938B17DE214BBC4435FC450477EFD7ABA3E8632_RuntimeMethod_var); } IL_01cd_1: { return; } } }); try { { int32_t L_31 = V_0; if (!L_31) { goto IL_012a_2; } } { goto IL_01a6_2; } IL_00d4_2: { Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4* L_32 = (Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4*)(&__this->___U3CU3E7__wrap4); KeyValuePair_2_t59E1759CC9CE408F7EA692318F84D09FDF1AB23B L_33; L_33 = Enumerator_get_Current_m542664BB2E7BA66C25EBFAFAA52BD784F62C31E5_inline(L_32, Enumerator_get_Current_m542664BB2E7BA66C25EBFAFAA52BD784F62C31E5_RuntimeMethod_var); V_4 = L_33; KeyValuePair_2_Deconstruct_m3AD5B919E4E47D207D7DF7A9FDBC9C1BE9B36E91((&V_4), (&V_5), (&V_6), KeyValuePair_2_Deconstruct_m3AD5B919E4E47D207D7DF7A9FDBC9C1BE9B36E91_RuntimeMethod_var); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_34 = V_5; __this->___U3CtrackableIdU3E5__6 = L_34; Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* L_35 = V_6; NullCheck(L_35); Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A L_36; L_36 = Awaitable_1_GetAwaiter_m3B51E44CA91B4E4151F37D60FDD5B451F6901EC6(L_35, Awaitable_1_GetAwaiter_m3B51E44CA91B4E4151F37D60FDD5B451F6901EC6_RuntimeMethod_var); V_9 = L_36; bool L_37; L_37 = Awaiter_get_IsCompleted_m799342AFEBB06F1AB5BDA243F0F396E43B42D79D((&V_9), Awaiter_get_IsCompleted_m799342AFEBB06F1AB5BDA243F0F396E43B42D79D_RuntimeMethod_var); if (L_37) { goto IL_0147_2; } } { int32_t L_38 = 0; V_0 = L_38; __this->___U3CU3E1__state = L_38; Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A L_39 = V_9; __this->___U3CU3Eu__1 = L_39; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1))->____coroutine), (void*)NULL); AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* L_40 = (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F*)(&__this->___U3CU3Et__builder); AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mD0AC12981EE959281E0DDC50EB5BBA6F356F9ADB_inline(L_40, (&V_9), __this, AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mD0AC12981EE959281E0DDC50EB5BBA6F356F9ADB_RuntimeMethod_var); goto IL_0278; } IL_012a_2: { Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A L_41 = __this->___U3CU3Eu__1; V_9 = L_41; Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A* L_42 = (Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A*)(&__this->___U3CU3Eu__1); il2cpp_codegen_initobj(L_42, sizeof(Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A)); int32_t L_43 = (-1); V_0 = L_43; __this->___U3CU3E1__state = L_43; } IL_0147_2: { Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C L_44; L_44 = Awaiter_GetResult_m9B9558707A4E6259386D25FBC8AAEBF0B02D8E80((&V_9), Awaiter_GetResult_m9B9558707A4E6259386D25FBC8AAEBF0B02D8E80_RuntimeMethod_var); V_7 = L_44; il2cpp_codegen_initobj((&V_10), sizeof(XRSaveAnchorResult_t30DC9C1CC8C9B5A35D3846C455096D08A6462DC8)); XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 L_45; L_45 = Result_1_get_status_mFDF77D1359FA17C6F18F4DA8A530C20C74A3D51F_inline((&V_7), Result_1_get_status_mFDF77D1359FA17C6F18F4DA8A530C20C74A3D51F_RuntimeMethod_var); (&V_10)->___resultStatus = L_45; TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_46 = __this->___U3CtrackableIdU3E5__6; (&V_10)->___trackableId = L_46; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_47; L_47 = Result_1_get_value_m84F2DCB404A74C86BD37F773857C084A213FD354_inline((&V_7), Result_1_get_value_m84F2DCB404A74C86BD37F773857C084A213FD354_RuntimeMethod_var); (&V_10)->___savedAnchorGuid = L_47; XRSaveAnchorResult_t30DC9C1CC8C9B5A35D3846C455096D08A6462DC8 L_48 = V_10; V_8 = L_48; NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523* L_49 = (NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523*)(&__this->___U3CsaveAnchorResultsU3E5__3); int32_t L_50 = __this->___U3CindexU3E5__4; XRSaveAnchorResult_t30DC9C1CC8C9B5A35D3846C455096D08A6462DC8 L_51 = V_8; IL2CPP_NATIVEARRAY_SET_ITEM(XRSaveAnchorResult_t30DC9C1CC8C9B5A35D3846C455096D08A6462DC8, (L_49)->___m_Buffer, L_50, (L_51)); int32_t L_52 = __this->___U3CindexU3E5__4; __this->___U3CindexU3E5__4 = ((int32_t)il2cpp_codegen_add(L_52, 1)); } IL_01a6_2: { Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4* L_53 = (Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4*)(&__this->___U3CU3E7__wrap4); bool L_54; L_54 = Enumerator_MoveNext_mC7A691193455DE90D4B93AB3A212D28F04847788(L_53, Enumerator_MoveNext_mC7A691193455DE90D4B93AB3A212D28F04847788_RuntimeMethod_var); if (L_54) { goto IL_00d4_2; } } { goto IL_01ce_1; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_01ce_1: { Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4* L_55 = (Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4*)(&__this->___U3CU3E7__wrap4); il2cpp_codegen_initobj(L_55, sizeof(Enumerator_tAC104F00D8EBB9B1957785D32C035655EB4F22F4)); Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* L_56 = __this->___U3CawaitableByTrackableIdU3E5__2; NullCheck(L_56); Dictionary_2_Clear_m3B9BB74526244B94E7E1133F028A6A9EE9B023FC(L_56, Dictionary_2_Clear_m3B9BB74526244B94E7E1133F028A6A9EE9B023FC_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var); ObjectPool_1_t0B9B92CE17DF4AF53A094DCDFBFC957BED9A47B2* L_57 = ((Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_StaticFields*)il2cpp_codegen_static_fields_for(Provider_tC23348CAA1FF3A0CAF374E321AECCAD47945849C_il2cpp_TypeInfo_var))->___s_SaveAwaitablesMaps; Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56* L_58 = __this->___U3CawaitableByTrackableIdU3E5__2; NullCheck(L_57); ObjectPool_1_Release_mC0DE4C9A1137E5F1BD5B63F1510CC9E6640BB885_inline(L_57, L_58, ObjectPool_1_Release_mC0DE4C9A1137E5F1BD5B63F1510CC9E6640BB885_RuntimeMethod_var); int32_t L_59 = __this->___allocator; if ((((int32_t)L_59) == ((int32_t)4))) { goto IL_0234_1; } } { NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523* L_60 = (NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523*)(&__this->___U3CsaveAnchorResultsU3E5__3); int32_t L_61; L_61 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_60)->___m_Length); int32_t L_62 = __this->___allocator; NativeArray_1__ctor_m103A1BBB9E2ECB2E8C577E6A84B29E4DF2ED1BE9((&V_11), L_61, L_62, 1, NativeArray_1__ctor_m103A1BBB9E2ECB2E8C577E6A84B29E4DF2ED1BE9_RuntimeMethod_var); NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 L_63 = __this->___U3CsaveAnchorResultsU3E5__3; NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 L_64 = V_11; NativeArray_1_Copy_mF484291CF2670F87F893ACB38CB786FCD1C50921(L_63, L_64, NativeArray_1_Copy_mF484291CF2670F87F893ACB38CB786FCD1C50921_RuntimeMethod_var); NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523* L_65 = (NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523*)(&__this->___U3CsaveAnchorResultsU3E5__3); NativeArray_1_Dispose_mC1D3EE4E7955DC6FBB5D8EBDA90DDF42D81677B7(L_65, NativeArray_1_Dispose_mC1D3EE4E7955DC6FBB5D8EBDA90DDF42D81677B7_RuntimeMethod_var); NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 L_66 = V_11; V_2 = L_66; goto IL_025d; } IL_0234_1: { NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 L_67 = __this->___U3CsaveAnchorResultsU3E5__3; V_2 = L_67; goto IL_025d; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_023d; } throw e; } CATCH_023d: { Exception_t* L_68 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_12 = L_68; __this->___U3CU3E1__state = ((int32_t)-2); __this->___U3CawaitableByTrackableIdU3E5__2 = (Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CawaitableByTrackableIdU3E5__2), (void*)(Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56*)NULL); AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* L_69 = (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F*)(&__this->___U3CU3Et__builder); Exception_t* L_70 = V_12; AwaitableAsyncMethodBuilder_1_SetException_mD9D12A0509DC32D98F4D842E4D4FD086FEE7A1C6(L_69, L_70, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AwaitableAsyncMethodBuilder_1_SetException_mD9D12A0509DC32D98F4D842E4D4FD086FEE7A1C6_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0278; } IL_025d: { __this->___U3CU3E1__state = ((int32_t)-2); __this->___U3CawaitableByTrackableIdU3E5__2 = (Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CawaitableByTrackableIdU3E5__2), (void*)(Dictionary_2_tA16390CC69CEC3863CFC2A822D420C23E8D26F56*)NULL); AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* L_71 = (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F*)(&__this->___U3CU3Et__builder); NativeArray_1_t008DB3D3EF17077E3B50AD7000881BCE54EDF523 L_72 = V_2; AwaitableAsyncMethodBuilder_1_SetResult_m79AD6B4AA6154ED336DFDB174D932AFA53C43890(L_71, L_72, AwaitableAsyncMethodBuilder_1_SetResult_m79AD6B4AA6154ED336DFDB174D932AFA53C43890_RuntimeMethod_var); } IL_0278: { return; } } IL2CPP_EXTERN_C void U3CTrySaveAnchorsAsyncU3Ed__12_MoveNext_m8453C31B5272798D1CDF80A265BC48B657FC025D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CTrySaveAnchorsAsyncU3Ed__12_MoveNext_m8453C31B5272798D1CDF80A265BC48B657FC025D(_thisAdjusted, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTrySaveAnchorsAsyncU3Ed__12_SetStateMachine_mD5059651CBCCAEA049969485CA11D381F292E106 (U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AwaitableAsyncMethodBuilder_1_SetStateMachine_mC963141FB8FB1DE098042DF4C85F459E6445D67F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* L_0 = (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F*)(&__this->___U3CU3Et__builder); RuntimeObject* L_1 = ___0_stateMachine; AwaitableAsyncMethodBuilder_1_SetStateMachine_mC963141FB8FB1DE098042DF4C85F459E6445D67F_inline(L_0, L_1, AwaitableAsyncMethodBuilder_1_SetStateMachine_mC963141FB8FB1DE098042DF4C85F459E6445D67F_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CTrySaveAnchorsAsyncU3Ed__12_SetStateMachine_mD5059651CBCCAEA049969485CA11D381F292E106_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CTrySaveAnchorsAsyncU3Ed__12_SetStateMachine_mD5059651CBCCAEA049969485CA11D381F292E106(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchorSubsystemDescriptor_get_supportsTrackableAttachments_mAA02843053726C4551483D799FBDBCD00AFDDF31 (XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsTrackableAttachmentsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchorSubsystemDescriptor_get_supportsSynchronousAdd_m8694B4ABE0519A0A2E725D6608C276EED240885A (XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsSynchronousAddU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchorSubsystemDescriptor_get_supportsSaveAnchor_m321AE704B34428A5F389FEFDF929FC311C8FDBE2 (XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsSaveAnchorU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchorSubsystemDescriptor_get_supportsLoadAnchor_m36AE3180858EB39C3077B426DB4B4317C84C34AE (XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsLoadAnchorU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchorSubsystemDescriptor_get_supportsEraseAnchor_m7D70431D2162FFA7F4C5D96B073B29AE36011D66 (XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsEraseAnchorU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchorSubsystemDescriptor_get_supportsGetSavedAnchorIds_m621797C432C36D71095D335D065617F54E19CF9A (XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsGetSavedAnchorIdsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRAnchorSubsystemDescriptor_get_supportsAsyncCancellation_mD3896BE72B394373EB78A7563171C3CB26CFB14B (XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAsyncCancellationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRAnchorSubsystemDescriptor_Create_m81AF7F8FB3993C02C7AB93B292F6D7C65D8050AC (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 ___0_cinfo, const RuntimeMethod* method) { { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 L_0 = ___0_cinfo; XRAnchorSubsystemDescriptor_Register_m2A88197878DDF5904E236260F60ACB6B4A4A6054(L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRAnchorSubsystemDescriptor_Register_m2A88197878DDF5904E236260F60ACB6B4A4A6054 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 ___0_cinfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 L_0 = ___0_cinfo; XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30* L_1 = (XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30*)il2cpp_codegen_object_new(XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30_il2cpp_TypeInfo_var); XRAnchorSubsystemDescriptor__ctor_m09A98B336838C4CF7BCFE08EB3AF49BFDA9AFF8C(L_1, L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_il2cpp_TypeInfo_var); SubsystemDescriptorStore_RegisterDescriptor_m6DEC96199F95ACCD68822060CEB79CA77AF44F12(L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRAnchorSubsystemDescriptor__ctor_m09A98B336838C4CF7BCFE08EB3AF49BFDA9AFF8C (XRAnchorSubsystemDescriptor_tE311C24D7BA2405DA537716807EBEB451F6A3C30* __this, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 ___0_cinfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemDescriptorWithProvider_2__ctor_mB31F5CFD7E71A6B9480B8267881059F421FBB405_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { SubsystemDescriptorWithProvider_2__ctor_mB31F5CFD7E71A6B9480B8267881059F421FBB405(__this, SubsystemDescriptorWithProvider_2__ctor_mB31F5CFD7E71A6B9480B8267881059F421FBB405_RuntimeMethod_var); String_t* L_0; L_0 = Cinfo_get_id_mFF66DF9642403D18476451C30BD5F2FC89CAF8B1_inline((&___0_cinfo), NULL); SubsystemDescriptorWithProvider_set_id_m4E93140B46C960FFB4723062C55D05D7B551A57B_inline(__this, L_0, NULL); Type_t* L_1; L_1 = Cinfo_get_providerType_m2D11E14B5E4C48474C00C579D4C2F5F45970D70B_inline((&___0_cinfo), NULL); SubsystemDescriptorWithProvider_set_providerType_m27A630CAFBA225796667E17DE114673056339EA4_inline(__this, L_1, NULL); Type_t* L_2; L_2 = Cinfo_get_subsystemTypeOverride_mD1DEE5FBF656FDF4BF5E28B60C04F53B6D146C3B_inline((&___0_cinfo), NULL); SubsystemDescriptorWithProvider_set_subsystemTypeOverride_m34C15BBBE4EB41226EF1C0A0C8BB73A0955E0F3E_inline(__this, L_2, NULL); bool L_3; L_3 = Cinfo_get_supportsTrackableAttachments_m2BA4A0E85635C4D85059CDF713EE7FC21F80DBF4_inline((&___0_cinfo), NULL); __this->___U3CsupportsTrackableAttachmentsU3Ek__BackingField = L_3; bool L_4; L_4 = Cinfo_get_supportsSynchronousAdd_m45C4A12FB4F258524EAD2E91C5D36EBD0E0D97F0_inline((&___0_cinfo), NULL); __this->___U3CsupportsSynchronousAddU3Ek__BackingField = L_4; bool L_5; L_5 = Cinfo_get_supportsSaveAnchor_m0157047CCC68954935E3F3DF731FB53C434FCD18_inline((&___0_cinfo), NULL); __this->___U3CsupportsSaveAnchorU3Ek__BackingField = L_5; bool L_6; L_6 = Cinfo_get_supportsLoadAnchor_mC8D701631C677195D465269BAE8A68867AE1E817_inline((&___0_cinfo), NULL); __this->___U3CsupportsLoadAnchorU3Ek__BackingField = L_6; bool L_7; L_7 = Cinfo_get_supportsEraseAnchor_m8E0AB5DB3DB2B33972189485FA67154220057C9E_inline((&___0_cinfo), NULL); __this->___U3CsupportsEraseAnchorU3Ek__BackingField = L_7; bool L_8; L_8 = Cinfo_get_supportsGetSavedAnchorIds_m1E96391AFB2EDCC60FFD0731BE5B7FE0E0900D8F_inline((&___0_cinfo), NULL); __this->___U3CsupportsGetSavedAnchorIdsU3Ek__BackingField = L_8; bool L_9; L_9 = Cinfo_get_supportsAsyncCancellation_m7ECB198DAD457DD9C3E25BB43BB2D65896358F1A_inline((&___0_cinfo), NULL); __this->___U3CsupportsAsyncCancellationU3Ek__BackingField = L_9; 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 Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_marshal_pinvoke(const Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384& unmarshaled, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_marshaled_pinvoke& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_marshal_pinvoke_back(const Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_marshaled_pinvoke& marshaled, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_marshal_pinvoke_cleanup(Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_marshal_com(const Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384& unmarshaled, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_marshaled_com& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_marshal_com_back(const Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_marshaled_com& marshaled, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_marshal_com_cleanup(Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_mFF66DF9642403D18476451C30BD5F2FC89CAF8B1 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C String_t* Cinfo_get_id_mFF66DF9642403D18476451C30BD5F2FC89CAF8B1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Cinfo_get_id_mFF66DF9642403D18476451C30BD5F2FC89CAF8B1_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_id_m6344F3700C1D743D82AB9E74925F7687925734A6 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_id_m6344F3700C1D743D82AB9E74925F7687925734A6_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_id_m6344F3700C1D743D82AB9E74925F7687925734A6_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_m2D11E14B5E4C48474C00C579D4C2F5F45970D70B (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* Cinfo_get_providerType_m2D11E14B5E4C48474C00C579D4C2F5F45970D70B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = Cinfo_get_providerType_m2D11E14B5E4C48474C00C579D4C2F5F45970D70B_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_providerType_m0E291C22B0B2CF634024F32ECA2E424F18157ACF (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_providerType_m0E291C22B0B2CF634024F32ECA2E424F18157ACF_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_providerType_m0E291C22B0B2CF634024F32ECA2E424F18157ACF_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_mD1DEE5FBF656FDF4BF5E28B60C04F53B6D146C3B (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* Cinfo_get_subsystemTypeOverride_mD1DEE5FBF656FDF4BF5E28B60C04F53B6D146C3B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = Cinfo_get_subsystemTypeOverride_mD1DEE5FBF656FDF4BF5E28B60C04F53B6D146C3B_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_mD5C5CAAC167444FE1BD48C1A16AA904E8DFF7052 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_subsystemTypeOverride_mD5C5CAAC167444FE1BD48C1A16AA904E8DFF7052_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_subsystemTypeOverride_mD5C5CAAC167444FE1BD48C1A16AA904E8DFF7052_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsTrackableAttachments_m2BA4A0E85635C4D85059CDF713EE7FC21F80DBF4 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsTrackableAttachmentsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsTrackableAttachments_m2BA4A0E85635C4D85059CDF713EE7FC21F80DBF4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsTrackableAttachments_m2BA4A0E85635C4D85059CDF713EE7FC21F80DBF4_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsTrackableAttachments_m58F12783B1EF42ED420CC99E0585FA6ED046C4AD (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsTrackableAttachmentsU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsTrackableAttachments_m58F12783B1EF42ED420CC99E0585FA6ED046C4AD_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsTrackableAttachments_m58F12783B1EF42ED420CC99E0585FA6ED046C4AD_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsSynchronousAdd_m45C4A12FB4F258524EAD2E91C5D36EBD0E0D97F0 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsSynchronousAddU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsSynchronousAdd_m45C4A12FB4F258524EAD2E91C5D36EBD0E0D97F0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsSynchronousAdd_m45C4A12FB4F258524EAD2E91C5D36EBD0E0D97F0_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsSynchronousAdd_m4EE2BE17F57E62ADC471B35BC0640049F1AD93E1 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsSynchronousAddU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsSynchronousAdd_m4EE2BE17F57E62ADC471B35BC0640049F1AD93E1_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsSynchronousAdd_m4EE2BE17F57E62ADC471B35BC0640049F1AD93E1_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsSaveAnchor_m0157047CCC68954935E3F3DF731FB53C434FCD18 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsSaveAnchorU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsSaveAnchor_m0157047CCC68954935E3F3DF731FB53C434FCD18_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsSaveAnchor_m0157047CCC68954935E3F3DF731FB53C434FCD18_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsSaveAnchor_m66EE9914E191FE1A82EA315BCE4053AFC6B75012 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsSaveAnchorU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsSaveAnchor_m66EE9914E191FE1A82EA315BCE4053AFC6B75012_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsSaveAnchor_m66EE9914E191FE1A82EA315BCE4053AFC6B75012_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsLoadAnchor_mC8D701631C677195D465269BAE8A68867AE1E817 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsLoadAnchorU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsLoadAnchor_mC8D701631C677195D465269BAE8A68867AE1E817_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsLoadAnchor_mC8D701631C677195D465269BAE8A68867AE1E817_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsLoadAnchor_mF3FF3A23056C429D8950380A1311429DA40C7901 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsLoadAnchorU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsLoadAnchor_mF3FF3A23056C429D8950380A1311429DA40C7901_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsLoadAnchor_mF3FF3A23056C429D8950380A1311429DA40C7901_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsEraseAnchor_m8E0AB5DB3DB2B33972189485FA67154220057C9E (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsEraseAnchorU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsEraseAnchor_m8E0AB5DB3DB2B33972189485FA67154220057C9E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsEraseAnchor_m8E0AB5DB3DB2B33972189485FA67154220057C9E_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsEraseAnchor_m2FE9C32E6CF97744C8C0C364D26C8F0A4106A5BF (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsEraseAnchorU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsEraseAnchor_m2FE9C32E6CF97744C8C0C364D26C8F0A4106A5BF_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsEraseAnchor_m2FE9C32E6CF97744C8C0C364D26C8F0A4106A5BF_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsGetSavedAnchorIds_m1E96391AFB2EDCC60FFD0731BE5B7FE0E0900D8F (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsGetSavedAnchorIdsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsGetSavedAnchorIds_m1E96391AFB2EDCC60FFD0731BE5B7FE0E0900D8F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsGetSavedAnchorIds_m1E96391AFB2EDCC60FFD0731BE5B7FE0E0900D8F_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsGetSavedAnchorIds_m9A8CAFAFE32CED0C3807135E617E06C5DF2A4187 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsGetSavedAnchorIdsU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsGetSavedAnchorIds_m9A8CAFAFE32CED0C3807135E617E06C5DF2A4187_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsGetSavedAnchorIds_m9A8CAFAFE32CED0C3807135E617E06C5DF2A4187_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAsyncCancellation_m7ECB198DAD457DD9C3E25BB43BB2D65896358F1A (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAsyncCancellationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsAsyncCancellation_m7ECB198DAD457DD9C3E25BB43BB2D65896358F1A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsAsyncCancellation_m7ECB198DAD457DD9C3E25BB43BB2D65896358F1A_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsAsyncCancellation_m4209A908D8C293DAD9F2AFB7157E8004A9E6D96C (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAsyncCancellationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsAsyncCancellation_m4209A908D8C293DAD9F2AFB7157E8004A9E6D96C_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsAsyncCancellation_m4209A908D8C293DAD9F2AFB7157E8004A9E6D96C_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cinfo_GetHashCode_mE063F9FDF568ECC85F4D30998CB9A071A82C3859 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; { String_t* L_0; L_0 = Cinfo_get_id_mFF66DF9642403D18476451C30BD5F2FC89CAF8B1_inline(__this, NULL); int32_t L_1; L_1 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_0, NULL); V_0 = L_1; int32_t L_2 = V_0; Type_t* L_3; L_3 = Cinfo_get_providerType_m2D11E14B5E4C48474C00C579D4C2F5F45970D70B_inline(__this, NULL); int32_t L_4; L_4 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_3, NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_2)), L_4)); int32_t L_5 = V_0; Type_t* L_6; L_6 = Cinfo_get_subsystemTypeOverride_mD1DEE5FBF656FDF4BF5E28B60C04F53B6D146C3B_inline(__this, NULL); int32_t L_7; L_7 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_6, NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_5)), L_7)); int32_t L_8 = V_0; bool L_9; L_9 = Cinfo_get_supportsTrackableAttachments_m2BA4A0E85635C4D85059CDF713EE7FC21F80DBF4_inline(__this, NULL); V_1 = L_9; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); int32_t L_10; L_10 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_1), NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_8)), L_10)); int32_t L_11 = V_0; bool L_12; L_12 = Cinfo_get_supportsSynchronousAdd_m45C4A12FB4F258524EAD2E91C5D36EBD0E0D97F0_inline(__this, NULL); V_1 = L_12; int32_t L_13; L_13 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_1), NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_11)), L_13)); int32_t L_14 = V_0; bool L_15; L_15 = Cinfo_get_supportsSaveAnchor_m0157047CCC68954935E3F3DF731FB53C434FCD18_inline(__this, NULL); V_1 = L_15; int32_t L_16; L_16 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_1), NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_14)), L_16)); int32_t L_17 = V_0; bool L_18; L_18 = Cinfo_get_supportsLoadAnchor_mC8D701631C677195D465269BAE8A68867AE1E817_inline(__this, NULL); V_1 = L_18; int32_t L_19; L_19 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_1), NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_17)), L_19)); int32_t L_20 = V_0; bool L_21; L_21 = Cinfo_get_supportsEraseAnchor_m8E0AB5DB3DB2B33972189485FA67154220057C9E_inline(__this, NULL); V_1 = L_21; int32_t L_22; L_22 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_1), NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_20)), L_22)); int32_t L_23 = V_0; bool L_24; L_24 = Cinfo_get_supportsGetSavedAnchorIds_m1E96391AFB2EDCC60FFD0731BE5B7FE0E0900D8F_inline(__this, NULL); V_1 = L_24; int32_t L_25; L_25 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_1), NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_23)), L_25)); int32_t L_26 = V_0; bool L_27; L_27 = Cinfo_get_supportsAsyncCancellation_m7ECB198DAD457DD9C3E25BB43BB2D65896358F1A_inline(__this, NULL); V_1 = L_27; int32_t L_28; L_28 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_1), NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_26)), L_28)); int32_t L_29 = V_0; return L_29; } } IL2CPP_EXTERN_C int32_t Cinfo_GetHashCode_mE063F9FDF568ECC85F4D30998CB9A071A82C3859_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Cinfo_GetHashCode_mE063F9FDF568ECC85F4D30998CB9A071A82C3859(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_m11F554099FC7163A8405E15A238CD1084BCCB65E (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_il2cpp_TypeInfo_var))) { goto IL_0017; } } { RuntimeObject* L_1 = ___0_obj; V_0 = ((*(Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384*)UnBox(L_1, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384_il2cpp_TypeInfo_var))); Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 L_2 = V_0; bool L_3; L_3 = Cinfo_Equals_mD8F45C05DFDE73ABDD26DC002B6F0B1506149F6D(__this, L_2, NULL); return L_3; } IL_0017: { return (bool)0; } } IL2CPP_EXTERN_C bool Cinfo_Equals_m11F554099FC7163A8405E15A238CD1084BCCB65E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_Equals_m11F554099FC7163A8405E15A238CD1084BCCB65E(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_mD8F45C05DFDE73ABDD26DC002B6F0B1506149F6D (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 ___0_other, const RuntimeMethod* method) { { String_t* L_0; L_0 = Cinfo_get_id_mFF66DF9642403D18476451C30BD5F2FC89CAF8B1_inline(__this, NULL); String_t* L_1; L_1 = Cinfo_get_id_mFF66DF9642403D18476451C30BD5F2FC89CAF8B1_inline((&___0_other), NULL); bool L_2; L_2 = String_Equals_m3354EFE6393BED8DD6E18F69BEA131AAADCC622D(L_0, L_1, NULL); if (!L_2) { goto IL_009f; } } { Type_t* L_3; L_3 = Cinfo_get_providerType_m2D11E14B5E4C48474C00C579D4C2F5F45970D70B_inline(__this, NULL); Type_t* L_4; L_4 = Cinfo_get_providerType_m2D11E14B5E4C48474C00C579D4C2F5F45970D70B_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_3) == ((RuntimeObject*)(Type_t*)L_4)))) { goto IL_009f; } } { Type_t* L_5; L_5 = Cinfo_get_subsystemTypeOverride_mD1DEE5FBF656FDF4BF5E28B60C04F53B6D146C3B_inline(__this, NULL); Type_t* L_6; L_6 = Cinfo_get_subsystemTypeOverride_mD1DEE5FBF656FDF4BF5E28B60C04F53B6D146C3B_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_5) == ((RuntimeObject*)(Type_t*)L_6)))) { goto IL_009f; } } { bool L_7; L_7 = Cinfo_get_supportsTrackableAttachments_m2BA4A0E85635C4D85059CDF713EE7FC21F80DBF4_inline(__this, NULL); bool L_8; L_8 = Cinfo_get_supportsTrackableAttachments_m2BA4A0E85635C4D85059CDF713EE7FC21F80DBF4_inline((&___0_other), NULL); if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_009f; } } { bool L_9; L_9 = Cinfo_get_supportsSynchronousAdd_m45C4A12FB4F258524EAD2E91C5D36EBD0E0D97F0_inline(__this, NULL); bool L_10; L_10 = Cinfo_get_supportsSynchronousAdd_m45C4A12FB4F258524EAD2E91C5D36EBD0E0D97F0_inline((&___0_other), NULL); if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_009f; } } { bool L_11; L_11 = Cinfo_get_supportsSaveAnchor_m0157047CCC68954935E3F3DF731FB53C434FCD18_inline(__this, NULL); bool L_12; L_12 = Cinfo_get_supportsSaveAnchor_m0157047CCC68954935E3F3DF731FB53C434FCD18_inline((&___0_other), NULL); if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_009f; } } { bool L_13; L_13 = Cinfo_get_supportsLoadAnchor_mC8D701631C677195D465269BAE8A68867AE1E817_inline(__this, NULL); bool L_14; L_14 = Cinfo_get_supportsLoadAnchor_mC8D701631C677195D465269BAE8A68867AE1E817_inline((&___0_other), NULL); if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_009f; } } { bool L_15; L_15 = Cinfo_get_supportsEraseAnchor_m8E0AB5DB3DB2B33972189485FA67154220057C9E_inline(__this, NULL); bool L_16; L_16 = Cinfo_get_supportsEraseAnchor_m8E0AB5DB3DB2B33972189485FA67154220057C9E_inline((&___0_other), NULL); if ((!(((uint32_t)L_15) == ((uint32_t)L_16)))) { goto IL_009f; } } { bool L_17; L_17 = Cinfo_get_supportsGetSavedAnchorIds_m1E96391AFB2EDCC60FFD0731BE5B7FE0E0900D8F_inline(__this, NULL); bool L_18; L_18 = Cinfo_get_supportsGetSavedAnchorIds_m1E96391AFB2EDCC60FFD0731BE5B7FE0E0900D8F_inline((&___0_other), NULL); if ((!(((uint32_t)L_17) == ((uint32_t)L_18)))) { goto IL_009f; } } { bool L_19; L_19 = Cinfo_get_supportsAsyncCancellation_m7ECB198DAD457DD9C3E25BB43BB2D65896358F1A_inline(__this, NULL); bool L_20; L_20 = Cinfo_get_supportsAsyncCancellation_m7ECB198DAD457DD9C3E25BB43BB2D65896358F1A_inline((&___0_other), NULL); return (bool)((((int32_t)L_19) == ((int32_t)L_20))? 1 : 0); } IL_009f: { return (bool)0; } } IL2CPP_EXTERN_C bool Cinfo_Equals_mD8F45C05DFDE73ABDD26DC002B6F0B1506149F6D_AdjustorThunk (RuntimeObject* __this, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 ___0_other, const RuntimeMethod* method) { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_Equals_mD8F45C05DFDE73ABDD26DC002B6F0B1506149F6D(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_op_Equality_mE41AF60B60A6867D61C42400994FF54D1F12AB29 (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 ___0_lhs, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 ___1_rhs, const RuntimeMethod* method) { { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 L_0 = ___1_rhs; bool L_1; L_1 = Cinfo_Equals_mD8F45C05DFDE73ABDD26DC002B6F0B1506149F6D((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_op_Inequality_m4B20D281F19BB98507567B20742E775B138594DA (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 ___0_lhs, Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 ___1_rhs, const RuntimeMethod* method) { { Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384 L_0 = ___1_rhs; bool L_1; L_1 = Cinfo_Equals_mD8F45C05DFDE73ABDD26DC002B6F0B1506149F6D((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR bool ARRenderingUtils_get_useLegacyRenderPipeline_m5995F66A625E303025AF9841E9598510CAC457DD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ARRenderingUtils_tE75CD53EBD430ECC53EE60CA5C29D7E8F049A37F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { bool L_0; L_0 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline((&((ARRenderingUtils_tE75CD53EBD430ECC53EE60CA5C29D7E8F049A37F_StaticFields*)il2cpp_codegen_static_fields_for(ARRenderingUtils_tE75CD53EBD430ECC53EE60CA5C29D7E8F049A37F_il2cpp_TypeInfo_var))->___s_UseLegacyRenderPipeline), Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var); V_0 = L_0; bool L_1; L_1 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&((ARRenderingUtils_tE75CD53EBD430ECC53EE60CA5C29D7E8F049A37F_StaticFields*)il2cpp_codegen_static_fields_for(ARRenderingUtils_tE75CD53EBD430ECC53EE60CA5C29D7E8F049A37F_il2cpp_TypeInfo_var))->___s_UseLegacyRenderPipeline), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var); if (L_1) { goto IL_0030; } } { il2cpp_codegen_runtime_class_init_inline(GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var); RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E* L_2; L_2 = GraphicsSettings_get_currentRenderPipeline_mEC94DC23DE4F901D6A629E2DE882982686AF75F1(NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); V_0 = L_3; bool L_4 = V_0; Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_5; memset((&L_5), 0, sizeof(L_5)); Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_5), L_4, Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var); ((ARRenderingUtils_tE75CD53EBD430ECC53EE60CA5C29D7E8F049A37F_StaticFields*)il2cpp_codegen_static_fields_for(ARRenderingUtils_tE75CD53EBD430ECC53EE60CA5C29D7E8F049A37F_il2cpp_TypeInfo_var))->___s_UseLegacyRenderPipeline = L_5; bool L_6 = V_0; return L_6; } IL_0030: { bool L_7 = V_0; return L_7; } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRBoundingBox_get_trackableId_mF5CD5DB3F259DE8F7153195F3AF90638D741867A (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = __this->___U3CtrackableIdU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRBoundingBox_get_trackableId_mF5CD5DB3F259DE8F7153195F3AF90638D741867A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 _returnValue; _returnValue = XRBoundingBox_get_trackableId_mF5CD5DB3F259DE8F7153195F3AF90638D741867A_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRBoundingBox_get_pose_m2A10A9EA8E5CDAEF4AF6B7788544B5A738D64BA6 (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___U3CposeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRBoundingBox_get_pose_m2A10A9EA8E5CDAEF4AF6B7788544B5A738D64BA6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 _returnValue; _returnValue = XRBoundingBox_get_pose_m2A10A9EA8E5CDAEF4AF6B7788544B5A738D64BA6_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRBoundingBox_get_size_m710CD228CCAA19856FC370FD340AC44BF1EB7AC6 (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___U3CsizeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRBoundingBox_get_size_m710CD228CCAA19856FC370FD340AC44BF1EB7AC6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 _returnValue; _returnValue = XRBoundingBox_get_size_m710CD228CCAA19856FC370FD340AC44BF1EB7AC6_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRBoundingBox_get_trackingState_mE55A3821D992D4E37203E41BC42A873F5BD81777 (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CtrackingStateU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C int32_t XRBoundingBox_get_trackingState_mE55A3821D992D4E37203E41BC42A873F5BD81777_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRBoundingBox_get_trackingState_mE55A3821D992D4E37203E41BC42A873F5BD81777_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t XRBoundingBox_get_nativePtr_mB8265BAE055028EE0088A414D9D479883FF6F9F7 (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___U3CnativePtrU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C intptr_t XRBoundingBox_get_nativePtr_mB8265BAE055028EE0088A414D9D479883FF6F9F7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); intptr_t _returnValue; _returnValue = XRBoundingBox_get_nativePtr_mB8265BAE055028EE0088A414D9D479883FF6F9F7_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t XRBoundingBox_get_classifications_mCB5C4BE9ACB8F238F54E0842B31F2327F73B864F (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->___U3CclassificationsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C uint32_t XRBoundingBox_get_classifications_mCB5C4BE9ACB8F238F54E0842B31F2327F73B864F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = XRBoundingBox_get_classifications_mCB5C4BE9ACB8F238F54E0842B31F2327F73B864F_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRBoundingBox__ctor_m60D929B9D7515FF23657005D05AE461F0BC7913B (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___1_pose, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_size, int32_t ___3_trackingState, uint32_t ___4_classifications, intptr_t ___5_nativePtr, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = ___0_trackableId; __this->___U3CtrackableIdU3Ek__BackingField = L_0; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_1 = ___1_pose; __this->___U3CposeU3Ek__BackingField = L_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___2_size; __this->___U3CsizeU3Ek__BackingField = L_2; int32_t L_3 = ___3_trackingState; __this->___U3CtrackingStateU3Ek__BackingField = L_3; uint32_t L_4 = ___4_classifications; __this->___U3CclassificationsU3Ek__BackingField = L_4; intptr_t L_5 = ___5_nativePtr; __this->___U3CnativePtrU3Ek__BackingField = L_5; return; } } IL2CPP_EXTERN_C void XRBoundingBox__ctor_m60D929B9D7515FF23657005D05AE461F0BC7913B_AdjustorThunk (RuntimeObject* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___1_pose, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_size, int32_t ___3_trackingState, uint32_t ___4_classifications, intptr_t ___5_nativePtr, const RuntimeMethod* method) { XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRBoundingBox__ctor_m60D929B9D7515FF23657005D05AE461F0BC7913B(_thisAdjusted, ___0_trackableId, ___1_pose, ___2_size, ___3_trackingState, ___4_classifications, ___5_nativePtr, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRBoundingBox_ToString_m27869A74848E7AB3715F3F4D9DC1B4337A648E28 (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoundingBoxClassifications_tDD23584A55BCD82E9D0E95DEA796190BF9AFAA0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedStringBuilder_tBC700FDE57D7EA19A44D80D4B0BC9F49F5B62A78_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackingState_t5487241B6888BB15D8448EBBC640835A011DBBC2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral063FFFBDDAE98915FAEB2AFF0653FF290A0EA458); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral306623D9A2D9B5EEBA2FF13F239009BC51E34185); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral753AA1DF40536EE3E7C24B988DD0B3A1C1D82755); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5D5C226071C3EF250122234F64F2FF6596DC203); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE47EC5977710A3AB08CC9D0C08A5A2DCA2DA5FF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE7D2EBBCCDD9B4705612096BA6B9E4A37526AA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF92754B4C92EEAA36939007C47406DE29C16EB7D); s_Il2CppMethodInitialized = true; } TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 V_0; memset((&V_0), 0, sizeof(V_0)); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2; memset((&V_2), 0, sizeof(V_2)); uint32_t V_3 = 0; int32_t V_4 = 0; intptr_t V_5; memset((&V_5), 0, sizeof(V_5)); int64_t V_6 = 0; String_t* G_B2_0 = NULL; StringBuilder_t* G_B2_1 = NULL; String_t* G_B1_0 = NULL; StringBuilder_t* G_B1_1 = NULL; { il2cpp_codegen_runtime_class_init_inline(SharedStringBuilder_tBC700FDE57D7EA19A44D80D4B0BC9F49F5B62A78_il2cpp_TypeInfo_var); StringBuilder_t* L_0; L_0 = SharedStringBuilder_get_stringBuilder_m8A4CC02B07E97DE4DCD60C549D6009B470A39927_inline(NULL); NullCheck(L_0); StringBuilder_t* L_1; L_1 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_0, _stringLiteral063FFFBDDAE98915FAEB2AFF0653FF290A0EA458, NULL); StringBuilder_t* L_2; L_2 = SharedStringBuilder_get_stringBuilder_m8A4CC02B07E97DE4DCD60C549D6009B470A39927_inline(NULL); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_3; L_3 = XRBoundingBox_get_trackableId_mF5CD5DB3F259DE8F7153195F3AF90638D741867A_inline(__this, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); String_t* L_4; L_4 = TrackableId_ToString_m4BE1AD91726751D994E6FB864B231BE5D7D3F85F((&V_0), NULL); String_t* L_5; L_5 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralF92754B4C92EEAA36939007C47406DE29C16EB7D, L_4, NULL); NullCheck(L_2); StringBuilder_t* L_6; L_6 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_2, L_5, NULL); StringBuilder_t* L_7; L_7 = SharedStringBuilder_get_stringBuilder_m8A4CC02B07E97DE4DCD60C549D6009B470A39927_inline(NULL); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_8; L_8 = XRBoundingBox_get_pose_m2A10A9EA8E5CDAEF4AF6B7788544B5A738D64BA6_inline(__this, NULL); V_1 = L_8; il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); String_t* L_9; L_9 = Pose_ToString_m4F33190911B86A9B72CA59D6AF3C633569CDE6D2((&V_1), NULL); String_t* L_10; L_10 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral306623D9A2D9B5EEBA2FF13F239009BC51E34185, L_9, NULL); NullCheck(L_7); StringBuilder_t* L_11; L_11 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_7, L_10, NULL); StringBuilder_t* L_12; L_12 = SharedStringBuilder_get_stringBuilder_m8A4CC02B07E97DE4DCD60C549D6009B470A39927_inline(NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13; L_13 = XRBoundingBox_get_size_m710CD228CCAA19856FC370FD340AC44BF1EB7AC6_inline(__this, NULL); V_2 = L_13; String_t* L_14; L_14 = Vector3_ToString_m6C24B9F0382D25D75B05C606E127CD14660574EE_inline((&V_2), NULL); String_t* L_15; L_15 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralCE7D2EBBCCDD9B4705612096BA6B9E4A37526AA7, L_14, NULL); NullCheck(L_12); StringBuilder_t* L_16; L_16 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_12, L_15, NULL); StringBuilder_t* L_17; L_17 = SharedStringBuilder_get_stringBuilder_m8A4CC02B07E97DE4DCD60C549D6009B470A39927_inline(NULL); uint32_t L_18; L_18 = XRBoundingBox_get_classifications_mCB5C4BE9ACB8F238F54E0842B31F2327F73B864F_inline(__this, NULL); V_3 = L_18; Il2CppFakeBox L_19(BoundingBoxClassifications_tDD23584A55BCD82E9D0E95DEA796190BF9AFAA0E_il2cpp_TypeInfo_var, (&V_3)); String_t* L_20; L_20 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_19), NULL); String_t* L_21; L_21 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralAE47EC5977710A3AB08CC9D0C08A5A2DCA2DA5FF, L_20, NULL); NullCheck(L_17); StringBuilder_t* L_22; L_22 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_17, L_21, NULL); StringBuilder_t* L_23; L_23 = SharedStringBuilder_get_stringBuilder_m8A4CC02B07E97DE4DCD60C549D6009B470A39927_inline(NULL); int32_t L_24; L_24 = XRBoundingBox_get_trackingState_mE55A3821D992D4E37203E41BC42A873F5BD81777_inline(__this, NULL); V_4 = L_24; Il2CppFakeBox L_25(TrackingState_t5487241B6888BB15D8448EBBC640835A011DBBC2_il2cpp_TypeInfo_var, (&V_4)); String_t* L_26; L_26 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_25), NULL); String_t* L_27; L_27 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA5D5C226071C3EF250122234F64F2FF6596DC203, L_26, NULL); NullCheck(L_23); StringBuilder_t* L_28; L_28 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_23, L_27, NULL); StringBuilder_t* L_29; L_29 = SharedStringBuilder_get_stringBuilder_m8A4CC02B07E97DE4DCD60C549D6009B470A39927_inline(NULL); NullCheck(L_29); StringBuilder_t* L_30; L_30 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_29, _stringLiteral753AA1DF40536EE3E7C24B988DD0B3A1C1D82755, NULL); StringBuilder_t* L_31; L_31 = SharedStringBuilder_get_stringBuilder_m8A4CC02B07E97DE4DCD60C549D6009B470A39927_inline(NULL); intptr_t L_32; L_32 = XRBoundingBox_get_nativePtr_mB8265BAE055028EE0088A414D9D479883FF6F9F7_inline(__this, NULL); V_5 = L_32; int64_t L_33; L_33 = IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032((&V_5), NULL); V_6 = L_33; String_t* L_34; L_34 = Int64_ToString_m284E4E55662818E38654309A41C2B07CD436F36B((&V_6), NULL); String_t* L_35 = L_34; if (L_35) { G_B2_0 = L_35; G_B2_1 = L_31; goto IL_0114; } G_B1_0 = L_35; G_B1_1 = L_31; } { G_B2_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; G_B2_1 = G_B1_1; } IL_0114: { NullCheck(G_B2_1); StringBuilder_t* L_36; L_36 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(G_B2_1, G_B2_0, 0, ((int32_t)16), NULL); il2cpp_codegen_runtime_class_init_inline(SharedStringBuilder_tBC700FDE57D7EA19A44D80D4B0BC9F49F5B62A78_il2cpp_TypeInfo_var); StringBuilder_t* L_37; L_37 = SharedStringBuilder_get_stringBuilder_m8A4CC02B07E97DE4DCD60C549D6009B470A39927_inline(NULL); NullCheck(L_37); StringBuilder_t* L_38; L_38 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_37, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, NULL); StringBuilder_t* L_39; L_39 = SharedStringBuilder_get_stringBuilder_m8A4CC02B07E97DE4DCD60C549D6009B470A39927_inline(NULL); NullCheck(L_39); String_t* L_40; L_40 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_39); StringBuilder_t* L_41; L_41 = SharedStringBuilder_get_stringBuilder_m8A4CC02B07E97DE4DCD60C549D6009B470A39927_inline(NULL); NullCheck(L_41); StringBuilder_t* L_42; L_42 = StringBuilder_Clear_m2D76F6533574F40A4E3E2DC4E730277CBD0AF8F6(L_41, NULL); return L_40; } } IL2CPP_EXTERN_C String_t* XRBoundingBox_ToString_m27869A74848E7AB3715F3F4D9DC1B4337A648E28_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XRBoundingBox_ToString_m27869A74848E7AB3715F3F4D9DC1B4337A648E28(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRBoundingBox_Equals_mA275FC3811C5D30BD7B6CBFCC0B15640E42176A4 (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85_il2cpp_TypeInfo_var))) { goto IL_0017; } } { RuntimeObject* L_1 = ___0_obj; V_0 = ((*(XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85*)UnBox(L_1, XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85_il2cpp_TypeInfo_var))); XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85 L_2 = V_0; bool L_3; L_3 = XRBoundingBox_Equals_m5A9203BBADC839E211C63A8569B67EDE6998369B(__this, L_2, NULL); return L_3; } IL_0017: { return (bool)0; } } IL2CPP_EXTERN_C bool XRBoundingBox_Equals_mA275FC3811C5D30BD7B6CBFCC0B15640E42176A4_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRBoundingBox_Equals_mA275FC3811C5D30BD7B6CBFCC0B15640E42176A4(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRBoundingBox_GetHashCode_m75A0090D4D3C7BFDBB9DCE0EA3ECD53A1C1A598A (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 V_0; memset((&V_0), 0, sizeof(V_0)); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; intptr_t V_4; memset((&V_4), 0, sizeof(V_4)); { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0; L_0 = XRBoundingBox_get_trackableId_mF5CD5DB3F259DE8F7153195F3AF90638D741867A_inline(__this, NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TrackableId_GetHashCode_m6150BF091C3C17A84021CC18B443D5C297F89537((&V_0), NULL); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_2; L_2 = XRBoundingBox_get_pose_m2A10A9EA8E5CDAEF4AF6B7788544B5A738D64BA6_inline(__this, NULL); V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Pose_GetHashCode_mDD6C48FABC18795F04F82D42DFCBC916C0C6CCDB((&V_1), NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4; L_4 = XRBoundingBox_get_size_m710CD228CCAA19856FC370FD340AC44BF1EB7AC6_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = Vector3_GetHashCode_mB08429DC931A85BD29CE11B9ABC77DE7E0E46327_inline((&V_2), NULL); uint32_t L_6; L_6 = XRBoundingBox_get_classifications_mCB5C4BE9ACB8F238F54E0842B31F2327F73B864F_inline(__this, NULL); V_3 = L_6; int32_t L_7; L_7 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((&V_3), NULL); int32_t L_8; L_8 = XRBoundingBox_get_trackingState_mE55A3821D992D4E37203E41BC42A873F5BD81777_inline(__this, NULL); V_3 = L_8; int32_t L_9; L_9 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((&V_3), NULL); intptr_t L_10; L_10 = XRBoundingBox_get_nativePtr_mB8265BAE055028EE0088A414D9D479883FF6F9F7_inline(__this, NULL); V_4 = L_10; int32_t L_11; L_11 = IntPtr_GetHashCode_m669B16AD7483C1C396E48F41D9CAC4B719E38F3D((&V_4), NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)), ((int32_t)486187739))), L_9)), ((int32_t)486187739))), L_11)); } } IL2CPP_EXTERN_C int32_t XRBoundingBox_GetHashCode_m75A0090D4D3C7BFDBB9DCE0EA3ECD53A1C1A598A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRBoundingBox_GetHashCode_m75A0090D4D3C7BFDBB9DCE0EA3ECD53A1C1A598A(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRBoundingBox_op_Equality_mA8F41D1A13DB3F634ABAB2E87837F5329449FD10 (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85 ___0_lhs, XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85 ___1_rhs, const RuntimeMethod* method) { { XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85 L_0 = ___1_rhs; bool L_1; L_1 = XRBoundingBox_Equals_m5A9203BBADC839E211C63A8569B67EDE6998369B((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRBoundingBox_op_Inequality_mF4B9D2C7296BB7B499F2314C5E197E4EAEC005E3 (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85 ___0_lhs, XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85 ___1_rhs, const RuntimeMethod* method) { { XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85 L_0 = ___1_rhs; bool L_1; L_1 = XRBoundingBox_Equals_m5A9203BBADC839E211C63A8569B67EDE6998369B((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRBoundingBox_Equals_m5A9203BBADC839E211C63A8569B67EDE6998369B (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85 ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 V_0; memset((&V_0), 0, sizeof(V_0)); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2; memset((&V_2), 0, sizeof(V_2)); { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0; L_0 = XRBoundingBox_get_trackableId_mF5CD5DB3F259DE8F7153195F3AF90638D741867A_inline(__this, NULL); V_0 = L_0; TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_1; L_1 = XRBoundingBox_get_trackableId_mF5CD5DB3F259DE8F7153195F3AF90638D741867A_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); bool L_2; L_2 = TrackableId_Equals_m7263BB158392C4F1B57BEE16D4F1FBBCF01E4A6E((&V_0), L_1, NULL); if (!L_2) { goto IL_0078; } } { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_3; L_3 = XRBoundingBox_get_pose_m2A10A9EA8E5CDAEF4AF6B7788544B5A738D64BA6_inline(__this, NULL); V_1 = L_3; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_4; L_4 = XRBoundingBox_get_pose_m2A10A9EA8E5CDAEF4AF6B7788544B5A738D64BA6_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); bool L_5; L_5 = Pose_Equals_m31979E7A46252DBB620F4A0EA3BDBA61782DA498((&V_1), L_4, NULL); if (!L_5) { goto IL_0078; } } { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6; L_6 = XRBoundingBox_get_size_m710CD228CCAA19856FC370FD340AC44BF1EB7AC6_inline(__this, NULL); V_2 = L_6; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7; L_7 = XRBoundingBox_get_size_m710CD228CCAA19856FC370FD340AC44BF1EB7AC6_inline((&___0_other), NULL); bool L_8; L_8 = Vector3_Equals_mEDEAF86793D229455BBF9BA5B30DDF438D6CABC1_inline((&V_2), L_7, NULL); if (!L_8) { goto IL_0078; } } { int32_t L_9; L_9 = XRBoundingBox_get_trackingState_mE55A3821D992D4E37203E41BC42A873F5BD81777_inline(__this, NULL); int32_t L_10; L_10 = XRBoundingBox_get_trackingState_mE55A3821D992D4E37203E41BC42A873F5BD81777_inline((&___0_other), NULL); if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_0078; } } { intptr_t L_11; L_11 = XRBoundingBox_get_nativePtr_mB8265BAE055028EE0088A414D9D479883FF6F9F7_inline(__this, NULL); intptr_t L_12; L_12 = XRBoundingBox_get_nativePtr_mB8265BAE055028EE0088A414D9D479883FF6F9F7_inline((&___0_other), NULL); bool L_13; L_13 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline(L_11, L_12, NULL); if (!L_13) { goto IL_0078; } } { uint32_t L_14; L_14 = XRBoundingBox_get_classifications_mCB5C4BE9ACB8F238F54E0842B31F2327F73B864F_inline(__this, NULL); uint32_t L_15; L_15 = XRBoundingBox_get_classifications_mCB5C4BE9ACB8F238F54E0842B31F2327F73B864F_inline((&___0_other), NULL); return (bool)((((int32_t)L_14) == ((int32_t)L_15))? 1 : 0); } IL_0078: { return (bool)0; } } IL2CPP_EXTERN_C bool XRBoundingBox_Equals_m5A9203BBADC839E211C63A8569B67EDE6998369B_AdjustorThunk (RuntimeObject* __this, XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85 ___0_other, const RuntimeMethod* method) { XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRBoundingBox_Equals_m5A9203BBADC839E211C63A8569B67EDE6998369B(_thisAdjusted, ___0_other, 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 IL2CPP_METHOD_ATTR void XRBoundingBoxSubsystem__ctor_mE880536035C5879420BA71D5B4592F7BC60AF539 (XRBoundingBoxSubsystem_tE7D12319C6C9C6EA35624EBF7F56FCE464201E53* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackingSubsystem_4__ctor_m19626B95CC868E357F0C18C533DE4BF32ACF5E37_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { TrackingSubsystem_4__ctor_m19626B95CC868E357F0C18C533DE4BF32ACF5E37(__this, TrackingSubsystem_4__ctor_m19626B95CC868E357F0C18C533DE4BF32ACF5E37_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackableChanges_1_tF1EF405BDA66D5E67EA993C7A9C0FF1F8A736FA9 XRBoundingBoxSubsystem_GetChanges_mD85EC70D9121ECF6A104B3455360CDD503B23C7B (XRBoundingBoxSubsystem_tE7D12319C6C9C6EA35624EBF7F56FCE464201E53* __this, int32_t ___0_allocator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m296BFD07594B24A0768E35CAC843DA6490972ABC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85 V_0; memset((&V_0), 0, sizeof(V_0)); { Provider_tEE33D025EE18410F47828C1DD21622753EB795C8* L_0; L_0 = SubsystemWithProvider_3_get_provider_m296BFD07594B24A0768E35CAC843DA6490972ABC_inline(__this, SubsystemWithProvider_3_get_provider_m296BFD07594B24A0768E35CAC843DA6490972ABC_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85)); XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85 L_1 = V_0; int32_t L_2 = ___0_allocator; NullCheck(L_0); TrackableChanges_1_tF1EF405BDA66D5E67EA993C7A9C0FF1F8A736FA9 L_3; L_3 = VirtualFuncInvoker2< TrackableChanges_1_tF1EF405BDA66D5E67EA993C7A9C0FF1F8A736FA9, XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85, int32_t >::Invoke(8, L_0, L_1, L_2); 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider__ctor_mE03BC2AFEB1069CB10E905EC2B7073FB03D272CE (Provider_tEE33D025EE18410F47828C1DD21622753EB795C8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemProvider_1__ctor_m7B1DA76491B3900D3E975BB9A82904DF1AB89B36_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { SubsystemProvider_1__ctor_m7B1DA76491B3900D3E975BB9A82904DF1AB89B36(__this, SubsystemProvider_1__ctor_m7B1DA76491B3900D3E975BB9A82904DF1AB89B36_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 IL2CPP_METHOD_ATTR bool XRBoundingBoxSubsystemDescriptor_get_supportsClassifications_m879EB6BDF40820A529D09D3AE299AC624249545F (XRBoundingBoxSubsystemDescriptor_t6DE6FF4E0EFB01FF8B34959D5A23FB144D04BC97* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsClassificationsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRBoundingBoxSubsystemDescriptor_Register_m3B3793CF949864AA26200073564A0A99DF977AB7 (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 ___0_cinfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRBoundingBoxSubsystemDescriptor_t6DE6FF4E0EFB01FF8B34959D5A23FB144D04BC97_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 L_0 = ___0_cinfo; XRBoundingBoxSubsystemDescriptor_t6DE6FF4E0EFB01FF8B34959D5A23FB144D04BC97* L_1 = (XRBoundingBoxSubsystemDescriptor_t6DE6FF4E0EFB01FF8B34959D5A23FB144D04BC97*)il2cpp_codegen_object_new(XRBoundingBoxSubsystemDescriptor_t6DE6FF4E0EFB01FF8B34959D5A23FB144D04BC97_il2cpp_TypeInfo_var); XRBoundingBoxSubsystemDescriptor__ctor_m0BD39F2A3287C96E9240F79C44350F808A4308EE(L_1, L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_il2cpp_TypeInfo_var); SubsystemDescriptorStore_RegisterDescriptor_m6DEC96199F95ACCD68822060CEB79CA77AF44F12(L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRBoundingBoxSubsystemDescriptor__ctor_m0BD39F2A3287C96E9240F79C44350F808A4308EE (XRBoundingBoxSubsystemDescriptor_t6DE6FF4E0EFB01FF8B34959D5A23FB144D04BC97* __this, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 ___0_cinfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemDescriptorWithProvider_2__ctor_m75B9F00D191B8EDA53A4825C34E4180458CB55AF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { SubsystemDescriptorWithProvider_2__ctor_m75B9F00D191B8EDA53A4825C34E4180458CB55AF(__this, SubsystemDescriptorWithProvider_2__ctor_m75B9F00D191B8EDA53A4825C34E4180458CB55AF_RuntimeMethod_var); String_t* L_0; L_0 = Cinfo_get_id_m247EC43D4F92ECB29BBA8D5FDC3BAAAD87B16D50_inline((&___0_cinfo), NULL); SubsystemDescriptorWithProvider_set_id_m4E93140B46C960FFB4723062C55D05D7B551A57B_inline(__this, L_0, NULL); Type_t* L_1; L_1 = Cinfo_get_providerType_mA1F0BEE01180AC71A4C5385E64055CCB25111B5C_inline((&___0_cinfo), NULL); SubsystemDescriptorWithProvider_set_providerType_m27A630CAFBA225796667E17DE114673056339EA4_inline(__this, L_1, NULL); Type_t* L_2; L_2 = Cinfo_get_subsystemTypeOverride_m246CD89A95D6A3F5B937D7717C7A645AFD770778_inline((&___0_cinfo), NULL); SubsystemDescriptorWithProvider_set_subsystemTypeOverride_m34C15BBBE4EB41226EF1C0A0C8BB73A0955E0F3E_inline(__this, L_2, NULL); bool L_3; L_3 = Cinfo_get_supportsClassification_m90E8507B73546783081A1B8497FEFAFD28D37915_inline((&___0_cinfo), NULL); __this->___U3CsupportsClassificationsU3Ek__BackingField = L_3; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_marshal_pinvoke(const Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718& unmarshaled, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_marshaled_pinvoke& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_marshal_pinvoke_back(const Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_marshaled_pinvoke& marshaled, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_marshal_pinvoke_cleanup(Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_marshal_com(const Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718& unmarshaled, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_marshaled_com& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_marshal_com_back(const Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_marshaled_com& marshaled, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_marshal_com_cleanup(Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m247EC43D4F92ECB29BBA8D5FDC3BAAAD87B16D50 (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C String_t* Cinfo_get_id_m247EC43D4F92ECB29BBA8D5FDC3BAAAD87B16D50_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Cinfo_get_id_m247EC43D4F92ECB29BBA8D5FDC3BAAAD87B16D50_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_id_m172BEDBF188D121EBFE1FF658328955DA092CC4C (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_id_m172BEDBF188D121EBFE1FF658328955DA092CC4C_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method) { Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_id_m172BEDBF188D121EBFE1FF658328955DA092CC4C_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_mA1F0BEE01180AC71A4C5385E64055CCB25111B5C (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* Cinfo_get_providerType_mA1F0BEE01180AC71A4C5385E64055CCB25111B5C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = Cinfo_get_providerType_mA1F0BEE01180AC71A4C5385E64055CCB25111B5C_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_providerType_mB32642C0F151A0CBB6EC9F0F20813B6A61ACF706 (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_providerType_mB32642C0F151A0CBB6EC9F0F20813B6A61ACF706_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_providerType_mB32642C0F151A0CBB6EC9F0F20813B6A61ACF706_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_m246CD89A95D6A3F5B937D7717C7A645AFD770778 (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* Cinfo_get_subsystemTypeOverride_m246CD89A95D6A3F5B937D7717C7A645AFD770778_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = Cinfo_get_subsystemTypeOverride_m246CD89A95D6A3F5B937D7717C7A645AFD770778_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_m741AE5BF88628677B878FCE7DE3A1664C83F54B8 (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_subsystemTypeOverride_m741AE5BF88628677B878FCE7DE3A1664C83F54B8_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_subsystemTypeOverride_m741AE5BF88628677B878FCE7DE3A1664C83F54B8_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsClassification_m90E8507B73546783081A1B8497FEFAFD28D37915 (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsClassificationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsClassification_m90E8507B73546783081A1B8497FEFAFD28D37915_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsClassification_m90E8507B73546783081A1B8497FEFAFD28D37915_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsClassification_m95FAE748501A8FD23465071CC4D46497B62BB9BB (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsClassificationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsClassification_m95FAE748501A8FD23465071CC4D46497B62BB9BB_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsClassification_m95FAE748501A8FD23465071CC4D46497B62BB9BB_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_mC1307510A3C3D20BBCA522490AF9751081DDD15E (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 ___0_other, const RuntimeMethod* method) { { String_t* L_0; L_0 = Cinfo_get_id_m247EC43D4F92ECB29BBA8D5FDC3BAAAD87B16D50_inline(__this, NULL); String_t* L_1; L_1 = Cinfo_get_id_m247EC43D4F92ECB29BBA8D5FDC3BAAAD87B16D50_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_003d; } } { Type_t* L_2; L_2 = Cinfo_get_providerType_mA1F0BEE01180AC71A4C5385E64055CCB25111B5C_inline(__this, NULL); Type_t* L_3; L_3 = Cinfo_get_providerType_mA1F0BEE01180AC71A4C5385E64055CCB25111B5C_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_2) == ((RuntimeObject*)(Type_t*)L_3)))) { goto IL_003d; } } { Type_t* L_4; L_4 = Cinfo_get_subsystemTypeOverride_m246CD89A95D6A3F5B937D7717C7A645AFD770778_inline(__this, NULL); Type_t* L_5; L_5 = Cinfo_get_subsystemTypeOverride_m246CD89A95D6A3F5B937D7717C7A645AFD770778_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_4) == ((RuntimeObject*)(Type_t*)L_5)))) { goto IL_003d; } } { bool L_6; L_6 = Cinfo_get_supportsClassification_m90E8507B73546783081A1B8497FEFAFD28D37915_inline(__this, NULL); bool L_7; L_7 = Cinfo_get_supportsClassification_m90E8507B73546783081A1B8497FEFAFD28D37915_inline((&___0_other), NULL); return (bool)((((int32_t)L_6) == ((int32_t)L_7))? 1 : 0); } IL_003d: { return (bool)0; } } IL2CPP_EXTERN_C bool Cinfo_Equals_mC1307510A3C3D20BBCA522490AF9751081DDD15E_AdjustorThunk (RuntimeObject* __this, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 ___0_other, const RuntimeMethod* method) { Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_Equals_mC1307510A3C3D20BBCA522490AF9751081DDD15E(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_mC9C85CA249D898E0D5130BDCC9E6DFA8B87286ED (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_il2cpp_TypeInfo_var))) { goto IL_0017; } } { RuntimeObject* L_1 = ___0_obj; V_0 = ((*(Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718*)UnBox(L_1, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718_il2cpp_TypeInfo_var))); Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 L_2 = V_0; bool L_3; L_3 = Cinfo_Equals_mC1307510A3C3D20BBCA522490AF9751081DDD15E(__this, L_2, NULL); return L_3; } IL_0017: { return (bool)0; } } IL2CPP_EXTERN_C bool Cinfo_Equals_mC9C85CA249D898E0D5130BDCC9E6DFA8B87286ED_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_Equals_mC9C85CA249D898E0D5130BDCC9E6DFA8B87286ED(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cinfo_GetHashCode_m1070E956DFB279F1BF677A1A0AF7AEADAC12FF23 (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, const RuntimeMethod* method) { bool V_0 = false; { String_t* L_0; L_0 = Cinfo_get_id_m247EC43D4F92ECB29BBA8D5FDC3BAAAD87B16D50_inline(__this, NULL); int32_t L_1; L_1 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_0, NULL); Type_t* L_2; L_2 = Cinfo_get_providerType_mA1F0BEE01180AC71A4C5385E64055CCB25111B5C_inline(__this, NULL); int32_t L_3; L_3 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_2, NULL); Type_t* L_4; L_4 = Cinfo_get_subsystemTypeOverride_m246CD89A95D6A3F5B937D7717C7A645AFD770778_inline(__this, NULL); int32_t L_5; L_5 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_4, NULL); bool L_6; L_6 = Cinfo_get_supportsClassification_m90E8507B73546783081A1B8497FEFAFD28D37915_inline(__this, NULL); V_0 = L_6; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); int32_t L_7; L_7 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)); } } IL2CPP_EXTERN_C int32_t Cinfo_GetHashCode_m1070E956DFB279F1BF677A1A0AF7AEADAC12FF23_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Cinfo_GetHashCode_m1070E956DFB279F1BF677A1A0AF7AEADAC12FF23(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_op_Equality_m8FC737BBA2D0B6FAA9D0AD7E523524E50FE3243C (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 ___0_lhs, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 ___1_rhs, const RuntimeMethod* method) { { Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 L_0 = ___1_rhs; bool L_1; L_1 = Cinfo_Equals_mC1307510A3C3D20BBCA522490AF9751081DDD15E((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_op_Inequality_m960ED865A90A41B7D97429F5E7951B5E3956B0F6 (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 ___0_lhs, Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 ___1_rhs, const RuntimeMethod* method) { { Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718 L_0 = ___1_rhs; bool L_1; L_1 = Cinfo_Equals_mC1307510A3C3D20BBCA522490AF9751081DDD15E((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #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 IL2CPP_EXTERN_C void XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_marshal_pinvoke(const XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5& unmarshaled, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_marshaled_pinvoke& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5____U3CbackgroundGeometryU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CbackgroundGeometryU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5____U3CbackgroundGeometryU3Ek__BackingField_FieldInfo_var, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CbackgroundGeometryU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_marshal_pinvoke_back(const XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_marshaled_pinvoke& marshaled, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5____U3CbackgroundGeometryU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CbackgroundGeometryU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5____U3CbackgroundGeometryU3Ek__BackingField_FieldInfo_var, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CbackgroundGeometryU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_marshal_pinvoke_cleanup(XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_marshal_com(const XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5& unmarshaled, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_marshaled_com& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5____U3CbackgroundGeometryU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CbackgroundGeometryU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5____U3CbackgroundGeometryU3Ek__BackingField_FieldInfo_var, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CbackgroundGeometryU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_marshal_com_back(const XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_marshaled_com& marshaled, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5____U3CbackgroundGeometryU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CbackgroundGeometryU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5____U3CbackgroundGeometryU3Ek__BackingField_FieldInfo_var, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CbackgroundGeometryU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_marshal_com_cleanup(XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* XRCameraBackgroundRenderingParams_get_backgroundGeometry_mDB1427A99FCF60D40039091E15D192693E814E1B (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, const RuntimeMethod* method) { { Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_0 = __this->___U3CbackgroundGeometryU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* XRCameraBackgroundRenderingParams_get_backgroundGeometry_mDB1427A99FCF60D40039091E15D192693E814E1B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* _returnValue; _returnValue = XRCameraBackgroundRenderingParams_get_backgroundGeometry_mDB1427A99FCF60D40039091E15D192693E814E1B_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 XRCameraBackgroundRenderingParams_get_backgroundTransform_m7871874D912DF0B283B38D0D50ACB2050E385CD7 (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, const RuntimeMethod* method) { { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = __this->___U3CbackgroundTransformU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 XRCameraBackgroundRenderingParams_get_backgroundTransform_m7871874D912DF0B283B38D0D50ACB2050E385CD7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 _returnValue; _returnValue = XRCameraBackgroundRenderingParams_get_backgroundTransform_m7871874D912DF0B283B38D0D50ACB2050E385CD7_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraBackgroundRenderingParams__ctor_m744B82AB7308770AAD1F71596586E7710FFA6C2A (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___0_mesh, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_transform, 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; } { Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_0 = ___0_mesh; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0019; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB0A157666700D8227FD4B66A26FDC02035E89BF)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77D146D13FD22403DC6EAA8D6A7F97C732072154)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRCameraBackgroundRenderingParams__ctor_m744B82AB7308770AAD1F71596586E7710FFA6C2A_RuntimeMethod_var))); } IL_0019: { Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_3 = ___0_mesh; __this->___U3CbackgroundGeometryU3Ek__BackingField = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbackgroundGeometryU3Ek__BackingField), (void*)L_3); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_4 = ___1_transform; __this->___U3CbackgroundTransformU3Ek__BackingField = L_4; return; } } IL2CPP_EXTERN_C void XRCameraBackgroundRenderingParams__ctor_m744B82AB7308770AAD1F71596586E7710FFA6C2A_AdjustorThunk (RuntimeObject* __this, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___0_mesh, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_transform, const RuntimeMethod* method) { XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraBackgroundRenderingParams__ctor_m744B82AB7308770AAD1F71596586E7710FFA6C2A(_thisAdjusted, ___0_mesh, ___1_transform, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraBackgroundRenderingParams__ctor_m338AF46B33FE304CC6263D7484DB6C699E322C3E (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___0_mesh, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_model, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_view, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___3_projection, const RuntimeMethod* method) { { Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_0 = ___0_mesh; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1 = ___1_model; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2 = ___2_view; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_3; L_3 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_1, L_2, NULL); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_4 = ___3_projection; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_5; L_5 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_3, L_4, NULL); XRCameraBackgroundRenderingParams__ctor_m744B82AB7308770AAD1F71596586E7710FFA6C2A(__this, L_0, L_5, NULL); return; } } IL2CPP_EXTERN_C void XRCameraBackgroundRenderingParams__ctor_m338AF46B33FE304CC6263D7484DB6C699E322C3E_AdjustorThunk (RuntimeObject* __this, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___0_mesh, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_model, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_view, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___3_projection, const RuntimeMethod* method) { XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraBackgroundRenderingParams__ctor_m338AF46B33FE304CC6263D7484DB6C699E322C3E(_thisAdjusted, ___0_mesh, ___1_model, ___2_view, ___3_projection, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraBackgroundRenderingParams_Equals_m12EEDE089CAB4E822A0E494811160211F19206FE (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5 ___0_other, const RuntimeMethod* method) { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_0; memset((&V_0), 0, sizeof(V_0)); { Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_0; L_0 = XRCameraBackgroundRenderingParams_get_backgroundGeometry_mDB1427A99FCF60D40039091E15D192693E814E1B_inline(__this, NULL); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_1; L_1 = XRCameraBackgroundRenderingParams_get_backgroundGeometry_mDB1427A99FCF60D40039091E15D192693E814E1B_inline((&___0_other), NULL); NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_0, L_1); if (!L_2) { goto IL_002a; } } { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_3; L_3 = XRCameraBackgroundRenderingParams_get_backgroundTransform_m7871874D912DF0B283B38D0D50ACB2050E385CD7_inline(__this, NULL); V_0 = L_3; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_4; L_4 = XRCameraBackgroundRenderingParams_get_backgroundTransform_m7871874D912DF0B283B38D0D50ACB2050E385CD7_inline((&___0_other), NULL); bool L_5; L_5 = Matrix4x4_Equals_mDB0C4CCC58BE3E108F1A40BE8DBDCD62E284CC51_inline((&V_0), L_4, NULL); return L_5; } IL_002a: { return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraBackgroundRenderingParams_Equals_m12EEDE089CAB4E822A0E494811160211F19206FE_AdjustorThunk (RuntimeObject* __this, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5 ___0_other, const RuntimeMethod* method) { XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraBackgroundRenderingParams_Equals_m12EEDE089CAB4E822A0E494811160211F19206FE(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraBackgroundRenderingParams_Equals_m194B0E3F674DD1150B876FA1D8EF3CCD1D847FB2 (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_il2cpp_TypeInfo_var))) { goto IL_0017; } } { RuntimeObject* L_1 = ___0_obj; V_0 = ((*(XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5*)UnBox(L_1, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5_il2cpp_TypeInfo_var))); XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5 L_2 = V_0; bool L_3; L_3 = XRCameraBackgroundRenderingParams_Equals_m12EEDE089CAB4E822A0E494811160211F19206FE(__this, L_2, NULL); return L_3; } IL_0017: { return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraBackgroundRenderingParams_Equals_m194B0E3F674DD1150B876FA1D8EF3CCD1D847FB2_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraBackgroundRenderingParams_Equals_m194B0E3F674DD1150B876FA1D8EF3CCD1D847FB2(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraBackgroundRenderingParams_GetHashCode_mC7FD44F66F99868FE4026F1727F08998A078C1F9 (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashCode_Combine_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_mCB5FEBD54D58022C9AC1939ABAB1256F39CF5542_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashCode_t9CF0E862CF73DB9FE67D8DBBD1F4C46330F88AE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_0; L_0 = XRCameraBackgroundRenderingParams_get_backgroundGeometry_mDB1427A99FCF60D40039091E15D192693E814E1B_inline(__this, NULL); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1; L_1 = XRCameraBackgroundRenderingParams_get_backgroundTransform_m7871874D912DF0B283B38D0D50ACB2050E385CD7_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(HashCode_t9CF0E862CF73DB9FE67D8DBBD1F4C46330F88AE3_il2cpp_TypeInfo_var); int32_t L_2; L_2 = HashCode_Combine_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_mCB5FEBD54D58022C9AC1939ABAB1256F39CF5542(L_0, L_1, HashCode_Combine_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_mCB5FEBD54D58022C9AC1939ABAB1256F39CF5542_RuntimeMethod_var); return L_2; } } IL2CPP_EXTERN_C int32_t XRCameraBackgroundRenderingParams_GetHashCode_mC7FD44F66F99868FE4026F1727F08998A078C1F9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRCameraBackgroundRenderingParams_GetHashCode_mC7FD44F66F99868FE4026F1727F08998A078C1F9(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraBackgroundRenderingParams_op_Equality_m2A1AE5590252E82C514B82E2E91B03880862EF9D (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5 ___0_lhs, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5 ___1_rhs, const RuntimeMethod* method) { { XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5 L_0 = ___1_rhs; bool L_1; L_1 = XRCameraBackgroundRenderingParams_Equals_m12EEDE089CAB4E822A0E494811160211F19206FE((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraBackgroundRenderingParams_op_Inequality_mEADFF7D8C8119CFB3380DFE254DB6273BBA4D17F (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5 ___0_lhs, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5 ___1_rhs, const RuntimeMethod* method) { { XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5 L_0 = ___1_rhs; bool L_1; L_1 = XRCameraBackgroundRenderingParams_Equals_m12EEDE089CAB4E822A0E494811160211F19206FE((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR int32_t XRCameraConfiguration_get_width_mCEA441DFABEDE3E552A2D4452508BCE923B6C3C6 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) { { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_0 = (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)(&__this->___m_Resolution); int32_t L_1; L_1 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C int32_t XRCameraConfiguration_get_width_mCEA441DFABEDE3E552A2D4452508BCE923B6C3C6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRCameraConfiguration_get_width_mCEA441DFABEDE3E552A2D4452508BCE923B6C3C6(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraConfiguration_get_height_m9130BF72BE684B67C2100DD1624AF851E42B81A8 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) { { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_0 = (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)(&__this->___m_Resolution); int32_t L_1; L_1 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C int32_t XRCameraConfiguration_get_height_m9130BF72BE684B67C2100DD1624AF851E42B81A8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRCameraConfiguration_get_height_m9130BF72BE684B67C2100DD1624AF851E42B81A8(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A XRCameraConfiguration_get_resolution_m8EB20C15322147BCA971867F394BC0E0EDCB5A0D (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) { { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = __this->___m_Resolution; return L_0; } } IL2CPP_EXTERN_C Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A XRCameraConfiguration_get_resolution_m8EB20C15322147BCA971867F394BC0E0EDCB5A0D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A _returnValue; _returnValue = XRCameraConfiguration_get_resolution_m8EB20C15322147BCA971867F394BC0E0EDCB5A0D_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 XRCameraConfiguration_get_framerate_m3BFA6E6FB947828EDC20AC9CED31391634F5EB6F (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = __this->___m_Framerate; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0013; } } { il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28)); Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_1 = V_0; return L_1; } IL_0013: { int32_t L_2 = __this->___m_Framerate; Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_3; memset((&L_3), 0, sizeof(L_3)); Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703((&L_3), L_2, Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var); return L_3; } } IL2CPP_EXTERN_C Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 XRCameraConfiguration_get_framerate_m3BFA6E6FB947828EDC20AC9CED31391634F5EB6F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 _returnValue; _returnValue = XRCameraConfiguration_get_framerate_m3BFA6E6FB947828EDC20AC9CED31391634F5EB6F(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraConfiguration_get_depthSensorSupported_m05B25DB3D4E83E385BE419109288B77684532A53 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_DepthSensorSupported; return L_0; } } IL2CPP_EXTERN_C int32_t XRCameraConfiguration_get_depthSensorSupported_m05B25DB3D4E83E385BE419109288B77684532A53_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRCameraConfiguration_get_depthSensorSupported_m05B25DB3D4E83E385BE419109288B77684532A53_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t XRCameraConfiguration_get_nativeConfigurationHandle_mD9C92AE35660E0441A296301336578BA11313155 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_NativeConfigurationHandle; return L_0; } } IL2CPP_EXTERN_C intptr_t XRCameraConfiguration_get_nativeConfigurationHandle_mD9C92AE35660E0441A296301336578BA11313155_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); intptr_t _returnValue; _returnValue = XRCameraConfiguration_get_nativeConfigurationHandle_mD9C92AE35660E0441A296301336578BA11313155_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraConfiguration__ctor_m6A41DA8E8540120FABB6436C2DCB07B6BC520281 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, intptr_t ___0_handle, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_resolution, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___2_framerate, int32_t ___3_depthSensorSupported, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_0 = ___2_framerate; V_0 = L_0; V_1 = 0; int32_t L_1; L_1 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_0), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var); int32_t L_2 = V_1; bool L_3; L_3 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_0), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var); if (!((int32_t)(((((int32_t)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_3))) { goto IL_003c; } } { Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_4 = ___2_framerate; Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_5 = L_4; RuntimeObject* L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_il2cpp_TypeInfo_var)), &L_5); Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_7 = ___2_framerate; Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_8 = L_7; RuntimeObject* L_9 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_il2cpp_TypeInfo_var)), &L_8); String_t* L_10; L_10 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07E4589D7CE140DC2E9E9C0D4C205CF30DFAA876)), L_9, NULL); ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_11 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m60B543A63AC8692C28096003FBF2AD124B9D5B85(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1BCF5F01B1EC95B9838888EE7F91C3DF7AD8CD04)), L_6, L_10, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRCameraConfiguration__ctor_m6A41DA8E8540120FABB6436C2DCB07B6BC520281_RuntimeMethod_var))); } IL_003c: { intptr_t L_12 = ___0_handle; __this->___m_NativeConfigurationHandle = L_12; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_13 = ___1_resolution; __this->___m_Resolution = L_13; int32_t L_14; L_14 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&___2_framerate), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var); __this->___m_Framerate = L_14; int32_t L_15 = ___3_depthSensorSupported; __this->___m_DepthSensorSupported = L_15; return; } } IL2CPP_EXTERN_C void XRCameraConfiguration__ctor_m6A41DA8E8540120FABB6436C2DCB07B6BC520281_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_handle, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_resolution, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___2_framerate, int32_t ___3_depthSensorSupported, const RuntimeMethod* method) { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraConfiguration__ctor_m6A41DA8E8540120FABB6436C2DCB07B6BC520281(_thisAdjusted, ___0_handle, ___1_resolution, ___2_framerate, ___3_depthSensorSupported, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraConfiguration__ctor_m2943E6AD678C2106CF20EA8CA967F2EAB15303FB (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, intptr_t ___0_handle, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_resolution, int32_t ___2_framerate, const RuntimeMethod* method) { { int32_t L_0 = ___2_framerate; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0025; } } { int32_t L_1 = ___2_framerate; int32_t L_2 = L_1; RuntimeObject* L_3 = Box(il2cpp_defaults.int32_class, &L_2); int32_t L_4 = ___2_framerate; int32_t L_5 = L_4; RuntimeObject* L_6 = Box(il2cpp_defaults.int32_class, &L_5); String_t* L_7; L_7 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07E4589D7CE140DC2E9E9C0D4C205CF30DFAA876)), 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_m60B543A63AC8692C28096003FBF2AD124B9D5B85(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1BCF5F01B1EC95B9838888EE7F91C3DF7AD8CD04)), L_3, L_7, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRCameraConfiguration__ctor_m2943E6AD678C2106CF20EA8CA967F2EAB15303FB_RuntimeMethod_var))); } IL_0025: { intptr_t L_9 = ___0_handle; __this->___m_NativeConfigurationHandle = L_9; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_10 = ___1_resolution; __this->___m_Resolution = L_10; int32_t L_11 = ___2_framerate; __this->___m_Framerate = L_11; __this->___m_DepthSensorSupported = 0; return; } } IL2CPP_EXTERN_C void XRCameraConfiguration__ctor_m2943E6AD678C2106CF20EA8CA967F2EAB15303FB_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_handle, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_resolution, int32_t ___2_framerate, const RuntimeMethod* method) { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraConfiguration__ctor_m2943E6AD678C2106CF20EA8CA967F2EAB15303FB(_thisAdjusted, ___0_handle, ___1_resolution, ___2_framerate, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraConfiguration__ctor_m0C8EC1223917D880B58850B06E1DC4902F269C4C (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, intptr_t ___0_handle, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_resolution, const RuntimeMethod* method) { { intptr_t L_0 = ___0_handle; __this->___m_NativeConfigurationHandle = L_0; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_1 = ___1_resolution; __this->___m_Resolution = L_1; __this->___m_Framerate = 0; __this->___m_DepthSensorSupported = 0; return; } } IL2CPP_EXTERN_C void XRCameraConfiguration__ctor_m0C8EC1223917D880B58850B06E1DC4902F269C4C_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_handle, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_resolution, const RuntimeMethod* method) { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraConfiguration__ctor_m0C8EC1223917D880B58850B06E1DC4902F269C4C(_thisAdjusted, ___0_handle, ___1_resolution, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRCameraConfiguration_ToString_mD69E2A39496C4B88A7089AF64A13057585A6F159 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral215C37F9DB6C784E1F4F71C3036EDC1D6AE0DAAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C29AB53B67E1EC0660A20971C837847B4B69BD2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9271CEF84C3D966C01E6867B9229F873B66FD860); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC891B1FFC4C1C9B0DFF842C5764F79EF549A2A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_3; memset((&V_3), 0, sizeof(V_3)); int32_t G_B8_0 = 0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B8_1 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B8_2 = NULL; String_t* G_B8_3 = NULL; int32_t G_B7_0 = 0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B7_1 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B7_2 = NULL; String_t* G_B7_3 = NULL; String_t* G_B9_0 = NULL; int32_t G_B9_1 = 0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B9_2 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B9_3 = NULL; String_t* G_B9_4 = NULL; { int32_t L_0; L_0 = XRCameraConfiguration_get_depthSensorSupported_m05B25DB3D4E83E385BE419109288B77684532A53_inline(__this, NULL); V_2 = L_0; int32_t L_1 = V_2; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0011; } } { int32_t L_2 = V_2; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0019; } } { goto IL_0021; } IL_0011: { V_1 = _stringLiteralAC891B1FFC4C1C9B0DFF842C5764F79EF549A2A9; goto IL_0027; } IL_0019: { V_1 = _stringLiteral9271CEF84C3D966C01E6867B9229F873B66FD860; goto IL_0027; } IL_0021: { V_1 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_0027: { String_t* L_3 = V_1; V_0 = L_3; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)5); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; intptr_t L_6 = __this->___m_NativeConfigurationHandle; intptr_t L_7 = L_6; RuntimeObject* L_8 = Box(il2cpp_defaults.int_class, &L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_8); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_5; int32_t L_10; L_10 = XRCameraConfiguration_get_width_mCEA441DFABEDE3E552A2D4452508BCE923B6C3C6(__this, NULL); int32_t L_11 = L_10; RuntimeObject* L_12 = Box(il2cpp_defaults.int32_class, &L_11); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(1), (RuntimeObject*)L_12); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_9; int32_t L_14; L_14 = XRCameraConfiguration_get_height_m9130BF72BE684B67C2100DD1624AF851E42B81A8(__this, NULL); int32_t L_15 = L_14; RuntimeObject* L_16 = Box(il2cpp_defaults.int32_class, &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(2), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_13; Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_18; L_18 = XRCameraConfiguration_get_framerate_m3BFA6E6FB947828EDC20AC9CED31391634F5EB6F(__this, NULL); V_3 = L_18; bool L_19; L_19 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_3), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var); if (L_19) { G_B8_0 = 3; G_B8_1 = L_17; G_B8_2 = L_17; G_B8_3 = _stringLiteral215C37F9DB6C784E1F4F71C3036EDC1D6AE0DAAF; goto IL_0077; } G_B7_0 = 3; G_B7_1 = L_17; G_B7_2 = L_17; G_B7_3 = _stringLiteral215C37F9DB6C784E1F4F71C3036EDC1D6AE0DAAF; } { G_B9_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; G_B9_3 = G_B7_2; G_B9_4 = G_B7_3; goto IL_0094; } IL_0077: { Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_20; L_20 = XRCameraConfiguration_get_framerate_m3BFA6E6FB947828EDC20AC9CED31391634F5EB6F(__this, NULL); V_3 = L_20; int32_t L_21; L_21 = Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA((&V_3), Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var); int32_t L_22 = L_21; RuntimeObject* L_23 = Box(il2cpp_defaults.int32_class, &L_22); String_t* L_24; L_24 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral2C29AB53B67E1EC0660A20971C837847B4B69BD2, L_23, NULL); G_B9_0 = L_24; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; G_B9_3 = G_B8_2; G_B9_4 = G_B8_3; } IL_0094: { NullCheck(G_B9_2); ArrayElementTypeCheck (G_B9_2, G_B9_0); (G_B9_2)->SetAt(static_cast(G_B9_1), (RuntimeObject*)G_B9_0); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = G_B9_3; String_t* L_26 = V_0; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(4), (RuntimeObject*)L_26); String_t* L_27; L_27 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(G_B9_4, L_25, NULL); return L_27; } } IL2CPP_EXTERN_C String_t* XRCameraConfiguration_ToString_mD69E2A39496C4B88A7089AF64A13057585A6F159_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XRCameraConfiguration_ToString_mD69E2A39496C4B88A7089AF64A13057585A6F159(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraConfiguration_GetHashCode_mE50DD8C034ED9415443191DF89F044B05510CEB7 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetHashCode_mEFF21B20BCF8D73B802CFF48B4088B1985CB8AA3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { intptr_t* L_0 = (intptr_t*)(&__this->___m_NativeConfigurationHandle); int32_t L_1; L_1 = IntPtr_GetHashCode_m669B16AD7483C1C396E48F41D9CAC4B719E38F3D(L_0, NULL); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_2 = (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)(&__this->___m_Resolution); int32_t L_3; L_3 = Vector2Int_GetHashCode_mA3B6135FA770AF0C171319B50D9B913657230EB7_inline(L_2, NULL); Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_4; L_4 = XRCameraConfiguration_get_framerate_m3BFA6E6FB947828EDC20AC9CED31391634F5EB6F(__this, NULL); V_0 = L_4; int32_t L_5; L_5 = Nullable_1_GetHashCode_mEFF21B20BCF8D73B802CFF48B4088B1985CB8AA3((&V_0), Nullable_1_GetHashCode_mEFF21B20BCF8D73B802CFF48B4088B1985CB8AA3_RuntimeMethod_var); int32_t L_6 = __this->___m_DepthSensorSupported; V_1 = L_6; int32_t L_7; L_7 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((&V_1), NULL); int32_t L_8; L_8 = HashCodeUtil_Combine_m6E8EC4EC047F80C102AEE35681D328C78A3DCE55(L_1, L_3, L_5, L_7, NULL); return L_8; } } IL2CPP_EXTERN_C int32_t XRCameraConfiguration_GetHashCode_mE50DD8C034ED9415443191DF89F044B05510CEB7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRCameraConfiguration_GetHashCode_mE50DD8C034ED9415443191DF89F044B05510CEB7(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraConfiguration_Equals_m26024336DA6F68CDCBF7916F6B6BF690DF152FA5 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = XRCameraConfiguration_Equals_mCFE381E6FB6B3650DCAB79FB6894DA8BB511A708(__this, ((*(XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63*)UnBox(L_1, XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraConfiguration_Equals_m26024336DA6F68CDCBF7916F6B6BF690DF152FA5_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraConfiguration_Equals_m26024336DA6F68CDCBF7916F6B6BF690DF152FA5(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraConfiguration_Equals_mCFE381E6FB6B3650DCAB79FB6894DA8BB511A708 (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_1; memset((&V_1), 0, sizeof(V_1)); { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = __this->___m_Resolution; XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 L_1 = ___0_other; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_2 = L_1.___m_Resolution; bool L_3; L_3 = Vector2Int_op_Equality_mD80F6ED22EA1200C4F408440D02FE61388C7D6BA_inline(L_0, L_2, NULL); if (!L_3) { goto IL_0067; } } { Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_4; L_4 = XRCameraConfiguration_get_framerate_m3BFA6E6FB947828EDC20AC9CED31391634F5EB6F(__this, NULL); V_0 = L_4; Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_5; L_5 = XRCameraConfiguration_get_framerate_m3BFA6E6FB947828EDC20AC9CED31391634F5EB6F((&___0_other), NULL); V_1 = L_5; int32_t L_6; L_6 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_0), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var); int32_t L_7; L_7 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_1), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var); bool L_8; L_8 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_0), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var); bool L_9; L_9 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_1), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var); if (!((int32_t)(((((int32_t)L_6) == ((int32_t)L_7))? 1 : 0)&((((int32_t)L_8) == ((int32_t)L_9))? 1 : 0)))) { goto IL_0067; } } { intptr_t L_10 = __this->___m_NativeConfigurationHandle; XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 L_11 = ___0_other; intptr_t L_12 = L_11.___m_NativeConfigurationHandle; bool L_13; L_13 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline(L_10, L_12, NULL); if (!L_13) { goto IL_0067; } } { int32_t L_14 = __this->___m_DepthSensorSupported; XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 L_15 = ___0_other; int32_t L_16 = L_15.___m_DepthSensorSupported; return (bool)((((int32_t)L_14) == ((int32_t)L_16))? 1 : 0); } IL_0067: { return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraConfiguration_Equals_mCFE381E6FB6B3650DCAB79FB6894DA8BB511A708_AdjustorThunk (RuntimeObject* __this, XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 ___0_other, const RuntimeMethod* method) { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraConfiguration_Equals_mCFE381E6FB6B3650DCAB79FB6894DA8BB511A708(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraConfiguration_op_Equality_m8B0FCADB92F8DA1699B6A669DC7FB3EFB375792A (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 ___0_lhs, XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 ___1_rhs, const RuntimeMethod* method) { { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 L_0 = ___1_rhs; bool L_1; L_1 = XRCameraConfiguration_Equals_mCFE381E6FB6B3650DCAB79FB6894DA8BB511A708((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraConfiguration_op_Inequality_mE02244AF68C740BB185D8D5A8AD941D63BD9B76C (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 ___0_lhs, XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 ___1_rhs, const RuntimeMethod* method) { { XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 L_0 = ___1_rhs; bool L_1; L_1 = XRCameraConfiguration_Equals_mCFE381E6FB6B3650DCAB79FB6894DA8BB511A708((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR int64_t XRCameraFrame_get_timestampNs_m93571F53415C7DC6195854F3297E95D2E55A4DFB (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int64_t L_0 = __this->___m_TimestampNs; return L_0; } } IL2CPP_EXTERN_C int64_t XRCameraFrame_get_timestampNs_m93571F53415C7DC6195854F3297E95D2E55A4DFB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int64_t _returnValue; _returnValue = XRCameraFrame_get_timestampNs_m93571F53415C7DC6195854F3297E95D2E55A4DFB_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XRCameraFrame_get_averageBrightness_mD1106801D777BFB9EE60FDE5DE194EBACEFB6071 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_AverageBrightness; return L_0; } } IL2CPP_EXTERN_C float XRCameraFrame_get_averageBrightness_mD1106801D777BFB9EE60FDE5DE194EBACEFB6071_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = XRCameraFrame_get_averageBrightness_mD1106801D777BFB9EE60FDE5DE194EBACEFB6071_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XRCameraFrame_get_averageColorTemperature_m29B8FBE0061F8895678D3C4DA5BAB7BDBE154D4E (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_AverageColorTemperature; return L_0; } } IL2CPP_EXTERN_C float XRCameraFrame_get_averageColorTemperature_m29B8FBE0061F8895678D3C4DA5BAB7BDBE154D4E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = XRCameraFrame_get_averageColorTemperature_m29B8FBE0061F8895678D3C4DA5BAB7BDBE154D4E_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F XRCameraFrame_get_colorCorrection_m00236A30115F91E2696EAAAF6F1CDF9CA0F83354 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = __this->___m_ColorCorrection; return L_0; } } IL2CPP_EXTERN_C Color_tD001788D726C3A7F1379BEED0260B9591F440C1F XRCameraFrame_get_colorCorrection_m00236A30115F91E2696EAAAF6F1CDF9CA0F83354_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F _returnValue; _returnValue = XRCameraFrame_get_colorCorrection_m00236A30115F91E2696EAAAF6F1CDF9CA0F83354_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 XRCameraFrame_get_projectionMatrix_mDE497D5208A1D08226B6B6C7521F53125E6EB9BD (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = __this->___m_ProjectionMatrix; return L_0; } } IL2CPP_EXTERN_C Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 XRCameraFrame_get_projectionMatrix_mDE497D5208A1D08226B6B6C7521F53125E6EB9BD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 _returnValue; _returnValue = XRCameraFrame_get_projectionMatrix_mDE497D5208A1D08226B6B6C7521F53125E6EB9BD_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 XRCameraFrame_get_displayMatrix_m221E85929B55C0B8F6AB494FF27CC3200A80F287 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = __this->___m_DisplayMatrix; return L_0; } } IL2CPP_EXTERN_C Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 XRCameraFrame_get_displayMatrix_m221E85929B55C0B8F6AB494FF27CC3200A80F287_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 _returnValue; _returnValue = XRCameraFrame_get_displayMatrix_m221E85929B55C0B8F6AB494FF27CC3200A80F287_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraFrame_get_trackingState_mA6E95E5F574FC6506C0F602E430C42763797779A (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_TrackingState; return L_0; } } IL2CPP_EXTERN_C int32_t XRCameraFrame_get_trackingState_mA6E95E5F574FC6506C0F602E430C42763797779A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRCameraFrame_get_trackingState_mA6E95E5F574FC6506C0F602E430C42763797779A_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t XRCameraFrame_get_nativePtr_m4DED9CE0A7333F6A1E5C4932A6C98A8A0DD9E62D (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_NativePtr; return L_0; } } IL2CPP_EXTERN_C intptr_t XRCameraFrame_get_nativePtr_m4DED9CE0A7333F6A1E5C4932A6C98A8A0DD9E62D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); intptr_t _returnValue; _returnValue = XRCameraFrame_get_nativePtr_m4DED9CE0A7333F6A1E5C4932A6C98A8A0DD9E62D_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraFrame_get_properties_m0C853765A7C76148A439A2C275E3687659DD8DFB (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return L_0; } } IL2CPP_EXTERN_C int32_t XRCameraFrame_get_properties_m0C853765A7C76148A439A2C275E3687659DD8DFB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRCameraFrame_get_properties_m0C853765A7C76148A439A2C275E3687659DD8DFB_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XRCameraFrame_get_averageIntensityInLumens_m639F0315B64DA5EC8321609C8673EA14A7263115 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_AverageIntensityInLumens; return L_0; } } IL2CPP_EXTERN_C float XRCameraFrame_get_averageIntensityInLumens_m639F0315B64DA5EC8321609C8673EA14A7263115_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = XRCameraFrame_get_averageIntensityInLumens_m639F0315B64DA5EC8321609C8673EA14A7263115_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XRCameraFrame_get_exposureDuration_m4D8412C33F590A282E1671AFD89CC543837BD007 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { double L_0 = __this->___m_ExposureDuration; return L_0; } } IL2CPP_EXTERN_C double XRCameraFrame_get_exposureDuration_m4D8412C33F590A282E1671AFD89CC543837BD007_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = XRCameraFrame_get_exposureDuration_m4D8412C33F590A282E1671AFD89CC543837BD007_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XRCameraFrame_get_exposureOffset_m9683C51CB26F830F5FC5720AD0FD541EC053202E (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_ExposureOffset; return L_0; } } IL2CPP_EXTERN_C float XRCameraFrame_get_exposureOffset_m9683C51CB26F830F5FC5720AD0FD541EC053202E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = XRCameraFrame_get_exposureOffset_m9683C51CB26F830F5FC5720AD0FD541EC053202E_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XRCameraFrame_get_mainLightIntensityLumens_m55B353C41D7A9E00F596D4BAD4813793C9754BE8 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_MainLightIntensityLumens; return L_0; } } IL2CPP_EXTERN_C float XRCameraFrame_get_mainLightIntensityLumens_m55B353C41D7A9E00F596D4BAD4813793C9754BE8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = XRCameraFrame_get_mainLightIntensityLumens_m55B353C41D7A9E00F596D4BAD4813793C9754BE8_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F XRCameraFrame_get_mainLightColor_mE96BCE9B4E4E241AF9F6BC758942EB8D4584138C (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = __this->___m_MainLightColor; return L_0; } } IL2CPP_EXTERN_C Color_tD001788D726C3A7F1379BEED0260B9591F440C1F XRCameraFrame_get_mainLightColor_mE96BCE9B4E4E241AF9F6BC758942EB8D4584138C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F _returnValue; _returnValue = XRCameraFrame_get_mainLightColor_mE96BCE9B4E4E241AF9F6BC758942EB8D4584138C_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRCameraFrame_get_mainLightDirection_mF33683D8BF23ADFB8EBC2D2875C2EDF5922F21B8 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_MainLightDirection; return L_0; } } IL2CPP_EXTERN_C Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRCameraFrame_get_mainLightDirection_mF33683D8BF23ADFB8EBC2D2875C2EDF5922F21B8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 _returnValue; _returnValue = XRCameraFrame_get_mainLightDirection_mF33683D8BF23ADFB8EBC2D2875C2EDF5922F21B8_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 XRCameraFrame_get_ambientSphericalHarmonics_mB62D6BDCC0A0DAAB5C057225A84289502076EFCE (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 L_0 = __this->___m_AmbientSphericalHarmonics; return L_0; } } IL2CPP_EXTERN_C SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 XRCameraFrame_get_ambientSphericalHarmonics_mB62D6BDCC0A0DAAB5C057225A84289502076EFCE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 _returnValue; _returnValue = XRCameraFrame_get_ambientSphericalHarmonics_mB62D6BDCC0A0DAAB5C057225A84289502076EFCE_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 XRCameraFrame_get_cameraGrain_m7FF742DB5555C9D84DCD7937828C612FAACFEEFE (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 L_0 = __this->___m_CameraGrain; return L_0; } } IL2CPP_EXTERN_C XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 XRCameraFrame_get_cameraGrain_m7FF742DB5555C9D84DCD7937828C612FAACFEEFE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 _returnValue; _returnValue = XRCameraFrame_get_cameraGrain_m7FF742DB5555C9D84DCD7937828C612FAACFEEFE_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XRCameraFrame_get_noiseIntensity_mA1D17EA6D00D7FF958FFF6A62B99B34B052F2FEC (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_NoiseIntensity; return L_0; } } IL2CPP_EXTERN_C float XRCameraFrame_get_noiseIntensity_mA1D17EA6D00D7FF958FFF6A62B99B34B052F2FEC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = XRCameraFrame_get_noiseIntensity_mA1D17EA6D00D7FF958FFF6A62B99B34B052F2FEC_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasTimestamp_mD6AD6768B71946B0643836ACD28BF32876A5E0FF (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&1))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasTimestamp_mD6AD6768B71946B0643836ACD28BF32876A5E0FF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasTimestamp_mD6AD6768B71946B0643836ACD28BF32876A5E0FF(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasAverageBrightness_m8CC4709AA168C8762763837B384B7332FC2B73B0 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&2))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasAverageBrightness_m8CC4709AA168C8762763837B384B7332FC2B73B0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasAverageBrightness_m8CC4709AA168C8762763837B384B7332FC2B73B0(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasAverageColorTemperature_m163AF5FAD20B5779A28550ED502F5037C4BDB93A (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&4))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasAverageColorTemperature_m163AF5FAD20B5779A28550ED502F5037C4BDB93A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasAverageColorTemperature_m163AF5FAD20B5779A28550ED502F5037C4BDB93A(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasColorCorrection_mCEB8BC23DF1997AB5DFCD013F56111FB8A8D118E (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&8))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasColorCorrection_mCEB8BC23DF1997AB5DFCD013F56111FB8A8D118E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasColorCorrection_mCEB8BC23DF1997AB5DFCD013F56111FB8A8D118E(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasProjectionMatrix_m850BCDBFBBD894BF56EEED3A82349A4E4811CC1F (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasProjectionMatrix_m850BCDBFBBD894BF56EEED3A82349A4E4811CC1F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasProjectionMatrix_m850BCDBFBBD894BF56EEED3A82349A4E4811CC1F(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasDisplayMatrix_m7D5DA2AA4F3C83B25714C0FED9EEAE1E51B95959 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasDisplayMatrix_m7D5DA2AA4F3C83B25714C0FED9EEAE1E51B95959_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasDisplayMatrix_m7D5DA2AA4F3C83B25714C0FED9EEAE1E51B95959(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasAverageIntensityInLumens_m7E14C289B8D931F55B7A98D5075263E96CE3B4DE (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasAverageIntensityInLumens_m7E14C289B8D931F55B7A98D5075263E96CE3B4DE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasAverageIntensityInLumens_m7E14C289B8D931F55B7A98D5075263E96CE3B4DE(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasExposureDuration_m02C1ACB25E72D090C9A56FC158E8D4B0D3C04D50 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)128)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasExposureDuration_m02C1ACB25E72D090C9A56FC158E8D4B0D3C04D50_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasExposureDuration_m02C1ACB25E72D090C9A56FC158E8D4B0D3C04D50(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasExposureOffset_m6A4048142BD1E59E403F858144092C5F7846CA53 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)256)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasExposureOffset_m6A4048142BD1E59E403F858144092C5F7846CA53_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasExposureOffset_m6A4048142BD1E59E403F858144092C5F7846CA53(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasMainLightIntensityLumens_mA423D7DEF78D1888AFED8BF17B3E1037C24E469B (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)2048)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasMainLightIntensityLumens_mA423D7DEF78D1888AFED8BF17B3E1037C24E469B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasMainLightIntensityLumens_mA423D7DEF78D1888AFED8BF17B3E1037C24E469B(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasMainLightColor_m07A53E75212D8BA3582613228AC0DACBDDF983FF (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)1024)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasMainLightColor_m07A53E75212D8BA3582613228AC0DACBDDF983FF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasMainLightColor_m07A53E75212D8BA3582613228AC0DACBDDF983FF(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasMainLightDirection_m67DFB7C0DAD130D98290130131EDC4BA62818B5E (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasMainLightDirection_m67DFB7C0DAD130D98290130131EDC4BA62818B5E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasMainLightDirection_m67DFB7C0DAD130D98290130131EDC4BA62818B5E(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasAmbientSphericalHarmonics_m45F02EFE6E47FC9B9AEE4F1B6AEC4F9E7FF1F92A (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)4096)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasAmbientSphericalHarmonics_m45F02EFE6E47FC9B9AEE4F1B6AEC4F9E7FF1F92A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasAmbientSphericalHarmonics_m45F02EFE6E47FC9B9AEE4F1B6AEC4F9E7FF1F92A(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasCameraGrain_mC37056CCCDBEFD620038107A078B6A39F61D99AE (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)8192)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasCameraGrain_mC37056CCCDBEFD620038107A078B6A39F61D99AE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasCameraGrain_mC37056CCCDBEFD620038107A078B6A39F61D99AE(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_get_hasNoiseIntensity_m076641BB06432F1F27EFD353B6E7116B098BE4B7 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)16384)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrame_get_hasNoiseIntensity_m076641BB06432F1F27EFD353B6E7116B098BE4B7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_get_hasNoiseIntensity_m076641BB06432F1F27EFD353B6E7116B098BE4B7(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraFrame__ctor_m7A19EA8CCC1391BE7463FF9B492863BDA975E90B (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, int64_t ___0_timestamp, float ___1_averageBrightness, float ___2_averageColorTemperature, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_colorCorrection, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___4_projectionMatrix, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___5_displayMatrix, int32_t ___6_trackingState, intptr_t ___7_nativePtr, int32_t ___8_properties, float ___9_averageIntensityInLumens, double ___10_exposureDuration, float ___11_exposureOffset, float ___12_mainLightIntensityInLumens, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___13_mainLightColor, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___14_mainLightDirection, SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 ___15_ambientSphericalHarmonics, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___16_cameraGrain, float ___17_noiseIntensity, const RuntimeMethod* method) { { int64_t L_0 = ___0_timestamp; __this->___m_TimestampNs = L_0; float L_1 = ___1_averageBrightness; __this->___m_AverageBrightness = L_1; float L_2 = ___2_averageColorTemperature; __this->___m_AverageColorTemperature = L_2; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = ___3_colorCorrection; __this->___m_ColorCorrection = L_3; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_4 = ___4_projectionMatrix; __this->___m_ProjectionMatrix = L_4; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_5 = ___5_displayMatrix; __this->___m_DisplayMatrix = L_5; int32_t L_6 = ___6_trackingState; __this->___m_TrackingState = L_6; intptr_t L_7 = ___7_nativePtr; __this->___m_NativePtr = L_7; int32_t L_8 = ___8_properties; __this->___m_Properties = L_8; float L_9 = ___9_averageIntensityInLumens; __this->___m_AverageIntensityInLumens = L_9; double L_10 = ___10_exposureDuration; __this->___m_ExposureDuration = L_10; float L_11 = ___11_exposureOffset; __this->___m_ExposureOffset = L_11; float L_12 = ___12_mainLightIntensityInLumens; __this->___m_MainLightIntensityLumens = L_12; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13 = ___13_mainLightColor; __this->___m_MainLightColor = L_13; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14 = ___14_mainLightDirection; __this->___m_MainLightDirection = L_14; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 L_15 = ___15_ambientSphericalHarmonics; __this->___m_AmbientSphericalHarmonics = L_15; XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 L_16 = ___16_cameraGrain; __this->___m_CameraGrain = L_16; float L_17 = ___17_noiseIntensity; __this->___m_NoiseIntensity = L_17; XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* L_18 = (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E*)(&__this->___m_ExifData); il2cpp_codegen_initobj(L_18, sizeof(XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E)); return; } } IL2CPP_EXTERN_C void XRCameraFrame__ctor_m7A19EA8CCC1391BE7463FF9B492863BDA975E90B_AdjustorThunk (RuntimeObject* __this, int64_t ___0_timestamp, float ___1_averageBrightness, float ___2_averageColorTemperature, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_colorCorrection, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___4_projectionMatrix, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___5_displayMatrix, int32_t ___6_trackingState, intptr_t ___7_nativePtr, int32_t ___8_properties, float ___9_averageIntensityInLumens, double ___10_exposureDuration, float ___11_exposureOffset, float ___12_mainLightIntensityInLumens, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___13_mainLightColor, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___14_mainLightDirection, SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 ___15_ambientSphericalHarmonics, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___16_cameraGrain, float ___17_noiseIntensity, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraFrame__ctor_m7A19EA8CCC1391BE7463FF9B492863BDA975E90B(_thisAdjusted, ___0_timestamp, ___1_averageBrightness, ___2_averageColorTemperature, ___3_colorCorrection, ___4_projectionMatrix, ___5_displayMatrix, ___6_trackingState, ___7_nativePtr, ___8_properties, ___9_averageIntensityInLumens, ___10_exposureDuration, ___11_exposureOffset, ___12_mainLightIntensityInLumens, ___13_mainLightColor, ___14_mainLightDirection, ___15_ambientSphericalHarmonics, ___16_cameraGrain, ___17_noiseIntensity, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraFrame__ctor_m991480EB7E8C7C3A8C63974AFE3FD8900A2EBC03 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, int64_t ___0_timestamp, float ___1_averageBrightness, float ___2_averageColorTemperature, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_colorCorrection, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___4_projectionMatrix, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___5_displayMatrix, int32_t ___6_trackingState, intptr_t ___7_nativePtr, int32_t ___8_properties, float ___9_averageIntensityInLumens, double ___10_exposureDuration, float ___11_exposureOffset, float ___12_mainLightIntensityInLumens, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___13_mainLightColor, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___14_mainLightDirection, SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 ___15_ambientSphericalHarmonics, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___16_cameraGrain, float ___17_noiseIntensity, XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E ___18_exifData, const RuntimeMethod* method) { { int64_t L_0 = ___0_timestamp; float L_1 = ___1_averageBrightness; float L_2 = ___2_averageColorTemperature; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = ___3_colorCorrection; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_4 = ___4_projectionMatrix; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_5 = ___5_displayMatrix; int32_t L_6 = ___6_trackingState; intptr_t L_7 = ___7_nativePtr; int32_t L_8 = ___8_properties; float L_9 = ___9_averageIntensityInLumens; double L_10 = ___10_exposureDuration; float L_11 = ___11_exposureOffset; float L_12 = ___12_mainLightIntensityInLumens; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13 = ___13_mainLightColor; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14 = ___14_mainLightDirection; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 L_15 = ___15_ambientSphericalHarmonics; XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 L_16 = ___16_cameraGrain; float L_17 = ___17_noiseIntensity; XRCameraFrame__ctor_m7A19EA8CCC1391BE7463FF9B492863BDA975E90B(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, L_11, L_12, L_13, L_14, L_15, L_16, L_17, NULL); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_18 = ___18_exifData; __this->___m_ExifData = L_18; return; } } IL2CPP_EXTERN_C void XRCameraFrame__ctor_m991480EB7E8C7C3A8C63974AFE3FD8900A2EBC03_AdjustorThunk (RuntimeObject* __this, int64_t ___0_timestamp, float ___1_averageBrightness, float ___2_averageColorTemperature, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_colorCorrection, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___4_projectionMatrix, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___5_displayMatrix, int32_t ___6_trackingState, intptr_t ___7_nativePtr, int32_t ___8_properties, float ___9_averageIntensityInLumens, double ___10_exposureDuration, float ___11_exposureOffset, float ___12_mainLightIntensityInLumens, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___13_mainLightColor, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___14_mainLightDirection, SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 ___15_ambientSphericalHarmonics, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___16_cameraGrain, float ___17_noiseIntensity, XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E ___18_exifData, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraFrame__ctor_m991480EB7E8C7C3A8C63974AFE3FD8900A2EBC03(_thisAdjusted, ___0_timestamp, ___1_averageBrightness, ___2_averageColorTemperature, ___3_colorCorrection, ___4_projectionMatrix, ___5_displayMatrix, ___6_trackingState, ___7_nativePtr, ___8_properties, ___9_averageIntensityInLumens, ___10_exposureDuration, ___11_exposureOffset, ___12_mainLightIntensityInLumens, ___13_mainLightColor, ___14_mainLightDirection, ___15_ambientSphericalHarmonics, ___16_cameraGrain, ___17_noiseIntensity, ___18_exifData, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetTimestamp_m60FE1777D7379C288482A23E5A7C5B297F1DDD94 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, int64_t* ___0_timestampNs, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&1))) { goto IL_0014; } } { int64_t* L_1 = ___0_timestampNs; int64_t L_2 = __this->___m_TimestampNs; *((int64_t*)L_1) = (int64_t)L_2; return (bool)1; } IL_0014: { int64_t* L_3 = ___0_timestampNs; *((int64_t*)L_3) = (int64_t)((int64_t)0); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetTimestamp_m60FE1777D7379C288482A23E5A7C5B297F1DDD94_AdjustorThunk (RuntimeObject* __this, int64_t* ___0_timestampNs, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetTimestamp_m60FE1777D7379C288482A23E5A7C5B297F1DDD94(_thisAdjusted, ___0_timestampNs, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetAverageBrightness_m1FDC9DCF0A34227DC5ECB78A5E80E614F0063C98 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, float* ___0_averageBrightness, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&2))) { goto IL_0014; } } { float* L_1 = ___0_averageBrightness; float L_2 = __this->___m_AverageBrightness; *((float*)L_1) = (float)L_2; return (bool)1; } IL_0014: { float* L_3 = ___0_averageBrightness; *((float*)L_3) = (float)(0.0f); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetAverageBrightness_m1FDC9DCF0A34227DC5ECB78A5E80E614F0063C98_AdjustorThunk (RuntimeObject* __this, float* ___0_averageBrightness, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetAverageBrightness_m1FDC9DCF0A34227DC5ECB78A5E80E614F0063C98(_thisAdjusted, ___0_averageBrightness, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetAverageColorTemperature_m2737123C8E46EF119C04162FAD8EAA312FA2EF3B (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, float* ___0_averageColorTemperature, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&4))) { goto IL_0014; } } { float* L_1 = ___0_averageColorTemperature; float L_2 = __this->___m_AverageColorTemperature; *((float*)L_1) = (float)L_2; return (bool)1; } IL_0014: { float* L_3 = ___0_averageColorTemperature; *((float*)L_3) = (float)(0.0f); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetAverageColorTemperature_m2737123C8E46EF119C04162FAD8EAA312FA2EF3B_AdjustorThunk (RuntimeObject* __this, float* ___0_averageColorTemperature, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetAverageColorTemperature_m2737123C8E46EF119C04162FAD8EAA312FA2EF3B(_thisAdjusted, ___0_averageColorTemperature, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetColorCorrection_mB8F6A4AA9C830F0EC77E85B9B5D66CC572A7286A (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_colorCorrection, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&8))) { goto IL_0018; } } { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_1 = ___0_colorCorrection; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = __this->___m_ColorCorrection; *(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)L_1 = L_2; return (bool)1; } IL_0018: { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_3 = ___0_colorCorrection; il2cpp_codegen_initobj(L_3, sizeof(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F)); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetColorCorrection_mB8F6A4AA9C830F0EC77E85B9B5D66CC572A7286A_AdjustorThunk (RuntimeObject* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_colorCorrection, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetColorCorrection_mB8F6A4AA9C830F0EC77E85B9B5D66CC572A7286A(_thisAdjusted, ___0_colorCorrection, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetProjectionMatrix_mC25F35BF17829DBEDA748D61362289E4842B5098 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_projectionMatrix, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)16)))) { goto IL_0019; } } { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_1 = ___0_projectionMatrix; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2 = __this->___m_ProjectionMatrix; *(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)L_1 = L_2; return (bool)1; } IL_0019: { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_3 = ___0_projectionMatrix; il2cpp_codegen_initobj(L_3, sizeof(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetProjectionMatrix_mC25F35BF17829DBEDA748D61362289E4842B5098_AdjustorThunk (RuntimeObject* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_projectionMatrix, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetProjectionMatrix_mC25F35BF17829DBEDA748D61362289E4842B5098(_thisAdjusted, ___0_projectionMatrix, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetDisplayMatrix_mA034AD550B172CACDDED708A12FFBA548E750312 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_displayMatrix, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)32)))) { goto IL_0019; } } { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_1 = ___0_displayMatrix; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2 = __this->___m_DisplayMatrix; *(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)L_1 = L_2; return (bool)1; } IL_0019: { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_3 = ___0_displayMatrix; il2cpp_codegen_initobj(L_3, sizeof(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetDisplayMatrix_mA034AD550B172CACDDED708A12FFBA548E750312_AdjustorThunk (RuntimeObject* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_displayMatrix, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetDisplayMatrix_mA034AD550B172CACDDED708A12FFBA548E750312(_thisAdjusted, ___0_displayMatrix, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetAverageIntensityInLumens_mE5FC24C1E3D49FB679137698834F22BF258DD674 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, float* ___0_averageIntensityInLumens, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)64)))) { goto IL_0015; } } { float* L_1 = ___0_averageIntensityInLumens; float L_2 = __this->___m_AverageIntensityInLumens; *((float*)L_1) = (float)L_2; return (bool)1; } IL_0015: { float* L_3 = ___0_averageIntensityInLumens; *((float*)L_3) = (float)(0.0f); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetAverageIntensityInLumens_mE5FC24C1E3D49FB679137698834F22BF258DD674_AdjustorThunk (RuntimeObject* __this, float* ___0_averageIntensityInLumens, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetAverageIntensityInLumens_mE5FC24C1E3D49FB679137698834F22BF258DD674(_thisAdjusted, ___0_averageIntensityInLumens, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetExposureDuration_m71299A3403579EC4827FAA59648BCE5AA14C225F (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, double* ___0_exposureDuration, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)128)))) { goto IL_0018; } } { double* L_1 = ___0_exposureDuration; double L_2 = __this->___m_ExposureDuration; *((double*)L_1) = (double)L_2; return (bool)1; } IL_0018: { double* L_3 = ___0_exposureDuration; *((double*)L_3) = (double)(0.0); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetExposureDuration_m71299A3403579EC4827FAA59648BCE5AA14C225F_AdjustorThunk (RuntimeObject* __this, double* ___0_exposureDuration, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetExposureDuration_m71299A3403579EC4827FAA59648BCE5AA14C225F(_thisAdjusted, ___0_exposureDuration, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetExposureOffset_mE3C1721479072046BE4E210A5717FA621E9E74D9 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, float* ___0_exposureOffset, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)256)))) { goto IL_0018; } } { float* L_1 = ___0_exposureOffset; float L_2 = __this->___m_ExposureOffset; *((float*)L_1) = (float)L_2; return (bool)1; } IL_0018: { float* L_3 = ___0_exposureOffset; *((float*)L_3) = (float)(0.0f); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetExposureOffset_mE3C1721479072046BE4E210A5717FA621E9E74D9_AdjustorThunk (RuntimeObject* __this, float* ___0_exposureOffset, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetExposureOffset_mE3C1721479072046BE4E210A5717FA621E9E74D9(_thisAdjusted, ___0_exposureOffset, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetMainLightIntensityLumens_mF00E9BCA9430083C1E1D541FF7F47079AA2E7ECA (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, float* ___0_mainLightIntensityLumens, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)2048)))) { goto IL_0018; } } { float* L_1 = ___0_mainLightIntensityLumens; float L_2 = __this->___m_MainLightIntensityLumens; *((float*)L_1) = (float)L_2; return (bool)1; } IL_0018: { float* L_3 = ___0_mainLightIntensityLumens; *((float*)L_3) = (float)(0.0f); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetMainLightIntensityLumens_mF00E9BCA9430083C1E1D541FF7F47079AA2E7ECA_AdjustorThunk (RuntimeObject* __this, float* ___0_mainLightIntensityLumens, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetMainLightIntensityLumens_mF00E9BCA9430083C1E1D541FF7F47079AA2E7ECA(_thisAdjusted, ___0_mainLightIntensityLumens, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetMainLightColor_m9EB799438885AF3C44ABCC867CB3A430E7A6247D (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_mainLightColor, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)1024)))) { goto IL_001c; } } { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_1 = ___0_mainLightColor; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = __this->___m_MainLightColor; *(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)L_1 = L_2; return (bool)1; } IL_001c: { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_3 = ___0_mainLightColor; il2cpp_codegen_initobj(L_3, sizeof(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F)); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetMainLightColor_m9EB799438885AF3C44ABCC867CB3A430E7A6247D_AdjustorThunk (RuntimeObject* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_mainLightColor, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetMainLightColor_m9EB799438885AF3C44ABCC867CB3A430E7A6247D(_thisAdjusted, ___0_mainLightColor, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetMainLightDirection_m7C0F842F0B6983C5209281EEC7264ABA652B0382 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_mainLightDirection, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)512)))) { goto IL_001c; } } { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_1 = ___0_mainLightDirection; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = __this->___m_MainLightDirection; *(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_1 = L_2; return (bool)1; } IL_001c: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_3 = ___0_mainLightDirection; il2cpp_codegen_initobj(L_3, sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetMainLightDirection_m7C0F842F0B6983C5209281EEC7264ABA652B0382_AdjustorThunk (RuntimeObject* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_mainLightDirection, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetMainLightDirection_m7C0F842F0B6983C5209281EEC7264ABA652B0382(_thisAdjusted, ___0_mainLightDirection, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetAmbientSphericalHarmonics_m254499C38DA5253007CECF6C955D5B8C53A9229D (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* ___0_ambientSphericalHarmonics, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)4096)))) { goto IL_001c; } } { SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_1 = ___0_ambientSphericalHarmonics; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 L_2 = __this->___m_AmbientSphericalHarmonics; *(SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2*)L_1 = L_2; return (bool)1; } IL_001c: { SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_3 = ___0_ambientSphericalHarmonics; il2cpp_codegen_initobj(L_3, sizeof(SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2)); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetAmbientSphericalHarmonics_m254499C38DA5253007CECF6C955D5B8C53A9229D_AdjustorThunk (RuntimeObject* __this, SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* ___0_ambientSphericalHarmonics, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetAmbientSphericalHarmonics_m254499C38DA5253007CECF6C955D5B8C53A9229D(_thisAdjusted, ___0_ambientSphericalHarmonics, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetCameraGrain_m54E2EC6D0A2FE54C2D12A37E629DB29432141477 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19* ___0_cameraGrain, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)8192)))) { goto IL_001c; } } { XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19* L_1 = ___0_cameraGrain; XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 L_2 = __this->___m_CameraGrain; *(XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19*)L_1 = L_2; return (bool)1; } IL_001c: { XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19* L_3 = ___0_cameraGrain; il2cpp_codegen_initobj(L_3, sizeof(XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19)); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetCameraGrain_m54E2EC6D0A2FE54C2D12A37E629DB29432141477_AdjustorThunk (RuntimeObject* __this, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19* ___0_cameraGrain, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetCameraGrain_m54E2EC6D0A2FE54C2D12A37E629DB29432141477(_thisAdjusted, ___0_cameraGrain, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetNoiseIntensity_m38D6891FB196DB21D35B79D7E07F0A4B6C857F50 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, float* ___0_noiseIntensity, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)16384)))) { goto IL_0018; } } { float* L_1 = ___0_noiseIntensity; float L_2 = __this->___m_NoiseIntensity; *((float*)L_1) = (float)L_2; return (bool)1; } IL_0018: { float* L_3 = ___0_noiseIntensity; *((float*)L_3) = (float)(0.0f); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetNoiseIntensity_m38D6891FB196DB21D35B79D7E07F0A4B6C857F50_AdjustorThunk (RuntimeObject* __this, float* ___0_noiseIntensity, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetNoiseIntensity_m38D6891FB196DB21D35B79D7E07F0A4B6C857F50(_thisAdjusted, ___0_noiseIntensity, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_TryGetExifData_m99AAC21B7048242487A8D48DE8D92AC9F4C53AF4 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* ___0_exifData, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)32768)))) { goto IL_001c; } } { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* L_1 = ___0_exifData; XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_2 = __this->___m_ExifData; *(XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E*)L_1 = L_2; return (bool)1; } IL_001c: { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* L_3 = ___0_exifData; il2cpp_codegen_initobj(L_3, sizeof(XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E)); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_TryGetExifData_m99AAC21B7048242487A8D48DE8D92AC9F4C53AF4_AdjustorThunk (RuntimeObject* __this, XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* ___0_exifData, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_TryGetExifData_m99AAC21B7048242487A8D48DE8D92AC9F4C53AF4(_thisAdjusted, ___0_exifData, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_Equals_mA1542DDF01588CB1AEDFEB763F63684C18B717C8 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 ___0_other, const RuntimeMethod* method) { { int64_t* L_0 = (int64_t*)(&__this->___m_TimestampNs); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_1 = ___0_other; int64_t L_2 = L_1.___m_TimestampNs; bool L_3; L_3 = Int64_Equals_mBAEB8FFBE12F6A5876473B4B40E1BD316658873E(L_0, L_2, NULL); if (!L_3) { goto IL_0147; } } { float* L_4 = (float*)(&__this->___m_AverageBrightness); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_5 = ___0_other; float L_6 = L_5.___m_AverageBrightness; bool L_7; L_7 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_4, L_6, NULL); if (!L_7) { goto IL_0147; } } { float* L_8 = (float*)(&__this->___m_AverageColorTemperature); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_9 = ___0_other; float L_10 = L_9.___m_AverageColorTemperature; bool L_11; L_11 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_8, L_10, NULL); if (!L_11) { goto IL_0147; } } { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_12 = (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)(&__this->___m_ProjectionMatrix); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_13 = ___0_other; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_14 = L_13.___m_ProjectionMatrix; bool L_15; L_15 = Matrix4x4_Equals_mDB0C4CCC58BE3E108F1A40BE8DBDCD62E284CC51_inline(L_12, L_14, NULL); if (!L_15) { goto IL_0147; } } { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_16 = (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)(&__this->___m_DisplayMatrix); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_17 = ___0_other; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_18 = L_17.___m_DisplayMatrix; bool L_19; L_19 = Matrix4x4_Equals_mDB0C4CCC58BE3E108F1A40BE8DBDCD62E284CC51_inline(L_16, L_18, NULL); if (!L_19) { goto IL_0147; } } { float* L_20 = (float*)(&__this->___m_AverageIntensityInLumens); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_21 = ___0_other; float L_22 = L_21.___m_AverageIntensityInLumens; bool L_23; L_23 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_20, L_22, NULL); if (!L_23) { goto IL_0147; } } { double* L_24 = (double*)(&__this->___m_ExposureDuration); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_25 = ___0_other; double L_26 = L_25.___m_ExposureDuration; bool L_27; L_27 = Double_Equals_mAB526D98719C44EA42107A297B23A739F2E14138(L_24, L_26, NULL); if (!L_27) { goto IL_0147; } } { float* L_28 = (float*)(&__this->___m_ExposureOffset); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_29 = ___0_other; float L_30 = L_29.___m_ExposureOffset; bool L_31; L_31 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_28, L_30, NULL); if (!L_31) { goto IL_0147; } } { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_32 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___m_MainLightDirection); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_33 = ___0_other; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34 = L_33.___m_MainLightDirection; bool L_35; L_35 = Vector3_Equals_mEDEAF86793D229455BBF9BA5B30DDF438D6CABC1_inline(L_32, L_34, NULL); if (!L_35) { goto IL_0147; } } { float* L_36 = (float*)(&__this->___m_MainLightIntensityLumens); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_37 = ___0_other; float L_38 = L_37.___m_MainLightIntensityLumens; bool L_39; L_39 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_36, L_38, NULL); if (!L_39) { goto IL_0147; } } { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_40 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&__this->___m_MainLightColor); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_41 = ___0_other; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_42 = L_41.___m_MainLightColor; bool L_43; L_43 = Color_Equals_mD297CAFFEBE9352C940873862FDF9A28F1F02435_inline(L_40, L_42, NULL); if (!L_43) { goto IL_0147; } } { SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_44 = (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2*)(&__this->___m_AmbientSphericalHarmonics); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_45 = ___0_other; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 L_46 = L_45.___m_AmbientSphericalHarmonics; bool L_47; L_47 = SphericalHarmonicsL2_Equals_mA22783D26BEE236A8CA5425305D6772CEA6CCBC8(L_44, L_46, NULL); if (!L_47) { goto IL_0147; } } { XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19* L_48 = (XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19*)(&__this->___m_CameraGrain); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_49 = ___0_other; XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 L_50 = L_49.___m_CameraGrain; bool L_51; L_51 = XRTextureDescriptor_Equals_m4931F85C225CAC63EC71FBCE246204E244B6CA2B(L_48, L_50, NULL); if (!L_51) { goto IL_0147; } } { float* L_52 = (float*)(&__this->___m_NoiseIntensity); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_53 = ___0_other; float L_54 = L_53.___m_NoiseIntensity; bool L_55; L_55 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_52, L_54, NULL); if (!L_55) { goto IL_0147; } } { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* L_56 = (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E*)(&__this->___m_ExifData); XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_57 = ___0_other; XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_58 = L_57.___m_ExifData; bool L_59; L_59 = XRCameraFrameExifData_Equals_mE16880FA32EC214A99E76AA88BC65988E6A61919(L_56, L_58, NULL); if (!L_59) { goto IL_0147; } } { int32_t L_60 = __this->___m_Properties; XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_61 = ___0_other; int32_t L_62 = L_61.___m_Properties; return (bool)((((int32_t)L_60) == ((int32_t)L_62))? 1 : 0); } IL_0147: { return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_Equals_mA1542DDF01588CB1AEDFEB763F63684C18B717C8_AdjustorThunk (RuntimeObject* __this, XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 ___0_other, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_Equals_mA1542DDF01588CB1AEDFEB763F63684C18B717C8(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_Equals_m53FA29D21C4E68E89D59E8904EF7222571C04A50 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = XRCameraFrame_Equals_mA1542DDF01588CB1AEDFEB763F63684C18B717C8(__this, ((*(XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531*)UnBox(L_1, XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrame_Equals_m53FA29D21C4E68E89D59E8904EF7222571C04A50_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrame_Equals_m53FA29D21C4E68E89D59E8904EF7222571C04A50(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_op_Equality_m0D5674F05EA2745784FD5D098C1874E0E7C4E708 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 ___0_lhs, XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 ___1_rhs, const RuntimeMethod* method) { { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_0 = ___1_rhs; bool L_1; L_1 = XRCameraFrame_Equals_mA1542DDF01588CB1AEDFEB763F63684C18B717C8((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrame_op_Inequality_mFB2DA9148F3B10BCFB296FCCE66CD208C05E40BD (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 ___0_lhs, XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 ___1_rhs, const RuntimeMethod* method) { { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531 L_0 = ___1_rhs; bool L_1; L_1 = XRCameraFrame_Equals_mA1542DDF01588CB1AEDFEB763F63684C18B717C8((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraFrame_GetHashCode_m9392ED676A0D41F404CF03A0C570068AC2832352 (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int64_t* L_0 = (int64_t*)(&__this->___m_TimestampNs); int32_t L_1; L_1 = Int64_GetHashCode_mDB050BE2AC244D92B14D1DF725AAD279CDC48496(L_0, NULL); float* L_2 = (float*)(&__this->___m_AverageBrightness); int32_t L_3; L_3 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_2, NULL); float* L_4 = (float*)(&__this->___m_AverageColorTemperature); int32_t L_5; L_5 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_4, NULL); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_6 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&__this->___m_ColorCorrection); int32_t L_7; L_7 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_6, NULL); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_8 = (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)(&__this->___m_ProjectionMatrix); int32_t L_9; L_9 = Matrix4x4_GetHashCode_m313B1AF4FEA792BB7E4D1D239EBE3257F825914D_inline(L_8, NULL); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_10 = (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)(&__this->___m_DisplayMatrix); int32_t L_11; L_11 = Matrix4x4_GetHashCode_m313B1AF4FEA792BB7E4D1D239EBE3257F825914D_inline(L_10, NULL); float* L_12 = (float*)(&__this->___m_AverageIntensityInLumens); int32_t L_13; L_13 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_12, NULL); double* L_14 = (double*)(&__this->___m_ExposureDuration); int32_t L_15; L_15 = Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline(L_14, NULL); float* L_16 = (float*)(&__this->___m_ExposureOffset); int32_t L_17; L_17 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_16, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_18 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___m_MainLightDirection); int32_t L_19; L_19 = Vector3_GetHashCode_mB08429DC931A85BD29CE11B9ABC77DE7E0E46327_inline(L_18, NULL); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_20 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&__this->___m_MainLightColor); int32_t L_21; L_21 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_20, NULL); SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_22 = (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2*)(&__this->___m_AmbientSphericalHarmonics); int32_t L_23; L_23 = SphericalHarmonicsL2_GetHashCode_m6683A29826BFE74740D3CF28227E5C6FC8E6955E(L_22, NULL); float* L_24 = (float*)(&__this->___m_MainLightIntensityLumens); int32_t L_25; L_25 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_24, NULL); XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19* L_26 = (XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19*)(&__this->___m_CameraGrain); int32_t L_27; L_27 = XRTextureDescriptor_GetHashCode_mFEB456F0A0985232D0E342B8F10669149F190012(L_26, NULL); float* L_28 = (float*)(&__this->___m_NoiseIntensity); int32_t L_29; L_29 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_28, NULL); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* L_30 = (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E*)(&__this->___m_ExifData); int32_t L_31; L_31 = XRCameraFrameExifData_GetHashCode_m3FB9ECCBAE6452B72A6B167F589098899819AFAA(L_30, NULL); intptr_t* L_32 = (intptr_t*)(&__this->___m_NativePtr); int32_t L_33; L_33 = IntPtr_GetHashCode_m669B16AD7483C1C396E48F41D9CAC4B719E38F3D(L_32, NULL); int32_t L_34 = __this->___m_Properties; V_0 = L_34; int32_t L_35; L_35 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((&V_0), NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), ((int32_t)486187739))), L_1)), ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)), ((int32_t)486187739))), L_9)), ((int32_t)486187739))), L_11)), ((int32_t)486187739))), L_13)), ((int32_t)486187739))), L_15)), ((int32_t)486187739))), L_17)), ((int32_t)486187739))), L_19)), ((int32_t)486187739))), L_21)), ((int32_t)486187739))), L_23)), ((int32_t)486187739))), L_25)), ((int32_t)486187739))), L_27)), ((int32_t)486187739))), L_29)), ((int32_t)486187739))), L_31)), ((int32_t)486187739))), L_33)), ((int32_t)486187739))), L_35)); } } IL2CPP_EXTERN_C int32_t XRCameraFrame_GetHashCode_m9392ED676A0D41F404CF03A0C570068AC2832352_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRCameraFrame_GetHashCode_m9392ED676A0D41F404CF03A0C570068AC2832352(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRCameraFrame_ToString_m4825A21E18219B4B626C1A2CB3EDD006DFCA44AA (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Color_tD001788D726C3A7F1379BEED0260B9591F440C1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FE8A6EBD3A2B455B89115524955690842BF9A4F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral220DD241BC708061D6DD91AC059CB229BF13DC69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32BFFAFDC276898E9C6F9A18801D55AA84626399); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47DA31994116C58A2432854309E3628F07E1AF6D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral546D338570DE8DFD3EFD812AE007EC83172F7FF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F1BD83808B5B106403906875C080B21BBBCAB49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70B620974609B44982811F2A71D12277C3AD413A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77A0FA1E78AD9BB62531A324B5BEDC49051669D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E33C1F2EA73918B61F6011C13DA1E2566C34C89); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85466953FE73F6AEF1F6DF49C89454B459504DA9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95CEF354A50E2A3D8014BD70038CA1009979611A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5A2884061F2109A25FB4CC33228B4A29E45AD31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB89F9432111555FAEC5D321EB376463F83C7AF38); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEE7DF9F39E5EB8A0E3223AC880B86AEB07D7A12); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCFF313B95B196D2FA127EAB3DF3D046D8FAC5A54); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFDA1C52D0E58360F4E8FD608757CCD98D8772D4F); s_Il2CppMethodInitialized = true; } { StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL); StringBuilder_t* L_1 = L_0; NullCheck(L_1); StringBuilder_t* L_2; L_2 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_1, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, NULL); StringBuilder_t* L_3 = L_1; int64_t L_4 = __this->___m_TimestampNs; int64_t L_5 = L_4; RuntimeObject* L_6 = Box(il2cpp_defaults.int64_class, &L_5); String_t* L_7; L_7 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralCFF313B95B196D2FA127EAB3DF3D046D8FAC5A54, L_6, NULL); NullCheck(L_3); StringBuilder_t* L_8; L_8 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_3, L_7, NULL); StringBuilder_t* L_9 = L_3; float L_10 = __this->___m_AverageBrightness; float L_11 = L_10; RuntimeObject* L_12 = Box(il2cpp_defaults.single_class, &L_11); String_t* L_13; L_13 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralB5A2884061F2109A25FB4CC33228B4A29E45AD31, L_12, NULL); NullCheck(L_9); StringBuilder_t* L_14; L_14 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_9, L_13, NULL); StringBuilder_t* L_15 = L_9; float L_16 = __this->___m_AverageColorTemperature; float L_17 = L_16; RuntimeObject* L_18 = Box(il2cpp_defaults.single_class, &L_17); String_t* L_19; L_19 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral77A0FA1E78AD9BB62531A324B5BEDC49051669D1, L_18, NULL); NullCheck(L_15); StringBuilder_t* L_20; L_20 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_15, L_19, NULL); StringBuilder_t* L_21 = L_15; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_22 = __this->___m_ColorCorrection; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_23 = L_22; RuntimeObject* L_24 = Box(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F_il2cpp_TypeInfo_var, &L_23); String_t* L_25; L_25 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral0FE8A6EBD3A2B455B89115524955690842BF9A4F, L_24, NULL); NullCheck(L_21); StringBuilder_t* L_26; L_26 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_21, L_25, NULL); StringBuilder_t* L_27 = L_21; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_28 = __this->___m_ProjectionMatrix; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_29 = L_28; RuntimeObject* L_30 = Box(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var, &L_29); String_t* L_31; L_31 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral95CEF354A50E2A3D8014BD70038CA1009979611A, L_30, NULL); NullCheck(L_27); StringBuilder_t* L_32; L_32 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_27, L_31, NULL); StringBuilder_t* L_33 = L_27; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_34 = __this->___m_DisplayMatrix; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_35 = L_34; RuntimeObject* L_36 = Box(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var, &L_35); String_t* L_37; L_37 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral6F1BD83808B5B106403906875C080B21BBBCAB49, L_36, NULL); NullCheck(L_33); StringBuilder_t* L_38; L_38 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_33, L_37, NULL); StringBuilder_t* L_39 = L_33; double L_40 = __this->___m_ExposureDuration; double L_41 = L_40; RuntimeObject* L_42 = Box(il2cpp_defaults.double_class, &L_41); String_t* L_43; L_43 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral85466953FE73F6AEF1F6DF49C89454B459504DA9, L_42, NULL); NullCheck(L_39); StringBuilder_t* L_44; L_44 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_39, L_43, NULL); StringBuilder_t* L_45 = L_39; float L_46 = __this->___m_ExposureOffset; float L_47 = L_46; RuntimeObject* L_48 = Box(il2cpp_defaults.single_class, &L_47); String_t* L_49; L_49 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral546D338570DE8DFD3EFD812AE007EC83172F7FF9, L_48, NULL); NullCheck(L_45); StringBuilder_t* L_50; L_50 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_45, L_49, NULL); StringBuilder_t* L_51 = L_45; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_52 = __this->___m_MainLightDirection; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_53 = L_52; RuntimeObject* L_54 = Box(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var, &L_53); String_t* L_55; L_55 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral47DA31994116C58A2432854309E3628F07E1AF6D, L_54, NULL); NullCheck(L_51); StringBuilder_t* L_56; L_56 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_51, L_55, NULL); StringBuilder_t* L_57 = L_51; float L_58 = __this->___m_MainLightIntensityLumens; float L_59 = L_58; RuntimeObject* L_60 = Box(il2cpp_defaults.single_class, &L_59); String_t* L_61; L_61 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral32BFFAFDC276898E9C6F9A18801D55AA84626399, L_60, NULL); NullCheck(L_57); StringBuilder_t* L_62; L_62 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_57, L_61, NULL); StringBuilder_t* L_63 = L_57; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_64 = __this->___m_MainLightColor; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_65 = L_64; RuntimeObject* L_66 = Box(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F_il2cpp_TypeInfo_var, &L_65); String_t* L_67; L_67 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralB89F9432111555FAEC5D321EB376463F83C7AF38, L_66, NULL); NullCheck(L_63); StringBuilder_t* L_68; L_68 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_63, L_67, NULL); StringBuilder_t* L_69 = L_63; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 L_70 = __this->___m_AmbientSphericalHarmonics; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 L_71 = L_70; RuntimeObject* L_72 = Box(SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2_il2cpp_TypeInfo_var, &L_71); String_t* L_73; L_73 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral220DD241BC708061D6DD91AC059CB229BF13DC69, L_72, NULL); NullCheck(L_69); StringBuilder_t* L_74; L_74 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_69, L_73, NULL); StringBuilder_t* L_75 = L_69; float L_76 = __this->___m_NoiseIntensity; float L_77 = L_76; RuntimeObject* L_78 = Box(il2cpp_defaults.single_class, &L_77); String_t* L_79; L_79 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral7E33C1F2EA73918B61F6011C13DA1E2566C34C89, L_78, NULL); NullCheck(L_75); StringBuilder_t* L_80; L_80 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_75, L_79, NULL); StringBuilder_t* L_81 = L_75; intptr_t* L_82 = (intptr_t*)(&__this->___m_NativePtr); String_t* L_83; L_83 = IntPtr_ToString_m4B664F765633183265DE764BECD5D78FCCA20A13(L_82, _stringLiteralFDA1C52D0E58360F4E8FD608757CCD98D8772D4F, NULL); String_t* L_84; L_84 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral70B620974609B44982811F2A71D12277C3AD413A, L_83, NULL); NullCheck(L_81); StringBuilder_t* L_85; L_85 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_81, L_84, NULL); StringBuilder_t* L_86 = L_81; XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* L_87 = (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E*)(&__this->___m_ExifData); String_t* L_88; L_88 = XRCameraFrameExifData_ToString_m9200B453787D807084089B68F941C9B768A8D374(L_87, NULL); String_t* L_89; L_89 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralCEE7DF9F39E5EB8A0E3223AC880B86AEB07D7A12, L_88, NULL); NullCheck(L_86); StringBuilder_t* L_90; L_90 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_86, L_89, NULL); StringBuilder_t* L_91 = L_86; NullCheck(L_91); StringBuilder_t* L_92; L_92 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_91, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL); NullCheck(L_91); String_t* L_93; L_93 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_91); return L_93; } } IL2CPP_EXTERN_C String_t* XRCameraFrame_ToString_m4825A21E18219B4B626C1A2CB3EDD006DFCA44AA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XRCameraFrame_ToString_m4825A21E18219B4B626C1A2CB3EDD006DFCA44AA(_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 #ifdef __clang__ #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 IL2CPP_METHOD_ATTR intptr_t XRCameraFrameExifData_get_nativePtr_mCB1987D3B4CABB2C972BE7D4E92365763550783E (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_NativePtr; return L_0; } } IL2CPP_EXTERN_C intptr_t XRCameraFrameExifData_get_nativePtr_mCB1987D3B4CABB2C972BE7D4E92365763550783E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); intptr_t _returnValue; _returnValue = XRCameraFrameExifData_get_nativePtr_mCB1987D3B4CABB2C972BE7D4E92365763550783E_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraFrameExifData__ctor_mC632ECB5B132C6297A8641A5061024B71F850242 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, intptr_t ___0_nativePtr, double ___1_apertureValue, double ___2_brightnessValue, double ___3_exposureTime, double ___4_shutterSpeedValue, float ___5_exposureBiasValue, float ___6_fNumber, float ___7_focalLength, int16_t ___8_flash, uint16_t ___9_colorSpace, int16_t ___10_photographicSensitivity, uint16_t ___11_meteringMode, int32_t ___12_properties, const RuntimeMethod* method) { { intptr_t L_0 = ___0_nativePtr; __this->___m_NativePtr = L_0; double L_1 = ___1_apertureValue; __this->___m_ApertureValue = L_1; double L_2 = ___2_brightnessValue; __this->___m_BrightnessValue = L_2; double L_3 = ___3_exposureTime; __this->___m_ExposureTime = L_3; double L_4 = ___4_shutterSpeedValue; __this->___m_ShutterSpeedValue = L_4; float L_5 = ___5_exposureBiasValue; __this->___m_ExposureBiasValue = L_5; float L_6 = ___6_fNumber; __this->___m_FNumber = L_6; float L_7 = ___7_focalLength; __this->___m_FocalLength = L_7; int16_t L_8 = ___8_flash; __this->___m_Flash = L_8; uint16_t L_9 = ___9_colorSpace; __this->___m_ColorSpace = L_9; int16_t L_10 = ___10_photographicSensitivity; __this->___m_PhotographicSensitivity = L_10; uint16_t L_11 = ___11_meteringMode; __this->___m_MeteringMode = L_11; int32_t L_12 = ___12_properties; __this->___m_Properties = L_12; return; } } IL2CPP_EXTERN_C void XRCameraFrameExifData__ctor_mC632ECB5B132C6297A8641A5061024B71F850242_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_nativePtr, double ___1_apertureValue, double ___2_brightnessValue, double ___3_exposureTime, double ___4_shutterSpeedValue, float ___5_exposureBiasValue, float ___6_fNumber, float ___7_focalLength, int16_t ___8_flash, uint16_t ___9_colorSpace, int16_t ___10_photographicSensitivity, uint16_t ___11_meteringMode, int32_t ___12_properties, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraFrameExifData__ctor_mC632ECB5B132C6297A8641A5061024B71F850242(_thisAdjusted, ___0_nativePtr, ___1_apertureValue, ___2_brightnessValue, ___3_exposureTime, ___4_shutterSpeedValue, ___5_exposureBiasValue, ___6_fNumber, ___7_focalLength, ___8_flash, ___9_colorSpace, ___10_photographicSensitivity, ___11_meteringMode, ___12_properties, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetApertureValue_m4F59F7DEF4992F533DE48D18DBBB0A01EB0E684C (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, double* ___0_apertureValue, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&1))) { goto IL_0014; } } { double* L_1 = ___0_apertureValue; double L_2 = __this->___m_ApertureValue; *((double*)L_1) = (double)L_2; return (bool)1; } IL_0014: { double* L_3 = ___0_apertureValue; *((double*)L_3) = (double)(0.0); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrameExifData_TryGetApertureValue_m4F59F7DEF4992F533DE48D18DBBB0A01EB0E684C_AdjustorThunk (RuntimeObject* __this, double* ___0_apertureValue, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrameExifData_TryGetApertureValue_m4F59F7DEF4992F533DE48D18DBBB0A01EB0E684C(_thisAdjusted, ___0_apertureValue, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetBrightnessValue_m3C19A37A3534F7E451759E89578260FADBC9B14F (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, double* ___0_brightnessValue, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&2))) { goto IL_0014; } } { double* L_1 = ___0_brightnessValue; double L_2 = __this->___m_BrightnessValue; *((double*)L_1) = (double)L_2; return (bool)1; } IL_0014: { double* L_3 = ___0_brightnessValue; *((double*)L_3) = (double)(0.0); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrameExifData_TryGetBrightnessValue_m3C19A37A3534F7E451759E89578260FADBC9B14F_AdjustorThunk (RuntimeObject* __this, double* ___0_brightnessValue, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrameExifData_TryGetBrightnessValue_m3C19A37A3534F7E451759E89578260FADBC9B14F(_thisAdjusted, ___0_brightnessValue, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetExposureTime_m46BBCA6CA64E217ED60F3D878983314A59C6D5FA (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, double* ___0_exposureTime, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&4))) { goto IL_0014; } } { double* L_1 = ___0_exposureTime; double L_2 = __this->___m_ExposureTime; *((double*)L_1) = (double)L_2; return (bool)1; } IL_0014: { double* L_3 = ___0_exposureTime; *((double*)L_3) = (double)(0.0); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrameExifData_TryGetExposureTime_m46BBCA6CA64E217ED60F3D878983314A59C6D5FA_AdjustorThunk (RuntimeObject* __this, double* ___0_exposureTime, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrameExifData_TryGetExposureTime_m46BBCA6CA64E217ED60F3D878983314A59C6D5FA(_thisAdjusted, ___0_exposureTime, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetShutterSpeedValue_mC955FAA772EC0893B3D06E4ECEA8EE80023FE429 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, double* ___0_shutterSpeedValue, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&8))) { goto IL_0014; } } { double* L_1 = ___0_shutterSpeedValue; double L_2 = __this->___m_ShutterSpeedValue; *((double*)L_1) = (double)L_2; return (bool)1; } IL_0014: { double* L_3 = ___0_shutterSpeedValue; *((double*)L_3) = (double)(0.0); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrameExifData_TryGetShutterSpeedValue_mC955FAA772EC0893B3D06E4ECEA8EE80023FE429_AdjustorThunk (RuntimeObject* __this, double* ___0_shutterSpeedValue, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrameExifData_TryGetShutterSpeedValue_mC955FAA772EC0893B3D06E4ECEA8EE80023FE429(_thisAdjusted, ___0_shutterSpeedValue, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetExposureBiasValue_m52A2F65945A75DAC6F0BD013EB94DF65D5A6BF0C (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, float* ___0_exposureBiasValue, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)16)))) { goto IL_0015; } } { float* L_1 = ___0_exposureBiasValue; float L_2 = __this->___m_ExposureBiasValue; *((float*)L_1) = (float)L_2; return (bool)1; } IL_0015: { float* L_3 = ___0_exposureBiasValue; *((float*)L_3) = (float)(0.0f); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrameExifData_TryGetExposureBiasValue_m52A2F65945A75DAC6F0BD013EB94DF65D5A6BF0C_AdjustorThunk (RuntimeObject* __this, float* ___0_exposureBiasValue, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrameExifData_TryGetExposureBiasValue_m52A2F65945A75DAC6F0BD013EB94DF65D5A6BF0C(_thisAdjusted, ___0_exposureBiasValue, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetFNumber_m7512F213AD901E6FCDCDF7FD9A582AB322F6063D (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, float* ___0_fNumber, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)32)))) { goto IL_0015; } } { float* L_1 = ___0_fNumber; float L_2 = __this->___m_FNumber; *((float*)L_1) = (float)L_2; return (bool)1; } IL_0015: { float* L_3 = ___0_fNumber; *((float*)L_3) = (float)(0.0f); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrameExifData_TryGetFNumber_m7512F213AD901E6FCDCDF7FD9A582AB322F6063D_AdjustorThunk (RuntimeObject* __this, float* ___0_fNumber, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrameExifData_TryGetFNumber_m7512F213AD901E6FCDCDF7FD9A582AB322F6063D(_thisAdjusted, ___0_fNumber, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetFocalLength_m0109D48BD14F7E853514F66ACD493DD1657EC138 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, float* ___0_focalLength, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)64)))) { goto IL_0015; } } { float* L_1 = ___0_focalLength; float L_2 = __this->___m_FocalLength; *((float*)L_1) = (float)L_2; return (bool)1; } IL_0015: { float* L_3 = ___0_focalLength; *((float*)L_3) = (float)(0.0f); return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrameExifData_TryGetFocalLength_m0109D48BD14F7E853514F66ACD493DD1657EC138_AdjustorThunk (RuntimeObject* __this, float* ___0_focalLength, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrameExifData_TryGetFocalLength_m0109D48BD14F7E853514F66ACD493DD1657EC138(_thisAdjusted, ___0_focalLength, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetFlash_m8BE2090E79E851BA4961115DC320CEB3B6A2A4AB (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, int16_t* ___0_flash, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)128)))) { goto IL_0018; } } { int16_t* L_1 = ___0_flash; int16_t L_2 = __this->___m_Flash; *((int16_t*)L_1) = (int16_t)L_2; return (bool)1; } IL_0018: { int16_t* L_3 = ___0_flash; *((int16_t*)L_3) = (int16_t)0; return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrameExifData_TryGetFlash_m8BE2090E79E851BA4961115DC320CEB3B6A2A4AB_AdjustorThunk (RuntimeObject* __this, int16_t* ___0_flash, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrameExifData_TryGetFlash_m8BE2090E79E851BA4961115DC320CEB3B6A2A4AB(_thisAdjusted, ___0_flash, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetColorSpace_mDD98A093493C3E1659125B797F0E8C49E2C25E76 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, uint16_t* ___0_colorSpace, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)256)))) { goto IL_0018; } } { uint16_t* L_1 = ___0_colorSpace; uint16_t L_2 = __this->___m_ColorSpace; *((int16_t*)L_1) = (int16_t)L_2; return (bool)1; } IL_0018: { uint16_t* L_3 = ___0_colorSpace; *((int16_t*)L_3) = (int16_t)0; return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrameExifData_TryGetColorSpace_mDD98A093493C3E1659125B797F0E8C49E2C25E76_AdjustorThunk (RuntimeObject* __this, uint16_t* ___0_colorSpace, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrameExifData_TryGetColorSpace_mDD98A093493C3E1659125B797F0E8C49E2C25E76(_thisAdjusted, ___0_colorSpace, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetPhotographicSensitivity_m215A7867030DC8738CFDF104E0CE9DA2569A6307 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, int16_t* ___0_photographicSensitivity, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)512)))) { goto IL_0018; } } { int16_t* L_1 = ___0_photographicSensitivity; int16_t L_2 = __this->___m_PhotographicSensitivity; *((int16_t*)L_1) = (int16_t)L_2; return (bool)1; } IL_0018: { int16_t* L_3 = ___0_photographicSensitivity; *((int16_t*)L_3) = (int16_t)0; return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrameExifData_TryGetPhotographicSensitivity_m215A7867030DC8738CFDF104E0CE9DA2569A6307_AdjustorThunk (RuntimeObject* __this, int16_t* ___0_photographicSensitivity, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrameExifData_TryGetPhotographicSensitivity_m215A7867030DC8738CFDF104E0CE9DA2569A6307(_thisAdjusted, ___0_photographicSensitivity, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_TryGetMeteringMode_m3DE1E2935F15F9F91899A58E0585C3CB1E7BFE34 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, uint16_t* ___0_meteringMode, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; if (!((int32_t)((int32_t)L_0&((int32_t)1024)))) { goto IL_0018; } } { uint16_t* L_1 = ___0_meteringMode; uint16_t L_2 = __this->___m_MeteringMode; *((int16_t*)L_1) = (int16_t)L_2; return (bool)1; } IL_0018: { uint16_t* L_3 = ___0_meteringMode; *((int16_t*)L_3) = (int16_t)0; return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrameExifData_TryGetMeteringMode_m3DE1E2935F15F9F91899A58E0585C3CB1E7BFE34_AdjustorThunk (RuntimeObject* __this, uint16_t* ___0_meteringMode, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrameExifData_TryGetMeteringMode_m3DE1E2935F15F9F91899A58E0585C3CB1E7BFE34(_thisAdjusted, ___0_meteringMode, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_get_hasAnyProperties_m608D0509C48BB26408E3B58ADE152ED372101624 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRCameraFrameExifData_get_hasAnyProperties_m608D0509C48BB26408E3B58ADE152ED372101624_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrameExifData_get_hasAnyProperties_m608D0509C48BB26408E3B58ADE152ED372101624(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_Equals_mE16880FA32EC214A99E76AA88BC65988E6A61919 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraFrameExifDataColorSpace_t9C2207D83FA98C81BAEFA7F16ECE867D3DF7B3D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraFrameExifDataMeteringMode_t4AB0A7E36A1E4066BF5513511C6442CADCDD30AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t* L_0 = (intptr_t*)(&__this->___m_NativePtr); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_1 = ___0_other; intptr_t L_2 = L_1.___m_NativePtr; intptr_t L_3 = L_2; RuntimeObject* L_4 = Box(il2cpp_defaults.int_class, &L_3); bool L_5; L_5 = IntPtr_Equals_m0F39AB64A7BBD67190E745FF8334A5FC766CB26E(L_0, L_4, NULL); if (!L_5) { goto IL_0123; } } { double* L_6 = (double*)(&__this->___m_ApertureValue); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_7 = ___0_other; double L_8 = L_7.___m_ApertureValue; bool L_9; L_9 = Double_Equals_mAB526D98719C44EA42107A297B23A739F2E14138(L_6, L_8, NULL); if (!L_9) { goto IL_0123; } } { double* L_10 = (double*)(&__this->___m_BrightnessValue); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_11 = ___0_other; double L_12 = L_11.___m_BrightnessValue; bool L_13; L_13 = Double_Equals_mAB526D98719C44EA42107A297B23A739F2E14138(L_10, L_12, NULL); if (!L_13) { goto IL_0123; } } { double* L_14 = (double*)(&__this->___m_ExposureTime); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_15 = ___0_other; double L_16 = L_15.___m_ExposureTime; bool L_17; L_17 = Double_Equals_mAB526D98719C44EA42107A297B23A739F2E14138(L_14, L_16, NULL); if (!L_17) { goto IL_0123; } } { double* L_18 = (double*)(&__this->___m_ShutterSpeedValue); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_19 = ___0_other; double L_20 = L_19.___m_ShutterSpeedValue; bool L_21; L_21 = Double_Equals_mAB526D98719C44EA42107A297B23A739F2E14138(L_18, L_20, NULL); if (!L_21) { goto IL_0123; } } { float* L_22 = (float*)(&__this->___m_ExposureBiasValue); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_23 = ___0_other; float L_24 = L_23.___m_ExposureBiasValue; bool L_25; L_25 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_22, L_24, NULL); if (!L_25) { goto IL_0123; } } { float* L_26 = (float*)(&__this->___m_FNumber); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_27 = ___0_other; float L_28 = L_27.___m_FNumber; bool L_29; L_29 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_26, L_28, NULL); if (!L_29) { goto IL_0123; } } { float* L_30 = (float*)(&__this->___m_FocalLength); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_31 = ___0_other; float L_32 = L_31.___m_FocalLength; bool L_33; L_33 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_30, L_32, NULL); if (!L_33) { goto IL_0123; } } { int16_t* L_34 = (int16_t*)(&__this->___m_Flash); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_35 = ___0_other; int16_t L_36 = L_35.___m_Flash; bool L_37; L_37 = Int16_Equals_mE717F3EBE037FA3EAFA8F6C361197F7042B6AC00(L_34, L_36, NULL); if (!L_37) { goto IL_0123; } } { uint16_t* L_38 = (uint16_t*)(&__this->___m_ColorSpace); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_39 = ___0_other; uint16_t L_40 = L_39.___m_ColorSpace; uint16_t L_41 = L_40; RuntimeObject* L_42 = Box(XRCameraFrameExifDataColorSpace_t9C2207D83FA98C81BAEFA7F16ECE867D3DF7B3D9_il2cpp_TypeInfo_var, &L_41); Il2CppFakeBox L_43(XRCameraFrameExifDataColorSpace_t9C2207D83FA98C81BAEFA7F16ECE867D3DF7B3D9_il2cpp_TypeInfo_var, L_38); bool L_44; L_44 = Enum_Equals_m96B1058BA6312E23F31A5FBF594E96EB692EAF4E((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_43), L_42, NULL); if (!L_44) { goto IL_0123; } } { int16_t* L_45 = (int16_t*)(&__this->___m_PhotographicSensitivity); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_46 = ___0_other; int16_t L_47 = L_46.___m_PhotographicSensitivity; bool L_48; L_48 = Int16_Equals_mE717F3EBE037FA3EAFA8F6C361197F7042B6AC00(L_45, L_47, NULL); if (!L_48) { goto IL_0123; } } { uint16_t* L_49 = (uint16_t*)(&__this->___m_MeteringMode); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_50 = ___0_other; uint16_t L_51 = L_50.___m_MeteringMode; uint16_t L_52 = L_51; RuntimeObject* L_53 = Box(XRCameraFrameExifDataMeteringMode_t4AB0A7E36A1E4066BF5513511C6442CADCDD30AD_il2cpp_TypeInfo_var, &L_52); Il2CppFakeBox L_54(XRCameraFrameExifDataMeteringMode_t4AB0A7E36A1E4066BF5513511C6442CADCDD30AD_il2cpp_TypeInfo_var, L_49); bool L_55; L_55 = Enum_Equals_m96B1058BA6312E23F31A5FBF594E96EB692EAF4E((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_54), L_53, NULL); if (!L_55) { goto IL_0123; } } { int32_t L_56 = __this->___m_Properties; XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_57 = ___0_other; int32_t L_58 = L_57.___m_Properties; return (bool)((((int32_t)L_56) == ((int32_t)L_58))? 1 : 0); } IL_0123: { return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrameExifData_Equals_mE16880FA32EC214A99E76AA88BC65988E6A61919_AdjustorThunk (RuntimeObject* __this, XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E ___0_other, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrameExifData_Equals_mE16880FA32EC214A99E76AA88BC65988E6A61919(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_Equals_m55925A51CE7F4B028CF9B77393BD8FCCB56F7302 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E_il2cpp_TypeInfo_var))) { goto IL_0017; } } { RuntimeObject* L_1 = ___0_obj; V_0 = ((*(XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E*)UnBox(L_1, XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E_il2cpp_TypeInfo_var))); XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_2 = V_0; bool L_3; L_3 = XRCameraFrameExifData_Equals_mE16880FA32EC214A99E76AA88BC65988E6A61919(__this, L_2, NULL); return L_3; } IL_0017: { return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraFrameExifData_Equals_m55925A51CE7F4B028CF9B77393BD8FCCB56F7302_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraFrameExifData_Equals_m55925A51CE7F4B028CF9B77393BD8FCCB56F7302(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_op_Equality_m3497247DF5744B5F4CBC6F73C0A93D7A600B5235 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E ___0_lhs, XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E ___1_rhs, const RuntimeMethod* method) { { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_0 = ___1_rhs; bool L_1; L_1 = XRCameraFrameExifData_Equals_mE16880FA32EC214A99E76AA88BC65988E6A61919((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraFrameExifData_op_Inequality_mF774C01339682698B7BACA01AEEF2A6650E8FD69 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E ___0_lhs, XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E ___1_rhs, const RuntimeMethod* method) { { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E L_0 = ___1_rhs; bool L_1; L_1 = XRCameraFrameExifData_Equals_mE16880FA32EC214A99E76AA88BC65988E6A61919((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraFrameExifData_GetHashCode_m3FB9ECCBAE6452B72A6B167F589098899819AFAA (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { intptr_t* L_0 = (intptr_t*)(&__this->___m_NativePtr); int32_t L_1; L_1 = IntPtr_GetHashCode_m669B16AD7483C1C396E48F41D9CAC4B719E38F3D(L_0, NULL); double* L_2 = (double*)(&__this->___m_ApertureValue); int32_t L_3; L_3 = Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline(L_2, NULL); double* L_4 = (double*)(&__this->___m_BrightnessValue); int32_t L_5; L_5 = Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline(L_4, NULL); double* L_6 = (double*)(&__this->___m_ExposureTime); int32_t L_7; L_7 = Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline(L_6, NULL); double* L_8 = (double*)(&__this->___m_ShutterSpeedValue); int32_t L_9; L_9 = Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline(L_8, NULL); float* L_10 = (float*)(&__this->___m_ExposureBiasValue); int32_t L_11; L_11 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_10, NULL); float* L_12 = (float*)(&__this->___m_FNumber); int32_t L_13; L_13 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_12, NULL); float* L_14 = (float*)(&__this->___m_FocalLength); int32_t L_15; L_15 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_14, NULL); int16_t* L_16 = (int16_t*)(&__this->___m_Flash); int32_t L_17; L_17 = Int16_GetHashCode_mCD0A167AC8E6ACC2235F12E00C0F9BDC6ED3B6E1(L_16, NULL); uint16_t* L_18 = (uint16_t*)(&__this->___m_ColorSpace); int32_t L_19; L_19 = UInt16_GetHashCode_m534E5103D0DA9C6FCED4F2F007993D3E38165200(L_18, NULL); int16_t* L_20 = (int16_t*)(&__this->___m_PhotographicSensitivity); int32_t L_21; L_21 = Int16_GetHashCode_mCD0A167AC8E6ACC2235F12E00C0F9BDC6ED3B6E1(L_20, NULL); uint16_t* L_22 = (uint16_t*)(&__this->___m_MeteringMode); int32_t L_23; L_23 = UInt16_GetHashCode_m534E5103D0DA9C6FCED4F2F007993D3E38165200(L_22, NULL); int32_t L_24 = __this->___m_Properties; V_0 = L_24; int32_t L_25; L_25 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((&V_0), NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), ((int32_t)486187739))), L_1)), ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)), ((int32_t)486187739))), L_9)), ((int32_t)486187739))), L_11)), ((int32_t)486187739))), L_13)), ((int32_t)486187739))), L_15)), ((int32_t)486187739))), L_17)), ((int32_t)486187739))), L_19)), ((int32_t)486187739))), L_21)), ((int32_t)486187739))), L_23)), ((int32_t)486187739))), L_25)); } } IL2CPP_EXTERN_C int32_t XRCameraFrameExifData_GetHashCode_m3FB9ECCBAE6452B72A6B167F589098899819AFAA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRCameraFrameExifData_GetHashCode_m3FB9ECCBAE6452B72A6B167F589098899819AFAA(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRCameraFrameExifData_ToString_m9200B453787D807084089B68F941C9B768A8D374 (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraFrameExifDataColorSpace_t9C2207D83FA98C81BAEFA7F16ECE867D3DF7B3D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraFrameExifDataMeteringMode_t4AB0A7E36A1E4066BF5513511C6442CADCDD30AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral056551A8C816F75820BFC936F47EB442B4EB32CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0875DEADDC243EB2C3F87F266C5F7F24EAB5A2E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2223460B0F81FE95EFD94FF321B84571722CE2F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7586CFE295784D9B3FDD796179AC15DF769A8D8E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral867992BDB22484FDEA226A2DE21CCAE0546FB1F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C0459BAEEC3231024415B308FDFF9437118A375); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E00776EA15B024A924C9141253B7ADE3D81959E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4EFA322E8D3AEF2F04E79026F09BEB79F36BCB6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC70CE2223211D4716783F5FAAC2F3CEB02EDC4B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC5EA31F679B6EF1C2115B6D3933A81AF3E7A161); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF1828C65FE9A841EEDE93C1553274BF55F755A4); s_Il2CppMethodInitialized = true; } { StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL); StringBuilder_t* L_1 = L_0; NullCheck(L_1); StringBuilder_t* L_2; L_2 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_1, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, NULL); StringBuilder_t* L_3 = L_1; double L_4 = __this->___m_ApertureValue; double L_5 = L_4; RuntimeObject* L_6 = Box(il2cpp_defaults.double_class, &L_5); String_t* L_7; L_7 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralC70CE2223211D4716783F5FAAC2F3CEB02EDC4B1, L_6, NULL); NullCheck(L_3); StringBuilder_t* L_8; L_8 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_3, L_7, NULL); StringBuilder_t* L_9 = L_3; double L_10 = __this->___m_BrightnessValue; double L_11 = L_10; RuntimeObject* L_12 = Box(il2cpp_defaults.double_class, &L_11); String_t* L_13; L_13 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral867992BDB22484FDEA226A2DE21CCAE0546FB1F9, L_12, NULL); NullCheck(L_9); StringBuilder_t* L_14; L_14 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_9, L_13, NULL); StringBuilder_t* L_15 = L_9; double L_16 = __this->___m_ExposureTime; double L_17 = L_16; RuntimeObject* L_18 = Box(il2cpp_defaults.double_class, &L_17); String_t* L_19; L_19 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral8C0459BAEEC3231024415B308FDFF9437118A375, L_18, NULL); NullCheck(L_15); StringBuilder_t* L_20; L_20 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_15, L_19, NULL); StringBuilder_t* L_21 = L_15; double L_22 = __this->___m_ShutterSpeedValue; double L_23 = L_22; RuntimeObject* L_24 = Box(il2cpp_defaults.double_class, &L_23); String_t* L_25; L_25 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralFF1828C65FE9A841EEDE93C1553274BF55F755A4, L_24, NULL); NullCheck(L_21); StringBuilder_t* L_26; L_26 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_21, L_25, NULL); StringBuilder_t* L_27 = L_21; float L_28 = __this->___m_ExposureBiasValue; float L_29 = L_28; RuntimeObject* L_30 = Box(il2cpp_defaults.single_class, &L_29); String_t* L_31; L_31 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralA4EFA322E8D3AEF2F04E79026F09BEB79F36BCB6, L_30, NULL); NullCheck(L_27); StringBuilder_t* L_32; L_32 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_27, L_31, NULL); StringBuilder_t* L_33 = L_27; float L_34 = __this->___m_FNumber; float L_35 = L_34; RuntimeObject* L_36 = Box(il2cpp_defaults.single_class, &L_35); String_t* L_37; L_37 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralEC5EA31F679B6EF1C2115B6D3933A81AF3E7A161, L_36, NULL); NullCheck(L_33); StringBuilder_t* L_38; L_38 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_33, L_37, NULL); StringBuilder_t* L_39 = L_33; float L_40 = __this->___m_FocalLength; float L_41 = L_40; RuntimeObject* L_42 = Box(il2cpp_defaults.single_class, &L_41); String_t* L_43; L_43 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral7586CFE295784D9B3FDD796179AC15DF769A8D8E, L_42, NULL); NullCheck(L_39); StringBuilder_t* L_44; L_44 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_39, L_43, NULL); StringBuilder_t* L_45 = L_39; int16_t L_46 = __this->___m_Flash; int16_t L_47 = L_46; RuntimeObject* L_48 = Box(il2cpp_defaults.int16_class, &L_47); String_t* L_49; L_49 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral2223460B0F81FE95EFD94FF321B84571722CE2F0, L_48, NULL); NullCheck(L_45); StringBuilder_t* L_50; L_50 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_45, L_49, NULL); StringBuilder_t* L_51 = L_45; uint16_t L_52 = __this->___m_ColorSpace; uint16_t L_53 = L_52; RuntimeObject* L_54 = Box(XRCameraFrameExifDataColorSpace_t9C2207D83FA98C81BAEFA7F16ECE867D3DF7B3D9_il2cpp_TypeInfo_var, &L_53); String_t* L_55; L_55 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral056551A8C816F75820BFC936F47EB442B4EB32CF, L_54, NULL); NullCheck(L_51); StringBuilder_t* L_56; L_56 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_51, L_55, NULL); StringBuilder_t* L_57 = L_51; int16_t L_58 = __this->___m_PhotographicSensitivity; int16_t L_59 = L_58; RuntimeObject* L_60 = Box(il2cpp_defaults.int16_class, &L_59); String_t* L_61; L_61 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral9E00776EA15B024A924C9141253B7ADE3D81959E, L_60, NULL); NullCheck(L_57); StringBuilder_t* L_62; L_62 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_57, L_61, NULL); StringBuilder_t* L_63 = L_57; uint16_t L_64 = __this->___m_MeteringMode; uint16_t L_65 = L_64; RuntimeObject* L_66 = Box(XRCameraFrameExifDataMeteringMode_t4AB0A7E36A1E4066BF5513511C6442CADCDD30AD_il2cpp_TypeInfo_var, &L_65); String_t* L_67; L_67 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral0875DEADDC243EB2C3F87F266C5F7F24EAB5A2E2, L_66, NULL); NullCheck(L_63); StringBuilder_t* L_68; L_68 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_63, L_67, NULL); StringBuilder_t* L_69 = L_63; NullCheck(L_69); StringBuilder_t* L_70; L_70 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_69, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL); NullCheck(L_69); String_t* L_71; L_71 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_69); return L_71; } } IL2CPP_EXTERN_C String_t* XRCameraFrameExifData_ToString_m9200B453787D807084089B68F941C9B768A8D374_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XRCameraFrameExifData_ToString_m9200B453787D807084089B68F941C9B768A8D374(_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 IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 XRCameraIntrinsics_get_focalLength_m9B19B7C0AF4CDAF1C8BA121C20BE8A80A7DF778D (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, const RuntimeMethod* method) { { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___m_FocalLength; return L_0; } } IL2CPP_EXTERN_C Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 XRCameraIntrinsics_get_focalLength_m9B19B7C0AF4CDAF1C8BA121C20BE8A80A7DF778D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 _returnValue; _returnValue = XRCameraIntrinsics_get_focalLength_m9B19B7C0AF4CDAF1C8BA121C20BE8A80A7DF778D_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 XRCameraIntrinsics_get_principalPoint_m677A9880F319E54576353AD01EF0936317E1D83D (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, const RuntimeMethod* method) { { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___m_PrincipalPoint; return L_0; } } IL2CPP_EXTERN_C Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 XRCameraIntrinsics_get_principalPoint_m677A9880F319E54576353AD01EF0936317E1D83D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 _returnValue; _returnValue = XRCameraIntrinsics_get_principalPoint_m677A9880F319E54576353AD01EF0936317E1D83D_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A XRCameraIntrinsics_get_resolution_mDC07EA111909E8903F1B89577FA2A6BF8FB14D52 (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, const RuntimeMethod* method) { { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = __this->___m_Resolution; return L_0; } } IL2CPP_EXTERN_C Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A XRCameraIntrinsics_get_resolution_mDC07EA111909E8903F1B89577FA2A6BF8FB14D52_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A _returnValue; _returnValue = XRCameraIntrinsics_get_resolution_mDC07EA111909E8903F1B89577FA2A6BF8FB14D52_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraIntrinsics__ctor_mA7F2F4A7709FC7DA6E9560367A08C28374365020 (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_focalLength, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_principalPoint, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___2_resolution, const RuntimeMethod* method) { { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_focalLength; __this->___m_FocalLength = L_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___1_principalPoint; __this->___m_PrincipalPoint = L_1; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_2 = ___2_resolution; __this->___m_Resolution = L_2; return; } } IL2CPP_EXTERN_C void XRCameraIntrinsics__ctor_mA7F2F4A7709FC7DA6E9560367A08C28374365020_AdjustorThunk (RuntimeObject* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_focalLength, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_principalPoint, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___2_resolution, const RuntimeMethod* method) { XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraIntrinsics__ctor_mA7F2F4A7709FC7DA6E9560367A08C28374365020(_thisAdjusted, ___0_focalLength, ___1_principalPoint, ___2_resolution, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraIntrinsics_Equals_m7C6C306C554F5F2A69E5CB831FB2C38F7A252866 (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B ___0_other, const RuntimeMethod* method) { { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_0 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___m_FocalLength); XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B L_1 = ___0_other; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = L_1.___m_FocalLength; bool L_3; L_3 = Vector2_Equals_mDF84D5ED14E018609C6A9C9BAE016C1B33BCFF4C_inline(L_0, L_2, NULL); if (!L_3) { goto IL_0038; } } { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_4 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___m_PrincipalPoint); XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B L_5 = ___0_other; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = L_5.___m_PrincipalPoint; bool L_7; L_7 = Vector2_Equals_mDF84D5ED14E018609C6A9C9BAE016C1B33BCFF4C_inline(L_4, L_6, NULL); if (!L_7) { goto IL_0038; } } { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_8 = (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)(&__this->___m_Resolution); XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B L_9 = ___0_other; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_10 = L_9.___m_Resolution; bool L_11; L_11 = Vector2Int_Equals_m32811BA0576C096D5EB5C0CFD8231478F17229A6_inline(L_8, L_10, NULL); return L_11; } IL_0038: { return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraIntrinsics_Equals_m7C6C306C554F5F2A69E5CB831FB2C38F7A252866_AdjustorThunk (RuntimeObject* __this, XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B ___0_other, const RuntimeMethod* method) { XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraIntrinsics_Equals_m7C6C306C554F5F2A69E5CB831FB2C38F7A252866(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraIntrinsics_Equals_m81F681CB1C13344784F9B2DD6ACE032F2C9A06AE (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = XRCameraIntrinsics_Equals_m7C6C306C554F5F2A69E5CB831FB2C38F7A252866(__this, ((*(XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B*)UnBox(L_1, XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraIntrinsics_Equals_m81F681CB1C13344784F9B2DD6ACE032F2C9A06AE_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraIntrinsics_Equals_m81F681CB1C13344784F9B2DD6ACE032F2C9A06AE(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraIntrinsics_op_Equality_mFD411F2F4CA10EBCF11DFCECE0E687FB5C3473CB (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B ___0_lhs, XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B ___1_rhs, const RuntimeMethod* method) { { XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B L_0 = ___1_rhs; bool L_1; L_1 = XRCameraIntrinsics_Equals_m7C6C306C554F5F2A69E5CB831FB2C38F7A252866((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraIntrinsics_op_Inequality_m0394B23AFD6845446CADBEA312E54D70A72BAB90 (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B ___0_lhs, XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B ___1_rhs, const RuntimeMethod* method) { { XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B L_0 = ___1_rhs; bool L_1; L_1 = XRCameraIntrinsics_Equals_m7C6C306C554F5F2A69E5CB831FB2C38F7A252866((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraIntrinsics_GetHashCode_mEC06B793ED903AC34149EAA935C66284947CDF63 (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, const RuntimeMethod* method) { { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_0 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___m_FocalLength); int32_t L_1; L_1 = Vector2_GetHashCode_mED8670C0E122B7ED0DAB4C3381ADFF04B75E0B03_inline(L_0, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_2 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___m_PrincipalPoint); int32_t L_3; L_3 = Vector2_GetHashCode_mED8670C0E122B7ED0DAB4C3381ADFF04B75E0B03_inline(L_2, NULL); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_4 = (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)(&__this->___m_Resolution); int32_t L_5; L_5 = Vector2Int_GetHashCode_mA3B6135FA770AF0C171319B50D9B913657230EB7_inline(L_4, NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), ((int32_t)486187739))), L_1)), ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)); } } IL2CPP_EXTERN_C int32_t XRCameraIntrinsics_GetHashCode_mEC06B793ED903AC34149EAA935C66284947CDF63_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRCameraIntrinsics_GetHashCode_mEC06B793ED903AC34149EAA935C66284947CDF63(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRCameraIntrinsics_ToString_m3C7131BDF5882D7F01DA3EC7A7544A16E7F6A783 (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7122AD46BE25874E464E4389F96444AA2302A459); s_Il2CppMethodInitialized = true; } { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___m_FocalLength; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = L_0; RuntimeObject* L_2 = Box(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var, &L_1); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = __this->___m_PrincipalPoint; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = L_3; RuntimeObject* L_5 = Box(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var, &L_4); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_6 = __this->___m_Resolution; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_7 = L_6; RuntimeObject* L_8 = Box(Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_il2cpp_TypeInfo_var, &L_7); String_t* L_9; L_9 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral7122AD46BE25874E464E4389F96444AA2302A459, L_2, L_5, L_8, NULL); return L_9; } } IL2CPP_EXTERN_C String_t* XRCameraIntrinsics_ToString_m3C7131BDF5882D7F01DA3EC7A7544A16E7F6A783_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XRCameraIntrinsics_ToString_m3C7131BDF5882D7F01DA3EC7A7544A16E7F6A783(_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 IL2CPP_METHOD_ATTR float XRCameraParams_get_zNear_mECA80F2D2C74318641F94031BB7964DD06ABEA75 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_ZNear; return L_0; } } IL2CPP_EXTERN_C float XRCameraParams_get_zNear_mECA80F2D2C74318641F94031BB7964DD06ABEA75_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = XRCameraParams_get_zNear_mECA80F2D2C74318641F94031BB7964DD06ABEA75_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraParams_set_zNear_m13DFECBAE558037DEBE998F3EFF2E1C6372EE6E0 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, float ___0_value, const RuntimeMethod* method) { { float L_0 = ___0_value; __this->___m_ZNear = L_0; return; } } IL2CPP_EXTERN_C void XRCameraParams_set_zNear_m13DFECBAE558037DEBE998F3EFF2E1C6372EE6E0_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraParams_set_zNear_m13DFECBAE558037DEBE998F3EFF2E1C6372EE6E0_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XRCameraParams_get_zFar_mDF023917C3AD6AA2C909A2295219F34B085638DA (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_ZFar; return L_0; } } IL2CPP_EXTERN_C float XRCameraParams_get_zFar_mDF023917C3AD6AA2C909A2295219F34B085638DA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = XRCameraParams_get_zFar_mDF023917C3AD6AA2C909A2295219F34B085638DA_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraParams_set_zFar_mA528373BCB66A9DE2A393512B883B932AB02D600 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, float ___0_value, const RuntimeMethod* method) { { float L_0 = ___0_value; __this->___m_ZFar = L_0; return; } } IL2CPP_EXTERN_C void XRCameraParams_set_zFar_mA528373BCB66A9DE2A393512B883B932AB02D600_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraParams_set_zFar_mA528373BCB66A9DE2A393512B883B932AB02D600_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XRCameraParams_get_screenWidth_m791F2E175953698508D73BF5B38087BA66875FDA (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_ScreenWidth; return L_0; } } IL2CPP_EXTERN_C float XRCameraParams_get_screenWidth_m791F2E175953698508D73BF5B38087BA66875FDA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = XRCameraParams_get_screenWidth_m791F2E175953698508D73BF5B38087BA66875FDA_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraParams_set_screenWidth_mA367A9BD005F2F052549E9B509F4D41F276CA021 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, float ___0_value, const RuntimeMethod* method) { { float L_0 = ___0_value; __this->___m_ScreenWidth = L_0; return; } } IL2CPP_EXTERN_C void XRCameraParams_set_screenWidth_mA367A9BD005F2F052549E9B509F4D41F276CA021_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraParams_set_screenWidth_mA367A9BD005F2F052549E9B509F4D41F276CA021_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XRCameraParams_get_screenHeight_m560E3D0692A29242E6E137CA8895C3754E8A7745 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_ScreenHeight; return L_0; } } IL2CPP_EXTERN_C float XRCameraParams_get_screenHeight_m560E3D0692A29242E6E137CA8895C3754E8A7745_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = XRCameraParams_get_screenHeight_m560E3D0692A29242E6E137CA8895C3754E8A7745_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraParams_set_screenHeight_m7F6C7A3B7F3D7AEBE074A19FF20EF3DDACB79DE9 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, float ___0_value, const RuntimeMethod* method) { { float L_0 = ___0_value; __this->___m_ScreenHeight = L_0; return; } } IL2CPP_EXTERN_C void XRCameraParams_set_screenHeight_m7F6C7A3B7F3D7AEBE074A19FF20EF3DDACB79DE9_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraParams_set_screenHeight_m7F6C7A3B7F3D7AEBE074A19FF20EF3DDACB79DE9_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraParams_get_screenOrientation_m0EC129A67B19D30348027E60C9A6C982DBC89D3A (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_ScreenOrientation; return L_0; } } IL2CPP_EXTERN_C int32_t XRCameraParams_get_screenOrientation_m0EC129A67B19D30348027E60C9A6C982DBC89D3A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRCameraParams_get_screenOrientation_m0EC129A67B19D30348027E60C9A6C982DBC89D3A_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraParams_set_screenOrientation_m9AA6D552ED0B67E9560CDF2C775FC27AA7A83A07 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___m_ScreenOrientation = L_0; return; } } IL2CPP_EXTERN_C void XRCameraParams_set_screenOrientation_m9AA6D552ED0B67E9560CDF2C775FC27AA7A83A07_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraParams_set_screenOrientation_m9AA6D552ED0B67E9560CDF2C775FC27AA7A83A07_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraParams_Equals_m5C32A8D9FE83014E8A424C2D09688635E88A86B0 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 ___0_other, const RuntimeMethod* method) { { float* L_0 = (float*)(&__this->___m_ZNear); XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 L_1 = ___0_other; float L_2 = L_1.___m_ZNear; bool L_3; L_3 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_0, L_2, NULL); if (!L_3) { goto IL_005b; } } { float* L_4 = (float*)(&__this->___m_ZFar); XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 L_5 = ___0_other; float L_6 = L_5.___m_ZFar; bool L_7; L_7 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_4, L_6, NULL); if (!L_7) { goto IL_005b; } } { float* L_8 = (float*)(&__this->___m_ScreenWidth); XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 L_9 = ___0_other; float L_10 = L_9.___m_ScreenWidth; bool L_11; L_11 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_8, L_10, NULL); if (!L_11) { goto IL_005b; } } { float* L_12 = (float*)(&__this->___m_ScreenHeight); XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 L_13 = ___0_other; float L_14 = L_13.___m_ScreenHeight; bool L_15; L_15 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_12, L_14, NULL); if (!L_15) { goto IL_005b; } } { int32_t L_16 = __this->___m_ScreenOrientation; XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 L_17 = ___0_other; int32_t L_18 = L_17.___m_ScreenOrientation; return (bool)((((int32_t)L_16) == ((int32_t)L_18))? 1 : 0); } IL_005b: { return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraParams_Equals_m5C32A8D9FE83014E8A424C2D09688635E88A86B0_AdjustorThunk (RuntimeObject* __this, XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 ___0_other, const RuntimeMethod* method) { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraParams_Equals_m5C32A8D9FE83014E8A424C2D09688635E88A86B0(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraParams_Equals_mD063C934A21CE21B40F834E0C90AFF645A236CD6 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = XRCameraParams_Equals_m5C32A8D9FE83014E8A424C2D09688635E88A86B0(__this, ((*(XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40*)UnBox(L_1, XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraParams_Equals_mD063C934A21CE21B40F834E0C90AFF645A236CD6_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraParams_Equals_mD063C934A21CE21B40F834E0C90AFF645A236CD6(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraParams_op_Equality_mBF89D93B1308F6832CF32F04CD8A2AD0D1AB4FF8 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 ___0_lhs, XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 ___1_rhs, const RuntimeMethod* method) { { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 L_0 = ___1_rhs; bool L_1; L_1 = XRCameraParams_Equals_m5C32A8D9FE83014E8A424C2D09688635E88A86B0((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraParams_op_Inequality_m659EE8FE4FD6A1ED934D78C8314763D26607C496 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 ___0_lhs, XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 ___1_rhs, const RuntimeMethod* method) { { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 L_0 = ___1_rhs; bool L_1; L_1 = XRCameraParams_Equals_m5C32A8D9FE83014E8A424C2D09688635E88A86B0((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraParams_GetHashCode_m1F7C2E3CC02169BDEC645B0CE0E540BB1FE1FCD5 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { float* L_0 = (float*)(&__this->___m_ZNear); int32_t L_1; L_1 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_0, NULL); float* L_2 = (float*)(&__this->___m_ZFar); int32_t L_3; L_3 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_2, NULL); float* L_4 = (float*)(&__this->___m_ScreenWidth); int32_t L_5; L_5 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_4, NULL); float* L_6 = (float*)(&__this->___m_ScreenHeight); int32_t L_7; L_7 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_6, NULL); int32_t L_8 = __this->___m_ScreenOrientation; V_0 = L_8; int32_t L_9; L_9 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((&V_0), NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), ((int32_t)486187739))), L_1)), ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)), ((int32_t)486187739))), L_9)); } } IL2CPP_EXTERN_C int32_t XRCameraParams_GetHashCode_m1F7C2E3CC02169BDEC645B0CE0E540BB1FE1FCD5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRCameraParams_GetHashCode_m1F7C2E3CC02169BDEC645B0CE0E540BB1FE1FCD5(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRCameraParams_ToString_mFD8C6218C724EAAF2F9A953CBB08AA3BBF67DB64 (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenOrientation_t928A8AFB38625B9356E57BA75BBD90FA653DCFC2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40C3754113912BBB2324B9A85745EAD27C43B49F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4AFE519EAD888D5A627EF6B063C7310AB640C54D); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)5); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0; float* L_2 = (float*)(&__this->___m_ZNear); String_t* L_3; L_3 = Single_ToString_m3F2C4433B6ADFA5ED8E3F14ED19CD23014E5179D(L_2, _stringLiteral40C3754113912BBB2324B9A85745EAD27C43B49F, NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (RuntimeObject*)L_3); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_1; float* L_5 = (float*)(&__this->___m_ZFar); String_t* L_6; L_6 = Single_ToString_m3F2C4433B6ADFA5ED8E3F14ED19CD23014E5179D(L_5, _stringLiteral40C3754113912BBB2324B9A85745EAD27C43B49F, NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(1), (RuntimeObject*)L_6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_4; float* L_8 = (float*)(&__this->___m_ScreenWidth); String_t* L_9; L_9 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972(L_8, NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(2), (RuntimeObject*)L_9); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = L_7; float* L_11 = (float*)(&__this->___m_ScreenHeight); String_t* L_12; L_12 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972(L_11, NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(3), (RuntimeObject*)L_12); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_10; int32_t* L_14 = (int32_t*)(&__this->___m_ScreenOrientation); Il2CppFakeBox L_15(ScreenOrientation_t928A8AFB38625B9356E57BA75BBD90FA653DCFC2_il2cpp_TypeInfo_var, L_14); String_t* L_16; L_16 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_15), NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(4), (RuntimeObject*)L_16); String_t* L_17; L_17 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteral4AFE519EAD888D5A627EF6B063C7310AB640C54D, L_13, NULL); return L_17; } } IL2CPP_EXTERN_C String_t* XRCameraParams_ToString_mFD8C6218C724EAAF2F9A953CBB08AA3BBF67DB64_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XRCameraParams_ToString_mFD8C6218C724EAAF2F9A953CBB08AA3BBF67DB64(_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 IL2CPP_METHOD_ATTR uint64_t XRCameraSubsystem_get_currentCamera_mDF05518674B6B2670F8D1C4935E3A217A253F23F (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); uint64_t L_1; L_1 = VirtualFuncInvoker0< uint64_t >::Invoke(12, L_0); uint64_t L_2; L_2 = FeatureExtensions_Cameras_m726A6A7FE0A234C11F8FCF7DD3A4AA94E3ADBC44(L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t XRCameraSubsystem_get_requestedCamera_m083BB1AB28B6688AF0288319A512C001FB1DE563 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); uint64_t L_1; L_1 = VirtualFuncInvoker0< uint64_t >::Invoke(13, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystem_set_requestedCamera_m41B07B375D09940FD64D00A524676BFBEECE3743 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, uint64_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); uint64_t L_1 = ___0_value; uint64_t L_2; L_2 = FeatureExtensions_Cameras_m726A6A7FE0A234C11F8FCF7DD3A4AA94E3ADBC44(L_1, NULL); NullCheck(L_0); VirtualActionInvoker1< uint64_t >::Invoke(14, L_0, L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t XRCameraSubsystem_get_currentCameraBackgroundRenderingMode_m683149B9AFDCDCBE8A77BDCCE2C00FB28CCBE001 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = XRCameraSubsystem_get_permissionGranted_mA3BCBF249E8BFBC8BD5D04C4610254E105D41038(__this, NULL); if (L_0) { goto IL_000a; } } { return (uint8_t)(0); } IL_000a: { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_1; L_1 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_1); uint8_t L_2; L_2 = VirtualFuncInvoker0< uint8_t >::Invoke(30, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t XRCameraSubsystem_get_requestedCameraBackgroundRenderingMode_m56DC4757DC2879EF6CDE27C0C15F62A6DD4945F7 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); uint8_t L_1; L_1 = VirtualFuncInvoker0< uint8_t >::Invoke(31, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystem_set_requestedCameraBackgroundRenderingMode_mA90F7E36243E2F47695F2AAF67DB8DE33FFB9866 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, uint8_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); uint8_t L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(32, L_0, L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t XRCameraSubsystem_get_supportedCameraBackgroundRenderingMode_mBF24A55AEA6D0373F34D920A9C3D49F6B710B51C (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); uint8_t L_1; L_1 = VirtualFuncInvoker0< uint8_t >::Invoke(33, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystem_get_autoFocusEnabled_mBBD1CBAE8AA82A03319FC2A63C7E60C779D510B1 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(15, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystem_get_autoFocusRequested_mAAA29953704501756BA8C2F2D89CEC7C50409463 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(16, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystem_set_autoFocusRequested_m1E4DF6EAB729F7F33E7FA0FC22DDFEFF01621D1F (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); bool L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< bool >::Invoke(17, L_0, L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystem_get_imageStabilizationEnabled_m767A42AD9378D07E6A7E5D36098573E7D7A5EC21 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(18, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystem_get_imageStabilizationRequested_m28020B27D72C9BB042E06DAB642263F7C71FC088 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(19, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystem_set_imageStabilizationRequested_m877596A996CE30EE5BA8EA3F63FCA52A24D5F2AF (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); bool L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< bool >::Invoke(20, L_0, L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraSubsystem_get_requestedCameraTorchMode_m80D2952533284BB67127AAE6805F2D5AF52B4BE6 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(23, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystem_set_requestedCameraTorchMode_m515E80436D0373C621578D7BA264061500DD0772 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, int32_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); int32_t L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< int32_t >::Invoke(24, L_0, L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraSubsystem_get_currentCameraTorchMode_m4FC8C59EF394BFDA13E5976352817B5593BF1F9A (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystem_DoesCurrentCameraSupportTorch_m11A74A4E14064F3CAA675E78A0B43BF8A17B5E77 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(21, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t XRCameraSubsystem_get_currentLightEstimation_m4D1383D9B31058CD35AEA3EA516128A33008D75F (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); uint64_t L_1; L_1 = VirtualFuncInvoker0< uint64_t >::Invoke(25, L_0); uint64_t L_2; L_2 = FeatureExtensions_LightEstimation_mB23FB857088B2902CF6ACC21DCEBA3995D8F3038(L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t XRCameraSubsystem_get_requestedLightEstimation_m752067094CD340F41677378C95964CF917BC035E (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); uint64_t L_1; L_1 = VirtualFuncInvoker0< uint64_t >::Invoke(26, L_0); uint64_t L_2; L_2 = FeatureExtensions_LightEstimation_mB23FB857088B2902CF6ACC21DCEBA3995D8F3038(L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystem_set_requestedLightEstimation_mC26C254AAFF86EF0566097155BD192D8B83E7906 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, uint64_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); uint64_t L_1 = ___0_value; uint64_t L_2; L_2 = FeatureExtensions_LightEstimation_mB23FB857088B2902CF6ACC21DCEBA3995D8F3038(L_1, NULL); NullCheck(L_0); VirtualActionInvoker1< uint64_t >::Invoke(27, L_0, L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* XRCameraSubsystem_get_cameraMaterial_m72EF1ABC5722AF08B9558BAA648128D30EDA409F (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1; L_1 = VirtualFuncInvoker0< Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* >::Invoke(9, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystem_TryGetRenderingParameters_mDFE0AD0D6C785E0164BA1CC788D4E63D80B4EFA6 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* ___0_cameraBackgroundRenderingParameters, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* L_1 = ___0_cameraBackgroundRenderingParameters; NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* >::Invoke(34, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystem_get_permissionGranted_mA3BCBF249E8BFBC8BD5D04C4610254E105D41038 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(10, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystem_get_invertCulling_m02A291BD6E8007DB0194B976901890AFF3BB9E52 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(11, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F XRCameraSubsystem_get_currentConfiguration_m11C191A5186B39689AC1B56D4984C496C4A6AD68 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F L_1; L_1 = VirtualFuncInvoker0< Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F >::Invoke(28, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystem_set_currentConfiguration_m2D5F8AD3C0CD8BF214BEB6EC0BC2214D8C19EE4C (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mF1696D52A798A92C94A1973C77CCA8F724DF01B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_mF1696D52A798A92C94A1973C77CCA8F724DF01B0_inline((&___0_value), Nullable_1_get_HasValue_mF1696D52A798A92C94A1973C77CCA8F724DF01B0_RuntimeMethod_var); if (L_0) { goto IL_0019; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral02FD50D325E1D2E26EF752CF35F3BA993AC548E4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRCameraSubsystem_set_currentConfiguration_m2D5F8AD3C0CD8BF214BEB6EC0BC2214D8C19EE4C_RuntimeMethod_var))); } IL_0019: { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_2; L_2 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F L_3 = ___0_value; NullCheck(L_2); VirtualActionInvoker1< Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F >::Invoke(29, L_2, L_3); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystem__ctor_m1BE10CD8CF719A3400CFEF6AD97D8E025CA91504 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3__ctor_m8ECAA6C3E34268ABA85DEF43075993631CE90AFC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { SubsystemWithProvider_3__ctor_m8ECAA6C3E34268ABA85DEF43075993631CE90AFC(__this, SubsystemWithProvider_3__ctor_m8ECAA6C3E34268ABA85DEF43075993631CE90AFC_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t6C2613A1D4A03EFEE59BBADBC529386D1205D01C XRCameraSubsystem_GetTextureDescriptors_mBA520669443C18378EF60F9C4359CB540021BB95 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, int32_t ___0_allocator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 V_0; memset((&V_0), 0, sizeof(V_0)); { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19)); XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 L_1 = V_0; int32_t L_2 = ___0_allocator; NullCheck(L_0); NativeArray_1_t6C2613A1D4A03EFEE59BBADBC529386D1205D01C L_3; L_3 = VirtualFuncInvoker2< NativeArray_1_t6C2613A1D4A03EFEE59BBADBC529386D1205D01C, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19, int32_t >::Invoke(38, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystem_OnBeforeBackgroundRender_m32E2330EDF383ED56B8517A3492C7338A034C102 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, int32_t ___0_id, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); int32_t L_1 = ___0_id; NullCheck(L_0); VirtualActionInvoker1< int32_t >::Invoke(43, L_0, L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystem_TryGetIntrinsics_m9760F1024CF37C40BDD55BCDF05AA890989FBE65 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* ___0_cameraIntrinsics, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* L_1 = ___0_cameraIntrinsics; NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* >::Invoke(36, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tAE1C2CA4717E405609ED9F96E485A9FE00E622D6 XRCameraSubsystem_GetConfigurations_m1DEEFD0803F83FCEE290A5DF70A0B421CECB8EAE (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, int32_t ___0_allocator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 V_0; memset((&V_0), 0, sizeof(V_0)); { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63)); XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 L_1 = V_0; int32_t L_2 = ___0_allocator; NullCheck(L_0); NativeArray_1_tAE1C2CA4717E405609ED9F96E485A9FE00E622D6 L_3; L_3 = VirtualFuncInvoker2< NativeArray_1_tAE1C2CA4717E405609ED9F96E485A9FE00E622D6, XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63, int32_t >::Invoke(37, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystem_TryGetLatestFrame_m0C289061CF62517D75F72DF57CDAB1B1DCEF1B58 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 ___0_cameraParams, XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* ___1_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = SubsystemWithProvider_get_running_m6BF31FC3BDA38C56C0F60FEA37767A4151B22C44_inline(__this, NULL); if (!L_0) { goto IL_0019; } } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_1; L_1 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 L_2 = ___0_cameraParams; XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* L_3 = ___1_frame; NullCheck(L_1); bool L_4; L_4 = VirtualFuncInvoker2< bool, XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40, XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* >::Invoke(35, L_1, L_2, L_3); if (!L_4) { goto IL_0019; } } { return (bool)1; } IL_0019: { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* L_5 = ___1_frame; il2cpp_codegen_initobj(L_5, sizeof(XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531)); return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystem_GetMaterialKeywords_mCCA840FB3CC02F9AC53264AD51319FBD123BF120 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD** ___0_enabledKeywords, List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD** ___1_disabledKeywords, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD** L_1 = ___0_enabledKeywords; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD** L_2 = ___1_disabledKeywords; NullCheck(L_0); VirtualActionInvoker2< List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD**, List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD** >::Invoke(39, L_0, L_1, L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShaderKeywords_tF385F5FFD11D104C399F33099B817F4E75C41D99 XRCameraSubsystem_GetShaderKeywords_m2ECC27E2F4D4B19EB9DD888FE841FBBD88EB941A (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); ShaderKeywords_tF385F5FFD11D104C399F33099B817F4E75C41D99 L_1; L_1 = VirtualFuncInvoker0< ShaderKeywords_tF385F5FFD11D104C399F33099B817F4E75C41D99 >::Invoke(40, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRShaderKeywords_t9EC373FCDC7368C94E34C23A6C318983E277D9FE XRCameraSubsystem_GetShaderKeywords2_mE86D748A110950F735BB437716D728512F5DFD43 (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); XRShaderKeywords_t9EC373FCDC7368C94E34C23A6C318983E277D9FE L_1; L_1 = VirtualFuncInvoker0< XRShaderKeywords_t9EC373FCDC7368C94E34C23A6C318983E277D9FE >::Invoke(41, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystem_TryAcquireLatestCpuImage_m68B67E969F8C47578A2C795B0F7F863B453F0F5A (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140* __this, XRCpuImage_t36F512AD65D5B0AA1CC458C3666873D741C60A57* ___0_cpuImage, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Cinfo_t5A1647353ADB5A2EC5EC8A30B1AAE80050168F4C V_0; memset((&V_0), 0, sizeof(V_0)); { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_0; L_0 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_0); Api_tAE210A8378E537AFD1FA4B99562229CE842377FB* L_1; L_1 = VirtualFuncInvoker0< Api_tAE210A8378E537AFD1FA4B99562229CE842377FB* >::Invoke(8, L_0); if (!L_1) { goto IL_0035; } } { Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_2; L_2 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker1< bool, Cinfo_t5A1647353ADB5A2EC5EC8A30B1AAE80050168F4C* >::Invoke(42, L_2, (&V_0)); if (!L_3) { goto IL_0035; } } { XRCpuImage_t36F512AD65D5B0AA1CC458C3666873D741C60A57* L_4 = ___0_cpuImage; Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* L_5; L_5 = SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_inline(__this, SubsystemWithProvider_3_get_provider_mFDB85E5829443B9119306CA6A743398B2B7A29E7_RuntimeMethod_var); NullCheck(L_5); Api_tAE210A8378E537AFD1FA4B99562229CE842377FB* L_6; L_6 = VirtualFuncInvoker0< Api_tAE210A8378E537AFD1FA4B99562229CE842377FB* >::Invoke(8, L_5); Cinfo_t5A1647353ADB5A2EC5EC8A30B1AAE80050168F4C L_7 = V_0; XRCpuImage_t36F512AD65D5B0AA1CC458C3666873D741C60A57 L_8; memset((&L_8), 0, sizeof(L_8)); XRCpuImage__ctor_m06AE81550FF74789CD8D66ABBA9B2F3D9D060612((&L_8), L_6, L_7, NULL); *(XRCpuImage_t36F512AD65D5B0AA1CC458C3666873D741C60A57*)L_4 = L_8; Il2CppCodeGenWriteBarrier((void**)&(((XRCpuImage_t36F512AD65D5B0AA1CC458C3666873D741C60A57*)L_4)->___m_Api), (void*)NULL); return (bool)1; } IL_0035: { XRCpuImage_t36F512AD65D5B0AA1CC458C3666873D741C60A57* L_9 = ___0_cpuImage; il2cpp_codegen_initobj(L_9, sizeof(XRCpuImage_t36F512AD65D5B0AA1CC458C3666873D741C60A57)); return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystem_Register_mABE4E80E5EB7E46A991A68B8D13FA333A1FFA031 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4 ___0_cameraSubsystemParams, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891)); String_t* L_0; L_0 = XRCameraSubsystemCinfo_get_id_mDCD0C107058AEA702A80B8E305F262CAB8E07FD0_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_id_mCDA4BA4F5DEE54D214ED396C2B1C353B4DFC753C_inline((&V_0), L_0, NULL); Type_t* L_1; L_1 = XRCameraSubsystemCinfo_get_providerType_mFBE1614FF701AC94FE53078962B455A355EA45A7_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_providerType_m81F03DBA6BBDD6F0838F730C034915A7B6018DC6_inline((&V_0), L_1, NULL); Type_t* L_2; L_2 = XRCameraSubsystemCinfo_get_subsystemTypeOverride_m5CD01638A223E6C620ADDDDBA05F7539ED5229C4_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_subsystemTypeOverride_mC046F0A9565AF052C1E74528D5C06FC81CF1F181_inline((&V_0), L_2, NULL); bool L_3; L_3 = XRCameraSubsystemCinfo_get_supportsAverageBrightness_m694C685E738909EABF44140E672CB8176649D7E6_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsAverageBrightness_mBB822980343C923A5C581FD71F04A6A55BC122A3_inline((&V_0), L_3, NULL); bool L_4; L_4 = XRCameraSubsystemCinfo_get_supportsAverageColorTemperature_mDCCD0A414E292EAD5FB817C6AC16DE8AF8C7D076_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsAverageColorTemperature_m5323B2372F68CE7AF412BCD1916B6E9C6D77AF2D_inline((&V_0), L_4, NULL); bool L_5; L_5 = XRCameraSubsystemCinfo_get_supportsColorCorrection_m8BEA88F615A8CD5FC068D9F7BE8039C68A110A15_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsColorCorrection_m1910CCA57E67041692CE1E8B34BA1407279210CA_inline((&V_0), L_5, NULL); bool L_6; L_6 = XRCameraSubsystemCinfo_get_supportsDisplayMatrix_m33AECE0011BFF7206E0F6A99C3C32ACD28DF09B0_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsDisplayMatrix_m77E84E493C00AB52B3857FD6214A9312F6D29844_inline((&V_0), L_6, NULL); bool L_7; L_7 = XRCameraSubsystemCinfo_get_supportsProjectionMatrix_mD62E482D66D23D02FBF1591EFE8CBF6AB2B7AA60_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsProjectionMatrix_mF5723A8E9E7D4001AD5112DE59FA088EE5B93CF4_inline((&V_0), L_7, NULL); bool L_8; L_8 = XRCameraSubsystemCinfo_get_supportsTimestamp_m53905529FC20BB4B064986AC5E6586DAF996148F_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsTimestamp_m43A888F359796732AF40EED748C63339CE9B4BDE_inline((&V_0), L_8, NULL); bool L_9; L_9 = XRCameraSubsystemCinfo_get_supportsCameraConfigurations_m107FD5D148D109EDDE9345754995ACF01D7A3F67_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsCameraConfigurations_m69AC77B8F6AB912B6B49F3D11779CC338D5C24E2_inline((&V_0), L_9, NULL); bool L_10; L_10 = XRCameraSubsystemCinfo_get_supportsCameraImage_m3C11104CBEE0AF690F3A4F9729F78F48E1065970_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsCameraImage_m0C44A3361659BA45AC98FFADDA58EB7988F4A65B_inline((&V_0), L_10, NULL); bool L_11; L_11 = XRCameraSubsystemCinfo_get_supportsAverageIntensityInLumens_mD46BA194C3AC26510694D649673015A450D0F019_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsAverageIntensityInLumens_m6A029948585A70EBE19757F621790793D5A25E25_inline((&V_0), L_11, NULL); bool L_12; L_12 = XRCameraSubsystemCinfo_get_supportsFocusModes_m0B2A62A1F5A5603B2BE190A5B5AB0703842E6B51_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsFocusModes_mC7DA5488419AEE23B7120DC615821A6990B5BFDC_inline((&V_0), L_12, NULL); bool L_13; L_13 = XRCameraSubsystemCinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mA6C68E53BB8242F222104A33EA99EF7AFF754A9B_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsFaceTrackingAmbientIntensityLightEstimation_mDDB9F6FAA031D2FCCFBCF437576B13E6AD5F652E_inline((&V_0), L_13, NULL); bool L_14; L_14 = XRCameraSubsystemCinfo_get_supportsFaceTrackingHDRLightEstimation_m28390AEBE6EBE78D410C0CB9D8D7DBE237D8DEFF_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsFaceTrackingHDRLightEstimation_mC2BCC7CAC78219A209B897E0200E81EF43F72D45_inline((&V_0), L_14, NULL); bool L_15; L_15 = XRCameraSubsystemCinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m85AD9C10C625555A50D39FE3FE5B75E4DFEAC0A4_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsWorldTrackingAmbientIntensityLightEstimation_m6C40F6AB331373E5A7ABB9FB47AEF56CD2861B88_inline((&V_0), L_15, NULL); bool L_16; L_16 = XRCameraSubsystemCinfo_get_supportsWorldTrackingHDRLightEstimation_mACCAED13DF9023738352CB5C89D5CBCF01B46899_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsWorldTrackingHDRLightEstimation_m43D86272D708D7884C1E334538B0A4B25D1C200E_inline((&V_0), L_16, NULL); bool L_17; L_17 = XRCameraSubsystemCinfo_get_supportsCameraGrain_m9D63DE92F3FD22536481F75DC9092F3526EB9FF2_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsCameraGrain_m190714314785A8E1C543FD70872E5E4974107477_inline((&V_0), L_17, NULL); Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_18; L_18 = XRCameraSubsystemCinfo_get_supportsImageStabilizationDelegate_mFBFB65D42C7BAED0D51D3611B2E3C3E4FA32DE7C_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsImageStabilizationDelegate_m5DC11668C42F55546F517EDD1A82A3DF5ED9778D_inline((&V_0), L_18, NULL); bool L_19; L_19 = XRCameraSubsystemCinfo_get_supportsExifData_m594585E6727EED9B24E835F2E14109565327F680_inline((&___0_cameraSubsystemParams), NULL); Cinfo_set_supportsExifData_m7B08284A5E42CFDC52B3B5B8F751B11BBC63F89D_inline((&V_0), L_19, NULL); Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 L_20 = V_0; XRCameraSubsystemDescriptor_Register_m46E743DD7295461B32D7167C64EC93269DC89F1E(L_20, NULL); return (bool)1; } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR Api_tAE210A8378E537AFD1FA4B99562229CE842377FB* Provider_get_cpuImageApi_m29409A35FC66CBB351613BCA11B5FB4CBE34E4FE (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (Api_tAE210A8378E537AFD1FA4B99562229CE842377FB*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* Provider_get_cameraMaterial_mAF01432424E8C359F13EDAC37BC017D4CA800ACE (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_get_permissionGranted_m8D05057122F2BBC110DD9AD9A5FB66E0312AF7C9 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_get_invertCulling_m5025907EE0C401AB84F9C69F4B4720D1B2FE0D94 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Provider_get_currentCamera_m8530CF31483EFC1C3258E16CA3ADAAC4EFAE3DE8 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (uint64_t)(((int64_t)0)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Provider_get_requestedCamera_mB8CEFB334B24A23B0874F271FB9B37DCB31C26A4 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (uint64_t)(((int64_t)0)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_set_requestedCamera_m47BE9F53F40D3C42E3B833CC80284E6D2800D766 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, uint64_t ___0_value, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_get_autoFocusEnabled_m9F658CC090005D6F724B6D0A96E93B6D3F3F5774 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_get_autoFocusRequested_mE38DE01AD3FF2729846B8FD792319D439EB4A774 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_set_autoFocusRequested_m4516914B85E2D883A12F0C525A59E9D3FF3B9D64 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, bool ___0_value, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_get_imageStabilizationEnabled_m74930BF4BC2A21D5E7BD768BD54EFCBD1A9D312F (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_get_imageStabilizationRequested_mD8F80E2AEF9E0F2E1CA58687CFC026BAE7FA3894 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_set_imageStabilizationRequested_m53C2E2C3C632034B8E40739065EF058686F7FABD (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, bool ___0_value, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_DoesCurrentCameraSupportTorch_mC2A702B93075914D0CECDC92F516CA32CDA899DF (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Provider_get_currentCameraTorchMode_m35421C03E507B6EF6036A66649B7566BB727C985 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (int32_t)(0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Provider_get_requestedCameraTorchMode_mA8F0804858F8A16274DFFFFE51A3ABF3259D0A80 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (int32_t)(0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_set_requestedCameraTorchMode_mAE3756BE9CC27510B37390DF1D732950CF2445CA (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, int32_t ___0_value, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Provider_get_currentLightEstimation_m5401CCF4ADDDAD2C8F5E6091D5061D49B0BD9B8E (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (uint64_t)(((int64_t)0)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Provider_get_requestedLightEstimation_m7341D9AA92C5509B4CA1EEBB0D4D9278F38D0D04 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (uint64_t)(((int64_t)0)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_set_requestedLightEstimation_mEB829A0CE9D43CF8E4ED455C838F3A48FFA63355 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, uint64_t ___0_value, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F Provider_get_currentConfiguration_m0BDEF4F581B6343B544FC0C9D9B859DEA95A71B2 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F)); Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F L_0 = V_0; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_set_currentConfiguration_mC964C94FB6C439A55027A6EEBCC981E6B9AD9102 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F ___0_value, const RuntimeMethod* method) { { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C870909849A9D8B2B4A755041CC27EB6D76483B)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_set_currentConfiguration_mC964C94FB6C439A55027A6EEBCC981E6B9AD9102_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Provider_get_currentBackgroundRenderingMode_mCAAC7D83E29EA6CE1E99B4D5A4EA7F967CA08D73 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (uint8_t)(0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Provider_get_requestedBackgroundRenderingMode_mA4BB4A4DBD2BDB9E383B05021FFCFBC2B282C244 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (uint8_t)(3); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_set_requestedBackgroundRenderingMode_m7616B5F4D072F24B0ABAC20BB9F6E1967CD454BD (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, uint8_t ___0_value, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Provider_get_supportedBackgroundRenderingMode_m8AAEBBBAD356DB94F8D79F0B9EB1BDF983279D40 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return (uint8_t)(0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_TryGetRenderingParameters_m5672640980AA6EEB78161C9A806DD4C9E2B7DE65 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* ___0_cameraBackgroundRenderingParameters, const RuntimeMethod* method) { { XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* L_0 = ___0_cameraBackgroundRenderingParameters; il2cpp_codegen_initobj(L_0, sizeof(XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5)); return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_Start_m4CD2850BF6C807410FA212456000E8B7D2A1C6D8 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_Stop_m4CB61ECB8BA1E70EF743BA35E2A5EB2B03B9D64E (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_Destroy_m8392AF597AD7FE60AC7BA5CBE3DC0996E6AB677C (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_TryGetFrame_mECA5AA7D54F5FCAF960E81AD40A1EDC94379ED42 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40 ___0_cameraParams, XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* ___1_cameraFrame, const RuntimeMethod* method) { { XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* L_0 = ___1_cameraFrame; il2cpp_codegen_initobj(L_0, sizeof(XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531)); return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_TryGetIntrinsics_m111DCBBE57EFDFF6C6C66F311A20CAFB2F38D2BA (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* ___0_cameraIntrinsics, const RuntimeMethod* method) { { XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* L_0 = ___0_cameraIntrinsics; il2cpp_codegen_initobj(L_0, sizeof(XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B)); return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tAE1C2CA4717E405609ED9F96E485A9FE00E622D6 Provider_GetConfigurations_m43EDF5C2E292648F155EFAADA6B58677D4180F3A (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63 ___0_defaultCameraConfiguration, int32_t ___1_allocator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m7C2B0B4FFC022B9B16BF6FB2C978DCCC66F345EE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___1_allocator; NativeArray_1_tAE1C2CA4717E405609ED9F96E485A9FE00E622D6 L_1; memset((&L_1), 0, sizeof(L_1)); NativeArray_1__ctor_m7C2B0B4FFC022B9B16BF6FB2C978DCCC66F345EE((&L_1), 0, L_0, 1, NativeArray_1__ctor_m7C2B0B4FFC022B9B16BF6FB2C978DCCC66F345EE_RuntimeMethod_var); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t6C2613A1D4A03EFEE59BBADBC529386D1205D01C Provider_GetTextureDescriptors_m40D6B5D3886EFA8284D14CD5FD67FA122CAB0976 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___0_defaultDescriptor, int32_t ___1_allocator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m2D0E6AF1C419402888254ABD76AFD00EB86E24D7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___1_allocator; NativeArray_1_t6C2613A1D4A03EFEE59BBADBC529386D1205D01C L_1; memset((&L_1), 0, sizeof(L_1)); NativeArray_1__ctor_m2D0E6AF1C419402888254ABD76AFD00EB86E24D7((&L_1), 0, L_0, 1, NativeArray_1__ctor_m2D0E6AF1C419402888254ABD76AFD00EB86E24D7_RuntimeMethod_var); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_GetMaterialKeywords_m957D06365DD9D0925CBE170AEF4EAFA4262EF945 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD** ___0_enabledKeywords, List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD** ___1_disabledKeywords, const RuntimeMethod* method) { { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD** L_0 = ___0_enabledKeywords; *((RuntimeObject**)L_0) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL); List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD** L_1 = ___1_disabledKeywords; *((RuntimeObject**)L_1) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_1, (void*)(RuntimeObject*)NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShaderKeywords_tF385F5FFD11D104C399F33099B817F4E75C41D99 Provider_GetShaderKeywords_mDE731737FCCF2AFC4A78357C958C12B10C0C954B (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { ShaderKeywords_tF385F5FFD11D104C399F33099B817F4E75C41D99 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(ShaderKeywords_tF385F5FFD11D104C399F33099B817F4E75C41D99)); ShaderKeywords_tF385F5FFD11D104C399F33099B817F4E75C41D99 L_0 = V_0; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRShaderKeywords_t9EC373FCDC7368C94E34C23A6C318983E277D9FE Provider_GetShaderKeywords2_m428DC7566BA57C5FBBE5DEF85AD66918BDEE6B91 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { XRShaderKeywords_t9EC373FCDC7368C94E34C23A6C318983E277D9FE V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(XRShaderKeywords_t9EC373FCDC7368C94E34C23A6C318983E277D9FE)); XRShaderKeywords_t9EC373FCDC7368C94E34C23A6C318983E277D9FE L_0 = V_0; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_TryAcquireLatestCpuImage_mEA8D19453751CDE916559C07E4EF7D2A6A623258 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, Cinfo_t5A1647353ADB5A2EC5EC8A30B1AAE80050168F4C* ___0_cameraImageCinfo, const RuntimeMethod* method) { { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66302D2613F26AFE177C77015981C7FA27A369BB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_TryAcquireLatestCpuImage_mEA8D19453751CDE916559C07E4EF7D2A6A623258_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* Provider_CreateCameraMaterial_mEABBEF06EDE2ABD42F8DEDD94D84B0324F80C9AE (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, String_t* ___0_cameraShaderName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* G_B2_0 = NULL; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* G_B1_0 = NULL; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B4_0 = NULL; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B3_0 = NULL; { String_t* L_0 = ___0_cameraShaderName; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_1; L_1 = Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5(L_0, NULL); Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_2 = L_1; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_3) { G_B2_0 = L_2; goto IL_0025; } G_B1_0 = L_2; } { String_t* L_4 = ___0_cameraShaderName; String_t* L_5; L_5 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral704C51A0DAD6B36AE5557F6EC82739898E4BFB61)), L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral489BDF1FA9922AB5F829F5BE893907E419364DF4)), NULL); 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, L_5, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_CreateCameraMaterial_mEABBEF06EDE2ABD42F8DEDD94D84B0324F80C9AE_RuntimeMethod_var))); } IL_0025: { Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var); Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_7, G_B2_0, NULL); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = L_7; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_9; L_9 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_8, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_9) { G_B4_0 = L_8; goto IL_0049; } G_B3_0 = L_8; } { String_t* L_10 = ___0_cameraShaderName; String_t* L_11; L_11 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCD0C03FFF40E6F1D242821369D83EC4658F16D35)), L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral489BDF1FA9922AB5F829F5BE893907E419364DF4)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_12 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_12, L_11, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_CreateCameraMaterial_mEABBEF06EDE2ABD42F8DEDD94D84B0324F80C9AE_RuntimeMethod_var))); } IL_0049: { return G_B4_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_OnBeforeBackgroundRender_mDC6772B81F39571941F561DC85FC7007E083909C (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, int32_t ___0_id, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider__ctor_mC30CBDE9E605D4DD1F82355FBC92F02272A9D132 (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemProvider_1__ctor_m9CE2F3BDF94C5DEE6F73B1B4494A2D949D14F95A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { SubsystemProvider_1__ctor_m9CE2F3BDF94C5DEE6F73B1B4494A2D949D14F95A(__this, SubsystemProvider_1__ctor_m9CE2F3BDF94C5DEE6F73B1B4494A2D949D14F95A_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 XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_marshal_pinvoke(const XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4& unmarshaled, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_marshaled_pinvoke& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_marshal_pinvoke_back(const XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_marshaled_pinvoke& marshaled, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_marshal_pinvoke_cleanup(XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_marshal_com(const XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4& unmarshaled, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_marshaled_com& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_marshal_com_back(const XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_marshaled_com& marshaled, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_marshal_com_cleanup(XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRCameraSubsystemCinfo_get_id_mDCD0C107058AEA702A80B8E305F262CAB8E07FD0 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C String_t* XRCameraSubsystemCinfo_get_id_mDCD0C107058AEA702A80B8E305F262CAB8E07FD0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XRCameraSubsystemCinfo_get_id_mDCD0C107058AEA702A80B8E305F262CAB8E07FD0_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_id_m24A04B94756616FBA387977AF0F6A894D4DC5BCE (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_id_m24A04B94756616FBA387977AF0F6A894D4DC5BCE_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_id_m24A04B94756616FBA387977AF0F6A894D4DC5BCE_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* XRCameraSubsystemCinfo_get_providerType_mFBE1614FF701AC94FE53078962B455A355EA45A7 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* XRCameraSubsystemCinfo_get_providerType_mFBE1614FF701AC94FE53078962B455A355EA45A7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = XRCameraSubsystemCinfo_get_providerType_mFBE1614FF701AC94FE53078962B455A355EA45A7_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_providerType_mFE0D3D8FEAF0FFEEA66D0E2C7CABB36944EAD484 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_providerType_mFE0D3D8FEAF0FFEEA66D0E2C7CABB36944EAD484_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_providerType_mFE0D3D8FEAF0FFEEA66D0E2C7CABB36944EAD484_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* XRCameraSubsystemCinfo_get_subsystemTypeOverride_m5CD01638A223E6C620ADDDDBA05F7539ED5229C4 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* XRCameraSubsystemCinfo_get_subsystemTypeOverride_m5CD01638A223E6C620ADDDDBA05F7539ED5229C4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = XRCameraSubsystemCinfo_get_subsystemTypeOverride_m5CD01638A223E6C620ADDDDBA05F7539ED5229C4_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_subsystemTypeOverride_m82AD4886D0CE8C4D762AC459630CBE13D024FCD2 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_subsystemTypeOverride_m82AD4886D0CE8C4D762AC459630CBE13D024FCD2_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_subsystemTypeOverride_m82AD4886D0CE8C4D762AC459630CBE13D024FCD2_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsAverageBrightness_m694C685E738909EABF44140E672CB8176649D7E6 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageBrightnessU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsAverageBrightness_m694C685E738909EABF44140E672CB8176649D7E6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsAverageBrightness_m694C685E738909EABF44140E672CB8176649D7E6_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsAverageBrightness_mD5F49B41F00DBC4C531FB5593E572E6A67B1EE77 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageBrightnessU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsAverageBrightness_mD5F49B41F00DBC4C531FB5593E572E6A67B1EE77_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsAverageBrightness_mD5F49B41F00DBC4C531FB5593E572E6A67B1EE77_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsAverageColorTemperature_mDCCD0A414E292EAD5FB817C6AC16DE8AF8C7D076 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageColorTemperatureU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsAverageColorTemperature_mDCCD0A414E292EAD5FB817C6AC16DE8AF8C7D076_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsAverageColorTemperature_mDCCD0A414E292EAD5FB817C6AC16DE8AF8C7D076_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsAverageColorTemperature_mBF21A51F1C4ED4A72AF54588CF9E08DDC92A213B (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageColorTemperatureU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsAverageColorTemperature_mBF21A51F1C4ED4A72AF54588CF9E08DDC92A213B_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsAverageColorTemperature_mBF21A51F1C4ED4A72AF54588CF9E08DDC92A213B_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsAverageIntensityInLumens_mD46BA194C3AC26510694D649673015A450D0F019 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageIntensityInLumensU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsAverageIntensityInLumens_mD46BA194C3AC26510694D649673015A450D0F019_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsAverageIntensityInLumens_mD46BA194C3AC26510694D649673015A450D0F019_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsAverageIntensityInLumens_m7FEF058FFE0C0B54E91A8FC8500F88C17B294743 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageIntensityInLumensU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsAverageIntensityInLumens_m7FEF058FFE0C0B54E91A8FC8500F88C17B294743_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsAverageIntensityInLumens_m7FEF058FFE0C0B54E91A8FC8500F88C17B294743_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsCameraGrain_m9D63DE92F3FD22536481F75DC9092F3526EB9FF2 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraGrainU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsCameraGrain_m9D63DE92F3FD22536481F75DC9092F3526EB9FF2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsCameraGrain_m9D63DE92F3FD22536481F75DC9092F3526EB9FF2_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsCameraGrain_m3E5D929246B89F7B2EFE1F7E75B9A20C67A556C9 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraGrainU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsCameraGrain_m3E5D929246B89F7B2EFE1F7E75B9A20C67A556C9_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsCameraGrain_m3E5D929246B89F7B2EFE1F7E75B9A20C67A556C9_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsColorCorrection_m8BEA88F615A8CD5FC068D9F7BE8039C68A110A15 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsColorCorrectionU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsColorCorrection_m8BEA88F615A8CD5FC068D9F7BE8039C68A110A15_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsColorCorrection_m8BEA88F615A8CD5FC068D9F7BE8039C68A110A15_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsColorCorrection_m5E9520636C4268DFAFB9E84E5901FD65E14BBB7F (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsColorCorrectionU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsColorCorrection_m5E9520636C4268DFAFB9E84E5901FD65E14BBB7F_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsColorCorrection_m5E9520636C4268DFAFB9E84E5901FD65E14BBB7F_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsDisplayMatrix_m33AECE0011BFF7206E0F6A99C3C32ACD28DF09B0 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsDisplayMatrixU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsDisplayMatrix_m33AECE0011BFF7206E0F6A99C3C32ACD28DF09B0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsDisplayMatrix_m33AECE0011BFF7206E0F6A99C3C32ACD28DF09B0_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsDisplayMatrix_m0AF4D70253EF5AC5124C747D6F1AF39B6E199B53 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsDisplayMatrixU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsDisplayMatrix_m0AF4D70253EF5AC5124C747D6F1AF39B6E199B53_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsDisplayMatrix_m0AF4D70253EF5AC5124C747D6F1AF39B6E199B53_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsProjectionMatrix_mD62E482D66D23D02FBF1591EFE8CBF6AB2B7AA60 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsProjectionMatrixU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsProjectionMatrix_mD62E482D66D23D02FBF1591EFE8CBF6AB2B7AA60_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsProjectionMatrix_mD62E482D66D23D02FBF1591EFE8CBF6AB2B7AA60_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsProjectionMatrix_m5A4C42AD394D5FEA20DB5FE1C045634929839B7A (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsProjectionMatrixU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsProjectionMatrix_m5A4C42AD394D5FEA20DB5FE1C045634929839B7A_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsProjectionMatrix_m5A4C42AD394D5FEA20DB5FE1C045634929839B7A_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsTimestamp_m53905529FC20BB4B064986AC5E6586DAF996148F (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsTimestampU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsTimestamp_m53905529FC20BB4B064986AC5E6586DAF996148F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsTimestamp_m53905529FC20BB4B064986AC5E6586DAF996148F_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsTimestamp_m46561CEC2016CA165B4E725395C0E8836C0B46F3 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsTimestampU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsTimestamp_m46561CEC2016CA165B4E725395C0E8836C0B46F3_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsTimestamp_m46561CEC2016CA165B4E725395C0E8836C0B46F3_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsCameraConfigurations_m107FD5D148D109EDDE9345754995ACF01D7A3F67 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraConfigurationsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsCameraConfigurations_m107FD5D148D109EDDE9345754995ACF01D7A3F67_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsCameraConfigurations_m107FD5D148D109EDDE9345754995ACF01D7A3F67_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsCameraConfigurations_m5425AF5D348E1918644909C45ABA7220D2A8B92F (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraConfigurationsU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsCameraConfigurations_m5425AF5D348E1918644909C45ABA7220D2A8B92F_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsCameraConfigurations_m5425AF5D348E1918644909C45ABA7220D2A8B92F_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsCameraImage_m3C11104CBEE0AF690F3A4F9729F78F48E1065970 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraImageU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsCameraImage_m3C11104CBEE0AF690F3A4F9729F78F48E1065970_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsCameraImage_m3C11104CBEE0AF690F3A4F9729F78F48E1065970_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsCameraImage_mC9312D97D6F2508F8692EF4C40909CBA55F6D769 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraImageU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsCameraImage_mC9312D97D6F2508F8692EF4C40909CBA55F6D769_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsCameraImage_mC9312D97D6F2508F8692EF4C40909CBA55F6D769_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsFocusModes_m0B2A62A1F5A5603B2BE190A5B5AB0703842E6B51 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFocusModesU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsFocusModes_m0B2A62A1F5A5603B2BE190A5B5AB0703842E6B51_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsFocusModes_m0B2A62A1F5A5603B2BE190A5B5AB0703842E6B51_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsFocusModes_m7A495A132ED5160BF69E69CAAA132F83319A3191 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFocusModesU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsFocusModes_m7A495A132ED5160BF69E69CAAA132F83319A3191_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsFocusModes_m7A495A132ED5160BF69E69CAAA132F83319A3191_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* XRCameraSubsystemCinfo_get_supportsImageStabilizationDelegate_mFBFB65D42C7BAED0D51D3611B2E3C3E4FA32DE7C (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_0 = __this->___U3CsupportsImageStabilizationDelegateU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* XRCameraSubsystemCinfo_get_supportsImageStabilizationDelegate_mFBFB65D42C7BAED0D51D3611B2E3C3E4FA32DE7C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsImageStabilizationDelegate_mFBFB65D42C7BAED0D51D3611B2E3C3E4FA32DE7C_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsImageStabilizationDelegate_m544EE42D905077AEFFD7628187AEDF0FF4207DF9 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* ___0_value, const RuntimeMethod* method) { { Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_0 = ___0_value; __this->___U3CsupportsImageStabilizationDelegateU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsupportsImageStabilizationDelegateU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsImageStabilizationDelegate_m544EE42D905077AEFFD7628187AEDF0FF4207DF9_AdjustorThunk (RuntimeObject* __this, Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsImageStabilizationDelegate_m544EE42D905077AEFFD7628187AEDF0FF4207DF9_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mA6C68E53BB8242F222104A33EA99EF7AFF754A9B (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mA6C68E53BB8242F222104A33EA99EF7AFF754A9B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mA6C68E53BB8242F222104A33EA99EF7AFF754A9B_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsFaceTrackingAmbientIntensityLightEstimation_m17EC791181F76254B286308B213F19E085DE36D9 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsFaceTrackingAmbientIntensityLightEstimation_m17EC791181F76254B286308B213F19E085DE36D9_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsFaceTrackingAmbientIntensityLightEstimation_m17EC791181F76254B286308B213F19E085DE36D9_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsFaceTrackingHDRLightEstimation_m28390AEBE6EBE78D410C0CB9D8D7DBE237D8DEFF (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsFaceTrackingHDRLightEstimation_m28390AEBE6EBE78D410C0CB9D8D7DBE237D8DEFF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsFaceTrackingHDRLightEstimation_m28390AEBE6EBE78D410C0CB9D8D7DBE237D8DEFF_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsFaceTrackingHDRLightEstimation_m022FA258FE1F3E9D1D94D02985C3459298093D3A (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsFaceTrackingHDRLightEstimation_m022FA258FE1F3E9D1D94D02985C3459298093D3A_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsFaceTrackingHDRLightEstimation_m022FA258FE1F3E9D1D94D02985C3459298093D3A_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m85AD9C10C625555A50D39FE3FE5B75E4DFEAC0A4 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m85AD9C10C625555A50D39FE3FE5B75E4DFEAC0A4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m85AD9C10C625555A50D39FE3FE5B75E4DFEAC0A4_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsWorldTrackingAmbientIntensityLightEstimation_m5F43C3317A17DAFA6ACF9550069FB10F8EB50300 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsWorldTrackingAmbientIntensityLightEstimation_m5F43C3317A17DAFA6ACF9550069FB10F8EB50300_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsWorldTrackingAmbientIntensityLightEstimation_m5F43C3317A17DAFA6ACF9550069FB10F8EB50300_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsWorldTrackingHDRLightEstimation_mACCAED13DF9023738352CB5C89D5CBCF01B46899 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsWorldTrackingHDRLightEstimation_mACCAED13DF9023738352CB5C89D5CBCF01B46899_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsWorldTrackingHDRLightEstimation_mACCAED13DF9023738352CB5C89D5CBCF01B46899_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsWorldTrackingHDRLightEstimation_mF04D46841BB7C8BEF8A17300F6F12491A8AC895C (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsWorldTrackingHDRLightEstimation_mF04D46841BB7C8BEF8A17300F6F12491A8AC895C_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsWorldTrackingHDRLightEstimation_mF04D46841BB7C8BEF8A17300F6F12491A8AC895C_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsExifData_m594585E6727EED9B24E835F2E14109565327F680 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsExifDataU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_get_supportsExifData_m594585E6727EED9B24E835F2E14109565327F680_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_get_supportsExifData_m594585E6727EED9B24E835F2E14109565327F680_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsExifData_mBAA63CA8656661FF0D35EB93605744BF7ADCA0B7 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsExifDataU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRCameraSubsystemCinfo_set_supportsExifData_mBAA63CA8656661FF0D35EB93605744BF7ADCA0B7_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRCameraSubsystemCinfo_set_supportsExifData_mBAA63CA8656661FF0D35EB93605744BF7ADCA0B7_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_Equals_mED29F3CB627AF187AC3CB817FC3DC7905B0228A0 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4 ___0_other, const RuntimeMethod* method) { bool V_0 = false; { String_t* L_0; L_0 = XRCameraSubsystemCinfo_get_id_mDCD0C107058AEA702A80B8E305F262CAB8E07FD0_inline(__this, NULL); String_t* L_1; L_1 = XRCameraSubsystemCinfo_get_id_mDCD0C107058AEA702A80B8E305F262CAB8E07FD0_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_01da; } } { Type_t* L_2; L_2 = XRCameraSubsystemCinfo_get_providerType_mFBE1614FF701AC94FE53078962B455A355EA45A7_inline(__this, NULL); Type_t* L_3; L_3 = XRCameraSubsystemCinfo_get_providerType_mFBE1614FF701AC94FE53078962B455A355EA45A7_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_2) == ((RuntimeObject*)(Type_t*)L_3)))) { goto IL_01da; } } { Type_t* L_4; L_4 = XRCameraSubsystemCinfo_get_subsystemTypeOverride_m5CD01638A223E6C620ADDDDBA05F7539ED5229C4_inline(__this, NULL); Type_t* L_5; L_5 = XRCameraSubsystemCinfo_get_subsystemTypeOverride_m5CD01638A223E6C620ADDDDBA05F7539ED5229C4_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_4) == ((RuntimeObject*)(Type_t*)L_5)))) { goto IL_01da; } } { bool L_6; L_6 = XRCameraSubsystemCinfo_get_supportsAverageBrightness_m694C685E738909EABF44140E672CB8176649D7E6_inline(__this, NULL); V_0 = L_6; bool L_7; L_7 = XRCameraSubsystemCinfo_get_supportsAverageBrightness_m694C685E738909EABF44140E672CB8176649D7E6_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_8; L_8 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_7, NULL); if (!L_8) { goto IL_01da; } } { bool L_9; L_9 = XRCameraSubsystemCinfo_get_supportsAverageColorTemperature_mDCCD0A414E292EAD5FB817C6AC16DE8AF8C7D076_inline(__this, NULL); V_0 = L_9; bool L_10; L_10 = XRCameraSubsystemCinfo_get_supportsAverageColorTemperature_mDCCD0A414E292EAD5FB817C6AC16DE8AF8C7D076_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_11; L_11 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_10, NULL); if (!L_11) { goto IL_01da; } } { bool L_12; L_12 = XRCameraSubsystemCinfo_get_supportsColorCorrection_m8BEA88F615A8CD5FC068D9F7BE8039C68A110A15_inline(__this, NULL); V_0 = L_12; bool L_13; L_13 = XRCameraSubsystemCinfo_get_supportsColorCorrection_m8BEA88F615A8CD5FC068D9F7BE8039C68A110A15_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_14; L_14 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_13, NULL); if (!L_14) { goto IL_01da; } } { bool L_15; L_15 = XRCameraSubsystemCinfo_get_supportsDisplayMatrix_m33AECE0011BFF7206E0F6A99C3C32ACD28DF09B0_inline(__this, NULL); V_0 = L_15; bool L_16; L_16 = XRCameraSubsystemCinfo_get_supportsDisplayMatrix_m33AECE0011BFF7206E0F6A99C3C32ACD28DF09B0_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_17; L_17 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_16, NULL); if (!L_17) { goto IL_01da; } } { bool L_18; L_18 = XRCameraSubsystemCinfo_get_supportsProjectionMatrix_mD62E482D66D23D02FBF1591EFE8CBF6AB2B7AA60_inline(__this, NULL); V_0 = L_18; bool L_19; L_19 = XRCameraSubsystemCinfo_get_supportsProjectionMatrix_mD62E482D66D23D02FBF1591EFE8CBF6AB2B7AA60_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_20; L_20 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_19, NULL); if (!L_20) { goto IL_01da; } } { bool L_21; L_21 = XRCameraSubsystemCinfo_get_supportsTimestamp_m53905529FC20BB4B064986AC5E6586DAF996148F_inline(__this, NULL); V_0 = L_21; bool L_22; L_22 = XRCameraSubsystemCinfo_get_supportsTimestamp_m53905529FC20BB4B064986AC5E6586DAF996148F_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_23; L_23 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_22, NULL); if (!L_23) { goto IL_01da; } } { bool L_24; L_24 = XRCameraSubsystemCinfo_get_supportsCameraConfigurations_m107FD5D148D109EDDE9345754995ACF01D7A3F67_inline(__this, NULL); V_0 = L_24; bool L_25; L_25 = XRCameraSubsystemCinfo_get_supportsCameraConfigurations_m107FD5D148D109EDDE9345754995ACF01D7A3F67_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_26; L_26 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_25, NULL); if (!L_26) { goto IL_01da; } } { bool L_27; L_27 = XRCameraSubsystemCinfo_get_supportsCameraImage_m3C11104CBEE0AF690F3A4F9729F78F48E1065970_inline(__this, NULL); V_0 = L_27; bool L_28; L_28 = XRCameraSubsystemCinfo_get_supportsCameraImage_m3C11104CBEE0AF690F3A4F9729F78F48E1065970_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_29; L_29 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_28, NULL); if (!L_29) { goto IL_01da; } } { bool L_30; L_30 = XRCameraSubsystemCinfo_get_supportsAverageIntensityInLumens_mD46BA194C3AC26510694D649673015A450D0F019_inline(__this, NULL); V_0 = L_30; bool L_31; L_31 = XRCameraSubsystemCinfo_get_supportsAverageIntensityInLumens_mD46BA194C3AC26510694D649673015A450D0F019_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_32; L_32 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_31, NULL); if (!L_32) { goto IL_01da; } } { bool L_33; L_33 = XRCameraSubsystemCinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mA6C68E53BB8242F222104A33EA99EF7AFF754A9B_inline(__this, NULL); V_0 = L_33; bool L_34; L_34 = XRCameraSubsystemCinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mA6C68E53BB8242F222104A33EA99EF7AFF754A9B_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_35; L_35 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_34, NULL); if (!L_35) { goto IL_01da; } } { bool L_36; L_36 = XRCameraSubsystemCinfo_get_supportsFaceTrackingHDRLightEstimation_m28390AEBE6EBE78D410C0CB9D8D7DBE237D8DEFF_inline(__this, NULL); V_0 = L_36; bool L_37; L_37 = XRCameraSubsystemCinfo_get_supportsFaceTrackingHDRLightEstimation_m28390AEBE6EBE78D410C0CB9D8D7DBE237D8DEFF_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_38; L_38 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_37, NULL); if (!L_38) { goto IL_01da; } } { bool L_39; L_39 = XRCameraSubsystemCinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m85AD9C10C625555A50D39FE3FE5B75E4DFEAC0A4_inline(__this, NULL); V_0 = L_39; bool L_40; L_40 = XRCameraSubsystemCinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m85AD9C10C625555A50D39FE3FE5B75E4DFEAC0A4_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_41; L_41 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_40, NULL); if (!L_41) { goto IL_01da; } } { bool L_42; L_42 = XRCameraSubsystemCinfo_get_supportsWorldTrackingHDRLightEstimation_mACCAED13DF9023738352CB5C89D5CBCF01B46899_inline(__this, NULL); V_0 = L_42; bool L_43; L_43 = XRCameraSubsystemCinfo_get_supportsWorldTrackingHDRLightEstimation_mACCAED13DF9023738352CB5C89D5CBCF01B46899_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_44; L_44 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_43, NULL); if (!L_44) { goto IL_01da; } } { bool L_45; L_45 = XRCameraSubsystemCinfo_get_supportsFocusModes_m0B2A62A1F5A5603B2BE190A5B5AB0703842E6B51_inline(__this, NULL); V_0 = L_45; bool L_46; L_46 = XRCameraSubsystemCinfo_get_supportsFocusModes_m0B2A62A1F5A5603B2BE190A5B5AB0703842E6B51_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_47; L_47 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_46, NULL); if (!L_47) { goto IL_01da; } } { bool L_48; L_48 = XRCameraSubsystemCinfo_get_supportsCameraGrain_m9D63DE92F3FD22536481F75DC9092F3526EB9FF2_inline(__this, NULL); V_0 = L_48; bool L_49; L_49 = XRCameraSubsystemCinfo_get_supportsCameraGrain_m9D63DE92F3FD22536481F75DC9092F3526EB9FF2_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_50; L_50 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_49, NULL); if (!L_50) { goto IL_01da; } } { Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_51; L_51 = XRCameraSubsystemCinfo_get_supportsImageStabilizationDelegate_mFBFB65D42C7BAED0D51D3611B2E3C3E4FA32DE7C_inline(__this, NULL); Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_52; L_52 = XRCameraSubsystemCinfo_get_supportsImageStabilizationDelegate_mFBFB65D42C7BAED0D51D3611B2E3C3E4FA32DE7C_inline((&___0_other), NULL); NullCheck(L_51); bool L_53; L_53 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_51, L_52); if (!L_53) { goto IL_01da; } } { bool L_54; L_54 = XRCameraSubsystemCinfo_get_supportsExifData_m594585E6727EED9B24E835F2E14109565327F680_inline(__this, NULL); V_0 = L_54; bool L_55; L_55 = XRCameraSubsystemCinfo_get_supportsExifData_m594585E6727EED9B24E835F2E14109565327F680_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_56; L_56 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_55, NULL); return L_56; } IL_01da: { return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_Equals_mED29F3CB627AF187AC3CB817FC3DC7905B0228A0_AdjustorThunk (RuntimeObject* __this, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4 ___0_other, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_Equals_mED29F3CB627AF187AC3CB817FC3DC7905B0228A0(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_Equals_m6D8C4679C25B3C93C0BAC84C2E8214DC861285F3 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = XRCameraSubsystemCinfo_Equals_mED29F3CB627AF187AC3CB817FC3DC7905B0228A0(__this, ((*(XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4*)UnBox(L_1, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool XRCameraSubsystemCinfo_Equals_m6D8C4679C25B3C93C0BAC84C2E8214DC861285F3_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRCameraSubsystemCinfo_Equals_m6D8C4679C25B3C93C0BAC84C2E8214DC861285F3(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_op_Equality_m2221466839FF5329486081E62F5C2EC619F01063 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4 ___0_lhs, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4 ___1_rhs, const RuntimeMethod* method) { { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4 L_0 = ___1_rhs; bool L_1; L_1 = XRCameraSubsystemCinfo_Equals_mED29F3CB627AF187AC3CB817FC3DC7905B0228A0((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_op_Inequality_m0FDA17789BE28772ACE584DF0D0348C2E08110D1 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4 ___0_lhs, XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4 ___1_rhs, const RuntimeMethod* method) { { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4 L_0 = ___1_rhs; bool L_1; L_1 = XRCameraSubsystemCinfo_Equals_mED29F3CB627AF187AC3CB817FC3DC7905B0228A0((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraSubsystemCinfo_GetHashCode_m9AD75EE7E43274694277A4703099621467E69114 (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { bool V_0 = false; { String_t* L_0; L_0 = XRCameraSubsystemCinfo_get_id_mDCD0C107058AEA702A80B8E305F262CAB8E07FD0_inline(__this, NULL); int32_t L_1; L_1 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_0, NULL); Type_t* L_2; L_2 = XRCameraSubsystemCinfo_get_providerType_mFBE1614FF701AC94FE53078962B455A355EA45A7_inline(__this, NULL); int32_t L_3; L_3 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_2, NULL); Type_t* L_4; L_4 = XRCameraSubsystemCinfo_get_subsystemTypeOverride_m5CD01638A223E6C620ADDDDBA05F7539ED5229C4_inline(__this, NULL); int32_t L_5; L_5 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_4, NULL); bool L_6; L_6 = XRCameraSubsystemCinfo_get_supportsAverageBrightness_m694C685E738909EABF44140E672CB8176649D7E6_inline(__this, NULL); V_0 = L_6; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); int32_t L_7; L_7 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_8; L_8 = XRCameraSubsystemCinfo_get_supportsAverageColorTemperature_mDCCD0A414E292EAD5FB817C6AC16DE8AF8C7D076_inline(__this, NULL); V_0 = L_8; int32_t L_9; L_9 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_10; L_10 = XRCameraSubsystemCinfo_get_supportsColorCorrection_m8BEA88F615A8CD5FC068D9F7BE8039C68A110A15_inline(__this, NULL); V_0 = L_10; int32_t L_11; L_11 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_12; L_12 = XRCameraSubsystemCinfo_get_supportsDisplayMatrix_m33AECE0011BFF7206E0F6A99C3C32ACD28DF09B0_inline(__this, NULL); V_0 = L_12; int32_t L_13; L_13 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_14; L_14 = XRCameraSubsystemCinfo_get_supportsProjectionMatrix_mD62E482D66D23D02FBF1591EFE8CBF6AB2B7AA60_inline(__this, NULL); V_0 = L_14; int32_t L_15; L_15 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_16; L_16 = XRCameraSubsystemCinfo_get_supportsTimestamp_m53905529FC20BB4B064986AC5E6586DAF996148F_inline(__this, NULL); V_0 = L_16; int32_t L_17; L_17 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_18; L_18 = XRCameraSubsystemCinfo_get_supportsCameraConfigurations_m107FD5D148D109EDDE9345754995ACF01D7A3F67_inline(__this, NULL); V_0 = L_18; int32_t L_19; L_19 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_20; L_20 = XRCameraSubsystemCinfo_get_supportsCameraImage_m3C11104CBEE0AF690F3A4F9729F78F48E1065970_inline(__this, NULL); V_0 = L_20; int32_t L_21; L_21 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_22; L_22 = XRCameraSubsystemCinfo_get_supportsAverageIntensityInLumens_mD46BA194C3AC26510694D649673015A450D0F019_inline(__this, NULL); V_0 = L_22; int32_t L_23; L_23 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_24; L_24 = XRCameraSubsystemCinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mA6C68E53BB8242F222104A33EA99EF7AFF754A9B_inline(__this, NULL); V_0 = L_24; int32_t L_25; L_25 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_26; L_26 = XRCameraSubsystemCinfo_get_supportsFaceTrackingHDRLightEstimation_m28390AEBE6EBE78D410C0CB9D8D7DBE237D8DEFF_inline(__this, NULL); V_0 = L_26; int32_t L_27; L_27 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_28; L_28 = XRCameraSubsystemCinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m85AD9C10C625555A50D39FE3FE5B75E4DFEAC0A4_inline(__this, NULL); V_0 = L_28; int32_t L_29; L_29 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_30; L_30 = XRCameraSubsystemCinfo_get_supportsWorldTrackingHDRLightEstimation_mACCAED13DF9023738352CB5C89D5CBCF01B46899_inline(__this, NULL); V_0 = L_30; int32_t L_31; L_31 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_32; L_32 = XRCameraSubsystemCinfo_get_supportsFocusModes_m0B2A62A1F5A5603B2BE190A5B5AB0703842E6B51_inline(__this, NULL); V_0 = L_32; int32_t L_33; L_33 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_34; L_34 = XRCameraSubsystemCinfo_get_supportsCameraGrain_m9D63DE92F3FD22536481F75DC9092F3526EB9FF2_inline(__this, NULL); V_0 = L_34; int32_t L_35; L_35 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_36; L_36 = XRCameraSubsystemCinfo_get_supportsImageStabilizationDelegate_mFBFB65D42C7BAED0D51D3611B2E3C3E4FA32DE7C_inline(__this, NULL); NullCheck(L_36); int32_t L_37; L_37 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_36); bool L_38; L_38 = XRCameraSubsystemCinfo_get_supportsExifData_m594585E6727EED9B24E835F2E14109565327F680_inline(__this, NULL); V_0 = L_38; int32_t L_39; L_39 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), ((int32_t)486187739))), L_1)), ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)), ((int32_t)486187739))), L_9)), ((int32_t)486187739))), L_11)), ((int32_t)486187739))), L_13)), ((int32_t)486187739))), L_15)), ((int32_t)486187739))), L_17)), ((int32_t)486187739))), L_19)), ((int32_t)486187739))), L_21)), ((int32_t)486187739))), L_23)), ((int32_t)486187739))), L_25)), ((int32_t)486187739))), L_27)), ((int32_t)486187739))), L_29)), ((int32_t)486187739))), L_31)), ((int32_t)486187739))), L_33)), ((int32_t)486187739))), L_35)), ((int32_t)486187739))), L_37)), ((int32_t)486187739))), L_39)); } } IL2CPP_EXTERN_C int32_t XRCameraSubsystemCinfo_GetHashCode_m9AD75EE7E43274694277A4703099621467E69114_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRCameraSubsystemCinfo_GetHashCode_m9AD75EE7E43274694277A4703099621467E69114(_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 IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsAverageBrightness_m394F0A5371B43E4A53DF4AAF18EC2CB3A3BA30E4 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageBrightnessU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsAverageBrightness_m85E4E5A8B48C865C09FD14FA2DA245172F82B5C9 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageBrightnessU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsAverageColorTemperature_m45A35D2620A0744755E9073E1E8CC96EDF8992F6 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageColorTemperatureU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsAverageColorTemperature_m90107A708A0D68DC9B400DF24DAED2365A5024EB (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageColorTemperatureU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsAverageIntensityInLumens_m15A6095FCF7EE2C44DA00C8A7EAA0FB185F6148C (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageIntensityInLumensU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsAverageIntensityInLumens_m8CD28D5D10E6A269D79E2308FC675AF4FDA28313 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageIntensityInLumensU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsCameraGrain_mA7563A6FB9661F093C972DBF54BC9A3F372624F7 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraGrainU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsCameraGrain_m3C600B4A99E724820D2FAF3F08DA2C56B0D70D4F (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraGrainU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsColorCorrection_m380D4EFA54BD40435F3EC0D4811C17600F60FA3B (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsColorCorrectionU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsColorCorrection_m1242C61D6537FCEA26482B5D74DB1943F7E2326F (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsColorCorrectionU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsDisplayMatrix_m9AA5FE7C2A422C5B7C85EEB1DEF1E9058D2ECA11 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsDisplayMatrixU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsDisplayMatrix_m5589A27DB1C3D5A896E9683287DAF5957B8B110D (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsDisplayMatrixU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsProjectionMatrix_mD16AFD308BF077947336064405B66A3762AE0844 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsProjectionMatrixU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsProjectionMatrix_m533035E1EA87892B36B8BD1FCA6DD12C48125F0B (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsProjectionMatrixU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsTimestamp_mB83389AB4E0CCEB67856DF32DA1EDEC64E5A2DEA (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsTimestampU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsTimestamp_m2077AC114ABD729DB39DB4DB648D54BFA7842C9D (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsTimestampU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsCameraConfigurations_mDA577F21C255F11827B6226688C41D1DDE20A753 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraConfigurationsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsCameraConfigurations_m94AFD663BE701A019D04CC7E070361F713053B94 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraConfigurationsU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsCameraImage_m4C81161C7C5D5873D7673681206B1B8B0D158F50 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraImageU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsCameraImage_m1AC168FAB7E1344E8EBCE561A8A2C5E0FD8D3456 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraImageU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsFocusModes_m629008B6904FEC5721E3BB251E549D74553981C2 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFocusModesU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsFocusModes_m898E4A424D88ECA8BDC410BC7DD4DA8ADADC3469 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFocusModesU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRCameraSubsystemDescriptor_get_supportsImageStabilization_m467A31B308D9579C3E4FC72433D8FB48F2D9C9CE (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* G_B2_0 = NULL; Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* G_B1_0 = NULL; { Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_0 = __this->___m_SupportsImageStabilizationDelegate; Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_1 = L_0; if (L_1) { G_B2_0 = L_1; goto IL_000c; } G_B1_0 = L_1; } { return (int32_t)(1); } IL_000c: { NullCheck(G_B2_0); int32_t L_2; L_2 = Func_1_Invoke_m8DBA3FA6586EE994DC6F6A41B7E9B8102D967D92_inline(G_B2_0, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsFaceTrackingAmbientIntensityLightEstimation_m32CA41294F34BA9A20D90F8AA1204DA923C72337 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsFaceTrackingAmbientIntensityLightEstimation_mB285F66614F9E813114F14E03D6ACF0C713B061C (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsFaceTrackingHDRLightEstimation_mA892EB29FFD62B3C49E5EA4834CF5C27DE39824F (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsFaceTrackingHDRLightEstimation_m21A59BE7013A7C47829CDC98879B536C8D168628 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsWorldTrackingAmbientIntensityLightEstimation_m1F47D027047EBB365C69BE50F442BEFEE5A5CA94 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsWorldTrackingAmbientIntensityLightEstimation_m5514636E6A56C6528D0E411F9FDAEAA23BB35D9E (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsWorldTrackingHDRLightEstimation_mF08EE18BA151F1D274A100ECD32045427C76EB83 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsWorldTrackingHDRLightEstimation_m98835252EB322907CE7E1C1214F7A125C81570B8 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsExifData_m968A05AC795750EFA35B4CDA5CF4B448B0896068 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsExifDataU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsExifData_mC70AF5A20E0694668614C5EA974422E3A8DEF257 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsExifDataU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRCameraSubsystemDescriptor_get_supportsCameraTorchMode_m90ECC73135EA269CD44E56B01A53FD8AF7167B9C (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraTorchModeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsCameraTorchMode_mC510D5DC7F76D596E29DEEA294119BD4CCA14CBB (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraTorchModeU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_Register_m46E743DD7295461B32D7167C64EC93269DC89F1E (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 ___0_cinfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140_0_0_0_var); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Cinfo_get_id_m3766B8966B6C5453BBED60BDB80A974D0D1790A1_inline((&___0_cinfo), NULL); bool L_1; L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL); if (!L_1) { goto IL_001e; } } { 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_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB19032E635CE920B302296D3885543D1639CB459)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AB2AE70A012333D060D8A75537325E8DCA88A13)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRCameraSubsystemDescriptor_Register_m46E743DD7295461B32D7167C64EC93269DC89F1E_RuntimeMethod_var))); } IL_001e: { Type_t* L_3; L_3 = Cinfo_get_providerType_m0E1BEF700A8531A7B4343FFB53C2FE45BE240117_inline((&___0_cinfo), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class); bool L_4; L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, (Type_t*)NULL, NULL); if (L_4) { goto IL_0045; } } { Type_t* L_5; L_5 = Cinfo_get_providerType_m0E1BEF700A8531A7B4343FFB53C2FE45BE240117_inline((&___0_cinfo), NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (Provider_tC76B85B1D0C70B70C5FC6B9E92C0C2C5EF31A26C_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class); Type_t* L_7; L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL); NullCheck(L_5); bool L_8; L_8 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(20, L_5, L_7); if (L_8) { goto IL_0055; } } IL_0045: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral631C2A034F2EEC364263FCD6C54F837D6F6BA919)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AB2AE70A012333D060D8A75537325E8DCA88A13)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRCameraSubsystemDescriptor_Register_m46E743DD7295461B32D7167C64EC93269DC89F1E_RuntimeMethod_var))); } IL_0055: { Type_t* L_10; L_10 = Cinfo_get_subsystemTypeOverride_m52FDFFFB14C78CB4EDE393DC5DC15174C5F88503_inline((&___0_cinfo), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class); bool L_11; L_11 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_10, (Type_t*)NULL, NULL); if (!L_11) { goto IL_008c; } } { Type_t* L_12; L_12 = Cinfo_get_subsystemTypeOverride_m52FDFFFB14C78CB4EDE393DC5DC15174C5F88503_inline((&___0_cinfo), NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast (XRCameraSubsystem_t1F15E4BAEF03223F63AB57E49D1B5DE06749D140_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class); Type_t* L_14; L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL); NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(20, L_12, L_14); if (L_15) { goto IL_008c; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_16 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral169B5F05B3C649D620B99E33CC12246A1C1B6BF5)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AB2AE70A012333D060D8A75537325E8DCA88A13)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRCameraSubsystemDescriptor_Register_m46E743DD7295461B32D7167C64EC93269DC89F1E_RuntimeMethod_var))); } IL_008c: { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 L_17 = ___0_cinfo; XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* L_18 = (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847*)il2cpp_codegen_object_new(XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847_il2cpp_TypeInfo_var); XRCameraSubsystemDescriptor__ctor_m4EA4C94FCA9FE0839CA5E9A84C59EC81423A7C51(L_18, L_17, NULL); il2cpp_codegen_runtime_class_init_inline(SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_il2cpp_TypeInfo_var); SubsystemDescriptorStore_RegisterDescriptor_m6DEC96199F95ACCD68822060CEB79CA77AF44F12(L_18, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor__ctor_m4EA4C94FCA9FE0839CA5E9A84C59EC81423A7C51 (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 ___0_cinfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemDescriptorWithProvider_2__ctor_m0F7244E24EED574DFC2FDA6D3CF211C8AE1FC8BA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { SubsystemDescriptorWithProvider_2__ctor_m0F7244E24EED574DFC2FDA6D3CF211C8AE1FC8BA(__this, SubsystemDescriptorWithProvider_2__ctor_m0F7244E24EED574DFC2FDA6D3CF211C8AE1FC8BA_RuntimeMethod_var); String_t* L_0; L_0 = Cinfo_get_id_m3766B8966B6C5453BBED60BDB80A974D0D1790A1_inline((&___0_cinfo), NULL); SubsystemDescriptorWithProvider_set_id_m4E93140B46C960FFB4723062C55D05D7B551A57B_inline(__this, L_0, NULL); Type_t* L_1; L_1 = Cinfo_get_providerType_m0E1BEF700A8531A7B4343FFB53C2FE45BE240117_inline((&___0_cinfo), NULL); SubsystemDescriptorWithProvider_set_providerType_m27A630CAFBA225796667E17DE114673056339EA4_inline(__this, L_1, NULL); Type_t* L_2; L_2 = Cinfo_get_subsystemTypeOverride_m52FDFFFB14C78CB4EDE393DC5DC15174C5F88503_inline((&___0_cinfo), NULL); SubsystemDescriptorWithProvider_set_subsystemTypeOverride_m34C15BBBE4EB41226EF1C0A0C8BB73A0955E0F3E_inline(__this, L_2, NULL); bool L_3; L_3 = Cinfo_get_supportsAverageBrightness_mA3DF5C04AD94E31C49E1CDFD52F67DFEC4E3ED4F_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsAverageBrightness_m85E4E5A8B48C865C09FD14FA2DA245172F82B5C9_inline(__this, L_3, NULL); bool L_4; L_4 = Cinfo_get_supportsAverageColorTemperature_mFFC41039BF750561F82C0B750D840AB53F2D012E_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsAverageColorTemperature_m90107A708A0D68DC9B400DF24DAED2365A5024EB_inline(__this, L_4, NULL); bool L_5; L_5 = Cinfo_get_supportsColorCorrection_m1D0984FEE549D0B25762ED0D72A4301441E1E5F5_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsColorCorrection_m1242C61D6537FCEA26482B5D74DB1943F7E2326F_inline(__this, L_5, NULL); bool L_6; L_6 = Cinfo_get_supportsDisplayMatrix_m17455B5AA5E13A28C53DD0B2ECC07CA5AF62580B_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsDisplayMatrix_m5589A27DB1C3D5A896E9683287DAF5957B8B110D_inline(__this, L_6, NULL); bool L_7; L_7 = Cinfo_get_supportsProjectionMatrix_mFBCF2BE6BCF65ACCE47C7101180AEBA4602254C6_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsProjectionMatrix_m533035E1EA87892B36B8BD1FCA6DD12C48125F0B_inline(__this, L_7, NULL); bool L_8; L_8 = Cinfo_get_supportsTimestamp_mA43C52C4A563C59644F276FE60AF900E05E7E220_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsTimestamp_m2077AC114ABD729DB39DB4DB648D54BFA7842C9D_inline(__this, L_8, NULL); bool L_9; L_9 = Cinfo_get_supportsCameraConfigurations_m16110550F66DD7183FC7429BF5E2AD1E2B028275_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsCameraConfigurations_m94AFD663BE701A019D04CC7E070361F713053B94_inline(__this, L_9, NULL); bool L_10; L_10 = Cinfo_get_supportsCameraImage_mE517857E42AEED74E7894EE2FAD8BB168CFE532B_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsCameraImage_m1AC168FAB7E1344E8EBCE561A8A2C5E0FD8D3456_inline(__this, L_10, NULL); bool L_11; L_11 = Cinfo_get_supportsAverageIntensityInLumens_mCC86A735C1F0DB67B4FC664E9FDF438A91E79392_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsAverageIntensityInLumens_m8CD28D5D10E6A269D79E2308FC675AF4FDA28313_inline(__this, L_11, NULL); bool L_12; L_12 = Cinfo_get_supportsFocusModes_m8C040183B773806BCB6D03C36F0E5397CE59D368_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsFocusModes_m898E4A424D88ECA8BDC410BC7DD4DA8ADADC3469_inline(__this, L_12, NULL); bool L_13; L_13 = Cinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mF98836A07388A6F469782AD280DFC03AF152714C_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsFaceTrackingAmbientIntensityLightEstimation_mB285F66614F9E813114F14E03D6ACF0C713B061C_inline(__this, L_13, NULL); bool L_14; L_14 = Cinfo_get_supportsFaceTrackingHDRLightEstimation_m482F3E3AF4591BBECD1368C6B51477A3F8A22646_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsFaceTrackingHDRLightEstimation_m21A59BE7013A7C47829CDC98879B536C8D168628_inline(__this, L_14, NULL); bool L_15; L_15 = Cinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m73763A43EC3D0A2CAC3C74797858835A05BD3884_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsWorldTrackingAmbientIntensityLightEstimation_m5514636E6A56C6528D0E411F9FDAEAA23BB35D9E_inline(__this, L_15, NULL); bool L_16; L_16 = Cinfo_get_supportsWorldTrackingHDRLightEstimation_mBAD37BE61A89E509B7761AA5270E4E24655CDD00_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsWorldTrackingHDRLightEstimation_m98835252EB322907CE7E1C1214F7A125C81570B8_inline(__this, L_16, NULL); bool L_17; L_17 = Cinfo_get_supportsCameraGrain_m90BE837039AB50FB97A6EF8F1BEC2D997FD8504B_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsCameraGrain_m3C600B4A99E724820D2FAF3F08DA2C56B0D70D4F_inline(__this, L_17, NULL); Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_18; L_18 = Cinfo_get_supportsImageStabilizationDelegate_mFB244933B614D1AD2AEA6827965814DBF7B04D93_inline((&___0_cinfo), NULL); __this->___m_SupportsImageStabilizationDelegate = L_18; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SupportsImageStabilizationDelegate), (void*)L_18); bool L_19; L_19 = Cinfo_get_supportsExifData_m83305A453E84B954A8E8262463106CD812C5ECE3_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsExifData_mC70AF5A20E0694668614C5EA974422E3A8DEF257_inline(__this, L_19, NULL); bool L_20; L_20 = Cinfo_get_supportsCameraTorchMode_m8209D4B066DDF28356D6FDDA4E0F3CAA4F59F8A6_inline((&___0_cinfo), NULL); XRCameraSubsystemDescriptor_set_supportsCameraTorchMode_mC510D5DC7F76D596E29DEEA294119BD4CCA14CBB_inline(__this, L_20, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_marshal_pinvoke(const Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891& unmarshaled, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_marshaled_pinvoke& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_marshal_pinvoke_back(const Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_marshaled_pinvoke& marshaled, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_marshal_pinvoke_cleanup(Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_marshal_com(const Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891& unmarshaled, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_marshaled_com& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_marshal_com_back(const Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_marshaled_com& marshaled, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_marshal_com_cleanup(Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m3766B8966B6C5453BBED60BDB80A974D0D1790A1 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C String_t* Cinfo_get_id_m3766B8966B6C5453BBED60BDB80A974D0D1790A1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Cinfo_get_id_m3766B8966B6C5453BBED60BDB80A974D0D1790A1_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_id_mCDA4BA4F5DEE54D214ED396C2B1C353B4DFC753C (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_id_mCDA4BA4F5DEE54D214ED396C2B1C353B4DFC753C_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_id_mCDA4BA4F5DEE54D214ED396C2B1C353B4DFC753C_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_m0E1BEF700A8531A7B4343FFB53C2FE45BE240117 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* Cinfo_get_providerType_m0E1BEF700A8531A7B4343FFB53C2FE45BE240117_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = Cinfo_get_providerType_m0E1BEF700A8531A7B4343FFB53C2FE45BE240117_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_providerType_m81F03DBA6BBDD6F0838F730C034915A7B6018DC6 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_providerType_m81F03DBA6BBDD6F0838F730C034915A7B6018DC6_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_providerType_m81F03DBA6BBDD6F0838F730C034915A7B6018DC6_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_m52FDFFFB14C78CB4EDE393DC5DC15174C5F88503 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* Cinfo_get_subsystemTypeOverride_m52FDFFFB14C78CB4EDE393DC5DC15174C5F88503_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = Cinfo_get_subsystemTypeOverride_m52FDFFFB14C78CB4EDE393DC5DC15174C5F88503_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_mC046F0A9565AF052C1E74528D5C06FC81CF1F181 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_subsystemTypeOverride_mC046F0A9565AF052C1E74528D5C06FC81CF1F181_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_subsystemTypeOverride_mC046F0A9565AF052C1E74528D5C06FC81CF1F181_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAverageBrightness_mA3DF5C04AD94E31C49E1CDFD52F67DFEC4E3ED4F (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageBrightnessU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsAverageBrightness_mA3DF5C04AD94E31C49E1CDFD52F67DFEC4E3ED4F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsAverageBrightness_mA3DF5C04AD94E31C49E1CDFD52F67DFEC4E3ED4F_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsAverageBrightness_mBB822980343C923A5C581FD71F04A6A55BC122A3 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageBrightnessU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsAverageBrightness_mBB822980343C923A5C581FD71F04A6A55BC122A3_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsAverageBrightness_mBB822980343C923A5C581FD71F04A6A55BC122A3_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAverageColorTemperature_mFFC41039BF750561F82C0B750D840AB53F2D012E (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageColorTemperatureU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsAverageColorTemperature_mFFC41039BF750561F82C0B750D840AB53F2D012E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsAverageColorTemperature_mFFC41039BF750561F82C0B750D840AB53F2D012E_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsAverageColorTemperature_m5323B2372F68CE7AF412BCD1916B6E9C6D77AF2D (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageColorTemperatureU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsAverageColorTemperature_m5323B2372F68CE7AF412BCD1916B6E9C6D77AF2D_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsAverageColorTemperature_m5323B2372F68CE7AF412BCD1916B6E9C6D77AF2D_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAverageIntensityInLumens_mCC86A735C1F0DB67B4FC664E9FDF438A91E79392 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageIntensityInLumensU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsAverageIntensityInLumens_mCC86A735C1F0DB67B4FC664E9FDF438A91E79392_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsAverageIntensityInLumens_mCC86A735C1F0DB67B4FC664E9FDF438A91E79392_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsAverageIntensityInLumens_m6A029948585A70EBE19757F621790793D5A25E25 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageIntensityInLumensU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsAverageIntensityInLumens_m6A029948585A70EBE19757F621790793D5A25E25_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsAverageIntensityInLumens_m6A029948585A70EBE19757F621790793D5A25E25_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsCameraGrain_m90BE837039AB50FB97A6EF8F1BEC2D997FD8504B (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraGrainU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsCameraGrain_m90BE837039AB50FB97A6EF8F1BEC2D997FD8504B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsCameraGrain_m90BE837039AB50FB97A6EF8F1BEC2D997FD8504B_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsCameraGrain_m190714314785A8E1C543FD70872E5E4974107477 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraGrainU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsCameraGrain_m190714314785A8E1C543FD70872E5E4974107477_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsCameraGrain_m190714314785A8E1C543FD70872E5E4974107477_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsColorCorrection_m1D0984FEE549D0B25762ED0D72A4301441E1E5F5 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsColorCorrectionU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsColorCorrection_m1D0984FEE549D0B25762ED0D72A4301441E1E5F5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsColorCorrection_m1D0984FEE549D0B25762ED0D72A4301441E1E5F5_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsColorCorrection_m1910CCA57E67041692CE1E8B34BA1407279210CA (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsColorCorrectionU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsColorCorrection_m1910CCA57E67041692CE1E8B34BA1407279210CA_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsColorCorrection_m1910CCA57E67041692CE1E8B34BA1407279210CA_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsDisplayMatrix_m17455B5AA5E13A28C53DD0B2ECC07CA5AF62580B (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsDisplayMatrixU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsDisplayMatrix_m17455B5AA5E13A28C53DD0B2ECC07CA5AF62580B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsDisplayMatrix_m17455B5AA5E13A28C53DD0B2ECC07CA5AF62580B_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsDisplayMatrix_m77E84E493C00AB52B3857FD6214A9312F6D29844 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsDisplayMatrixU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsDisplayMatrix_m77E84E493C00AB52B3857FD6214A9312F6D29844_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsDisplayMatrix_m77E84E493C00AB52B3857FD6214A9312F6D29844_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsProjectionMatrix_mFBCF2BE6BCF65ACCE47C7101180AEBA4602254C6 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsProjectionMatrixU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsProjectionMatrix_mFBCF2BE6BCF65ACCE47C7101180AEBA4602254C6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsProjectionMatrix_mFBCF2BE6BCF65ACCE47C7101180AEBA4602254C6_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsProjectionMatrix_mF5723A8E9E7D4001AD5112DE59FA088EE5B93CF4 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsProjectionMatrixU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsProjectionMatrix_mF5723A8E9E7D4001AD5112DE59FA088EE5B93CF4_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsProjectionMatrix_mF5723A8E9E7D4001AD5112DE59FA088EE5B93CF4_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsTimestamp_mA43C52C4A563C59644F276FE60AF900E05E7E220 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsTimestampU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsTimestamp_mA43C52C4A563C59644F276FE60AF900E05E7E220_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsTimestamp_mA43C52C4A563C59644F276FE60AF900E05E7E220_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsTimestamp_m43A888F359796732AF40EED748C63339CE9B4BDE (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsTimestampU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsTimestamp_m43A888F359796732AF40EED748C63339CE9B4BDE_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsTimestamp_m43A888F359796732AF40EED748C63339CE9B4BDE_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsCameraConfigurations_m16110550F66DD7183FC7429BF5E2AD1E2B028275 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraConfigurationsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsCameraConfigurations_m16110550F66DD7183FC7429BF5E2AD1E2B028275_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsCameraConfigurations_m16110550F66DD7183FC7429BF5E2AD1E2B028275_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsCameraConfigurations_m69AC77B8F6AB912B6B49F3D11779CC338D5C24E2 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraConfigurationsU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsCameraConfigurations_m69AC77B8F6AB912B6B49F3D11779CC338D5C24E2_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsCameraConfigurations_m69AC77B8F6AB912B6B49F3D11779CC338D5C24E2_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsCameraImage_mE517857E42AEED74E7894EE2FAD8BB168CFE532B (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraImageU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsCameraImage_mE517857E42AEED74E7894EE2FAD8BB168CFE532B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsCameraImage_mE517857E42AEED74E7894EE2FAD8BB168CFE532B_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsCameraImage_m0C44A3361659BA45AC98FFADDA58EB7988F4A65B (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraImageU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsCameraImage_m0C44A3361659BA45AC98FFADDA58EB7988F4A65B_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsCameraImage_m0C44A3361659BA45AC98FFADDA58EB7988F4A65B_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFocusModes_m8C040183B773806BCB6D03C36F0E5397CE59D368 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFocusModesU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsFocusModes_m8C040183B773806BCB6D03C36F0E5397CE59D368_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsFocusModes_m8C040183B773806BCB6D03C36F0E5397CE59D368_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsFocusModes_mC7DA5488419AEE23B7120DC615821A6990B5BFDC (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFocusModesU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsFocusModes_mC7DA5488419AEE23B7120DC615821A6990B5BFDC_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsFocusModes_mC7DA5488419AEE23B7120DC615821A6990B5BFDC_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* Cinfo_get_supportsImageStabilizationDelegate_mFB244933B614D1AD2AEA6827965814DBF7B04D93 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_0 = __this->___U3CsupportsImageStabilizationDelegateU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* Cinfo_get_supportsImageStabilizationDelegate_mFB244933B614D1AD2AEA6827965814DBF7B04D93_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* _returnValue; _returnValue = Cinfo_get_supportsImageStabilizationDelegate_mFB244933B614D1AD2AEA6827965814DBF7B04D93_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsImageStabilizationDelegate_m5DC11668C42F55546F517EDD1A82A3DF5ED9778D (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* ___0_value, const RuntimeMethod* method) { { Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_0 = ___0_value; __this->___U3CsupportsImageStabilizationDelegateU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsupportsImageStabilizationDelegateU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsImageStabilizationDelegate_m5DC11668C42F55546F517EDD1A82A3DF5ED9778D_AdjustorThunk (RuntimeObject* __this, Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsImageStabilizationDelegate_m5DC11668C42F55546F517EDD1A82A3DF5ED9778D_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mF98836A07388A6F469782AD280DFC03AF152714C (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mF98836A07388A6F469782AD280DFC03AF152714C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mF98836A07388A6F469782AD280DFC03AF152714C_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsFaceTrackingAmbientIntensityLightEstimation_mDDB9F6FAA031D2FCCFBCF437576B13E6AD5F652E (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsFaceTrackingAmbientIntensityLightEstimation_mDDB9F6FAA031D2FCCFBCF437576B13E6AD5F652E_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsFaceTrackingAmbientIntensityLightEstimation_mDDB9F6FAA031D2FCCFBCF437576B13E6AD5F652E_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFaceTrackingHDRLightEstimation_m482F3E3AF4591BBECD1368C6B51477A3F8A22646 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsFaceTrackingHDRLightEstimation_m482F3E3AF4591BBECD1368C6B51477A3F8A22646_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsFaceTrackingHDRLightEstimation_m482F3E3AF4591BBECD1368C6B51477A3F8A22646_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsFaceTrackingHDRLightEstimation_mC2BCC7CAC78219A209B897E0200E81EF43F72D45 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsFaceTrackingHDRLightEstimation_mC2BCC7CAC78219A209B897E0200E81EF43F72D45_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsFaceTrackingHDRLightEstimation_mC2BCC7CAC78219A209B897E0200E81EF43F72D45_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m73763A43EC3D0A2CAC3C74797858835A05BD3884 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m73763A43EC3D0A2CAC3C74797858835A05BD3884_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m73763A43EC3D0A2CAC3C74797858835A05BD3884_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsWorldTrackingAmbientIntensityLightEstimation_m6C40F6AB331373E5A7ABB9FB47AEF56CD2861B88 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsWorldTrackingAmbientIntensityLightEstimation_m6C40F6AB331373E5A7ABB9FB47AEF56CD2861B88_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsWorldTrackingAmbientIntensityLightEstimation_m6C40F6AB331373E5A7ABB9FB47AEF56CD2861B88_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsWorldTrackingHDRLightEstimation_mBAD37BE61A89E509B7761AA5270E4E24655CDD00 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsWorldTrackingHDRLightEstimation_mBAD37BE61A89E509B7761AA5270E4E24655CDD00_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsWorldTrackingHDRLightEstimation_mBAD37BE61A89E509B7761AA5270E4E24655CDD00_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsWorldTrackingHDRLightEstimation_m43D86272D708D7884C1E334538B0A4B25D1C200E (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsWorldTrackingHDRLightEstimation_m43D86272D708D7884C1E334538B0A4B25D1C200E_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsWorldTrackingHDRLightEstimation_m43D86272D708D7884C1E334538B0A4B25D1C200E_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsExifData_m83305A453E84B954A8E8262463106CD812C5ECE3 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsExifDataU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsExifData_m83305A453E84B954A8E8262463106CD812C5ECE3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsExifData_m83305A453E84B954A8E8262463106CD812C5ECE3_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsExifData_m7B08284A5E42CFDC52B3B5B8F751B11BBC63F89D (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsExifDataU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsExifData_m7B08284A5E42CFDC52B3B5B8F751B11BBC63F89D_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsExifData_m7B08284A5E42CFDC52B3B5B8F751B11BBC63F89D_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsCameraTorchMode_m8209D4B066DDF28356D6FDDA4E0F3CAA4F59F8A6 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraTorchModeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsCameraTorchMode_m8209D4B066DDF28356D6FDDA4E0F3CAA4F59F8A6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsCameraTorchMode_m8209D4B066DDF28356D6FDDA4E0F3CAA4F59F8A6_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsCameraTorchMode_m56642D6F3F9B13AB062466C11023C871ECD7DC40 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraTorchModeU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsCameraTorchMode_m56642D6F3F9B13AB062466C11023C871ECD7DC40_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsCameraTorchMode_m56642D6F3F9B13AB062466C11023C871ECD7DC40_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_m0300EC9E2AE932438E43E4B8D806511C07CBA1FD (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 ___0_other, const RuntimeMethod* method) { bool V_0 = false; { String_t* L_0; L_0 = Cinfo_get_id_m3766B8966B6C5453BBED60BDB80A974D0D1790A1_inline(__this, NULL); String_t* L_1; L_1 = Cinfo_get_id_m3766B8966B6C5453BBED60BDB80A974D0D1790A1_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_01f4; } } { Type_t* L_2; L_2 = Cinfo_get_providerType_m0E1BEF700A8531A7B4343FFB53C2FE45BE240117_inline(__this, NULL); Type_t* L_3; L_3 = Cinfo_get_providerType_m0E1BEF700A8531A7B4343FFB53C2FE45BE240117_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_2) == ((RuntimeObject*)(Type_t*)L_3)))) { goto IL_01f4; } } { Type_t* L_4; L_4 = Cinfo_get_subsystemTypeOverride_m52FDFFFB14C78CB4EDE393DC5DC15174C5F88503_inline(__this, NULL); Type_t* L_5; L_5 = Cinfo_get_subsystemTypeOverride_m52FDFFFB14C78CB4EDE393DC5DC15174C5F88503_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_4) == ((RuntimeObject*)(Type_t*)L_5)))) { goto IL_01f4; } } { bool L_6; L_6 = Cinfo_get_supportsAverageBrightness_mA3DF5C04AD94E31C49E1CDFD52F67DFEC4E3ED4F_inline(__this, NULL); V_0 = L_6; bool L_7; L_7 = Cinfo_get_supportsAverageBrightness_mA3DF5C04AD94E31C49E1CDFD52F67DFEC4E3ED4F_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_8; L_8 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_7, NULL); if (!L_8) { goto IL_01f4; } } { bool L_9; L_9 = Cinfo_get_supportsAverageColorTemperature_mFFC41039BF750561F82C0B750D840AB53F2D012E_inline(__this, NULL); V_0 = L_9; bool L_10; L_10 = Cinfo_get_supportsAverageColorTemperature_mFFC41039BF750561F82C0B750D840AB53F2D012E_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_11; L_11 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_10, NULL); if (!L_11) { goto IL_01f4; } } { bool L_12; L_12 = Cinfo_get_supportsColorCorrection_m1D0984FEE549D0B25762ED0D72A4301441E1E5F5_inline(__this, NULL); V_0 = L_12; bool L_13; L_13 = Cinfo_get_supportsColorCorrection_m1D0984FEE549D0B25762ED0D72A4301441E1E5F5_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_14; L_14 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_13, NULL); if (!L_14) { goto IL_01f4; } } { bool L_15; L_15 = Cinfo_get_supportsDisplayMatrix_m17455B5AA5E13A28C53DD0B2ECC07CA5AF62580B_inline(__this, NULL); V_0 = L_15; bool L_16; L_16 = Cinfo_get_supportsDisplayMatrix_m17455B5AA5E13A28C53DD0B2ECC07CA5AF62580B_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_17; L_17 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_16, NULL); if (!L_17) { goto IL_01f4; } } { bool L_18; L_18 = Cinfo_get_supportsProjectionMatrix_mFBCF2BE6BCF65ACCE47C7101180AEBA4602254C6_inline(__this, NULL); V_0 = L_18; bool L_19; L_19 = Cinfo_get_supportsProjectionMatrix_mFBCF2BE6BCF65ACCE47C7101180AEBA4602254C6_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_20; L_20 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_19, NULL); if (!L_20) { goto IL_01f4; } } { bool L_21; L_21 = Cinfo_get_supportsTimestamp_mA43C52C4A563C59644F276FE60AF900E05E7E220_inline(__this, NULL); V_0 = L_21; bool L_22; L_22 = Cinfo_get_supportsTimestamp_mA43C52C4A563C59644F276FE60AF900E05E7E220_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_23; L_23 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_22, NULL); if (!L_23) { goto IL_01f4; } } { bool L_24; L_24 = Cinfo_get_supportsCameraConfigurations_m16110550F66DD7183FC7429BF5E2AD1E2B028275_inline(__this, NULL); V_0 = L_24; bool L_25; L_25 = Cinfo_get_supportsCameraConfigurations_m16110550F66DD7183FC7429BF5E2AD1E2B028275_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_26; L_26 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_25, NULL); if (!L_26) { goto IL_01f4; } } { bool L_27; L_27 = Cinfo_get_supportsCameraImage_mE517857E42AEED74E7894EE2FAD8BB168CFE532B_inline(__this, NULL); V_0 = L_27; bool L_28; L_28 = Cinfo_get_supportsCameraImage_mE517857E42AEED74E7894EE2FAD8BB168CFE532B_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_29; L_29 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_28, NULL); if (!L_29) { goto IL_01f4; } } { bool L_30; L_30 = Cinfo_get_supportsAverageIntensityInLumens_mCC86A735C1F0DB67B4FC664E9FDF438A91E79392_inline(__this, NULL); V_0 = L_30; bool L_31; L_31 = Cinfo_get_supportsAverageIntensityInLumens_mCC86A735C1F0DB67B4FC664E9FDF438A91E79392_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_32; L_32 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_31, NULL); if (!L_32) { goto IL_01f4; } } { bool L_33; L_33 = Cinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mF98836A07388A6F469782AD280DFC03AF152714C_inline(__this, NULL); V_0 = L_33; bool L_34; L_34 = Cinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mF98836A07388A6F469782AD280DFC03AF152714C_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_35; L_35 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_34, NULL); if (!L_35) { goto IL_01f4; } } { bool L_36; L_36 = Cinfo_get_supportsFaceTrackingHDRLightEstimation_m482F3E3AF4591BBECD1368C6B51477A3F8A22646_inline(__this, NULL); V_0 = L_36; bool L_37; L_37 = Cinfo_get_supportsFaceTrackingHDRLightEstimation_m482F3E3AF4591BBECD1368C6B51477A3F8A22646_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_38; L_38 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_37, NULL); if (!L_38) { goto IL_01f4; } } { bool L_39; L_39 = Cinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m73763A43EC3D0A2CAC3C74797858835A05BD3884_inline(__this, NULL); V_0 = L_39; bool L_40; L_40 = Cinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m73763A43EC3D0A2CAC3C74797858835A05BD3884_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_41; L_41 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_40, NULL); if (!L_41) { goto IL_01f4; } } { bool L_42; L_42 = Cinfo_get_supportsWorldTrackingHDRLightEstimation_mBAD37BE61A89E509B7761AA5270E4E24655CDD00_inline(__this, NULL); V_0 = L_42; bool L_43; L_43 = Cinfo_get_supportsWorldTrackingHDRLightEstimation_mBAD37BE61A89E509B7761AA5270E4E24655CDD00_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_44; L_44 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_43, NULL); if (!L_44) { goto IL_01f4; } } { bool L_45; L_45 = Cinfo_get_supportsFocusModes_m8C040183B773806BCB6D03C36F0E5397CE59D368_inline(__this, NULL); V_0 = L_45; bool L_46; L_46 = Cinfo_get_supportsFocusModes_m8C040183B773806BCB6D03C36F0E5397CE59D368_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_47; L_47 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_46, NULL); if (!L_47) { goto IL_01f4; } } { bool L_48; L_48 = Cinfo_get_supportsCameraGrain_m90BE837039AB50FB97A6EF8F1BEC2D997FD8504B_inline(__this, NULL); V_0 = L_48; bool L_49; L_49 = Cinfo_get_supportsCameraGrain_m90BE837039AB50FB97A6EF8F1BEC2D997FD8504B_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_50; L_50 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_49, NULL); if (!L_50) { goto IL_01f4; } } { Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_51; L_51 = Cinfo_get_supportsImageStabilizationDelegate_mFB244933B614D1AD2AEA6827965814DBF7B04D93_inline(__this, NULL); Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_52; L_52 = Cinfo_get_supportsImageStabilizationDelegate_mFB244933B614D1AD2AEA6827965814DBF7B04D93_inline((&___0_other), NULL); NullCheck(L_51); bool L_53; L_53 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_51, L_52); if (!L_53) { goto IL_01f4; } } { bool L_54; L_54 = Cinfo_get_supportsExifData_m83305A453E84B954A8E8262463106CD812C5ECE3_inline(__this, NULL); V_0 = L_54; bool L_55; L_55 = Cinfo_get_supportsExifData_m83305A453E84B954A8E8262463106CD812C5ECE3_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_56; L_56 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_55, NULL); if (!L_56) { goto IL_01f4; } } { bool L_57; L_57 = Cinfo_get_supportsCameraTorchMode_m8209D4B066DDF28356D6FDDA4E0F3CAA4F59F8A6_inline(__this, NULL); V_0 = L_57; bool L_58; L_58 = Cinfo_get_supportsCameraTorchMode_m8209D4B066DDF28356D6FDDA4E0F3CAA4F59F8A6_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_59; L_59 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_58, NULL); return L_59; } IL_01f4: { return (bool)0; } } IL2CPP_EXTERN_C bool Cinfo_Equals_m0300EC9E2AE932438E43E4B8D806511C07CBA1FD_AdjustorThunk (RuntimeObject* __this, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 ___0_other, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_Equals_m0300EC9E2AE932438E43E4B8D806511C07CBA1FD(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_m87843D81FEE9BE33F3C78EF9034DF05791C55CD2 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = Cinfo_Equals_m0300EC9E2AE932438E43E4B8D806511C07CBA1FD(__this, ((*(Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891*)UnBox(L_1, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool Cinfo_Equals_m87843D81FEE9BE33F3C78EF9034DF05791C55CD2_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_Equals_m87843D81FEE9BE33F3C78EF9034DF05791C55CD2(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_op_Equality_mD157ADAC7F896ED52F2B893C357EF06596CED27E (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 ___0_lhs, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 ___1_rhs, const RuntimeMethod* method) { { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 L_0 = ___1_rhs; bool L_1; L_1 = Cinfo_Equals_m0300EC9E2AE932438E43E4B8D806511C07CBA1FD((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_op_Inequality_m43491FB4140F3F76F314EBB854A21430386F62E4 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 ___0_lhs, Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 ___1_rhs, const RuntimeMethod* method) { { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891 L_0 = ___1_rhs; bool L_1; L_1 = Cinfo_Equals_m0300EC9E2AE932438E43E4B8D806511C07CBA1FD((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cinfo_GetHashCode_m9D6B36E1D769041E8A7D32854F478AEC61945169 (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { bool V_0 = false; { String_t* L_0; L_0 = Cinfo_get_id_m3766B8966B6C5453BBED60BDB80A974D0D1790A1_inline(__this, NULL); int32_t L_1; L_1 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_0, NULL); Type_t* L_2; L_2 = Cinfo_get_providerType_m0E1BEF700A8531A7B4343FFB53C2FE45BE240117_inline(__this, NULL); int32_t L_3; L_3 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_2, NULL); Type_t* L_4; L_4 = Cinfo_get_subsystemTypeOverride_m52FDFFFB14C78CB4EDE393DC5DC15174C5F88503_inline(__this, NULL); int32_t L_5; L_5 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_4, NULL); bool L_6; L_6 = Cinfo_get_supportsAverageBrightness_mA3DF5C04AD94E31C49E1CDFD52F67DFEC4E3ED4F_inline(__this, NULL); V_0 = L_6; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); int32_t L_7; L_7 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_8; L_8 = Cinfo_get_supportsAverageColorTemperature_mFFC41039BF750561F82C0B750D840AB53F2D012E_inline(__this, NULL); V_0 = L_8; int32_t L_9; L_9 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_10; L_10 = Cinfo_get_supportsColorCorrection_m1D0984FEE549D0B25762ED0D72A4301441E1E5F5_inline(__this, NULL); V_0 = L_10; int32_t L_11; L_11 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_12; L_12 = Cinfo_get_supportsDisplayMatrix_m17455B5AA5E13A28C53DD0B2ECC07CA5AF62580B_inline(__this, NULL); V_0 = L_12; int32_t L_13; L_13 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_14; L_14 = Cinfo_get_supportsProjectionMatrix_mFBCF2BE6BCF65ACCE47C7101180AEBA4602254C6_inline(__this, NULL); V_0 = L_14; int32_t L_15; L_15 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_16; L_16 = Cinfo_get_supportsTimestamp_mA43C52C4A563C59644F276FE60AF900E05E7E220_inline(__this, NULL); V_0 = L_16; int32_t L_17; L_17 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_18; L_18 = Cinfo_get_supportsCameraConfigurations_m16110550F66DD7183FC7429BF5E2AD1E2B028275_inline(__this, NULL); V_0 = L_18; int32_t L_19; L_19 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_20; L_20 = Cinfo_get_supportsCameraImage_mE517857E42AEED74E7894EE2FAD8BB168CFE532B_inline(__this, NULL); V_0 = L_20; int32_t L_21; L_21 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_22; L_22 = Cinfo_get_supportsAverageIntensityInLumens_mCC86A735C1F0DB67B4FC664E9FDF438A91E79392_inline(__this, NULL); V_0 = L_22; int32_t L_23; L_23 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_24; L_24 = Cinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mF98836A07388A6F469782AD280DFC03AF152714C_inline(__this, NULL); V_0 = L_24; int32_t L_25; L_25 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_26; L_26 = Cinfo_get_supportsFaceTrackingHDRLightEstimation_m482F3E3AF4591BBECD1368C6B51477A3F8A22646_inline(__this, NULL); V_0 = L_26; int32_t L_27; L_27 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_28; L_28 = Cinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m73763A43EC3D0A2CAC3C74797858835A05BD3884_inline(__this, NULL); V_0 = L_28; int32_t L_29; L_29 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_30; L_30 = Cinfo_get_supportsWorldTrackingHDRLightEstimation_mBAD37BE61A89E509B7761AA5270E4E24655CDD00_inline(__this, NULL); V_0 = L_30; int32_t L_31; L_31 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_32; L_32 = Cinfo_get_supportsFocusModes_m8C040183B773806BCB6D03C36F0E5397CE59D368_inline(__this, NULL); V_0 = L_32; int32_t L_33; L_33 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_34; L_34 = Cinfo_get_supportsCameraGrain_m90BE837039AB50FB97A6EF8F1BEC2D997FD8504B_inline(__this, NULL); V_0 = L_34; int32_t L_35; L_35 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_36; L_36 = Cinfo_get_supportsImageStabilizationDelegate_mFB244933B614D1AD2AEA6827965814DBF7B04D93_inline(__this, NULL); NullCheck(L_36); int32_t L_37; L_37 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_36); bool L_38; L_38 = Cinfo_get_supportsExifData_m83305A453E84B954A8E8262463106CD812C5ECE3_inline(__this, NULL); V_0 = L_38; int32_t L_39; L_39 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_40; L_40 = Cinfo_get_supportsCameraTorchMode_m8209D4B066DDF28356D6FDDA4E0F3CAA4F59F8A6_inline(__this, NULL); V_0 = L_40; int32_t L_41; L_41 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), ((int32_t)486187739))), L_1)), ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)), ((int32_t)486187739))), L_9)), ((int32_t)486187739))), L_11)), ((int32_t)486187739))), L_13)), ((int32_t)486187739))), L_15)), ((int32_t)486187739))), L_17)), ((int32_t)486187739))), L_19)), ((int32_t)486187739))), L_21)), ((int32_t)486187739))), L_23)), ((int32_t)486187739))), L_25)), ((int32_t)486187739))), L_27)), ((int32_t)486187739))), L_29)), ((int32_t)486187739))), L_31)), ((int32_t)486187739))), L_33)), ((int32_t)486187739))), L_35)), ((int32_t)486187739))), L_37)), ((int32_t)486187739))), L_39)), ((int32_t)486187739))), L_41)); } } IL2CPP_EXTERN_C int32_t Cinfo_GetHashCode_m9D6B36E1D769041E8A7D32854F478AEC61945169_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Cinfo_GetHashCode_m9D6B36E1D769041E8A7D32854F478AEC61945169(_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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 Configuration_get_descriptor_m3C4973351367EA0BD9E48DA1E2201D8803BA8D1E (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, const RuntimeMethod* method) { { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_0 = __this->___U3CdescriptorU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 Configuration_get_descriptor_m3C4973351367EA0BD9E48DA1E2201D8803BA8D1E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 _returnValue; _returnValue = Configuration_get_descriptor_m3C4973351367EA0BD9E48DA1E2201D8803BA8D1E_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Configuration_set_descriptor_mBB8354A895DDAD560293EEF81BFFDB4CB30070F0 (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___0_value, const RuntimeMethod* method) { { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_0 = ___0_value; __this->___U3CdescriptorU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Configuration_set_descriptor_mBB8354A895DDAD560293EEF81BFFDB4CB30070F0_AdjustorThunk (RuntimeObject* __this, ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___0_value, const RuntimeMethod* method) { Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Configuration_set_descriptor_mBB8354A895DDAD560293EEF81BFFDB4CB30070F0_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Configuration_get_features_m704F372E940AF1DB435C1EBFF8E48EAD4E8B3776 (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->___U3CfeaturesU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C uint64_t Configuration_get_features_m704F372E940AF1DB435C1EBFF8E48EAD4E8B3776_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint64_t _returnValue; _returnValue = Configuration_get_features_m704F372E940AF1DB435C1EBFF8E48EAD4E8B3776_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Configuration_set_features_m9F397F777C9593646918ECB4AF778336900ED3EC (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, uint64_t ___0_value, const RuntimeMethod* method) { { uint64_t L_0 = ___0_value; __this->___U3CfeaturesU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Configuration_set_features_m9F397F777C9593646918ECB4AF778336900ED3EC_AdjustorThunk (RuntimeObject* __this, uint64_t ___0_value, const RuntimeMethod* method) { Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Configuration_set_features_m9F397F777C9593646918ECB4AF778336900ED3EC_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Configuration__ctor_m4D712D942AEBEF0DA6B5687C1D9CD4E24F0ED4AE (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___0_descriptor, uint64_t ___1_features, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; { uint64_t L_0; L_0 = ConfigurationDescriptor_get_capabilities_m6A4EF4C0E0FE3671E8564EF13BA2A5B4264CF938_inline((&___0_descriptor), NULL); uint64_t L_1 = ___1_features; bool L_2; L_2 = FeatureExtensions_All_m23416D7BEA5829E61EBCF25D41C82B9190E19D11(L_0, L_1, NULL); if (L_2) { goto IL_003b; } } { uint64_t L_3 = ___1_features; uint64_t L_4; L_4 = ConfigurationDescriptor_get_capabilities_m6A4EF4C0E0FE3671E8564EF13BA2A5B4264CF938_inline((&___0_descriptor), NULL); uint64_t L_5; L_5 = FeatureExtensions_SetDifference_mA9D5A50B2BF9B5C66047D6152384DC14D5BBCE9F(L_3, L_4, NULL); String_t* L_6; L_6 = FeatureExtensions_ToStringList_m7961C38D97DCDD6FB5EAC9AB77104F97D5304214(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D)), NULL); String_t* L_7; L_7 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral99C87677D7C931C6716048E6564D746F83638144)), L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), NULL); NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_8 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_8, L_7, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Configuration__ctor_m4D712D942AEBEF0DA6B5687C1D9CD4E24F0ED4AE_RuntimeMethod_var))); } IL_003b: { uint64_t L_9 = ___1_features; uint64_t L_10; L_10 = FeatureExtensions_Cameras_m726A6A7FE0A234C11F8FCF7DD3A4AA94E3ADBC44(L_9, NULL); V_0 = L_10; uint64_t L_11 = V_0; bool L_12; L_12 = FeatureExtensions_Any_m4AFD1CF424DDB83A30DBB1C78A58F5DC81308573(L_11, ((int64_t)3), NULL); if (!L_12) { goto IL_0070; } } { uint64_t L_13 = V_0; int32_t L_14; L_14 = FeatureExtensions_Count_m4115A16C8A0123EFF727DA3A198C09F2B1B327A8(L_13, NULL); if ((((int32_t)L_14) <= ((int32_t)1))) { goto IL_0070; } } { uint64_t L_15 = V_0; String_t* L_16; L_16 = FeatureExtensions_ToStringList_m7961C38D97DCDD6FB5EAC9AB77104F97D5304214(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D)), NULL); String_t* L_17; L_17 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3A788090DA565EF18CC31FECD33EFC9ABE012B5D)), L_16, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_18 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_18, L_17, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Configuration__ctor_m4D712D942AEBEF0DA6B5687C1D9CD4E24F0ED4AE_RuntimeMethod_var))); } IL_0070: { uint64_t L_19 = ___1_features; uint64_t L_20; L_20 = FeatureExtensions_TrackingModes_m98FFB5EE942CA939B0F4F06A425673A4081287B7(L_19, NULL); V_1 = L_20; uint64_t L_21 = V_1; int32_t L_22; L_22 = FeatureExtensions_Count_m4115A16C8A0123EFF727DA3A198C09F2B1B327A8(L_21, NULL); if ((((int32_t)L_22) <= ((int32_t)1))) { goto IL_009b; } } { uint64_t L_23 = V_1; String_t* L_24; L_24 = FeatureExtensions_ToStringList_m7961C38D97DCDD6FB5EAC9AB77104F97D5304214(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D)), NULL); String_t* L_25; L_25 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD5763433090039E34F2AC4CEE2907724B1579261)), L_24, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_26 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_26, L_25, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Configuration__ctor_m4D712D942AEBEF0DA6B5687C1D9CD4E24F0ED4AE_RuntimeMethod_var))); } IL_009b: { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_27 = ___0_descriptor; Configuration_set_descriptor_mBB8354A895DDAD560293EEF81BFFDB4CB30070F0_inline(__this, L_27, NULL); uint64_t L_28 = ___1_features; Configuration_set_features_m9F397F777C9593646918ECB4AF778336900ED3EC_inline(__this, L_28, NULL); return; } } IL2CPP_EXTERN_C void Configuration__ctor_m4D712D942AEBEF0DA6B5687C1D9CD4E24F0ED4AE_AdjustorThunk (RuntimeObject* __this, ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___0_descriptor, uint64_t ___1_features, const RuntimeMethod* method) { Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Configuration__ctor_m4D712D942AEBEF0DA6B5687C1D9CD4E24F0ED4AE(_thisAdjusted, ___0_descriptor, ___1_features, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Configuration_GetHashCode_m19DCAAF7939DB5DAAF29A2A4E994D41F66FB73D2 (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, const RuntimeMethod* method) { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 V_0; memset((&V_0), 0, sizeof(V_0)); uint64_t V_1 = 0; { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_0; L_0 = Configuration_get_descriptor_m3C4973351367EA0BD9E48DA1E2201D8803BA8D1E_inline(__this, NULL); V_0 = L_0; int32_t L_1; L_1 = ConfigurationDescriptor_GetHashCode_mAD2765B79FFD1806DEA8D927D928C496AAADB411((&V_0), NULL); uint64_t L_2; L_2 = Configuration_get_features_m704F372E940AF1DB435C1EBFF8E48EAD4E8B3776_inline(__this, NULL); V_1 = L_2; int32_t L_3; L_3 = UInt64_GetHashCode_m65D9FD0102B6B01BF38D986F060F0BDBC29B4F92((&V_1), NULL); int32_t L_4; L_4 = HashCodeUtil_Combine_m98169BF154323DEFC91DB146CDD3CE7550B6AD36(L_1, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Configuration_GetHashCode_m19DCAAF7939DB5DAAF29A2A4E994D41F66FB73D2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Configuration_GetHashCode_m19DCAAF7939DB5DAAF29A2A4E994D41F66FB73D2(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Configuration_Equals_mFC36BD166DE654A704096918BDA1FE9E34A7B7E6 (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947 ___0_other, const RuntimeMethod* method) { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 V_0; memset((&V_0), 0, sizeof(V_0)); { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_0; L_0 = Configuration_get_descriptor_m3C4973351367EA0BD9E48DA1E2201D8803BA8D1E_inline(__this, NULL); V_0 = L_0; ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_1; L_1 = Configuration_get_descriptor_m3C4973351367EA0BD9E48DA1E2201D8803BA8D1E_inline((&___0_other), NULL); bool L_2; L_2 = ConfigurationDescriptor_Equals_mC5F92BBF22292A48CAD47A31EF13F3D5A0DC4091((&V_0), L_1, NULL); if (!L_2) { goto IL_0027; } } { uint64_t L_3; L_3 = Configuration_get_features_m704F372E940AF1DB435C1EBFF8E48EAD4E8B3776_inline(__this, NULL); uint64_t L_4; L_4 = Configuration_get_features_m704F372E940AF1DB435C1EBFF8E48EAD4E8B3776_inline((&___0_other), NULL); return (bool)((((int64_t)L_3) == ((int64_t)L_4))? 1 : 0); } IL_0027: { return (bool)0; } } IL2CPP_EXTERN_C bool Configuration_Equals_mFC36BD166DE654A704096918BDA1FE9E34A7B7E6_AdjustorThunk (RuntimeObject* __this, Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947 ___0_other, const RuntimeMethod* method) { Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Configuration_Equals_mFC36BD166DE654A704096918BDA1FE9E34A7B7E6(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Configuration_Equals_m8D6DE5FC0FAD2DD34D2F3CEF1738FC3A2F131A91 (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = Configuration_Equals_mFC36BD166DE654A704096918BDA1FE9E34A7B7E6(__this, ((*(Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947*)UnBox(L_1, Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool Configuration_Equals_m8D6DE5FC0FAD2DD34D2F3CEF1738FC3A2F131A91_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Configuration_Equals_m8D6DE5FC0FAD2DD34D2F3CEF1738FC3A2F131A91(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Configuration_op_Equality_mF1F31AFFDE2EB88637CA97D3F8D2DC788C0A96C8 (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947 ___0_lhs, Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947 ___1_rhs, const RuntimeMethod* method) { { Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947 L_0 = ___1_rhs; bool L_1; L_1 = Configuration_Equals_mFC36BD166DE654A704096918BDA1FE9E34A7B7E6((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Configuration_op_Inequality_m02D4E5E82910A6C7BBCEC7B3ED5C6DA8B5608010 (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947 ___0_lhs, Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947 ___1_rhs, const RuntimeMethod* method) { { Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947 L_0 = ___1_rhs; bool L_1; L_1 = Configuration_Equals_mFC36BD166DE654A704096918BDA1FE9E34A7B7E6((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR void ConfigurationChooser__ctor_mBA387FADB0244DB6C71741AB9DE75E881B15B803 (ConfigurationChooser_t4DFAB6BE3767C3C5DA0E43FA16CD067009A487C2* __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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ConfigurationDescriptor_get_identifier_m858F4B730002C1823D283460115DA65C6A46BCB6 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_Identifier; return L_0; } } IL2CPP_EXTERN_C intptr_t ConfigurationDescriptor_get_identifier_m858F4B730002C1823D283460115DA65C6A46BCB6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); intptr_t _returnValue; _returnValue = ConfigurationDescriptor_get_identifier_m858F4B730002C1823D283460115DA65C6A46BCB6_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t ConfigurationDescriptor_get_capabilities_m6A4EF4C0E0FE3671E8564EF13BA2A5B4264CF938 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->___m_Capabilities; return L_0; } } IL2CPP_EXTERN_C uint64_t ConfigurationDescriptor_get_capabilities_m6A4EF4C0E0FE3671E8564EF13BA2A5B4264CF938_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint64_t _returnValue; _returnValue = ConfigurationDescriptor_get_capabilities_m6A4EF4C0E0FE3671E8564EF13BA2A5B4264CF938_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfigurationDescriptor_get_rank_mEDFBF5E2173FA84A0695BB01A6A40860794F6FA8 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Rank; return L_0; } } IL2CPP_EXTERN_C int32_t ConfigurationDescriptor_get_rank_mEDFBF5E2173FA84A0695BB01A6A40860794F6FA8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ConfigurationDescriptor_get_rank_mEDFBF5E2173FA84A0695BB01A6A40860794F6FA8_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationDescriptor__ctor_m79BD6295C5A725B6B65CA3A4281EC801C12B2C41 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, intptr_t ___0_identifier, uint64_t ___1_capabilities, int32_t ___2_rank, const RuntimeMethod* method) { { intptr_t L_0 = ___0_identifier; __this->___m_Identifier = L_0; uint64_t L_1 = ___1_capabilities; __this->___m_Capabilities = L_1; int32_t L_2 = ___2_rank; __this->___m_Rank = L_2; return; } } IL2CPP_EXTERN_C void ConfigurationDescriptor__ctor_m79BD6295C5A725B6B65CA3A4281EC801C12B2C41_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_identifier, uint64_t ___1_capabilities, int32_t ___2_rank, const RuntimeMethod* method) { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ConfigurationDescriptor__ctor_m79BD6295C5A725B6B65CA3A4281EC801C12B2C41(_thisAdjusted, ___0_identifier, ___1_capabilities, ___2_rank, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigurationDescriptor_HexString_mA5D97CE4BCD0DD66455BB9BE281302136382BCD5 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, intptr_t ___0_ptr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40F25DCEA3689A55267487C5F546C2AD0C2BB96B); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = sizeof(intptr_t); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_0020; } } { int64_t L_1; L_1 = IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032((&___0_ptr), NULL); int64_t L_2 = L_1; RuntimeObject* L_3 = Box(il2cpp_defaults.int64_class, &L_2); String_t* L_4; L_4 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral40F25DCEA3689A55267487C5F546C2AD0C2BB96B, L_3, NULL); return L_4; } IL_0020: { int32_t L_5; L_5 = IntPtr_ToInt32_mD53B5D2C73C7E4BE5ADEBC5D187EACC83D5BB292((&___0_ptr), NULL); int32_t L_6 = L_5; RuntimeObject* L_7 = Box(il2cpp_defaults.int32_class, &L_6); String_t* L_8; L_8 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral40F25DCEA3689A55267487C5F546C2AD0C2BB96B, L_7, NULL); return L_8; } } IL2CPP_EXTERN_C String_t* ConfigurationDescriptor_HexString_mA5D97CE4BCD0DD66455BB9BE281302136382BCD5_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method) { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ConfigurationDescriptor_HexString_mA5D97CE4BCD0DD66455BB9BE281302136382BCD5(_thisAdjusted, ___0_ptr, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigurationDescriptor_ToString_m20EA191A42A1855B5E97CD8949F6AE5B9ACBDF65 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF627CDA1D5403909B224DFB1DDF5D0F8E00F2EEA); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = ConfigurationDescriptor_get_identifier_m858F4B730002C1823D283460115DA65C6A46BCB6_inline(__this, NULL); String_t* L_1; L_1 = ConfigurationDescriptor_HexString_mA5D97CE4BCD0DD66455BB9BE281302136382BCD5(__this, L_0, NULL); int32_t L_2; L_2 = ConfigurationDescriptor_get_rank_mEDFBF5E2173FA84A0695BB01A6A40860794F6FA8_inline(__this, NULL); int32_t L_3 = L_2; RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3); uint64_t L_5; L_5 = ConfigurationDescriptor_get_capabilities_m6A4EF4C0E0FE3671E8564EF13BA2A5B4264CF938_inline(__this, NULL); String_t* L_6; L_6 = FeatureExtensions_ToStringList_m7961C38D97DCDD6FB5EAC9AB77104F97D5304214(L_5, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, NULL); String_t* L_7; L_7 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteralF627CDA1D5403909B224DFB1DDF5D0F8E00F2EEA, L_1, L_4, L_6, NULL); return L_7; } } IL2CPP_EXTERN_C String_t* ConfigurationDescriptor_ToString_m20EA191A42A1855B5E97CD8949F6AE5B9ACBDF65_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ConfigurationDescriptor_ToString_m20EA191A42A1855B5E97CD8949F6AE5B9ACBDF65(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfigurationDescriptor_GetHashCode_mAD2765B79FFD1806DEA8D927D928C496AAADB411 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, const RuntimeMethod* method) { uint64_t V_0 = 0; { intptr_t* L_0 = (intptr_t*)(&__this->___m_Identifier); int32_t L_1; L_1 = IntPtr_GetHashCode_m669B16AD7483C1C396E48F41D9CAC4B719E38F3D(L_0, NULL); uint64_t L_2 = __this->___m_Capabilities; V_0 = L_2; int32_t L_3; L_3 = UInt64_GetHashCode_m65D9FD0102B6B01BF38D986F060F0BDBC29B4F92((&V_0), NULL); int32_t* L_4 = (int32_t*)(&__this->___m_Rank); int32_t L_5; L_5 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295(L_4, NULL); int32_t L_6; L_6 = HashCodeUtil_Combine_mF01D6438A25333A5530D4658D11A9F0BC988011A(L_1, L_3, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C int32_t ConfigurationDescriptor_GetHashCode_mAD2765B79FFD1806DEA8D927D928C496AAADB411_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ConfigurationDescriptor_GetHashCode_mAD2765B79FFD1806DEA8D927D928C496AAADB411(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfigurationDescriptor_Equals_mC5F92BBF22292A48CAD47A31EF13F3D5A0DC4091 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___0_other, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_Identifier; ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_1 = ___0_other; intptr_t L_2 = L_1.___m_Identifier; bool L_3; L_3 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline(L_0, L_2, NULL); if (!L_3) { goto IL_0030; } } { uint64_t L_4 = __this->___m_Capabilities; ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_5 = ___0_other; uint64_t L_6 = L_5.___m_Capabilities; if ((!(((uint64_t)L_4) == ((uint64_t)L_6)))) { goto IL_0030; } } { int32_t L_7 = __this->___m_Rank; ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_8 = ___0_other; int32_t L_9 = L_8.___m_Rank; return (bool)((((int32_t)L_7) == ((int32_t)L_9))? 1 : 0); } IL_0030: { return (bool)0; } } IL2CPP_EXTERN_C bool ConfigurationDescriptor_Equals_mC5F92BBF22292A48CAD47A31EF13F3D5A0DC4091_AdjustorThunk (RuntimeObject* __this, ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___0_other, const RuntimeMethod* method) { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ConfigurationDescriptor_Equals_mC5F92BBF22292A48CAD47A31EF13F3D5A0DC4091(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfigurationDescriptor_Equals_m4FAAC4A13BF03211A9C3EB66F65FB48BE334A611 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = ConfigurationDescriptor_Equals_mC5F92BBF22292A48CAD47A31EF13F3D5A0DC4091(__this, ((*(ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1*)UnBox(L_1, ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool ConfigurationDescriptor_Equals_m4FAAC4A13BF03211A9C3EB66F65FB48BE334A611_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ConfigurationDescriptor_Equals_m4FAAC4A13BF03211A9C3EB66F65FB48BE334A611(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfigurationDescriptor_op_Equality_mF2D570C2A6B27299C7DA2656A99471085D37A572 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___0_lhs, ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___1_rhs, const RuntimeMethod* method) { { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_0 = ___1_rhs; bool L_1; L_1 = ConfigurationDescriptor_Equals_mC5F92BBF22292A48CAD47A31EF13F3D5A0DC4091((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfigurationDescriptor_op_Inequality_m6D2C9B33FEC965851D3277704072A6E03E6C6EB2 (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___0_lhs, ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___1_rhs, const RuntimeMethod* method) { { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_0 = ___1_rhs; bool L_1; L_1 = ConfigurationDescriptor_Equals_mC5F92BBF22292A48CAD47A31EF13F3D5A0DC4091((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947 DefaultConfigurationChooser_ChooseConfiguration_mBFF0C082E3C3A36847A725E3C44102C60298DC63 (DefaultConfigurationChooser_tB93030E74EE54B6D2930D6B898F7F08B89882EF8* __this, NativeSlice_1_t398BDCDCE5F9AF840285A8E6EC69152FED8FADFE ___0_descriptors, uint64_t ___1_requestedFeatures, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mB3177499E49545221D77E13DB35E63AB9DFD04DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m11DC95224ACE63DCB63F2A0D32982EFAAF36FF1B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m6C94BB5EE3C8EAA7C0510B963E9C3BA9695EDB2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_GetEnumerator_m9A28777A6CA06183292BAA811378D37E56E157C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m8C7FE88EF29882F880F006E01A1DA3C121A48D66_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 V_2; memset((&V_2), 0, sizeof(V_2)); Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B V_3; memset((&V_3), 0, sizeof(V_3)); ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; { int32_t L_0; L_0 = NativeSlice_1_get_Length_m8C7FE88EF29882F880F006E01A1DA3C121A48D66((&___0_descriptors), NativeSlice_1_get_Length_m8C7FE88EF29882F880F006E01A1DA3C121A48D66_RuntimeMethod_var); if (L_0) { goto IL_0019; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral999193589C222540CE490D9CC14E170C46AD6523)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4484D73E5D13E98119AFD8332CD8BC78758E004F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultConfigurationChooser_ChooseConfiguration_mBFF0C082E3C3A36847A725E3C44102C60298DC63_RuntimeMethod_var))); } IL_0019: { uint64_t L_2 = ___1_requestedFeatures; uint64_t L_3; L_3 = FeatureExtensions_Intersection_m81F55D33EE5F952118B65F491B3A26C531A2C0F1(L_2, ((int64_t)((int32_t)12)), NULL); int32_t L_4; L_4 = FeatureExtensions_Count_m4115A16C8A0123EFF727DA3A198C09F2B1B327A8(L_3, NULL); if ((((int32_t)L_4) <= ((int32_t)1))) { goto IL_0052; } } { uint64_t L_5 = ___1_requestedFeatures; uint64_t L_6; L_6 = FeatureExtensions_Intersection_m81F55D33EE5F952118B65F491B3A26C531A2C0F1(L_5, ((int64_t)((int32_t)12)), NULL); String_t* L_7; L_7 = FeatureExtensions_ToStringList_m7961C38D97DCDD6FB5EAC9AB77104F97D5304214(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D)), NULL); String_t* L_8; L_8 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA391D138A809D167B6D3419E2A0940FC8958C8EF)), L_7, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral05595EFD90B4CF9D17A431C3346419AA27488DDA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultConfigurationChooser_ChooseConfiguration_mBFF0C082E3C3A36847A725E3C44102C60298DC63_RuntimeMethod_var))); } IL_0052: { uint64_t L_10 = ___1_requestedFeatures; uint64_t L_11; L_11 = FeatureExtensions_Intersection_m81F55D33EE5F952118B65F491B3A26C531A2C0F1(L_10, ((int64_t)3), NULL); int32_t L_12; L_12 = FeatureExtensions_Count_m4115A16C8A0123EFF727DA3A198C09F2B1B327A8(L_11, NULL); if ((((int32_t)L_12) <= ((int32_t)1))) { goto IL_0089; } } { uint64_t L_13 = ___1_requestedFeatures; uint64_t L_14; L_14 = FeatureExtensions_Intersection_m81F55D33EE5F952118B65F491B3A26C531A2C0F1(L_13, ((int64_t)3), NULL); String_t* L_15; L_15 = FeatureExtensions_ToStringList_m7961C38D97DCDD6FB5EAC9AB77104F97D5304214(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D)), NULL); String_t* L_16; L_16 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral372BF79AE75002958CBC0912211B035DB3B4217D)), L_15, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_17 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_17, L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral05595EFD90B4CF9D17A431C3346419AA27488DDA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultConfigurationChooser_ChooseConfiguration_mBFF0C082E3C3A36847A725E3C44102C60298DC63_RuntimeMethod_var))); } IL_0089: { V_0 = (-1); V_1 = ((int32_t)-2147483648LL); il2cpp_codegen_initobj((&V_2), sizeof(ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1)); Enumerator_t1D267757262CC9B75901E0DF912A2F4C0E3E9C1B L_18; L_18 = NativeSlice_1_GetEnumerator_m9A28777A6CA06183292BAA811378D37E56E157C0((&___0_descriptors), NativeSlice_1_GetEnumerator_m9A28777A6CA06183292BAA811378D37E56E157C0_RuntimeMethod_var); V_3 = L_18; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00ed: { Enumerator_Dispose_mB3177499E49545221D77E13DB35E63AB9DFD04DC((&V_3), Enumerator_Dispose_mB3177499E49545221D77E13DB35E63AB9DFD04DC_RuntimeMethod_var); return; } }); try { { goto IL_00e2_1; } IL_00a3_1: { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_19; L_19 = Enumerator_get_Current_m6C94BB5EE3C8EAA7C0510B963E9C3BA9695EDB2C((&V_3), Enumerator_get_Current_m6C94BB5EE3C8EAA7C0510B963E9C3BA9695EDB2C_RuntimeMethod_var); V_4 = L_19; uint64_t L_20 = ___1_requestedFeatures; uint64_t L_21; L_21 = ConfigurationDescriptor_get_capabilities_m6A4EF4C0E0FE3671E8564EF13BA2A5B4264CF938_inline((&V_4), NULL); uint64_t L_22; L_22 = FeatureExtensions_Intersection_m81F55D33EE5F952118B65F491B3A26C531A2C0F1(L_20, L_21, NULL); int32_t L_23; L_23 = FeatureExtensions_Count_m4115A16C8A0123EFF727DA3A198C09F2B1B327A8(L_22, NULL); V_5 = L_23; int32_t L_24 = V_5; int32_t L_25 = V_0; if ((((int32_t)L_24) > ((int32_t)L_25))) { goto IL_00d4_1; } } { int32_t L_26 = V_5; int32_t L_27 = V_0; if ((!(((uint32_t)L_26) == ((uint32_t)L_27)))) { goto IL_00e2_1; } } { int32_t L_28; L_28 = ConfigurationDescriptor_get_rank_mEDFBF5E2173FA84A0695BB01A6A40860794F6FA8_inline((&V_4), NULL); int32_t L_29 = V_1; if ((((int32_t)L_28) <= ((int32_t)L_29))) { goto IL_00e2_1; } } IL_00d4_1: { int32_t L_30 = V_5; V_0 = L_30; int32_t L_31; L_31 = ConfigurationDescriptor_get_rank_mEDFBF5E2173FA84A0695BB01A6A40860794F6FA8_inline((&V_4), NULL); V_1 = L_31; ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_32 = V_4; V_2 = L_32; } IL_00e2_1: { bool L_33; L_33 = Enumerator_MoveNext_m11DC95224ACE63DCB63F2A0D32982EFAAF36FF1B((&V_3), Enumerator_MoveNext_m11DC95224ACE63DCB63F2A0D32982EFAAF36FF1B_RuntimeMethod_var); if (L_33) { goto IL_00a3_1; } } { goto IL_00fb; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00fb: { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_34 = V_2; uint64_t L_35 = ___1_requestedFeatures; uint64_t L_36; L_36 = ConfigurationDescriptor_get_capabilities_m6A4EF4C0E0FE3671E8564EF13BA2A5B4264CF938_inline((&V_2), NULL); uint64_t L_37; L_37 = FeatureExtensions_Intersection_m81F55D33EE5F952118B65F491B3A26C531A2C0F1(L_35, L_36, NULL); Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947 L_38; memset((&L_38), 0, sizeof(L_38)); Configuration__ctor_m4D712D942AEBEF0DA6B5687C1D9CD4E24F0ED4AE((&L_38), L_34, L_37, NULL); return L_38; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultConfigurationChooser__ctor_mDFBE2A3915F886FE4D79CD514F550A10CCC6A90C (DefaultConfigurationChooser_tB93030E74EE54B6D2930D6B898F7F08B89882EF8* __this, const RuntimeMethod* method) { { ConfigurationChooser__ctor_mBA387FADB0244DB6C71741AB9DE75E881B15B803(__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 IL2CPP_METHOD_ATTR bool FeatureExtensions_Any_m4AFD1CF424DDB83A30DBB1C78A58F5DC81308573 (uint64_t ___0_self, uint64_t ___1_features, const RuntimeMethod* method) { { uint64_t L_0 = ___0_self; uint64_t L_1 = ___1_features; return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))) <= ((uint64_t)((int64_t)0))))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FeatureExtensions_All_m23416D7BEA5829E61EBCF25D41C82B9190E19D11 (uint64_t ___0_self, uint64_t ___1_features, const RuntimeMethod* method) { { uint64_t L_0 = ___0_self; uint64_t L_1 = ___1_features; uint64_t L_2 = ___1_features; return (bool)((((int64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))) == ((int64_t)L_2))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FeatureExtensions_None_m92BF4CEBE40BF1721C9B28F085B7C7B1D7080794 (uint64_t ___0_self, uint64_t ___1_features, const RuntimeMethod* method) { { uint64_t L_0 = ___0_self; uint64_t L_1 = ___1_features; return (bool)((((int64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))) == ((int64_t)((int64_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_Union_m28DDE32C51A4F6B39DCDCCB431D962639EF9696E (uint64_t ___0_self, uint64_t ___1_features, const RuntimeMethod* method) { { uint64_t L_0 = ___0_self; uint64_t L_1 = ___1_features; return (uint64_t)(((int64_t)((int64_t)L_0|(int64_t)L_1))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_Intersection_m81F55D33EE5F952118B65F491B3A26C531A2C0F1 (uint64_t ___0_self, uint64_t ___1_features, const RuntimeMethod* method) { { uint64_t L_0 = ___0_self; uint64_t L_1 = ___1_features; return (uint64_t)(((int64_t)((int64_t)L_0&(int64_t)L_1))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_SetDifference_mA9D5A50B2BF9B5C66047D6152384DC14D5BBCE9F (uint64_t ___0_self, uint64_t ___1_features, const RuntimeMethod* method) { { uint64_t L_0 = ___0_self; uint64_t L_1 = ___1_features; return (uint64_t)(((int64_t)((int64_t)L_0&((~((int64_t)L_1)))))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_SymmetricDifference_m875C129D61A47A27FA8E5DBD32C5CBCBEF6ECB7D (uint64_t ___0_self, uint64_t ___1_features, const RuntimeMethod* method) { { uint64_t L_0 = ___0_self; uint64_t L_1 = ___1_features; return (uint64_t)(((int64_t)((int64_t)L_0^(int64_t)L_1))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_SetEnabled_m52E127CF05A9ED2AF02F3775040A9073741E9C7E (uint64_t ___0_self, uint64_t ___1_feature, bool ___2_enabled, const RuntimeMethod* method) { { bool L_0 = ___2_enabled; if (L_0) { goto IL_0008; } } { uint64_t L_1 = ___0_self; uint64_t L_2 = ___1_feature; return (uint64_t)(((int64_t)((int64_t)L_1&((~((int64_t)L_2)))))); } IL_0008: { uint64_t L_3 = ___0_self; uint64_t L_4 = ___1_feature; return (uint64_t)(((int64_t)((int64_t)L_3|(int64_t)L_4))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_Cameras_m726A6A7FE0A234C11F8FCF7DD3A4AA94E3ADBC44 (uint64_t ___0_self, const RuntimeMethod* method) { { uint64_t L_0 = ___0_self; uint64_t L_1; L_1 = FeatureExtensions_Intersection_m81F55D33EE5F952118B65F491B3A26C531A2C0F1(L_0, ((int64_t)3), NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_TrackingModes_m98FFB5EE942CA939B0F4F06A425673A4081287B7 (uint64_t ___0_self, const RuntimeMethod* method) { { uint64_t L_0 = ___0_self; uint64_t L_1; L_1 = FeatureExtensions_Intersection_m81F55D33EE5F952118B65F491B3A26C531A2C0F1(L_0, ((int64_t)((int32_t)12)), NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_LightEstimation_mB23FB857088B2902CF6ACC21DCEBA3995D8F3038 (uint64_t ___0_self, const RuntimeMethod* method) { { uint64_t L_0 = ___0_self; uint64_t L_1; L_1 = FeatureExtensions_Intersection_m81F55D33EE5F952118B65F491B3A26C531A2C0F1(L_0, ((int64_t)((int32_t)2031616)), NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_WithoutCameraOrTracking_mCDEF4FCD59CC8C1688E0BE66376EE64583B6E0DF (uint64_t ___0_self, const RuntimeMethod* method) { { uint64_t L_0 = ___0_self; uint64_t L_1; L_1 = FeatureExtensions_Union_m28DDE32C51A4F6B39DCDCCB431D962639EF9696E(((int64_t)3), ((int64_t)((int32_t)12)), NULL); uint64_t L_2; L_2 = FeatureExtensions_SetDifference_mA9D5A50B2BF9B5C66047D6152384DC14D5BBCE9F(L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FeatureExtensions_LowestBit_m0E549BA3822C6732458DAB421C673B7D774047DF (uint64_t ___0_self, const RuntimeMethod* method) { { uint64_t L_0 = ___0_self; uint64_t L_1 = ___0_self; uint64_t L_2 = ___0_self; return (uint64_t)(((int64_t)((int64_t)L_0&((int64_t)((int64_t)L_1^((int64_t)il2cpp_codegen_subtract((int64_t)L_2, ((int64_t)1)))))))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FeatureExtensions_ToStringList_m7961C38D97DCDD6FB5EAC9AB77104F97D5304214 (uint64_t ___0_features, String_t* ___1_separator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Feature_t4F077DF9999D98A1C051A9A8983AB9A4F9D00F6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral068B9DAC1E2A8DA48FFC0F566F9C805099D13F1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EEB74DAF175D886E4EA5D5BB23B6E48993A80AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FBF1F3BF0E575F4D92649F1F5678267C887CF89); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral132C67C31C67A73009E12AF0BF92B84B55B95E84); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral158E95C298826281B51D5B4EE894BE864B7D1153); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1862DB4B99A6D2D4DDE2C775E5AC1AF7CD03A268); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral234D2AE20F9C9A24903ACCC32E54A5FD5FDE5203); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3AB0DA5C0A0620735E866EA5BC9FCAA876BA5545); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41D4ECEC72974BEA998FBA733A15A0EA3B7DF9B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49DE19A080E7D5ADFAE0565CAFC30E6F99EB7FFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B80EFD0BD00CE9A8E26DD1EA0F4B58964AF32CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BA2A4A16421FA9FAB2CAF2E4AFC91121F7BB4FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F57A13713CB116503D42E8DFD65A84DA07B33BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral772119CD0175AC1E1CADE4F75080F5F07B6BB1F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F623AA45815B8B51F227F5A19CB68E1BD42852E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95FA8CB284CA44C4320BEA5DCF663790F1EE26AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA26025A2F3BC871A6B1E0A92BE4B4EA60DBC6C91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8A8717ECC5E31F30A99C8547616828C8F428B66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9BA2974AED76FB92F26F69C6093F790414376FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA661F2F4F2AC2A4D1268C73A499D77CA7E0C476); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDC838375A805C8CCC6514E96BA13E150D629186); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC127E2685E9BA6170311362A98135614A56E47AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEA8A633C4C95F85CAB2C4D07CAFA53611912B32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF903030A69C6580BF09DFE1B291D6179B4A58FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2316C6372C4914C9A07CD469B803A77534ADCF4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA1CD25788E7EE9FDEA55BBF0CEE5D1AD7F125CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249513646B3CA3B2119CA7AD27370C9E9012B74); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7538558415E1BD8F7A4C577BB457C0AD0F3C884); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1FF99A8F97A90CE3EB35AA1C7B40C1DDFC82A9B); s_Il2CppMethodInitialized = true; } List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* V_0 = NULL; uint64_t V_1 = 0; int64_t G_B6_0 = 0; int64_t G_B5_0 = 0; { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var); List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_0, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var); V_0 = L_0; goto IL_0396; } IL_000b: { uint64_t L_1 = ___0_features; uint64_t L_2; L_2 = FeatureExtensions_LowestBit_m0E549BA3822C6732458DAB421C673B7D774047DF(L_1, NULL); V_1 = L_2; uint64_t L_3 = V_1; if ((!(((uint64_t)L_3) <= ((uint64_t)((int64_t)((int32_t)16384)))))) { goto IL_00fd; } } { uint64_t L_4 = V_1; if ((!(((uint64_t)L_4) <= ((uint64_t)((int64_t)((int32_t)128)))))) { goto IL_0088; } } { uint64_t L_5 = V_1; if ((!(((uint64_t)L_5) <= ((uint64_t)((int64_t)((int32_t)16)))))) { goto IL_0065; } } { uint64_t L_6 = V_1; int64_t L_7 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_6, ((int64_t)1))); if ((!(((uint64_t)L_7) > ((uint64_t)((int64_t)3))))) { G_B6_0 = L_7; goto IL_0039; } G_B5_0 = L_7; } { goto IL_004f; } IL_0039: { switch (((int32_t)(uint32_t)G_B6_0)) { case 0: { goto IL_01d6; } case 1: { goto IL_01e6; } case 2: { goto IL_037b; } case 3: { goto IL_01f6; } } } IL_004f: { uint64_t L_8 = V_1; if ((((int64_t)L_8) == ((int64_t)((int64_t)8)))) { goto IL_0206; } } { uint64_t L_9 = V_1; if ((((int64_t)L_9) == ((int64_t)((int64_t)((int32_t)16))))) { goto IL_0216; } } { goto IL_037b; } IL_0065: { uint64_t L_10 = V_1; if ((((int64_t)L_10) == ((int64_t)((int64_t)((int32_t)32))))) { goto IL_0226; } } { uint64_t L_11 = V_1; if ((((int64_t)L_11) == ((int64_t)((int64_t)((int32_t)64))))) { goto IL_0236; } } { uint64_t L_12 = V_1; if ((((int64_t)L_12) == ((int64_t)((int64_t)((int32_t)128))))) { goto IL_0246; } } { goto IL_037b; } IL_0088: { uint64_t L_13 = V_1; if ((!(((uint64_t)L_13) <= ((uint64_t)((int64_t)((int32_t)1024)))))) { goto IL_00ba; } } { uint64_t L_14 = V_1; if ((((int64_t)L_14) == ((int64_t)((int64_t)((int32_t)256))))) { goto IL_0256; } } { uint64_t L_15 = V_1; if ((((int64_t)L_15) == ((int64_t)((int64_t)((int32_t)512))))) { goto IL_0266; } } { uint64_t L_16 = V_1; if ((((int64_t)L_16) == ((int64_t)((int64_t)((int32_t)1024))))) { goto IL_0276; } } { goto IL_037b; } IL_00ba: { uint64_t L_17 = V_1; if ((!(((uint64_t)L_17) <= ((uint64_t)((int64_t)((int32_t)4096)))))) { goto IL_00e0; } } { uint64_t L_18 = V_1; if ((((int64_t)L_18) == ((int64_t)((int64_t)((int32_t)2048))))) { goto IL_0286; } } { uint64_t L_19 = V_1; if ((((int64_t)L_19) == ((int64_t)((int64_t)((int32_t)4096))))) { goto IL_0296; } } { goto IL_037b; } IL_00e0: { uint64_t L_20 = V_1; if ((((int64_t)L_20) == ((int64_t)((int64_t)((int32_t)8192))))) { goto IL_02a6; } } { uint64_t L_21 = V_1; if ((((int64_t)L_21) == ((int64_t)((int64_t)((int32_t)16384))))) { goto IL_02b6; } } { goto IL_037b; } IL_00fd: { uint64_t L_22 = V_1; if ((!(((uint64_t)L_22) <= ((uint64_t)((int64_t)((int32_t)1048576)))))) { goto IL_0161; } } { uint64_t L_23 = V_1; if ((!(((uint64_t)L_23) <= ((uint64_t)((int64_t)((int32_t)131072)))))) { goto IL_0138; } } { uint64_t L_24 = V_1; if ((((int64_t)L_24) == ((int64_t)((int64_t)((int32_t)32768))))) { goto IL_02c6; } } { uint64_t L_25 = V_1; if ((((int64_t)L_25) == ((int64_t)((int64_t)((int32_t)65536))))) { goto IL_02d6; } } { uint64_t L_26 = V_1; if ((((int64_t)L_26) == ((int64_t)((int64_t)((int32_t)131072))))) { goto IL_02e6; } } { goto IL_037b; } IL_0138: { uint64_t L_27 = V_1; if ((((int64_t)L_27) == ((int64_t)((int64_t)((int32_t)262144))))) { goto IL_02f6; } } { uint64_t L_28 = V_1; if ((((int64_t)L_28) == ((int64_t)((int64_t)((int32_t)524288))))) { goto IL_0306; } } { uint64_t L_29 = V_1; if ((((int64_t)L_29) == ((int64_t)((int64_t)((int32_t)1048576))))) { goto IL_0313; } } { goto IL_037b; } IL_0161: { uint64_t L_30 = V_1; if ((!(((uint64_t)L_30) <= ((uint64_t)((int64_t)((int32_t)8388608)))))) { goto IL_0193; } } { uint64_t L_31 = V_1; if ((((int64_t)L_31) == ((int64_t)((int64_t)((int32_t)2097152))))) { goto IL_0320; } } { uint64_t L_32 = V_1; if ((((int64_t)L_32) == ((int64_t)((int64_t)((int32_t)4194304))))) { goto IL_032d; } } { uint64_t L_33 = V_1; if ((((int64_t)L_33) == ((int64_t)((int64_t)((int32_t)8388608))))) { goto IL_033a; } } { goto IL_037b; } IL_0193: { uint64_t L_34 = V_1; if ((!(((uint64_t)L_34) <= ((uint64_t)((int64_t)((int32_t)33554432)))))) { goto IL_01b9; } } { uint64_t L_35 = V_1; if ((((int64_t)L_35) == ((int64_t)((int64_t)((int32_t)16777216))))) { goto IL_0347; } } { uint64_t L_36 = V_1; if ((((int64_t)L_36) == ((int64_t)((int64_t)((int32_t)33554432))))) { goto IL_0354; } } { goto IL_037b; } IL_01b9: { uint64_t L_37 = V_1; if ((((int64_t)L_37) == ((int64_t)((int64_t)((int32_t)67108864))))) { goto IL_0361; } } { uint64_t L_38 = V_1; if ((((int64_t)L_38) == ((int64_t)((int64_t)((int32_t)134217728))))) { goto IL_036e; } } { goto IL_037b; } IL_01d6: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_39 = V_0; NullCheck(L_39); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_39, _stringLiteralAA661F2F4F2AC2A4D1268C73A499D77CA7E0C476, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_01e6: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_40 = V_0; NullCheck(L_40); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_40, _stringLiteralD2316C6372C4914C9A07CD469B803A77534ADCF4, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_01f6: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_41 = V_0; NullCheck(L_41); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_41, _stringLiteralCEA8A633C4C95F85CAB2C4D07CAFA53611912B32, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0206: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_42 = V_0; NullCheck(L_42); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_42, _stringLiteral0EEB74DAF175D886E4EA5D5BB23B6E48993A80AF, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0216: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_43 = V_0; NullCheck(L_43); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_43, _stringLiteralC127E2685E9BA6170311362A98135614A56E47AF, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0226: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_44 = V_0; NullCheck(L_44); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_44, _stringLiteral1862DB4B99A6D2D4DDE2C775E5AC1AF7CD03A268, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0236: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_45 = V_0; NullCheck(L_45); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_45, _stringLiteral0FBF1F3BF0E575F4D92649F1F5678267C887CF89, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0246: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_46 = V_0; NullCheck(L_46); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_46, _stringLiteralA9BA2974AED76FB92F26F69C6093F790414376FA, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0256: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_47 = V_0; NullCheck(L_47); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_47, _stringLiteralBDC838375A805C8CCC6514E96BA13E150D629186, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0266: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_48 = V_0; NullCheck(L_48); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_48, _stringLiteralA8A8717ECC5E31F30A99C8547616828C8F428B66, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0276: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_49 = V_0; NullCheck(L_49); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_49, _stringLiteral5BA2A4A16421FA9FAB2CAF2E4AFC91121F7BB4FD, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0286: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_50 = V_0; NullCheck(L_50); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_50, _stringLiteral772119CD0175AC1E1CADE4F75080F5F07B6BB1F9, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0296: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_51 = V_0; NullCheck(L_51); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_51, _stringLiteralA26025A2F3BC871A6B1E0A92BE4B4EA60DBC6C91, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_02a6: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_52 = V_0; NullCheck(L_52); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_52, _stringLiteral95FA8CB284CA44C4320BEA5DCF663790F1EE26AA, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_02b6: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_53 = V_0; NullCheck(L_53); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_53, _stringLiteralF1FF99A8F97A90CE3EB35AA1C7B40C1DDFC82A9B, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_02c6: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_54 = V_0; NullCheck(L_54); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_54, _stringLiteralDA1CD25788E7EE9FDEA55BBF0CEE5D1AD7F125CD, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_02d6: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_55 = V_0; NullCheck(L_55); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_55, _stringLiteral3AB0DA5C0A0620735E866EA5BC9FCAA876BA5545, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_02e6: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_56 = V_0; NullCheck(L_56); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_56, _stringLiteral068B9DAC1E2A8DA48FFC0F566F9C805099D13F1B, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_02f6: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_57 = V_0; NullCheck(L_57); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_57, _stringLiteral6F57A13713CB116503D42E8DFD65A84DA07B33BB, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0306: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_58 = V_0; NullCheck(L_58); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_58, _stringLiteral158E95C298826281B51D5B4EE894BE864B7D1153, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0313: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_59 = V_0; NullCheck(L_59); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_59, _stringLiteral132C67C31C67A73009E12AF0BF92B84B55B95E84, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0320: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_60 = V_0; NullCheck(L_60); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_60, _stringLiteralE249513646B3CA3B2119CA7AD27370C9E9012B74, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_032d: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_61 = V_0; NullCheck(L_61); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_61, _stringLiteral7F623AA45815B8B51F227F5A19CB68E1BD42852E, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_033a: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_62 = V_0; NullCheck(L_62); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_62, _stringLiteral4B80EFD0BD00CE9A8E26DD1EA0F4B58964AF32CD, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0347: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_63 = V_0; NullCheck(L_63); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_63, _stringLiteral49DE19A080E7D5ADFAE0565CAFC30E6F99EB7FFD, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0354: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_64 = V_0; NullCheck(L_64); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_64, _stringLiteralE7538558415E1BD8F7A4C577BB457C0AD0F3C884, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_0361: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_65 = V_0; NullCheck(L_65); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_65, _stringLiteralCF903030A69C6580BF09DFE1B291D6179B4A58FC, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_036e: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_66 = V_0; NullCheck(L_66); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_66, _stringLiteral234D2AE20F9C9A24903ACCC32E54A5FD5FDE5203, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); goto IL_038e; } IL_037b: { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_67 = V_0; Il2CppFakeBox L_68(Feature_t4F077DF9999D98A1C051A9A8983AB9A4F9D00F6A_il2cpp_TypeInfo_var, (&V_1)); String_t* L_69; L_69 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_68), NULL); NullCheck(L_67); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_67, L_69, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); } IL_038e: { uint64_t L_70 = ___0_features; uint64_t L_71 = ___0_features; ___0_features = ((int64_t)((int64_t)L_70&((int64_t)il2cpp_codegen_subtract((int64_t)L_71, ((int64_t)1))))); } IL_0396: { uint64_t L_72 = ___0_features; if (L_72) { goto IL_000b; } } { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_73 = V_0; NullCheck(L_73); int32_t L_74; L_74 = List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline(L_73, List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var); if ((((int32_t)L_74) > ((int32_t)0))) { goto IL_03ab; } } { return _stringLiteral41D4ECEC72974BEA998FBA733A15A0EA3B7DF9B1; } IL_03ab: { String_t* L_75 = ___1_separator; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_76 = V_0; String_t* L_77; L_77 = String_Join_m8159F953B3D62AA54A0853A6E9573CDC0F63E158(L_75, L_76, NULL); return L_77; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FeatureExtensions_Count_m4115A16C8A0123EFF727DA3A198C09F2B1B327A8 (uint64_t ___0_self, const RuntimeMethod* method) { int32_t V_0 = 0; uint64_t V_1 = 0; { V_0 = 0; uint64_t L_0 = ___0_self; V_1 = L_0; goto IL_0011; } IL_0006: { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_1, 1)); uint64_t L_2 = V_1; uint64_t L_3 = V_1; V_1 = ((int64_t)((int64_t)L_2&((int64_t)il2cpp_codegen_subtract((int64_t)L_3, ((int64_t)1))))); } IL_0011: { uint64_t L_4 = V_1; if (L_4) { goto IL_0006; } } { int32_t L_5 = V_0; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 XREnvironmentProbe_get_defaultValue_m50BD745C4928AE4328C53906D672D5E2F4B37B85 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 L_0 = ((XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_StaticFields*)il2cpp_codegen_static_fields_for(XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var))->___s_Default; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbe__ctor_m756BDCC73762A50BDAF24FD4F430D8F8EA18869D (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_scale, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___2_pose, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___3_size, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___4_descriptor, int32_t ___5_trackingState, intptr_t ___6_nativePtr, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = ___0_trackableId; __this->___m_TrackableId = L_0; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_scale; __this->___m_Scale = L_1; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_2 = ___2_pose; __this->___m_Pose = L_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___3_size; __this->___m_Size = L_3; XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 L_4 = ___4_descriptor; __this->___m_TextureDescriptor = L_4; int32_t L_5 = ___5_trackingState; __this->___m_TrackingState = L_5; intptr_t L_6 = ___6_nativePtr; __this->___m_NativePtr = L_6; return; } } IL2CPP_EXTERN_C void XREnvironmentProbe__ctor_m756BDCC73762A50BDAF24FD4F430D8F8EA18869D_AdjustorThunk (RuntimeObject* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_scale, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___2_pose, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___3_size, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___4_descriptor, int32_t ___5_trackingState, intptr_t ___6_nativePtr, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbe__ctor_m756BDCC73762A50BDAF24FD4F430D8F8EA18869D(_thisAdjusted, ___0_trackableId, ___1_scale, ___2_pose, ___3_size, ___4_descriptor, ___5_trackingState, ___6_nativePtr, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XREnvironmentProbe_get_trackableId_m7B20AFD8D153397E7270F72C81B32043DA83C57F (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = __this->___m_TrackableId; return L_0; } } IL2CPP_EXTERN_C TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XREnvironmentProbe_get_trackableId_m7B20AFD8D153397E7270F72C81B32043DA83C57F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 _returnValue; _returnValue = XREnvironmentProbe_get_trackableId_m7B20AFD8D153397E7270F72C81B32043DA83C57F_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_trackableId_mCAD11E54A600B26FDC6D546A15F5E13030605EE4 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_value, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = ___0_value; __this->___m_TrackableId = L_0; return; } } IL2CPP_EXTERN_C void XREnvironmentProbe_set_trackableId_mCAD11E54A600B26FDC6D546A15F5E13030605EE4_AdjustorThunk (RuntimeObject* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_value, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbe_set_trackableId_mCAD11E54A600B26FDC6D546A15F5E13030605EE4_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XREnvironmentProbe_get_scale_m7C53FA5C36BD5616CCF2EDC543C260FD381BCB64 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Scale; return L_0; } } IL2CPP_EXTERN_C Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XREnvironmentProbe_get_scale_m7C53FA5C36BD5616CCF2EDC543C260FD381BCB64_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 _returnValue; _returnValue = XREnvironmentProbe_get_scale_m7C53FA5C36BD5616CCF2EDC543C260FD381BCB64_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_scale_m230AA2EF5AE396A8E5A43FE809BEEF811CE68302 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value; __this->___m_Scale = L_0; return; } } IL2CPP_EXTERN_C void XREnvironmentProbe_set_scale_m230AA2EF5AE396A8E5A43FE809BEEF811CE68302_AdjustorThunk (RuntimeObject* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbe_set_scale_m230AA2EF5AE396A8E5A43FE809BEEF811CE68302_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XREnvironmentProbe_get_pose_m56C2FCB790DC220FAE0339EFC82055360984CAF0 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_Pose; return L_0; } } IL2CPP_EXTERN_C Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XREnvironmentProbe_get_pose_m56C2FCB790DC220FAE0339EFC82055360984CAF0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 _returnValue; _returnValue = XREnvironmentProbe_get_pose_m56C2FCB790DC220FAE0339EFC82055360984CAF0_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_pose_m1A1776C7D4A99F29708883F081A54936BC46A4B0 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_value, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = ___0_value; __this->___m_Pose = L_0; return; } } IL2CPP_EXTERN_C void XREnvironmentProbe_set_pose_m1A1776C7D4A99F29708883F081A54936BC46A4B0_AdjustorThunk (RuntimeObject* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_value, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbe_set_pose_m1A1776C7D4A99F29708883F081A54936BC46A4B0_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XREnvironmentProbe_get_size_m92A310E405DC33AFF0968D0B7C17BDB8D039A1B0 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Size; return L_0; } } IL2CPP_EXTERN_C Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XREnvironmentProbe_get_size_m92A310E405DC33AFF0968D0B7C17BDB8D039A1B0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 _returnValue; _returnValue = XREnvironmentProbe_get_size_m92A310E405DC33AFF0968D0B7C17BDB8D039A1B0_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_size_m191D7253226516A2BBC83D0DD28A154FAD2F3C33 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value; __this->___m_Size = L_0; return; } } IL2CPP_EXTERN_C void XREnvironmentProbe_set_size_m191D7253226516A2BBC83D0DD28A154FAD2F3C33_AdjustorThunk (RuntimeObject* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbe_set_size_m191D7253226516A2BBC83D0DD28A154FAD2F3C33_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 XREnvironmentProbe_get_textureDescriptor_mD514443491B53FCBC49AD477CC5C7C6084543FAD (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { { XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 L_0 = __this->___m_TextureDescriptor; return L_0; } } IL2CPP_EXTERN_C XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 XREnvironmentProbe_get_textureDescriptor_mD514443491B53FCBC49AD477CC5C7C6084543FAD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 _returnValue; _returnValue = XREnvironmentProbe_get_textureDescriptor_mD514443491B53FCBC49AD477CC5C7C6084543FAD_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_textureDescriptor_mAE07E8E52FD3D564E1366EC75E0B1EB80A1A43B0 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___0_value, const RuntimeMethod* method) { { XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 L_0 = ___0_value; __this->___m_TextureDescriptor = L_0; return; } } IL2CPP_EXTERN_C void XREnvironmentProbe_set_textureDescriptor_mAE07E8E52FD3D564E1366EC75E0B1EB80A1A43B0_AdjustorThunk (RuntimeObject* __this, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___0_value, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbe_set_textureDescriptor_mAE07E8E52FD3D564E1366EC75E0B1EB80A1A43B0_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XREnvironmentProbe_get_trackingState_m4051D90D37D33EC33534368B64E5C85EA1888C83 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_TrackingState; return L_0; } } IL2CPP_EXTERN_C int32_t XREnvironmentProbe_get_trackingState_m4051D90D37D33EC33534368B64E5C85EA1888C83_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XREnvironmentProbe_get_trackingState_m4051D90D37D33EC33534368B64E5C85EA1888C83_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_trackingState_m8AC9F0BB01B0B26935D09B5A723680E658A3A196 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___m_TrackingState = L_0; return; } } IL2CPP_EXTERN_C void XREnvironmentProbe_set_trackingState_m8AC9F0BB01B0B26935D09B5A723680E658A3A196_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbe_set_trackingState_m8AC9F0BB01B0B26935D09B5A723680E658A3A196_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t XREnvironmentProbe_get_nativePtr_m0C6C620B2D3C20FBE8AEE478EBEA0006E8E7FB40 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_NativePtr; return L_0; } } IL2CPP_EXTERN_C intptr_t XREnvironmentProbe_get_nativePtr_m0C6C620B2D3C20FBE8AEE478EBEA0006E8E7FB40_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); intptr_t _returnValue; _returnValue = XREnvironmentProbe_get_nativePtr_m0C6C620B2D3C20FBE8AEE478EBEA0006E8E7FB40_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_nativePtr_m75CED6350AB93167C23B4E1A837879BCEB6A7AAC (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, intptr_t ___0_value, const RuntimeMethod* method) { { intptr_t L_0 = ___0_value; __this->___m_NativePtr = L_0; return; } } IL2CPP_EXTERN_C void XREnvironmentProbe_set_nativePtr_m75CED6350AB93167C23B4E1A837879BCEB6A7AAC_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_value, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbe_set_nativePtr_m75CED6350AB93167C23B4E1A837879BCEB6A7AAC_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbe_Equals_m891BD688A67E6AF40E4DE164936AFC6D59762AF0 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* L_0 = (TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7*)(&__this->___m_TrackableId); XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 L_1 = ___0_other; TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_2 = L_1.___m_TrackableId; il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); bool L_3; L_3 = TrackableId_Equals_m7263BB158392C4F1B57BEE16D4F1FBBCF01E4A6E(L_0, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C bool XREnvironmentProbe_Equals_m891BD688A67E6AF40E4DE164936AFC6D59762AF0_AdjustorThunk (RuntimeObject* __this, XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 ___0_other, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XREnvironmentProbe_Equals_m891BD688A67E6AF40E4DE164936AFC6D59762AF0(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbe_Equals_m76FC4B88F469A7E33C17E4F9A59DBEBDF1A66745 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; il2cpp_codegen_runtime_class_init_inline(XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); bool L_2; L_2 = XREnvironmentProbe_Equals_m891BD688A67E6AF40E4DE164936AFC6D59762AF0(__this, ((*(XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9*)UnBox(L_1, XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool XREnvironmentProbe_Equals_m76FC4B88F469A7E33C17E4F9A59DBEBDF1A66745_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XREnvironmentProbe_Equals_m76FC4B88F469A7E33C17E4F9A59DBEBDF1A66745(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbe_op_Equality_mD7BD953290CF2F6877E43A59034537B7E51C1621 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 ___0_lhs, XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 ___1_rhs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 L_0 = ___1_rhs; il2cpp_codegen_runtime_class_init_inline(XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); bool L_1; L_1 = XREnvironmentProbe_Equals_m891BD688A67E6AF40E4DE164936AFC6D59762AF0((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbe_op_Inequality_m6439F11CC4F98DF61A14DEDAE538F7FA8A243E21 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 ___0_lhs, XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 ___1_rhs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 L_0 = ___0_lhs; XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 L_1 = ___1_rhs; il2cpp_codegen_runtime_class_init_inline(XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); bool L_2; L_2 = XREnvironmentProbe_op_Equality_mD7BD953290CF2F6877E43A59034537B7E51C1621(L_0, L_1, NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XREnvironmentProbe_GetHashCode_mC8C8046B5523D71CADA65C3D38232925243CEA86 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* L_0 = (TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7*)(&__this->___m_TrackableId); il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TrackableId_GetHashCode_m6150BF091C3C17A84021CC18B443D5C297F89537(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C int32_t XREnvironmentProbe_GetHashCode_mC8C8046B5523D71CADA65C3D38232925243CEA86_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XREnvironmentProbe_GetHashCode_mC8C8046B5523D71CADA65C3D38232925243CEA86(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XREnvironmentProbe_ToString_mBD160B7DBD096BB94201C93B1821FF73728C3E4F (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40C3754113912BBB2324B9A85745EAD27C43B49F); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); String_t* L_0; L_0 = XREnvironmentProbe_ToString_mFB69B6A7B36CD0B02B4283AEFF6CEFAA72EE8DB2(__this, _stringLiteral40C3754113912BBB2324B9A85745EAD27C43B49F, NULL); return L_0; } } IL2CPP_EXTERN_C String_t* XREnvironmentProbe_ToString_mBD160B7DBD096BB94201C93B1821FF73728C3E4F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XREnvironmentProbe_ToString_mBD160B7DBD096BB94201C93B1821FF73728C3E4F(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XREnvironmentProbe_ToString_mFB69B6A7B36CD0B02B4283AEFF6CEFAA72EE8DB2 (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, String_t* ___0_floatingPointformat, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackingState_t5487241B6888BB15D8448EBBC640835A011DBBC2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB004ECFD7B1E474B835B2C92DC67B54C8CA4AE8); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)7); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0; TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* L_2 = (TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7*)(&__this->___m_TrackableId); il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); String_t* L_3; L_3 = TrackableId_ToString_m4BE1AD91726751D994E6FB864B231BE5D7D3F85F(L_2, NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (RuntimeObject*)L_3); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_5 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___m_Scale); String_t* L_6 = ___0_floatingPointformat; String_t* L_7; L_7 = Vector3_ToString_m3185BD544ED9BA81E88936544EC298C19207BDF1_inline(L_5, L_6, NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(1), (RuntimeObject*)L_7); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = L_4; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971* L_9 = (Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971*)(&__this->___m_Pose); String_t* L_10 = ___0_floatingPointformat; il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); String_t* L_11; L_11 = Pose_ToString_m8C3203B81EB15980F16E07C63B6FBBEECE50A6EF(L_9, L_10, NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(2), (RuntimeObject*)L_11); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_8; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_13 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___m_Size); String_t* L_14 = ___0_floatingPointformat; String_t* L_15; L_15 = Vector3_ToString_m3185BD544ED9BA81E88936544EC298C19207BDF1_inline(L_13, L_14, NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_15); (L_12)->SetAt(static_cast(3), (RuntimeObject*)L_15); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_12; XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19* L_17 = (XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19*)(&__this->___m_TextureDescriptor); String_t* L_18; L_18 = XRTextureDescriptor_ToString_m452F36D253986001921C5F627E67E2452D685493(L_17, NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(4), (RuntimeObject*)L_18); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_16; int32_t* L_20 = (int32_t*)(&__this->___m_TrackingState); Il2CppFakeBox L_21(TrackingState_t5487241B6888BB15D8448EBBC640835A011DBBC2_il2cpp_TypeInfo_var, L_20); String_t* L_22; L_22 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_21), NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(5), (RuntimeObject*)L_22); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = L_19; intptr_t* L_24 = (intptr_t*)(&__this->___m_NativePtr); String_t* L_25; L_25 = IntPtr_ToString_mDA1150F4802E1FB9313FB4E32C684EEE19116E5C(L_24, NULL); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_25); (L_23)->SetAt(static_cast(6), (RuntimeObject*)L_25); String_t* L_26; L_26 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteralFB004ECFD7B1E474B835B2C92DC67B54C8CA4AE8, L_23, NULL); return L_26; } } IL2CPP_EXTERN_C String_t* XREnvironmentProbe_ToString_mFB69B6A7B36CD0B02B4283AEFF6CEFAA72EE8DB2_AdjustorThunk (RuntimeObject* __this, String_t* ___0_floatingPointformat, const RuntimeMethod* method) { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XREnvironmentProbe_ToString_mFB69B6A7B36CD0B02B4283AEFF6CEFAA72EE8DB2(_thisAdjusted, ___0_floatingPointformat, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbe__cctor_m96971D1EF22003241CE8C7D3859CDB667DC74057 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9)); il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0; L_0 = TrackableId_get_invalidId_mDAEC47FD9C1E08B9D5752DA8F185E7A783DBE494(NULL); XREnvironmentProbe_set_trackableId_mCAD11E54A600B26FDC6D546A15F5E13030605EE4_inline((&V_0), L_0, NULL); il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_1; L_1 = Pose_get_identity_m145C7BA9D895CD7F8CCE2483B69764F7A9FEC66E(NULL); XREnvironmentProbe_set_pose_m1A1776C7D4A99F29708883F081A54936BC46A4B0_inline((&V_0), L_1, NULL); XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 L_2 = V_0; ((XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_StaticFields*)il2cpp_codegen_static_fields_for(XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var))->___s_Default = L_2; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystem__ctor_m5F2239415E12E56B1546F56C19E071ED2324ABF5 (XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackingSubsystem_4__ctor_m94A3C2F1779A0B84767D3D57CF0157C96C75B8EB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { TrackingSubsystem_4__ctor_m94A3C2F1779A0B84767D3D57CF0157C96C75B8EB(__this, TrackingSubsystem_4__ctor_m94A3C2F1779A0B84767D3D57CF0157C96C75B8EB_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystem_get_automaticPlacementRequested_m0FADAEC1FEB2F7FD60A441AEB0B61841055CDE06 (XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* L_0; L_0 = SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_inline(__this, SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(8, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystem_set_automaticPlacementRequested_m5A612C8C22C3130F4C3684C78B20BE53871916D8 (XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_subsystemDescriptor_m9ACC00B9B6A03B332C76C459B9F654044464C419_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___0_value; if (!L_0) { goto IL_001b; } } { XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* L_1; L_1 = SubsystemWithProvider_3_get_subsystemDescriptor_m9ACC00B9B6A03B332C76C459B9F654044464C419_inline(__this, SubsystemWithProvider_3_get_subsystemDescriptor_m9ACC00B9B6A03B332C76C459B9F654044464C419_RuntimeMethod_var); NullCheck(L_1); bool L_2; L_2 = XREnvironmentProbeSubsystemDescriptor_get_supportsAutomaticPlacement_m88925DCB0DBEA8BFD4A53848FDA8B54652A0FBA0_inline(L_1, NULL); if (L_2) { goto IL_001b; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_3 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2BB40F9B4AC8B2B883083DDA4180950FAFD8BD7E)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XREnvironmentProbeSubsystem_set_automaticPlacementRequested_m5A612C8C22C3130F4C3684C78B20BE53871916D8_RuntimeMethod_var))); } IL_001b: { Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* L_4; L_4 = SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_inline(__this, SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); bool L_5 = ___0_value; NullCheck(L_4); VirtualActionInvoker1< bool >::Invoke(9, L_4, L_5); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystem_get_automaticPlacementEnabled_m63BFBF6DD86556B87FE65173F947ED6EABD02668 (XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* L_0; L_0 = SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_inline(__this, SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(10, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystem_get_environmentTextureHDRRequested_mDFB6AA21C54DED1462E883E484B280F9D1725E04 (XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* L_0; L_0 = SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_inline(__this, SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(11, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystem_set_environmentTextureHDRRequested_m09413D30EC3C646DC22F8979EF34446034500048 (XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* L_0; L_0 = SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_inline(__this, SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); bool L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< bool >::Invoke(12, L_0, L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystem_get_environmentTextureHDREnabled_m3784A8D3027A8EFFAD34A7FC85DAFD31576BCDDF (XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* L_0; L_0 = SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_inline(__this, SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(13, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackableChanges_1_t03BF8B384A61E7421A4748384189C50C3A2C323F XREnvironmentProbeSubsystem_GetChanges_m7507B8AA278398E93F42DFA8CEC09240508F0C6B (XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B* __this, int32_t ___0_allocator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* L_0; L_0 = SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_inline(__this, SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 L_1; L_1 = XREnvironmentProbe_get_defaultValue_m50BD745C4928AE4328C53906D672D5E2F4B37B85_inline(NULL); int32_t L_2 = ___0_allocator; NullCheck(L_0); TrackableChanges_1_t03BF8B384A61E7421A4748384189C50C3A2C323F L_3; L_3 = VirtualFuncInvoker2< TrackableChanges_1_t03BF8B384A61E7421A4748384189C50C3A2C323F, XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9, int32_t >::Invoke(16, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystem_TryAddEnvironmentProbe_m177BFC3E369E1F422BF9A0393324220BD60243D4 (XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_pose, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_scale, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_size, XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* ___3_environmentProbe, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = SubsystemWithProvider_get_running_m6BF31FC3BDA38C56C0F60FEA37767A4151B22C44_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*)&_stringLiteral3817AE5F81736AA82446C7E2BA122DD302D7AF11)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XREnvironmentProbeSubsystem_TryAddEnvironmentProbe_m177BFC3E369E1F422BF9A0393324220BD60243D4_RuntimeMethod_var))); } IL_0013: { XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* L_2 = ___3_environmentProbe; il2cpp_codegen_runtime_class_init_inline(XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 L_3; L_3 = XREnvironmentProbe_get_defaultValue_m50BD745C4928AE4328C53906D672D5E2F4B37B85_inline(NULL); *(XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9*)L_2 = L_3; Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* L_4; L_4 = SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_inline(__this, SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_5 = ___0_pose; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_scale; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ___2_size; XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* L_8 = ___3_environmentProbe; NullCheck(L_4); bool L_9; L_9 = VirtualFuncInvoker4< bool, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* >::Invoke(14, L_4, L_5, L_6, L_7, L_8); return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystem_RemoveEnvironmentProbe_mE940508A973468A3EF5916E3AEBE4236A8FC71B8 (XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = SubsystemWithProvider_get_running_m6BF31FC3BDA38C56C0F60FEA37767A4151B22C44_inline(__this, NULL); if (!L_0) { goto IL_0015; } } { Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* L_1; L_1 = SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_inline(__this, SubsystemWithProvider_3_get_provider_m09EBA2624B6C1C04604A955E6DF54089732D1211_RuntimeMethod_var); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_2 = ___0_trackableId; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 >::Invoke(15, L_1, L_2); return L_3; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystem_Register_m0422985B0B805F5AB3B59B8AA91DBD229A06D74C (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C ___0_environmentProbeSubsystemCinfo, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA)); String_t* L_0; L_0 = XREnvironmentProbeSubsystemCinfo_get_id_m590E5DEBA8C344FFEA51F351F99DEFFD703DC57F_inline((&___0_environmentProbeSubsystemCinfo), NULL); Cinfo_set_id_mB4C17857E8773AB94980CAB900D6D8DDFD1B85E0_inline((&V_0), L_0, NULL); Type_t* L_1; L_1 = XREnvironmentProbeSubsystemCinfo_get_providerType_mBC6F352EF89BED518336375D44A5D9CADDE464C1_inline((&___0_environmentProbeSubsystemCinfo), NULL); Cinfo_set_providerType_m1B10384EB068618F6AC41438FCF2C9E589FCA082_inline((&V_0), L_1, NULL); Type_t* L_2; L_2 = XREnvironmentProbeSubsystemCinfo_get_subsystemTypeOverride_m5A1A5D3ADB4E4304029B3F1688CEBFAB4E4C8F7E_inline((&___0_environmentProbeSubsystemCinfo), NULL); Cinfo_set_subsystemTypeOverride_m70E47D8222B2CD023FB5AEC54570214B22F55699_inline((&V_0), L_2, NULL); bool L_3; L_3 = XREnvironmentProbeSubsystemCinfo_get_supportsManualPlacement_mFA2560E13D32A8228105D6F205E109DEDE0BFB37_inline((&___0_environmentProbeSubsystemCinfo), NULL); Cinfo_set_supportsManualPlacement_m914E3C41BB8CD85DBC2D2FD3B7799783EA0DC513_inline((&V_0), L_3, NULL); bool L_4; L_4 = XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfManual_mE1E3D58FB734841B3B1E885592C84A2748953847_inline((&___0_environmentProbeSubsystemCinfo), NULL); Cinfo_set_supportsRemovalOfManual_m6A15D29F192EA4A79EFD05C7E497BF44FD59A978_inline((&V_0), L_4, NULL); bool L_5; L_5 = XREnvironmentProbeSubsystemCinfo_get_supportsAutomaticPlacement_m01E383AF1BDC43E0755B0C99BF838698B2FAD67C_inline((&___0_environmentProbeSubsystemCinfo), NULL); Cinfo_set_supportsAutomaticPlacement_m3D24F46039DC9A94EB291353F20293CBCAB16616_inline((&V_0), L_5, NULL); bool L_6; L_6 = XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfAutomatic_m5C05042091803872B2B5FE45C791A728F92B5A1A_inline((&___0_environmentProbeSubsystemCinfo), NULL); Cinfo_set_supportsRemovalOfAutomatic_mA668F3F44B3C4C8636C478DCE7B89DBD810A86EC_inline((&V_0), L_6, NULL); bool L_7; L_7 = XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTexture_m7B872B5FE1B9517D9626E269E09B7C4C16E06A06_inline((&___0_environmentProbeSubsystemCinfo), NULL); Cinfo_set_supportsEnvironmentTexture_m6DB9F4CF9FCBA5E8F4C56F319699355794496861_inline((&V_0), L_7, NULL); bool L_8; L_8 = XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTextureHDR_m7AC20590F176681AD486ACC8C9A0189209B1C35E_inline((&___0_environmentProbeSubsystemCinfo), NULL); Cinfo_set_supportsEnvironmentTextureHDR_mEAD6C2FD4F5163E05235640B2FF5296F059BE01F_inline((&V_0), L_8, NULL); Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA L_9 = V_0; XREnvironmentProbeSubsystemDescriptor_Register_mEDF61D440687BF8F29A3DA9B4EFC832A9C8886D7(L_9, NULL); return (bool)1; } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR bool Provider_get_automaticPlacementRequested_m31751920D7587F49A5B53180EB9D43A4F11EC6DD (Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_set_automaticPlacementRequested_m2309B486A1845A040EC6BC5E821B48091A736B52 (Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC38F28471C557A7C9C40558CBD0BEABFA81FB4AE)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_set_automaticPlacementRequested_m2309B486A1845A040EC6BC5E821B48091A736B52_RuntimeMethod_var))); } IL_000e: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_get_automaticPlacementEnabled_m51ACF2B2A9C8AB6E9F16FCEA6D6A44B108EA2F13 (Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_get_environmentTextureHDRRequested_m93AE2DE32EA5E8C880137AC7B10C51F9AABFECFE (Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_set_environmentTextureHDRRequested_m323DA868046B0E7806EB611A44C3CAF4996CD936 (Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF888230443F7BB68D49D53BBE56D2A722FDD6CA2)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_set_environmentTextureHDRRequested_m323DA868046B0E7806EB611A44C3CAF4996CD936_RuntimeMethod_var))); } IL_000e: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_get_environmentTextureHDREnabled_m53742D23697A648A200DFD6CF4A3288CBD2E4FD2 (Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_TryAddEnvironmentProbe_mA6CAC6C36EB0D500270F11E086CAECFC62B4F805 (Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_pose, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_scale, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_size, XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* ___3_environmentProbe, const RuntimeMethod* method) { { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral070866234FD70D3DA9B5D5EAD811AE2EAA574DBC)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_TryAddEnvironmentProbe_mA6CAC6C36EB0D500270F11E086CAECFC62B4F805_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_RemoveEnvironmentProbe_m653E5DEA379458A4CD9793EF60F85EC36E93AFED (Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, const RuntimeMethod* method) { { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralABDAACF84C88CE4DDE88A4C522E0CD3771C68382)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_RemoveEnvironmentProbe_m653E5DEA379458A4CD9793EF60F85EC36E93AFED_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider__ctor_m1439531E68FE8334150A68D79E0E1DF9F55DB64B (Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemProvider_1__ctor_m0C413A68C84A7A5A8828D57704401E7080278536_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { SubsystemProvider_1__ctor_m0C413A68C84A7A5A8828D57704401E7080278536(__this, SubsystemProvider_1__ctor_m0C413A68C84A7A5A8828D57704401E7080278536_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 XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_marshal_pinvoke(const XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C& unmarshaled, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_marshaled_pinvoke& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_marshal_pinvoke_back(const XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_marshaled_pinvoke& marshaled, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_marshal_pinvoke_cleanup(XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_marshal_com(const XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C& unmarshaled, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_marshaled_com& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_marshal_com_back(const XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_marshaled_com& marshaled, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_marshal_com_cleanup(XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XREnvironmentProbeSubsystemCinfo_get_id_m590E5DEBA8C344FFEA51F351F99DEFFD703DC57F (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C String_t* XREnvironmentProbeSubsystemCinfo_get_id_m590E5DEBA8C344FFEA51F351F99DEFFD703DC57F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XREnvironmentProbeSubsystemCinfo_get_id_m590E5DEBA8C344FFEA51F351F99DEFFD703DC57F_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_id_m0157B51BEBA22C10D835283A2E342811FB3904E0 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void XREnvironmentProbeSubsystemCinfo_set_id_m0157B51BEBA22C10D835283A2E342811FB3904E0_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbeSubsystemCinfo_set_id_m0157B51BEBA22C10D835283A2E342811FB3904E0_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* XREnvironmentProbeSubsystemCinfo_get_providerType_mBC6F352EF89BED518336375D44A5D9CADDE464C1 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* XREnvironmentProbeSubsystemCinfo_get_providerType_mBC6F352EF89BED518336375D44A5D9CADDE464C1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = XREnvironmentProbeSubsystemCinfo_get_providerType_mBC6F352EF89BED518336375D44A5D9CADDE464C1_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_providerType_m053C0551B3059F11B606708ED8C6B3DA9C4CF2F2 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void XREnvironmentProbeSubsystemCinfo_set_providerType_m053C0551B3059F11B606708ED8C6B3DA9C4CF2F2_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbeSubsystemCinfo_set_providerType_m053C0551B3059F11B606708ED8C6B3DA9C4CF2F2_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* XREnvironmentProbeSubsystemCinfo_get_subsystemTypeOverride_m5A1A5D3ADB4E4304029B3F1688CEBFAB4E4C8F7E (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* XREnvironmentProbeSubsystemCinfo_get_subsystemTypeOverride_m5A1A5D3ADB4E4304029B3F1688CEBFAB4E4C8F7E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = XREnvironmentProbeSubsystemCinfo_get_subsystemTypeOverride_m5A1A5D3ADB4E4304029B3F1688CEBFAB4E4C8F7E_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_subsystemTypeOverride_m89507B15871CD2E8F093EF084176BC98CAD3D1E4 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void XREnvironmentProbeSubsystemCinfo_set_subsystemTypeOverride_m89507B15871CD2E8F093EF084176BC98CAD3D1E4_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbeSubsystemCinfo_set_subsystemTypeOverride_m89507B15871CD2E8F093EF084176BC98CAD3D1E4_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsManualPlacement_mFA2560E13D32A8228105D6F205E109DEDE0BFB37 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsManualPlacementU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XREnvironmentProbeSubsystemCinfo_get_supportsManualPlacement_mFA2560E13D32A8228105D6F205E109DEDE0BFB37_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XREnvironmentProbeSubsystemCinfo_get_supportsManualPlacement_mFA2560E13D32A8228105D6F205E109DEDE0BFB37_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsManualPlacement_mE948D3D31063A4015F18BABCD4475E2CEDD00E2C (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsManualPlacementU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XREnvironmentProbeSubsystemCinfo_set_supportsManualPlacement_mE948D3D31063A4015F18BABCD4475E2CEDD00E2C_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbeSubsystemCinfo_set_supportsManualPlacement_mE948D3D31063A4015F18BABCD4475E2CEDD00E2C_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfManual_mE1E3D58FB734841B3B1E885592C84A2748953847 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsRemovalOfManualU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfManual_mE1E3D58FB734841B3B1E885592C84A2748953847_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfManual_mE1E3D58FB734841B3B1E885592C84A2748953847_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsRemovalOfManual_m9784D47E8903EC1BEFA722994586FF633BB09327 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsRemovalOfManualU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XREnvironmentProbeSubsystemCinfo_set_supportsRemovalOfManual_m9784D47E8903EC1BEFA722994586FF633BB09327_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbeSubsystemCinfo_set_supportsRemovalOfManual_m9784D47E8903EC1BEFA722994586FF633BB09327_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsAutomaticPlacement_m01E383AF1BDC43E0755B0C99BF838698B2FAD67C (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAutomaticPlacementU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XREnvironmentProbeSubsystemCinfo_get_supportsAutomaticPlacement_m01E383AF1BDC43E0755B0C99BF838698B2FAD67C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XREnvironmentProbeSubsystemCinfo_get_supportsAutomaticPlacement_m01E383AF1BDC43E0755B0C99BF838698B2FAD67C_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsAutomaticPlacement_mD728F648E5A75DC074D9718432F07D0D460A289D (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAutomaticPlacementU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XREnvironmentProbeSubsystemCinfo_set_supportsAutomaticPlacement_mD728F648E5A75DC074D9718432F07D0D460A289D_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbeSubsystemCinfo_set_supportsAutomaticPlacement_mD728F648E5A75DC074D9718432F07D0D460A289D_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfAutomatic_m5C05042091803872B2B5FE45C791A728F92B5A1A (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsRemovalOfAutomaticU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfAutomatic_m5C05042091803872B2B5FE45C791A728F92B5A1A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfAutomatic_m5C05042091803872B2B5FE45C791A728F92B5A1A_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsRemovalOfAutomatic_mBD5F44750877ADEFD8C6207F0B30D0FE15B70526 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsRemovalOfAutomaticU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XREnvironmentProbeSubsystemCinfo_set_supportsRemovalOfAutomatic_mBD5F44750877ADEFD8C6207F0B30D0FE15B70526_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbeSubsystemCinfo_set_supportsRemovalOfAutomatic_mBD5F44750877ADEFD8C6207F0B30D0FE15B70526_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTexture_m7B872B5FE1B9517D9626E269E09B7C4C16E06A06 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsEnvironmentTextureU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTexture_m7B872B5FE1B9517D9626E269E09B7C4C16E06A06_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTexture_m7B872B5FE1B9517D9626E269E09B7C4C16E06A06_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsEnvironmentTexture_m724298B12B4DDEFC4C1274A551E04299A040374D (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsEnvironmentTextureU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XREnvironmentProbeSubsystemCinfo_set_supportsEnvironmentTexture_m724298B12B4DDEFC4C1274A551E04299A040374D_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbeSubsystemCinfo_set_supportsEnvironmentTexture_m724298B12B4DDEFC4C1274A551E04299A040374D_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTextureHDR_m7AC20590F176681AD486ACC8C9A0189209B1C35E (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTextureHDR_m7AC20590F176681AD486ACC8C9A0189209B1C35E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTextureHDR_m7AC20590F176681AD486ACC8C9A0189209B1C35E_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsEnvironmentTextureHDR_mEED10741684E8045104833D1A58A1A02612FBE4B (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XREnvironmentProbeSubsystemCinfo_set_supportsEnvironmentTextureHDR_mEED10741684E8045104833D1A58A1A02612FBE4B_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XREnvironmentProbeSubsystemCinfo_set_supportsEnvironmentTextureHDR_mEED10741684E8045104833D1A58A1A02612FBE4B_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_Equals_m4297DA57D68A4D83010A2D370092CB925B89CEA0 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C ___0_other, const RuntimeMethod* method) { bool V_0 = false; { String_t* L_0; L_0 = XREnvironmentProbeSubsystemCinfo_get_id_m590E5DEBA8C344FFEA51F351F99DEFFD703DC57F_inline(__this, NULL); String_t* L_1; L_1 = XREnvironmentProbeSubsystemCinfo_get_id_m590E5DEBA8C344FFEA51F351F99DEFFD703DC57F_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_00bf; } } { Type_t* L_2; L_2 = XREnvironmentProbeSubsystemCinfo_get_providerType_mBC6F352EF89BED518336375D44A5D9CADDE464C1_inline(__this, NULL); Type_t* L_3; L_3 = XREnvironmentProbeSubsystemCinfo_get_providerType_mBC6F352EF89BED518336375D44A5D9CADDE464C1_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_2) == ((RuntimeObject*)(Type_t*)L_3)))) { goto IL_00bf; } } { Type_t* L_4; L_4 = XREnvironmentProbeSubsystemCinfo_get_subsystemTypeOverride_m5A1A5D3ADB4E4304029B3F1688CEBFAB4E4C8F7E_inline(__this, NULL); Type_t* L_5; L_5 = XREnvironmentProbeSubsystemCinfo_get_subsystemTypeOverride_m5A1A5D3ADB4E4304029B3F1688CEBFAB4E4C8F7E_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_4) == ((RuntimeObject*)(Type_t*)L_5)))) { goto IL_00bf; } } { bool L_6; L_6 = XREnvironmentProbeSubsystemCinfo_get_supportsManualPlacement_mFA2560E13D32A8228105D6F205E109DEDE0BFB37_inline(__this, NULL); V_0 = L_6; bool L_7; L_7 = XREnvironmentProbeSubsystemCinfo_get_supportsManualPlacement_mFA2560E13D32A8228105D6F205E109DEDE0BFB37_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_8; L_8 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_7, NULL); if (!L_8) { goto IL_00bf; } } { bool L_9; L_9 = XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfManual_mE1E3D58FB734841B3B1E885592C84A2748953847_inline(__this, NULL); V_0 = L_9; bool L_10; L_10 = XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfManual_mE1E3D58FB734841B3B1E885592C84A2748953847_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_11; L_11 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_10, NULL); if (!L_11) { goto IL_00bf; } } { bool L_12; L_12 = XREnvironmentProbeSubsystemCinfo_get_supportsAutomaticPlacement_m01E383AF1BDC43E0755B0C99BF838698B2FAD67C_inline(__this, NULL); V_0 = L_12; bool L_13; L_13 = XREnvironmentProbeSubsystemCinfo_get_supportsAutomaticPlacement_m01E383AF1BDC43E0755B0C99BF838698B2FAD67C_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_14; L_14 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_13, NULL); if (!L_14) { goto IL_00bf; } } { bool L_15; L_15 = XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfAutomatic_m5C05042091803872B2B5FE45C791A728F92B5A1A_inline(__this, NULL); V_0 = L_15; bool L_16; L_16 = XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfAutomatic_m5C05042091803872B2B5FE45C791A728F92B5A1A_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_17; L_17 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_16, NULL); if (!L_17) { goto IL_00bf; } } { bool L_18; L_18 = XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTexture_m7B872B5FE1B9517D9626E269E09B7C4C16E06A06_inline(__this, NULL); V_0 = L_18; bool L_19; L_19 = XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTexture_m7B872B5FE1B9517D9626E269E09B7C4C16E06A06_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_20; L_20 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_19, NULL); if (!L_20) { goto IL_00bf; } } { bool L_21; L_21 = XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTextureHDR_m7AC20590F176681AD486ACC8C9A0189209B1C35E_inline(__this, NULL); V_0 = L_21; bool L_22; L_22 = XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTextureHDR_m7AC20590F176681AD486ACC8C9A0189209B1C35E_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_23; L_23 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_22, NULL); return L_23; } IL_00bf: { return (bool)0; } } IL2CPP_EXTERN_C bool XREnvironmentProbeSubsystemCinfo_Equals_m4297DA57D68A4D83010A2D370092CB925B89CEA0_AdjustorThunk (RuntimeObject* __this, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C ___0_other, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XREnvironmentProbeSubsystemCinfo_Equals_m4297DA57D68A4D83010A2D370092CB925B89CEA0(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_Equals_m8AE52E39A349B7A5E21C624AE22C4A1078E8C327 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = XREnvironmentProbeSubsystemCinfo_Equals_m4297DA57D68A4D83010A2D370092CB925B89CEA0(__this, ((*(XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C*)UnBox(L_1, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool XREnvironmentProbeSubsystemCinfo_Equals_m8AE52E39A349B7A5E21C624AE22C4A1078E8C327_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XREnvironmentProbeSubsystemCinfo_Equals_m8AE52E39A349B7A5E21C624AE22C4A1078E8C327(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_op_Equality_m77A5296B22E757B33E660AF0416911EFE7835224 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C ___0_lhs, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C ___1_rhs, const RuntimeMethod* method) { { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C L_0 = ___1_rhs; bool L_1; L_1 = XREnvironmentProbeSubsystemCinfo_Equals_m4297DA57D68A4D83010A2D370092CB925B89CEA0((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_op_Inequality_m4CD5804188D309BC1C7949E12D649B121CF28437 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C ___0_lhs, XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C ___1_rhs, const RuntimeMethod* method) { { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C L_0 = ___0_lhs; XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C L_1 = ___1_rhs; bool L_2; L_2 = XREnvironmentProbeSubsystemCinfo_op_Equality_m77A5296B22E757B33E660AF0416911EFE7835224(L_0, L_1, NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XREnvironmentProbeSubsystemCinfo_GetHashCode_m66A5517BE16EE35C50CBD336B9B2928760E07121 (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { bool V_0 = false; { String_t* L_0; L_0 = XREnvironmentProbeSubsystemCinfo_get_id_m590E5DEBA8C344FFEA51F351F99DEFFD703DC57F_inline(__this, NULL); int32_t L_1; L_1 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_0, NULL); Type_t* L_2; L_2 = XREnvironmentProbeSubsystemCinfo_get_providerType_mBC6F352EF89BED518336375D44A5D9CADDE464C1_inline(__this, NULL); int32_t L_3; L_3 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_2, NULL); Type_t* L_4; L_4 = XREnvironmentProbeSubsystemCinfo_get_subsystemTypeOverride_m5A1A5D3ADB4E4304029B3F1688CEBFAB4E4C8F7E_inline(__this, NULL); int32_t L_5; L_5 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_4, NULL); bool L_6; L_6 = XREnvironmentProbeSubsystemCinfo_get_supportsManualPlacement_mFA2560E13D32A8228105D6F205E109DEDE0BFB37_inline(__this, NULL); V_0 = L_6; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); int32_t L_7; L_7 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_8; L_8 = XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfManual_mE1E3D58FB734841B3B1E885592C84A2748953847_inline(__this, NULL); V_0 = L_8; int32_t L_9; L_9 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_10; L_10 = XREnvironmentProbeSubsystemCinfo_get_supportsAutomaticPlacement_m01E383AF1BDC43E0755B0C99BF838698B2FAD67C_inline(__this, NULL); V_0 = L_10; int32_t L_11; L_11 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_12; L_12 = XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfAutomatic_m5C05042091803872B2B5FE45C791A728F92B5A1A_inline(__this, NULL); V_0 = L_12; int32_t L_13; L_13 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_14; L_14 = XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTexture_m7B872B5FE1B9517D9626E269E09B7C4C16E06A06_inline(__this, NULL); V_0 = L_14; int32_t L_15; L_15 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_16; L_16 = XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTextureHDR_m7AC20590F176681AD486ACC8C9A0189209B1C35E_inline(__this, NULL); V_0 = L_16; int32_t L_17; L_17 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), ((int32_t)486187739))), L_1)), ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)), ((int32_t)486187739))), L_9)), ((int32_t)486187739))), L_11)), ((int32_t)486187739))), L_13)), ((int32_t)486187739))), L_15)), ((int32_t)486187739))), L_17)); } } IL2CPP_EXTERN_C int32_t XREnvironmentProbeSubsystemCinfo_GetHashCode_m66A5517BE16EE35C50CBD336B9B2928760E07121_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XREnvironmentProbeSubsystemCinfo_GetHashCode_m66A5517BE16EE35C50CBD336B9B2928760E07121(_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 IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemDescriptor_get_supportsManualPlacement_m129575B9630FCCF68A6B6074DA7DB8B1722BB152 (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsManualPlacementU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsManualPlacement_mD57435B5702FA32561338DB692DCC27DBD3230D9 (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsManualPlacementU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemDescriptor_get_supportsRemovalOfManual_m1C15402FEC435594A1E9DC9CD0AF63628734E190 (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsRemovalOfManualU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsRemovalOfManual_m193D875922BA821AC499A40B594FB6E64258EAC7 (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsRemovalOfManualU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemDescriptor_get_supportsAutomaticPlacement_m88925DCB0DBEA8BFD4A53848FDA8B54652A0FBA0 (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAutomaticPlacementU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsAutomaticPlacement_mEFAF3BBDC48427B01157B77F87ED6F31A7007E52 (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAutomaticPlacementU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemDescriptor_get_supportsRemovalOfAutomatic_m1F8BC49551168C85ECE1489B3ECD80C84745A737 (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsRemovalOfAutomaticU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsRemovalOfAutomatic_mAF9042500D67C183A50991C5BE60B9B7D1FC88D4 (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsRemovalOfAutomaticU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemDescriptor_get_supportsEnvironmentTexture_m410DFF88B4D7C596792083C2EB75CB97E0E6E673 (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsEnvironmentTextureU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsEnvironmentTexture_m23B7A468AFC6959FB83913D7DDE2F85AF2D9EF5D (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsEnvironmentTextureU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemDescriptor_get_supportsEnvironmentTextureHDR_m61D26031FAC8D6E14EFE637F4E6F86D036069AF8 (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsEnvironmentTextureHDR_m8DAD6E95E4BC1FCFC780273EE59D32B49299A23E (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_Register_mEDF61D440687BF8F29A3DA9B4EFC832A9C8886D7 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA ___0_cinfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B_0_0_0_var); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Cinfo_get_id_m754235E255A6448A7B174A7AE14C4AAF683A187B_inline((&___0_cinfo), NULL); bool L_1; L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL); if (!L_1) { goto IL_001e; } } { 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_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5845E8DEE033062F8F4F5EAA72A635E5E10F19CA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AB2AE70A012333D060D8A75537325E8DCA88A13)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XREnvironmentProbeSubsystemDescriptor_Register_mEDF61D440687BF8F29A3DA9B4EFC832A9C8886D7_RuntimeMethod_var))); } IL_001e: { Type_t* L_3; L_3 = Cinfo_get_providerType_mC008CFE5CA3B3CC0620592C0D6639BE15FBE4E79_inline((&___0_cinfo), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class); bool L_4; L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, (Type_t*)NULL, NULL); if (L_4) { goto IL_0045; } } { Type_t* L_5; L_5 = Cinfo_get_providerType_mC008CFE5CA3B3CC0620592C0D6639BE15FBE4E79_inline((&___0_cinfo), NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (Provider_tFE8ACBB7FEC9FBE184AAFA1732243F8F4491B5DF_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class); Type_t* L_7; L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL); NullCheck(L_5); bool L_8; L_8 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(20, L_5, L_7); if (L_8) { goto IL_0055; } } IL_0045: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8F12A6F28F1AD2AB573BEA595C276D59ADEE1FDA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AB2AE70A012333D060D8A75537325E8DCA88A13)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XREnvironmentProbeSubsystemDescriptor_Register_mEDF61D440687BF8F29A3DA9B4EFC832A9C8886D7_RuntimeMethod_var))); } IL_0055: { Type_t* L_10; L_10 = Cinfo_get_subsystemTypeOverride_m8A074CC7E23EB8391BEEF45CCDFDA09E01C0D6F9_inline((&___0_cinfo), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class); bool L_11; L_11 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_10, (Type_t*)NULL, NULL); if (!L_11) { goto IL_008c; } } { Type_t* L_12; L_12 = Cinfo_get_subsystemTypeOverride_m8A074CC7E23EB8391BEEF45CCDFDA09E01C0D6F9_inline((&___0_cinfo), NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast (XREnvironmentProbeSubsystem_t1C339A3A0B8601507D2438158D6632271557CC0B_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class); Type_t* L_14; L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL); NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(20, L_12, L_14); if (L_15) { goto IL_008c; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_16 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA52B348614D1F733D74BED036C2A2E8757BA6B76)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AB2AE70A012333D060D8A75537325E8DCA88A13)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XREnvironmentProbeSubsystemDescriptor_Register_mEDF61D440687BF8F29A3DA9B4EFC832A9C8886D7_RuntimeMethod_var))); } IL_008c: { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA L_17 = ___0_cinfo; XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* L_18 = (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4*)il2cpp_codegen_object_new(XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4_il2cpp_TypeInfo_var); XREnvironmentProbeSubsystemDescriptor__ctor_m73D15AB8CBE4AC340811990B00128AD3706A2A89(L_18, L_17, NULL); il2cpp_codegen_runtime_class_init_inline(SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_il2cpp_TypeInfo_var); SubsystemDescriptorStore_RegisterDescriptor_m6DEC96199F95ACCD68822060CEB79CA77AF44F12(L_18, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor__ctor_m73D15AB8CBE4AC340811990B00128AD3706A2A89 (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA ___0_environmentProbeSubsystemCinfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemDescriptorWithProvider_2__ctor_m8C78C6EB93EACD335F89BBED7731BD4997C44B94_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { SubsystemDescriptorWithProvider_2__ctor_m8C78C6EB93EACD335F89BBED7731BD4997C44B94(__this, SubsystemDescriptorWithProvider_2__ctor_m8C78C6EB93EACD335F89BBED7731BD4997C44B94_RuntimeMethod_var); String_t* L_0; L_0 = Cinfo_get_id_m754235E255A6448A7B174A7AE14C4AAF683A187B_inline((&___0_environmentProbeSubsystemCinfo), NULL); SubsystemDescriptorWithProvider_set_id_m4E93140B46C960FFB4723062C55D05D7B551A57B_inline(__this, L_0, NULL); Type_t* L_1; L_1 = Cinfo_get_providerType_mC008CFE5CA3B3CC0620592C0D6639BE15FBE4E79_inline((&___0_environmentProbeSubsystemCinfo), NULL); SubsystemDescriptorWithProvider_set_providerType_m27A630CAFBA225796667E17DE114673056339EA4_inline(__this, L_1, NULL); Type_t* L_2; L_2 = Cinfo_get_subsystemTypeOverride_m8A074CC7E23EB8391BEEF45CCDFDA09E01C0D6F9_inline((&___0_environmentProbeSubsystemCinfo), NULL); SubsystemDescriptorWithProvider_set_subsystemTypeOverride_m34C15BBBE4EB41226EF1C0A0C8BB73A0955E0F3E_inline(__this, L_2, NULL); bool L_3; L_3 = Cinfo_get_supportsManualPlacement_mC9739C9D7EC3F2BC2BEF23ECC77DBC157B300009_inline((&___0_environmentProbeSubsystemCinfo), NULL); XREnvironmentProbeSubsystemDescriptor_set_supportsManualPlacement_mD57435B5702FA32561338DB692DCC27DBD3230D9_inline(__this, L_3, NULL); bool L_4; L_4 = Cinfo_get_supportsRemovalOfManual_mDE776A915F498E51CBB4C7D2C114B9A599658A1A_inline((&___0_environmentProbeSubsystemCinfo), NULL); XREnvironmentProbeSubsystemDescriptor_set_supportsRemovalOfManual_m193D875922BA821AC499A40B594FB6E64258EAC7_inline(__this, L_4, NULL); bool L_5; L_5 = Cinfo_get_supportsAutomaticPlacement_mCD18D7DFA9CAE02C4446481E13CC2763CA074E22_inline((&___0_environmentProbeSubsystemCinfo), NULL); XREnvironmentProbeSubsystemDescriptor_set_supportsAutomaticPlacement_mEFAF3BBDC48427B01157B77F87ED6F31A7007E52_inline(__this, L_5, NULL); bool L_6; L_6 = Cinfo_get_supportsRemovalOfAutomatic_m6B38D10D964F9AF27AA996302392AFDE638C5490_inline((&___0_environmentProbeSubsystemCinfo), NULL); XREnvironmentProbeSubsystemDescriptor_set_supportsRemovalOfAutomatic_mAF9042500D67C183A50991C5BE60B9B7D1FC88D4_inline(__this, L_6, NULL); bool L_7; L_7 = Cinfo_get_supportsEnvironmentTexture_m4EB5F38A8DCC5B5A87488C6FDF6B449940CFDF8F_inline((&___0_environmentProbeSubsystemCinfo), NULL); XREnvironmentProbeSubsystemDescriptor_set_supportsEnvironmentTexture_m23B7A468AFC6959FB83913D7DDE2F85AF2D9EF5D_inline(__this, L_7, NULL); bool L_8; L_8 = Cinfo_get_supportsEnvironmentTextureHDR_mC2983721B1DB44DE85E87790F1EF8DF52DBFCDC2_inline((&___0_environmentProbeSubsystemCinfo), NULL); XREnvironmentProbeSubsystemDescriptor_set_supportsEnvironmentTextureHDR_m8DAD6E95E4BC1FCFC780273EE59D32B49299A23E_inline(__this, L_8, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_marshal_pinvoke(const Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA& unmarshaled, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_marshaled_pinvoke& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_marshal_pinvoke_back(const Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_marshaled_pinvoke& marshaled, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_marshal_pinvoke_cleanup(Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_marshal_com(const Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA& unmarshaled, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_marshaled_com& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_marshal_com_back(const Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_marshaled_com& marshaled, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_marshal_com_cleanup(Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m754235E255A6448A7B174A7AE14C4AAF683A187B (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C String_t* Cinfo_get_id_m754235E255A6448A7B174A7AE14C4AAF683A187B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Cinfo_get_id_m754235E255A6448A7B174A7AE14C4AAF683A187B_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_id_mB4C17857E8773AB94980CAB900D6D8DDFD1B85E0 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_id_mB4C17857E8773AB94980CAB900D6D8DDFD1B85E0_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_id_mB4C17857E8773AB94980CAB900D6D8DDFD1B85E0_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_mC008CFE5CA3B3CC0620592C0D6639BE15FBE4E79 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* Cinfo_get_providerType_mC008CFE5CA3B3CC0620592C0D6639BE15FBE4E79_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = Cinfo_get_providerType_mC008CFE5CA3B3CC0620592C0D6639BE15FBE4E79_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_providerType_m1B10384EB068618F6AC41438FCF2C9E589FCA082 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_providerType_m1B10384EB068618F6AC41438FCF2C9E589FCA082_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_providerType_m1B10384EB068618F6AC41438FCF2C9E589FCA082_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_m8A074CC7E23EB8391BEEF45CCDFDA09E01C0D6F9 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* Cinfo_get_subsystemTypeOverride_m8A074CC7E23EB8391BEEF45CCDFDA09E01C0D6F9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = Cinfo_get_subsystemTypeOverride_m8A074CC7E23EB8391BEEF45CCDFDA09E01C0D6F9_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_m70E47D8222B2CD023FB5AEC54570214B22F55699 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_subsystemTypeOverride_m70E47D8222B2CD023FB5AEC54570214B22F55699_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_subsystemTypeOverride_m70E47D8222B2CD023FB5AEC54570214B22F55699_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsManualPlacement_mC9739C9D7EC3F2BC2BEF23ECC77DBC157B300009 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsManualPlacementU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsManualPlacement_mC9739C9D7EC3F2BC2BEF23ECC77DBC157B300009_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsManualPlacement_mC9739C9D7EC3F2BC2BEF23ECC77DBC157B300009_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsManualPlacement_m914E3C41BB8CD85DBC2D2FD3B7799783EA0DC513 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsManualPlacementU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsManualPlacement_m914E3C41BB8CD85DBC2D2FD3B7799783EA0DC513_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsManualPlacement_m914E3C41BB8CD85DBC2D2FD3B7799783EA0DC513_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsRemovalOfManual_mDE776A915F498E51CBB4C7D2C114B9A599658A1A (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsRemovalOfManualU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsRemovalOfManual_mDE776A915F498E51CBB4C7D2C114B9A599658A1A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsRemovalOfManual_mDE776A915F498E51CBB4C7D2C114B9A599658A1A_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsRemovalOfManual_m6A15D29F192EA4A79EFD05C7E497BF44FD59A978 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsRemovalOfManualU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsRemovalOfManual_m6A15D29F192EA4A79EFD05C7E497BF44FD59A978_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsRemovalOfManual_m6A15D29F192EA4A79EFD05C7E497BF44FD59A978_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAutomaticPlacement_mCD18D7DFA9CAE02C4446481E13CC2763CA074E22 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAutomaticPlacementU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsAutomaticPlacement_mCD18D7DFA9CAE02C4446481E13CC2763CA074E22_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsAutomaticPlacement_mCD18D7DFA9CAE02C4446481E13CC2763CA074E22_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsAutomaticPlacement_m3D24F46039DC9A94EB291353F20293CBCAB16616 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAutomaticPlacementU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsAutomaticPlacement_m3D24F46039DC9A94EB291353F20293CBCAB16616_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsAutomaticPlacement_m3D24F46039DC9A94EB291353F20293CBCAB16616_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsRemovalOfAutomatic_m6B38D10D964F9AF27AA996302392AFDE638C5490 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsRemovalOfAutomaticU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsRemovalOfAutomatic_m6B38D10D964F9AF27AA996302392AFDE638C5490_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsRemovalOfAutomatic_m6B38D10D964F9AF27AA996302392AFDE638C5490_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsRemovalOfAutomatic_mA668F3F44B3C4C8636C478DCE7B89DBD810A86EC (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsRemovalOfAutomaticU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsRemovalOfAutomatic_mA668F3F44B3C4C8636C478DCE7B89DBD810A86EC_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsRemovalOfAutomatic_mA668F3F44B3C4C8636C478DCE7B89DBD810A86EC_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsEnvironmentTexture_m4EB5F38A8DCC5B5A87488C6FDF6B449940CFDF8F (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsEnvironmentTextureU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsEnvironmentTexture_m4EB5F38A8DCC5B5A87488C6FDF6B449940CFDF8F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsEnvironmentTexture_m4EB5F38A8DCC5B5A87488C6FDF6B449940CFDF8F_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsEnvironmentTexture_m6DB9F4CF9FCBA5E8F4C56F319699355794496861 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsEnvironmentTextureU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsEnvironmentTexture_m6DB9F4CF9FCBA5E8F4C56F319699355794496861_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsEnvironmentTexture_m6DB9F4CF9FCBA5E8F4C56F319699355794496861_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsEnvironmentTextureHDR_mC2983721B1DB44DE85E87790F1EF8DF52DBFCDC2 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsEnvironmentTextureHDR_mC2983721B1DB44DE85E87790F1EF8DF52DBFCDC2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsEnvironmentTextureHDR_mC2983721B1DB44DE85E87790F1EF8DF52DBFCDC2_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsEnvironmentTextureHDR_mEAD6C2FD4F5163E05235640B2FF5296F059BE01F (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsEnvironmentTextureHDR_mEAD6C2FD4F5163E05235640B2FF5296F059BE01F_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsEnvironmentTextureHDR_mEAD6C2FD4F5163E05235640B2FF5296F059BE01F_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_mF2190E5E28FBB1F4C96B277CDA068CC8EC1F897D (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA ___0_other, const RuntimeMethod* method) { bool V_0 = false; { String_t* L_0; L_0 = Cinfo_get_id_m754235E255A6448A7B174A7AE14C4AAF683A187B_inline(__this, NULL); String_t* L_1; L_1 = Cinfo_get_id_m754235E255A6448A7B174A7AE14C4AAF683A187B_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_00bf; } } { Type_t* L_2; L_2 = Cinfo_get_providerType_mC008CFE5CA3B3CC0620592C0D6639BE15FBE4E79_inline(__this, NULL); Type_t* L_3; L_3 = Cinfo_get_providerType_mC008CFE5CA3B3CC0620592C0D6639BE15FBE4E79_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_2) == ((RuntimeObject*)(Type_t*)L_3)))) { goto IL_00bf; } } { Type_t* L_4; L_4 = Cinfo_get_subsystemTypeOverride_m8A074CC7E23EB8391BEEF45CCDFDA09E01C0D6F9_inline(__this, NULL); Type_t* L_5; L_5 = Cinfo_get_subsystemTypeOverride_m8A074CC7E23EB8391BEEF45CCDFDA09E01C0D6F9_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_4) == ((RuntimeObject*)(Type_t*)L_5)))) { goto IL_00bf; } } { bool L_6; L_6 = Cinfo_get_supportsManualPlacement_mC9739C9D7EC3F2BC2BEF23ECC77DBC157B300009_inline(__this, NULL); V_0 = L_6; bool L_7; L_7 = Cinfo_get_supportsManualPlacement_mC9739C9D7EC3F2BC2BEF23ECC77DBC157B300009_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_8; L_8 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_7, NULL); if (!L_8) { goto IL_00bf; } } { bool L_9; L_9 = Cinfo_get_supportsRemovalOfManual_mDE776A915F498E51CBB4C7D2C114B9A599658A1A_inline(__this, NULL); V_0 = L_9; bool L_10; L_10 = Cinfo_get_supportsRemovalOfManual_mDE776A915F498E51CBB4C7D2C114B9A599658A1A_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_11; L_11 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_10, NULL); if (!L_11) { goto IL_00bf; } } { bool L_12; L_12 = Cinfo_get_supportsAutomaticPlacement_mCD18D7DFA9CAE02C4446481E13CC2763CA074E22_inline(__this, NULL); V_0 = L_12; bool L_13; L_13 = Cinfo_get_supportsAutomaticPlacement_mCD18D7DFA9CAE02C4446481E13CC2763CA074E22_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_14; L_14 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_13, NULL); if (!L_14) { goto IL_00bf; } } { bool L_15; L_15 = Cinfo_get_supportsRemovalOfAutomatic_m6B38D10D964F9AF27AA996302392AFDE638C5490_inline(__this, NULL); V_0 = L_15; bool L_16; L_16 = Cinfo_get_supportsRemovalOfAutomatic_m6B38D10D964F9AF27AA996302392AFDE638C5490_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_17; L_17 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_16, NULL); if (!L_17) { goto IL_00bf; } } { bool L_18; L_18 = Cinfo_get_supportsEnvironmentTexture_m4EB5F38A8DCC5B5A87488C6FDF6B449940CFDF8F_inline(__this, NULL); V_0 = L_18; bool L_19; L_19 = Cinfo_get_supportsEnvironmentTexture_m4EB5F38A8DCC5B5A87488C6FDF6B449940CFDF8F_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_20; L_20 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_19, NULL); if (!L_20) { goto IL_00bf; } } { bool L_21; L_21 = Cinfo_get_supportsEnvironmentTextureHDR_mC2983721B1DB44DE85E87790F1EF8DF52DBFCDC2_inline(__this, NULL); V_0 = L_21; bool L_22; L_22 = Cinfo_get_supportsEnvironmentTextureHDR_mC2983721B1DB44DE85E87790F1EF8DF52DBFCDC2_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_23; L_23 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_22, NULL); return L_23; } IL_00bf: { return (bool)0; } } IL2CPP_EXTERN_C bool Cinfo_Equals_mF2190E5E28FBB1F4C96B277CDA068CC8EC1F897D_AdjustorThunk (RuntimeObject* __this, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA ___0_other, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_Equals_mF2190E5E28FBB1F4C96B277CDA068CC8EC1F897D(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_m05B8660BFAE0D2C0C216A4332B9D92189FB8099F (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = Cinfo_Equals_mF2190E5E28FBB1F4C96B277CDA068CC8EC1F897D(__this, ((*(Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA*)UnBox(L_1, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool Cinfo_Equals_m05B8660BFAE0D2C0C216A4332B9D92189FB8099F_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_Equals_m05B8660BFAE0D2C0C216A4332B9D92189FB8099F(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_op_Equality_mA307E7FB42A9CB5548FFCBCEFA541B0FE1E5F9D9 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA ___0_lhs, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA ___1_rhs, const RuntimeMethod* method) { { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA L_0 = ___1_rhs; bool L_1; L_1 = Cinfo_Equals_mF2190E5E28FBB1F4C96B277CDA068CC8EC1F897D((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_op_Inequality_m01D090105B8467CA500A82BFE6C99447CDB768DF (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA ___0_lhs, Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA ___1_rhs, const RuntimeMethod* method) { { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA L_0 = ___0_lhs; Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA L_1 = ___1_rhs; bool L_2; L_2 = Cinfo_op_Equality_mA307E7FB42A9CB5548FFCBCEFA541B0FE1E5F9D9(L_0, L_1, NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cinfo_GetHashCode_mE4E31BD8B178412FBBBDBC2E5C6EBBC5F6BF3112 (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { bool V_0 = false; { String_t* L_0; L_0 = Cinfo_get_id_m754235E255A6448A7B174A7AE14C4AAF683A187B_inline(__this, NULL); int32_t L_1; L_1 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_0, NULL); Type_t* L_2; L_2 = Cinfo_get_providerType_mC008CFE5CA3B3CC0620592C0D6639BE15FBE4E79_inline(__this, NULL); int32_t L_3; L_3 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_2, NULL); Type_t* L_4; L_4 = Cinfo_get_subsystemTypeOverride_m8A074CC7E23EB8391BEEF45CCDFDA09E01C0D6F9_inline(__this, NULL); int32_t L_5; L_5 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_4, NULL); bool L_6; L_6 = Cinfo_get_supportsManualPlacement_mC9739C9D7EC3F2BC2BEF23ECC77DBC157B300009_inline(__this, NULL); V_0 = L_6; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); int32_t L_7; L_7 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_8; L_8 = Cinfo_get_supportsRemovalOfManual_mDE776A915F498E51CBB4C7D2C114B9A599658A1A_inline(__this, NULL); V_0 = L_8; int32_t L_9; L_9 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_10; L_10 = Cinfo_get_supportsAutomaticPlacement_mCD18D7DFA9CAE02C4446481E13CC2763CA074E22_inline(__this, NULL); V_0 = L_10; int32_t L_11; L_11 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_12; L_12 = Cinfo_get_supportsRemovalOfAutomatic_m6B38D10D964F9AF27AA996302392AFDE638C5490_inline(__this, NULL); V_0 = L_12; int32_t L_13; L_13 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_14; L_14 = Cinfo_get_supportsEnvironmentTexture_m4EB5F38A8DCC5B5A87488C6FDF6B449940CFDF8F_inline(__this, NULL); V_0 = L_14; int32_t L_15; L_15 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_16; L_16 = Cinfo_get_supportsEnvironmentTextureHDR_mC2983721B1DB44DE85E87790F1EF8DF52DBFCDC2_inline(__this, NULL); V_0 = L_16; int32_t L_17; L_17 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), ((int32_t)486187739))), L_1)), ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)), ((int32_t)486187739))), L_9)), ((int32_t)486187739))), L_11)), ((int32_t)486187739))), L_13)), ((int32_t)486187739))), L_15)), ((int32_t)486187739))), L_17)); } } IL2CPP_EXTERN_C int32_t Cinfo_GetHashCode_mE4E31BD8B178412FBBBDBC2E5C6EBBC5F6BF3112_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Cinfo_GetHashCode_mE4E31BD8B178412FBBBDBC2E5C6EBBC5F6BF3112(_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 IL2CPP_METHOD_ATTR XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB XRFace_get_defaultValue_m3C57FCE26ABDB16951CB5F35758D33DEFD545535 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB L_0 = ((XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_StaticFields*)il2cpp_codegen_static_fields_for(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var))->___s_Default; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRFace_get_trackableId_m9FC29FB643FFBAB989AB8179F57CDB52D14737B3 (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = __this->___m_TrackableId; return L_0; } } IL2CPP_EXTERN_C TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRFace_get_trackableId_m9FC29FB643FFBAB989AB8179F57CDB52D14737B3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 _returnValue; _returnValue = XRFace_get_trackableId_m9FC29FB643FFBAB989AB8179F57CDB52D14737B3_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRFace_get_pose_m1625DED173751F25873C4BB6650238A195CD04EE (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_Pose; return L_0; } } IL2CPP_EXTERN_C Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRFace_get_pose_m1625DED173751F25873C4BB6650238A195CD04EE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 _returnValue; _returnValue = XRFace_get_pose_m1625DED173751F25873C4BB6650238A195CD04EE_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRFace_get_trackingState_m7D5C3002DCB9FC01F7C1BE66D3F1092281E847FB (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_TrackingState; return L_0; } } IL2CPP_EXTERN_C int32_t XRFace_get_trackingState_m7D5C3002DCB9FC01F7C1BE66D3F1092281E847FB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRFace_get_trackingState_m7D5C3002DCB9FC01F7C1BE66D3F1092281E847FB_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t XRFace_get_nativePtr_mCE3681420B25EA0AE4B5FA1687310DF7D49C0899 (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_NativePtr; return L_0; } } IL2CPP_EXTERN_C intptr_t XRFace_get_nativePtr_mCE3681420B25EA0AE4B5FA1687310DF7D49C0899_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); intptr_t _returnValue; _returnValue = XRFace_get_nativePtr_mCE3681420B25EA0AE4B5FA1687310DF7D49C0899_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRFace_get_leftEyePose_m5406913BE94DA663C80EA8C555EEC1439C0ADAE3 (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_LeftEyePose; return L_0; } } IL2CPP_EXTERN_C Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRFace_get_leftEyePose_m5406913BE94DA663C80EA8C555EEC1439C0ADAE3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 _returnValue; _returnValue = XRFace_get_leftEyePose_m5406913BE94DA663C80EA8C555EEC1439C0ADAE3_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRFace_get_rightEyePose_m276AD0EBDCD8B62AAAAA2A33920E2FF1415E769D (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_RightEyePose; return L_0; } } IL2CPP_EXTERN_C Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRFace_get_rightEyePose_m276AD0EBDCD8B62AAAAA2A33920E2FF1415E769D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 _returnValue; _returnValue = XRFace_get_rightEyePose_m276AD0EBDCD8B62AAAAA2A33920E2FF1415E769D_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRFace_get_fixationPoint_m2628733EA6C1FEEAC047347DBA08A602B7C88429 (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_FixationPoint; return L_0; } } IL2CPP_EXTERN_C Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRFace_get_fixationPoint_m2628733EA6C1FEEAC047347DBA08A602B7C88429_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 _returnValue; _returnValue = XRFace_get_fixationPoint_m2628733EA6C1FEEAC047347DBA08A602B7C88429_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFace_Equals_m6E2D8C6F4F57BB604AA31EEEAEB06BB64EBFC299 (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; il2cpp_codegen_runtime_class_init_inline(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); bool L_2; L_2 = XRFace_Equals_mC82B627F3AA8A164D6AE1A999A5BCB55DD2E2C51(__this, ((*(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB*)UnBox(L_1, XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool XRFace_Equals_m6E2D8C6F4F57BB604AA31EEEAEB06BB64EBFC299_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRFace_Equals_m6E2D8C6F4F57BB604AA31EEEAEB06BB64EBFC299(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRFace_GetHashCode_mC17A1126F3ADDDB95C12C3E908353704DCCB14D0 (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 V_0; memset((&V_0), 0, sizeof(V_0)); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; intptr_t V_3; memset((&V_3), 0, sizeof(V_3)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_4; memset((&V_4), 0, sizeof(V_4)); { il2cpp_codegen_runtime_class_init_inline(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0; L_0 = XRFace_get_trackableId_m9FC29FB643FFBAB989AB8179F57CDB52D14737B3_inline(__this, NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TrackableId_GetHashCode_m6150BF091C3C17A84021CC18B443D5C297F89537((&V_0), NULL); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_2; L_2 = XRFace_get_pose_m1625DED173751F25873C4BB6650238A195CD04EE_inline(__this, NULL); V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Pose_GetHashCode_mDD6C48FABC18795F04F82D42DFCBC916C0C6CCDB((&V_1), NULL); int32_t L_4; L_4 = XRFace_get_trackingState_m7D5C3002DCB9FC01F7C1BE66D3F1092281E847FB_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((&V_2), NULL); intptr_t L_6; L_6 = XRFace_get_nativePtr_mCE3681420B25EA0AE4B5FA1687310DF7D49C0899_inline(__this, NULL); V_3 = L_6; int32_t L_7; L_7 = IntPtr_GetHashCode_m669B16AD7483C1C396E48F41D9CAC4B719E38F3D((&V_3), NULL); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_8; L_8 = XRFace_get_leftEyePose_m5406913BE94DA663C80EA8C555EEC1439C0ADAE3_inline(__this, NULL); V_1 = L_8; int32_t L_9; L_9 = Pose_GetHashCode_mDD6C48FABC18795F04F82D42DFCBC916C0C6CCDB((&V_1), NULL); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_10; L_10 = XRFace_get_rightEyePose_m276AD0EBDCD8B62AAAAA2A33920E2FF1415E769D_inline(__this, NULL); V_1 = L_10; int32_t L_11; L_11 = Pose_GetHashCode_mDD6C48FABC18795F04F82D42DFCBC916C0C6CCDB((&V_1), NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12; L_12 = XRFace_get_fixationPoint_m2628733EA6C1FEEAC047347DBA08A602B7C88429_inline(__this, NULL); V_4 = L_12; int32_t L_13; L_13 = Vector3_GetHashCode_mB08429DC931A85BD29CE11B9ABC77DE7E0E46327_inline((&V_4), NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)), ((int32_t)486187739))), L_9)), ((int32_t)486187739))), L_11)), ((int32_t)486187739))), L_13)); } } IL2CPP_EXTERN_C int32_t XRFace_GetHashCode_mC17A1126F3ADDDB95C12C3E908353704DCCB14D0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRFace_GetHashCode_mC17A1126F3ADDDB95C12C3E908353704DCCB14D0(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFace_op_Equality_m5464082D6B0C53CD94DCD5606EB9CC3DED0CB7BD (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB ___0_lhs, XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB ___1_rhs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB L_0 = ___1_rhs; il2cpp_codegen_runtime_class_init_inline(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); bool L_1; L_1 = XRFace_Equals_mC82B627F3AA8A164D6AE1A999A5BCB55DD2E2C51((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFace_op_Inequality_m8C052FECD0C719C494CF4BDF4DDA2DE76ACCDCCB (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB ___0_lhs, XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB ___1_rhs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB L_0 = ___1_rhs; il2cpp_codegen_runtime_class_init_inline(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); bool L_1; L_1 = XRFace_Equals_mC82B627F3AA8A164D6AE1A999A5BCB55DD2E2C51((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFace_Equals_mC82B627F3AA8A164D6AE1A999A5BCB55DD2E2C51 (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 V_0; memset((&V_0), 0, sizeof(V_0)); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_runtime_class_init_inline(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0; L_0 = XRFace_get_trackableId_m9FC29FB643FFBAB989AB8179F57CDB52D14737B3_inline(__this, NULL); V_0 = L_0; TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_1; L_1 = XRFace_get_trackableId_m9FC29FB643FFBAB989AB8179F57CDB52D14737B3_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); bool L_2; L_2 = TrackableId_Equals_m7263BB158392C4F1B57BEE16D4F1FBBCF01E4A6E((&V_0), L_1, NULL); if (!L_2) { goto IL_0095; } } { il2cpp_codegen_runtime_class_init_inline(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_3; L_3 = XRFace_get_pose_m1625DED173751F25873C4BB6650238A195CD04EE_inline(__this, NULL); V_1 = L_3; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_4; L_4 = XRFace_get_pose_m1625DED173751F25873C4BB6650238A195CD04EE_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); bool L_5; L_5 = Pose_Equals_m31979E7A46252DBB620F4A0EA3BDBA61782DA498((&V_1), L_4, NULL); if (!L_5) { goto IL_0095; } } { il2cpp_codegen_runtime_class_init_inline(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); int32_t L_6; L_6 = XRFace_get_trackingState_m7D5C3002DCB9FC01F7C1BE66D3F1092281E847FB_inline(__this, NULL); int32_t L_7; L_7 = XRFace_get_trackingState_m7D5C3002DCB9FC01F7C1BE66D3F1092281E847FB_inline((&___0_other), NULL); if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_0095; } } { il2cpp_codegen_runtime_class_init_inline(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); intptr_t L_8; L_8 = XRFace_get_nativePtr_mCE3681420B25EA0AE4B5FA1687310DF7D49C0899_inline(__this, NULL); intptr_t L_9; L_9 = XRFace_get_nativePtr_mCE3681420B25EA0AE4B5FA1687310DF7D49C0899_inline((&___0_other), NULL); bool L_10; L_10 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline(L_8, L_9, NULL); if (!L_10) { goto IL_0095; } } { il2cpp_codegen_runtime_class_init_inline(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_11; L_11 = XRFace_get_leftEyePose_m5406913BE94DA663C80EA8C555EEC1439C0ADAE3_inline(__this, NULL); V_1 = L_11; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_12; L_12 = XRFace_get_leftEyePose_m5406913BE94DA663C80EA8C555EEC1439C0ADAE3_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); bool L_13; L_13 = Pose_Equals_m31979E7A46252DBB620F4A0EA3BDBA61782DA498((&V_1), L_12, NULL); if (!L_13) { goto IL_0095; } } { il2cpp_codegen_runtime_class_init_inline(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_14; L_14 = XRFace_get_rightEyePose_m276AD0EBDCD8B62AAAAA2A33920E2FF1415E769D_inline(__this, NULL); V_1 = L_14; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_15; L_15 = XRFace_get_rightEyePose_m276AD0EBDCD8B62AAAAA2A33920E2FF1415E769D_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); bool L_16; L_16 = Pose_Equals_m31979E7A46252DBB620F4A0EA3BDBA61782DA498((&V_1), L_15, NULL); if (!L_16) { goto IL_0095; } } { il2cpp_codegen_runtime_class_init_inline(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17; L_17 = XRFace_get_fixationPoint_m2628733EA6C1FEEAC047347DBA08A602B7C88429_inline(__this, NULL); V_2 = L_17; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18; L_18 = XRFace_get_fixationPoint_m2628733EA6C1FEEAC047347DBA08A602B7C88429_inline((&___0_other), NULL); bool L_19; L_19 = Vector3_Equals_mEDEAF86793D229455BBF9BA5B30DDF438D6CABC1_inline((&V_2), L_18, NULL); return L_19; } IL_0095: { return (bool)0; } } IL2CPP_EXTERN_C bool XRFace_Equals_mC82B627F3AA8A164D6AE1A999A5BCB55DD2E2C51_AdjustorThunk (RuntimeObject* __this, XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB ___0_other, const RuntimeMethod* method) { XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRFace_Equals_mC82B627F3AA8A164D6AE1A999A5BCB55DD2E2C51(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFace__cctor_mB74D8288B8CDC23DC133DCB1D7D248CB5D6135BC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB)); il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0; L_0 = TrackableId_get_invalidId_mDAEC47FD9C1E08B9D5752DA8F185E7A783DBE494(NULL); (&V_0)->___m_TrackableId = L_0; il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_1; L_1 = Pose_get_identity_m145C7BA9D895CD7F8CCE2483B69764F7A9FEC66E(NULL); (&V_0)->___m_Pose = L_1; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_2; L_2 = Pose_get_identity_m145C7BA9D895CD7F8CCE2483B69764F7A9FEC66E(NULL); (&V_0)->___m_LeftEyePose = L_2; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_3; L_3 = Pose_get_identity_m145C7BA9D895CD7F8CCE2483B69764F7A9FEC66E(NULL); (&V_0)->___m_RightEyePose = L_3; XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB L_4 = V_0; ((XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_StaticFields*)il2cpp_codegen_static_fields_for(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var))->___s_Default = L_4; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFaceMesh_Resize_mD9373FB138642F70F4068345A64B49B64B1A3830 (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, int32_t ___0_vertexCount, int32_t ___1_triangleCount, int32_t ___2_attributes, int32_t ___3_allocator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRFaceMesh_Resize_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF0514BD1867C1350767759258A8399078406FE00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRFaceMesh_Resize_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m2BF71EECDB2B045457C18AC0E3B18C9248D46C45_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRFaceMesh_Resize_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF86541C1C09AE66E862FA1049F14C8CB0C2B9DC1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_vertexCount; int32_t L_1 = ___3_allocator; NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* L_2 = (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*)(&__this->___m_Vertices); XRFaceMesh_Resize_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF86541C1C09AE66E862FA1049F14C8CB0C2B9DC1(L_0, L_1, L_2, (bool)1, XRFaceMesh_Resize_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF86541C1C09AE66E862FA1049F14C8CB0C2B9DC1_RuntimeMethod_var); int32_t L_3 = ___0_vertexCount; int32_t L_4 = ___3_allocator; NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* L_5 = (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*)(&__this->___m_Normals); int32_t L_6 = ___2_attributes; XRFaceMesh_Resize_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF86541C1C09AE66E862FA1049F14C8CB0C2B9DC1(L_3, L_4, L_5, (bool)((!(((uint32_t)((int32_t)((int32_t)L_6&1))) <= ((uint32_t)0)))? 1 : 0), XRFaceMesh_Resize_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF86541C1C09AE66E862FA1049F14C8CB0C2B9DC1_RuntimeMethod_var); int32_t L_7 = ___0_vertexCount; int32_t L_8 = ___3_allocator; NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* L_9 = (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70*)(&__this->___m_UVs); int32_t L_10 = ___2_attributes; XRFaceMesh_Resize_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m2BF71EECDB2B045457C18AC0E3B18C9248D46C45(L_7, L_8, L_9, (bool)((!(((uint32_t)((int32_t)((int32_t)L_10&2))) <= ((uint32_t)0)))? 1 : 0), XRFaceMesh_Resize_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m2BF71EECDB2B045457C18AC0E3B18C9248D46C45_RuntimeMethod_var); int32_t L_11 = ___1_triangleCount; int32_t L_12 = ___3_allocator; NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_13 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_Indices); XRFaceMesh_Resize_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF0514BD1867C1350767759258A8399078406FE00(((int32_t)il2cpp_codegen_multiply(L_11, 3)), L_12, L_13, (bool)1, XRFaceMesh_Resize_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF0514BD1867C1350767759258A8399078406FE00_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void XRFaceMesh_Resize_mD9373FB138642F70F4068345A64B49B64B1A3830_AdjustorThunk (RuntimeObject* __this, int32_t ___0_vertexCount, int32_t ___1_triangleCount, int32_t ___2_attributes, int32_t ___3_allocator, const RuntimeMethod* method) { XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRFaceMesh_Resize_mD9373FB138642F70F4068345A64B49B64B1A3830(_thisAdjusted, ___0_vertexCount, ___1_triangleCount, ___2_attributes, ___3_allocator, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD XRFaceMesh_get_vertices_m8B133063FC373FD34B8ECBEE696B3462DC65277E (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) { { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD L_0 = __this->___m_Vertices; return L_0; } } IL2CPP_EXTERN_C NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD XRFaceMesh_get_vertices_m8B133063FC373FD34B8ECBEE696B3462DC65277E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD _returnValue; _returnValue = XRFaceMesh_get_vertices_m8B133063FC373FD34B8ECBEE696B3462DC65277E_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD XRFaceMesh_get_normals_m37A411662D1051785AFC6807E3BBEC0E2B3BB61B (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) { { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD L_0 = __this->___m_Normals; return L_0; } } IL2CPP_EXTERN_C NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD XRFaceMesh_get_normals_m37A411662D1051785AFC6807E3BBEC0E2B3BB61B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD _returnValue; _returnValue = XRFaceMesh_get_normals_m37A411662D1051785AFC6807E3BBEC0E2B3BB61B_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C XRFaceMesh_get_indices_m2658965B1B99DF1CF00154D791B580AE71CB136D (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) { { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_0 = __this->___m_Indices; return L_0; } } IL2CPP_EXTERN_C NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C XRFaceMesh_get_indices_m2658965B1B99DF1CF00154D791B580AE71CB136D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C _returnValue; _returnValue = XRFaceMesh_get_indices_m2658965B1B99DF1CF00154D791B580AE71CB136D_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70 XRFaceMesh_get_uvs_m71BF16345717D8B5D8F41C571A8D3152337E0A28 (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) { { NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70 L_0 = __this->___m_UVs; return L_0; } } IL2CPP_EXTERN_C NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70 XRFaceMesh_get_uvs_m71BF16345717D8B5D8F41C571A8D3152337E0A28_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70 _returnValue; _returnValue = XRFaceMesh_get_uvs_m71BF16345717D8B5D8F41C571A8D3152337E0A28_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFaceMesh_Dispose_m02478E536865BA52126039CCAE5B62E5DE58AECF (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m78ECC3FE24D545255D9CFABB81FC34CA6CC2A4A7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_mBC28A2733A6D979B9AFD3CE09FE8E9A2A8F7DEEC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_m478F812F31DEC928EC9D697C47C7E188CCA0010F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* L_0 = (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*)(&__this->___m_Vertices); bool L_1; L_1 = NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_inline(L_0, NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_RuntimeMethod_var); if (!L_1) { goto IL_0018; } } { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* L_2 = (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*)(&__this->___m_Vertices); NativeArray_1_Dispose_mBC28A2733A6D979B9AFD3CE09FE8E9A2A8F7DEEC(L_2, NativeArray_1_Dispose_mBC28A2733A6D979B9AFD3CE09FE8E9A2A8F7DEEC_RuntimeMethod_var); } IL_0018: { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* L_3 = (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*)(&__this->___m_Normals); bool L_4; L_4 = NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_inline(L_3, NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_RuntimeMethod_var); if (!L_4) { goto IL_0030; } } { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* L_5 = (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*)(&__this->___m_Normals); NativeArray_1_Dispose_mBC28A2733A6D979B9AFD3CE09FE8E9A2A8F7DEEC(L_5, NativeArray_1_Dispose_mBC28A2733A6D979B9AFD3CE09FE8E9A2A8F7DEEC_RuntimeMethod_var); } IL_0030: { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_6 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_Indices); bool L_7; L_7 = NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_inline(L_6, NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_RuntimeMethod_var); if (!L_7) { goto IL_0048; } } { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_8 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_Indices); NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E(L_8, NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var); } IL_0048: { NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* L_9 = (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70*)(&__this->___m_UVs); bool L_10; L_10 = NativeArray_1_get_IsCreated_m478F812F31DEC928EC9D697C47C7E188CCA0010F_inline(L_9, NativeArray_1_get_IsCreated_m478F812F31DEC928EC9D697C47C7E188CCA0010F_RuntimeMethod_var); if (!L_10) { goto IL_0060; } } { NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* L_11 = (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70*)(&__this->___m_UVs); NativeArray_1_Dispose_m78ECC3FE24D545255D9CFABB81FC34CA6CC2A4A7(L_11, NativeArray_1_Dispose_m78ECC3FE24D545255D9CFABB81FC34CA6CC2A4A7_RuntimeMethod_var); } IL_0060: { return; } } IL2CPP_EXTERN_C void XRFaceMesh_Dispose_m02478E536865BA52126039CCAE5B62E5DE58AECF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRFaceMesh_Dispose_m02478E536865BA52126039CCAE5B62E5DE58AECF(_thisAdjusted, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRFaceMesh_GetHashCode_mE6F88C5914358332601C00E22FE0A34A137EC982 (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_GetHashCode_m47AA8C86FD231465BB8BA7E93A7ABD6CD6F68226_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_GetHashCode_m7CA110B1B0BA314CA6BFC4C094803B8453ED6F7C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_GetHashCode_mDD77AC2A4885CB67F363A4AF189CCAB2F440A158_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* L_0 = (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*)(&__this->___m_Vertices); int32_t L_1; L_1 = NativeArray_1_GetHashCode_m7CA110B1B0BA314CA6BFC4C094803B8453ED6F7C(L_0, NativeArray_1_GetHashCode_m7CA110B1B0BA314CA6BFC4C094803B8453ED6F7C_RuntimeMethod_var); NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* L_2 = (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*)(&__this->___m_Normals); int32_t L_3; L_3 = NativeArray_1_GetHashCode_m7CA110B1B0BA314CA6BFC4C094803B8453ED6F7C(L_2, NativeArray_1_GetHashCode_m7CA110B1B0BA314CA6BFC4C094803B8453ED6F7C_RuntimeMethod_var); NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_4 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_Indices); int32_t L_5; L_5 = NativeArray_1_GetHashCode_m47AA8C86FD231465BB8BA7E93A7ABD6CD6F68226(L_4, NativeArray_1_GetHashCode_m47AA8C86FD231465BB8BA7E93A7ABD6CD6F68226_RuntimeMethod_var); NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* L_6 = (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70*)(&__this->___m_UVs); int32_t L_7; L_7 = NativeArray_1_GetHashCode_mDD77AC2A4885CB67F363A4AF189CCAB2F440A158(L_6, NativeArray_1_GetHashCode_mDD77AC2A4885CB67F363A4AF189CCAB2F440A158_RuntimeMethod_var); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)); } } IL2CPP_EXTERN_C int32_t XRFaceMesh_GetHashCode_mE6F88C5914358332601C00E22FE0A34A137EC982_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRFaceMesh_GetHashCode_mE6F88C5914358332601C00E22FE0A34A137EC982(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFaceMesh_Equals_mDE9CF3DB2761831C9E9A72B6C2C3EB1D6D155D6F (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = XRFaceMesh_Equals_m56870D4CC9E4BC2D1839D5DEFA77A062C29C97A4(__this, ((*(XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4*)UnBox(L_1, XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4_il2cpp_TypeInfo_var))), NULL); return L_2; } } IL2CPP_EXTERN_C bool XRFaceMesh_Equals_mDE9CF3DB2761831C9E9A72B6C2C3EB1D6D155D6F_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRFaceMesh_Equals_mDE9CF3DB2761831C9E9A72B6C2C3EB1D6D155D6F(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRFaceMesh_ToString_mEA1FF45022C6E287675E27526448295468B2884B (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0C265238CD8DCB2E075C4DB503EA5E606492B12); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0; NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* L_2 = (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*)(&__this->___m_Vertices); int32_t L_3; L_3 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_2)->___m_Length); int32_t L_4 = L_3; RuntimeObject* L_5 = Box(il2cpp_defaults.int32_class, &L_4); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_5); (L_1)->SetAt(static_cast(0), (RuntimeObject*)L_5); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_1; NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* L_7 = (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*)(&__this->___m_Normals); int32_t L_8; L_8 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_7)->___m_Length); int32_t L_9 = L_8; RuntimeObject* L_10 = Box(il2cpp_defaults.int32_class, &L_9); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_10); (L_6)->SetAt(static_cast(1), (RuntimeObject*)L_10); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_6; NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_12 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_Indices); int32_t L_13; L_13 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_12)->___m_Length); int32_t L_14 = L_13; RuntimeObject* L_15 = Box(il2cpp_defaults.int32_class, &L_14); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_15); (L_11)->SetAt(static_cast(2), (RuntimeObject*)L_15); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_11; NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* L_17 = (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70*)(&__this->___m_UVs); int32_t L_18; L_18 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_17)->___m_Length); int32_t L_19 = L_18; RuntimeObject* L_20 = Box(il2cpp_defaults.int32_class, &L_19); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_20); (L_16)->SetAt(static_cast(3), (RuntimeObject*)L_20); String_t* L_21; L_21 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteralB0C265238CD8DCB2E075C4DB503EA5E606492B12, L_16, NULL); return L_21; } } IL2CPP_EXTERN_C String_t* XRFaceMesh_ToString_mEA1FF45022C6E287675E27526448295468B2884B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XRFaceMesh_ToString_mEA1FF45022C6E287675E27526448295468B2884B(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFaceMesh_Equals_m56870D4CC9E4BC2D1839D5DEFA77A062C29C97A4 (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4 ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Equals_m4538FF723EEA019045EF63048106B13AFD2734E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Equals_mC3BDEE97A45A95E9356BCDB30A0735DA19A537C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Equals_mE1028FF4C6C46E300F2D726EFD44185EBDFF2631_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* L_0 = (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*)(&__this->___m_Vertices); XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4 L_1 = ___0_other; NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD L_2 = L_1.___m_Vertices; bool L_3; L_3 = NativeArray_1_Equals_mE1028FF4C6C46E300F2D726EFD44185EBDFF2631(L_0, L_2, NativeArray_1_Equals_mE1028FF4C6C46E300F2D726EFD44185EBDFF2631_RuntimeMethod_var); if (!L_3) { goto IL_004b; } } { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* L_4 = (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*)(&__this->___m_Normals); XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4 L_5 = ___0_other; NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD L_6 = L_5.___m_Normals; bool L_7; L_7 = NativeArray_1_Equals_mE1028FF4C6C46E300F2D726EFD44185EBDFF2631(L_4, L_6, NativeArray_1_Equals_mE1028FF4C6C46E300F2D726EFD44185EBDFF2631_RuntimeMethod_var); if (!L_7) { goto IL_004b; } } { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_8 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_Indices); XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4 L_9 = ___0_other; NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_10 = L_9.___m_Indices; bool L_11; L_11 = NativeArray_1_Equals_m4538FF723EEA019045EF63048106B13AFD2734E4(L_8, L_10, NativeArray_1_Equals_m4538FF723EEA019045EF63048106B13AFD2734E4_RuntimeMethod_var); if (!L_11) { goto IL_004b; } } { NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* L_12 = (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70*)(&__this->___m_UVs); XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4 L_13 = ___0_other; NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70 L_14 = L_13.___m_UVs; bool L_15; L_15 = NativeArray_1_Equals_mC3BDEE97A45A95E9356BCDB30A0735DA19A537C6(L_12, L_14, NativeArray_1_Equals_mC3BDEE97A45A95E9356BCDB30A0735DA19A537C6_RuntimeMethod_var); return L_15; } IL_004b: { return (bool)0; } } IL2CPP_EXTERN_C bool XRFaceMesh_Equals_m56870D4CC9E4BC2D1839D5DEFA77A062C29C97A4_AdjustorThunk (RuntimeObject* __this, XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4 ___0_other, const RuntimeMethod* method) { XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRFaceMesh_Equals_m56870D4CC9E4BC2D1839D5DEFA77A062C29C97A4(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFaceMesh_op_Equality_m6570A0752401DB202626ECD242755553E7E8D830 (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4 ___0_lhs, XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4 ___1_rhs, const RuntimeMethod* method) { { XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4 L_0 = ___1_rhs; bool L_1; L_1 = XRFaceMesh_Equals_m56870D4CC9E4BC2D1839D5DEFA77A062C29C97A4((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFaceMesh_op_Inequality_m00FCFC7717BCA976025B49B6CBFF7FD546DBE18A (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4 ___0_lhs, XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4 ___1_rhs, const RuntimeMethod* method) { { XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4 L_0 = ___1_rhs; bool L_1; L_1 = XRFaceMesh_Equals_m56870D4CC9E4BC2D1839D5DEFA77A062C29C97A4((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR void XRFaceSubsystem__ctor_m31F1B0D8DDB368C87E5691F6C114E926155ED9D5 (XRFaceSubsystem_t93DD9DDD21C06E5A591BB0094512BC8FD8A890D3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackingSubsystem_4__ctor_mD58B60C04C754002F57FF00FD44C95E742424072_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { TrackingSubsystem_4__ctor_mD58B60C04C754002F57FF00FD44C95E742424072(__this, TrackingSubsystem_4__ctor_mD58B60C04C754002F57FF00FD44C95E742424072_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRFaceSubsystem_get_requestedMaximumFaceCount_mC3A28A767AD50117492E460C3BC9D85A6F83FD2E (XRFaceSubsystem_t93DD9DDD21C06E5A591BB0094512BC8FD8A890D3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* L_0; L_0 = SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_inline(__this, SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_RuntimeMethod_var); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFaceSubsystem_set_requestedMaximumFaceCount_m0A4830582BC9F31DC033223A5BDA8621C3E4A191 (XRFaceSubsystem_t93DD9DDD21C06E5A591BB0094512BC8FD8A890D3* __this, int32_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_value; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0014; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26548CA46A8BBAF979FA375FE01C8EDF043E08D2)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRFaceSubsystem_set_requestedMaximumFaceCount_m0A4830582BC9F31DC033223A5BDA8621C3E4A191_RuntimeMethod_var))); } IL_0014: { Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* L_2; L_2 = SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_inline(__this, SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_RuntimeMethod_var); int32_t L_3 = ___0_value; NullCheck(L_2); VirtualActionInvoker1< int32_t >::Invoke(12, L_2, L_3); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRFaceSubsystem_get_currentMaximumFaceCount_m3404BDB08E8809A87E742DB785078C1E319009C3 (XRFaceSubsystem_t93DD9DDD21C06E5A591BB0094512BC8FD8A890D3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* L_0; L_0 = SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_inline(__this, SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_RuntimeMethod_var); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRFaceSubsystem_get_supportedFaceCount_mF679BF9CF3EAFC512E8381E433757848DA3C63D4 (XRFaceSubsystem_t93DD9DDD21C06E5A591BB0094512BC8FD8A890D3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* L_0; L_0 = SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_inline(__this, SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_RuntimeMethod_var); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(10, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackableChanges_1_t244050823CF4D8F3C9DFAE4AB0CEFA639C719119 XRFaceSubsystem_GetChanges_mE2721F6C40D20AC9D39428E6D9C5A359C9D841A2 (XRFaceSubsystem_t93DD9DDD21C06E5A591BB0094512BC8FD8A890D3* __this, int32_t ___0_allocator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* L_0; L_0 = SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_inline(__this, SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB L_1; L_1 = XRFace_get_defaultValue_m3C57FCE26ABDB16951CB5F35758D33DEFD545535_inline(NULL); int32_t L_2 = ___0_allocator; NullCheck(L_0); TrackableChanges_1_t244050823CF4D8F3C9DFAE4AB0CEFA639C719119 L_3; L_3 = VirtualFuncInvoker2< TrackableChanges_1_t244050823CF4D8F3C9DFAE4AB0CEFA639C719119, XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB, int32_t >::Invoke(9, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFaceSubsystem_GetFaceMesh_mC4137FDF495ED6737AC1B49DAD1BE6D9E6C514AB (XRFaceSubsystem_t93DD9DDD21C06E5A591BB0094512BC8FD8A890D3* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_faceId, int32_t ___1_allocator, XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* ___2_faceMesh, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE30658D0ADE6E62208BFA543EF45EB5C784EE9B9); s_Il2CppMethodInitialized = true; } ScopedProfiler_tA2CF63F6C047FB63643D2263A4AC86C6A363EC6F V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___1_allocator; if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_000f; } } { 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*)&_stringLiteral0040832A71810E092F962A5F9A66A6A1866CC7D1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRFaceSubsystem_GetFaceMesh_mC4137FDF495ED6737AC1B49DAD1BE6D9E6C514AB_RuntimeMethod_var))); } IL_000f: { int32_t L_2 = ___1_allocator; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001e; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1889AF12D766B3A68EB9EE79FE4ECA560C23A4F5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRFaceSubsystem_GetFaceMesh_mC4137FDF495ED6737AC1B49DAD1BE6D9E6C514AB_RuntimeMethod_var))); } IL_001e: { ScopedProfiler__ctor_m652B5689DE1A3C3EF7D12801DA27FA3B40E4412F((&V_0), _stringLiteralE30658D0ADE6E62208BFA543EF45EB5C784EE9B9, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_003a: { ScopedProfiler_Dispose_m7B646405B4E52CC4677329D3B860BE9C17A9DAC4((&V_0), NULL); return; } }); try { Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* L_4; L_4 = SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_inline(__this, SubsystemWithProvider_3_get_provider_m39D80D114A86564B0C1395567AC96DE2C8FFC987_RuntimeMethod_var); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_5 = ___0_faceId; int32_t L_6 = ___1_allocator; XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* L_7 = ___2_faceMesh; NullCheck(L_4); VirtualActionInvoker3< TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7, int32_t, XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* >::Invoke(8, L_4, L_5, L_6, L_7); goto IL_0048; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0048: { 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 IL2CPP_METHOD_ATTR void Provider_GetFaceMesh_m27AC65B0454F7C6464E634A6DC3BEC57C2530844 (Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_faceId, int32_t ___1_allocator, XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* ___2_faceMesh, const RuntimeMethod* method) { { XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* L_0 = ___2_faceMesh; XRFaceMesh_Dispose_m02478E536865BA52126039CCAE5B62E5DE58AECF(L_0, NULL); XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* L_1 = ___2_faceMesh; il2cpp_codegen_initobj(L_1, sizeof(XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4)); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Provider_get_supportedFaceCount_m1F62AB853CC71F49711F106C855467DBFF39DD68 (Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* __this, const RuntimeMethod* method) { { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Provider_get_requestedMaximumFaceCount_mE04DBAD7160414261334D9474D09AF8628A4BDBB (Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_RequestedMaximumFaceCount; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_set_requestedMaximumFaceCount_m333E04847D0544E2DAB8A60BC48A7E663E2169DE (Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___m_RequestedMaximumFaceCount = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Provider_get_currentMaximumFaceCount_m3BAF54FE1CD288F6D7D18BDA5A4966A9C74DE3AC (Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* __this, const RuntimeMethod* method) { { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider__ctor_m41CCFF923C16D17CC1297FE5FF752330D8CD1BBD (Provider_t7030F6D06C0B37E868033A148F7C8615413D5322* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemProvider_1__ctor_m085B089C7E370D909022C1E9C103FAFAA9ED61EE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { __this->___m_RequestedMaximumFaceCount = 1; SubsystemProvider_1__ctor_m085B089C7E370D909022C1E9C103FAFAA9ED61EE(__this, SubsystemProvider_1__ctor_m085B089C7E370D909022C1E9C103FAFAA9ED61EE_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 IL2CPP_EXTERN_C void FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_marshal_pinvoke(const FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5& unmarshaled, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_marshaled_pinvoke& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_marshal_pinvoke_back(const FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_marshaled_pinvoke& marshaled, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_marshal_pinvoke_cleanup(FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_marshal_com(const FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5& unmarshaled, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_marshaled_com& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_marshal_com_back(const FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_marshaled_com& marshaled, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_marshal_com_cleanup(FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FaceSubsystemParams_get_id_m31A6CBE37287374259BEF3B328FB00B1ED871D6A (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C String_t* FaceSubsystemParams_get_id_m31A6CBE37287374259BEF3B328FB00B1ED871D6A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = FaceSubsystemParams_get_id_m31A6CBE37287374259BEF3B328FB00B1ED871D6A_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_id_m963078C97310E91B43D52A4A682D6A4DC0D9A40A (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void FaceSubsystemParams_set_id_m963078C97310E91B43D52A4A682D6A4DC0D9A40A_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FaceSubsystemParams_set_id_m963078C97310E91B43D52A4A682D6A4DC0D9A40A_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* FaceSubsystemParams_get_providerType_mAC8A9B7FF24C751EF95C8B06D71746709FBAED0F (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* FaceSubsystemParams_get_providerType_mAC8A9B7FF24C751EF95C8B06D71746709FBAED0F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = FaceSubsystemParams_get_providerType_mAC8A9B7FF24C751EF95C8B06D71746709FBAED0F_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_providerType_m96D22AB9770398D6C371502A95F86A6F45E17C5D (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void FaceSubsystemParams_set_providerType_m96D22AB9770398D6C371502A95F86A6F45E17C5D_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FaceSubsystemParams_set_providerType_m96D22AB9770398D6C371502A95F86A6F45E17C5D_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* FaceSubsystemParams_get_subsystemTypeOverride_m15AFA4BED668BB995597E91557337E9B30994467 (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* FaceSubsystemParams_get_subsystemTypeOverride_m15AFA4BED668BB995597E91557337E9B30994467_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = FaceSubsystemParams_get_subsystemTypeOverride_m15AFA4BED668BB995597E91557337E9B30994467_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_subsystemTypeOverride_m113E1A7A0F27FE1A56FF92504E6BDC2FD287846E (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void FaceSubsystemParams_set_subsystemTypeOverride_m113E1A7A0F27FE1A56FF92504E6BDC2FD287846E_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FaceSubsystemParams_set_subsystemTypeOverride_m113E1A7A0F27FE1A56FF92504E6BDC2FD287846E_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_get_supportsFacePose_m68CEF716DBA9D0D75EDA10A87A64A5827C78CA59 (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Capabilities; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&1))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool FaceSubsystemParams_get_supportsFacePose_m68CEF716DBA9D0D75EDA10A87A64A5827C78CA59_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = FaceSubsystemParams_get_supportsFacePose_m68CEF716DBA9D0D75EDA10A87A64A5827C78CA59(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_supportsFacePose_mCBD1B88CB04F00F212C4B5B8A11821DDCC5C8353 (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_1|1)); return; } IL_0012: { int32_t L_2 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_2&((int32_t)-2))); return; } } IL2CPP_EXTERN_C void FaceSubsystemParams_set_supportsFacePose_mCBD1B88CB04F00F212C4B5B8A11821DDCC5C8353_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FaceSubsystemParams_set_supportsFacePose_mCBD1B88CB04F00F212C4B5B8A11821DDCC5C8353(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_get_supportsFaceMeshVerticesAndIndices_mB1D5078180B153FE76FCA509905D0A79D575689B (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Capabilities; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&2))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool FaceSubsystemParams_get_supportsFaceMeshVerticesAndIndices_mB1D5078180B153FE76FCA509905D0A79D575689B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = FaceSubsystemParams_get_supportsFaceMeshVerticesAndIndices_mB1D5078180B153FE76FCA509905D0A79D575689B(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_supportsFaceMeshVerticesAndIndices_m8783686211AB86E509EE6538E3CFC9A6CF82BF9D (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_1|2)); return; } IL_0012: { int32_t L_2 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_2&((int32_t)-3))); return; } } IL2CPP_EXTERN_C void FaceSubsystemParams_set_supportsFaceMeshVerticesAndIndices_m8783686211AB86E509EE6538E3CFC9A6CF82BF9D_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FaceSubsystemParams_set_supportsFaceMeshVerticesAndIndices_m8783686211AB86E509EE6538E3CFC9A6CF82BF9D(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_get_supportsFaceMeshUVs_m3734F66B4ADBD0A39FBCAEB927A4409023D6164A (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Capabilities; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&4))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool FaceSubsystemParams_get_supportsFaceMeshUVs_m3734F66B4ADBD0A39FBCAEB927A4409023D6164A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = FaceSubsystemParams_get_supportsFaceMeshUVs_m3734F66B4ADBD0A39FBCAEB927A4409023D6164A(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_supportsFaceMeshUVs_m151C1B6BE0BA832416557E90493F04DCF97E6809 (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_1|4)); return; } IL_0012: { int32_t L_2 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_2&((int32_t)-5))); return; } } IL2CPP_EXTERN_C void FaceSubsystemParams_set_supportsFaceMeshUVs_m151C1B6BE0BA832416557E90493F04DCF97E6809_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FaceSubsystemParams_set_supportsFaceMeshUVs_m151C1B6BE0BA832416557E90493F04DCF97E6809(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_get_supportsFaceMeshNormals_m194410916CDF0F71EBF2AD9C419155D68F9969B0 (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Capabilities; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&8))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool FaceSubsystemParams_get_supportsFaceMeshNormals_m194410916CDF0F71EBF2AD9C419155D68F9969B0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = FaceSubsystemParams_get_supportsFaceMeshNormals_m194410916CDF0F71EBF2AD9C419155D68F9969B0(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_supportsFaceMeshNormals_m0664A1AD48A3B41681B9680F7773D1849FA1450A (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_1|8)); return; } IL_0012: { int32_t L_2 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_2&((int32_t)-9))); return; } } IL2CPP_EXTERN_C void FaceSubsystemParams_set_supportsFaceMeshNormals_m0664A1AD48A3B41681B9680F7773D1849FA1450A_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FaceSubsystemParams_set_supportsFaceMeshNormals_m0664A1AD48A3B41681B9680F7773D1849FA1450A(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_get_supportsEyeTracking_mC254E7AD7AD126742CC7CFDFDB944CD2AC0C0FBD (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Capabilities; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool FaceSubsystemParams_get_supportsEyeTracking_mC254E7AD7AD126742CC7CFDFDB944CD2AC0C0FBD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = FaceSubsystemParams_get_supportsEyeTracking_mC254E7AD7AD126742CC7CFDFDB944CD2AC0C0FBD(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_supportsEyeTracking_mFEB7DACFE5B6DA3EB37AED2C3428A1CEE0E0DBDE (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_0013; } } { int32_t L_1 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_1|((int32_t)16))); return; } IL_0013: { int32_t L_2 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_2&((int32_t)16))); return; } } IL2CPP_EXTERN_C void FaceSubsystemParams_set_supportsEyeTracking_mFEB7DACFE5B6DA3EB37AED2C3428A1CEE0E0DBDE_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FaceSubsystemParams_set_supportsEyeTracking_mFEB7DACFE5B6DA3EB37AED2C3428A1CEE0E0DBDE(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_Equals_mD22C227C324E8205B6ACA8F6C625C62F58224D3A (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5 ___0_other, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Capabilities; FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5 L_1 = ___0_other; int32_t L_2 = L_1.___m_Capabilities; if ((!(((uint32_t)L_0) == ((uint32_t)L_2)))) { goto IL_003c; } } { String_t* L_3; L_3 = FaceSubsystemParams_get_id_m31A6CBE37287374259BEF3B328FB00B1ED871D6A_inline(__this, NULL); String_t* L_4; L_4 = FaceSubsystemParams_get_id_m31A6CBE37287374259BEF3B328FB00B1ED871D6A_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(String_t*)L_4)))) { goto IL_003c; } } { Type_t* L_5; L_5 = FaceSubsystemParams_get_providerType_mAC8A9B7FF24C751EF95C8B06D71746709FBAED0F_inline(__this, NULL); Type_t* L_6; L_6 = FaceSubsystemParams_get_providerType_mAC8A9B7FF24C751EF95C8B06D71746709FBAED0F_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_5) == ((RuntimeObject*)(Type_t*)L_6)))) { goto IL_003c; } } { Type_t* L_7; L_7 = FaceSubsystemParams_get_subsystemTypeOverride_m15AFA4BED668BB995597E91557337E9B30994467_inline(__this, NULL); Type_t* L_8; L_8 = FaceSubsystemParams_get_subsystemTypeOverride_m15AFA4BED668BB995597E91557337E9B30994467_inline((&___0_other), NULL); return (bool)((((RuntimeObject*)(Type_t*)L_7) == ((RuntimeObject*)(Type_t*)L_8))? 1 : 0); } IL_003c: { return (bool)0; } } IL2CPP_EXTERN_C bool FaceSubsystemParams_Equals_mD22C227C324E8205B6ACA8F6C625C62F58224D3A_AdjustorThunk (RuntimeObject* __this, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5 ___0_other, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = FaceSubsystemParams_Equals_mD22C227C324E8205B6ACA8F6C625C62F58224D3A(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_Equals_m4AA3EAA9779EDA380AD89EA9BA7E1865B0BE6017 (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = FaceSubsystemParams_Equals_mD22C227C324E8205B6ACA8F6C625C62F58224D3A(__this, ((*(FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5*)UnBox(L_1, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool FaceSubsystemParams_Equals_m4AA3EAA9779EDA380AD89EA9BA7E1865B0BE6017_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = FaceSubsystemParams_Equals_m4AA3EAA9779EDA380AD89EA9BA7E1865B0BE6017(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FaceSubsystemParams_GetHashCode_m4C9D85CB7B820FC7E57A5B214D85EDDBD6D5499D (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0; L_0 = FaceSubsystemParams_get_id_m31A6CBE37287374259BEF3B328FB00B1ED871D6A_inline(__this, NULL); int32_t L_1; L_1 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_0, NULL); V_0 = L_1; int32_t L_2 = V_0; Type_t* L_3; L_3 = FaceSubsystemParams_get_providerType_mAC8A9B7FF24C751EF95C8B06D71746709FBAED0F_inline(__this, NULL); int32_t L_4; L_4 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_3, NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_2)), L_4)); int32_t L_5 = V_0; Type_t* L_6; L_6 = FaceSubsystemParams_get_subsystemTypeOverride_m15AFA4BED668BB995597E91557337E9B30994467_inline(__this, NULL); int32_t L_7; L_7 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_6, NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_5)), L_7)); int32_t L_8 = V_0; int32_t L_9 = __this->___m_Capabilities; V_1 = L_9; int32_t L_10; L_10 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((&V_1), NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_8)), L_10)); int32_t L_11 = V_0; return L_11; } } IL2CPP_EXTERN_C int32_t FaceSubsystemParams_GetHashCode_m4C9D85CB7B820FC7E57A5B214D85EDDBD6D5499D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = FaceSubsystemParams_GetHashCode_m4C9D85CB7B820FC7E57A5B214D85EDDBD6D5499D(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_op_Equality_m13414161D1A8AA42F9363CFCA8AB45F5A1C6E0CE (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5 ___0_lhs, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5 ___1_rhs, const RuntimeMethod* method) { { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5 L_0 = ___1_rhs; bool L_1; L_1 = FaceSubsystemParams_Equals_mD22C227C324E8205B6ACA8F6C625C62F58224D3A((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FaceSubsystemParams_op_Inequality_m826226EB56D41F48F3A65AB7E15654497B33B6DA (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5 ___0_lhs, FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5 ___1_rhs, const RuntimeMethod* method) { { FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5 L_0 = ___1_rhs; bool L_1; L_1 = FaceSubsystemParams_Equals_mD22C227C324E8205B6ACA8F6C625C62F58224D3A((&___0_lhs), L_0, NULL); return L_1; } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR bool XRFaceSubsystemDescriptor_get_supportsFacePose_mC2C1FCA19B4B87A6A52DC4D56ED8F53668DA1C67 (XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFacePoseU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFaceSubsystemDescriptor_get_supportsFaceMeshVerticesAndIndices_mBC51769DDD38F8B2407F919BD7B7ED5A3E1D492A (XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFaceMeshVerticesAndIndicesU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFaceSubsystemDescriptor_get_supportsFaceMeshUVs_m8E05155346A7295AA7D53E143032198A42E1CE61 (XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFaceMeshUVsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFaceSubsystemDescriptor_get_supportsFaceMeshNormals_mD4E28B10A6F8C9041AF63A9233314610ED3E6A28 (XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFaceMeshNormalsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRFaceSubsystemDescriptor_get_supportsEyeTracking_mF482F5E345E3A9435DA290AC6DD1D28470602039 (XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsEyeTrackingU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFaceSubsystemDescriptor_Create_m0B282B6C4D3AD46F02C2D5AA2900949E4C5D272D (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5 ___0_descriptorParams, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD)); String_t* L_0; L_0 = FaceSubsystemParams_get_id_m31A6CBE37287374259BEF3B328FB00B1ED871D6A_inline((&___0_descriptorParams), NULL); Cinfo_set_id_mDA1C59B59BB5F9D03D221DA9869977543B70C441_inline((&V_0), L_0, NULL); Type_t* L_1; L_1 = FaceSubsystemParams_get_providerType_mAC8A9B7FF24C751EF95C8B06D71746709FBAED0F_inline((&___0_descriptorParams), NULL); Cinfo_set_providerType_mF768B68E006C63A92846B1847C5E856957A3E8D4_inline((&V_0), L_1, NULL); Type_t* L_2; L_2 = FaceSubsystemParams_get_subsystemTypeOverride_m15AFA4BED668BB995597E91557337E9B30994467_inline((&___0_descriptorParams), NULL); Cinfo_set_subsystemTypeOverride_mBF153FFAF78FFFF644E207F4968F54B2DF3173B3_inline((&V_0), L_2, NULL); bool L_3; L_3 = FaceSubsystemParams_get_supportsFacePose_m68CEF716DBA9D0D75EDA10A87A64A5827C78CA59((&___0_descriptorParams), NULL); Cinfo_set_supportsFacePose_mCA30034080191D1D801FD197DF5BC24A46525840((&V_0), L_3, NULL); bool L_4; L_4 = FaceSubsystemParams_get_supportsFaceMeshVerticesAndIndices_mB1D5078180B153FE76FCA509905D0A79D575689B((&___0_descriptorParams), NULL); Cinfo_set_supportsFaceMeshVerticesAndIndices_mE31A80911D69B2DE3A44421ABC3E336E5FDF8E69((&V_0), L_4, NULL); bool L_5; L_5 = FaceSubsystemParams_get_supportsFaceMeshUVs_m3734F66B4ADBD0A39FBCAEB927A4409023D6164A((&___0_descriptorParams), NULL); Cinfo_set_supportsFaceMeshUVs_m17E199E0DFE85ACB2310301D8999271F0E6E7B26((&V_0), L_5, NULL); bool L_6; L_6 = FaceSubsystemParams_get_supportsFaceMeshNormals_m194410916CDF0F71EBF2AD9C419155D68F9969B0((&___0_descriptorParams), NULL); Cinfo_set_supportsFaceMeshNormals_m5225870932323586C9B4982331CAFBF31EDBA375((&V_0), L_6, NULL); bool L_7; L_7 = FaceSubsystemParams_get_supportsEyeTracking_mC254E7AD7AD126742CC7CFDFDB944CD2AC0C0FBD((&___0_descriptorParams), NULL); Cinfo_set_supportsEyeTracking_m832252A4E42CAF0E4F09E513D0E4EF4B8C244EDB((&V_0), L_7, NULL); Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD L_8 = V_0; XRFaceSubsystemDescriptor_Register_m5D83DDFFAD9B6D85CBB3040A74397A955422A263(L_8, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFaceSubsystemDescriptor_Register_m5D83DDFFAD9B6D85CBB3040A74397A955422A263 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD ___0_cinfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD L_0 = ___0_cinfo; XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F* L_1 = (XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F*)il2cpp_codegen_object_new(XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F_il2cpp_TypeInfo_var); XRFaceSubsystemDescriptor__ctor_m94029E048D14CA999A91A4A1F3D54E0FBACCFC5E(L_1, L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_il2cpp_TypeInfo_var); SubsystemDescriptorStore_RegisterDescriptor_m6DEC96199F95ACCD68822060CEB79CA77AF44F12(L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRFaceSubsystemDescriptor__ctor_m94029E048D14CA999A91A4A1F3D54E0FBACCFC5E (XRFaceSubsystemDescriptor_t44596C9878EB76583452C5F5BF6FA78FA9EB171F* __this, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD ___0_descriptorParams, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemDescriptorWithProvider_2__ctor_m3752B37040113437B13ADAC77B753F61EF46CEC2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { SubsystemDescriptorWithProvider_2__ctor_m3752B37040113437B13ADAC77B753F61EF46CEC2(__this, SubsystemDescriptorWithProvider_2__ctor_m3752B37040113437B13ADAC77B753F61EF46CEC2_RuntimeMethod_var); String_t* L_0; L_0 = Cinfo_get_id_m6B466C0E4B485C2FF126316FC29F977B97033449_inline((&___0_descriptorParams), NULL); SubsystemDescriptorWithProvider_set_id_m4E93140B46C960FFB4723062C55D05D7B551A57B_inline(__this, L_0, NULL); Type_t* L_1; L_1 = Cinfo_get_providerType_m3331BFC42F4B62538219BBA47FC746DCBF2B7882_inline((&___0_descriptorParams), NULL); SubsystemDescriptorWithProvider_set_providerType_m27A630CAFBA225796667E17DE114673056339EA4_inline(__this, L_1, NULL); Type_t* L_2; L_2 = Cinfo_get_subsystemTypeOverride_m2D3B147BA45B0B390144D20BC689D0C2E3FB465F_inline((&___0_descriptorParams), NULL); SubsystemDescriptorWithProvider_set_subsystemTypeOverride_m34C15BBBE4EB41226EF1C0A0C8BB73A0955E0F3E_inline(__this, L_2, NULL); bool L_3; L_3 = Cinfo_get_supportsFacePose_m46D720216264CB80111043F8CE74BA7E9A7D4C20((&___0_descriptorParams), NULL); __this->___U3CsupportsFacePoseU3Ek__BackingField = L_3; bool L_4; L_4 = Cinfo_get_supportsFaceMeshVerticesAndIndices_m10542BB77B93DDFD6DC438F9A2268D607E13F181((&___0_descriptorParams), NULL); __this->___U3CsupportsFaceMeshVerticesAndIndicesU3Ek__BackingField = L_4; bool L_5; L_5 = Cinfo_get_supportsFaceMeshUVs_m35C5CA547BD0339560E3CD85917B8977F04338FB((&___0_descriptorParams), NULL); __this->___U3CsupportsFaceMeshUVsU3Ek__BackingField = L_5; bool L_6; L_6 = Cinfo_get_supportsFaceMeshNormals_m850FD43C670CB2B18914A50C108FF40AFC3B5A17((&___0_descriptorParams), NULL); __this->___U3CsupportsFaceMeshNormalsU3Ek__BackingField = L_6; bool L_7; L_7 = Cinfo_get_supportsEyeTracking_mB3045D0A6DC4B02E329457B24564B923D8703847((&___0_descriptorParams), NULL); __this->___U3CsupportsEyeTrackingU3Ek__BackingField = L_7; 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 Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_marshal_pinvoke(const Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD& unmarshaled, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_marshaled_pinvoke& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_marshal_pinvoke_back(const Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_marshaled_pinvoke& marshaled, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_marshal_pinvoke_cleanup(Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_marshal_com(const Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD& unmarshaled, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_marshaled_com& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_marshal_com_back(const Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_marshaled_com& marshaled, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_marshal_com_cleanup(Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m6B466C0E4B485C2FF126316FC29F977B97033449 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C String_t* Cinfo_get_id_m6B466C0E4B485C2FF126316FC29F977B97033449_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Cinfo_get_id_m6B466C0E4B485C2FF126316FC29F977B97033449_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_id_mDA1C59B59BB5F9D03D221DA9869977543B70C441 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_id_mDA1C59B59BB5F9D03D221DA9869977543B70C441_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_id_mDA1C59B59BB5F9D03D221DA9869977543B70C441_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_m3331BFC42F4B62538219BBA47FC746DCBF2B7882 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* Cinfo_get_providerType_m3331BFC42F4B62538219BBA47FC746DCBF2B7882_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = Cinfo_get_providerType_m3331BFC42F4B62538219BBA47FC746DCBF2B7882_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_providerType_mF768B68E006C63A92846B1847C5E856957A3E8D4 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_providerType_mF768B68E006C63A92846B1847C5E856957A3E8D4_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_providerType_mF768B68E006C63A92846B1847C5E856957A3E8D4_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_m2D3B147BA45B0B390144D20BC689D0C2E3FB465F (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* Cinfo_get_subsystemTypeOverride_m2D3B147BA45B0B390144D20BC689D0C2E3FB465F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = Cinfo_get_subsystemTypeOverride_m2D3B147BA45B0B390144D20BC689D0C2E3FB465F_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_mBF153FFAF78FFFF644E207F4968F54B2DF3173B3 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_subsystemTypeOverride_mBF153FFAF78FFFF644E207F4968F54B2DF3173B3_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_subsystemTypeOverride_mBF153FFAF78FFFF644E207F4968F54B2DF3173B3_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFacePose_m46D720216264CB80111043F8CE74BA7E9A7D4C20 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Capabilities; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&1))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool Cinfo_get_supportsFacePose_m46D720216264CB80111043F8CE74BA7E9A7D4C20_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsFacePose_m46D720216264CB80111043F8CE74BA7E9A7D4C20(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsFacePose_mCA30034080191D1D801FD197DF5BC24A46525840 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_1|1)); return; } IL_0012: { int32_t L_2 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_2&((int32_t)-2))); return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsFacePose_mCA30034080191D1D801FD197DF5BC24A46525840_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsFacePose_mCA30034080191D1D801FD197DF5BC24A46525840(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFaceMeshVerticesAndIndices_m10542BB77B93DDFD6DC438F9A2268D607E13F181 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Capabilities; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&2))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool Cinfo_get_supportsFaceMeshVerticesAndIndices_m10542BB77B93DDFD6DC438F9A2268D607E13F181_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsFaceMeshVerticesAndIndices_m10542BB77B93DDFD6DC438F9A2268D607E13F181(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsFaceMeshVerticesAndIndices_mE31A80911D69B2DE3A44421ABC3E336E5FDF8E69 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_1|2)); return; } IL_0012: { int32_t L_2 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_2&((int32_t)-3))); return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsFaceMeshVerticesAndIndices_mE31A80911D69B2DE3A44421ABC3E336E5FDF8E69_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsFaceMeshVerticesAndIndices_mE31A80911D69B2DE3A44421ABC3E336E5FDF8E69(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFaceMeshUVs_m35C5CA547BD0339560E3CD85917B8977F04338FB (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Capabilities; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&4))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool Cinfo_get_supportsFaceMeshUVs_m35C5CA547BD0339560E3CD85917B8977F04338FB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsFaceMeshUVs_m35C5CA547BD0339560E3CD85917B8977F04338FB(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsFaceMeshUVs_m17E199E0DFE85ACB2310301D8999271F0E6E7B26 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_1|4)); return; } IL_0012: { int32_t L_2 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_2&((int32_t)-5))); return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsFaceMeshUVs_m17E199E0DFE85ACB2310301D8999271F0E6E7B26_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsFaceMeshUVs_m17E199E0DFE85ACB2310301D8999271F0E6E7B26(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFaceMeshNormals_m850FD43C670CB2B18914A50C108FF40AFC3B5A17 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Capabilities; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&8))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool Cinfo_get_supportsFaceMeshNormals_m850FD43C670CB2B18914A50C108FF40AFC3B5A17_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsFaceMeshNormals_m850FD43C670CB2B18914A50C108FF40AFC3B5A17(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsFaceMeshNormals_m5225870932323586C9B4982331CAFBF31EDBA375 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_1|8)); return; } IL_0012: { int32_t L_2 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_2&((int32_t)-9))); return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsFaceMeshNormals_m5225870932323586C9B4982331CAFBF31EDBA375_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsFaceMeshNormals_m5225870932323586C9B4982331CAFBF31EDBA375(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsEyeTracking_mB3045D0A6DC4B02E329457B24564B923D8703847 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Capabilities; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool Cinfo_get_supportsEyeTracking_mB3045D0A6DC4B02E329457B24564B923D8703847_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsEyeTracking_mB3045D0A6DC4B02E329457B24564B923D8703847(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsEyeTracking_m832252A4E42CAF0E4F09E513D0E4EF4B8C244EDB (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_0013; } } { int32_t L_1 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_1|((int32_t)16))); return; } IL_0013: { int32_t L_2 = __this->___m_Capabilities; __this->___m_Capabilities = ((int32_t)((int32_t)L_2&((int32_t)16))); return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsEyeTracking_m832252A4E42CAF0E4F09E513D0E4EF4B8C244EDB_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsEyeTracking_m832252A4E42CAF0E4F09E513D0E4EF4B8C244EDB(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_m04E9CDD734F8D4697F905B2DBA19C807E2DF4FB7 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD ___0_other, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Capabilities; Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD L_1 = ___0_other; int32_t L_2 = L_1.___m_Capabilities; if ((!(((uint32_t)L_0) == ((uint32_t)L_2)))) { goto IL_003c; } } { String_t* L_3; L_3 = Cinfo_get_id_m6B466C0E4B485C2FF126316FC29F977B97033449_inline(__this, NULL); String_t* L_4; L_4 = Cinfo_get_id_m6B466C0E4B485C2FF126316FC29F977B97033449_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(String_t*)L_4)))) { goto IL_003c; } } { Type_t* L_5; L_5 = Cinfo_get_providerType_m3331BFC42F4B62538219BBA47FC746DCBF2B7882_inline(__this, NULL); Type_t* L_6; L_6 = Cinfo_get_providerType_m3331BFC42F4B62538219BBA47FC746DCBF2B7882_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_5) == ((RuntimeObject*)(Type_t*)L_6)))) { goto IL_003c; } } { Type_t* L_7; L_7 = Cinfo_get_subsystemTypeOverride_m2D3B147BA45B0B390144D20BC689D0C2E3FB465F_inline(__this, NULL); Type_t* L_8; L_8 = Cinfo_get_subsystemTypeOverride_m2D3B147BA45B0B390144D20BC689D0C2E3FB465F_inline((&___0_other), NULL); return (bool)((((RuntimeObject*)(Type_t*)L_7) == ((RuntimeObject*)(Type_t*)L_8))? 1 : 0); } IL_003c: { return (bool)0; } } IL2CPP_EXTERN_C bool Cinfo_Equals_m04E9CDD734F8D4697F905B2DBA19C807E2DF4FB7_AdjustorThunk (RuntimeObject* __this, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD ___0_other, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_Equals_m04E9CDD734F8D4697F905B2DBA19C807E2DF4FB7(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_mB0ECA6E5AF777AC96683D0E83ED6064690851ECD (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = Cinfo_Equals_m04E9CDD734F8D4697F905B2DBA19C807E2DF4FB7(__this, ((*(Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD*)UnBox(L_1, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool Cinfo_Equals_mB0ECA6E5AF777AC96683D0E83ED6064690851ECD_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_Equals_mB0ECA6E5AF777AC96683D0E83ED6064690851ECD(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cinfo_GetHashCode_m3785EB2503401865ECACC30865CE6D947FE7BA55 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0; L_0 = Cinfo_get_id_m6B466C0E4B485C2FF126316FC29F977B97033449_inline(__this, NULL); int32_t L_1; L_1 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_0, NULL); V_0 = L_1; int32_t L_2 = V_0; Type_t* L_3; L_3 = Cinfo_get_providerType_m3331BFC42F4B62538219BBA47FC746DCBF2B7882_inline(__this, NULL); int32_t L_4; L_4 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_3, NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_2)), L_4)); int32_t L_5 = V_0; Type_t* L_6; L_6 = Cinfo_get_subsystemTypeOverride_m2D3B147BA45B0B390144D20BC689D0C2E3FB465F_inline(__this, NULL); int32_t L_7; L_7 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_6, NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_5)), L_7)); int32_t L_8 = V_0; int32_t L_9 = __this->___m_Capabilities; V_1 = L_9; int32_t L_10; L_10 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((&V_1), NULL); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), L_8)), L_10)); int32_t L_11 = V_0; return L_11; } } IL2CPP_EXTERN_C int32_t Cinfo_GetHashCode_m3785EB2503401865ECACC30865CE6D947FE7BA55_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Cinfo_GetHashCode_m3785EB2503401865ECACC30865CE6D947FE7BA55(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_op_Equality_m5305C553F6824100345B333F4FD6BD43648C4D0A (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD ___0_lhs, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD ___1_rhs, const RuntimeMethod* method) { { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD L_0 = ___1_rhs; bool L_1; L_1 = Cinfo_Equals_m04E9CDD734F8D4697F905B2DBA19C807E2DF4FB7((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_op_Inequality_m929C9A0D4609B4A9101D284604815851FE02FEC9 (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD ___0_lhs, Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD ___1_rhs, const RuntimeMethod* method) { { Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD L_0 = ___1_rhs; bool L_1; L_1 = Cinfo_Equals_m04E9CDD734F8D4697F905B2DBA19C807E2DF4FB7((&___0_lhs), L_0, NULL); return L_1; } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR Guid_t GuidUtil_Compose_m58AA1AA0AF27A23B64937C72023C6F72D4C8DD40 (uint64_t ___0_low, uint64_t ___1_high, const RuntimeMethod* method) { { uint64_t L_0 = ___0_low; uint64_t L_1 = ___0_low; uint64_t L_2 = ___0_low; uint64_t L_3 = ___1_high; uint64_t L_4 = ___1_high; uint64_t L_5 = ___1_high; uint64_t L_6 = ___1_high; uint64_t L_7 = ___1_high; uint64_t L_8 = ___1_high; uint64_t L_9 = ___1_high; uint64_t L_10 = ___1_high; Guid_t L_11; memset((&L_11), 0, sizeof(L_11)); Guid__ctor_m124D0C0C7E661194DA48CA77B878BF15F6D83871((&L_11), ((int32_t)(uint32_t)((int64_t)((int64_t)L_0&((int64_t)(uint64_t)((uint32_t)(-1)))))), (uint16_t)((int32_t)(uint16_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_1&((int64_t)281470681743360LL)))>>((int32_t)32)))), (uint16_t)((int32_t)(uint16_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_2&((int64_t)-281474976710656LL)))>>((int32_t)48)))), (uint8_t)((int32_t)(uint8_t)((int64_t)((int64_t)L_3&((int64_t)((int32_t)255))))), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_4&((int64_t)((int32_t)65280))))>>8))), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_5&((int64_t)((int32_t)16711680))))>>((int32_t)16)))), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_6&((int64_t)(uint64_t)((uint32_t)((int32_t)-16777216)))))>>((int32_t)24)))), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_7&((int64_t)1095216660480LL)))>>((int32_t)32)))), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_8&((int64_t)280375465082880LL)))>>((int32_t)40)))), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_9&((int64_t)71776119061217280LL)))>>((int32_t)48)))), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_10&((int64_t)-72057594037927936LL)))>>((int32_t)56)))), NULL); return L_11; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_tFC99489AD3AE2D8EF5977165B652F7D083CB0D28 GuidUtil_Decompose_m71DD3DADA4E88DB6C02C2A143DF01870F08BA910 (Guid_t ___0_guid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mE85264CEA879577FC94A0E73EB7D21654731E229_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } GuidParts_tF25BA965149F1862D261FCC85A06264658015330 V_0; memset((&V_0), 0, sizeof(V_0)); { GuidParts_tF25BA965149F1862D261FCC85A06264658015330 L_0 = (*(GuidParts_tF25BA965149F1862D261FCC85A06264658015330*)((uintptr_t)(&___0_guid))); V_0 = L_0; GuidParts_tF25BA965149F1862D261FCC85A06264658015330 L_1 = V_0; uint64_t L_2 = L_1.___low; GuidParts_tF25BA965149F1862D261FCC85A06264658015330 L_3 = V_0; uint64_t L_4 = L_3.___high; ValueTuple_2_tFC99489AD3AE2D8EF5977165B652F7D083CB0D28 L_5; memset((&L_5), 0, sizeof(L_5)); ValueTuple_2__ctor_mE85264CEA879577FC94A0E73EB7D21654731E229((&L_5), L_2, L_4, ValueTuple_2__ctor_mE85264CEA879577FC94A0E73EB7D21654731E229_RuntimeMethod_var); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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 IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_m98169BF154323DEFC91DB146CDD3CE7550B6AD36 (int32_t ___0_hash1, int32_t ___1_hash2, const RuntimeMethod* method) { { int32_t L_0 = ___0_hash1; int32_t L_1 = ___1_hash2; return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_0, ((int32_t)486187739))), L_1)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5 (RuntimeObject* ___0_obj, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_obj; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { RuntimeObject* L_1 = ___0_obj; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_mF01D6438A25333A5530D4658D11A9F0BC988011A (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, const RuntimeMethod* method) { { int32_t L_0 = ___0_hash1; int32_t L_1 = ___1_hash2; int32_t L_2; L_2 = HashCodeUtil_Combine_m98169BF154323DEFC91DB146CDD3CE7550B6AD36(L_0, L_1, NULL); int32_t L_3 = ___2_hash3; int32_t L_4; L_4 = HashCodeUtil_Combine_m98169BF154323DEFC91DB146CDD3CE7550B6AD36(L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_m6E8EC4EC047F80C102AEE35681D328C78A3DCE55 (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, int32_t ___3_hash4, const RuntimeMethod* method) { { int32_t L_0 = ___0_hash1; int32_t L_1 = ___1_hash2; int32_t L_2 = ___2_hash3; int32_t L_3; L_3 = HashCodeUtil_Combine_mF01D6438A25333A5530D4658D11A9F0BC988011A(L_0, L_1, L_2, NULL); int32_t L_4 = ___3_hash4; int32_t L_5; L_5 = HashCodeUtil_Combine_m98169BF154323DEFC91DB146CDD3CE7550B6AD36(L_3, L_4, NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_m0CA248D97B33A8A3DD5AD8456D090619CCD63FFA (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, int32_t ___3_hash4, int32_t ___4_hash5, const RuntimeMethod* method) { { int32_t L_0 = ___0_hash1; int32_t L_1 = ___1_hash2; int32_t L_2 = ___2_hash3; int32_t L_3 = ___3_hash4; int32_t L_4; L_4 = HashCodeUtil_Combine_m6E8EC4EC047F80C102AEE35681D328C78A3DCE55(L_0, L_1, L_2, L_3, NULL); int32_t L_5 = ___4_hash5; int32_t L_6; L_6 = HashCodeUtil_Combine_m98169BF154323DEFC91DB146CDD3CE7550B6AD36(L_4, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_mAD5A58AE27677DC59EC7E9AE41FAF43AF414C506 (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, int32_t ___3_hash4, int32_t ___4_hash5, int32_t ___5_hash6, const RuntimeMethod* method) { { int32_t L_0 = ___0_hash1; int32_t L_1 = ___1_hash2; int32_t L_2 = ___2_hash3; int32_t L_3 = ___3_hash4; int32_t L_4 = ___4_hash5; int32_t L_5; L_5 = HashCodeUtil_Combine_m0CA248D97B33A8A3DD5AD8456D090619CCD63FFA(L_0, L_1, L_2, L_3, L_4, NULL); int32_t L_6 = ___5_hash6; int32_t L_7; L_7 = HashCodeUtil_Combine_m98169BF154323DEFC91DB146CDD3CE7550B6AD36(L_5, L_6, NULL); return L_7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_m3B3273BD5CFEFD2D09635E1B69281B0ECD9819FB (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, int32_t ___3_hash4, int32_t ___4_hash5, int32_t ___5_hash6, int32_t ___6_hash7, const RuntimeMethod* method) { { int32_t L_0 = ___0_hash1; int32_t L_1 = ___1_hash2; int32_t L_2 = ___2_hash3; int32_t L_3 = ___3_hash4; int32_t L_4 = ___4_hash5; int32_t L_5 = ___5_hash6; int32_t L_6; L_6 = HashCodeUtil_Combine_mAD5A58AE27677DC59EC7E9AE41FAF43AF414C506(L_0, L_1, L_2, L_3, L_4, L_5, NULL); int32_t L_7 = ___6_hash7; int32_t L_8; L_8 = HashCodeUtil_Combine_m98169BF154323DEFC91DB146CDD3CE7550B6AD36(L_6, L_7, NULL); return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_mCB03954826AD9D732D76C80D546E33DF5FC1C7A8 (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, int32_t ___3_hash4, int32_t ___4_hash5, int32_t ___5_hash6, int32_t ___6_hash7, int32_t ___7_hash8, const RuntimeMethod* method) { { int32_t L_0 = ___0_hash1; int32_t L_1 = ___1_hash2; int32_t L_2 = ___2_hash3; int32_t L_3 = ___3_hash4; int32_t L_4 = ___4_hash5; int32_t L_5 = ___5_hash6; int32_t L_6 = ___6_hash7; int32_t L_7; L_7 = HashCodeUtil_Combine_m3B3273BD5CFEFD2D09635E1B69281B0ECD9819FB(L_0, L_1, L_2, L_3, L_4, L_5, L_6, NULL); int32_t L_8 = ___7_hash8; int32_t L_9; L_9 = HashCodeUtil_Combine_m98169BF154323DEFC91DB146CDD3CE7550B6AD36(L_7, L_8, NULL); return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_mBA82260101D33A951BAD66953407B18C697104B7 (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, int32_t ___3_hash4, int32_t ___4_hash5, int32_t ___5_hash6, int32_t ___6_hash7, int32_t ___7_hash8, int32_t ___8_hash9, const RuntimeMethod* method) { { int32_t L_0 = ___0_hash1; int32_t L_1 = ___1_hash2; int32_t L_2 = ___2_hash3; int32_t L_3 = ___3_hash4; int32_t L_4 = ___4_hash5; int32_t L_5 = ___5_hash6; int32_t L_6 = ___6_hash7; int32_t L_7 = ___7_hash8; int32_t L_8; L_8 = HashCodeUtil_Combine_mCB03954826AD9D732D76C80D546E33DF5FC1C7A8(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, NULL); int32_t L_9 = ___8_hash9; int32_t L_10; L_10 = HashCodeUtil_Combine_m98169BF154323DEFC91DB146CDD3CE7550B6AD36(L_8, L_9, NULL); return L_10; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeUtil_Combine_m0646726224C8EB6504327A535A238220D1DF2454 (int32_t ___0_hash1, int32_t ___1_hash2, int32_t ___2_hash3, int32_t ___3_hash4, int32_t ___4_hash5, int32_t ___5_hash6, int32_t ___6_hash7, int32_t ___7_hash8, int32_t ___8_hash9, int32_t ___9_hash10, const RuntimeMethod* method) { { int32_t L_0 = ___0_hash1; int32_t L_1 = ___1_hash2; int32_t L_2 = ___2_hash3; int32_t L_3 = ___3_hash4; int32_t L_4 = ___4_hash5; int32_t L_5 = ___5_hash6; int32_t L_6 = ___6_hash7; int32_t L_7 = ___7_hash8; int32_t L_8 = ___8_hash9; int32_t L_9; L_9 = HashCodeUtil_Combine_mBA82260101D33A951BAD66953407B18C697104B7(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, NULL); int32_t L_10 = ___9_hash10; int32_t L_11; L_11 = HashCodeUtil_Combine_m98169BF154323DEFC91DB146CDD3CE7550B6AD36(L_9, L_10, NULL); return L_11; } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR void HelpURLAttribute__ctor_mA0360803CCDDE8CAD65704493A1CC93513AE5421 (HelpURLAttribute_t7FACF6E02F5DC5836DFCFC0C3E90746BE27EF685* __this, Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6ED7B42F6FD88089C6CE02E26767F89BB0BD3D50); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral938E9AB9465CD2541C9EA296A764FB5ADF8857C5); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_type; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(25, L_0); String_t* L_2; L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral6ED7B42F6FD88089C6CE02E26767F89BB0BD3D50, L_1, _stringLiteral938E9AB9465CD2541C9EA296A764FB5ADF8857C5, NULL); HelpURLAttribute__ctor_m4671D9179DCF032E9F769A70A1665B1B60B233A7(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HelpURLAttribute__ctor_mCB9A72AA2EE39BF4C3741AE604073A8F513449CC (HelpURLAttribute_t7FACF6E02F5DC5836DFCFC0C3E90746BE27EF685* __this, String_t* ___0_manualPage, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41252049E80981597E24B006D0D48EE23AD7111F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral938E9AB9465CD2541C9EA296A764FB5ADF8857C5); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_manualPage; String_t* L_1; L_1 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral41252049E80981597E24B006D0D48EE23AD7111F, L_0, _stringLiteral938E9AB9465CD2541C9EA296A764FB5ADF8857C5, NULL); HelpURLAttribute__ctor_m4671D9179DCF032E9F769A70A1665B1B60B233A7(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HelpURLAttribute__ctor_m606CCE0BA02B63B9841BCB4C2540676AF7C326D5 (HelpURLAttribute_t7FACF6E02F5DC5836DFCFC0C3E90746BE27EF685* __this, String_t* ___0_manualPage, String_t* ___1_anchor, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41252049E80981597E24B006D0D48EE23AD7111F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9D60EA4F35CDA2A47EE25550AF30B81AD552B44); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_manualPage; String_t* L_1 = ___1_anchor; String_t* L_2; L_2 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteral41252049E80981597E24B006D0D48EE23AD7111F, L_0, _stringLiteralB9D60EA4F35CDA2A47EE25550AF30B81AD552B44, L_1, NULL); HelpURLAttribute__ctor_m4671D9179DCF032E9F769A70A1665B1B60B233A7(__this, L_2, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRHumanBody_get_trackableId_m7CC5B8BB5179303ED1424ACDC46FBFA16C30B2FD (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = __this->___m_TrackableId; return L_0; } } IL2CPP_EXTERN_C TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRHumanBody_get_trackableId_m7CC5B8BB5179303ED1424ACDC46FBFA16C30B2FD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 _returnValue; _returnValue = XRHumanBody_get_trackableId_m7CC5B8BB5179303ED1424ACDC46FBFA16C30B2FD_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBody_set_trackableId_mCE04EA8307BC1B6670AE915575E5297103620E87 (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_value, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = ___0_value; __this->___m_TrackableId = L_0; return; } } IL2CPP_EXTERN_C void XRHumanBody_set_trackableId_mCE04EA8307BC1B6670AE915575E5297103620E87_AdjustorThunk (RuntimeObject* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_value, const RuntimeMethod* method) { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRHumanBody_set_trackableId_mCE04EA8307BC1B6670AE915575E5297103620E87_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRHumanBody_get_pose_mE154F73E48997BDB6828FE12D7116E93E4D4BBCF (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_Pose; return L_0; } } IL2CPP_EXTERN_C Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRHumanBody_get_pose_mE154F73E48997BDB6828FE12D7116E93E4D4BBCF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 _returnValue; _returnValue = XRHumanBody_get_pose_mE154F73E48997BDB6828FE12D7116E93E4D4BBCF_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBody_set_pose_m036F9C1AB8DA4836D85CF15256C0FF6C83E8B712 (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_value, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = ___0_value; __this->___m_Pose = L_0; return; } } IL2CPP_EXTERN_C void XRHumanBody_set_pose_m036F9C1AB8DA4836D85CF15256C0FF6C83E8B712_AdjustorThunk (RuntimeObject* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_value, const RuntimeMethod* method) { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRHumanBody_set_pose_m036F9C1AB8DA4836D85CF15256C0FF6C83E8B712_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XRHumanBody_get_estimatedHeightScaleFactor_m455E9FD1B289BA71C5FEE2A67D72EEE10727246B (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_EstimatedHeightScaleFactor; return L_0; } } IL2CPP_EXTERN_C float XRHumanBody_get_estimatedHeightScaleFactor_m455E9FD1B289BA71C5FEE2A67D72EEE10727246B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = XRHumanBody_get_estimatedHeightScaleFactor_m455E9FD1B289BA71C5FEE2A67D72EEE10727246B_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBody_set_estimatedHeightScaleFactor_m857381C931D5F597AE28A4BD96E8225DE2250693 (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, float ___0_value, const RuntimeMethod* method) { { float L_0 = ___0_value; __this->___m_EstimatedHeightScaleFactor = L_0; return; } } IL2CPP_EXTERN_C void XRHumanBody_set_estimatedHeightScaleFactor_m857381C931D5F597AE28A4BD96E8225DE2250693_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRHumanBody_set_estimatedHeightScaleFactor_m857381C931D5F597AE28A4BD96E8225DE2250693_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRHumanBody_get_trackingState_mE53C1B287B5BD8E021FCAC0E4550C0D551C0F79A (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_TrackingState; return L_0; } } IL2CPP_EXTERN_C int32_t XRHumanBody_get_trackingState_mE53C1B287B5BD8E021FCAC0E4550C0D551C0F79A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRHumanBody_get_trackingState_mE53C1B287B5BD8E021FCAC0E4550C0D551C0F79A_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBody_set_trackingState_m470B4AD877F377DB7B85F736D80EC5FB2AD39187 (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___m_TrackingState = L_0; return; } } IL2CPP_EXTERN_C void XRHumanBody_set_trackingState_m470B4AD877F377DB7B85F736D80EC5FB2AD39187_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRHumanBody_set_trackingState_m470B4AD877F377DB7B85F736D80EC5FB2AD39187_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t XRHumanBody_get_nativePtr_mBD7FABEADEC1EA20A472626430176AC6681C50E2 (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_NativePtr; return L_0; } } IL2CPP_EXTERN_C intptr_t XRHumanBody_get_nativePtr_mBD7FABEADEC1EA20A472626430176AC6681C50E2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); intptr_t _returnValue; _returnValue = XRHumanBody_get_nativePtr_mBD7FABEADEC1EA20A472626430176AC6681C50E2_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBody_set_nativePtr_m140ED78793BB10C9126C5539804291CE69F00381 (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, intptr_t ___0_value, const RuntimeMethod* method) { { intptr_t L_0 = ___0_value; __this->___m_NativePtr = L_0; return; } } IL2CPP_EXTERN_C void XRHumanBody_set_nativePtr_m140ED78793BB10C9126C5539804291CE69F00381_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_value, const RuntimeMethod* method) { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRHumanBody_set_nativePtr_m140ED78793BB10C9126C5539804291CE69F00381_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 XRHumanBody_get_defaultValue_mA19E33981C9E5F90F388C4660197FD156FB90037 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var); XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 L_0 = ((XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_StaticFields*)il2cpp_codegen_static_fields_for(XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var))->___s_Default; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBody_Equals_mED06668B3B016A173D38A33D8D4CC24691A90CF1 (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* L_0 = (TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7*)(&__this->___m_TrackableId); XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 L_1 = ___0_other; TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_2 = L_1.___m_TrackableId; il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); bool L_3; L_3 = TrackableId_Equals_m7263BB158392C4F1B57BEE16D4F1FBBCF01E4A6E(L_0, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C bool XRHumanBody_Equals_mED06668B3B016A173D38A33D8D4CC24691A90CF1_AdjustorThunk (RuntimeObject* __this, XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 ___0_other, const RuntimeMethod* method) { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRHumanBody_Equals_mED06668B3B016A173D38A33D8D4CC24691A90CF1(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBody_Equals_mC6FA42C2E907195A60B2CB8A6230462762C6B003 (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; il2cpp_codegen_runtime_class_init_inline(XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var); bool L_2; L_2 = XRHumanBody_Equals_mED06668B3B016A173D38A33D8D4CC24691A90CF1(__this, ((*(XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692*)UnBox(L_1, XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool XRHumanBody_Equals_mC6FA42C2E907195A60B2CB8A6230462762C6B003_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRHumanBody_Equals_mC6FA42C2E907195A60B2CB8A6230462762C6B003(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBody_op_Equality_mEC866169B1FEABD6F33A862D063F8C7D895017DF (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 ___0_lhs, XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 ___1_rhs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 L_0 = ___1_rhs; il2cpp_codegen_runtime_class_init_inline(XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var); bool L_1; L_1 = XRHumanBody_Equals_mED06668B3B016A173D38A33D8D4CC24691A90CF1((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBody_op_Inequality_mFCE9FB29ACAD78B15AE6E742DB7780490B4F0B64 (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 ___0_lhs, XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 ___1_rhs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 L_0 = ___1_rhs; il2cpp_codegen_runtime_class_init_inline(XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var); bool L_1; L_1 = XRHumanBody_Equals_mED06668B3B016A173D38A33D8D4CC24691A90CF1((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRHumanBody_GetHashCode_m44E8812541CCF52BB596A789A350C77CF32B8B06 (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* L_0 = (TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7*)(&__this->___m_TrackableId); il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TrackableId_GetHashCode_m6150BF091C3C17A84021CC18B443D5C297F89537(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C int32_t XRHumanBody_GetHashCode_m44E8812541CCF52BB596A789A350C77CF32B8B06_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRHumanBody_GetHashCode_m44E8812541CCF52BB596A789A350C77CF32B8B06(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBody__cctor_m1A4FC9E83BBA384D4CA8500953B02717C6952507 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692)); il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0; L_0 = TrackableId_get_invalidId_mDAEC47FD9C1E08B9D5752DA8F185E7A783DBE494(NULL); XRHumanBody_set_trackableId_mCE04EA8307BC1B6670AE915575E5297103620E87_inline((&V_0), L_0, NULL); il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_1; L_1 = Pose_get_identity_m145C7BA9D895CD7F8CCE2483B69764F7A9FEC66E(NULL); XRHumanBody_set_pose_m036F9C1AB8DA4836D85CF15256C0FF6C83E8B712_inline((&V_0), L_1, NULL); XRHumanBody_set_estimatedHeightScaleFactor_m857381C931D5F597AE28A4BD96E8225DE2250693_inline((&V_0), (1.0f), NULL); XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 L_2 = V_0; ((XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_StaticFields*)il2cpp_codegen_static_fields_for(XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var))->___s_Default = L_2; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRHumanBodyJoint_get_index_m3AD361AAD68A37A0EC5490A716FA0F0D5AC6D386 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Index; return L_0; } } IL2CPP_EXTERN_C int32_t XRHumanBodyJoint_get_index_m3AD361AAD68A37A0EC5490A716FA0F0D5AC6D386_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRHumanBodyJoint_get_index_m3AD361AAD68A37A0EC5490A716FA0F0D5AC6D386_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRHumanBodyJoint_get_parentIndex_m4DA1B768A618B7AE553D67CC82F6B2545B8F2FBA (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_ParentIndex; return L_0; } } IL2CPP_EXTERN_C int32_t XRHumanBodyJoint_get_parentIndex_m4DA1B768A618B7AE553D67CC82F6B2545B8F2FBA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRHumanBodyJoint_get_parentIndex_m4DA1B768A618B7AE553D67CC82F6B2545B8F2FBA_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRHumanBodyJoint_get_localScale_m9A7DDC16FAEB5CFF269393403A92C375CE8387B6 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_LocalScale; return L_0; } } IL2CPP_EXTERN_C Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRHumanBodyJoint_get_localScale_m9A7DDC16FAEB5CFF269393403A92C375CE8387B6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 _returnValue; _returnValue = XRHumanBodyJoint_get_localScale_m9A7DDC16FAEB5CFF269393403A92C375CE8387B6_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRHumanBodyJoint_get_localPose_m5330B565E89F7276A497ED8E94DAA288A352FDD2 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_LocalPose; return L_0; } } IL2CPP_EXTERN_C Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRHumanBodyJoint_get_localPose_m5330B565E89F7276A497ED8E94DAA288A352FDD2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 _returnValue; _returnValue = XRHumanBodyJoint_get_localPose_m5330B565E89F7276A497ED8E94DAA288A352FDD2_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRHumanBodyJoint_get_anchorScale_m01EC3D9B0020D0BFBCDF9ADD26149F6D9E6D87C0 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_AnchorScale; return L_0; } } IL2CPP_EXTERN_C Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRHumanBodyJoint_get_anchorScale_m01EC3D9B0020D0BFBCDF9ADD26149F6D9E6D87C0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 _returnValue; _returnValue = XRHumanBodyJoint_get_anchorScale_m01EC3D9B0020D0BFBCDF9ADD26149F6D9E6D87C0_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRHumanBodyJoint_get_anchorPose_mC409FE9C6F4CFD14C156977B59096FA4340EE61E (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_AnchorPose; return L_0; } } IL2CPP_EXTERN_C Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRHumanBodyJoint_get_anchorPose_mC409FE9C6F4CFD14C156977B59096FA4340EE61E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 _returnValue; _returnValue = XRHumanBodyJoint_get_anchorPose_mC409FE9C6F4CFD14C156977B59096FA4340EE61E_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyJoint_get_tracked_mC8DA59028CFA50982FD6E319736F0C93EA097899 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Tracked; return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRHumanBodyJoint_get_tracked_mC8DA59028CFA50982FD6E319736F0C93EA097899_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRHumanBodyJoint_get_tracked_mC8DA59028CFA50982FD6E319736F0C93EA097899(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodyJoint__ctor_mF74F3B39077D10EED35A34F3DBF7C217CA1D8753 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, int32_t ___0_index, int32_t ___1_parentIndex, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_localScale, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___3_localPose, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___4_anchorScale, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___5_anchorPose, bool ___6_tracked, const RuntimeMethod* method) { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* G_B2_0 = NULL; XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* G_B1_0 = NULL; int32_t G_B3_0 = 0; XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* G_B3_1 = NULL; { int32_t L_0 = ___0_index; __this->___m_Index = L_0; int32_t L_1 = ___1_parentIndex; __this->___m_ParentIndex = L_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___2_localScale; __this->___m_LocalScale = L_2; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_3 = ___3_localPose; __this->___m_LocalPose = L_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___4_anchorScale; __this->___m_AnchorScale = L_4; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_5 = ___5_anchorPose; __this->___m_AnchorPose = L_5; bool L_6 = ___6_tracked; if (L_6) { G_B2_0 = __this; goto IL_0035; } G_B1_0 = __this; } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0036; } IL_0035: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0036: { G_B3_1->___m_Tracked = G_B3_0; return; } } IL2CPP_EXTERN_C void XRHumanBodyJoint__ctor_mF74F3B39077D10EED35A34F3DBF7C217CA1D8753_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, int32_t ___1_parentIndex, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_localScale, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___3_localPose, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___4_anchorScale, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___5_anchorPose, bool ___6_tracked, const RuntimeMethod* method) { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRHumanBodyJoint__ctor_mF74F3B39077D10EED35A34F3DBF7C217CA1D8753(_thisAdjusted, ___0_index, ___1_parentIndex, ___2_localScale, ___3_localPose, ___4_anchorScale, ___5_anchorPose, ___6_tracked, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyJoint_Equals_m7DFBAA24024C04E8A38A962862BA744F9A515AE5 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t* L_0 = (int32_t*)(&__this->___m_Index); XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 L_1 = ___0_other; int32_t L_2 = L_1.___m_Index; bool L_3; L_3 = Int32_Equals_mC819D19A661B95BE253FB1769FD4D91961D20722(L_0, L_2, NULL); if (!L_3) { goto IL_0084; } } { int32_t* L_4 = (int32_t*)(&__this->___m_ParentIndex); XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 L_5 = ___0_other; int32_t L_6 = L_5.___m_ParentIndex; bool L_7; L_7 = Int32_Equals_mC819D19A661B95BE253FB1769FD4D91961D20722(L_4, L_6, NULL); if (!L_7) { goto IL_0084; } } { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_8 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___m_LocalScale); XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 L_9 = ___0_other; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = L_9.___m_LocalScale; bool L_11; L_11 = Vector3_Equals_mEDEAF86793D229455BBF9BA5B30DDF438D6CABC1_inline(L_8, L_10, NULL); if (!L_11) { goto IL_0084; } } { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971* L_12 = (Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971*)(&__this->___m_LocalPose); XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 L_13 = ___0_other; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_14 = L_13.___m_LocalPose; il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); bool L_15; L_15 = Pose_Equals_m31979E7A46252DBB620F4A0EA3BDBA61782DA498(L_12, L_14, NULL); if (!L_15) { goto IL_0084; } } { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_16 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___m_AnchorScale); XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 L_17 = ___0_other; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18 = L_17.___m_AnchorScale; bool L_19; L_19 = Vector3_Equals_mEDEAF86793D229455BBF9BA5B30DDF438D6CABC1_inline(L_16, L_18, NULL); if (!L_19) { goto IL_0084; } } { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971* L_20 = (Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971*)(&__this->___m_AnchorPose); XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 L_21 = ___0_other; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_22 = L_21.___m_AnchorPose; il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); bool L_23; L_23 = Pose_Equals_m31979E7A46252DBB620F4A0EA3BDBA61782DA498(L_20, L_22, NULL); if (!L_23) { goto IL_0084; } } { int32_t* L_24 = (int32_t*)(&__this->___m_Tracked); XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 L_25 = ___0_other; int32_t L_26 = L_25.___m_Tracked; bool L_27; L_27 = Int32_Equals_mC819D19A661B95BE253FB1769FD4D91961D20722(L_24, L_26, NULL); return L_27; } IL_0084: { return (bool)0; } } IL2CPP_EXTERN_C bool XRHumanBodyJoint_Equals_m7DFBAA24024C04E8A38A962862BA744F9A515AE5_AdjustorThunk (RuntimeObject* __this, XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 ___0_other, const RuntimeMethod* method) { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRHumanBodyJoint_Equals_m7DFBAA24024C04E8A38A962862BA744F9A515AE5(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyJoint_Equals_m59EDC2A704F17057288266550340CCB7FE041680 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = XRHumanBodyJoint_Equals_m7DFBAA24024C04E8A38A962862BA744F9A515AE5(__this, ((*(XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826*)UnBox(L_1, XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool XRHumanBodyJoint_Equals_m59EDC2A704F17057288266550340CCB7FE041680_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRHumanBodyJoint_Equals_m59EDC2A704F17057288266550340CCB7FE041680(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyJoint_op_Equality_m0FD5727DC1875198D103673CDDDB6DE07024178B (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 ___0_lhs, XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 ___1_rhs, const RuntimeMethod* method) { { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 L_0 = ___1_rhs; bool L_1; L_1 = XRHumanBodyJoint_Equals_m7DFBAA24024C04E8A38A962862BA744F9A515AE5((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyJoint_op_Inequality_mCE4D62DAF1C3EC1B4C76EEB0A9603FB7C9988E17 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 ___0_lhs, XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 ___1_rhs, const RuntimeMethod* method) { { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826 L_0 = ___1_rhs; bool L_1; L_1 = XRHumanBodyJoint_Equals_m7DFBAA24024C04E8A38A962862BA744F9A515AE5((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRHumanBodyJoint_GetHashCode_mC37463DF2B57FF4BA22AD008F91AF061E30575EF (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t* L_0 = (int32_t*)(&__this->___m_Index); int32_t L_1; L_1 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295(L_0, NULL); int32_t* L_2 = (int32_t*)(&__this->___m_ParentIndex); int32_t L_3; L_3 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295(L_2, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_4 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___m_LocalScale); int32_t L_5; L_5 = Vector3_GetHashCode_mB08429DC931A85BD29CE11B9ABC77DE7E0E46327_inline(L_4, NULL); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971* L_6 = (Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971*)(&__this->___m_LocalPose); il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Pose_GetHashCode_mDD6C48FABC18795F04F82D42DFCBC916C0C6CCDB(L_6, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_8 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___m_AnchorScale); int32_t L_9; L_9 = Vector3_GetHashCode_mB08429DC931A85BD29CE11B9ABC77DE7E0E46327_inline(L_8, NULL); Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971* L_10 = (Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971*)(&__this->___m_AnchorPose); int32_t L_11; L_11 = Pose_GetHashCode_mDD6C48FABC18795F04F82D42DFCBC916C0C6CCDB(L_10, NULL); int32_t* L_12 = (int32_t*)(&__this->___m_Tracked); int32_t L_13; L_13 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295(L_12, NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), ((int32_t)486187739))), L_1)), ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)), ((int32_t)486187739))), L_9)), ((int32_t)486187739))), L_11)), ((int32_t)486187739))), L_13)); } } IL2CPP_EXTERN_C int32_t XRHumanBodyJoint_GetHashCode_mC37463DF2B57FF4BA22AD008F91AF061E30575EF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRHumanBodyJoint_GetHashCode_mC37463DF2B57FF4BA22AD008F91AF061E30575EF(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRHumanBodyJoint_ToString_mE909C8943965A053938EFE3B7DC365673632F899 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0A7EDEBF99915540EBE211C25A14FEFF82DDAA7); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = XRHumanBodyJoint_ToString_m814AEF251F6D72B22EE7DE358A422C638FF6D089(__this, _stringLiteralC0A7EDEBF99915540EBE211C25A14FEFF82DDAA7, NULL); return L_0; } } IL2CPP_EXTERN_C String_t* XRHumanBodyJoint_ToString_mE909C8943965A053938EFE3B7DC365673632F899_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XRHumanBodyJoint_ToString_mE909C8943965A053938EFE3B7DC365673632F899(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRHumanBodyJoint_ToString_m814AEF251F6D72B22EE7DE358A422C638FF6D089 (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, String_t* ___0_format, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F30A45443B0F35B99358BDC46A8811E3BE5B054); s_Il2CppMethodInitialized = true; } bool V_0 = false; { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)7); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0; int32_t L_2 = __this->___m_Index; int32_t L_3 = L_2; RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (RuntimeObject*)L_4); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_1; int32_t L_6 = __this->___m_ParentIndex; int32_t L_7 = L_6; RuntimeObject* L_8 = Box(il2cpp_defaults.int32_class, &L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (RuntimeObject*)L_8); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_5; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_10 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___m_LocalScale); String_t* L_11 = ___0_format; String_t* L_12; L_12 = Vector3_ToString_m3185BD544ED9BA81E88936544EC298C19207BDF1_inline(L_10, L_11, NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(2), (RuntimeObject*)L_12); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_9; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971* L_14 = (Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971*)(&__this->___m_LocalPose); String_t* L_15 = ___0_format; il2cpp_codegen_runtime_class_init_inline(Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_il2cpp_TypeInfo_var); String_t* L_16; L_16 = Pose_ToString_m8C3203B81EB15980F16E07C63B6FBBEECE50A6EF(L_14, L_15, NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(3), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_13; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_18 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___m_AnchorScale); String_t* L_19 = ___0_format; String_t* L_20; L_20 = Vector3_ToString_m3185BD544ED9BA81E88936544EC298C19207BDF1_inline(L_18, L_19, NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(4), (RuntimeObject*)L_20); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = L_17; Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971* L_22 = (Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971*)(&__this->___m_AnchorPose); String_t* L_23 = ___0_format; String_t* L_24; L_24 = Pose_ToString_m8C3203B81EB15980F16E07C63B6FBBEECE50A6EF(L_22, L_23, NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAt(static_cast(5), (RuntimeObject*)L_24); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = L_21; bool L_26; L_26 = XRHumanBodyJoint_get_tracked_mC8DA59028CFA50982FD6E319736F0C93EA097899(__this, NULL); V_0 = L_26; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); String_t* L_27; L_27 = Boolean_ToString_m6646C8026B1DF381A1EE8CD13549175E9703CC63((&V_0), NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_27); (L_25)->SetAt(static_cast(6), (RuntimeObject*)L_27); String_t* L_28; L_28 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteral4F30A45443B0F35B99358BDC46A8811E3BE5B054, L_25, NULL); return L_28; } } IL2CPP_EXTERN_C String_t* XRHumanBodyJoint_ToString_m814AEF251F6D72B22EE7DE358A422C638FF6D089_AdjustorThunk (RuntimeObject* __this, String_t* ___0_format, const RuntimeMethod* method) { XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XRHumanBodyJoint_ToString_m814AEF251F6D72B22EE7DE358A422C638FF6D089(_thisAdjusted, ___0_format, 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 IL2CPP_METHOD_ATTR int32_t XRHumanBodyPose2DJoint_get_index_m63E7D2C639973B20B8721BD412441AB87F32C626 (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Index; return L_0; } } IL2CPP_EXTERN_C int32_t XRHumanBodyPose2DJoint_get_index_m63E7D2C639973B20B8721BD412441AB87F32C626_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRHumanBodyPose2DJoint_get_index_m63E7D2C639973B20B8721BD412441AB87F32C626_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRHumanBodyPose2DJoint_get_parentIndex_m74403971AC59748A0FC11187E701F8EF835A97F5 (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_ParentIndex; return L_0; } } IL2CPP_EXTERN_C int32_t XRHumanBodyPose2DJoint_get_parentIndex_m74403971AC59748A0FC11187E701F8EF835A97F5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRHumanBodyPose2DJoint_get_parentIndex_m74403971AC59748A0FC11187E701F8EF835A97F5_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 XRHumanBodyPose2DJoint_get_position_m4A5CE8370D7E1DEB0B2CC27487182A0776AAC8E8 (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) { { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___m_Position; return L_0; } } IL2CPP_EXTERN_C Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 XRHumanBodyPose2DJoint_get_position_m4A5CE8370D7E1DEB0B2CC27487182A0776AAC8E8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 _returnValue; _returnValue = XRHumanBodyPose2DJoint_get_position_m4A5CE8370D7E1DEB0B2CC27487182A0776AAC8E8_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyPose2DJoint_get_tracked_mCC6E1D56159DA4501534E47AB27D4EA05AA3FCF8 (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Tracked; return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XRHumanBodyPose2DJoint_get_tracked_mCC6E1D56159DA4501534E47AB27D4EA05AA3FCF8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRHumanBodyPose2DJoint_get_tracked_mCC6E1D56159DA4501534E47AB27D4EA05AA3FCF8(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodyPose2DJoint__ctor_m2BE9BC97DB9FA4C84623810D624196524B9F488A (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, int32_t ___0_index, int32_t ___1_parentIndex, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_position, bool ___3_tracked, const RuntimeMethod* method) { XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* G_B2_0 = NULL; XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* G_B1_0 = NULL; int32_t G_B3_0 = 0; XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* G_B3_1 = NULL; { int32_t L_0 = ___0_index; __this->___m_Index = L_0; int32_t L_1 = ___1_parentIndex; __this->___m_ParentIndex = L_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___2_position; __this->___m_Position = L_2; bool L_3 = ___3_tracked; if (L_3) { G_B2_0 = __this; goto IL_001d; } G_B1_0 = __this; } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_001e; } IL_001d: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_001e: { G_B3_1->___m_Tracked = G_B3_0; return; } } IL2CPP_EXTERN_C void XRHumanBodyPose2DJoint__ctor_m2BE9BC97DB9FA4C84623810D624196524B9F488A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, int32_t ___1_parentIndex, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_position, bool ___3_tracked, const RuntimeMethod* method) { XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRHumanBodyPose2DJoint__ctor_m2BE9BC97DB9FA4C84623810D624196524B9F488A(_thisAdjusted, ___0_index, ___1_parentIndex, ___2_position, ___3_tracked, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyPose2DJoint_Equals_m7023E676891F764891104A57CD41D77BE31360F4 (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 ___0_other, const RuntimeMethod* method) { { int32_t* L_0 = (int32_t*)(&__this->___m_Index); XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 L_1 = ___0_other; int32_t L_2 = L_1.___m_Index; bool L_3; L_3 = Int32_Equals_mC819D19A661B95BE253FB1769FD4D91961D20722(L_0, L_2, NULL); if (!L_3) { goto IL_004b; } } { int32_t* L_4 = (int32_t*)(&__this->___m_ParentIndex); XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 L_5 = ___0_other; int32_t L_6 = L_5.___m_ParentIndex; bool L_7; L_7 = Int32_Equals_mC819D19A661B95BE253FB1769FD4D91961D20722(L_4, L_6, NULL); if (!L_7) { goto IL_004b; } } { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_8 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___m_Position); XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 L_9 = ___0_other; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = L_9.___m_Position; bool L_11; L_11 = Vector2_Equals_mDF84D5ED14E018609C6A9C9BAE016C1B33BCFF4C_inline(L_8, L_10, NULL); if (!L_11) { goto IL_004b; } } { int32_t* L_12 = (int32_t*)(&__this->___m_Tracked); XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 L_13 = ___0_other; int32_t L_14 = L_13.___m_Tracked; bool L_15; L_15 = Int32_Equals_mC819D19A661B95BE253FB1769FD4D91961D20722(L_12, L_14, NULL); return L_15; } IL_004b: { return (bool)0; } } IL2CPP_EXTERN_C bool XRHumanBodyPose2DJoint_Equals_m7023E676891F764891104A57CD41D77BE31360F4_AdjustorThunk (RuntimeObject* __this, XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 ___0_other, const RuntimeMethod* method) { XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRHumanBodyPose2DJoint_Equals_m7023E676891F764891104A57CD41D77BE31360F4(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyPose2DJoint_Equals_mE8F361B51A58F789BC559B550AA5CA08691A88E1 (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = XRHumanBodyPose2DJoint_Equals_m7023E676891F764891104A57CD41D77BE31360F4(__this, ((*(XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26*)UnBox(L_1, XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool XRHumanBodyPose2DJoint_Equals_mE8F361B51A58F789BC559B550AA5CA08691A88E1_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRHumanBodyPose2DJoint_Equals_mE8F361B51A58F789BC559B550AA5CA08691A88E1(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyPose2DJoint_op_Equality_mD209C91BE915D0CE621211339876F0488A4A994A (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 ___0_lhs, XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 ___1_rhs, const RuntimeMethod* method) { { XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 L_0 = ___1_rhs; bool L_1; L_1 = XRHumanBodyPose2DJoint_Equals_m7023E676891F764891104A57CD41D77BE31360F4((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodyPose2DJoint_op_Inequality_mD8781E62E15A4ACDE6D17FF63720ADAE7D9E9EC1 (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 ___0_lhs, XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 ___1_rhs, const RuntimeMethod* method) { { XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 L_0 = ___1_rhs; bool L_1; L_1 = XRHumanBodyPose2DJoint_Equals_m7023E676891F764891104A57CD41D77BE31360F4((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRHumanBodyPose2DJoint_GetHashCode_m9CA16CABF11BB7137978E5D8EE83FACBF7D1622F (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) { { int32_t* L_0 = (int32_t*)(&__this->___m_Index); int32_t L_1; L_1 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295(L_0, NULL); int32_t* L_2 = (int32_t*)(&__this->___m_ParentIndex); int32_t L_3; L_3 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295(L_2, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_4 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___m_Position); int32_t L_5; L_5 = Vector2_GetHashCode_mED8670C0E122B7ED0DAB4C3381ADFF04B75E0B03_inline(L_4, NULL); int32_t* L_6 = (int32_t*)(&__this->___m_Tracked); int32_t L_7; L_7 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295(L_6, NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), ((int32_t)486187739))), L_1)), ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)); } } IL2CPP_EXTERN_C int32_t XRHumanBodyPose2DJoint_GetHashCode_m9CA16CABF11BB7137978E5D8EE83FACBF7D1622F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRHumanBodyPose2DJoint_GetHashCode_m9CA16CABF11BB7137978E5D8EE83FACBF7D1622F(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRHumanBodyPose2DJoint_ToString_m487FA2ED54B8FC493572D75FAFC68BA40B4FEFC4 (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0A7EDEBF99915540EBE211C25A14FEFF82DDAA7); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = XRHumanBodyPose2DJoint_ToString_m7BBC96E86E94C35680E22AB7CED6215407E48CBB(__this, _stringLiteralC0A7EDEBF99915540EBE211C25A14FEFF82DDAA7, NULL); return L_0; } } IL2CPP_EXTERN_C String_t* XRHumanBodyPose2DJoint_ToString_m487FA2ED54B8FC493572D75FAFC68BA40B4FEFC4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XRHumanBodyPose2DJoint_ToString_m487FA2ED54B8FC493572D75FAFC68BA40B4FEFC4(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRHumanBodyPose2DJoint_ToString_m7BBC96E86E94C35680E22AB7CED6215407E48CBB (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, String_t* ___0_format, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20BBFE23E73935992537E1127A65E0B5C3687162); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20BFFC3E3EF9F47EDC311ECA59B9D592C1989F45); s_Il2CppMethodInitialized = true; } RuntimeObject* G_B2_0 = NULL; RuntimeObject* G_B2_1 = NULL; String_t* G_B2_2 = NULL; RuntimeObject* G_B1_0 = NULL; RuntimeObject* G_B1_1 = NULL; String_t* G_B1_2 = NULL; String_t* G_B3_0 = NULL; RuntimeObject* G_B3_1 = NULL; RuntimeObject* G_B3_2 = NULL; String_t* G_B3_3 = NULL; { int32_t L_0 = __this->___m_Index; int32_t L_1 = L_0; RuntimeObject* L_2 = Box(il2cpp_defaults.int32_class, &L_1); int32_t L_3 = __this->___m_ParentIndex; int32_t L_4 = L_3; RuntimeObject* L_5 = Box(il2cpp_defaults.int32_class, &L_4); bool L_6; L_6 = XRHumanBodyPose2DJoint_get_tracked_mCC6E1D56159DA4501534E47AB27D4EA05AA3FCF8(__this, NULL); if (L_6) { G_B2_0 = L_5; G_B2_1 = L_2; G_B2_2 = _stringLiteral20BFFC3E3EF9F47EDC311ECA59B9D592C1989F45; goto IL_002a; } G_B1_0 = L_5; G_B1_1 = L_2; G_B1_2 = _stringLiteral20BFFC3E3EF9F47EDC311ECA59B9D592C1989F45; } { G_B3_0 = _stringLiteral20BBFE23E73935992537E1127A65E0B5C3687162; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_0036; } IL_002a: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_7 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___m_Position); String_t* L_8 = ___0_format; String_t* L_9; L_9 = Vector2_ToString_m5F3C7B1C542DAF4CE90DDAB02A633AB0A3B08A05_inline(L_7, L_8, NULL); G_B3_0 = L_9; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_0036: { String_t* L_10; L_10 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(G_B3_3, G_B3_2, G_B3_1, G_B3_0, NULL); return L_10; } } IL2CPP_EXTERN_C String_t* XRHumanBodyPose2DJoint_ToString_m7BBC96E86E94C35680E22AB7CED6215407E48CBB_AdjustorThunk (RuntimeObject* __this, String_t* ___0_format, const RuntimeMethod* method) { XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XRHumanBodyPose2DJoint_ToString_m7BBC96E86E94C35680E22AB7CED6215407E48CBB(_thisAdjusted, ___0_format, 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 IL2CPP_METHOD_ATTR bool XRHumanBodySubsystem_get_pose2DRequested_m0C32BCD5FFE0A8B0E73F3FCF14A2A753591E210F (XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC21F725E6FD793D825C4C230FED9932447043F03* L_0; L_0 = SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_inline(__this, SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(8, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystem_set_pose2DRequested_m460913D673A796B4DD88615ABD5B38F4E27F826F (XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC21F725E6FD793D825C4C230FED9932447043F03* L_0; L_0 = SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_inline(__this, SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); bool L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< bool >::Invoke(9, L_0, L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystem_get_pose2DEnabled_mD5ABCA377E364969A38D6F79006E66E1C1B66DB2 (XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC21F725E6FD793D825C4C230FED9932447043F03* L_0; L_0 = SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_inline(__this, SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(10, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystem_get_pose3DRequested_m3521DFF8C79CEDCCE1D0B065F5B11B3AFA0C8DB8 (XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC21F725E6FD793D825C4C230FED9932447043F03* L_0; L_0 = SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_inline(__this, SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(11, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystem_set_pose3DRequested_m3176AB51B24C37E5FB496D9392B40524838063B3 (XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC21F725E6FD793D825C4C230FED9932447043F03* L_0; L_0 = SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_inline(__this, SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); bool L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< bool >::Invoke(12, L_0, L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystem_get_pose3DEnabled_m1BA00660787FE2183616989A231AFF6E9AF37E90 (XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC21F725E6FD793D825C4C230FED9932447043F03* L_0; L_0 = SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_inline(__this, SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(13, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystem_get_pose3DScaleEstimationRequested_mB4BE08E33AB7699B610592422BDB2F8DD8F576E3 (XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC21F725E6FD793D825C4C230FED9932447043F03* L_0; L_0 = SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_inline(__this, SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(14, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystem_set_pose3DScaleEstimationRequested_mA9AD2D8A5C6B099CB883D92BC7631CA2F6DE83C4 (XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC21F725E6FD793D825C4C230FED9932447043F03* L_0; L_0 = SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_inline(__this, SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); bool L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< bool >::Invoke(15, L_0, L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystem_get_pose3DScaleEstimationEnabled_m245F93DDD5D738E8E3550FBCA43A76A2DB8B0F81 (XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC21F725E6FD793D825C4C230FED9932447043F03* L_0; L_0 = SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_inline(__this, SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(16, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystem__ctor_mE0AE161D7A1E01F8580E4E8D243FE988A9392BA0 (XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackingSubsystem_4__ctor_mEA46B69A4D9B4BA3A05102A6A49320F35D90421E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { TrackingSubsystem_4__ctor_mEA46B69A4D9B4BA3A05102A6A49320F35D90421E(__this, TrackingSubsystem_4__ctor_mEA46B69A4D9B4BA3A05102A6A49320F35D90421E_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackableChanges_1_tAB0D56187755251BCF253FBC179ABFC1B18E00C6 XRHumanBodySubsystem_GetChanges_m7B7DB503B66CFD7F266DEEA73EB7CB94C1AFE4FE (XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526* __this, int32_t ___0_allocator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Provider_tC21F725E6FD793D825C4C230FED9932447043F03* L_0; L_0 = SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_inline(__this, SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var); XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 L_1; L_1 = XRHumanBody_get_defaultValue_mA19E33981C9E5F90F388C4660197FD156FB90037_inline(NULL); int32_t L_2 = ___0_allocator; NullCheck(L_0); TrackableChanges_1_tAB0D56187755251BCF253FBC179ABFC1B18E00C6 L_3; L_3 = VirtualFuncInvoker2< TrackableChanges_1_tAB0D56187755251BCF253FBC179ABFC1B18E00C6, XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692, int32_t >::Invoke(17, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystem_GetSkeleton_m65F0C477C539F78BFD68A44C28583DF418A78335 (XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, int32_t ___1_allocator, NativeArray_1_tE3A71FEF49167DCD4DEFE7E6EF990295BB1F2E30* ___2_skeleton, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_tC21F725E6FD793D825C4C230FED9932447043F03* L_0; L_0 = SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_inline(__this, SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_1 = ___0_trackableId; int32_t L_2 = ___1_allocator; NativeArray_1_tE3A71FEF49167DCD4DEFE7E6EF990295BB1F2E30* L_3 = ___2_skeleton; NullCheck(L_0); VirtualActionInvoker3< TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7, int32_t, NativeArray_1_tE3A71FEF49167DCD4DEFE7E6EF990295BB1F2E30* >::Invoke(18, L_0, L_1, L_2, L_3); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t4998E9C3FBA8DDD4E076225A6D136D48D0C25386 XRHumanBodySubsystem_GetHumanBodyPose2DJoints_m4547D3DC143DC3CC014F4BEE18632AC09F1108E5 (XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526* __this, int32_t ___0_allocator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 V_0; memset((&V_0), 0, sizeof(V_0)); { Provider_tC21F725E6FD793D825C4C230FED9932447043F03* L_0; L_0 = SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_inline(__this, SubsystemWithProvider_3_get_provider_mB6F28BA1A51C62D7139160ECA92FF4B7BF39487F_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26)); XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 L_1 = V_0; int32_t L_2; L_2 = Screen_get_width_mF608FF3252213E7EFA1F0D2F744C28110E9E5AC9(NULL); int32_t L_3; L_3 = Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9(NULL); int32_t L_4; L_4 = Screen_get_orientation_mA6B22A441187D50831B2B18CA48A8F64BD1BD89E(NULL); int32_t L_5 = ___0_allocator; NullCheck(L_0); NativeArray_1_t4998E9C3FBA8DDD4E076225A6D136D48D0C25386 L_6; L_6 = VirtualFuncInvoker5< NativeArray_1_t4998E9C3FBA8DDD4E076225A6D136D48D0C25386, XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26, int32_t, int32_t, int32_t, int32_t >::Invoke(19, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystem_Register_m7319B25B82CA84BF8F9578ED96263AF51700A9EF (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927 ___0_humanBodySubsystemCinfo, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6)); String_t* L_0; L_0 = XRHumanBodySubsystemCinfo_get_id_m2B4E8095B5AE6AF6E64FB7B56DBD795989A862F8_inline((&___0_humanBodySubsystemCinfo), NULL); Cinfo_set_id_m64A16F58BEF2614254E1541F6D8A5B360BEDAAD6_inline((&V_0), L_0, NULL); Type_t* L_1; L_1 = XRHumanBodySubsystemCinfo_get_providerType_m71F869C8A2B8C6AC2BB7D0C3842549886608BD19_inline((&___0_humanBodySubsystemCinfo), NULL); Cinfo_set_providerType_m2AF6D46AADACA39D606E6105228519E1E837C2D7_inline((&V_0), L_1, NULL); Type_t* L_2; L_2 = XRHumanBodySubsystemCinfo_get_subsystemTypeOverride_m1AD3DA828683BFEC871F5E62C5B552E27F47A009_inline((&___0_humanBodySubsystemCinfo), NULL); Cinfo_set_subsystemTypeOverride_mDF9A31F15155CBEEB84B4D55543773830A538DBD_inline((&V_0), L_2, NULL); bool L_3; L_3 = XRHumanBodySubsystemCinfo_get_supportsHumanBody2D_m93255214CEECB1C656D88ACFFF73D736D81FD8BD_inline((&___0_humanBodySubsystemCinfo), NULL); Cinfo_set_supportsHumanBody2D_mD04945564486039818F761F9692D0A248633B500_inline((&V_0), L_3, NULL); bool L_4; L_4 = XRHumanBodySubsystemCinfo_get_supportsHumanBody3D_m133406910A68DE814A0A335A59285098FEE70C19_inline((&___0_humanBodySubsystemCinfo), NULL); Cinfo_set_supportsHumanBody3D_m25D60EBE4FF98CA98A0B0BF94856C423EE6DC713_inline((&V_0), L_4, NULL); bool L_5; L_5 = XRHumanBodySubsystemCinfo_get_supportsHumanBody3DScaleEstimation_m81A73CFB3B8232EF098B2CDF96F25687AC19845C_inline((&___0_humanBodySubsystemCinfo), NULL); Cinfo_set_supportsHumanBody3DScaleEstimation_m5BDF8CE640255A7437F16363DB07AC709013C554_inline((&V_0), L_5, NULL); Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 L_6 = V_0; XRHumanBodySubsystemDescriptor_Register_m272A53811B47225E41E69D8150974A9D9F3D2644(L_6, NULL); return (bool)1; } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR bool Provider_get_pose2DRequested_mA429171D14BB5AC1A71E6097F571AC6C91AE3CCF (Provider_tC21F725E6FD793D825C4C230FED9932447043F03* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_set_pose2DRequested_m8C377DC5C76047E8C41634B62F0A5E8E7B5E7C0E (Provider_tC21F725E6FD793D825C4C230FED9932447043F03* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB46EF5E6A66EDA1C58FC6247FCF11ED116219577)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_set_pose2DRequested_m8C377DC5C76047E8C41634B62F0A5E8E7B5E7C0E_RuntimeMethod_var))); } IL_000e: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_get_pose2DEnabled_mD4930EED264FBBF745606EADF3DED61BCB93312C (Provider_tC21F725E6FD793D825C4C230FED9932447043F03* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_get_pose3DRequested_m0BC6D27B9E26FCBA148B0C590A81021501F9BEA7 (Provider_tC21F725E6FD793D825C4C230FED9932447043F03* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_set_pose3DRequested_m61BF14CBFEBE3C1A4F02E5DA65129612BFF3D276 (Provider_tC21F725E6FD793D825C4C230FED9932447043F03* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E24AD325FDF926182510CA7537CB68FEA6D6503)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_set_pose3DRequested_m61BF14CBFEBE3C1A4F02E5DA65129612BFF3D276_RuntimeMethod_var))); } IL_000e: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_get_pose3DEnabled_mA6832343C5BF65920FED4255644ACCABD900B4EA (Provider_tC21F725E6FD793D825C4C230FED9932447043F03* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_get_pose3DScaleEstimationRequested_m9CA25E3E91C8C17D5CFC774866A1C0D8DE6852A2 (Provider_tC21F725E6FD793D825C4C230FED9932447043F03* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_set_pose3DScaleEstimationRequested_mB5EB887504541EFBD4E9F502521494A2C9CCB675 (Provider_tC21F725E6FD793D825C4C230FED9932447043F03* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2A7E438E876A47A61C6E2144C25AB3FC820856F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_set_pose3DScaleEstimationRequested_mB5EB887504541EFBD4E9F502521494A2C9CCB675_RuntimeMethod_var))); } IL_000e: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Provider_get_pose3DScaleEstimationEnabled_mC56F62D5ECE673B5F8D0DF5B768D26E7FF7F60C0 (Provider_tC21F725E6FD793D825C4C230FED9932447043F03* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider_GetSkeleton_mFAC0DCEF7349747BF264D2484280054B0FF0253C (Provider_tC21F725E6FD793D825C4C230FED9932447043F03* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_trackableId, int32_t ___1_allocator, NativeArray_1_tE3A71FEF49167DCD4DEFE7E6EF990295BB1F2E30* ___2_skeleton, const RuntimeMethod* method) { { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88CA26652382EB9056FA8D06D416F308717A3471)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_GetSkeleton_mFAC0DCEF7349747BF264D2484280054B0FF0253C_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t4998E9C3FBA8DDD4E076225A6D136D48D0C25386 Provider_GetHumanBodyPose2DJoints_m10725EBA1EB33455CC0798AFA2562453BF1726F7 (Provider_tC21F725E6FD793D825C4C230FED9932447043F03* __this, XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26 ___0_defaultHumanBodyPose2DJoint, int32_t ___1_screenWidth, int32_t ___2_screenHeight, int32_t ___3_screenOrientation, int32_t ___4_allocator, const RuntimeMethod* method) { NativeArray_1_t4998E9C3FBA8DDD4E076225A6D136D48D0C25386 V_0; memset((&V_0), 0, sizeof(V_0)); { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF5DE2A007191EB580E6042ECB5731A5E8D32C758)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Provider_GetHumanBodyPose2DJoints_m10725EBA1EB33455CC0798AFA2562453BF1726F7_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Provider__ctor_mCA2547E3C5B7461FAB29AE27A5B0934B9221BBF1 (Provider_tC21F725E6FD793D825C4C230FED9932447043F03* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemProvider_1__ctor_m82ABA46932711E4A90D99F049368DA026557C4C6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { SubsystemProvider_1__ctor_m82ABA46932711E4A90D99F049368DA026557C4C6(__this, SubsystemProvider_1__ctor_m82ABA46932711E4A90D99F049368DA026557C4C6_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 XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_marshal_pinvoke(const XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927& unmarshaled, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_marshaled_pinvoke& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_marshal_pinvoke_back(const XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_marshaled_pinvoke& marshaled, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_marshal_pinvoke_cleanup(XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_marshal_com(const XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927& unmarshaled, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_marshaled_com& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_marshal_com_back(const XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_marshaled_com& marshaled, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_marshal_com_cleanup(XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XRHumanBodySubsystemCinfo_get_id_m2B4E8095B5AE6AF6E64FB7B56DBD795989A862F8 (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C String_t* XRHumanBodySubsystemCinfo_get_id_m2B4E8095B5AE6AF6E64FB7B56DBD795989A862F8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XRHumanBodySubsystemCinfo_get_id_m2B4E8095B5AE6AF6E64FB7B56DBD795989A862F8_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_id_m58CBD535224B7049AC8AC9D82305E1D8BBF90084 (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void XRHumanBodySubsystemCinfo_set_id_m58CBD535224B7049AC8AC9D82305E1D8BBF90084_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRHumanBodySubsystemCinfo_set_id_m58CBD535224B7049AC8AC9D82305E1D8BBF90084_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* XRHumanBodySubsystemCinfo_get_providerType_m71F869C8A2B8C6AC2BB7D0C3842549886608BD19 (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* XRHumanBodySubsystemCinfo_get_providerType_m71F869C8A2B8C6AC2BB7D0C3842549886608BD19_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = XRHumanBodySubsystemCinfo_get_providerType_m71F869C8A2B8C6AC2BB7D0C3842549886608BD19_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_providerType_m228A78E8403BF03833D556B3EE0637291DC46615 (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void XRHumanBodySubsystemCinfo_set_providerType_m228A78E8403BF03833D556B3EE0637291DC46615_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRHumanBodySubsystemCinfo_set_providerType_m228A78E8403BF03833D556B3EE0637291DC46615_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* XRHumanBodySubsystemCinfo_get_subsystemTypeOverride_m1AD3DA828683BFEC871F5E62C5B552E27F47A009 (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* XRHumanBodySubsystemCinfo_get_subsystemTypeOverride_m1AD3DA828683BFEC871F5E62C5B552E27F47A009_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = XRHumanBodySubsystemCinfo_get_subsystemTypeOverride_m1AD3DA828683BFEC871F5E62C5B552E27F47A009_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_subsystemTypeOverride_m847719A54A861DE6FE06E9DAFA1485E6184D2909 (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void XRHumanBodySubsystemCinfo_set_subsystemTypeOverride_m847719A54A861DE6FE06E9DAFA1485E6184D2909_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRHumanBodySubsystemCinfo_set_subsystemTypeOverride_m847719A54A861DE6FE06E9DAFA1485E6184D2909_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_get_supportsHumanBody2D_m93255214CEECB1C656D88ACFFF73D736D81FD8BD (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody2DU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRHumanBodySubsystemCinfo_get_supportsHumanBody2D_m93255214CEECB1C656D88ACFFF73D736D81FD8BD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRHumanBodySubsystemCinfo_get_supportsHumanBody2D_m93255214CEECB1C656D88ACFFF73D736D81FD8BD_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_supportsHumanBody2D_m7E4750E667A695B158E006DDC6F74C56542CBE0E (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody2DU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRHumanBodySubsystemCinfo_set_supportsHumanBody2D_m7E4750E667A695B158E006DDC6F74C56542CBE0E_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRHumanBodySubsystemCinfo_set_supportsHumanBody2D_m7E4750E667A695B158E006DDC6F74C56542CBE0E_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_get_supportsHumanBody3D_m133406910A68DE814A0A335A59285098FEE70C19 (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody3DU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRHumanBodySubsystemCinfo_get_supportsHumanBody3D_m133406910A68DE814A0A335A59285098FEE70C19_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRHumanBodySubsystemCinfo_get_supportsHumanBody3D_m133406910A68DE814A0A335A59285098FEE70C19_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_supportsHumanBody3D_m02D0D700619D9CB7D96D027EFE3EC41D47F81F8A (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody3DU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRHumanBodySubsystemCinfo_set_supportsHumanBody3D_m02D0D700619D9CB7D96D027EFE3EC41D47F81F8A_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRHumanBodySubsystemCinfo_set_supportsHumanBody3D_m02D0D700619D9CB7D96D027EFE3EC41D47F81F8A_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_get_supportsHumanBody3DScaleEstimation_m81A73CFB3B8232EF098B2CDF96F25687AC19845C (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool XRHumanBodySubsystemCinfo_get_supportsHumanBody3DScaleEstimation_m81A73CFB3B8232EF098B2CDF96F25687AC19845C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRHumanBodySubsystemCinfo_get_supportsHumanBody3DScaleEstimation_m81A73CFB3B8232EF098B2CDF96F25687AC19845C_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_supportsHumanBody3DScaleEstimation_m5F982C883E1918068DA02BA87C0069BF379E147F (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void XRHumanBodySubsystemCinfo_set_supportsHumanBody3DScaleEstimation_m5F982C883E1918068DA02BA87C0069BF379E147F_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRHumanBodySubsystemCinfo_set_supportsHumanBody3DScaleEstimation_m5F982C883E1918068DA02BA87C0069BF379E147F_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_Equals_m99F61D9E0CFA86A7171F27A236AD8CD2FD7BF08A (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927 ___0_other, const RuntimeMethod* method) { bool V_0 = false; { String_t* L_0; L_0 = XRHumanBodySubsystemCinfo_get_id_m2B4E8095B5AE6AF6E64FB7B56DBD795989A862F8_inline(__this, NULL); String_t* L_1; L_1 = XRHumanBodySubsystemCinfo_get_id_m2B4E8095B5AE6AF6E64FB7B56DBD795989A862F8_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_0070; } } { Type_t* L_2; L_2 = XRHumanBodySubsystemCinfo_get_providerType_m71F869C8A2B8C6AC2BB7D0C3842549886608BD19_inline(__this, NULL); Type_t* L_3; L_3 = XRHumanBodySubsystemCinfo_get_providerType_m71F869C8A2B8C6AC2BB7D0C3842549886608BD19_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_2) == ((RuntimeObject*)(Type_t*)L_3)))) { goto IL_0070; } } { Type_t* L_4; L_4 = XRHumanBodySubsystemCinfo_get_subsystemTypeOverride_m1AD3DA828683BFEC871F5E62C5B552E27F47A009_inline(__this, NULL); Type_t* L_5; L_5 = XRHumanBodySubsystemCinfo_get_subsystemTypeOverride_m1AD3DA828683BFEC871F5E62C5B552E27F47A009_inline(__this, NULL); if ((!(((RuntimeObject*)(Type_t*)L_4) == ((RuntimeObject*)(Type_t*)L_5)))) { goto IL_0070; } } { bool L_6; L_6 = XRHumanBodySubsystemCinfo_get_supportsHumanBody2D_m93255214CEECB1C656D88ACFFF73D736D81FD8BD_inline(__this, NULL); V_0 = L_6; bool L_7; L_7 = XRHumanBodySubsystemCinfo_get_supportsHumanBody2D_m93255214CEECB1C656D88ACFFF73D736D81FD8BD_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_8; L_8 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_7, NULL); if (!L_8) { goto IL_0070; } } { bool L_9; L_9 = XRHumanBodySubsystemCinfo_get_supportsHumanBody3D_m133406910A68DE814A0A335A59285098FEE70C19_inline(__this, NULL); V_0 = L_9; bool L_10; L_10 = XRHumanBodySubsystemCinfo_get_supportsHumanBody3D_m133406910A68DE814A0A335A59285098FEE70C19_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_11; L_11 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_10, NULL); if (!L_11) { goto IL_0070; } } { bool L_12; L_12 = XRHumanBodySubsystemCinfo_get_supportsHumanBody3DScaleEstimation_m81A73CFB3B8232EF098B2CDF96F25687AC19845C_inline(__this, NULL); V_0 = L_12; bool L_13; L_13 = XRHumanBodySubsystemCinfo_get_supportsHumanBody3DScaleEstimation_m81A73CFB3B8232EF098B2CDF96F25687AC19845C_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_14; L_14 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_13, NULL); return L_14; } IL_0070: { return (bool)0; } } IL2CPP_EXTERN_C bool XRHumanBodySubsystemCinfo_Equals_m99F61D9E0CFA86A7171F27A236AD8CD2FD7BF08A_AdjustorThunk (RuntimeObject* __this, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927 ___0_other, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRHumanBodySubsystemCinfo_Equals_m99F61D9E0CFA86A7171F27A236AD8CD2FD7BF08A(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_Equals_mE22CDDCA260523EF651BD2B23C1F66F11BB95C0A (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = XRHumanBodySubsystemCinfo_Equals_m99F61D9E0CFA86A7171F27A236AD8CD2FD7BF08A(__this, ((*(XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927*)UnBox(L_1, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool XRHumanBodySubsystemCinfo_Equals_mE22CDDCA260523EF651BD2B23C1F66F11BB95C0A_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XRHumanBodySubsystemCinfo_Equals_mE22CDDCA260523EF651BD2B23C1F66F11BB95C0A(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_op_Equality_m7E2037783CDD8A42F384186AFA53DE86F99DC1B1 (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927 ___0_lhs, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927 ___1_rhs, const RuntimeMethod* method) { { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927 L_0 = ___1_rhs; bool L_1; L_1 = XRHumanBodySubsystemCinfo_Equals_m99F61D9E0CFA86A7171F27A236AD8CD2FD7BF08A((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_op_Inequality_m3D4731ACACD907F94AD1ADC28A8C68E991D023EB (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927 ___0_lhs, XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927 ___1_rhs, const RuntimeMethod* method) { { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927 L_0 = ___1_rhs; bool L_1; L_1 = XRHumanBodySubsystemCinfo_Equals_m99F61D9E0CFA86A7171F27A236AD8CD2FD7BF08A((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRHumanBodySubsystemCinfo_GetHashCode_mF9F242A2F525ED4246171238CE9B5A7FD24C63FE (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) { bool V_0 = false; { String_t* L_0; L_0 = XRHumanBodySubsystemCinfo_get_id_m2B4E8095B5AE6AF6E64FB7B56DBD795989A862F8_inline(__this, NULL); int32_t L_1; L_1 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_0, NULL); Type_t* L_2; L_2 = XRHumanBodySubsystemCinfo_get_providerType_m71F869C8A2B8C6AC2BB7D0C3842549886608BD19_inline(__this, NULL); int32_t L_3; L_3 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_2, NULL); Type_t* L_4; L_4 = XRHumanBodySubsystemCinfo_get_subsystemTypeOverride_m1AD3DA828683BFEC871F5E62C5B552E27F47A009_inline(__this, NULL); int32_t L_5; L_5 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_4, NULL); bool L_6; L_6 = XRHumanBodySubsystemCinfo_get_supportsHumanBody2D_m93255214CEECB1C656D88ACFFF73D736D81FD8BD_inline(__this, NULL); V_0 = L_6; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); int32_t L_7; L_7 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_8; L_8 = XRHumanBodySubsystemCinfo_get_supportsHumanBody3D_m133406910A68DE814A0A335A59285098FEE70C19_inline(__this, NULL); V_0 = L_8; int32_t L_9; L_9 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_10; L_10 = XRHumanBodySubsystemCinfo_get_supportsHumanBody3DScaleEstimation_m81A73CFB3B8232EF098B2CDF96F25687AC19845C_inline(__this, NULL); V_0 = L_10; int32_t L_11; L_11 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), ((int32_t)486187739))), L_1)), ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)), ((int32_t)486187739))), L_9)), ((int32_t)486187739))), L_11)); } } IL2CPP_EXTERN_C int32_t XRHumanBodySubsystemCinfo_GetHashCode_mF9F242A2F525ED4246171238CE9B5A7FD24C63FE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XRHumanBodySubsystemCinfo_GetHashCode_mF9F242A2F525ED4246171238CE9B5A7FD24C63FE(_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 IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemDescriptor_get_supportsHumanBody2D_m7FD5572388D3E9EF931691F0267B3779B219F9DE (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody2DU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystemDescriptor_set_supportsHumanBody2D_m426CB15FE9C68540815E13FCCF40128F6BDD6ECF (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody2DU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemDescriptor_get_supportsHumanBody3D_mD98F673993E12554F127E2FEF129C75146282BCB (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody3DU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystemDescriptor_set_supportsHumanBody3D_mB481745B000D50942570BC1A718AF119A729543A (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody3DU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemDescriptor_get_supportsHumanBody3DScaleEstimation_mB422A877EBB97EB9FD1F846C52296A332012C24A (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystemDescriptor_set_supportsHumanBody3DScaleEstimation_mD01ACAA2F3F335B5059B7613AC309D1525BAFAAB (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystemDescriptor_Register_m272A53811B47225E41E69D8150974A9D9F3D2644 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 ___0_cinfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Provider_tC21F725E6FD793D825C4C230FED9932447043F03_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526_0_0_0_var); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Cinfo_get_id_m5570FAD35A71A966102539A82375C00DB548DB92_inline((&___0_cinfo), NULL); bool L_1; L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL); if (!L_1) { goto IL_001e; } } { 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_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60F35647DEA77E887634D85B00663788842E59AC)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AB2AE70A012333D060D8A75537325E8DCA88A13)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRHumanBodySubsystemDescriptor_Register_m272A53811B47225E41E69D8150974A9D9F3D2644_RuntimeMethod_var))); } IL_001e: { Type_t* L_3; L_3 = Cinfo_get_providerType_mDF8BD2EDFEDD814FB6A6BFBD59C05E49773D09C8_inline((&___0_cinfo), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class); bool L_4; L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, (Type_t*)NULL, NULL); if (L_4) { goto IL_0045; } } { Type_t* L_5; L_5 = Cinfo_get_providerType_mDF8BD2EDFEDD814FB6A6BFBD59C05E49773D09C8_inline((&___0_cinfo), NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (Provider_tC21F725E6FD793D825C4C230FED9932447043F03_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class); Type_t* L_7; L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL); NullCheck(L_5); bool L_8; L_8 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(20, L_5, L_7); if (L_8) { goto IL_0055; } } IL_0045: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F48AB40ED10C58263B4B8A12B919BFBF7F87427)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AB2AE70A012333D060D8A75537325E8DCA88A13)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRHumanBodySubsystemDescriptor_Register_m272A53811B47225E41E69D8150974A9D9F3D2644_RuntimeMethod_var))); } IL_0055: { Type_t* L_10; L_10 = Cinfo_get_subsystemTypeOverride_mEEEEA45FCD4EDC094884DAC7939F1DF267EA9935_inline((&___0_cinfo), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class); bool L_11; L_11 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_10, (Type_t*)NULL, NULL); if (!L_11) { goto IL_008c; } } { Type_t* L_12; L_12 = Cinfo_get_subsystemTypeOverride_mEEEEA45FCD4EDC094884DAC7939F1DF267EA9935_inline((&___0_cinfo), NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast (XRHumanBodySubsystem_tF7BE6EF91D4B632389B2F818E516F94213281526_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class); Type_t* L_14; L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL); NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(20, L_12, L_14); if (L_15) { goto IL_008c; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_16 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C36D530882356E81C3DF37AF7B6B8FC59FE1FC0)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AB2AE70A012333D060D8A75537325E8DCA88A13)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRHumanBodySubsystemDescriptor_Register_m272A53811B47225E41E69D8150974A9D9F3D2644_RuntimeMethod_var))); } IL_008c: { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 L_17 = ___0_cinfo; XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* L_18 = (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B*)il2cpp_codegen_object_new(XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B_il2cpp_TypeInfo_var); XRHumanBodySubsystemDescriptor__ctor_m3F4E416AD94021AFAB7012AB2451A0F3C9C5C4B2(L_18, L_17, NULL); il2cpp_codegen_runtime_class_init_inline(SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_il2cpp_TypeInfo_var); SubsystemDescriptorStore_RegisterDescriptor_m6DEC96199F95ACCD68822060CEB79CA77AF44F12(L_18, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHumanBodySubsystemDescriptor__ctor_m3F4E416AD94021AFAB7012AB2451A0F3C9C5C4B2 (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* __this, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 ___0_humanBodySubsystemCinfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemDescriptorWithProvider_2__ctor_m2794B6652AB1ED0573F9E606C5EDB878D0B14976_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { SubsystemDescriptorWithProvider_2__ctor_m2794B6652AB1ED0573F9E606C5EDB878D0B14976(__this, SubsystemDescriptorWithProvider_2__ctor_m2794B6652AB1ED0573F9E606C5EDB878D0B14976_RuntimeMethod_var); String_t* L_0; L_0 = Cinfo_get_id_m5570FAD35A71A966102539A82375C00DB548DB92_inline((&___0_humanBodySubsystemCinfo), NULL); SubsystemDescriptorWithProvider_set_id_m4E93140B46C960FFB4723062C55D05D7B551A57B_inline(__this, L_0, NULL); Type_t* L_1; L_1 = Cinfo_get_providerType_mDF8BD2EDFEDD814FB6A6BFBD59C05E49773D09C8_inline((&___0_humanBodySubsystemCinfo), NULL); SubsystemDescriptorWithProvider_set_providerType_m27A630CAFBA225796667E17DE114673056339EA4_inline(__this, L_1, NULL); Type_t* L_2; L_2 = Cinfo_get_subsystemTypeOverride_mEEEEA45FCD4EDC094884DAC7939F1DF267EA9935_inline((&___0_humanBodySubsystemCinfo), NULL); SubsystemDescriptorWithProvider_set_subsystemTypeOverride_m34C15BBBE4EB41226EF1C0A0C8BB73A0955E0F3E_inline(__this, L_2, NULL); bool L_3; L_3 = Cinfo_get_supportsHumanBody2D_m8B0316CE6F86C49CDDF9E46FD5F74D7834565F64_inline((&___0_humanBodySubsystemCinfo), NULL); XRHumanBodySubsystemDescriptor_set_supportsHumanBody2D_m426CB15FE9C68540815E13FCCF40128F6BDD6ECF_inline(__this, L_3, NULL); bool L_4; L_4 = Cinfo_get_supportsHumanBody3D_m768806E0AF8351C4D45C0405E847439FE04D83C8_inline((&___0_humanBodySubsystemCinfo), NULL); XRHumanBodySubsystemDescriptor_set_supportsHumanBody3D_mB481745B000D50942570BC1A718AF119A729543A_inline(__this, L_4, NULL); bool L_5; L_5 = Cinfo_get_supportsHumanBody3DScaleEstimation_mF8DEEEA3C09CE6957573275D93638F32FCB3F3BA_inline((&___0_humanBodySubsystemCinfo), NULL); XRHumanBodySubsystemDescriptor_set_supportsHumanBody3DScaleEstimation_mD01ACAA2F3F335B5059B7613AC309D1525BAFAAB_inline(__this, L_5, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_marshal_pinvoke(const Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6& unmarshaled, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_marshaled_pinvoke& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_marshal_pinvoke_back(const Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_marshaled_pinvoke& marshaled, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_marshal_pinvoke_cleanup(Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_marshal_com(const Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6& unmarshaled, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_marshaled_com& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_marshal_com_back(const Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_marshaled_com& marshaled, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6____U3CproviderTypeU3Ek__BackingField_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___U3CproviderTypeU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6____U3CproviderTypeU3Ek__BackingField_FieldInfo_var, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CproviderTypeU3Ek__BackingFieldException, NULL); } IL2CPP_EXTERN_C void Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_marshal_com_cleanup(Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m5570FAD35A71A966102539A82375C00DB548DB92 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C String_t* Cinfo_get_id_m5570FAD35A71A966102539A82375C00DB548DB92_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Cinfo_get_id_m5570FAD35A71A966102539A82375C00DB548DB92_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_id_m64A16F58BEF2614254E1541F6D8A5B360BEDAAD6 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_id_m64A16F58BEF2614254E1541F6D8A5B360BEDAAD6_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_id_m64A16F58BEF2614254E1541F6D8A5B360BEDAAD6_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_mDF8BD2EDFEDD814FB6A6BFBD59C05E49773D09C8 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* Cinfo_get_providerType_mDF8BD2EDFEDD814FB6A6BFBD59C05E49773D09C8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = Cinfo_get_providerType_mDF8BD2EDFEDD814FB6A6BFBD59C05E49773D09C8_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_providerType_m2AF6D46AADACA39D606E6105228519E1E837C2D7 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_providerType_m2AF6D46AADACA39D606E6105228519E1E837C2D7_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_providerType_m2AF6D46AADACA39D606E6105228519E1E837C2D7_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_mEEEEA45FCD4EDC094884DAC7939F1DF267EA9935 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C Type_t* Cinfo_get_subsystemTypeOverride_mEEEEA45FCD4EDC094884DAC7939F1DF267EA9935_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = Cinfo_get_subsystemTypeOverride_mEEEEA45FCD4EDC094884DAC7939F1DF267EA9935_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_mDF9A31F15155CBEEB84B4D55543773830A538DBD (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_subsystemTypeOverride_mDF9A31F15155CBEEB84B4D55543773830A538DBD_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_subsystemTypeOverride_mDF9A31F15155CBEEB84B4D55543773830A538DBD_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsHumanBody2D_m8B0316CE6F86C49CDDF9E46FD5F74D7834565F64 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody2DU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsHumanBody2D_m8B0316CE6F86C49CDDF9E46FD5F74D7834565F64_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsHumanBody2D_m8B0316CE6F86C49CDDF9E46FD5F74D7834565F64_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsHumanBody2D_mD04945564486039818F761F9692D0A248633B500 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody2DU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsHumanBody2D_mD04945564486039818F761F9692D0A248633B500_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsHumanBody2D_mD04945564486039818F761F9692D0A248633B500_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsHumanBody3D_m768806E0AF8351C4D45C0405E847439FE04D83C8 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody3DU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsHumanBody3D_m768806E0AF8351C4D45C0405E847439FE04D83C8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsHumanBody3D_m768806E0AF8351C4D45C0405E847439FE04D83C8_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsHumanBody3D_m25D60EBE4FF98CA98A0B0BF94856C423EE6DC713 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody3DU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsHumanBody3D_m25D60EBE4FF98CA98A0B0BF94856C423EE6DC713_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsHumanBody3D_m25D60EBE4FF98CA98A0B0BF94856C423EE6DC713_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_get_supportsHumanBody3DScaleEstimation_mF8DEEEA3C09CE6957573275D93638F32FCB3F3BA (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C bool Cinfo_get_supportsHumanBody3DScaleEstimation_mF8DEEEA3C09CE6957573275D93638F32FCB3F3BA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_get_supportsHumanBody3DScaleEstimation_mF8DEEEA3C09CE6957573275D93638F32FCB3F3BA_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_supportsHumanBody3DScaleEstimation_m5BDF8CE640255A7437F16363DB07AC709013C554 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C void Cinfo_set_supportsHumanBody3DScaleEstimation_m5BDF8CE640255A7437F16363DB07AC709013C554_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_supportsHumanBody3DScaleEstimation_m5BDF8CE640255A7437F16363DB07AC709013C554_inline(_thisAdjusted, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_m03585177E127540DA524666CDDBC7C47B46EDDFC (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 ___0_other, const RuntimeMethod* method) { bool V_0 = false; { String_t* L_0; L_0 = Cinfo_get_id_m5570FAD35A71A966102539A82375C00DB548DB92_inline(__this, NULL); String_t* L_1; L_1 = Cinfo_get_id_m5570FAD35A71A966102539A82375C00DB548DB92_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_0070; } } { Type_t* L_2; L_2 = Cinfo_get_providerType_mDF8BD2EDFEDD814FB6A6BFBD59C05E49773D09C8_inline(__this, NULL); Type_t* L_3; L_3 = Cinfo_get_providerType_mDF8BD2EDFEDD814FB6A6BFBD59C05E49773D09C8_inline((&___0_other), NULL); if ((!(((RuntimeObject*)(Type_t*)L_2) == ((RuntimeObject*)(Type_t*)L_3)))) { goto IL_0070; } } { Type_t* L_4; L_4 = Cinfo_get_subsystemTypeOverride_mEEEEA45FCD4EDC094884DAC7939F1DF267EA9935_inline(__this, NULL); Type_t* L_5; L_5 = Cinfo_get_subsystemTypeOverride_mEEEEA45FCD4EDC094884DAC7939F1DF267EA9935_inline(__this, NULL); if ((!(((RuntimeObject*)(Type_t*)L_4) == ((RuntimeObject*)(Type_t*)L_5)))) { goto IL_0070; } } { bool L_6; L_6 = Cinfo_get_supportsHumanBody2D_m8B0316CE6F86C49CDDF9E46FD5F74D7834565F64_inline(__this, NULL); V_0 = L_6; bool L_7; L_7 = Cinfo_get_supportsHumanBody2D_m8B0316CE6F86C49CDDF9E46FD5F74D7834565F64_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_8; L_8 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_7, NULL); if (!L_8) { goto IL_0070; } } { bool L_9; L_9 = Cinfo_get_supportsHumanBody3D_m768806E0AF8351C4D45C0405E847439FE04D83C8_inline(__this, NULL); V_0 = L_9; bool L_10; L_10 = Cinfo_get_supportsHumanBody3D_m768806E0AF8351C4D45C0405E847439FE04D83C8_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_11; L_11 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_10, NULL); if (!L_11) { goto IL_0070; } } { bool L_12; L_12 = Cinfo_get_supportsHumanBody3DScaleEstimation_mF8DEEEA3C09CE6957573275D93638F32FCB3F3BA_inline(__this, NULL); V_0 = L_12; bool L_13; L_13 = Cinfo_get_supportsHumanBody3DScaleEstimation_mF8DEEEA3C09CE6957573275D93638F32FCB3F3BA_inline((&___0_other), NULL); il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); bool L_14; L_14 = Boolean_Equals_mC020D5EB2F64274CD623E8449E8777A70BEC6CC9((&V_0), L_13, NULL); return L_14; } IL_0070: { return (bool)0; } } IL2CPP_EXTERN_C bool Cinfo_Equals_m03585177E127540DA524666CDDBC7C47B46EDDFC_AdjustorThunk (RuntimeObject* __this, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 ___0_other, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_Equals_m03585177E127540DA524666CDDBC7C47B46EDDFC(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_Equals_m5F41B6C86A09958538F015752D4EE6BF0080D43E (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = Cinfo_Equals_m03585177E127540DA524666CDDBC7C47B46EDDFC(__this, ((*(Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6*)UnBox(L_1, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool Cinfo_Equals_m5F41B6C86A09958538F015752D4EE6BF0080D43E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Cinfo_Equals_m5F41B6C86A09958538F015752D4EE6BF0080D43E(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_op_Equality_m35BA8465E6C3E151831C4B75A1BCA7F614B7C6EF (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 ___0_lhs, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 ___1_rhs, const RuntimeMethod* method) { { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 L_0 = ___1_rhs; bool L_1; L_1 = Cinfo_Equals_m03585177E127540DA524666CDDBC7C47B46EDDFC((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cinfo_op_Inequality_mF98A54628A8494E5F65134D6AD2600FDD47776F5 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 ___0_lhs, Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 ___1_rhs, const RuntimeMethod* method) { { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6 L_0 = ___1_rhs; bool L_1; L_1 = Cinfo_Equals_m03585177E127540DA524666CDDBC7C47B46EDDFC((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cinfo_GetHashCode_m0DEB024C78D2F513766F319314F7CA01117E1418 (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) { bool V_0 = false; { String_t* L_0; L_0 = Cinfo_get_id_m5570FAD35A71A966102539A82375C00DB548DB92_inline(__this, NULL); int32_t L_1; L_1 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_0, NULL); Type_t* L_2; L_2 = Cinfo_get_providerType_mDF8BD2EDFEDD814FB6A6BFBD59C05E49773D09C8_inline(__this, NULL); int32_t L_3; L_3 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_2, NULL); Type_t* L_4; L_4 = Cinfo_get_subsystemTypeOverride_mEEEEA45FCD4EDC094884DAC7939F1DF267EA9935_inline(__this, NULL); int32_t L_5; L_5 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_4, NULL); bool L_6; L_6 = Cinfo_get_supportsHumanBody2D_m8B0316CE6F86C49CDDF9E46FD5F74D7834565F64_inline(__this, NULL); V_0 = L_6; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.boolean_class); int32_t L_7; L_7 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_8; L_8 = Cinfo_get_supportsHumanBody3D_m768806E0AF8351C4D45C0405E847439FE04D83C8_inline(__this, NULL); V_0 = L_8; int32_t L_9; L_9 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); bool L_10; L_10 = Cinfo_get_supportsHumanBody3DScaleEstimation_mF8DEEEA3C09CE6957573275D93638F32FCB3F3BA_inline(__this, NULL); V_0 = L_10; int32_t L_11; L_11 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)486187739), ((int32_t)486187739))), L_1)), ((int32_t)486187739))), L_3)), ((int32_t)486187739))), L_5)), ((int32_t)486187739))), L_7)), ((int32_t)486187739))), L_9)), ((int32_t)486187739))), L_11)); } } IL2CPP_EXTERN_C int32_t Cinfo_GetHashCode_m0DEB024C78D2F513766F319314F7CA01117E1418_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Cinfo_GetHashCode_m0DEB024C78D2F513766F319314F7CA01117E1418(_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 AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_marshal_pinvoke(const AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A& unmarshaled, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_marshaled_pinvoke& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A____m_Library_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___m_LibraryException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A____m_Library_FieldInfo_var, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_LibraryException, NULL); } IL2CPP_EXTERN_C void AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_marshal_pinvoke_back(const AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_marshaled_pinvoke& marshaled, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A____m_Library_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___m_LibraryException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A____m_Library_FieldInfo_var, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_LibraryException, NULL); } IL2CPP_EXTERN_C void AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_marshal_pinvoke_cleanup(AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_marshal_com(const AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A& unmarshaled, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_marshaled_com& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A____m_Library_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___m_LibraryException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A____m_Library_FieldInfo_var, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_LibraryException, NULL); } IL2CPP_EXTERN_C void AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_marshal_com_back(const AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_marshaled_com& marshaled, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A____m_Library_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___m_LibraryException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A____m_Library_FieldInfo_var, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_LibraryException, NULL); } IL2CPP_EXTERN_C void AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_marshal_com_cleanup(AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddReferenceImageJobState__ctor_mC0CCEC53FEB86CE2B9560D06DE28919ADB2440E2 (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, intptr_t ___0_nativePtr, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___1_jobHandle, MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* ___2_library, const RuntimeMethod* method) { { MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* L_0 = ___2_library; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53AF0584729649EA84EE72BF90D62B91A5A5818D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AddReferenceImageJobState__ctor_mC0CCEC53FEB86CE2B9560D06DE28919ADB2440E2_RuntimeMethod_var))); } IL_000e: { intptr_t L_2 = ___0_nativePtr; __this->___m_Handle = L_2; MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* L_3 = ___2_library; __this->___m_Library = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Library), (void*)L_3); JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_4 = ___1_jobHandle; __this->___U3CjobHandleU3Ek__BackingField = L_4; return; } } IL2CPP_EXTERN_C void AddReferenceImageJobState__ctor_mC0CCEC53FEB86CE2B9560D06DE28919ADB2440E2_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_nativePtr, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___1_jobHandle, MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* ___2_library, const RuntimeMethod* method) { AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); AddReferenceImageJobState__ctor_mC0CCEC53FEB86CE2B9560D06DE28919ADB2440E2(_thisAdjusted, ___0_nativePtr, ___1_jobHandle, ___2_library, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 AddReferenceImageJobState_get_jobHandle_m02E9565D08C8156E799D1B852C14707856E6B12E (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, const RuntimeMethod* method) { { JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_0 = __this->___U3CjobHandleU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 AddReferenceImageJobState_get_jobHandle_m02E9565D08C8156E799D1B852C14707856E6B12E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 _returnValue; _returnValue = AddReferenceImageJobState_get_jobHandle_m02E9565D08C8156E799D1B852C14707856E6B12E_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AddReferenceImageJobState_AsIntPtr_m8C97E68E09387D512B5A2D921841B3E0FCF44CC0 (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_Handle; return L_0; } } IL2CPP_EXTERN_C intptr_t AddReferenceImageJobState_AsIntPtr_m8C97E68E09387D512B5A2D921841B3E0FCF44CC0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); intptr_t _returnValue; _returnValue = AddReferenceImageJobState_AsIntPtr_m8C97E68E09387D512B5A2D921841B3E0FCF44CC0_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AddReferenceImageJobState_op_Explicit_mDA81B41DC7C894ADDEDC4CEE9E1CC0C8DAA0951F (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A ___0_state, const RuntimeMethod* method) { { AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A L_0 = ___0_state; intptr_t L_1 = L_0.___m_Handle; return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddReferenceImageJobState_get_status_mDF8FE0C1BC9407AD9EAA821DE78B76599455A25F (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, const RuntimeMethod* method) { MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* G_B2_0 = NULL; MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* G_B1_0 = NULL; { MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* L_0 = __this->___m_Library; MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* L_1 = L_0; if (L_1) { G_B2_0 = L_1; goto IL_000c; } G_B1_0 = L_1; } { return (int32_t)(0); } IL_000c: { AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A L_2 = (*(AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A*)__this); NullCheck(G_B2_0); int32_t L_3; L_3 = VirtualFuncInvoker1< int32_t, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A >::Invoke(9, G_B2_0, L_2); return L_3; } } IL2CPP_EXTERN_C int32_t AddReferenceImageJobState_get_status_mDF8FE0C1BC9407AD9EAA821DE78B76599455A25F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = AddReferenceImageJobState_get_status_mDF8FE0C1BC9407AD9EAA821DE78B76599455A25F(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AddReferenceImageJobState_ToString_m89383245617B4E89FF1CA2FF897917062CD663A7 (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddReferenceImageJobStatus_t04611D7BBC6CC02252E22335C32E411E72119022_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4578213F1BD00C014CECBA9C93CB2E9CA2D494EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD4706B02823C71252FBF63A74CF03433A8DADF0); s_Il2CppMethodInitialized = true; } { intptr_t* L_0 = (intptr_t*)(&__this->___m_Handle); String_t* L_1; L_1 = IntPtr_ToString_mDA1150F4802E1FB9313FB4E32C684EEE19116E5C(L_0, NULL); int32_t L_2; L_2 = AddReferenceImageJobState_get_status_mDF8FE0C1BC9407AD9EAA821DE78B76599455A25F(__this, NULL); int32_t L_3 = L_2; RuntimeObject* L_4 = Box(AddReferenceImageJobStatus_t04611D7BBC6CC02252E22335C32E411E72119022_il2cpp_TypeInfo_var, &L_3); String_t* L_5; L_5 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral4578213F1BD00C014CECBA9C93CB2E9CA2D494EE, L_1, _stringLiteralFD4706B02823C71252FBF63A74CF03433A8DADF0, L_4, NULL); return L_5; } } IL2CPP_EXTERN_C String_t* AddReferenceImageJobState_ToString_m89383245617B4E89FF1CA2FF897917062CD663A7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = AddReferenceImageJobState_ToString_m89383245617B4E89FF1CA2FF897917062CD663A7(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddReferenceImageJobState_GetHashCode_m6EABAC53399090ADFD2932E561BA0FA12EA63DC0 (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, const RuntimeMethod* method) { { intptr_t* L_0 = (intptr_t*)(&__this->___m_Handle); int32_t L_1; L_1 = IntPtr_GetHashCode_m669B16AD7483C1C396E48F41D9CAC4B719E38F3D(L_0, NULL); MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* L_2 = __this->___m_Library; int32_t L_3; L_3 = HashCodeUtil_ReferenceHash_m2DB64625F0287C798373FE7D45AA20B43AC3EDA5(L_2, NULL); int32_t L_4; L_4 = HashCodeUtil_Combine_m98169BF154323DEFC91DB146CDD3CE7550B6AD36(L_1, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C int32_t AddReferenceImageJobState_GetHashCode_m6EABAC53399090ADFD2932E561BA0FA12EA63DC0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = AddReferenceImageJobState_GetHashCode_m6EABAC53399090ADFD2932E561BA0FA12EA63DC0(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AddReferenceImageJobState_Equals_mCFA105DAC305C1B3B34F0C7D0D856F3671356D37 (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_il2cpp_TypeInfo_var))) { goto IL_0017; } } { RuntimeObject* L_1 = ___0_obj; V_0 = ((*(AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A*)UnBox(L_1, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A_il2cpp_TypeInfo_var))); AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A L_2 = V_0; bool L_3; L_3 = AddReferenceImageJobState_Equals_mD0EE6BB78CB7601C9E1AC6C297417B6E4AE70502(__this, L_2, NULL); return L_3; } IL_0017: { return (bool)0; } } IL2CPP_EXTERN_C bool AddReferenceImageJobState_Equals_mCFA105DAC305C1B3B34F0C7D0D856F3671356D37_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = AddReferenceImageJobState_Equals_mCFA105DAC305C1B3B34F0C7D0D856F3671356D37(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AddReferenceImageJobState_Equals_mD0EE6BB78CB7601C9E1AC6C297417B6E4AE70502 (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A ___0_other, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_Handle; AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A L_1 = ___0_other; intptr_t L_2 = L_1.___m_Handle; bool L_3; L_3 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline(L_0, L_2, NULL); if (!L_3) { goto IL_0022; } } { MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* L_4 = __this->___m_Library; AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A L_5 = ___0_other; MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* L_6 = L_5.___m_Library; return (bool)((((RuntimeObject*)(MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8*)L_4) == ((RuntimeObject*)(MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8*)L_6))? 1 : 0); } IL_0022: { return (bool)0; } } IL2CPP_EXTERN_C bool AddReferenceImageJobState_Equals_mD0EE6BB78CB7601C9E1AC6C297417B6E4AE70502_AdjustorThunk (RuntimeObject* __this, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A ___0_other, const RuntimeMethod* method) { AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = AddReferenceImageJobState_Equals_mD0EE6BB78CB7601C9E1AC6C297417B6E4AE70502(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AddReferenceImageJobState_op_Equality_m1F3798DA01CACD11DC90B5CA739749EE2240C609 (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A ___0_lhs, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A ___1_rhs, const RuntimeMethod* method) { { AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A L_0 = ___1_rhs; bool L_1; L_1 = AddReferenceImageJobState_Equals_mD0EE6BB78CB7601C9E1AC6C297417B6E4AE70502((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AddReferenceImageJobState_op_Inequality_m9E0E28070CEE1EF9170AA3D3438915E5C5014F60 (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A ___0_lhs, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A ___1_rhs, const RuntimeMethod* method) { { AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A L_0 = ___1_rhs; bool L_1; L_1 = AddReferenceImageJobState_Equals_mD0EE6BB78CB7601C9E1AC6C297417B6E4AE70502((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR bool AddReferenceImageJobStatusExtensions_IsPending_mDA71DBDE3C6E5530CCB0B0E92DBD0D3A95CB0509 (int32_t ___0_status, const RuntimeMethod* method) { { int32_t L_0 = ___0_status; return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AddReferenceImageJobStatusExtensions_IsComplete_m56FFD233E085F1001E21085AB820FB749814AA22 (int32_t ___0_status, const RuntimeMethod* method) { { int32_t L_0 = ___0_status; return (bool)((((int32_t)L_0) > ((int32_t)1))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AddReferenceImageJobStatusExtensions_IsError_m03EA2A197B6FE37D50B07B88BD12E6243D3B0C97 (int32_t ___0_status, const RuntimeMethod* method) { { int32_t L_0 = ___0_status; return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AddReferenceImageJobStatusExtensions_IsSuccess_m5170D9DA6B4AEDFC80BC1A55F99B7EB0578FA0DD (int32_t ___0_status, const RuntimeMethod* method) { { int32_t L_0 = ___0_status; return (bool)((((int32_t)L_0) == ((int32_t)2))? 1 : 0); } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A MutableRuntimeReferenceImageLibrary_CreateAddJobState_m0D3F0C269DC4388E00B628A01982BA04609380C0 (MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* __this, intptr_t ___0_handle, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___1_jobHandle, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(10, __this); if (!L_0) { goto IL_0025; } } { intptr_t L_1 = ___0_handle; bool L_2; L_2 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline(L_1, 0, NULL); if (!L_2) { goto IL_0025; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E3AA66375763B3002BB9676C66B36DC25F6FD12)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFFE3A1B73CD7FC81540FBBE737435B0A887629D5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableRuntimeReferenceImageLibrary_CreateAddJobState_m0D3F0C269DC4388E00B628A01982BA04609380C0_RuntimeMethod_var))); } IL_0025: { intptr_t L_4 = ___0_handle; JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_5 = ___1_jobHandle; AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A L_6; memset((&L_6), 0, sizeof(L_6)); AddReferenceImageJobState__ctor_mC0CCEC53FEB86CE2B9560D06DE28919ADB2440E2((&L_6), L_4, L_5, __this, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MutableRuntimeReferenceImageLibrary_GetAddReferenceImageJobStatus_m4109C2DCB5D54098102658A5A31393E0D67E588B (MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* __this, AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A ___0_state, const RuntimeMethod* method) { JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_0; memset((&V_0), 0, sizeof(V_0)); { intptr_t L_0; L_0 = AddReferenceImageJobState_AsIntPtr_m8C97E68E09387D512B5A2D921841B3E0FCF44CC0_inline((&___0_state), NULL); bool L_1; L_1 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline(L_0, 0, NULL); if (!L_1) { goto IL_0028; } } { JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_2; L_2 = AddReferenceImageJobState_get_jobHandle_m02E9565D08C8156E799D1B852C14707856E6B12E_inline((&___0_state), NULL); V_0 = L_2; bool L_3; L_3 = JobHandle_get_IsCompleted_m834D40CA77C5F2EC575592BD5DEB60B66ACCF941((&V_0), NULL); if (L_3) { goto IL_0026; } } { return (int32_t)(1); } IL_0026: { return (int32_t)(2); } IL_0028: { NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_4 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableRuntimeReferenceImageLibrary_GetAddReferenceImageJobStatus_m4109C2DCB5D54098102658A5A31393E0D67E588B_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MutableRuntimeReferenceImageLibrary_get_supportsValidation_mE0890A57BF3E61D7226931E190A093605EA47E61 (MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A MutableRuntimeReferenceImageLibrary_ScheduleAddImageWithValidationJobImpl_mA1984E4EBDB747C162F5F7F2DC47AD42A3FA2932 (MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* __this, NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA ___0_imageBytes, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_sizeInPixels, int32_t ___2_format, XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F ___3_referenceImage, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___4_inputDeps, const RuntimeMethod* method) { AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A V_0; memset((&V_0), 0, sizeof(V_0)); { NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableRuntimeReferenceImageLibrary_ScheduleAddImageWithValidationJobImpl_mA1984E4EBDB747C162F5F7F2DC47AD42A3FA2932_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A MutableRuntimeReferenceImageLibrary_ScheduleAddImageWithValidationJob_m98B12E578EA2A76A4F37D531DFD4BB6E2875A65C (MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* __this, NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA ___0_imageBytes, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_sizeInPixels, int32_t ___2_format, XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F ___3_referenceImage, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___4_inputDeps, const RuntimeMethod* method) { { NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA L_0 = ___0_imageBytes; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_1 = ___1_sizeInPixels; int32_t L_2 = ___2_format; MutableRuntimeReferenceImageLibrary_ValidateAndThrow_mB1ACF908016596526B97FDF497DC9A258D2573BD(__this, L_0, L_1, L_2, (&___3_referenceImage), NULL); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(10, __this); if (L_3) { goto IL_002c; } } { NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA L_4 = ___0_imageBytes; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_5 = ___1_sizeInPixels; int32_t L_6 = ___2_format; XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F L_7 = ___3_referenceImage; JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_8 = ___4_inputDeps; JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_9; L_9 = VirtualFuncInvoker5< JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A, int32_t, XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 >::Invoke(8, __this, L_4, L_5, L_6, L_7, L_8); AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A L_10; L_10 = MutableRuntimeReferenceImageLibrary_CreateAddJobState_m0D3F0C269DC4388E00B628A01982BA04609380C0(__this, 0, L_9, NULL); return L_10; } IL_002c: { NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA L_11 = ___0_imageBytes; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_12 = ___1_sizeInPixels; int32_t L_13 = ___2_format; XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F L_14 = ___3_referenceImage; JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_15 = ___4_inputDeps; AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A L_16; L_16 = VirtualFuncInvoker5< AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A, NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A, int32_t, XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 >::Invoke(11, __this, L_11, L_12, L_13, L_14, L_15); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MutableRuntimeReferenceImageLibrary_ValidateAndThrow_mB1ACF908016596526B97FDF497DC9A258D2573BD (MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* __this, NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA ___0_imageBytes, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_sizeInPixels, int32_t ___2_format, XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* ___3_referenceImage, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD9A2B4BB7177667D1A9E3AC345815C6478C6B441_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Guid_t V_0; memset((&V_0), 0, sizeof(V_0)); { NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA L_0 = ___0_imageBytes; void* L_1; L_1 = NativeSliceUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD9A2B4BB7177667D1A9E3AC345815C6478C6B441(L_0, NativeSliceUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD9A2B4BB7177667D1A9E3AC345815C6478C6B441_RuntimeMethod_var); if ((!(((uintptr_t)L_1) == ((uintptr_t)((uintptr_t)0))))) { goto IL_001a; } } { 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_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC43EDEADFD3245F29A73A73F1B6ABC9B301A4BE)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE38896D7A7A4D523CB8DB8499882C1A4B6CD2517)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableRuntimeReferenceImageLibrary_ValidateAndThrow_mB1ACF908016596526B97FDF497DC9A258D2573BD_RuntimeMethod_var))); } IL_001a: { XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* L_3 = ___3_referenceImage; Guid_t L_4; L_4 = XRReferenceImage_get_guid_m6BEA9888191B7528B60F98EE03C9DBB2B9B8ADEE(L_3, NULL); V_0 = L_4; Guid_t L_5 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->___Empty; bool L_6; L_6 = Guid_Equals_m1839AD036DD7C056E8439A64D5D82490C1F08E0C((&V_0), L_5, NULL); if (L_6) { goto IL_0040; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBAFB66877A656B61552112DCE8DB71CD94172E33)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA349D00A92432477BD02869F0B8A81869BF9986)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableRuntimeReferenceImageLibrary_ValidateAndThrow_mB1ACF908016596526B97FDF497DC9A258D2573BD_RuntimeMethod_var))); } IL_0040: { XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* L_8 = ___3_referenceImage; SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_9; L_9 = MutableRuntimeReferenceImageLibrary_GenerateNewGuid_m426233E3031BEA508FB52E4DA78DB1BCCB4D8CA7(NULL); L_8->___m_SerializedGuid = L_9; XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* L_10 = ___3_referenceImage; String_t* L_11; L_11 = XRReferenceImage_get_name_mF1BE1E54AD911D48445B7DDEF2E27EA01E1E73BB_inline(L_10, NULL); bool L_12; L_12 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_11, NULL); if (!L_12) { goto IL_0065; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_13 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E2CAD93C9B37D75C2F198F913EF6C4D8D9D1F79)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableRuntimeReferenceImageLibrary_ValidateAndThrow_mB1ACF908016596526B97FDF497DC9A258D2573BD_RuntimeMethod_var))); } IL_0065: { XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* L_14 = ___3_referenceImage; bool L_15; L_15 = XRReferenceImage_get_specifySize_m571D71A02EF695A72121AAA086F8B52323E4E4A5_inline(L_14, NULL); if (!L_15) { goto IL_00a2; } } { XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* L_16 = ___3_referenceImage; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17; L_17 = XRReferenceImage_get_size_mF44BF21ADEFBB155BFD8043E1067057219EC59F2_inline(L_16, NULL); float L_18 = L_17.___x; if ((!(((float)L_18) <= ((float)(0.0f))))) { goto IL_00a2; } } { XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* L_19 = ___3_referenceImage; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20; L_20 = XRReferenceImage_get_size_mF44BF21ADEFBB155BFD8043E1067057219EC59F2_inline(L_19, NULL); float L_21 = L_20.___x; float L_22 = L_21; RuntimeObject* L_23 = Box(il2cpp_defaults.single_class, &L_22); ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_24 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m60B543A63AC8692C28096003FBF2AD124B9D5B85(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B4A21D6CD8062B6CF05C6F0BE263B555730AD00)), L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC5EA8CC9CEFFB2863CC8F11B79A2D43FA26C9E3E)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableRuntimeReferenceImageLibrary_ValidateAndThrow_mB1ACF908016596526B97FDF497DC9A258D2573BD_RuntimeMethod_var))); } IL_00a2: { int32_t L_25 = ___2_format; bool L_26; L_26 = MutableRuntimeReferenceImageLibrary_IsTextureFormatSupported_m8FC142D8D5B1652E8AFDD49BD1EED8A6FE3BB955(__this, L_25, NULL); if (L_26) { goto IL_00c1; } } { int32_t L_27 = ___2_format; int32_t L_28 = L_27; RuntimeObject* L_29 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextureFormat_t87A73E4A3850D3410DC211676FC14B94226C1C1D_il2cpp_TypeInfo_var)), &L_28); String_t* L_30; L_30 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9C9801D3EA3E223E75ECE3A3C518ED695023EE74)), L_29, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_31 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_31, L_30, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableRuntimeReferenceImageLibrary_ValidateAndThrow_mB1ACF908016596526B97FDF497DC9A258D2573BD_RuntimeMethod_var))); } IL_00c1: { int32_t L_32; L_32 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&___1_sizeInPixels), NULL); if ((((int32_t)L_32) > ((int32_t)0))) { goto IL_00e7; } } { int32_t L_33; L_33 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&___1_sizeInPixels), NULL); int32_t L_34 = L_33; RuntimeObject* L_35 = Box(il2cpp_defaults.int32_class, &L_34); ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_36 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m60B543A63AC8692C28096003FBF2AD124B9D5B85(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB089E7C95CC4D58B7178BE7201F9D364AD80CE19)), L_35, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCECA054A5E04174D340F9D413A054DFB3140C680)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableRuntimeReferenceImageLibrary_ValidateAndThrow_mB1ACF908016596526B97FDF497DC9A258D2573BD_RuntimeMethod_var))); } IL_00e7: { int32_t L_37; L_37 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&___1_sizeInPixels), NULL); if ((((int32_t)L_37) > ((int32_t)0))) { goto IL_010d; } } { int32_t L_38; L_38 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&___1_sizeInPixels), NULL); int32_t L_39 = L_38; RuntimeObject* L_40 = Box(il2cpp_defaults.int32_class, &L_39); ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_41 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m60B543A63AC8692C28096003FBF2AD124B9D5B85(L_41, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral589FDC1297AD5B0B961700FBC7EC4CD7096E00E8)), L_40, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral143DF4D7BE7CC053F3AE25024CDD2EF673D36100)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableRuntimeReferenceImageLibrary_ValidateAndThrow_mB1ACF908016596526B97FDF497DC9A258D2573BD_RuntimeMethod_var))); } IL_010d: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MutableRuntimeReferenceImageLibrary_GetSupportedTextureFormatAt_m52CBAAD841E5758ED8038440563347BF2EBD0DB8 (MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* __this, int32_t ___0_index, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001a; } } { int32_t L_1 = ___0_index; int32_t L_2 = L_1; RuntimeObject* L_3 = Box(il2cpp_defaults.int32_class, &L_2); ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m60B543A63AC8692C28096003FBF2AD124B9D5B85(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3DAA28DA82AA8B836AA22268F5F5B468D3453CE4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableRuntimeReferenceImageLibrary_GetSupportedTextureFormatAt_m52CBAAD841E5758ED8038440563347BF2EBD0DB8_RuntimeMethod_var))); } IL_001a: { int32_t L_5 = ___0_index; int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(12, __this); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0053; } } { int32_t L_7 = ___0_index; int32_t L_8 = L_7; RuntimeObject* L_9 = Box(il2cpp_defaults.int32_class, &L_8); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(12, __this); int32_t L_11 = L_10; RuntimeObject* L_12 = Box(il2cpp_defaults.int32_class, &L_11); String_t* L_13; L_13 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4C97C4F7FC3DED6E21FAA15CE30C3109F208DAED)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF90D213CB4F4C128718F9D313856D1FA20671595)), L_12, NULL); ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_14 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m60B543A63AC8692C28096003FBF2AD124B9D5B85(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_9, L_13, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableRuntimeReferenceImageLibrary_GetSupportedTextureFormatAt_m52CBAAD841E5758ED8038440563347BF2EBD0DB8_RuntimeMethod_var))); } IL_0053: { int32_t L_15 = ___0_index; int32_t L_16; L_16 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(13, __this, L_15); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MutableRuntimeReferenceImageLibrary_IsTextureFormatSupported_m8FC142D8D5B1652E8AFDD49BD1EED8A6FE3BB955 (MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* __this, int32_t ___0_format, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(12, __this); V_0 = L_0; V_1 = 0; goto IL_001b; } IL_000b: { int32_t L_1 = V_1; int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(13, __this, L_1); int32_t L_3 = ___0_format; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0017; } } { return (bool)1; } IL_0017: { int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_4, 1)); } IL_001b: { int32_t L_5 = V_1; int32_t L_6 = V_0; if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_000b; } } { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED MutableRuntimeReferenceImageLibrary_GetEnumerator_m12161C68A1C63E5F42F3F69E12DE6D8B24C6502B (MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* __this, const RuntimeMethod* method) { { Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_m25C351F3CA22AFB104CE79D00CFF851C7E247ECE((&L_0), __this, NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 MutableRuntimeReferenceImageLibrary_GenerateNewGuid_m426233E3031BEA508FB52E4DA78DB1BCCB4D8CA7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Guid_t V_0; memset((&V_0), 0, sizeof(V_0)); TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 V_1; memset((&V_1), 0, sizeof(V_1)); { Guid_t L_0; L_0 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); V_0 = L_0; TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_1 = (*(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7*)((uintptr_t)(&V_0))); V_1 = L_1; il2cpp_codegen_runtime_class_init_inline(TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = TrackableId_get_subId1_m1F4296FEADE76DF0379F20BCBD94E807E2EF021F_inline((&V_1), NULL); uint64_t L_3; L_3 = TrackableId_get_subId2_m53BAB4D373B736E473381B24CB608EEF666BA24E_inline((&V_1), NULL); SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_4; memset((&L_4), 0, sizeof(L_4)); SerializableGuid__ctor_m0F2435157FEC8427E91A7D0DD39960BADE7209F0((&L_4), L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MutableRuntimeReferenceImageLibrary__ctor_m4B24CE8934BC39705050E5C69C2641ADA47561EF (MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* __this, const RuntimeMethod* method) { { RuntimeReferenceImageLibrary__ctor_m1357708CB4C54A390D991C4C103B6F7D89A2E376(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_marshal_pinvoke(const Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED& unmarshaled, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_marshaled_pinvoke& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED____m_Library_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___m_LibraryException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED____m_Library_FieldInfo_var, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_LibraryException, NULL); } IL2CPP_EXTERN_C void Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_marshal_pinvoke_back(const Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_marshaled_pinvoke& marshaled, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED____m_Library_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___m_LibraryException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED____m_Library_FieldInfo_var, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_LibraryException, NULL); } IL2CPP_EXTERN_C void Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_marshal_pinvoke_cleanup(Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_marshal_com(const Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED& unmarshaled, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_marshaled_com& marshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED____m_Library_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___m_LibraryException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED____m_Library_FieldInfo_var, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_LibraryException, NULL); } IL2CPP_EXTERN_C void Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_marshal_com_back(const Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_marshaled_com& marshaled, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED____m_Library_FieldInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* ___m_LibraryException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED____m_Library_FieldInfo_var, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_0_0_0_var); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_LibraryException, NULL); } IL2CPP_EXTERN_C void Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_marshal_com_cleanup(Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m25C351F3CA22AFB104CE79D00CFF851C7E247ECE (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* __this, MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* ___0_lib, const RuntimeMethod* method) { { MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* L_0 = ___0_lib; __this->___m_Library = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Library), (void*)L_0); __this->___m_Index = (-1); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m25C351F3CA22AFB104CE79D00CFF851C7E247ECE_AdjustorThunk (RuntimeObject* __this, MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* ___0_lib, const RuntimeMethod* method) { Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Enumerator__ctor_m25C351F3CA22AFB104CE79D00CFF851C7E247ECE(_thisAdjusted, ___0_lib, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mF3DBBFA17313E104979A8A4F7CD5F111C352AF67 (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->___m_Index; V_0 = ((int32_t)il2cpp_codegen_add(L_0, 1)); int32_t L_1 = V_0; __this->___m_Index = L_1; int32_t L_2 = V_0; MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* L_3 = __this->___m_Library; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(6, L_3); return (bool)((((int32_t)L_2) < ((int32_t)L_4))? 1 : 0); } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_mF3DBBFA17313E104979A8A4F7CD5F111C352AF67_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Enumerator_MoveNext_mF3DBBFA17313E104979A8A4F7CD5F111C352AF67(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F Enumerator_get_Current_mCAFA85FE5DFA6D3AF14AE3E0BD39A478B00D5F03 (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* __this, const RuntimeMethod* method) { { MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* L_0 = __this->___m_Library; int32_t L_1 = __this->___m_Index; NullCheck(L_0); XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F L_2; L_2 = RuntimeReferenceImageLibrary_get_Item_m02C9E57C775AEC269FCDAA1F51CDC1142CF50ED7(L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F Enumerator_get_Current_mCAFA85FE5DFA6D3AF14AE3E0BD39A478B00D5F03_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F _returnValue; _returnValue = Enumerator_get_Current_mCAFA85FE5DFA6D3AF14AE3E0BD39A478B00D5F03(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m4CBA500DF0A5E65FA1BECA0D61521C960884E06B (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m4CBA500DF0A5E65FA1BECA0D61521C960884E06B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Enumerator_Dispose_m4CBA500DF0A5E65FA1BECA0D61521C960884E06B(_thisAdjusted, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerator_GetHashCode_m687007D953BFC4902A3A0115F0E55CA3EBEB1DFE (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* L_0 = __this->___m_Library; if (!L_0) { goto IL_0015; } } { MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* L_1 = __this->___m_Library; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_1); G_B3_0 = L_2; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { int32_t* L_3 = (int32_t*)(&__this->___m_Index); int32_t L_4; L_4 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295(L_3, NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(G_B3_0, ((int32_t)486187739))), L_4)); } } IL2CPP_EXTERN_C int32_t Enumerator_GetHashCode_m687007D953BFC4902A3A0115F0E55CA3EBEB1DFE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Enumerator_GetHashCode_m687007D953BFC4902A3A0115F0E55CA3EBEB1DFE(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_Equals_m6831767F67C100E80B4C5BCDC1980E8453298DF9 (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_obj; bool L_2; L_2 = Enumerator_Equals_m9D822B4C42050C4A121A8CDC1174F2A5824015BB(__this, ((*(Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED*)UnBox(L_1, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED_il2cpp_TypeInfo_var))), NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_Equals_m6831767F67C100E80B4C5BCDC1980E8453298DF9_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Enumerator_Equals_m6831767F67C100E80B4C5BCDC1980E8453298DF9(_thisAdjusted, ___0_obj, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_Equals_m9D822B4C42050C4A121A8CDC1174F2A5824015BB (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* __this, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED ___0_other, const RuntimeMethod* method) { { MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* L_0 = __this->___m_Library; Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED L_1 = ___0_other; MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8* L_2 = L_1.___m_Library; if ((!(((RuntimeObject*)(MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8*)L_0) == ((RuntimeObject*)(MutableRuntimeReferenceImageLibrary_t51AE6E77B281FCE9DF42C7E905A11935708A53F8*)L_2)))) { goto IL_001d; } } { int32_t L_3 = __this->___m_Index; Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED L_4 = ___0_other; int32_t L_5 = L_4.___m_Index; return (bool)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0); } IL_001d: { return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_Equals_m9D822B4C42050C4A121A8CDC1174F2A5824015BB_AdjustorThunk (RuntimeObject* __this, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED ___0_other, const RuntimeMethod* method) { Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Enumerator_Equals_m9D822B4C42050C4A121A8CDC1174F2A5824015BB(_thisAdjusted, ___0_other, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_op_Equality_m293B7442D4BE33E92E21DEA6EEDB19987BE97298 (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED ___0_lhs, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED ___1_rhs, const RuntimeMethod* method) { { Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED L_0 = ___1_rhs; bool L_1; L_1 = Enumerator_Equals_m9D822B4C42050C4A121A8CDC1174F2A5824015BB((&___0_lhs), L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_op_Inequality_m70013614EC7DE83A9C173EE0EBF37D724BBF8ED6 (Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED ___0_lhs, Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED ___1_rhs, const RuntimeMethod* method) { { Enumerator_tF50B6A349DB9B6D1A9E5AD924A439A670F70E1ED L_0 = ___1_rhs; bool L_1; L_1 = Enumerator_Equals_m9D822B4C42050C4A121A8CDC1174F2A5824015BB((&___0_lhs), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F RuntimeReferenceImageLibrary_get_Item_m02C9E57C775AEC269FCDAA1F51CDC1142CF50ED7 (RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* __this, int32_t ___0_index, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001a; } } { int32_t L_1 = ___0_index; int32_t L_2 = L_1; RuntimeObject* L_3 = Box(il2cpp_defaults.int32_class, &L_2); ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m60B543A63AC8692C28096003FBF2AD124B9D5B85(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3DAA28DA82AA8B836AA22268F5F5B468D3453CE4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeReferenceImageLibrary_get_Item_m02C9E57C775AEC269FCDAA1F51CDC1142CF50ED7_RuntimeMethod_var))); } IL_001a: { int32_t L_5 = ___0_index; int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(6, __this); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_004e; } } { int32_t L_7 = ___0_index; int32_t L_8 = L_7; RuntimeObject* L_9 = Box(il2cpp_defaults.int32_class, &L_8); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(6, __this); int32_t L_11 = L_10; RuntimeObject* L_12 = Box(il2cpp_defaults.int32_class, &L_11); String_t* L_13; L_13 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral843AD9485B03D4FA4E70DB5FA0FC7C332F7F871F)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_12, NULL); ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_14 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m60B543A63AC8692C28096003FBF2AD124B9D5B85(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_9, L_13, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeReferenceImageLibrary_get_Item_m02C9E57C775AEC269FCDAA1F51CDC1142CF50ED7_RuntimeMethod_var))); } IL_004e: { int32_t L_15 = ___0_index; XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F L_16; L_16 = VirtualFuncInvoker1< XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F, int32_t >::Invoke(7, __this, L_15); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeReferenceImageLibrary__ctor_m1357708CB4C54A390D991C4C103B6F7D89A2E376 (RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* __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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRImageTrackingSubsystem__ctor_mBE6E7CD58CD9742BEE873E1D3AEC19BC1337EDA3 (XRImageTrackingSubsystem_t5EEEA714F4273F686F836517EE4957AEDFFD7BEB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackingSubsystem_4__ctor_m0CF201915BD09FA13A460D93CD670051D5461B38_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { TrackingSubsystem_4__ctor_m0CF201915BD09FA13A460D93CD670051D5461B38(__this, TrackingSubsystem_4__ctor_m0CF201915BD09FA13A460D93CD670051D5461B38_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRImageTrackingSubsystem_OnStart_m4FE3881F6EF815EC15B872CE0638E32D523633D0 (XRImageTrackingSubsystem_t5EEEA714F4273F686F836517EE4957AEDFFD7BEB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_OnStart_mCE77E85B4E289091CAA7752C9378541E3FEAAEAA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* L_0 = __this->___m_ImageLibrary; 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*)&_stringLiteral3A52E7879DE66D0E349B236E72057CAEC73F1854)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRImageTrackingSubsystem_OnStart_m4FE3881F6EF815EC15B872CE0638E32D523633D0_RuntimeMethod_var))); } IL_0013: { Provider_t04088A6CFC6675A4655FFD62200BFA745A0F9DDA* L_2; L_2 = SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_inline(__this, SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* L_3 = __this->___m_ImageLibrary; NullCheck(L_2); VirtualActionInvoker1< RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* >::Invoke(9, L_2, L_3); SubsystemWithProvider_3_OnStart_mCE77E85B4E289091CAA7752C9378541E3FEAAEAA(__this, SubsystemWithProvider_3_OnStart_mCE77E85B4E289091CAA7752C9378541E3FEAAEAA_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRImageTrackingSubsystem_OnStop_m4EFCBBF37ABFCB43D22F3D8B9B136FB46CD50E88 (XRImageTrackingSubsystem_t5EEEA714F4273F686F836517EE4957AEDFFD7BEB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_OnStop_m12D8AD2876F5F2A9F1D021D43F65F13261B5CFCA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { SubsystemWithProvider_3_OnStop_m12D8AD2876F5F2A9F1D021D43F65F13261B5CFCA(__this, SubsystemWithProvider_3_OnStop_m12D8AD2876F5F2A9F1D021D43F65F13261B5CFCA_RuntimeMethod_var); Provider_t04088A6CFC6675A4655FFD62200BFA745A0F9DDA* L_0; L_0 = SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_inline(__this, SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); NullCheck(L_0); VirtualActionInvoker1< RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* >::Invoke(9, L_0, (RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF*)NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* XRImageTrackingSubsystem_get_imageLibrary_mE8D15BAA0C750529680799A27597C4B5F61EBBC8 (XRImageTrackingSubsystem_t5EEEA714F4273F686F836517EE4957AEDFFD7BEB* __this, const RuntimeMethod* method) { { RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* L_0 = __this->___m_ImageLibrary; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRImageTrackingSubsystem_set_imageLibrary_m43AB62E6D41F3AF16AF633843C190D35575EB97B (XRImageTrackingSubsystem_t5EEEA714F4273F686F836517EE4957AEDFFD7BEB* __this, RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* L_0 = __this->___m_ImageLibrary; RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* L_1 = ___0_value; if ((!(((RuntimeObject*)(RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF*)L_0) == ((RuntimeObject*)(RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF*)L_1)))) { goto IL_000a; } } { return; } IL_000a: { bool L_2; L_2 = SubsystemWithProvider_get_running_m6BF31FC3BDA38C56C0F60FEA37767A4151B22C44_inline(__this, NULL); if (!L_2) { goto IL_0025; } } { RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* L_3 = ___0_value; if (L_3) { goto IL_0025; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral17DF22DB953B0B2B32295ED5D22675E806114620)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XRImageTrackingSubsystem_set_imageLibrary_m43AB62E6D41F3AF16AF633843C190D35575EB97B_RuntimeMethod_var))); } IL_0025: { RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* L_5 = ___0_value; __this->___m_ImageLibrary = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ImageLibrary), (void*)L_5); bool L_6; L_6 = SubsystemWithProvider_get_running_m6BF31FC3BDA38C56C0F60FEA37767A4151B22C44_inline(__this, NULL); if (!L_6) { goto IL_0045; } } { Provider_t04088A6CFC6675A4655FFD62200BFA745A0F9DDA* L_7; L_7 = SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_inline(__this, SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* L_8 = __this->___m_ImageLibrary; NullCheck(L_7); VirtualActionInvoker1< RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* >::Invoke(9, L_7, L_8); } IL_0045: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* XRImageTrackingSubsystem_CreateRuntimeLibrary_m1E7DAA2B60E911BFD4F9F27EABAC6FE44C617B9F (XRImageTrackingSubsystem_t5EEEA714F4273F686F836517EE4957AEDFFD7BEB* __this, XRReferenceImageLibrary_t039233790C16E76ED95AABD95D9A35014081EA42* ___0_serializedLibrary, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_t04088A6CFC6675A4655FFD62200BFA745A0F9DDA* L_0; L_0 = SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_inline(__this, SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); XRReferenceImageLibrary_t039233790C16E76ED95AABD95D9A35014081EA42* L_1 = ___0_serializedLibrary; NullCheck(L_0); RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF* L_2; L_2 = VirtualFuncInvoker1< RuntimeReferenceImageLibrary_tBAE57A7BC9A82E302D6DC78EB9D90EC36F5995BF*, XRReferenceImageLibrary_t039233790C16E76ED95AABD95D9A35014081EA42* >::Invoke(10, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackableChanges_1_t5289D1DB76FBCB9C1A7B387927387F4299599C1E XRImageTrackingSubsystem_GetChanges_mFF556E643419EAE8E625953B65DE35DBDDC17A7C (XRImageTrackingSubsystem_t5EEEA714F4273F686F836517EE4957AEDFFD7BEB* __this, int32_t ___0_allocator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Provider_t04088A6CFC6675A4655FFD62200BFA745A0F9DDA* L_0; L_0 = SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_inline(__this, SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD_il2cpp_TypeInfo_var); XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD L_1; L_1 = XRTrackedImage_get_defaultValue_m956437B8BAA793667C1008981EC550646ED6E6C8_inline(NULL); int32_t L_2 = ___0_allocator; NullCheck(L_0); TrackableChanges_1_t5289D1DB76FBCB9C1A7B387927387F4299599C1E L_3; L_3 = VirtualFuncInvoker2< TrackableChanges_1_t5289D1DB76FBCB9C1A7B387927387F4299599C1E, XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD, int32_t >::Invoke(8, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRImageTrackingSubsystem_get_requestedMaxNumberOfMovingImages_m297CA442EB359393CD73A53ED4BB535376BB8A72 (XRImageTrackingSubsystem_t5EEEA714F4273F686F836517EE4957AEDFFD7BEB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_t04088A6CFC6675A4655FFD62200BFA745A0F9DDA* L_0; L_0 = SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_inline(__this, SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRImageTrackingSubsystem_set_requestedMaxNumberOfMovingImages_mE6898D8A250E46CD9CAE48EE63E3624AB7184F1D (XRImageTrackingSubsystem_t5EEEA714F4273F686F836517EE4957AEDFFD7BEB* __this, int32_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_t04088A6CFC6675A4655FFD62200BFA745A0F9DDA* L_0; L_0 = SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_inline(__this, SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); int32_t L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< int32_t >::Invoke(12, L_0, L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRImageTrackingSubsystem_get_currentMaxNumberOfMovingImages_mF52B4940D32D6802A8B80EB4261B728D50C068EE (XRImageTrackingSubsystem_t5EEEA714F4273F686F836517EE4957AEDFFD7BEB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Provider_t04088A6CFC6675A4655FFD62200BFA745A0F9DDA* L_0; L_0 = SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_inline(__this, SubsystemWithProvider_3_get_provider_mAB3357F5DACC3F0004BCA0330A872834C0845A25_RuntimeMethod_var); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRAnchor_get_trackableId_m0F50E81D0152D0BA4152EF9B66F648EF9FC664AE_inline (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = __this->___m_Id; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRAnchor_get_pose_m2347783C1262EEFBC0B817EF0357FA4BB4BF053F_inline (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_Pose; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRAnchor_get_trackingState_m6124A26C36CA93C25C57548576CB00C1F496ED83_inline (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_TrackingState; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRAnchor_get_nativePtr_mC0551FA7E8DB8A0DA1EAE02D9B0BFD9D47389C26_inline (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_NativePtr; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Guid_t XRAnchor_get_sessionId_m719628E8A58027C75FF2CEA3345DC41200FB5F76_inline (XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82* __this, const RuntimeMethod* method) { { Guid_t L_0 = __this->___m_SessionId; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) { { intptr_t L_0 = ___0_value1; intptr_t L_1 = ___1_value2; return (bool)((((intptr_t)L_0) == ((intptr_t)L_1))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 XRAnchor_get_defaultValue_mF68ABF2D0EC8B54DD8D5333FCD56EEF14A985A9A_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var); XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_0 = ((XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_StaticFields*)il2cpp_codegen_static_fields_for(XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82_il2cpp_TypeInfo_var))->___s_Default; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* Awaitable_NextFrameAsync_m3FC9FBAF1FF8A273E7009D4AF0BD8A00E18828DA_inline (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___0_cancellationToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* V_0 = NULL; bool V_1 = false; Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var); Awaitable_ThrowIfNotMainThread_m2C86EB37FA4514D04F08D7A3429FB55DF9A1E24A_inline(NULL); il2cpp_codegen_runtime_class_init_inline(CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var); CancellationToken_ThrowIfCancellationRequested_mB9D952DC6E96FB6E0595FC8E88D3133CDA4382C3((&___0_cancellationToken), NULL); Awaitable_EnsureDelayedCallWiredUp_m4AB7441D5C42B0EB62CF9C185D0F3B740191011F(NULL); Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_0; L_0 = Awaitable_NewManagedAwaitable_m9DEF7D7EBEF14F4C707791F27E2D25186D9B416D(NULL); V_0 = L_0; DoubleBufferedAwaitableList_t76D3153523C81B2FE4A2C4DCDED3E100C4F08BBE* L_1 = ((Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_StaticFields*)il2cpp_codegen_static_fields_for(Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var))->____nextFrameAwaitables; Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_2 = V_0; int32_t L_3; L_3 = Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667(NULL); NullCheck(L_1); DoubleBufferedAwaitableList_Add_m182F34DA131C7FB63C6E8F94A8E50E7F38E3A25F(L_1, L_2, ((int32_t)il2cpp_codegen_add(L_3, 1)), NULL); Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_4 = V_0; DoubleBufferedAwaitableList_t76D3153523C81B2FE4A2C4DCDED3E100C4F08BBE* L_5 = ((Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_StaticFields*)il2cpp_codegen_static_fields_for(Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var))->____nextFrameAwaitables; NullCheck(L_4); L_4->____managedCompletionQueue = L_5; Il2CppCodeGenWriteBarrier((void**)(&L_4->____managedCompletionQueue), (void*)L_5); bool L_6; L_6 = CancellationToken_get_CanBeCanceled_mC3751330B171DB14B70B9BAAD90A7D098A2309EC((&___0_cancellationToken), NULL); V_1 = L_6; bool L_7 = V_1; if (!L_7) { goto IL_004e; } } { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_8 = V_0; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_9 = ___0_cancellationToken; il2cpp_codegen_runtime_class_init_inline(Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var); Awaitable_WireupCancellation_m3897DB35133F82C0C274932512C45FEB9973D684_inline(L_8, L_9, NULL); } IL_004e: { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_10 = V_0; V_2 = L_10; goto IL_0052; } IL_0052: { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_11 = V_2; return L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaiter_GetResult_mB2E321DF49E4CD5A2997A8EE7BEF8D71F5A24EB2_inline (Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7* __this, const RuntimeMethod* method) { { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_0 = __this->____awaited; NullCheck(L_0); Awaitable_PropagateExceptionAndRelease_m3CA98B98E86A17F0BBF8892313B23ED1E32BE01C(L_0, NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_mFF66DF9642403D18476451C30BD5F2FC89CAF8B1_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SubsystemDescriptorWithProvider_set_id_m4E93140B46C960FFB4723062C55D05D7B551A57B_inline (SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_m2D11E14B5E4C48474C00C579D4C2F5F45970D70B_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SubsystemDescriptorWithProvider_set_providerType_m27A630CAFBA225796667E17DE114673056339EA4_inline (SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_mD1DEE5FBF656FDF4BF5E28B60C04F53B6D146C3B_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SubsystemDescriptorWithProvider_set_subsystemTypeOverride_m34C15BBBE4EB41226EF1C0A0C8BB73A0955E0F3E_inline (SubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsTrackableAttachments_m2BA4A0E85635C4D85059CDF713EE7FC21F80DBF4_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsTrackableAttachmentsU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsSynchronousAdd_m45C4A12FB4F258524EAD2E91C5D36EBD0E0D97F0_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsSynchronousAddU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsSaveAnchor_m0157047CCC68954935E3F3DF731FB53C434FCD18_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsSaveAnchorU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsLoadAnchor_mC8D701631C677195D465269BAE8A68867AE1E817_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsLoadAnchorU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsEraseAnchor_m8E0AB5DB3DB2B33972189485FA67154220057C9E_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsEraseAnchorU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsGetSavedAnchorIds_m1E96391AFB2EDCC60FFD0731BE5B7FE0E0900D8F_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsGetSavedAnchorIdsU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAsyncCancellation_m7ECB198DAD457DD9C3E25BB43BB2D65896358F1A_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAsyncCancellationU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_id_m6344F3700C1D743D82AB9E74925F7687925734A6_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_providerType_m0E291C22B0B2CF634024F32ECA2E424F18157ACF_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_mD5C5CAAC167444FE1BD48C1A16AA904E8DFF7052_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsTrackableAttachments_m58F12783B1EF42ED420CC99E0585FA6ED046C4AD_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsTrackableAttachmentsU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsSynchronousAdd_m4EE2BE17F57E62ADC471B35BC0640049F1AD93E1_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsSynchronousAddU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsSaveAnchor_m66EE9914E191FE1A82EA315BCE4053AFC6B75012_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsSaveAnchorU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsLoadAnchor_mF3FF3A23056C429D8950380A1311429DA40C7901_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsLoadAnchorU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsEraseAnchor_m2FE9C32E6CF97744C8C0C364D26C8F0A4106A5BF_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsEraseAnchorU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsGetSavedAnchorIds_m9A8CAFAFE32CED0C3807135E617E06C5DF2A4187_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsGetSavedAnchorIdsU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsAsyncCancellation_m4209A908D8C293DAD9F2AFB7157E8004A9E6D96C_inline (Cinfo_t935E3721D062C7CF3DB741A91D425DFE99290384* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAsyncCancellationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRBoundingBox_get_trackableId_mF5CD5DB3F259DE8F7153195F3AF90638D741867A_inline (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = __this->___U3CtrackableIdU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRBoundingBox_get_pose_m2A10A9EA8E5CDAEF4AF6B7788544B5A738D64BA6_inline (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___U3CposeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRBoundingBox_get_size_m710CD228CCAA19856FC370FD340AC44BF1EB7AC6_inline (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___U3CsizeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRBoundingBox_get_trackingState_mE55A3821D992D4E37203E41BC42A873F5BD81777_inline (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CtrackingStateU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRBoundingBox_get_nativePtr_mB8265BAE055028EE0088A414D9D479883FF6F9F7_inline (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___U3CnativePtrU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t XRBoundingBox_get_classifications_mCB5C4BE9ACB8F238F54E0842B31F2327F73B864F_inline (XRBoundingBox_tF12DE2409AC158AA9821C5F37C76716468FA6F85* __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->___U3CclassificationsU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringBuilder_t* SharedStringBuilder_get_stringBuilder_m8A4CC02B07E97DE4DCD60C549D6009B470A39927_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedStringBuilder_tBC700FDE57D7EA19A44D80D4B0BC9F49F5B62A78_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(SharedStringBuilder_tBC700FDE57D7EA19A44D80D4B0BC9F49F5B62A78_il2cpp_TypeInfo_var); StringBuilder_t* L_0 = ((SharedStringBuilder_tBC700FDE57D7EA19A44D80D4B0BC9F49F5B62A78_StaticFields*)il2cpp_codegen_static_fields_for(SharedStringBuilder_tBC700FDE57D7EA19A44D80D4B0BC9F49F5B62A78_il2cpp_TypeInfo_var))->___s_StringBuilder; return L_0; } } 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; } } 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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector3_Equals_mEDEAF86793D229455BBF9BA5B30DDF438D6CABC1_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_other, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B4_0 = 0; { float L_0 = __this->___x; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___0_other; float L_2 = L_1.___x; if ((!(((float)L_0) == ((float)L_2)))) { goto IL_002d; } } { float L_3 = __this->___y; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_other; float L_5 = L_4.___y; if ((!(((float)L_3) == ((float)L_5)))) { goto IL_002d; } } { float L_6 = __this->___z; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ___0_other; float L_8 = L_7.___z; G_B4_0 = ((((float)L_6) == ((float)L_8))? 1 : 0); goto IL_002e; } IL_002d: { G_B4_0 = 0; } IL_002e: { V_0 = (bool)G_B4_0; goto IL_0031; } IL_0031: { bool L_9 = V_0; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m247EC43D4F92ECB29BBA8D5FDC3BAAAD87B16D50_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_mA1F0BEE01180AC71A4C5385E64055CCB25111B5C_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_m246CD89A95D6A3F5B937D7717C7A645AFD770778_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsClassification_m90E8507B73546783081A1B8497FEFAFD28D37915_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsClassificationU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_id_m172BEDBF188D121EBFE1FF658328955DA092CC4C_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_providerType_mB32642C0F151A0CBB6EC9F0F20813B6A61ACF706_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_m741AE5BF88628677B878FCE7DE3A1664C83F54B8_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsClassification_m95FAE748501A8FD23465071CC4D46497B62BB9BB_inline (Cinfo_t3DE8D5EB11358AE6FB4373757AE9130372A52718* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsClassificationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* XRCameraBackgroundRenderingParams_get_backgroundGeometry_mDB1427A99FCF60D40039091E15D192693E814E1B_inline (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, const RuntimeMethod* method) { { Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_0 = __this->___U3CbackgroundGeometryU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 XRCameraBackgroundRenderingParams_get_backgroundTransform_m7871874D912DF0B283B38D0D50ACB2050E385CD7_inline (XRCameraBackgroundRenderingParams_tC660175BFEAECC2A001D85C18101827931BA9BE5* __this, const RuntimeMethod* method) { { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = __this->___U3CbackgroundTransformU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Matrix4x4_Equals_mDB0C4CCC58BE3E108F1A40BE8DBDCD62E284CC51_inline (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_other, const RuntimeMethod* method) { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; int32_t G_B5_0 = 0; { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0; L_0 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118(__this, 0, NULL); V_0 = L_0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1; L_1 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118((&___0_other), 0, NULL); bool L_2; L_2 = Vector4_Equals_m73FAA65A1A565EE28D6C9385603829894B7D4392_inline((&V_0), L_1, NULL); if (!L_2) { goto IL_0065; } } { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3; L_3 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118(__this, 1, NULL); V_0 = L_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4; L_4 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118((&___0_other), 1, NULL); bool L_5; L_5 = Vector4_Equals_m73FAA65A1A565EE28D6C9385603829894B7D4392_inline((&V_0), L_4, NULL); if (!L_5) { goto IL_0065; } } { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6; L_6 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118(__this, 2, NULL); V_0 = L_6; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7; L_7 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118((&___0_other), 2, NULL); bool L_8; L_8 = Vector4_Equals_m73FAA65A1A565EE28D6C9385603829894B7D4392_inline((&V_0), L_7, NULL); if (!L_8) { goto IL_0065; } } { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9; L_9 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118(__this, 3, NULL); V_0 = L_9; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10; L_10 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118((&___0_other), 3, NULL); bool L_11; L_11 = Vector4_Equals_m73FAA65A1A565EE28D6C9385603829894B7D4392_inline((&V_0), L_10, NULL); G_B5_0 = ((int32_t)(L_11)); goto IL_0066; } IL_0065: { G_B5_0 = 0; } IL_0066: { V_1 = (bool)G_B5_0; goto IL_0069; } IL_0069: { bool L_12 = V_1; return L_12; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->___m_X; V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->___m_Y; V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A XRCameraConfiguration_get_resolution_m8EB20C15322147BCA971867F394BC0E0EDCB5A0D_inline (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) { { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = __this->___m_Resolution; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRCameraConfiguration_get_depthSensorSupported_m05B25DB3D4E83E385BE419109288B77684532A53_inline (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_DepthSensorSupported; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRCameraConfiguration_get_nativeConfigurationHandle_mD9C92AE35660E0441A296301336578BA11313155_inline (XRCameraConfiguration_t36D3B10519762ADD407F4A4F171D120CE2B3BD63* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_NativeConfigurationHandle; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_GetHashCode_mA3B6135FA770AF0C171319B50D9B913657230EB7_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(__this, NULL); int32_t L_1; L_1 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(__this, NULL); V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_0, ((int32_t)73856093)))^((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)83492791))))); goto IL_001d; } IL_001d: { int32_t L_2 = V_0; return L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2Int_op_Equality_mD80F6ED22EA1200C4F408440D02FE61388C7D6BA_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_lhs, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_rhs, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { int32_t L_0; L_0 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&___0_lhs), NULL); int32_t L_1; L_1 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&___1_rhs), NULL); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0023; } } { int32_t L_2; L_2 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&___0_lhs), NULL); int32_t L_3; L_3 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&___1_rhs), NULL); G_B3_0 = ((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0); goto IL_0024; } IL_0023: { G_B3_0 = 0; } IL_0024: { V_0 = (bool)G_B3_0; goto IL_0027; } IL_0027: { bool L_4 = V_0; return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t XRCameraFrame_get_timestampNs_m93571F53415C7DC6195854F3297E95D2E55A4DFB_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int64_t L_0 = __this->___m_TimestampNs; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraFrame_get_averageBrightness_mD1106801D777BFB9EE60FDE5DE194EBACEFB6071_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_AverageBrightness; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraFrame_get_averageColorTemperature_m29B8FBE0061F8895678D3C4DA5BAB7BDBE154D4E_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_AverageColorTemperature; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F XRCameraFrame_get_colorCorrection_m00236A30115F91E2696EAAAF6F1CDF9CA0F83354_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = __this->___m_ColorCorrection; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 XRCameraFrame_get_projectionMatrix_mDE497D5208A1D08226B6B6C7521F53125E6EB9BD_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = __this->___m_ProjectionMatrix; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 XRCameraFrame_get_displayMatrix_m221E85929B55C0B8F6AB494FF27CC3200A80F287_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = __this->___m_DisplayMatrix; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRCameraFrame_get_trackingState_mA6E95E5F574FC6506C0F602E430C42763797779A_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_TrackingState; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRCameraFrame_get_nativePtr_m4DED9CE0A7333F6A1E5C4932A6C98A8A0DD9E62D_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_NativePtr; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRCameraFrame_get_properties_m0C853765A7C76148A439A2C275E3687659DD8DFB_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Properties; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraFrame_get_averageIntensityInLumens_m639F0315B64DA5EC8321609C8673EA14A7263115_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_AverageIntensityInLumens; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double XRCameraFrame_get_exposureDuration_m4D8412C33F590A282E1671AFD89CC543837BD007_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { double L_0 = __this->___m_ExposureDuration; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraFrame_get_exposureOffset_m9683C51CB26F830F5FC5720AD0FD541EC053202E_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_ExposureOffset; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraFrame_get_mainLightIntensityLumens_m55B353C41D7A9E00F596D4BAD4813793C9754BE8_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_MainLightIntensityLumens; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F XRCameraFrame_get_mainLightColor_mE96BCE9B4E4E241AF9F6BC758942EB8D4584138C_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = __this->___m_MainLightColor; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRCameraFrame_get_mainLightDirection_mF33683D8BF23ADFB8EBC2D2875C2EDF5922F21B8_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_MainLightDirection; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 XRCameraFrame_get_ambientSphericalHarmonics_mB62D6BDCC0A0DAAB5C057225A84289502076EFCE_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 L_0 = __this->___m_AmbientSphericalHarmonics; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 XRCameraFrame_get_cameraGrain_m7FF742DB5555C9D84DCD7937828C612FAACFEEFE_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 L_0 = __this->___m_CameraGrain; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraFrame_get_noiseIntensity_mA1D17EA6D00D7FF958FFF6A62B99B34B052F2FEC_inline (XRCameraFrame_t8F64F0595266C7D47FA9A4FE9C5933371026A531* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_NoiseIntensity; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Color_Equals_mD297CAFFEBE9352C940873862FDF9A28F1F02435_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_other, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B5_0 = 0; { float* L_0 = (float*)(&__this->___r); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ___0_other; float L_2 = L_1.___r; bool L_3; L_3 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_0, L_2, NULL); if (!L_3) { goto IL_004d; } } { float* L_4 = (float*)(&__this->___g); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = ___0_other; float L_6 = L_5.___g; bool L_7; L_7 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_4, L_6, NULL); if (!L_7) { goto IL_004d; } } { float* L_8 = (float*)(&__this->___b); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = ___0_other; float L_10 = L_9.___b; bool L_11; L_11 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_8, L_10, NULL); if (!L_11) { goto IL_004d; } } { float* L_12 = (float*)(&__this->___a); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13 = ___0_other; float L_14 = L_13.___a; bool L_15; L_15 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9(L_12, L_14, NULL); G_B5_0 = ((int32_t)(L_15)); goto IL_004e; } IL_004d: { G_B5_0 = 0; } IL_004e: { V_0 = (bool)G_B5_0; goto IL_0051; } IL_0051: { bool L_16 = V_0; return L_16; } } 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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Matrix4x4_GetHashCode_m313B1AF4FEA792BB7E4D1D239EBE3257F825914D_inline (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, const RuntimeMethod* method) { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0; L_0 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118(__this, 0, NULL); V_0 = L_0; int32_t L_1; L_1 = Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline((&V_0), NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2; L_2 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118(__this, 1, NULL); V_0 = L_2; int32_t L_3; L_3 = Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline((&V_0), NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4; L_4 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118(__this, 2, NULL); V_0 = L_4; int32_t L_5; L_5 = Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline((&V_0), NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6; L_6 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118(__this, 3, NULL); V_0 = L_6; int32_t L_7; L_7 = Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline((&V_0), NULL); V_1 = ((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_0061; } IL_0061: { int32_t L_8 = V_1; return L_8; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline (double* __this, const RuntimeMethod* method) { int64_t V_0 = 0; { double L_0 = *((double*)__this); int64_t L_1; L_1 = BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline(L_0, NULL); V_0 = L_1; int64_t L_2 = V_0; if ((((int64_t)((int64_t)(((int64_t)il2cpp_codegen_subtract(L_2, ((int64_t)1)))&((int64_t)(std::numeric_limits::max)())))) < ((int64_t)((int64_t)9218868437227405312LL)))) { goto IL_002d; } } { int64_t L_3 = V_0; V_0 = ((int64_t)(L_3&((int64_t)9218868437227405312LL))); } IL_002d: { int64_t L_4 = V_0; int64_t L_5 = V_0; return ((int32_t)(((int32_t)L_4)^((int32_t)((int64_t)(L_5>>((int32_t)32)))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRCameraFrameExifData_get_nativePtr_mCB1987D3B4CABB2C972BE7D4E92365763550783E_inline (XRCameraFrameExifData_tCECD90020A07DE4EC65B94AEF60F0E1C5EC0E31E* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_NativePtr; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 XRCameraIntrinsics_get_focalLength_m9B19B7C0AF4CDAF1C8BA121C20BE8A80A7DF778D_inline (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, const RuntimeMethod* method) { { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___m_FocalLength; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 XRCameraIntrinsics_get_principalPoint_m677A9880F319E54576353AD01EF0936317E1D83D_inline (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, const RuntimeMethod* method) { { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___m_PrincipalPoint; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A XRCameraIntrinsics_get_resolution_mDC07EA111909E8903F1B89577FA2A6BF8FB14D52_inline (XRCameraIntrinsics_t9367485046DF7AF56DD5A690EA98D9D8A1F78A5B* __this, const RuntimeMethod* method) { { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = __this->___m_Resolution; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_Equals_mDF84D5ED14E018609C6A9C9BAE016C1B33BCFF4C_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_other, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { float L_0 = __this->___x; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___0_other; float L_2 = L_1.___x; if ((!(((float)L_0) == ((float)L_2)))) { goto IL_001f; } } { float L_3 = __this->___y; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_other; float L_5 = L_4.___y; G_B3_0 = ((((float)L_3) == ((float)L_5))? 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_6 = V_0; return L_6; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2Int_Equals_m32811BA0576C096D5EB5C0CFD8231478F17229A6_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_other, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { int32_t L_0; L_0 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(__this, NULL); int32_t L_1; L_1 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&___0_other), NULL); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0021; } } { int32_t L_2; L_2 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(__this, NULL); int32_t L_3; L_3 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&___0_other), NULL); G_B3_0 = ((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0); goto IL_0022; } IL_0021: { G_B3_0 = 0; } IL_0022: { V_0 = (bool)G_B3_0; goto IL_0025; } IL_0025: { bool L_4 = V_0; return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2_GetHashCode_mED8670C0E122B7ED0DAB4C3381ADFF04B75E0B03_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __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); V_0 = ((int32_t)(L_1^((int32_t)(L_3<<2)))); goto IL_001d; } IL_001d: { int32_t L_4 = V_0; return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraParams_get_zNear_mECA80F2D2C74318641F94031BB7964DD06ABEA75_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_ZNear; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraParams_set_zNear_m13DFECBAE558037DEBE998F3EFF2E1C6372EE6E0_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, float ___0_value, const RuntimeMethod* method) { { float L_0 = ___0_value; __this->___m_ZNear = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraParams_get_zFar_mDF023917C3AD6AA2C909A2295219F34B085638DA_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_ZFar; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraParams_set_zFar_mA528373BCB66A9DE2A393512B883B932AB02D600_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, float ___0_value, const RuntimeMethod* method) { { float L_0 = ___0_value; __this->___m_ZFar = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraParams_get_screenWidth_m791F2E175953698508D73BF5B38087BA66875FDA_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_ScreenWidth; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraParams_set_screenWidth_mA367A9BD005F2F052549E9B509F4D41F276CA021_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, float ___0_value, const RuntimeMethod* method) { { float L_0 = ___0_value; __this->___m_ScreenWidth = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRCameraParams_get_screenHeight_m560E3D0692A29242E6E137CA8895C3754E8A7745_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_ScreenHeight; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraParams_set_screenHeight_m7F6C7A3B7F3D7AEBE074A19FF20EF3DDACB79DE9_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, float ___0_value, const RuntimeMethod* method) { { float L_0 = ___0_value; __this->___m_ScreenHeight = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRCameraParams_get_screenOrientation_m0EC129A67B19D30348027E60C9A6C982DBC89D3A_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_ScreenOrientation; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraParams_set_screenOrientation_m9AA6D552ED0B67E9560CDF2C775FC27AA7A83A07_inline (XRCameraParams_t2EBCCDA7FA502A7BDA940461C44C7817E5B44B40* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___m_ScreenOrientation = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SubsystemWithProvider_get_running_m6BF31FC3BDA38C56C0F60FEA37767A4151B22C44_inline (SubsystemWithProvider_tC72E35EE2D413A4B0635B058154BABF265F31242* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CrunningU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XRCameraSubsystemCinfo_get_id_mDCD0C107058AEA702A80B8E305F262CAB8E07FD0_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_id_mCDA4BA4F5DEE54D214ED396C2B1C353B4DFC753C_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* XRCameraSubsystemCinfo_get_providerType_mFBE1614FF701AC94FE53078962B455A355EA45A7_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_providerType_m81F03DBA6BBDD6F0838F730C034915A7B6018DC6_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* XRCameraSubsystemCinfo_get_subsystemTypeOverride_m5CD01638A223E6C620ADDDDBA05F7539ED5229C4_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_mC046F0A9565AF052C1E74528D5C06FC81CF1F181_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsAverageBrightness_m694C685E738909EABF44140E672CB8176649D7E6_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageBrightnessU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsAverageBrightness_mBB822980343C923A5C581FD71F04A6A55BC122A3_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageBrightnessU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsAverageColorTemperature_mDCCD0A414E292EAD5FB817C6AC16DE8AF8C7D076_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageColorTemperatureU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsAverageColorTemperature_m5323B2372F68CE7AF412BCD1916B6E9C6D77AF2D_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageColorTemperatureU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsColorCorrection_m8BEA88F615A8CD5FC068D9F7BE8039C68A110A15_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsColorCorrectionU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsColorCorrection_m1910CCA57E67041692CE1E8B34BA1407279210CA_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsColorCorrectionU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsDisplayMatrix_m33AECE0011BFF7206E0F6A99C3C32ACD28DF09B0_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsDisplayMatrixU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsDisplayMatrix_m77E84E493C00AB52B3857FD6214A9312F6D29844_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsDisplayMatrixU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsProjectionMatrix_mD62E482D66D23D02FBF1591EFE8CBF6AB2B7AA60_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsProjectionMatrixU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsProjectionMatrix_mF5723A8E9E7D4001AD5112DE59FA088EE5B93CF4_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsProjectionMatrixU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsTimestamp_m53905529FC20BB4B064986AC5E6586DAF996148F_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsTimestampU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsTimestamp_m43A888F359796732AF40EED748C63339CE9B4BDE_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsTimestampU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsCameraConfigurations_m107FD5D148D109EDDE9345754995ACF01D7A3F67_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraConfigurationsU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsCameraConfigurations_m69AC77B8F6AB912B6B49F3D11779CC338D5C24E2_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraConfigurationsU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsCameraImage_m3C11104CBEE0AF690F3A4F9729F78F48E1065970_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraImageU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsCameraImage_m0C44A3361659BA45AC98FFADDA58EB7988F4A65B_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraImageU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsAverageIntensityInLumens_mD46BA194C3AC26510694D649673015A450D0F019_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageIntensityInLumensU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsAverageIntensityInLumens_m6A029948585A70EBE19757F621790793D5A25E25_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageIntensityInLumensU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsFocusModes_m0B2A62A1F5A5603B2BE190A5B5AB0703842E6B51_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFocusModesU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsFocusModes_mC7DA5488419AEE23B7120DC615821A6990B5BFDC_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFocusModesU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mA6C68E53BB8242F222104A33EA99EF7AFF754A9B_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsFaceTrackingAmbientIntensityLightEstimation_mDDB9F6FAA031D2FCCFBCF437576B13E6AD5F652E_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsFaceTrackingHDRLightEstimation_m28390AEBE6EBE78D410C0CB9D8D7DBE237D8DEFF_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsFaceTrackingHDRLightEstimation_mC2BCC7CAC78219A209B897E0200E81EF43F72D45_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m85AD9C10C625555A50D39FE3FE5B75E4DFEAC0A4_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsWorldTrackingAmbientIntensityLightEstimation_m6C40F6AB331373E5A7ABB9FB47AEF56CD2861B88_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsWorldTrackingHDRLightEstimation_mACCAED13DF9023738352CB5C89D5CBCF01B46899_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsWorldTrackingHDRLightEstimation_m43D86272D708D7884C1E334538B0A4B25D1C200E_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsCameraGrain_m9D63DE92F3FD22536481F75DC9092F3526EB9FF2_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraGrainU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsCameraGrain_m190714314785A8E1C543FD70872E5E4974107477_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraGrainU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* XRCameraSubsystemCinfo_get_supportsImageStabilizationDelegate_mFBFB65D42C7BAED0D51D3611B2E3C3E4FA32DE7C_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_0 = __this->___U3CsupportsImageStabilizationDelegateU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsImageStabilizationDelegate_m5DC11668C42F55546F517EDD1A82A3DF5ED9778D_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* ___0_value, const RuntimeMethod* method) { { Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_0 = ___0_value; __this->___U3CsupportsImageStabilizationDelegateU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsupportsImageStabilizationDelegateU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRCameraSubsystemCinfo_get_supportsExifData_m594585E6727EED9B24E835F2E14109565327F680_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsExifDataU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsExifData_m7B08284A5E42CFDC52B3B5B8F751B11BBC63F89D_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsExifDataU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_id_m24A04B94756616FBA387977AF0F6A894D4DC5BCE_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_providerType_mFE0D3D8FEAF0FFEEA66D0E2C7CABB36944EAD484_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_subsystemTypeOverride_m82AD4886D0CE8C4D762AC459630CBE13D024FCD2_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsAverageBrightness_mD5F49B41F00DBC4C531FB5593E572E6A67B1EE77_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageBrightnessU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsAverageColorTemperature_mBF21A51F1C4ED4A72AF54588CF9E08DDC92A213B_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageColorTemperatureU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsAverageIntensityInLumens_m7FEF058FFE0C0B54E91A8FC8500F88C17B294743_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageIntensityInLumensU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsCameraGrain_m3E5D929246B89F7B2EFE1F7E75B9A20C67A556C9_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraGrainU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsColorCorrection_m5E9520636C4268DFAFB9E84E5901FD65E14BBB7F_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsColorCorrectionU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsDisplayMatrix_m0AF4D70253EF5AC5124C747D6F1AF39B6E199B53_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsDisplayMatrixU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsProjectionMatrix_m5A4C42AD394D5FEA20DB5FE1C045634929839B7A_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsProjectionMatrixU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsTimestamp_m46561CEC2016CA165B4E725395C0E8836C0B46F3_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsTimestampU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsCameraConfigurations_m5425AF5D348E1918644909C45ABA7220D2A8B92F_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraConfigurationsU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsCameraImage_mC9312D97D6F2508F8692EF4C40909CBA55F6D769_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraImageU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsFocusModes_m7A495A132ED5160BF69E69CAAA132F83319A3191_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFocusModesU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsImageStabilizationDelegate_m544EE42D905077AEFFD7628187AEDF0FF4207DF9_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* ___0_value, const RuntimeMethod* method) { { Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_0 = ___0_value; __this->___U3CsupportsImageStabilizationDelegateU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsupportsImageStabilizationDelegateU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsFaceTrackingAmbientIntensityLightEstimation_m17EC791181F76254B286308B213F19E085DE36D9_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsFaceTrackingHDRLightEstimation_m022FA258FE1F3E9D1D94D02985C3459298093D3A_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsWorldTrackingAmbientIntensityLightEstimation_m5F43C3317A17DAFA6ACF9550069FB10F8EB50300_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsWorldTrackingHDRLightEstimation_mF04D46841BB7C8BEF8A17300F6F12491A8AC895C_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemCinfo_set_supportsExifData_mBAA63CA8656661FF0D35EB93605744BF7ADCA0B7_inline (XRCameraSubsystemCinfo_t0DFE510C0086C1A7F2C9470F027B18FA445248D4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsExifDataU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m3766B8966B6C5453BBED60BDB80A974D0D1790A1_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_m0E1BEF700A8531A7B4343FFB53C2FE45BE240117_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_m52FDFFFB14C78CB4EDE393DC5DC15174C5F88503_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAverageBrightness_mA3DF5C04AD94E31C49E1CDFD52F67DFEC4E3ED4F_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageBrightnessU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsAverageBrightness_m85E4E5A8B48C865C09FD14FA2DA245172F82B5C9_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageBrightnessU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAverageColorTemperature_mFFC41039BF750561F82C0B750D840AB53F2D012E_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageColorTemperatureU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsAverageColorTemperature_m90107A708A0D68DC9B400DF24DAED2365A5024EB_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageColorTemperatureU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsColorCorrection_m1D0984FEE549D0B25762ED0D72A4301441E1E5F5_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsColorCorrectionU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsColorCorrection_m1242C61D6537FCEA26482B5D74DB1943F7E2326F_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsColorCorrectionU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsDisplayMatrix_m17455B5AA5E13A28C53DD0B2ECC07CA5AF62580B_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsDisplayMatrixU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsDisplayMatrix_m5589A27DB1C3D5A896E9683287DAF5957B8B110D_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsDisplayMatrixU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsProjectionMatrix_mFBCF2BE6BCF65ACCE47C7101180AEBA4602254C6_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsProjectionMatrixU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsProjectionMatrix_m533035E1EA87892B36B8BD1FCA6DD12C48125F0B_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsProjectionMatrixU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsTimestamp_mA43C52C4A563C59644F276FE60AF900E05E7E220_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsTimestampU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsTimestamp_m2077AC114ABD729DB39DB4DB648D54BFA7842C9D_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsTimestampU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsCameraConfigurations_m16110550F66DD7183FC7429BF5E2AD1E2B028275_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraConfigurationsU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsCameraConfigurations_m94AFD663BE701A019D04CC7E070361F713053B94_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraConfigurationsU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsCameraImage_mE517857E42AEED74E7894EE2FAD8BB168CFE532B_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraImageU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsCameraImage_m1AC168FAB7E1344E8EBCE561A8A2C5E0FD8D3456_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraImageU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAverageIntensityInLumens_mCC86A735C1F0DB67B4FC664E9FDF438A91E79392_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAverageIntensityInLumensU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsAverageIntensityInLumens_m8CD28D5D10E6A269D79E2308FC675AF4FDA28313_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAverageIntensityInLumensU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFocusModes_m8C040183B773806BCB6D03C36F0E5397CE59D368_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFocusModesU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsFocusModes_m898E4A424D88ECA8BDC410BC7DD4DA8ADADC3469_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFocusModesU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFaceTrackingAmbientIntensityLightEstimation_mF98836A07388A6F469782AD280DFC03AF152714C_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsFaceTrackingAmbientIntensityLightEstimation_mB285F66614F9E813114F14E03D6ACF0C713B061C_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFaceTrackingAmbientIntensityLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsFaceTrackingHDRLightEstimation_m482F3E3AF4591BBECD1368C6B51477A3F8A22646_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsFaceTrackingHDRLightEstimation_m21A59BE7013A7C47829CDC98879B536C8D168628_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsFaceTrackingHDRLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsWorldTrackingAmbientIntensityLightEstimation_m73763A43EC3D0A2CAC3C74797858835A05BD3884_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsWorldTrackingAmbientIntensityLightEstimation_m5514636E6A56C6528D0E411F9FDAEAA23BB35D9E_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsWorldTrackingAmbientIntensityLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsWorldTrackingHDRLightEstimation_mBAD37BE61A89E509B7761AA5270E4E24655CDD00_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsWorldTrackingHDRLightEstimation_m98835252EB322907CE7E1C1214F7A125C81570B8_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsWorldTrackingHDRLightEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsCameraGrain_m90BE837039AB50FB97A6EF8F1BEC2D997FD8504B_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraGrainU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsCameraGrain_m3C600B4A99E724820D2FAF3F08DA2C56B0D70D4F_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraGrainU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* Cinfo_get_supportsImageStabilizationDelegate_mFB244933B614D1AD2AEA6827965814DBF7B04D93_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { Func_1_t778056BE8A070F696DB064AC7FBD1F996A928ED2* L_0 = __this->___U3CsupportsImageStabilizationDelegateU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsExifData_m83305A453E84B954A8E8262463106CD812C5ECE3_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsExifDataU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsExifData_mC70AF5A20E0694668614C5EA974422E3A8DEF257_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsExifDataU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsCameraTorchMode_m8209D4B066DDF28356D6FDDA4E0F3CAA4F59F8A6_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsCameraTorchModeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRCameraSubsystemDescriptor_set_supportsCameraTorchMode_mC510D5DC7F76D596E29DEEA294119BD4CCA14CBB_inline (XRCameraSubsystemDescriptor_t4C2FD5F5B1005FCF89005E0F2CFE0FF86DDC6847* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraTorchModeU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsCameraTorchMode_m56642D6F3F9B13AB062466C11023C871ECD7DC40_inline (Cinfo_tFF240AD751E63C8F5232A59FB4186E9E55C41891* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsCameraTorchModeU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 Configuration_get_descriptor_m3C4973351367EA0BD9E48DA1E2201D8803BA8D1E_inline (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, const RuntimeMethod* method) { { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_0 = __this->___U3CdescriptorU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Configuration_set_descriptor_mBB8354A895DDAD560293EEF81BFFDB4CB30070F0_inline (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 ___0_value, const RuntimeMethod* method) { { ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1 L_0 = ___0_value; __this->___U3CdescriptorU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t Configuration_get_features_m704F372E940AF1DB435C1EBFF8E48EAD4E8B3776_inline (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->___U3CfeaturesU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Configuration_set_features_m9F397F777C9593646918ECB4AF778336900ED3EC_inline (Configuration_tF3E68F5793D5A997146A65AEAAC9B062BCAF0947* __this, uint64_t ___0_value, const RuntimeMethod* method) { { uint64_t L_0 = ___0_value; __this->___U3CfeaturesU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t ConfigurationDescriptor_get_capabilities_m6A4EF4C0E0FE3671E8564EF13BA2A5B4264CF938_inline (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->___m_Capabilities; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t ConfigurationDescriptor_get_identifier_m858F4B730002C1823D283460115DA65C6A46BCB6_inline (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_Identifier; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConfigurationDescriptor_get_rank_mEDFBF5E2173FA84A0695BB01A6A40860794F6FA8_inline (ConfigurationDescriptor_tD16AA30B812AA662D234FBFE6575AF8A328CA3A1* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Rank; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XREnvironmentProbe_get_trackableId_m7B20AFD8D153397E7270F72C81B32043DA83C57F_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = __this->___m_TrackableId; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_trackableId_mCAD11E54A600B26FDC6D546A15F5E13030605EE4_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_value, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = ___0_value; __this->___m_TrackableId = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XREnvironmentProbe_get_scale_m7C53FA5C36BD5616CCF2EDC543C260FD381BCB64_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Scale; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_scale_m230AA2EF5AE396A8E5A43FE809BEEF811CE68302_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value; __this->___m_Scale = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XREnvironmentProbe_get_pose_m56C2FCB790DC220FAE0339EFC82055360984CAF0_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_Pose; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_pose_m1A1776C7D4A99F29708883F081A54936BC46A4B0_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_value, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = ___0_value; __this->___m_Pose = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XREnvironmentProbe_get_size_m92A310E405DC33AFF0968D0B7C17BDB8D039A1B0_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Size; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_size_m191D7253226516A2BBC83D0DD28A154FAD2F3C33_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value; __this->___m_Size = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 XREnvironmentProbe_get_textureDescriptor_mD514443491B53FCBC49AD477CC5C7C6084543FAD_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { { XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 L_0 = __this->___m_TextureDescriptor; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_textureDescriptor_mAE07E8E52FD3D564E1366EC75E0B1EB80A1A43B0_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 ___0_value, const RuntimeMethod* method) { { XRTextureDescriptor_t699023EDE6E2593F61CE969A68B5E56CD04CFA19 L_0 = ___0_value; __this->___m_TextureDescriptor = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XREnvironmentProbe_get_trackingState_m4051D90D37D33EC33534368B64E5C85EA1888C83_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_TrackingState; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_trackingState_m8AC9F0BB01B0B26935D09B5A723680E658A3A196_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___m_TrackingState = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XREnvironmentProbe_get_nativePtr_m0C6C620B2D3C20FBE8AEE478EBEA0006E8E7FB40_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_NativePtr; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbe_set_nativePtr_m75CED6350AB93167C23B4E1A837879BCEB6A7AAC_inline (XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9* __this, intptr_t ___0_value, const RuntimeMethod* method) { { intptr_t L_0 = ___0_value; __this->___m_NativePtr = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Vector3_ToString_m3185BD544ED9BA81E88936544EC298C19207BDF1_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, String_t* ___0_format, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0 = ___0_format; String_t* L_1; L_1 = Vector3_ToString_mA8DA39B6324392BB93203A4D4CB85AF87231CB62_inline(__this, L_0, (RuntimeObject*)NULL, NULL); V_0 = L_1; goto IL_000c; } IL_000c: { String_t* L_2 = V_0; return L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemDescriptor_get_supportsAutomaticPlacement_m88925DCB0DBEA8BFD4A53848FDA8B54652A0FBA0_inline (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAutomaticPlacementU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 XREnvironmentProbe_get_defaultValue_m50BD745C4928AE4328C53906D672D5E2F4B37B85_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var); XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9 L_0 = ((XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_StaticFields*)il2cpp_codegen_static_fields_for(XREnvironmentProbe_tAA657FAB648E2599B519F9FD66A1CEED65034DD9_il2cpp_TypeInfo_var))->___s_Default; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XREnvironmentProbeSubsystemCinfo_get_id_m590E5DEBA8C344FFEA51F351F99DEFFD703DC57F_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_id_mB4C17857E8773AB94980CAB900D6D8DDFD1B85E0_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* XREnvironmentProbeSubsystemCinfo_get_providerType_mBC6F352EF89BED518336375D44A5D9CADDE464C1_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_providerType_m1B10384EB068618F6AC41438FCF2C9E589FCA082_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* XREnvironmentProbeSubsystemCinfo_get_subsystemTypeOverride_m5A1A5D3ADB4E4304029B3F1688CEBFAB4E4C8F7E_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_m70E47D8222B2CD023FB5AEC54570214B22F55699_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsManualPlacement_mFA2560E13D32A8228105D6F205E109DEDE0BFB37_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsManualPlacementU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsManualPlacement_m914E3C41BB8CD85DBC2D2FD3B7799783EA0DC513_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsManualPlacementU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfManual_mE1E3D58FB734841B3B1E885592C84A2748953847_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsRemovalOfManualU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsRemovalOfManual_m6A15D29F192EA4A79EFD05C7E497BF44FD59A978_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsRemovalOfManualU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsAutomaticPlacement_m01E383AF1BDC43E0755B0C99BF838698B2FAD67C_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAutomaticPlacementU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsAutomaticPlacement_m3D24F46039DC9A94EB291353F20293CBCAB16616_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAutomaticPlacementU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsRemovalOfAutomatic_m5C05042091803872B2B5FE45C791A728F92B5A1A_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsRemovalOfAutomaticU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsRemovalOfAutomatic_mA668F3F44B3C4C8636C478DCE7B89DBD810A86EC_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsRemovalOfAutomaticU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTexture_m7B872B5FE1B9517D9626E269E09B7C4C16E06A06_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsEnvironmentTextureU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsEnvironmentTexture_m6DB9F4CF9FCBA5E8F4C56F319699355794496861_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsEnvironmentTextureU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XREnvironmentProbeSubsystemCinfo_get_supportsEnvironmentTextureHDR_m7AC20590F176681AD486ACC8C9A0189209B1C35E_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsEnvironmentTextureHDR_mEAD6C2FD4F5163E05235640B2FF5296F059BE01F_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_id_m0157B51BEBA22C10D835283A2E342811FB3904E0_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_providerType_m053C0551B3059F11B606708ED8C6B3DA9C4CF2F2_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_subsystemTypeOverride_m89507B15871CD2E8F093EF084176BC98CAD3D1E4_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsManualPlacement_mE948D3D31063A4015F18BABCD4475E2CEDD00E2C_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsManualPlacementU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsRemovalOfManual_m9784D47E8903EC1BEFA722994586FF633BB09327_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsRemovalOfManualU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsAutomaticPlacement_mD728F648E5A75DC074D9718432F07D0D460A289D_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAutomaticPlacementU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsRemovalOfAutomatic_mBD5F44750877ADEFD8C6207F0B30D0FE15B70526_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsRemovalOfAutomaticU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsEnvironmentTexture_m724298B12B4DDEFC4C1274A551E04299A040374D_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsEnvironmentTextureU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemCinfo_set_supportsEnvironmentTextureHDR_mEED10741684E8045104833D1A58A1A02612FBE4B_inline (XREnvironmentProbeSubsystemCinfo_t789782F5A133A904D6BD0E54234937564363C29C* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m754235E255A6448A7B174A7AE14C4AAF683A187B_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_mC008CFE5CA3B3CC0620592C0D6639BE15FBE4E79_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_m8A074CC7E23EB8391BEEF45CCDFDA09E01C0D6F9_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsManualPlacement_mC9739C9D7EC3F2BC2BEF23ECC77DBC157B300009_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsManualPlacementU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsManualPlacement_mD57435B5702FA32561338DB692DCC27DBD3230D9_inline (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsManualPlacementU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsRemovalOfManual_mDE776A915F498E51CBB4C7D2C114B9A599658A1A_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsRemovalOfManualU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsRemovalOfManual_m193D875922BA821AC499A40B594FB6E64258EAC7_inline (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsRemovalOfManualU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsAutomaticPlacement_mCD18D7DFA9CAE02C4446481E13CC2763CA074E22_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsAutomaticPlacementU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsAutomaticPlacement_mEFAF3BBDC48427B01157B77F87ED6F31A7007E52_inline (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsAutomaticPlacementU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsRemovalOfAutomatic_m6B38D10D964F9AF27AA996302392AFDE638C5490_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsRemovalOfAutomaticU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsRemovalOfAutomatic_mAF9042500D67C183A50991C5BE60B9B7D1FC88D4_inline (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsRemovalOfAutomaticU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsEnvironmentTexture_m4EB5F38A8DCC5B5A87488C6FDF6B449940CFDF8F_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsEnvironmentTextureU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsEnvironmentTexture_m23B7A468AFC6959FB83913D7DDE2F85AF2D9EF5D_inline (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsEnvironmentTextureU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsEnvironmentTextureHDR_mC2983721B1DB44DE85E87790F1EF8DF52DBFCDC2_inline (Cinfo_t43ED1EDFE1BDBA5DEE78E2F63009172CB965E6AA* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XREnvironmentProbeSubsystemDescriptor_set_supportsEnvironmentTextureHDR_m8DAD6E95E4BC1FCFC780273EE59D32B49299A23E_inline (XREnvironmentProbeSubsystemDescriptor_t19B9462452B99289DB335591C096C5CC970296C4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsEnvironmentTextureHDRU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRFace_get_trackableId_m9FC29FB643FFBAB989AB8179F57CDB52D14737B3_inline (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = __this->___m_TrackableId; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRFace_get_pose_m1625DED173751F25873C4BB6650238A195CD04EE_inline (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_Pose; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRFace_get_trackingState_m7D5C3002DCB9FC01F7C1BE66D3F1092281E847FB_inline (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_TrackingState; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRFace_get_nativePtr_mCE3681420B25EA0AE4B5FA1687310DF7D49C0899_inline (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_NativePtr; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRFace_get_leftEyePose_m5406913BE94DA663C80EA8C555EEC1439C0ADAE3_inline (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_LeftEyePose; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRFace_get_rightEyePose_m276AD0EBDCD8B62AAAAA2A33920E2FF1415E769D_inline (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_RightEyePose; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRFace_get_fixationPoint_m2628733EA6C1FEEAC047347DBA08A602B7C88429_inline (XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB* __this, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_FixationPoint; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD XRFaceMesh_get_vertices_m8B133063FC373FD34B8ECBEE696B3462DC65277E_inline (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) { { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD L_0 = __this->___m_Vertices; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD XRFaceMesh_get_normals_m37A411662D1051785AFC6807E3BBEC0E2B3BB61B_inline (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) { { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD L_0 = __this->___m_Normals; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C XRFaceMesh_get_indices_m2658965B1B99DF1CF00154D791B580AE71CB136D_inline (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) { { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_0 = __this->___m_Indices; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70 XRFaceMesh_get_uvs_m71BF16345717D8B5D8F41C571A8D3152337E0A28_inline (XRFaceMesh_t6B92499E6ECFF17A9BDCC6E531A79395795E2CD4* __this, const RuntimeMethod* method) { { NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70 L_0 = __this->___m_UVs; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB XRFace_get_defaultValue_m3C57FCE26ABDB16951CB5F35758D33DEFD545535_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var); XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB L_0 = ((XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_StaticFields*)il2cpp_codegen_static_fields_for(XRFace_t235F951F4AC7CC6A0CA6829CECA05210D64982FB_il2cpp_TypeInfo_var))->___s_Default; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* FaceSubsystemParams_get_id_m31A6CBE37287374259BEF3B328FB00B1ED871D6A_inline (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_id_m963078C97310E91B43D52A4A682D6A4DC0D9A40A_inline (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* FaceSubsystemParams_get_providerType_mAC8A9B7FF24C751EF95C8B06D71746709FBAED0F_inline (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_providerType_m96D22AB9770398D6C371502A95F86A6F45E17C5D_inline (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* FaceSubsystemParams_get_subsystemTypeOverride_m15AFA4BED668BB995597E91557337E9B30994467_inline (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FaceSubsystemParams_set_subsystemTypeOverride_m113E1A7A0F27FE1A56FF92504E6BDC2FD287846E_inline (FaceSubsystemParams_t3C0F1E710A911BB66A21B70D8689CD7E867532B5* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_id_mDA1C59B59BB5F9D03D221DA9869977543B70C441_inline (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_providerType_mF768B68E006C63A92846B1847C5E856957A3E8D4_inline (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_mBF153FFAF78FFFF644E207F4968F54B2DF3173B3_inline (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m6B466C0E4B485C2FF126316FC29F977B97033449_inline (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_m3331BFC42F4B62538219BBA47FC746DCBF2B7882_inline (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_m2D3B147BA45B0B390144D20BC689D0C2E3FB465F_inline (Cinfo_t6A283DE918CC68867B33F673029F5BF7885EDCFD* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 XRHumanBody_get_trackableId_m7CC5B8BB5179303ED1424ACDC46FBFA16C30B2FD_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = __this->___m_TrackableId; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBody_set_trackableId_mCE04EA8307BC1B6670AE915575E5297103620E87_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 ___0_value, const RuntimeMethod* method) { { TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7 L_0 = ___0_value; __this->___m_TrackableId = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRHumanBody_get_pose_mE154F73E48997BDB6828FE12D7116E93E4D4BBCF_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_Pose; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBody_set_pose_m036F9C1AB8DA4836D85CF15256C0FF6C83E8B712_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___0_value, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = ___0_value; __this->___m_Pose = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRHumanBody_get_estimatedHeightScaleFactor_m455E9FD1B289BA71C5FEE2A67D72EEE10727246B_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) { { float L_0 = __this->___m_EstimatedHeightScaleFactor; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBody_set_estimatedHeightScaleFactor_m857381C931D5F597AE28A4BD96E8225DE2250693_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, float ___0_value, const RuntimeMethod* method) { { float L_0 = ___0_value; __this->___m_EstimatedHeightScaleFactor = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRHumanBody_get_trackingState_mE53C1B287B5BD8E021FCAC0E4550C0D551C0F79A_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_TrackingState; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBody_set_trackingState_m470B4AD877F377DB7B85F736D80EC5FB2AD39187_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___m_TrackingState = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRHumanBody_get_nativePtr_mBD7FABEADEC1EA20A472626430176AC6681C50E2_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_NativePtr; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBody_set_nativePtr_m140ED78793BB10C9126C5539804291CE69F00381_inline (XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692* __this, intptr_t ___0_value, const RuntimeMethod* method) { { intptr_t L_0 = ___0_value; __this->___m_NativePtr = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRHumanBodyJoint_get_index_m3AD361AAD68A37A0EC5490A716FA0F0D5AC6D386_inline (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Index; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRHumanBodyJoint_get_parentIndex_m4DA1B768A618B7AE553D67CC82F6B2545B8F2FBA_inline (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_ParentIndex; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRHumanBodyJoint_get_localScale_m9A7DDC16FAEB5CFF269393403A92C375CE8387B6_inline (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_LocalScale; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRHumanBodyJoint_get_localPose_m5330B565E89F7276A497ED8E94DAA288A352FDD2_inline (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_LocalPose; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 XRHumanBodyJoint_get_anchorScale_m01EC3D9B0020D0BFBCDF9ADD26149F6D9E6D87C0_inline (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_AnchorScale; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 XRHumanBodyJoint_get_anchorPose_mC409FE9C6F4CFD14C156977B59096FA4340EE61E_inline (XRHumanBodyJoint_t8361238E6BD7781D28F7611D412FC31338849826* __this, const RuntimeMethod* method) { { Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_0 = __this->___m_AnchorPose; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRHumanBodyPose2DJoint_get_index_m63E7D2C639973B20B8721BD412441AB87F32C626_inline (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Index; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRHumanBodyPose2DJoint_get_parentIndex_m74403971AC59748A0FC11187E701F8EF835A97F5_inline (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_ParentIndex; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 XRHumanBodyPose2DJoint_get_position_m4A5CE8370D7E1DEB0B2CC27487182A0776AAC8E8_inline (XRHumanBodyPose2DJoint_t9674B917C7629002A302E572CABC8ACED71EFF26* __this, const RuntimeMethod* method) { { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___m_Position; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Vector2_ToString_m5F3C7B1C542DAF4CE90DDAB02A633AB0A3B08A05_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, String_t* ___0_format, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0 = ___0_format; String_t* L_1; L_1 = Vector2_ToString_mC10F098442E56919947154402A77EDE28DC9B7BE_inline(__this, L_0, (RuntimeObject*)NULL, NULL); V_0 = L_1; goto IL_000c; } IL_000c: { String_t* L_2 = V_0; return L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 XRHumanBody_get_defaultValue_mA19E33981C9E5F90F388C4660197FD156FB90037_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var); XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692 L_0 = ((XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_StaticFields*)il2cpp_codegen_static_fields_for(XRHumanBody_t88EF91F599A4F22EABB233F85DE7782EE8B86692_il2cpp_TypeInfo_var))->___s_Default; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XRHumanBodySubsystemCinfo_get_id_m2B4E8095B5AE6AF6E64FB7B56DBD795989A862F8_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_id_m64A16F58BEF2614254E1541F6D8A5B360BEDAAD6_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* XRHumanBodySubsystemCinfo_get_providerType_m71F869C8A2B8C6AC2BB7D0C3842549886608BD19_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_providerType_m2AF6D46AADACA39D606E6105228519E1E837C2D7_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* XRHumanBodySubsystemCinfo_get_subsystemTypeOverride_m1AD3DA828683BFEC871F5E62C5B552E27F47A009_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_subsystemTypeOverride_mDF9A31F15155CBEEB84B4D55543773830A538DBD_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_get_supportsHumanBody2D_m93255214CEECB1C656D88ACFFF73D736D81FD8BD_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody2DU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsHumanBody2D_mD04945564486039818F761F9692D0A248633B500_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody2DU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_get_supportsHumanBody3D_m133406910A68DE814A0A335A59285098FEE70C19_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody3DU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsHumanBody3D_m25D60EBE4FF98CA98A0B0BF94856C423EE6DC713_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody3DU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRHumanBodySubsystemCinfo_get_supportsHumanBody3DScaleEstimation_m81A73CFB3B8232EF098B2CDF96F25687AC19845C_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_supportsHumanBody3DScaleEstimation_m5BDF8CE640255A7437F16363DB07AC709013C554_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_id_m58CBD535224B7049AC8AC9D82305E1D8BBF90084_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_providerType_m228A78E8403BF03833D556B3EE0637291DC46615_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CproviderTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CproviderTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_subsystemTypeOverride_m847719A54A861DE6FE06E9DAFA1485E6184D2909_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemTypeOverrideU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemTypeOverrideU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_supportsHumanBody2D_m7E4750E667A695B158E006DDC6F74C56542CBE0E_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody2DU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_supportsHumanBody3D_m02D0D700619D9CB7D96D027EFE3EC41D47F81F8A_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody3DU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemCinfo_set_supportsHumanBody3DScaleEstimation_m5F982C883E1918068DA02BA87C0069BF379E147F_inline (XRHumanBodySubsystemCinfo_tB75B3033D402EBFBE75F1BB083CC75A424E15927* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m5570FAD35A71A966102539A82375C00DB548DB92_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CidU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_providerType_mDF8BD2EDFEDD814FB6A6BFBD59C05E49773D09C8_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CproviderTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemTypeOverride_mEEEEA45FCD4EDC094884DAC7939F1DF267EA9935_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemTypeOverrideU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsHumanBody2D_m8B0316CE6F86C49CDDF9E46FD5F74D7834565F64_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody2DU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemDescriptor_set_supportsHumanBody2D_m426CB15FE9C68540815E13FCCF40128F6BDD6ECF_inline (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody2DU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsHumanBody3D_m768806E0AF8351C4D45C0405E847439FE04D83C8_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody3DU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemDescriptor_set_supportsHumanBody3D_mB481745B000D50942570BC1A718AF119A729543A_inline (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody3DU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cinfo_get_supportsHumanBody3DScaleEstimation_mF8DEEEA3C09CE6957573275D93638F32FCB3F3BA_inline (Cinfo_t90B8DA21B7387F99BB5F35E00B045C20E10CF8E6* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRHumanBodySubsystemDescriptor_set_supportsHumanBody3DScaleEstimation_mD01ACAA2F3F335B5059B7613AC309D1525BAFAAB_inline (XRHumanBodySubsystemDescriptor_tA7A72196EAFCDB936BC0C73634B1553E94D8EC3B* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CsupportsHumanBody3DScaleEstimationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 AddReferenceImageJobState_get_jobHandle_m02E9565D08C8156E799D1B852C14707856E6B12E_inline (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, const RuntimeMethod* method) { { JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_0 = __this->___U3CjobHandleU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t AddReferenceImageJobState_AsIntPtr_m8C97E68E09387D512B5A2D921841B3E0FCF44CC0_inline (AddReferenceImageJobState_tCF90A84092F3D2A7536D1D28C9E6EC0D7F53937A* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___m_Handle; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XRReferenceImage_get_name_mF1BE1E54AD911D48445B7DDEF2E27EA01E1E73BB_inline (XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___m_Name; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRReferenceImage_get_specifySize_m571D71A02EF695A72121AAA086F8B52323E4E4A5_inline (XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* __this, const RuntimeMethod* method) { { bool L_0 = __this->___m_SpecifySize; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 XRReferenceImage_get_size_mF44BF21ADEFBB155BFD8043E1067057219EC59F2_inline (XRReferenceImage_tB2544D6E18E55CD44F4EED1B0573A6A7154C1E2F* __this, const RuntimeMethod* method) { { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___m_Size; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t TrackableId_get_subId1_m1F4296FEADE76DF0379F20BCBD94E807E2EF021F_inline (TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->___m_SubId1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t TrackableId_get_subId2_m53BAB4D373B736E473381B24CB608EEF666BA24E_inline (TrackableId_t49EAE8AA4B9584E314518723DC22B66496D47AD7* __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->___m_SubId2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD XRTrackedImage_get_defaultValue_m956437B8BAA793667C1008981EC550646ED6E6C8_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD_il2cpp_TypeInfo_var); XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD L_0 = ((XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD_StaticFields*)il2cpp_codegen_static_fields_for(XRTrackedImage_t0F99DAB96B2D6422D0F8DA720F9BEFD3655DDFDD_il2cpp_TypeInfo_var))->___s_Default; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SubsystemWithProvider_3_get_provider_m963D70D839CE42A2C17A2C183A61C25F0E2C6732_gshared_inline (SubsystemWithProvider_3_t548D9C2A4778C7ADB62496A2A07F8B7563309893* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CproviderU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* AwaitableUtils_1_FromResult_mC1428EF563A7F8DE9749FE48CB54EBCEC006A8B2_gshared_inline (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* ___0_completionSource, Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5 ___1_result, const RuntimeMethod* method) { { AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* L_0 = ___0_completionSource; NullCheck(L_0); Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* L_1; L_1 = AwaitableCompletionSource_1_get_Awaitable_mD1E3511F8EFB5FC15C53B557816CD3BA202A5628_inline(L_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 1)); AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* L_2 = ___0_completionSource; NullCheck(L_2); AwaitableCompletionSource_1_SetResult_mF74BCBBDB1137A4122467200E661B1B9006DA0FD(L_2, (&___1_result), il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 4)); AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* L_3 = ___0_completionSource; NullCheck(L_3); AwaitableCompletionSource_1_Reset_m17BF7B272450AA631347D2CEEB0D0B2AAF4BFF31(L_3, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_Start_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mE5631C22666422091D6EFB70B710BFDE5E91B97F_gshared_inline (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C* ___0_stateMachine, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } RuntimeObject* V_0 = NULL; StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87* V_1 = NULL; Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* G_B2_0 = NULL; Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* G_B1_0 = NULL; int32_t G_B3_0 = 0; Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* G_B3_1 = NULL; { RuntimeObject* L_0; L_0 = AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_m3EB9B5526B615D16AF6463632729CA5AD17FE8BF(__this, il2cpp_rgctx_method(method->rgctx_data, 0)); V_0 = L_0; RuntimeObject* L_1 = V_0; V_1 = ((StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87*)CastclassClass((RuntimeObject*)L_1, il2cpp_rgctx_data(method->rgctx_data, 1))); Awaitable_1_t5E90755E6902820655B28F16354AB65033E729BA* L_2; L_2 = AwaitableAsyncMethodBuilder_1_get_Task_mEBB3D4ED5F3D2AF6B725038ABBBAA3B31484FA75(__this, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 7)); Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_3; L_3 = Thread_get_CurrentThread_m6D4719F4993DB9200490531FF02D4076FF9CA9BD(NULL); NullCheck(L_3); int32_t L_4; L_4 = Thread_get_ManagedThreadId_m74ACB74A574EE535C2B00B7D64F203A62E796B05(L_3, NULL); il2cpp_codegen_runtime_class_init_inline(Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var); int32_t L_5 = ((Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_StaticFields*)il2cpp_codegen_static_fields_for(Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var))->____mainThreadId; if ((((int32_t)L_4) == ((int32_t)L_5))) { G_B2_0 = L_2; goto IL_0029; } G_B1_0 = L_2; } { G_B3_0 = 2; G_B3_1 = G_B1_0; goto IL_002a; } IL_0029: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_002a: { NullCheck(G_B3_1); Awaitable_1_set_CompletionThreadAffinity_m5F6DEA53EE80FFD3DCA75B9D058D681131862E52(G_B3_1, (int32_t)G_B3_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 12)); StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87* L_6 = V_1; U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C* L_7 = ___0_stateMachine; U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C L_8 = (*(U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C*)L_7); NullCheck(L_6); StateMachineBox_1_set_StateMachine_m3FCE2BFE1BF70D9009CBB059AA538F1CFB5AC7DC_inline(L_6, L_8, il2cpp_rgctx_method(method->rgctx_data, 4)); StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87* L_9 = V_1; NullCheck(L_9); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10; L_10 = StateMachineBox_1_get_MoveNext_m5C693E44CF7683F1E00336B1CC71A9CF0343D07C_inline(L_9, il2cpp_rgctx_method(method->rgctx_data, 5)); NullCheck(L_10); Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_10, NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_Start_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mFEC15B635A6838CABFD00CD22AEF0854A40F39EA_gshared_inline (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* ___0_stateMachine, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } RuntimeObject* V_0 = NULL; StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E* V_1 = NULL; Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* G_B2_0 = NULL; Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* G_B1_0 = NULL; int32_t G_B3_0 = 0; Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* G_B3_1 = NULL; { RuntimeObject* L_0; L_0 = AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mD58B33F8E9E60F57BB892A5A5ED7522090B95EEE(__this, il2cpp_rgctx_method(method->rgctx_data, 0)); V_0 = L_0; RuntimeObject* L_1 = V_0; V_1 = ((StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E*)CastclassClass((RuntimeObject*)L_1, il2cpp_rgctx_data(method->rgctx_data, 1))); Awaitable_1_t008E4B5E6A0F88B660F7A2EBA9613066F96F78BB* L_2; L_2 = AwaitableAsyncMethodBuilder_1_get_Task_m7E2CC2513634D24BC9EEA1D34CD9B2494332509F(__this, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 7)); Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_3; L_3 = Thread_get_CurrentThread_m6D4719F4993DB9200490531FF02D4076FF9CA9BD(NULL); NullCheck(L_3); int32_t L_4; L_4 = Thread_get_ManagedThreadId_m74ACB74A574EE535C2B00B7D64F203A62E796B05(L_3, NULL); il2cpp_codegen_runtime_class_init_inline(Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var); int32_t L_5 = ((Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_StaticFields*)il2cpp_codegen_static_fields_for(Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var))->____mainThreadId; if ((((int32_t)L_4) == ((int32_t)L_5))) { G_B2_0 = L_2; goto IL_0029; } G_B1_0 = L_2; } { G_B3_0 = 2; G_B3_1 = G_B1_0; goto IL_002a; } IL_0029: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_002a: { NullCheck(G_B3_1); Awaitable_1_set_CompletionThreadAffinity_m1344B59F18921CA9AC63C91C9EE03FA5B7A14F65(G_B3_1, (int32_t)G_B3_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 12)); StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E* L_6 = V_1; U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* L_7 = ___0_stateMachine; U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B L_8 = (*(U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B*)L_7); NullCheck(L_6); StateMachineBox_1_set_StateMachine_m4C0CFFD578497D35B5CF3ECD633167EF975D1136_inline(L_6, L_8, il2cpp_rgctx_method(method->rgctx_data, 4)); StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E* L_9 = V_1; NullCheck(L_9); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10; L_10 = StateMachineBox_1_get_MoveNext_m50E9A2DB20E49048F56ADFDA9D48F3F6193AF2D0_inline(L_9, il2cpp_rgctx_method(method->rgctx_data, 5)); NullCheck(L_10); Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_10, NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 Result_1_get_status_m1D0FC8CB9E89AF9BE3D137E989238290914BCF65_gshared_inline (Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5* __this, const RuntimeMethod* method) { { XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 L_0 = __this->___m_Status; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 Result_1_get_value_m126E5F1BD84FC07695D197A328829653E34BF38C_gshared_inline (Result_1_t677BFA3D17CB836EB7595003E5C41EE4F4544DA5* __this, const RuntimeMethod* method) { { XRAnchor_tDD427E66CAA09DE7B058EA76223EF7DC3880FE82 L_0 = __this->___m_Value; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mE73933052FCA44D09E4275351D801428D5410CAF_gshared_inline (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* __this, XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 ___0_item, const RuntimeMethod* method) { XRLoadAnchorResultU5BU5D_tB8B8C38BD5343704EC2AF30B5FB7BBDAA3662E3A* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->____version; __this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1)); XRLoadAnchorResultU5BU5D_tB8B8C38BD5343704EC2AF30B5FB7BBDAA3662E3A* L_1 = __this->____items; V_0 = L_1; int32_t L_2 = __this->____size; V_1 = L_2; int32_t L_3 = V_1; XRLoadAnchorResultU5BU5D_tB8B8C38BD5343704EC2AF30B5FB7BBDAA3662E3A* 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)); XRLoadAnchorResultU5BU5D_tB8B8C38BD5343704EC2AF30B5FB7BBDAA3662E3A* L_6 = V_0; int32_t L_7 = V_1; XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 L_8 = ___0_item; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5)L_8); return; } IL_0034: { XRLoadAnchorResult_t56374A5E6B313EC113CCA50D43ACFC75B66E95B5 L_9 = ___0_item; List_1_AddWithResize_m63CD72B838C5FECA9283AC61E42BD42A6CC537D8(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mBDFBEE18DAC03C036F1EA1886EE72EE19367F1DA_gshared_inline (Action_1_tE4B4C317489525FF6BC75A931BF884C5AE462F03* __this, NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB ___0_obj, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, NativeArray_1_tA0473EBA21EADFBBEA4E5F914E1011E86400C6CB, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_obj, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_Start_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_mAA9E9B692E7563A4686327FE814779B7C008793C_gshared_inline (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078* ___0_stateMachine, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } RuntimeObject* V_0 = NULL; StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F* V_1 = NULL; Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* G_B2_0 = NULL; Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* G_B1_0 = NULL; int32_t G_B3_0 = 0; Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* G_B3_1 = NULL; { RuntimeObject* L_0; L_0 = AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_mBB8FE37A5506A430E689AC180297BDD61929BB3F(__this, il2cpp_rgctx_method(method->rgctx_data, 0)); V_0 = L_0; RuntimeObject* L_1 = V_0; V_1 = ((StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F*)CastclassClass((RuntimeObject*)L_1, il2cpp_rgctx_data(method->rgctx_data, 1))); Awaitable_1_tD59626436DE15BA5C073BBCB7EE6F3DE78C3F354* L_2; L_2 = AwaitableAsyncMethodBuilder_1_get_Task_mAFCEEC498D19ECEB333171F5485D32B21658C847(__this, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 7)); Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_3; L_3 = Thread_get_CurrentThread_m6D4719F4993DB9200490531FF02D4076FF9CA9BD(NULL); NullCheck(L_3); int32_t L_4; L_4 = Thread_get_ManagedThreadId_m74ACB74A574EE535C2B00B7D64F203A62E796B05(L_3, NULL); il2cpp_codegen_runtime_class_init_inline(Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var); int32_t L_5 = ((Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_StaticFields*)il2cpp_codegen_static_fields_for(Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var))->____mainThreadId; if ((((int32_t)L_4) == ((int32_t)L_5))) { G_B2_0 = L_2; goto IL_0029; } G_B1_0 = L_2; } { G_B3_0 = 2; G_B3_1 = G_B1_0; goto IL_002a; } IL_0029: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_002a: { NullCheck(G_B3_1); Awaitable_1_set_CompletionThreadAffinity_m79E925D6FAD7CE2550EA4DBDEA30B21997A94719(G_B3_1, (int32_t)G_B3_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 12)); StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F* L_6 = V_1; U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078* L_7 = ___0_stateMachine; U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078 L_8 = (*(U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078*)L_7); NullCheck(L_6); StateMachineBox_1_set_StateMachine_mDB4E9CEBD9FE1BBACD809A599656F0C98426D46B_inline(L_6, L_8, il2cpp_rgctx_method(method->rgctx_data, 4)); StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F* L_9 = V_1; NullCheck(L_9); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10; L_10 = StateMachineBox_1_get_MoveNext_m618B5359A4C219807A4517917E80598823C39F1F_inline(L_9, il2cpp_rgctx_method(method->rgctx_data, 5)); NullCheck(L_10); Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_10, NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m083CA43477C31F6F66E88E20D7F063E5A8B76DFF_gshared_inline (NativeArray_1_t7D6948788C35D98BD9D24CA0B43DB0DB0EBA19B1* __this, const RuntimeMethod* method) { { void* L_0 = __this->___m_Buffer; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ObjectPool_1_Get_m239BB169D8FEF3A2694E9A961C473D3807D67D89_gshared_inline (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259* __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* G_B7_0 = NULL; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* G_B6_0 = NULL; { RuntimeObject* L_0 = __this->___m_FreshlyReleased; V_1 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_002a; } } { RuntimeObject* L_2 = __this->___m_FreshlyReleased; V_0 = L_2; RuntimeObject** L_3 = (RuntimeObject**)(&__this->___m_FreshlyReleased); il2cpp_codegen_initobj(L_3, sizeof(RuntimeObject*)); goto IL_008a; } IL_002a: { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_4 = __this->___m_List; NullCheck(L_4); int32_t L_5; L_5 = List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_inline(L_4, il2cpp_rgctx_method(method->klass->rgctx_data, 2)); V_2 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); bool L_6 = V_2; if (!L_6) { goto IL_005d; } } { Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_7 = __this->___m_CreateFunc; NullCheck(L_7); RuntimeObject* L_8; L_8 = Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_inline(L_7, il2cpp_rgctx_method(method->klass->rgctx_data, 7)); V_0 = L_8; int32_t L_9; L_9 = ObjectPool_1_get_CountAll_mF3CDC0B64D5037106573C6CEE921EAF0A8B3C8EB_inline(__this, il2cpp_rgctx_method(method->klass->rgctx_data, 8)); V_3 = L_9; int32_t L_10 = V_3; ObjectPool_1_set_CountAll_mED1939CDEBB184383799328A0C1AEC9E1D2960D9_inline(__this, ((int32_t)il2cpp_codegen_add(L_10, 1)), il2cpp_rgctx_method(method->klass->rgctx_data, 9)); goto IL_008a; } IL_005d: { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_11 = __this->___m_List; NullCheck(L_11); int32_t L_12; L_12 = List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_inline(L_11, il2cpp_rgctx_method(method->klass->rgctx_data, 2)); V_4 = ((int32_t)il2cpp_codegen_subtract(L_12, 1)); List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_13 = __this->___m_List; int32_t L_14 = V_4; NullCheck(L_13); RuntimeObject* L_15; L_15 = List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38(L_13, L_14, il2cpp_rgctx_method(method->klass->rgctx_data, 10)); V_0 = L_15; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_16 = __this->___m_List; int32_t L_17 = V_4; NullCheck(L_16); List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54(L_16, L_17, il2cpp_rgctx_method(method->klass->rgctx_data, 11)); } IL_008a: { Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* L_18 = __this->___m_ActionOnGet; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* L_19 = L_18; if (L_19) { G_B7_0 = L_19; goto IL_0096; } G_B6_0 = L_19; } { goto IL_009d; } IL_0096: { RuntimeObject* L_20 = V_0; NullCheck(G_B7_0); Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_inline(G_B7_0, L_20, il2cpp_rgctx_method(method->klass->rgctx_data, 12)); } IL_009d: { RuntimeObject* L_21 = V_0; V_5 = L_21; goto IL_00a2; } IL_00a2: { RuntimeObject* L_22 = V_5; return L_22; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_t849EB1F65B25ED8861FAA356D0F89B96CBFC9A62 Enumerator_get_Current_m833DFC1D757C7225D50490B88240571244B86835_gshared_inline (Enumerator_tC2C211B5122A538B607D6671C11C36F391446C76* __this, const RuntimeMethod* method) { { KeyValuePair_2_t849EB1F65B25ED8861FAA356D0F89B96CBFC9A62 L_0 = __this->____current; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_m1EF7EF545CD32DA90C9BBF28D2E010F9C43F71F3_gshared_inline (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A* ___0_awaiter, U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078* ___1_stateMachine, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); RuntimeObject* V_0 = NULL; StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F* V_1 = NULL; { RuntimeObject* L_0; L_0 = AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078_mBB8FE37A5506A430E689AC180297BDD61929BB3F(__this, il2cpp_rgctx_method(method->rgctx_data, 0)); V_0 = L_0; RuntimeObject* L_1 = V_0; V_1 = ((StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F*)CastclassClass((RuntimeObject*)L_1, il2cpp_rgctx_data(method->rgctx_data, 1))); StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F* L_2 = V_1; U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078* L_3 = ___1_stateMachine; U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078 L_4 = (*(U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078*)L_3); NullCheck(L_2); StateMachineBox_1_set_StateMachine_mDB4E9CEBD9FE1BBACD809A599656F0C98426D46B_inline(L_2, L_4, il2cpp_rgctx_method(method->rgctx_data, 4)); Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A* L_5 = ___0_awaiter; RuntimeObject* L_6 = V_0; NullCheck(L_6); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7; L_7 = InterfaceFuncInvoker0< Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* >::Invoke(2, il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1), L_6); Awaiter_OnCompleted_m7A1C7EDBCF95978FC9D7741932AA4EEA1AECFDDF_inline(L_5, L_7, il2cpp_rgctx_method(method->rgctx_data, 7)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m25356E3F29C13001D76F67B6A53D60F68ACCD9EE_gshared_inline (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* __this, XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E ___0_item, const RuntimeMethod* method) { XREraseAnchorResultU5BU5D_t07FAB42E00B6A49C5112764825A8A944F8E68140* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->____version; __this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1)); XREraseAnchorResultU5BU5D_t07FAB42E00B6A49C5112764825A8A944F8E68140* L_1 = __this->____items; V_0 = L_1; int32_t L_2 = __this->____size; V_1 = L_2; int32_t L_3 = V_1; XREraseAnchorResultU5BU5D_t07FAB42E00B6A49C5112764825A8A944F8E68140* 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)); XREraseAnchorResultU5BU5D_t07FAB42E00B6A49C5112764825A8A944F8E68140* L_6 = V_0; int32_t L_7 = V_1; XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E L_8 = ___0_item; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E)L_8); return; } IL_0034: { XREraseAnchorResult_t2B44248D283942660C5CE02ECEE6843F60055B2E L_9 = ___0_item; List_1_AddWithResize_m05178928F6C00D3AD3C22502B77D2A1D8F496343(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m9ABBD7D3915FC5EEFC2B4DFA81E03B4C57B0717D_gshared_inline (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____size; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ObjectPool_1_Release_m71F1CADB7AD9CC20BD824583A3675A4260965DB5_gshared_inline (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259* __this, RuntimeObject* ___0_element, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* G_B2_0 = NULL; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* G_B1_0 = NULL; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* G_B9_0 = NULL; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* G_B8_0 = NULL; { Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* L_0 = __this->___m_ActionOnRelease; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* L_1 = L_0; if (L_1) { G_B2_0 = L_1; goto IL_000d; } G_B1_0 = L_1; } { goto IL_0014; } IL_000d: { RuntimeObject* L_2 = ___0_element; NullCheck(G_B2_0); Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_inline(G_B2_0, L_2, il2cpp_rgctx_method(method->klass->rgctx_data, 12)); } IL_0014: { RuntimeObject* L_3 = __this->___m_FreshlyReleased; V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_4 = V_0; if (!L_4) { goto IL_0031; } } { RuntimeObject* L_5 = ___0_element; __this->___m_FreshlyReleased = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FreshlyReleased), (void*)L_5); goto IL_007a; } IL_0031: { int32_t L_6; L_6 = ObjectPool_1_get_CountInactive_m9A907BFCDCBFE910B784BDBF71EEDC6D14C90608(__this, il2cpp_rgctx_method(method->klass->rgctx_data, 18)); int32_t L_7 = __this->___m_MaxSize; V_1 = (bool)((((int32_t)L_6) < ((int32_t)L_7))? 1 : 0); bool L_8 = V_1; if (!L_8) { goto IL_0054; } } { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_9 = __this->___m_List; RuntimeObject* L_10 = ___0_element; NullCheck(L_9); List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline(L_9, L_10, il2cpp_rgctx_method(method->klass->rgctx_data, 19)); goto IL_007a; } IL_0054: { int32_t L_11; L_11 = ObjectPool_1_get_CountAll_mF3CDC0B64D5037106573C6CEE921EAF0A8B3C8EB_inline(__this, il2cpp_rgctx_method(method->klass->rgctx_data, 8)); V_2 = L_11; int32_t L_12 = V_2; ObjectPool_1_set_CountAll_mED1939CDEBB184383799328A0C1AEC9E1D2960D9_inline(__this, ((int32_t)il2cpp_codegen_subtract(L_12, 1)), il2cpp_rgctx_method(method->klass->rgctx_data, 9)); Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* L_13 = __this->___m_ActionOnDestroy; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* L_14 = L_13; if (L_14) { G_B9_0 = L_14; goto IL_0072; } G_B8_0 = L_14; } { goto IL_0079; } IL_0072: { RuntimeObject* L_15 = ___0_element; NullCheck(G_B9_0); Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_inline(G_B9_0, L_15, il2cpp_rgctx_method(method->klass->rgctx_data, 12)); } IL_0079: { } IL_007a: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m31B770F3CC71066DF784F59BBA0D2395F0C522C5_gshared_inline (List_1_tC881EB62497CCABCC890D32990DE9BF0D1BE47F6* __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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_SetStateMachine_mC9A326859C8CC5CB8928903A674256EEB52CFB25_gshared_inline (AwaitableAsyncMethodBuilder_1_tCF905277E32DBC2CE8F52F625769073FD62761B7* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_m93D7A7AAF30C805E42ADE8CB25F898C301A87912_gshared_inline (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48* ___0_awaiter, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* ___1_stateMachine, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); RuntimeObject* V_0 = NULL; StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E* V_1 = NULL; { RuntimeObject* L_0; L_0 = AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mD58B33F8E9E60F57BB892A5A5ED7522090B95EEE(__this, il2cpp_rgctx_method(method->rgctx_data, 0)); V_0 = L_0; RuntimeObject* L_1 = V_0; V_1 = ((StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E*)CastclassClass((RuntimeObject*)L_1, il2cpp_rgctx_data(method->rgctx_data, 1))); StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E* L_2 = V_1; U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* L_3 = ___1_stateMachine; U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B L_4 = (*(U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B*)L_3); NullCheck(L_2); StateMachineBox_1_set_StateMachine_m4C0CFFD578497D35B5CF3ECD633167EF975D1136_inline(L_2, L_4, il2cpp_rgctx_method(method->rgctx_data, 4)); Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48* L_5 = ___0_awaiter; RuntimeObject* L_6 = V_0; NullCheck(L_6); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7; L_7 = InterfaceFuncInvoker0< Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* >::Invoke(2, il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1), L_6); Awaiter_OnCompleted_m1958C6BAAD599764317932EA1F8D1E39DF3F0492_inline(L_5, L_7, il2cpp_rgctx_method(method->rgctx_data, 7)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaiter_OnCompleted_m1958C6BAAD599764317932EA1F8D1E39DF3F0492_gshared_inline (Awaiter_tEDB6B9C57878F5FD37F6595B96149FDD69514D48* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) { { Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* L_0 = __this->____coroutine; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = ___0_continuation; NullCheck(L_0); Awaitable_1_ContinueWith_mDC68D4C0B0F52FC55C6E6A17D17B0E4E155E64D1_inline(L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mDDC19FB56345F81C995477D6A4A0838571550464_gshared_inline (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7* ___0_awaiter, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* ___1_stateMachine, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); RuntimeObject* V_0 = NULL; StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E* V_1 = NULL; { RuntimeObject* L_0; L_0 = AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B_mD58B33F8E9E60F57BB892A5A5ED7522090B95EEE(__this, il2cpp_rgctx_method(method->rgctx_data, 0)); V_0 = L_0; RuntimeObject* L_1 = V_0; V_1 = ((StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E*)CastclassClass((RuntimeObject*)L_1, il2cpp_rgctx_data(method->rgctx_data, 1))); StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E* L_2 = V_1; U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B* L_3 = ___1_stateMachine; U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B L_4 = (*(U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B*)L_3); NullCheck(L_2); StateMachineBox_1_set_StateMachine_m4C0CFFD578497D35B5CF3ECD633167EF975D1136_inline(L_2, L_4, il2cpp_rgctx_method(method->rgctx_data, 4)); Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7* L_5 = ___0_awaiter; RuntimeObject* L_6 = V_0; NullCheck(L_6); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7; L_7 = InterfaceFuncInvoker0< Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* >::Invoke(2, il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1), L_6); Awaiter_OnCompleted_m1F26883040142ED9D70C4AABA0E81EC6B4CD36F9_inline(L_5, L_7, il2cpp_rgctx_method(method->rgctx_data, 7)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m13248028985E4079864C1D9B62A8711C46C791A4_gshared_inline (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____size; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mE3727D7F73722A010C53907D26EA229FAF6E662B_gshared_inline (List_1_tB5691F329FB7D6F099053636A4C094CBC951D695* __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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_SetStateMachine_m5BF17AF8691580EC91212F8EA700115C7F1581BC_gshared_inline (AwaitableAsyncMethodBuilder_1_t3D833A4BC34B0F7583E7EEAC5AE4D1FA63C45DA8* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m4052C3C854D92CDFB4C66CAA993021F523E63F30_gshared_inline (NativeArray_1_t7A26520FDE477098D7B2CC8D14E778889D50A15E* __this, const RuntimeMethod* method) { { void* L_0 = __this->___m_Buffer; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_t53ED52B6CCF9EE67874B20217661A725F4B0AC33 Enumerator_get_Current_m90AD17379FB2CE2695C0B99AEA7938D0EF2DF89F_gshared_inline (Enumerator_tBB025BB555B121BA20A6CE8CD9BE4A484E91D80B* __this, const RuntimeMethod* method) { { KeyValuePair_2_t53ED52B6CCF9EE67874B20217661A725F4B0AC33 L_0 = __this->____current; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_AwaitOnCompleted_TisAwaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_mD0AC12981EE959281E0DDC50EB5BBA6F356F9ADB_gshared_inline (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A* ___0_awaiter, U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C* ___1_stateMachine, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); RuntimeObject* V_0 = NULL; StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87* V_1 = NULL; { RuntimeObject* L_0; L_0 = AwaitableAsyncMethodBuilder_1_EnsureStateMachineBox_TisU3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C_m3EB9B5526B615D16AF6463632729CA5AD17FE8BF(__this, il2cpp_rgctx_method(method->rgctx_data, 0)); V_0 = L_0; RuntimeObject* L_1 = V_0; V_1 = ((StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87*)CastclassClass((RuntimeObject*)L_1, il2cpp_rgctx_data(method->rgctx_data, 1))); StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87* L_2 = V_1; U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C* L_3 = ___1_stateMachine; U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C L_4 = (*(U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C*)L_3); NullCheck(L_2); StateMachineBox_1_set_StateMachine_m3FCE2BFE1BF70D9009CBB059AA538F1CFB5AC7DC_inline(L_2, L_4, il2cpp_rgctx_method(method->rgctx_data, 4)); Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A* L_5 = ___0_awaiter; RuntimeObject* L_6 = V_0; NullCheck(L_6); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7; L_7 = InterfaceFuncInvoker0< Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* >::Invoke(2, il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1), L_6); Awaiter_OnCompleted_m6CAC3852DFBB00D0BD09DB35ABE75F2342F2AAB1_inline(L_5, L_7, il2cpp_rgctx_method(method->rgctx_data, 7)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 Result_1_get_status_mFDF77D1359FA17C6F18F4DA8A530C20C74A3D51F_gshared_inline (Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C* __this, const RuntimeMethod* method) { { XRResultStatus_tCC9883C2EC8AE64CE75A3B0BD56DEFB134CEC941 L_0 = __this->___m_Status; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 Result_1_get_value_m84F2DCB404A74C86BD37F773857C084A213FD354_gshared_inline (Result_1_t111D8607A9C5C521EC7548CFF8FF071ED1C5528C* __this, const RuntimeMethod* method) { { SerializableGuid_tCEABDCED6CD954AC100159BDEFC5D414049C0378 L_0 = __this->___m_Value; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AwaitableAsyncMethodBuilder_1_SetStateMachine_mC963141FB8FB1DE098042DF4C85F459E6445D67F_gshared_inline (AwaitableAsyncMethodBuilder_1_t96B9327F08852932D254EED8E42DF44D1A2EA94F* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) { { bool L_0 = __this->___value; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) { { bool L_0 = __this->___hasValue; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___value; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) { { bool L_0 = __this->___hasValue; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mF1696D52A798A92C94A1973C77CCA8F724DF01B0_gshared_inline (Nullable_1_t4F11BA1306120798159EC97ABA03E6731032A09F* __this, const RuntimeMethod* method) { { bool L_0 = __this->___hasValue; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Func_1_Invoke_m9ED2CAC2A2096B0FA42F20B76DCE0CFD80228DE6_gshared_inline (Func_1_tA8F91C23675D323D5C9C1F3D2FAA8008CB1EF551* __this, const RuntimeMethod* method) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, reinterpret_cast(__this->___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) { 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(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; } } 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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SubsystemWithProvider_3_get_subsystemDescriptor_mB4052808D703DF75CA2D74A5801B59172E3F80C7_gshared_inline (SubsystemWithProvider_3_t548D9C2A4778C7ADB62496A2A07F8B7563309893* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CsubsystemDescriptorU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_gshared_inline (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* __this, const RuntimeMethod* method) { { void* L_0 = __this->___m_Buffer; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_gshared_inline (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) { { void* L_0 = __this->___m_Buffer; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m478F812F31DEC928EC9D697C47C7E188CCA0010F_gshared_inline (NativeArray_1_t0BB246A2F65C2C705F83BEBE1B62D9543C330B70* __this, const RuntimeMethod* method) { { void* L_0 = __this->___m_Buffer; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaitable_ThrowIfNotMainThread_m2C86EB37FA4514D04F08D7A3429FB55DF9A1E24A_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_0; L_0 = Thread_get_CurrentThread_m6D4719F4993DB9200490531FF02D4076FF9CA9BD(NULL); NullCheck(L_0); int32_t L_1; L_1 = Thread_get_ManagedThreadId_m74ACB74A574EE535C2B00B7D64F203A62E796B05(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var); int32_t L_2 = ((Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_StaticFields*)il2cpp_codegen_static_fields_for(Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB_il2cpp_TypeInfo_var))->____mainThreadId; V_0 = (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_3 = V_0; if (!L_3) { goto IL_0025; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F4021FBBD86CAC0E7A3CE77EFD2B63D84B4CF15)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Awaitable_ThrowIfNotMainThread_m2C86EB37FA4514D04F08D7A3429FB55DF9A1E24A_RuntimeMethod_var))); } IL_0025: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaitable_WireupCancellation_m3897DB35133F82C0C274932512C45FEB9973D684_inline (Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* ___0_awaitable, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_cancellationToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m8B6A89A7554C7CC174799EF23DFA0EBEAE1C31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CWireupCancellationU3Eb__51_0_mCD1D0925A2EEBB7A9331D17CAC81F88E61D7774D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; AsyncFlowControl_t1BB65380CA8AA973CAE0814179796E762403EF92 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* G_B6_0 = NULL; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED* G_B6_1 = NULL; Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* G_B6_2 = NULL; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* G_B5_0 = NULL; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED* G_B5_1 = NULL; Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* G_B5_2 = NULL; { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_0 = ___0_awaitable; V_1 = (bool)((((RuntimeObject*)(Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A386CC8CE18FD694D3DFA2FCA81BEE5387F3A8B)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Awaitable_WireupCancellation_m3897DB35133F82C0C274932512C45FEB9973D684_RuntimeMethod_var))); } IL_0015: { V_0 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0075: { { bool L_3 = V_0; V_3 = L_3; bool L_4 = V_3; if (!L_4) { goto IL_0089; } } { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_5 = ___0_awaitable; NullCheck(L_5); SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816* L_6 = (SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816*)(&L_5->____spinLock); il2cpp_codegen_runtime_class_init_inline(SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816_il2cpp_TypeInfo_var); SpinLock_Exit_mCF4AB6A03146093A0B5208D482F1BB53E7CA7EC3(L_6, NULL); } IL_0089: { return; } } }); try { { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_7 = ___0_awaitable; NullCheck(L_7); SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816* L_8 = (SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816*)(&L_7->____spinLock); il2cpp_codegen_runtime_class_init_inline(SpinLock_t0826FB2BDD25012485F35D6D33A1FE1E1752E816_il2cpp_TypeInfo_var); SpinLock_Enter_mECFADA7E2227A60081F66304BEDE56434BB7BA09(L_8, (&V_0), NULL); il2cpp_codegen_runtime_class_init_inline(ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710_il2cpp_TypeInfo_var); AsyncFlowControl_t1BB65380CA8AA973CAE0814179796E762403EF92 L_9; L_9 = ExecutionContext_SuppressFlow_mFE0FD20AC0849AFCA8B1A7E8AE52A0CC3CC0272B(NULL); V_2 = L_9; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0063_1: { AsyncFlowControl_Dispose_mB671D853860CF49D7977AB971456832D74BCC2FC((&V_2), NULL); return; } }); try { { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_10 = ___0_awaitable; il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561_il2cpp_TypeInfo_var); Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* L_11 = ((U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561_il2cpp_TypeInfo_var))->___U3CU3E9__51_0; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* L_12 = L_11; if (L_12) { G_B6_0 = L_12; G_B6_1 = (&___1_cancellationToken); G_B6_2 = L_10; goto IL_004f_2; } G_B5_0 = L_12; G_B5_1 = (&___1_cancellationToken); G_B5_2 = L_10; } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561_il2cpp_TypeInfo_var); U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561* L_13 = ((U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561_il2cpp_TypeInfo_var))->___U3CU3E9; Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* L_14 = (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87*)il2cpp_codegen_object_new(Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87_il2cpp_TypeInfo_var); Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4(L_14, L_13, (intptr_t)((void*)U3CU3Ec_U3CWireupCancellationU3Eb__51_0_mCD1D0925A2EEBB7A9331D17CAC81F88E61D7774D_RuntimeMethod_var), NULL); Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* L_15 = L_14; ((U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561_il2cpp_TypeInfo_var))->___U3CU3E9__51_0 = L_15; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE8D7CC7B5B9598993893D587BE38762D83530561_il2cpp_TypeInfo_var))->___U3CU3E9__51_0), (void*)L_15); G_B6_0 = L_15; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; } IL_004f_2: { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_16 = ___0_awaitable; il2cpp_codegen_runtime_class_init_inline(CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var); CancellationTokenRegistration_tC925A8BC86C629A2A3DA73765FA964A95FC83389 L_17; L_17 = CancellationToken_Register_mDCD9054C8C66BBC273CDA56E7B6442E0D3974C7C(G_B6_1, G_B6_0, L_16, (bool)0, NULL); Nullable_1_t8154443ECC6BCF418455D6C2363D110F097DBE96 L_18; memset((&L_18), 0, sizeof(L_18)); Nullable_1__ctor_m8B6A89A7554C7CC174799EF23DFA0EBEAE1C31DE((&L_18), L_17, Nullable_1__ctor_m8B6A89A7554C7CC174799EF23DFA0EBEAE1C31DE_RuntimeMethod_var); NullCheck(G_B6_2); G_B6_2->____cancelTokenRegistration = L_18; Il2CppCodeGenWriteBarrier((void**)&((&(((&G_B6_2->____cancelTokenRegistration))->___value))->___m_callbackInfo), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&G_B6_2->____cancelTokenRegistration))->___value))->___m_registrationInfo))->____source), (void*)NULL); #endif goto IL_0072_1; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0072_1: { goto IL_008b; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_008b: { return; } } 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*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_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: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = L_7; float* L_9 = (float*)(&__this->___x); String_t* L_10 = ___0_format; RuntimeObject* L_11 = ___1_formatProvider; String_t* L_12; L_12 = Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE(L_9, L_10, L_11, NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_12); (L_8)->SetAt(static_cast(0), (RuntimeObject*)L_12); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_8; float* L_14 = (float*)(&__this->___y); String_t* L_15 = ___0_format; RuntimeObject* L_16 = ___1_formatProvider; String_t* L_17; L_17 = Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE(L_14, L_15, L_16, NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_17); (L_13)->SetAt(static_cast(1), (RuntimeObject*)L_17); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = L_13; float* L_19 = (float*)(&__this->___z); String_t* L_20 = ___0_format; RuntimeObject* L_21 = ___1_formatProvider; String_t* L_22; L_22 = Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE(L_19, L_20, L_21, NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_22); (L_18)->SetAt(static_cast(2), (RuntimeObject*)L_22); String_t* L_23; L_23 = UnityString_Format_m98A0629641086A1BE20BBF7F4EADDE3FE3877D85(_stringLiteral3F3FD3EFA55E39E450A9A4CE66CD7B259403D44E, L_18, NULL); V_2 = L_23; goto IL_0069; } IL_0069: { String_t* L_24 = V_2; return L_24; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_Equals_m73FAA65A1A565EE28D6C9385603829894B7D4392_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_other, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B5_0 = 0; { float L_0 = __this->___x; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = ___0_other; float L_2 = L_1.___x; if ((!(((float)L_0) == ((float)L_2)))) { goto IL_003b; } } { float L_3 = __this->___y; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___0_other; float L_5 = L_4.___y; if ((!(((float)L_3) == ((float)L_5)))) { goto IL_003b; } } { float L_6 = __this->___z; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7 = ___0_other; float L_8 = L_7.___z; if ((!(((float)L_6) == ((float)L_8)))) { goto IL_003b; } } { float L_9 = __this->___w; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = ___0_other; float L_11 = L_10.___w; G_B5_0 = ((((float)L_9) == ((float)L_11))? 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_12 = V_0; return L_12; } } 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; } } 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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___0_value, const RuntimeMethod* method) { { int64_t L_0 = *((int64_t*)((uintptr_t)(&___0_value))); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Vector2_ToString_mC10F098442E56919947154402A77EDE28DC9B7BE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __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*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2409165FB90CD4A8B916FCA75790766B82C91748); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDBD8760F0E4E49A1C274D51CE66C3AF4D4F6DD1D); 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: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = L_7; float* L_9 = (float*)(&__this->___x); String_t* L_10 = ___0_format; RuntimeObject* L_11 = ___1_formatProvider; String_t* L_12; L_12 = Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE(L_9, L_10, L_11, NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_12); (L_8)->SetAt(static_cast(0), (RuntimeObject*)L_12); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_8; float* L_14 = (float*)(&__this->___y); String_t* L_15 = ___0_format; RuntimeObject* L_16 = ___1_formatProvider; String_t* L_17; L_17 = Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE(L_14, L_15, L_16, NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_17); (L_13)->SetAt(static_cast(1), (RuntimeObject*)L_17); String_t* L_18; L_18 = UnityString_Format_m98A0629641086A1BE20BBF7F4EADDE3FE3877D85(_stringLiteralDBD8760F0E4E49A1C274D51CE66C3AF4D4F6DD1D, L_13, NULL); V_2 = L_18; goto IL_0059; } IL_0059: { String_t* L_19 = V_2; return L_19; } } 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(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaiter_OnCompleted_m1F26883040142ED9D70C4AABA0E81EC6B4CD36F9_inline (Awaiter_t5D0EA628306CFACF132061071EE06FB6EFCADCD7* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) { { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_0 = __this->____awaited; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = ___0_continuation; NullCheck(L_0); Awaitable_SetContinuation_m469E2A5A1100BD1E7F7695EDE4C2C9365202E815(L_0, L_1, NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* AwaitableCompletionSource_1_get_Awaitable_mD1E3511F8EFB5FC15C53B557816CD3BA202A5628_gshared_inline (AwaitableCompletionSource_1_t189BCE9BA15F90A2F8BA489ED8252445252A9C0C* __this, const RuntimeMethod* method) { { Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* L_0 = __this->___U3CAwaitableU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StateMachineBox_1_set_StateMachine_m3FCE2BFE1BF70D9009CBB059AA538F1CFB5AC7DC_gshared_inline (StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87* __this, U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C ___0_value, const RuntimeMethod* method) { { U3CTrySaveAnchorsAsyncU3Ed__12_t2C9A9E6C3EF3761034E7F07766BF3627A685988C L_0 = ___0_value; __this->___U3CStateMachineU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3Et__builder))->____stateMachineBox), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3Et__builder))->____resultingCoroutine), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3E4__this), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___cancellationToken))->____source), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CawaitableByTrackableIdU3E5__2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3E7__wrap4))->____dictionary), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3E7__wrap4))->____current))->___value), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3Eu__1))->____coroutine), (void*)NULL); #endif return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* StateMachineBox_1_get_MoveNext_m5C693E44CF7683F1E00336B1CC71A9CF0343D07C_gshared_inline (StateMachineBox_1_t883B6F5766BA9AF6C58F1ABAF59F347216D9AF87* __this, const RuntimeMethod* method) { { Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___U3CMoveNextU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StateMachineBox_1_set_StateMachine_m4C0CFFD578497D35B5CF3ECD633167EF975D1136_gshared_inline (StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E* __this, U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B ___0_value, const RuntimeMethod* method) { { U3CTryLoadAnchorsAsyncU3Ed__14_t14829B58BF88664E817D3FCBB1051901543E4F0B L_0 = ___0_value; __this->___U3CStateMachineU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3Et__builder))->____stateMachineBox), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3Et__builder))->____resultingCoroutine), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3E4__this), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CStateMachineU3Ek__BackingField))->___incrementalResultsCallback), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___cancellationToken))->____source), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3E8__1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CawaitableBySavedAnchorGuidU3E5__2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3E7__wrap2))->____dictionary), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3E7__wrap2))->____current))->___value), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3Eu__1))->____coroutine), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3Eu__2))->____awaited), (void*)NULL); #endif return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* StateMachineBox_1_get_MoveNext_m50E9A2DB20E49048F56ADFDA9D48F3F6193AF2D0_gshared_inline (StateMachineBox_1_t31D90470D62A94639F9AE7452CFE47A1600FA31E* __this, const RuntimeMethod* method) { { Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___U3CMoveNextU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StateMachineBox_1_set_StateMachine_mDB4E9CEBD9FE1BBACD809A599656F0C98426D46B_gshared_inline (StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F* __this, U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078 ___0_value, const RuntimeMethod* method) { { U3CTryEraseAnchorsAsyncU3Ed__17_t711D5B79122440C5AA45A86A26F19608ED48A078 L_0 = ___0_value; __this->___U3CStateMachineU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3Et__builder))->____stateMachineBox), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3Et__builder))->____resultingCoroutine), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3E4__this), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___cancellationToken))->____source), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CawaitableBySavedAnchorGuidU3E5__2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CtempEraseAnchorResultsU3E5__3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3E7__wrap3))->____dictionary), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3E7__wrap3))->____current))->___value), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___U3CStateMachineU3Ek__BackingField))->___U3CU3Eu__1))->____coroutine), (void*)NULL); #endif return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* StateMachineBox_1_get_MoveNext_m618B5359A4C219807A4517917E80598823C39F1F_gshared_inline (StateMachineBox_1_tA98AA2101E839865356ECBCCFB538A36330C615F* __this, const RuntimeMethod* method) { { Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___U3CMoveNextU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, const RuntimeMethod* method) { typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ObjectPool_1_get_CountAll_mF3CDC0B64D5037106573C6CEE921EAF0A8B3C8EB_gshared_inline (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CCountAllU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ObjectPool_1_set_CountAll_mED1939CDEBB184383799328A0C1AEC9E1D2960D9_gshared_inline (ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CCountAllU3Ek__BackingField = L_0; return; } } 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(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaiter_OnCompleted_m7A1C7EDBCF95978FC9D7741932AA4EEA1AECFDDF_gshared_inline (Awaiter_t6DC5666B40EFE346F1595B0CC87D0D63471EEF0A* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) { { Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* L_0 = __this->____coroutine; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = ___0_continuation; NullCheck(L_0); Awaitable_1_ContinueWith_m86AA942158D762F920D42409929BF35B3516D766_inline(L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaitable_1_ContinueWith_mDC68D4C0B0F52FC55C6E6A17D17B0E4E155E64D1_gshared_inline (Awaitable_1_t825EAF106AF1AA7C375CF2D4C95236079AF79E5D* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) { { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_0 = __this->____awaitable; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = ___0_continuation; NullCheck(L_0); Awaitable_SetContinuation_m469E2A5A1100BD1E7F7695EDE4C2C9365202E815(L_0, L_1, NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaiter_OnCompleted_m6CAC3852DFBB00D0BD09DB35ABE75F2342F2AAB1_gshared_inline (Awaiter_t0CA54B87C40AB26D93B103B088CBCE7D1BEC813A* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) { { Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* L_0 = __this->____coroutine; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = ___0_continuation; NullCheck(L_0); Awaitable_1_ContinueWith_m29D77EA2A24370946B3D8955EFC22CCCD28A9F5D_inline(L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return; } } 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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaitable_1_ContinueWith_m86AA942158D762F920D42409929BF35B3516D766_gshared_inline (Awaitable_1_t9A35C3CFA6CF88CE75E68EB053253B574AF23EB7* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) { { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_0 = __this->____awaitable; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = ___0_continuation; NullCheck(L_0); Awaitable_SetContinuation_m469E2A5A1100BD1E7F7695EDE4C2C9365202E815(L_0, L_1, NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Awaitable_1_ContinueWith_m29D77EA2A24370946B3D8955EFC22CCCD28A9F5D_gshared_inline (Awaitable_1_t5DD9557B7D1C4D2D2EAC079140B3FC8250957077* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_continuation, const RuntimeMethod* method) { { Awaitable_t690337FEC1C411606E233EA36A41337B931C23CB* L_0 = __this->____awaitable; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = ___0_continuation; NullCheck(L_0); Awaitable_SetContinuation_m469E2A5A1100BD1E7F7695EDE4C2C9365202E815(L_0, L_1, NULL); return; } }