#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtFuncInvoker0 { 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 VirtFuncInvoker2 { 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 VirtFuncInvoker3 { 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 VirtFuncInvoker4 { 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 VirtFuncInvoker5 { 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 VirtActionInvoker1 { 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); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker1 { 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 GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericVirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericInterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_tBB781B532207CA8EBC97E3A9EE8EFD592AA62191; // System.Comparison`1 struct Comparison_1_tB56E8E7C2BF431D44E8EBD15EA3E6F41AAFF03D2; // System.Comparison`1 struct Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7E8D40B461AB586AEA5DD75D8354C4913EEB1337; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50; // System.Func`1 struct Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4; // System.Func`2 struct Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436; // System.Func`2 struct Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3; // System.Func`2>> struct Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7; // System.Func`2> struct Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87; // System.Func`2> struct Func_2_t6FC8FB1B78710D8F435EFF2410DBEECBC31455AF; // System.Func`2> struct Func_2_tDE08512362C8A67B45374C3DD3AC327519BD484A; // System.Func`2> struct Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE; // System.Func`2> struct Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5; // System.Func`2> struct Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF; // System.Func`2> struct Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t28FB40D8E33C5846AB04F37C78130A4948569C7C; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t086AF09C11E8CD9E2384595694C6A26ADAE99A41; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t99F145FD0892DA7C96F67C8BE14F7A8021B6AB65; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t0DE5AA701B682A891412350E63D3E441F98F205C; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t8502D867FFE6D0A1E3007D9E60791DD0C86AF5F6; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_tE83BD1ADD9BED2D414C705C44C0FBAC2AF3857EC; // System.Collections.Generic.List`1 struct List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57; // System.Collections.Generic.List`1 struct List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4; // System.Collections.Generic.List`1 struct List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2; // System.Collections.Generic.List`1 struct List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853; // System.Collections.Generic.List`1 struct List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16; // System.Collections.Generic.List`1 struct List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158; // System.Collections.Generic.List`1 struct List_1_tEED496086F5D313E88CAE4C98A12681F4B542321; // System.Collections.Generic.List`1 struct List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0; // FMODUnity.Legacy/PlatformSetting`1 struct PlatformSetting_1_tF1F2D113743AE5690D9B0A53C4E5F73E58B88DD8; // FMODUnity.Legacy/PlatformSetting`1 struct PlatformSetting_1_tE51D3E0036FF3A6FA334D7296D74F55B569E2227; // FMODUnity.Legacy/PlatformSetting`1 struct PlatformSetting_1_tB64831A2595CA13E480EFD492D0324ADDD5FFA00; // FMODUnity.Legacy/PlatformSetting`1 struct PlatformSetting_1_tC0C6354C9D7B615166E2AD41980014E4939DC657; // FMODUnity.Legacy/PlatformSetting`1 struct PlatformSetting_1_t488F3DFFD01BDD40FEF7B22BBE680BDF95A3E7F4; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050; // System.Predicate`1 struct Predicate_1_t95452AC1A001456FB4DB884F7D265BA5DFDF7D6D; // FMODUnity.Platform/Property`1> struct Property_1_tFF04740DA05A1C6E8363931B19AEED7384C75CEE; // FMODUnity.Platform/Property`1> struct Property_1_tC12A06AB020E1B55C7B086819F2BB13DCD9D6098; // FMODUnity.Platform/Property`1 struct Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F; // FMODUnity.Platform/Property`1 struct Property_1_t15AE9CA6BB9975C4E47F4C44D7704F0E2E71FCCF; // FMODUnity.Platform/Property`1 struct Property_1_tFFAC20918771F99B47C42E4C8881EA58F86742AF; // FMODUnity.Platform/Property`1 struct Property_1_t6770127C86A531D398D7204DB7CC4E497F04FEDE; // FMODUnity.Platform/Property`1 struct Property_1_tB7992A7FE9E273F12B5AD18F27A64E5FE522A31E; // FMODUnity.Platform/Property`1 struct Property_1_t4FFACE60733293ECEBB1863470178A4D5DA5EFD9; // FMODUnity.Platform/Property`1 struct Property_1_tB4DC4D8A4B1A7885B188EF3DFCDA5F0FC8965C97; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t757ADE82A626428015FC2272AC09FDD945B73757; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_t784A9DDD7A5AD12EC98A7B23C34415159DBB1020; // FMOD.Studio.Bank[] struct BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // FMODUnity.EmitterRef[] struct EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // FMOD.Studio.PARAMETER_DESCRIPTION[] struct PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5; // FMOD.Studio.PARAMETER_ID[] struct PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373; // FMODUnity.ParamRef[] struct ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B; // FMODUnity.Platform[] struct PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // FMODUnity.ThreadType[] struct ThreadTypeU5BU5D_t2243EF3BF541EC7639D75AC642761856CF0D28BB; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // FMODUnity.Legacy/PlatformBoolSetting[] struct PlatformBoolSettingU5BU5D_tD1A8439887BA2387DDF582AEF1690FE2312E57C4; // FMODUnity.Legacy/PlatformIntSetting[] struct PlatformIntSettingU5BU5D_t2A46185A758DCDD06B00779917017332F1724499; // FMODUnity.Legacy/PlatformStringSetting[] struct PlatformStringSettingU5BU5D_t43E07E99168B79D92D9BBE285033D3F17928F8CE; // FMODUnity.Settings/PlatformTemplate[] struct PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359; // FMOD.StringHelper/ThreadSafeEncoding[] struct ThreadSafeEncodingU5BU5D_t3182668DC688D2F2440825FF0E69AFA374EE2476; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // FMOD.Studio.BANK_INFO struct BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // FMOD.CB_3D_ROLLOFF_CALLBACK struct CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81; // FMOD.CREATESOUNDEXINFO struct CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02; // UnityEngine.Collider2D struct Collider2D_tDDBF081328B83D21D0BA3B5036D77B32528BA722; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // FMOD.DSP_CREATECALLBACK struct DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3; // FMOD.DSP_DESCRIPTION struct DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466; // FMOD.DSP_GETPARAM_BOOL_CALLBACK struct DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683; // FMOD.DSP_GETPARAM_DATA_CALLBACK struct DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005; // FMOD.DSP_GETPARAM_FLOAT_CALLBACK struct DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279; // FMOD.DSP_GETPARAM_INT_CALLBACK struct DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB; // FMOD.DSP_PROCESS_CALLBACK struct DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007; // FMOD.DSP_READCALLBACK struct DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089; // FMOD.DSP_RELEASECALLBACK struct DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C; // FMOD.DSP_RESETCALLBACK struct DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4; // FMOD.DSP_SETPARAM_BOOL_CALLBACK struct DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33; // FMOD.DSP_SETPARAM_DATA_CALLBACK struct DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A; // FMOD.DSP_SETPARAM_FLOAT_CALLBACK struct DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90; // FMOD.DSP_SETPARAM_INT_CALLBACK struct DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF; // FMOD.DSP_SETPOSITIONCALLBACK struct DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF; // FMOD.DSP_SHOULDIPROCESS_CALLBACK struct DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0; // FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK struct DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6; // FMOD.DSP_SYSTEM_MIX_CALLBACK struct DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07; // FMOD.DSP_SYSTEM_REGISTER_CALLBACK struct DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // FMODUnity.EmitterRef struct EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // FMODUnity.EventHandler struct EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634; // System.Exception struct Exception_t; // FMOD.FILE_ASYNCCANCEL_CALLBACK struct FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF; // FMOD.FILE_ASYNCREAD_CALLBACK struct FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F; // FMOD.FILE_CLOSE_CALLBACK struct FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA; // FMOD.FILE_OPEN_CALLBACK struct FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694; // FMOD.FILE_READ_CALLBACK struct FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A; // FMOD.FILE_SEEK_CALLBACK struct FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // FMODUnity.IEditorSettings struct IEditorSettings_t50CE53F5BA9ED648A130D8328AD670642DB3E9EC; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // FMODUnity.ParamRef struct ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD; // FMODUnity.Platform struct Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149; // FMODUnity.PlatformCallbackHandler struct PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // UnityEngine.Rigidbody2D struct Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5; // FMOD.Studio.SOUND_INFO struct SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21; // FMOD.SOUND_NONBLOCK_CALLBACK struct SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568; // FMOD.SOUND_PCMREAD_CALLBACK struct SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331; // FMOD.SOUND_PCMSETPOS_CALLBACK struct SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69; // FMOD.Studio.STUDIO_VERSION struct STUDIO_VERSION_t1FF4F518892638A2314D9F4C54A5D10DD6B201E9; // FMOD.SYSTEM_CALLBACK struct SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75; // FMOD.Studio.SYSTEM_CALLBACK struct SYSTEM_CALLBACK_tAC95078FE937EE93C1AD6CA0DD09DB016BBA843C; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A; // FMODUnity.Settings struct Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE; // System.String struct String_t; // FMODUnity.StudioBankLoader struct StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3; // FMODUnity.StudioEventEmitter struct StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34; // FMODUnity.StudioGlobalParameterTrigger struct StudioGlobalParameterTrigger_t7AF45683CD487893636F8F5EBF8CA1581229206C; // FMODUnity.StudioListener struct StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC; // FMODUnity.StudioParameterTrigger struct StudioParameterTrigger_t1823479A7EC8918A87BC54D42BCFD4C5950B6AA2; // FMODUnity.SystemNotInitializedException struct SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C; // FMOD.TAG struct TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343; // FMODUnity.ThreadAffinityGroup struct ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // System.Text.UTF8Encoding struct UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282; // FMOD.Studio.Union_IntBoolFloatString struct Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294; // FMODUnity.VCANotFoundException struct VCANotFoundException_t7180AED40B600DC06C9AA6131683130085296AD6; // FMOD.VERSION struct VERSION_t02D20EF90F05F3882F88161C3906607B1EF5B4CE; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // FMODUnity.Legacy/PlatformBoolSetting struct PlatformBoolSetting_t2E22BFCAF1E3F64C00B56A090BE84DFBBE2BA479; // FMODUnity.Legacy/PlatformIntSetting struct PlatformIntSetting_t9864FB4E1B651288FBC26FB386A06161EBBE30D3; // FMODUnity.Legacy/PlatformSettingBase struct PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43; // FMODUnity.Legacy/PlatformStringSetting struct PlatformStringSetting_t7610A0760778513396EEE9FCB60D43F202BAE4C8; // FMODUnity.Platform/PropertyBool struct PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169; // FMODUnity.Platform/PropertyCallbackHandler struct PropertyCallbackHandler_t82B0903BB420520717D537266810EE85744AC4BA; // FMODUnity.Platform/PropertyInt struct PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D; // FMODUnity.Platform/PropertySpeakerMode struct PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF; // FMODUnity.Platform/PropertyStorage struct PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076; // FMODUnity.Platform/PropertyString struct PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5; // FMODUnity.Platform/PropertyStringList struct PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC; // FMODUnity.Platform/PropertyThreadAffinityList struct PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2; // FMODUnity.RuntimeManager/<>c__DisplayClass47_0 struct U3CU3Ec__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD; // FMODUnity.RuntimeManager/<>c__DisplayClass48_0 struct U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89; // FMODUnity.RuntimeManager/<>c__DisplayClass49_0 struct U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92; // FMODUnity.RuntimeManager/d__61 struct U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8; // FMODUnity.RuntimeManager/AttachedInstance struct AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD; // FMODUnity.RuntimeManager/GuidComparer struct GuidComparer_tAE5181CABB0C1A30EB2F2FC1FCC29F83D3D9AD0F; // FMODUnity.Settings/<>c struct U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321; // FMODUnity.Settings/<>c__DisplayClass75_0 struct U3CU3Ec__DisplayClass75_0_t62E64F7EC063F95FCFDC096B45AF380E6334795B; // FMOD.StringHelper/ThreadSafeEncoding struct ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2; // FMODUnity.StudioEventEmitter/<>c__DisplayClass37_0 struct U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465; // FMODUnity.StudioEventEmitter/<>c__DisplayClass38_0 struct U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9; // FMODUnity.Platform/PropertyAccessors/<>c struct U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548; IL2CPP_EXTERN_C RuntimeClass* Action_1_tBB781B532207CA8EBC97E3A9EE8EFD592AA62191_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tEED496086F5D313E88CAE4C98A12681F4B542321_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformDefault_tDCBF760189750C7A6A4423F691E90C7C630FE695_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t95452AC1A001456FB4DB884F7D265BA5DFDF7D6D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyCallbackHandler_t82B0903BB420520717D537266810EE85744AC4BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RESULT_t25BE0876E69B44E7D72DC4C52217E7C5B1A82271_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SYSTEM_CALLBACK_TYPE_t34501F40D0531C7C135ABE1DADBF5ADC022879D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SYSTEM_CALLBACK_TYPE_tAA5EEC06825F068F1D9DC4C5E946489037DB2C3B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TIMEUNIT_t11C9C51999CBDDF2F44E92624E39FF863779CFBB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadType_t82A10C14E631E6266D034FFBEFCD375ECA8799A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass75_0_t62E64F7EC063F95FCFDC096B45AF380E6334795B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral1334702E794CB5624DA378C6CD31B09126197FD9; IL2CPP_EXTERN_C String_t* _stringLiteral1861682CE75DC78EEDAF9D56BC1F6AA8B298EACD; IL2CPP_EXTERN_C String_t* _stringLiteral1E91B09D74330D84716D5CE30BB9B07E1C7A18FB; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral5AF12E529E85E6EB6694BA9F639830F2B25C4E21; IL2CPP_EXTERN_C String_t* _stringLiteral5B3A14B290832290071B455A18AB52EB01EDFB10; IL2CPP_EXTERN_C String_t* _stringLiteral654BB2C522A1513FF57F9BB7BB0B68725C9F4D3C; IL2CPP_EXTERN_C String_t* _stringLiteral6A37B341BE63968D01D00605F25F5A2725A058BE; IL2CPP_EXTERN_C String_t* _stringLiteral79183E28F0A2736ABD5F0478F81D54CC00454402; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral9552FB5A23582C720104AF8F6ADA9595460E9E7F; IL2CPP_EXTERN_C String_t* _stringLiteral99E5578AA064AD7C4E1472202557F75FBBD3FAB9; IL2CPP_EXTERN_C String_t* _stringLiteral9A844721FBDAAC9F38C4E0F5A8517BDC0BFAC8A1; IL2CPP_EXTERN_C String_t* _stringLiteralD626D7E4BB1F3675B96688EA1D5727EAFB7E9118; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDB784C0FDB5E2F468943EF04EB13EE0E6135421C; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m8054793B6747347B01E5ECF01902930377E5D36D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m50D2AB51648DD9E4D5F8149456272F5F8EC3DCCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisPARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B_m2AFFDC6D3715E6A7822FFF4E0820C6221B7CD935_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_m29203007C251CDF6B2D1636EECD5E8872725C2C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_m4E9E5E48D529420FAC117599819C02DB73FC7487_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mE2EA0E48C8C0EAFA09C6FAD2003105EACAC85213_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m4C10EAEB7FA8CA6EF923EBDB4301B721C6307779_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m6323A5C0C39A68170FDB0F88AB4C3C4BD69DFBB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC68F93C9D4ACC170D72872C93761C694E3A4072E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisPlatform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_m29CB2F01D03F072C109A76263DCB13F86DE2C0AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m67F3F8AEFABB56BE6528AE10C2CE760D14F23F43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m7AB18D633BE6B10C450C323ADDFF7911735F999D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m7432D8EF4D2485C8BECCCDB2DD000763EF1C9681_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA95FA7D6D2CF77AF02782A7F644D2D883A122A2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m7FA122283D3AF272A8222C54E9C3D050D30E0880_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m8E6B6404D99D6A2440E240A3F05BE97E68940124_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m09C292D87B4988E92E7D6EF385B851D007AE5153_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mA1B14C222C3C3E3A9FB75789907F3ABC297C4974_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mBEE0B8FCEEC73FB03A94AB3C323E5167497AE30F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mBF95B76079873F4404E885D6D391FBF733466CE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mE64CAEFC88B56EE692AA35DE5C04F6F1E5CA7843_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mFB468477EB787E9D6D78904DFE15B7754F5B3890_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_mE749A8DAAB8733CB623A476DC361B88581AF3E40_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m256751B624A1A0E025B27A901DF112AD3AC9EF5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m40C463BCACAAD8D919AF46C0FC9DD091EB1E02B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m8BF343B4B7AF6B3E596F38EBA0F7583FA638578D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m94FCB6640FE52D94EB1A4EE0EF0D2F6CDD3998F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mE4433DC632AC24816871DDA9235A76F8ABC809E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Find_mD8E3ED87D100F002A1DC893555A8283A47AB95C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m0F4F12AB726B8D0B155ED6E9827834395F45B434_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m2554E26B7678550EE238101425F0E972C8705FE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAll_m0F6AF4F3781CC80A8F55AA17662850627F3E2A47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m477F1F236BA9DE9929BC355FD94A78E1BA2BC851_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0E5A0C1F5EF3A2218BE4C6111EDC61EA672CE9DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m278E5F6BCF9FD642676C8D3FF279732ED260E9DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m42319C9B53430662BA4A23C20A320D7DDD6ECCF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4B5F22DCBB87DAE7FA48D0B1B8BFEBA943A0C144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m54C62F511EB4A4A8B9A5A985788417FA877A34AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7A506CADC7BBF7AD22723993E0ED85B3AD8FE5E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m850C97D86C6162B63140016305C97D41C929451B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mADCF476954284A73F30A5586D504D4B7164F2664_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mBCEA96B178390EB673A3EA5147FE2F8DDAC5B963_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mBAD580AA50EAF188EC67A56AF1FCC070554CC0B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF95E6D4D47C73B8C7432F99434EF96DBA91F90F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlatformSetting_1__ctor_m15671CC1526FF2C711A5E6EF4865EDC33C953578_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlatformSetting_1__ctor_m1C7A8752D41E64C1743BA8DE099AA3AAE0784F5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlatformSetting_1__ctor_m7358C34761BD83F442F2C055D210180E443DA4FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_m78B7260F137D42FA6AC0A9C520BA1E36489E9E53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_mE0B3E9CB2A99F5B09E55999C8D3BE0F5B0343B39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1__ctor_m1F9DAD4B75E3D28D077D23FFFCDE7A412391C1CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1__ctor_m3E035A428D209C7A6DF0F2FBFD799C59C3EEEF4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1__ctor_m85B8153BC5914536F568B4EBE5E1A5D7E05F185B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1__ctor_m9A30F83C45C1F465269ED8BAFCFED58DC60C8519_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1__ctor_mCF8928B830DA0BB19BD8D9E0A88FB5153D920206_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Property_1__ctor_m1867A586B284C85D865E2B26C3CF7850A85A87E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Property_1__ctor_m31BF39C9050A5905D3EF2E31077FA63DB33985A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Property_1__ctor_m45B06F418615B089A5E4AD312936DEA12461BAA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Property_1__ctor_m84423BD3659DABF710EC1DFE227C731DD9735C50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Property_1__ctor_mB197BF6AC6FEAC7C95892A3EC3FE4CA222869B11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Property_1__ctor_mEF40FA558B2DD2E0A08F5AA02EF426345B4B5BC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Property_1__ctor_mF85F2D93388A82EC6A9743737CA3FCF5308A5464_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_LoadAll_TisPlatform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_m1EBC081316313092FC5F0B45AE8CA6EDE1056FA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtils_ToFMODThreadType_m8CF6547DEBD8B4A8A6AD1BDB147FC19A73A078A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScriptableObject_CreateInstance_TisSettings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_m72171479036A2E2FA45A2F59665BD16D739C266D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Settings_AddPlatform_mD6EB502F079C61C030DB065E798ECF475FB5CF41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Settings_LinkPlatform_mA9E3A3DF08B304BF5BE93DE38ED9E8D66A022991_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CBanksToLoadU3Ed__61_System_Collections_IEnumerator_Reset_m4AB1D5AE9A61916E9F4739482D93136D15090D4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CDeclareRuntimePlatformU3Eb__77_0_m065E07A2DE86617D8028F9989B0FE5E5F616C3F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3COnEnableU3Eb__87_0_m0E785411B1FE7637F646D09EA16159E6692E4B3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3COnEnableU3Eb__87_1_mAB9000CCAD65A92EB5F367E00E94FE0D7C27CF0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__14_0_m4E0FE056D0DF81F0D4F301446496833AED3B8088_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__14_10_m8DBFA5C36184F6A8A23BF7E4D1819B3C4360E40F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__14_11_m1787A1CCDB2C9F44F5B998B4E3C9EEC22B9AB46E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__14_12_mEBE2F4D7572C12932DBD15DFE12E0B36488D5EDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__14_13_mA59F5F47EAAA9ABAA5547C6D92A046B183B5DD64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__14_1_mAAA25F79AD860007F5330D1C24E5070971933AA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__14_2_m3E47B29A9146C61755C5547E3D60E5F11B4CAFD6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__14_3_mC9777CCA1C44EAE907B386301A0CF4DECCC06270_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__14_4_m9ABCF4B4F2B725B6E9BF6D75FF9A2D8B8FF0A963_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__14_5_m7E66F4F94CE79EBF563DB336D0684EEF466E104A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__14_6_m84479FC00F8EC3B1E7A48D5128D03DA591B86256_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__14_7_m8B0C496900697695BFE6F209B8BD79C250DC2048_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__14_8_m861E26F6400EBE971FA3DF318E348E06B886371C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__14_9_m8573561C3E240DDF90082684F297114CA7A5424A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass37_0_U3CSetParameterU3Eb__0_mED2EC630E2D60D95A0B2CA7D52C63111EFF70F31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass38_0_U3CSetParameterU3Eb__0_mC10A16ADC51B6889D49548BAD09DE46F74401133_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass75_0_U3CRemovePlatformU3Eb__0_mF4E72BCDEBCD8C52C4A655475FDE24663263E55C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_0_0_0_var; struct BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A;; struct BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_pinvoke; struct BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_pinvoke;; struct CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B;; struct CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_com; struct CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_com;; struct CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke; struct CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke;; struct DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466;; struct DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke; struct DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke;; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21;; struct SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_pinvoke; struct SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_pinvoke;; struct TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343;; struct TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_pinvoke; struct TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_pinvoke;; struct Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294;; struct Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_com; struct Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_com;; struct Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_pinvoke; struct Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_pinvoke;; struct BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2; struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5; struct PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373; struct ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B; struct PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct ThreadTypeU5BU5D_t2243EF3BF541EC7639D75AC642761856CF0D28BB; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t784A9DDD7A5AD12EC98A7B23C34415159DBB1020* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tE83BD1ADD9BED2D414C705C44C0FBAC2AF3857EC * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t757ADE82A626428015FC2272AC09FDD945B73757 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50, ___entries_1)); } inline EntryU5BU5D_t784A9DDD7A5AD12EC98A7B23C34415159DBB1020* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t784A9DDD7A5AD12EC98A7B23C34415159DBB1020** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t784A9DDD7A5AD12EC98A7B23C34415159DBB1020* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50, ___keys_7)); } inline KeyCollection_tE83BD1ADD9BED2D414C705C44C0FBAC2AF3857EC * get_keys_7() const { return ___keys_7; } inline KeyCollection_tE83BD1ADD9BED2D414C705C44C0FBAC2AF3857EC ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tE83BD1ADD9BED2D414C705C44C0FBAC2AF3857EC * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50, ___values_8)); } inline ValueCollection_t757ADE82A626428015FC2272AC09FDD945B73757 * get_values_8() const { return ___values_8; } inline ValueCollection_t757ADE82A626428015FC2272AC09FDD945B73757 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t757ADE82A626428015FC2272AC09FDD945B73757 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57, ____items_1)); } inline ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* get__items_1() const { return ____items_1; } inline ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112, ____items_1)); } inline PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933* get__items_1() const { return ____items_1; } inline PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ThreadTypeU5BU5D_t2243EF3BF541EC7639D75AC642761856CF0D28BB* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2, ____items_1)); } inline ThreadTypeU5BU5D_t2243EF3BF541EC7639D75AC642761856CF0D28BB* get__items_1() const { return ____items_1; } inline ThreadTypeU5BU5D_t2243EF3BF541EC7639D75AC642761856CF0D28BB** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ThreadTypeU5BU5D_t2243EF3BF541EC7639D75AC642761856CF0D28BB* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PlatformBoolSettingU5BU5D_tD1A8439887BA2387DDF582AEF1690FE2312E57C4* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853, ____items_1)); } inline PlatformBoolSettingU5BU5D_tD1A8439887BA2387DDF582AEF1690FE2312E57C4* get__items_1() const { return ____items_1; } inline PlatformBoolSettingU5BU5D_tD1A8439887BA2387DDF582AEF1690FE2312E57C4** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PlatformBoolSettingU5BU5D_tD1A8439887BA2387DDF582AEF1690FE2312E57C4* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PlatformIntSettingU5BU5D_t2A46185A758DCDD06B00779917017332F1724499* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16, ____items_1)); } inline PlatformIntSettingU5BU5D_t2A46185A758DCDD06B00779917017332F1724499* get__items_1() const { return ____items_1; } inline PlatformIntSettingU5BU5D_t2A46185A758DCDD06B00779917017332F1724499** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PlatformIntSettingU5BU5D_t2A46185A758DCDD06B00779917017332F1724499* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PlatformStringSettingU5BU5D_t43E07E99168B79D92D9BBE285033D3F17928F8CE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158, ____items_1)); } inline PlatformStringSettingU5BU5D_t43E07E99168B79D92D9BBE285033D3F17928F8CE* get__items_1() const { return ____items_1; } inline PlatformStringSettingU5BU5D_t43E07E99168B79D92D9BBE285033D3F17928F8CE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PlatformStringSettingU5BU5D_t43E07E99168B79D92D9BBE285033D3F17928F8CE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tEED496086F5D313E88CAE4C98A12681F4B542321 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tEED496086F5D313E88CAE4C98A12681F4B542321, ____items_1)); } inline PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359* get__items_1() const { return ____items_1; } inline PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tEED496086F5D313E88CAE4C98A12681F4B542321, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tEED496086F5D313E88CAE4C98A12681F4B542321, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tEED496086F5D313E88CAE4C98A12681F4B542321, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ThreadSafeEncodingU5BU5D_t3182668DC688D2F2440825FF0E69AFA374EE2476* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0, ____items_1)); } inline ThreadSafeEncodingU5BU5D_t3182668DC688D2F2440825FF0E69AFA374EE2476* get__items_1() const { return ____items_1; } inline ThreadSafeEncodingU5BU5D_t3182668DC688D2F2440825FF0E69AFA374EE2476** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ThreadSafeEncodingU5BU5D_t3182668DC688D2F2440825FF0E69AFA374EE2476* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // FMODUnity.Platform/Property`1> struct Property_1_tFF04740DA05A1C6E8363931B19AEED7384C75CEE : public RuntimeObject { public: // T FMODUnity.Platform/Property`1::Value List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___Value_0; // System.Boolean FMODUnity.Platform/Property`1::HasValue bool ___HasValue_1; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(Property_1_tFF04740DA05A1C6E8363931B19AEED7384C75CEE, ___Value_0)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_Value_0() const { return ___Value_0; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } inline static int32_t get_offset_of_HasValue_1() { return static_cast(offsetof(Property_1_tFF04740DA05A1C6E8363931B19AEED7384C75CEE, ___HasValue_1)); } inline bool get_HasValue_1() const { return ___HasValue_1; } inline bool* get_address_of_HasValue_1() { return &___HasValue_1; } inline void set_HasValue_1(bool value) { ___HasValue_1 = value; } }; // FMODUnity.Platform/Property`1> struct Property_1_tC12A06AB020E1B55C7B086819F2BB13DCD9D6098 : public RuntimeObject { public: // T FMODUnity.Platform/Property`1::Value List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 * ___Value_0; // System.Boolean FMODUnity.Platform/Property`1::HasValue bool ___HasValue_1; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(Property_1_tC12A06AB020E1B55C7B086819F2BB13DCD9D6098, ___Value_0)); } inline List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 * get_Value_0() const { return ___Value_0; } inline List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } inline static int32_t get_offset_of_HasValue_1() { return static_cast(offsetof(Property_1_tC12A06AB020E1B55C7B086819F2BB13DCD9D6098, ___HasValue_1)); } inline bool get_HasValue_1() const { return ___HasValue_1; } inline bool* get_address_of_HasValue_1() { return &___HasValue_1; } inline void set_HasValue_1(bool value) { ___HasValue_1 = value; } }; // FMODUnity.Platform/Property`1 struct Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F : public RuntimeObject { public: // T FMODUnity.Platform/Property`1::Value int32_t ___Value_0; // System.Boolean FMODUnity.Platform/Property`1::HasValue bool ___HasValue_1; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F, ___Value_0)); } inline int32_t get_Value_0() const { return ___Value_0; } inline int32_t* get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(int32_t value) { ___Value_0 = value; } inline static int32_t get_offset_of_HasValue_1() { return static_cast(offsetof(Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F, ___HasValue_1)); } inline bool get_HasValue_1() const { return ___HasValue_1; } inline bool* get_address_of_HasValue_1() { return &___HasValue_1; } inline void set_HasValue_1(bool value) { ___HasValue_1 = value; } }; // FMODUnity.Platform/Property`1 struct Property_1_t6770127C86A531D398D7204DB7CC4E497F04FEDE : public RuntimeObject { public: // T FMODUnity.Platform/Property`1::Value PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * ___Value_0; // System.Boolean FMODUnity.Platform/Property`1::HasValue bool ___HasValue_1; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(Property_1_t6770127C86A531D398D7204DB7CC4E497F04FEDE, ___Value_0)); } inline PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * get_Value_0() const { return ___Value_0; } inline PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } inline static int32_t get_offset_of_HasValue_1() { return static_cast(offsetof(Property_1_t6770127C86A531D398D7204DB7CC4E497F04FEDE, ___HasValue_1)); } inline bool get_HasValue_1() const { return ___HasValue_1; } inline bool* get_address_of_HasValue_1() { return &___HasValue_1; } inline void set_HasValue_1(bool value) { ___HasValue_1 = value; } }; // FMODUnity.Platform/Property`1 struct Property_1_t4FFACE60733293ECEBB1863470178A4D5DA5EFD9 : public RuntimeObject { public: // T FMODUnity.Platform/Property`1::Value String_t* ___Value_0; // System.Boolean FMODUnity.Platform/Property`1::HasValue bool ___HasValue_1; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(Property_1_t4FFACE60733293ECEBB1863470178A4D5DA5EFD9, ___Value_0)); } inline String_t* get_Value_0() const { return ___Value_0; } inline String_t** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(String_t* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } inline static int32_t get_offset_of_HasValue_1() { return static_cast(offsetof(Property_1_t4FFACE60733293ECEBB1863470178A4D5DA5EFD9, ___HasValue_1)); } inline bool get_HasValue_1() const { return ___HasValue_1; } inline bool* get_address_of_HasValue_1() { return &___HasValue_1; } inline void set_HasValue_1(bool value) { ___HasValue_1 = value; } }; struct Il2CppArrayBounds; // System.Array // FMODUnity.EmitterRef struct EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 : public RuntimeObject { public: // FMODUnity.StudioEventEmitter FMODUnity.EmitterRef::Target StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * ___Target_0; // FMODUnity.ParamRef[] FMODUnity.EmitterRef::Params ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* ___Params_1; public: inline static int32_t get_offset_of_Target_0() { return static_cast(offsetof(EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2, ___Target_0)); } inline StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * get_Target_0() const { return ___Target_0; } inline StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 ** get_address_of_Target_0() { return &___Target_0; } inline void set_Target_0(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * value) { ___Target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Target_0), (void*)value); } inline static int32_t get_offset_of_Params_1() { return static_cast(offsetof(EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2, ___Params_1)); } inline ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* get_Params_1() const { return ___Params_1; } inline ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B** get_address_of_Params_1() { return &___Params_1; } inline void set_Params_1(ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* value) { ___Params_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Params_1), (void*)value); } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_9)); } inline int32_t get_m_codePage_9() const { return ___m_codePage_9; } inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; } inline void set_m_codePage_9(int32_t value) { ___m_codePage_9 = value; } inline static int32_t get_offset_of_dataItem_10() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_10)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_11)); } inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; } inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; } inline void set_m_deserializedFromEverett_11(bool value) { ___m_deserializedFromEverett_11 = value; } inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_12)); } inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; } inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; } inline void set_m_isReadOnly_12(bool value) { ___m_isReadOnly_12 = value; } inline static int32_t get_offset_of_encoderFallback_13() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_13)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_14)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // FMODUnity.RuntimeUtils struct RuntimeUtils_tB1B2309412F052E9BAC485FDDADCBA57F37FDDA6 : public RuntimeObject { public: public: }; // FMOD.Studio.STUDIO_VERSION struct STUDIO_VERSION_t1FF4F518892638A2314D9F4C54A5D10DD6B201E9 : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; // FMOD.StringHelper struct StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC : public RuntimeObject { public: public: }; // FMOD.VERSION struct VERSION_t02D20EF90F05F3882F88161C3906607B1EF5B4CE : public RuntimeObject { public: public: }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // FMODUnity.Platform/PropertyStorage struct PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 : public RuntimeObject { public: // FMODUnity.Platform/PropertyBool FMODUnity.Platform/PropertyStorage::LiveUpdate PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * ___LiveUpdate_0; // FMODUnity.Platform/PropertyInt FMODUnity.Platform/PropertyStorage::LiveUpdatePort PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * ___LiveUpdatePort_1; // FMODUnity.Platform/PropertyBool FMODUnity.Platform/PropertyStorage::Overlay PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * ___Overlay_2; // FMODUnity.Platform/PropertyBool FMODUnity.Platform/PropertyStorage::Logging PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * ___Logging_3; // FMODUnity.Platform/PropertyInt FMODUnity.Platform/PropertyStorage::SampleRate PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * ___SampleRate_4; // FMODUnity.Platform/PropertyString FMODUnity.Platform/PropertyStorage::BuildDirectory PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5 * ___BuildDirectory_5; // FMODUnity.Platform/PropertySpeakerMode FMODUnity.Platform/PropertyStorage::SpeakerMode PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF * ___SpeakerMode_6; // FMODUnity.Platform/PropertyInt FMODUnity.Platform/PropertyStorage::VirtualChannelCount PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * ___VirtualChannelCount_7; // FMODUnity.Platform/PropertyInt FMODUnity.Platform/PropertyStorage::RealChannelCount PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * ___RealChannelCount_8; // FMODUnity.Platform/PropertyInt FMODUnity.Platform/PropertyStorage::DSPBufferLength PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * ___DSPBufferLength_9; // FMODUnity.Platform/PropertyInt FMODUnity.Platform/PropertyStorage::DSPBufferCount PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * ___DSPBufferCount_10; // FMODUnity.Platform/PropertyStringList FMODUnity.Platform/PropertyStorage::Plugins PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC * ___Plugins_11; // FMODUnity.Platform/PropertyStringList FMODUnity.Platform/PropertyStorage::StaticPlugins PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC * ___StaticPlugins_12; // FMODUnity.Platform/PropertyCallbackHandler FMODUnity.Platform/PropertyStorage::CallbackHandler PropertyCallbackHandler_t82B0903BB420520717D537266810EE85744AC4BA * ___CallbackHandler_13; public: inline static int32_t get_offset_of_LiveUpdate_0() { return static_cast(offsetof(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076, ___LiveUpdate_0)); } inline PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * get_LiveUpdate_0() const { return ___LiveUpdate_0; } inline PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 ** get_address_of_LiveUpdate_0() { return &___LiveUpdate_0; } inline void set_LiveUpdate_0(PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * value) { ___LiveUpdate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LiveUpdate_0), (void*)value); } inline static int32_t get_offset_of_LiveUpdatePort_1() { return static_cast(offsetof(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076, ___LiveUpdatePort_1)); } inline PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * get_LiveUpdatePort_1() const { return ___LiveUpdatePort_1; } inline PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D ** get_address_of_LiveUpdatePort_1() { return &___LiveUpdatePort_1; } inline void set_LiveUpdatePort_1(PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * value) { ___LiveUpdatePort_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___LiveUpdatePort_1), (void*)value); } inline static int32_t get_offset_of_Overlay_2() { return static_cast(offsetof(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076, ___Overlay_2)); } inline PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * get_Overlay_2() const { return ___Overlay_2; } inline PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 ** get_address_of_Overlay_2() { return &___Overlay_2; } inline void set_Overlay_2(PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * value) { ___Overlay_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Overlay_2), (void*)value); } inline static int32_t get_offset_of_Logging_3() { return static_cast(offsetof(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076, ___Logging_3)); } inline PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * get_Logging_3() const { return ___Logging_3; } inline PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 ** get_address_of_Logging_3() { return &___Logging_3; } inline void set_Logging_3(PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * value) { ___Logging_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Logging_3), (void*)value); } inline static int32_t get_offset_of_SampleRate_4() { return static_cast(offsetof(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076, ___SampleRate_4)); } inline PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * get_SampleRate_4() const { return ___SampleRate_4; } inline PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D ** get_address_of_SampleRate_4() { return &___SampleRate_4; } inline void set_SampleRate_4(PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * value) { ___SampleRate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SampleRate_4), (void*)value); } inline static int32_t get_offset_of_BuildDirectory_5() { return static_cast(offsetof(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076, ___BuildDirectory_5)); } inline PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5 * get_BuildDirectory_5() const { return ___BuildDirectory_5; } inline PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5 ** get_address_of_BuildDirectory_5() { return &___BuildDirectory_5; } inline void set_BuildDirectory_5(PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5 * value) { ___BuildDirectory_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuildDirectory_5), (void*)value); } inline static int32_t get_offset_of_SpeakerMode_6() { return static_cast(offsetof(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076, ___SpeakerMode_6)); } inline PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF * get_SpeakerMode_6() const { return ___SpeakerMode_6; } inline PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF ** get_address_of_SpeakerMode_6() { return &___SpeakerMode_6; } inline void set_SpeakerMode_6(PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF * value) { ___SpeakerMode_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SpeakerMode_6), (void*)value); } inline static int32_t get_offset_of_VirtualChannelCount_7() { return static_cast(offsetof(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076, ___VirtualChannelCount_7)); } inline PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * get_VirtualChannelCount_7() const { return ___VirtualChannelCount_7; } inline PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D ** get_address_of_VirtualChannelCount_7() { return &___VirtualChannelCount_7; } inline void set_VirtualChannelCount_7(PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * value) { ___VirtualChannelCount_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___VirtualChannelCount_7), (void*)value); } inline static int32_t get_offset_of_RealChannelCount_8() { return static_cast(offsetof(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076, ___RealChannelCount_8)); } inline PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * get_RealChannelCount_8() const { return ___RealChannelCount_8; } inline PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D ** get_address_of_RealChannelCount_8() { return &___RealChannelCount_8; } inline void set_RealChannelCount_8(PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * value) { ___RealChannelCount_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___RealChannelCount_8), (void*)value); } inline static int32_t get_offset_of_DSPBufferLength_9() { return static_cast(offsetof(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076, ___DSPBufferLength_9)); } inline PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * get_DSPBufferLength_9() const { return ___DSPBufferLength_9; } inline PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D ** get_address_of_DSPBufferLength_9() { return &___DSPBufferLength_9; } inline void set_DSPBufferLength_9(PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * value) { ___DSPBufferLength_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DSPBufferLength_9), (void*)value); } inline static int32_t get_offset_of_DSPBufferCount_10() { return static_cast(offsetof(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076, ___DSPBufferCount_10)); } inline PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * get_DSPBufferCount_10() const { return ___DSPBufferCount_10; } inline PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D ** get_address_of_DSPBufferCount_10() { return &___DSPBufferCount_10; } inline void set_DSPBufferCount_10(PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * value) { ___DSPBufferCount_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___DSPBufferCount_10), (void*)value); } inline static int32_t get_offset_of_Plugins_11() { return static_cast(offsetof(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076, ___Plugins_11)); } inline PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC * get_Plugins_11() const { return ___Plugins_11; } inline PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC ** get_address_of_Plugins_11() { return &___Plugins_11; } inline void set_Plugins_11(PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC * value) { ___Plugins_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Plugins_11), (void*)value); } inline static int32_t get_offset_of_StaticPlugins_12() { return static_cast(offsetof(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076, ___StaticPlugins_12)); } inline PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC * get_StaticPlugins_12() const { return ___StaticPlugins_12; } inline PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC ** get_address_of_StaticPlugins_12() { return &___StaticPlugins_12; } inline void set_StaticPlugins_12(PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC * value) { ___StaticPlugins_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___StaticPlugins_12), (void*)value); } inline static int32_t get_offset_of_CallbackHandler_13() { return static_cast(offsetof(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076, ___CallbackHandler_13)); } inline PropertyCallbackHandler_t82B0903BB420520717D537266810EE85744AC4BA * get_CallbackHandler_13() const { return ___CallbackHandler_13; } inline PropertyCallbackHandler_t82B0903BB420520717D537266810EE85744AC4BA ** get_address_of_CallbackHandler_13() { return &___CallbackHandler_13; } inline void set_CallbackHandler_13(PropertyCallbackHandler_t82B0903BB420520717D537266810EE85744AC4BA * value) { ___CallbackHandler_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___CallbackHandler_13), (void*)value); } }; // FMODUnity.RuntimeManager/GuidComparer struct GuidComparer_tAE5181CABB0C1A30EB2F2FC1FCC29F83D3D9AD0F : public RuntimeObject { public: public: }; // FMODUnity.Settings/<>c struct U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 : public RuntimeObject { public: public: }; // FMODUnity.Settings/<>c__DisplayClass75_0 struct U3CU3Ec__DisplayClass75_0_t62E64F7EC063F95FCFDC096B45AF380E6334795B : public RuntimeObject { public: // System.String FMODUnity.Settings/<>c__DisplayClass75_0::identifier String_t* ___identifier_0; public: inline static int32_t get_offset_of_identifier_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass75_0_t62E64F7EC063F95FCFDC096B45AF380E6334795B, ___identifier_0)); } inline String_t* get_identifier_0() const { return ___identifier_0; } inline String_t** get_address_of_identifier_0() { return &___identifier_0; } inline void set_identifier_0(String_t* value) { ___identifier_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_0), (void*)value); } }; // FMODUnity.StudioEventEmitter/<>c__DisplayClass37_0 struct U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465 : public RuntimeObject { public: // System.String FMODUnity.StudioEventEmitter/<>c__DisplayClass37_0::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } }; // FMODUnity.Platform/PropertyAccessors/<>c struct U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 : public RuntimeObject { public: public: }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C, ___list_0)); } inline List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * get_list_0() const { return ___list_0; } inline List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C, ___current_3)); } inline ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * get_current_3() const { return ___current_3; } inline ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3, ___list_0)); } inline List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * get_list_0() const { return ___list_0; } inline List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3, ___current_3)); } inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * get_current_3() const { return ___current_3; } inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current String_t* ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B, ___list_0)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_list_0() const { return ___list_0; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B, ___current_3)); } inline String_t* get_current_3() const { return ___current_3; } inline String_t** get_address_of_current_3() { return &___current_3; } inline void set_current_3(String_t* value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // FMODUnity.Platform/PropertyAccessor`1> struct PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 { public: // System.Func`2> FMODUnity.Platform/PropertyAccessor`1::Getter Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7 * ___Getter_0; // T FMODUnity.Platform/PropertyAccessor`1::DefaultValue List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___DefaultValue_1; public: inline static int32_t get_offset_of_Getter_0() { return static_cast(offsetof(PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83, ___Getter_0)); } inline Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7 * get_Getter_0() const { return ___Getter_0; } inline Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7 ** get_address_of_Getter_0() { return &___Getter_0; } inline void set_Getter_0(Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7 * value) { ___Getter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Getter_0), (void*)value); } inline static int32_t get_offset_of_DefaultValue_1() { return static_cast(offsetof(PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83, ___DefaultValue_1)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_DefaultValue_1() const { return ___DefaultValue_1; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_DefaultValue_1() { return &___DefaultValue_1; } inline void set_DefaultValue_1(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___DefaultValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValue_1), (void*)value); } }; // FMODUnity.Platform/PropertyAccessor`1 struct PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 { public: // System.Func`2> FMODUnity.Platform/PropertyAccessor`1::Getter Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 * ___Getter_0; // T FMODUnity.Platform/PropertyAccessor`1::DefaultValue int32_t ___DefaultValue_1; public: inline static int32_t get_offset_of_Getter_0() { return static_cast(offsetof(PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5, ___Getter_0)); } inline Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 * get_Getter_0() const { return ___Getter_0; } inline Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 ** get_address_of_Getter_0() { return &___Getter_0; } inline void set_Getter_0(Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 * value) { ___Getter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Getter_0), (void*)value); } inline static int32_t get_offset_of_DefaultValue_1() { return static_cast(offsetof(PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5, ___DefaultValue_1)); } inline int32_t get_DefaultValue_1() const { return ___DefaultValue_1; } inline int32_t* get_address_of_DefaultValue_1() { return &___DefaultValue_1; } inline void set_DefaultValue_1(int32_t value) { ___DefaultValue_1 = value; } }; // FMODUnity.Platform/PropertyAccessor`1 struct PropertyAccessor_1_tF61529BB5BCA5CE6A8A0C45D3438CC9665270433 { public: // System.Func`2> FMODUnity.Platform/PropertyAccessor`1::Getter Func_2_tDE08512362C8A67B45374C3DD3AC327519BD484A * ___Getter_0; // T FMODUnity.Platform/PropertyAccessor`1::DefaultValue RuntimeObject * ___DefaultValue_1; public: inline static int32_t get_offset_of_Getter_0() { return static_cast(offsetof(PropertyAccessor_1_tF61529BB5BCA5CE6A8A0C45D3438CC9665270433, ___Getter_0)); } inline Func_2_tDE08512362C8A67B45374C3DD3AC327519BD484A * get_Getter_0() const { return ___Getter_0; } inline Func_2_tDE08512362C8A67B45374C3DD3AC327519BD484A ** get_address_of_Getter_0() { return &___Getter_0; } inline void set_Getter_0(Func_2_tDE08512362C8A67B45374C3DD3AC327519BD484A * value) { ___Getter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Getter_0), (void*)value); } inline static int32_t get_offset_of_DefaultValue_1() { return static_cast(offsetof(PropertyAccessor_1_tF61529BB5BCA5CE6A8A0C45D3438CC9665270433, ___DefaultValue_1)); } inline RuntimeObject * get_DefaultValue_1() const { return ___DefaultValue_1; } inline RuntimeObject ** get_address_of_DefaultValue_1() { return &___DefaultValue_1; } inline void set_DefaultValue_1(RuntimeObject * value) { ___DefaultValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValue_1), (void*)value); } }; // FMODUnity.Platform/PropertyAccessor`1 struct PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0 { public: // System.Func`2> FMODUnity.Platform/PropertyAccessor`1::Getter Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE * ___Getter_0; // T FMODUnity.Platform/PropertyAccessor`1::DefaultValue PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * ___DefaultValue_1; public: inline static int32_t get_offset_of_Getter_0() { return static_cast(offsetof(PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0, ___Getter_0)); } inline Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE * get_Getter_0() const { return ___Getter_0; } inline Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE ** get_address_of_Getter_0() { return &___Getter_0; } inline void set_Getter_0(Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE * value) { ___Getter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Getter_0), (void*)value); } inline static int32_t get_offset_of_DefaultValue_1() { return static_cast(offsetof(PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0, ___DefaultValue_1)); } inline PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * get_DefaultValue_1() const { return ___DefaultValue_1; } inline PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 ** get_address_of_DefaultValue_1() { return &___DefaultValue_1; } inline void set_DefaultValue_1(PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * value) { ___DefaultValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValue_1), (void*)value); } }; // FMODUnity.Platform/PropertyAccessor`1 struct PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7 { public: // System.Func`2> FMODUnity.Platform/PropertyAccessor`1::Getter Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF * ___Getter_0; // T FMODUnity.Platform/PropertyAccessor`1::DefaultValue String_t* ___DefaultValue_1; public: inline static int32_t get_offset_of_Getter_0() { return static_cast(offsetof(PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7, ___Getter_0)); } inline Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF * get_Getter_0() const { return ___Getter_0; } inline Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF ** get_address_of_Getter_0() { return &___Getter_0; } inline void set_Getter_0(Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF * value) { ___Getter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Getter_0), (void*)value); } inline static int32_t get_offset_of_DefaultValue_1() { return static_cast(offsetof(PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7, ___DefaultValue_1)); } inline String_t* get_DefaultValue_1() const { return ___DefaultValue_1; } inline String_t** get_address_of_DefaultValue_1() { return &___DefaultValue_1; } inline void set_DefaultValue_1(String_t* value) { ___DefaultValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValue_1), (void*)value); } }; // FMOD.Studio.BUFFER_INFO struct BUFFER_INFO_tE9C3C25E19BE92F87F55B3B48153D347A21A103E { public: // System.Int32 FMOD.Studio.BUFFER_INFO::currentusage int32_t ___currentusage_0; // System.Int32 FMOD.Studio.BUFFER_INFO::peakusage int32_t ___peakusage_1; // System.Int32 FMOD.Studio.BUFFER_INFO::capacity int32_t ___capacity_2; // System.Int32 FMOD.Studio.BUFFER_INFO::stallcount int32_t ___stallcount_3; // System.Single FMOD.Studio.BUFFER_INFO::stalltime float ___stalltime_4; public: inline static int32_t get_offset_of_currentusage_0() { return static_cast(offsetof(BUFFER_INFO_tE9C3C25E19BE92F87F55B3B48153D347A21A103E, ___currentusage_0)); } inline int32_t get_currentusage_0() const { return ___currentusage_0; } inline int32_t* get_address_of_currentusage_0() { return &___currentusage_0; } inline void set_currentusage_0(int32_t value) { ___currentusage_0 = value; } inline static int32_t get_offset_of_peakusage_1() { return static_cast(offsetof(BUFFER_INFO_tE9C3C25E19BE92F87F55B3B48153D347A21A103E, ___peakusage_1)); } inline int32_t get_peakusage_1() const { return ___peakusage_1; } inline int32_t* get_address_of_peakusage_1() { return &___peakusage_1; } inline void set_peakusage_1(int32_t value) { ___peakusage_1 = value; } inline static int32_t get_offset_of_capacity_2() { return static_cast(offsetof(BUFFER_INFO_tE9C3C25E19BE92F87F55B3B48153D347A21A103E, ___capacity_2)); } inline int32_t get_capacity_2() const { return ___capacity_2; } inline int32_t* get_address_of_capacity_2() { return &___capacity_2; } inline void set_capacity_2(int32_t value) { ___capacity_2 = value; } inline static int32_t get_offset_of_stallcount_3() { return static_cast(offsetof(BUFFER_INFO_tE9C3C25E19BE92F87F55B3B48153D347A21A103E, ___stallcount_3)); } inline int32_t get_stallcount_3() const { return ___stallcount_3; } inline int32_t* get_address_of_stallcount_3() { return &___stallcount_3; } inline void set_stallcount_3(int32_t value) { ___stallcount_3 = value; } inline static int32_t get_offset_of_stalltime_4() { return static_cast(offsetof(BUFFER_INFO_tE9C3C25E19BE92F87F55B3B48153D347A21A103E, ___stalltime_4)); } inline float get_stalltime_4() const { return ___stalltime_4; } inline float* get_address_of_stalltime_4() { return &___stalltime_4; } inline void set_stalltime_4(float value) { ___stalltime_4 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // FMOD.CPU_USAGE struct CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 { public: // System.Single FMOD.CPU_USAGE::dsp float ___dsp_0; // System.Single FMOD.CPU_USAGE::stream float ___stream_1; // System.Single FMOD.CPU_USAGE::geometry float ___geometry_2; // System.Single FMOD.CPU_USAGE::update float ___update_3; // System.Single FMOD.CPU_USAGE::convolution1 float ___convolution1_4; // System.Single FMOD.CPU_USAGE::convolution2 float ___convolution2_5; public: inline static int32_t get_offset_of_dsp_0() { return static_cast(offsetof(CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3, ___dsp_0)); } inline float get_dsp_0() const { return ___dsp_0; } inline float* get_address_of_dsp_0() { return &___dsp_0; } inline void set_dsp_0(float value) { ___dsp_0 = value; } inline static int32_t get_offset_of_stream_1() { return static_cast(offsetof(CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3, ___stream_1)); } inline float get_stream_1() const { return ___stream_1; } inline float* get_address_of_stream_1() { return &___stream_1; } inline void set_stream_1(float value) { ___stream_1 = value; } inline static int32_t get_offset_of_geometry_2() { return static_cast(offsetof(CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3, ___geometry_2)); } inline float get_geometry_2() const { return ___geometry_2; } inline float* get_address_of_geometry_2() { return &___geometry_2; } inline void set_geometry_2(float value) { ___geometry_2 = value; } inline static int32_t get_offset_of_update_3() { return static_cast(offsetof(CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3, ___update_3)); } inline float get_update_3() const { return ___update_3; } inline float* get_address_of_update_3() { return &___update_3; } inline void set_update_3(float value) { ___update_3 = value; } inline static int32_t get_offset_of_convolution1_4() { return static_cast(offsetof(CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3, ___convolution1_4)); } inline float get_convolution1_4() const { return ___convolution1_4; } inline float* get_address_of_convolution1_4() { return &___convolution1_4; } inline void set_convolution1_4(float value) { ___convolution1_4 = value; } inline static int32_t get_offset_of_convolution2_5() { return static_cast(offsetof(CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3, ___convolution2_5)); } inline float get_convolution2_5() const { return ___convolution2_5; } inline float* get_address_of_convolution2_5() { return &___convolution2_5; } inline void set_convolution2_5(float value) { ___convolution2_5 = value; } }; // FMOD.Studio.CPU_USAGE struct CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332 { public: // System.Single FMOD.Studio.CPU_USAGE::update float ___update_0; public: inline static int32_t get_offset_of_update_0() { return static_cast(offsetof(CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332, ___update_0)); } inline float get_update_0() const { return ___update_0; } inline float* get_address_of_update_0() { return &___update_0; } inline void set_update_0(float value) { ___update_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // FMOD.GUID struct GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC { public: // System.Int32 FMOD.GUID::Data1 int32_t ___Data1_0; // System.Int32 FMOD.GUID::Data2 int32_t ___Data2_1; // System.Int32 FMOD.GUID::Data3 int32_t ___Data3_2; // System.Int32 FMOD.GUID::Data4 int32_t ___Data4_3; public: inline static int32_t get_offset_of_Data1_0() { return static_cast(offsetof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC, ___Data1_0)); } inline int32_t get_Data1_0() const { return ___Data1_0; } inline int32_t* get_address_of_Data1_0() { return &___Data1_0; } inline void set_Data1_0(int32_t value) { ___Data1_0 = value; } inline static int32_t get_offset_of_Data2_1() { return static_cast(offsetof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC, ___Data2_1)); } inline int32_t get_Data2_1() const { return ___Data2_1; } inline int32_t* get_address_of_Data2_1() { return &___Data2_1; } inline void set_Data2_1(int32_t value) { ___Data2_1 = value; } inline static int32_t get_offset_of_Data3_2() { return static_cast(offsetof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC, ___Data3_2)); } inline int32_t get_Data3_2() const { return ___Data3_2; } inline int32_t* get_address_of_Data3_2() { return &___Data3_2; } inline void set_Data3_2(int32_t value) { ___Data3_2 = value; } inline static int32_t get_offset_of_Data4_3() { return static_cast(offsetof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC, ___Data4_3)); } inline int32_t get_Data4_3() const { return ___Data4_3; } inline int32_t* get_address_of_Data4_3() { return &___Data4_3; } inline void set_Data4_3(int32_t value) { ___Data4_3 = value; } }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; // FMOD.Studio.MEMORY_USAGE struct MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 { public: // System.Int32 FMOD.Studio.MEMORY_USAGE::exclusive int32_t ___exclusive_0; // System.Int32 FMOD.Studio.MEMORY_USAGE::inclusive int32_t ___inclusive_1; // System.Int32 FMOD.Studio.MEMORY_USAGE::sampledata int32_t ___sampledata_2; public: inline static int32_t get_offset_of_exclusive_0() { return static_cast(offsetof(MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647, ___exclusive_0)); } inline int32_t get_exclusive_0() const { return ___exclusive_0; } inline int32_t* get_address_of_exclusive_0() { return &___exclusive_0; } inline void set_exclusive_0(int32_t value) { ___exclusive_0 = value; } inline static int32_t get_offset_of_inclusive_1() { return static_cast(offsetof(MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647, ___inclusive_1)); } inline int32_t get_inclusive_1() const { return ___inclusive_1; } inline int32_t* get_address_of_inclusive_1() { return &___inclusive_1; } inline void set_inclusive_1(int32_t value) { ___inclusive_1 = value; } inline static int32_t get_offset_of_sampledata_2() { return static_cast(offsetof(MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647, ___sampledata_2)); } inline int32_t get_sampledata_2() const { return ___sampledata_2; } inline int32_t* get_address_of_sampledata_2() { return &___sampledata_2; } inline void set_sampledata_2(int32_t value) { ___sampledata_2 = value; } }; // FMOD.Studio.PARAMETER_ID struct PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE { public: // System.UInt32 FMOD.Studio.PARAMETER_ID::data1 uint32_t ___data1_0; // System.UInt32 FMOD.Studio.PARAMETER_ID::data2 uint32_t ___data2_1; public: inline static int32_t get_offset_of_data1_0() { return static_cast(offsetof(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE, ___data1_0)); } inline uint32_t get_data1_0() const { return ___data1_0; } inline uint32_t* get_address_of_data1_0() { return &___data1_0; } inline void set_data1_0(uint32_t value) { ___data1_0 = value; } inline static int32_t get_offset_of_data2_1() { return static_cast(offsetof(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE, ___data2_1)); } inline uint32_t get_data2_1() const { return ___data2_1; } inline uint32_t* get_address_of_data2_1() { return &___data2_1; } inline void set_data2_1(uint32_t value) { ___data2_1 = value; } }; // FMOD.REVERB_PROPERTIES struct REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C { public: // System.Single FMOD.REVERB_PROPERTIES::DecayTime float ___DecayTime_0; // System.Single FMOD.REVERB_PROPERTIES::EarlyDelay float ___EarlyDelay_1; // System.Single FMOD.REVERB_PROPERTIES::LateDelay float ___LateDelay_2; // System.Single FMOD.REVERB_PROPERTIES::HFReference float ___HFReference_3; // System.Single FMOD.REVERB_PROPERTIES::HFDecayRatio float ___HFDecayRatio_4; // System.Single FMOD.REVERB_PROPERTIES::Diffusion float ___Diffusion_5; // System.Single FMOD.REVERB_PROPERTIES::Density float ___Density_6; // System.Single FMOD.REVERB_PROPERTIES::LowShelfFrequency float ___LowShelfFrequency_7; // System.Single FMOD.REVERB_PROPERTIES::LowShelfGain float ___LowShelfGain_8; // System.Single FMOD.REVERB_PROPERTIES::HighCut float ___HighCut_9; // System.Single FMOD.REVERB_PROPERTIES::EarlyLateMix float ___EarlyLateMix_10; // System.Single FMOD.REVERB_PROPERTIES::WetLevel float ___WetLevel_11; public: inline static int32_t get_offset_of_DecayTime_0() { return static_cast(offsetof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C, ___DecayTime_0)); } inline float get_DecayTime_0() const { return ___DecayTime_0; } inline float* get_address_of_DecayTime_0() { return &___DecayTime_0; } inline void set_DecayTime_0(float value) { ___DecayTime_0 = value; } inline static int32_t get_offset_of_EarlyDelay_1() { return static_cast(offsetof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C, ___EarlyDelay_1)); } inline float get_EarlyDelay_1() const { return ___EarlyDelay_1; } inline float* get_address_of_EarlyDelay_1() { return &___EarlyDelay_1; } inline void set_EarlyDelay_1(float value) { ___EarlyDelay_1 = value; } inline static int32_t get_offset_of_LateDelay_2() { return static_cast(offsetof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C, ___LateDelay_2)); } inline float get_LateDelay_2() const { return ___LateDelay_2; } inline float* get_address_of_LateDelay_2() { return &___LateDelay_2; } inline void set_LateDelay_2(float value) { ___LateDelay_2 = value; } inline static int32_t get_offset_of_HFReference_3() { return static_cast(offsetof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C, ___HFReference_3)); } inline float get_HFReference_3() const { return ___HFReference_3; } inline float* get_address_of_HFReference_3() { return &___HFReference_3; } inline void set_HFReference_3(float value) { ___HFReference_3 = value; } inline static int32_t get_offset_of_HFDecayRatio_4() { return static_cast(offsetof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C, ___HFDecayRatio_4)); } inline float get_HFDecayRatio_4() const { return ___HFDecayRatio_4; } inline float* get_address_of_HFDecayRatio_4() { return &___HFDecayRatio_4; } inline void set_HFDecayRatio_4(float value) { ___HFDecayRatio_4 = value; } inline static int32_t get_offset_of_Diffusion_5() { return static_cast(offsetof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C, ___Diffusion_5)); } inline float get_Diffusion_5() const { return ___Diffusion_5; } inline float* get_address_of_Diffusion_5() { return &___Diffusion_5; } inline void set_Diffusion_5(float value) { ___Diffusion_5 = value; } inline static int32_t get_offset_of_Density_6() { return static_cast(offsetof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C, ___Density_6)); } inline float get_Density_6() const { return ___Density_6; } inline float* get_address_of_Density_6() { return &___Density_6; } inline void set_Density_6(float value) { ___Density_6 = value; } inline static int32_t get_offset_of_LowShelfFrequency_7() { return static_cast(offsetof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C, ___LowShelfFrequency_7)); } inline float get_LowShelfFrequency_7() const { return ___LowShelfFrequency_7; } inline float* get_address_of_LowShelfFrequency_7() { return &___LowShelfFrequency_7; } inline void set_LowShelfFrequency_7(float value) { ___LowShelfFrequency_7 = value; } inline static int32_t get_offset_of_LowShelfGain_8() { return static_cast(offsetof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C, ___LowShelfGain_8)); } inline float get_LowShelfGain_8() const { return ___LowShelfGain_8; } inline float* get_address_of_LowShelfGain_8() { return &___LowShelfGain_8; } inline void set_LowShelfGain_8(float value) { ___LowShelfGain_8 = value; } inline static int32_t get_offset_of_HighCut_9() { return static_cast(offsetof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C, ___HighCut_9)); } inline float get_HighCut_9() const { return ___HighCut_9; } inline float* get_address_of_HighCut_9() { return &___HighCut_9; } inline void set_HighCut_9(float value) { ___HighCut_9 = value; } inline static int32_t get_offset_of_EarlyLateMix_10() { return static_cast(offsetof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C, ___EarlyLateMix_10)); } inline float get_EarlyLateMix_10() const { return ___EarlyLateMix_10; } inline float* get_address_of_EarlyLateMix_10() { return &___EarlyLateMix_10; } inline void set_EarlyLateMix_10(float value) { ___EarlyLateMix_10 = value; } inline static int32_t get_offset_of_WetLevel_11() { return static_cast(offsetof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C, ___WetLevel_11)); } inline float get_WetLevel_11() const { return ___WetLevel_11; } inline float* get_address_of_WetLevel_11() { return &___WetLevel_11; } inline void set_WetLevel_11(float value) { ___WetLevel_11 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // FMOD.Studio.TIMELINE_BEAT_PROPERTIES struct TIMELINE_BEAT_PROPERTIES_tEAFA4A421FAA5B82EC924AC8F5845D1239C8A27A { public: // System.Int32 FMOD.Studio.TIMELINE_BEAT_PROPERTIES::bar int32_t ___bar_0; // System.Int32 FMOD.Studio.TIMELINE_BEAT_PROPERTIES::beat int32_t ___beat_1; // System.Int32 FMOD.Studio.TIMELINE_BEAT_PROPERTIES::position int32_t ___position_2; // System.Single FMOD.Studio.TIMELINE_BEAT_PROPERTIES::tempo float ___tempo_3; // System.Int32 FMOD.Studio.TIMELINE_BEAT_PROPERTIES::timesignatureupper int32_t ___timesignatureupper_4; // System.Int32 FMOD.Studio.TIMELINE_BEAT_PROPERTIES::timesignaturelower int32_t ___timesignaturelower_5; public: inline static int32_t get_offset_of_bar_0() { return static_cast(offsetof(TIMELINE_BEAT_PROPERTIES_tEAFA4A421FAA5B82EC924AC8F5845D1239C8A27A, ___bar_0)); } inline int32_t get_bar_0() const { return ___bar_0; } inline int32_t* get_address_of_bar_0() { return &___bar_0; } inline void set_bar_0(int32_t value) { ___bar_0 = value; } inline static int32_t get_offset_of_beat_1() { return static_cast(offsetof(TIMELINE_BEAT_PROPERTIES_tEAFA4A421FAA5B82EC924AC8F5845D1239C8A27A, ___beat_1)); } inline int32_t get_beat_1() const { return ___beat_1; } inline int32_t* get_address_of_beat_1() { return &___beat_1; } inline void set_beat_1(int32_t value) { ___beat_1 = value; } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(TIMELINE_BEAT_PROPERTIES_tEAFA4A421FAA5B82EC924AC8F5845D1239C8A27A, ___position_2)); } inline int32_t get_position_2() const { return ___position_2; } inline int32_t* get_address_of_position_2() { return &___position_2; } inline void set_position_2(int32_t value) { ___position_2 = value; } inline static int32_t get_offset_of_tempo_3() { return static_cast(offsetof(TIMELINE_BEAT_PROPERTIES_tEAFA4A421FAA5B82EC924AC8F5845D1239C8A27A, ___tempo_3)); } inline float get_tempo_3() const { return ___tempo_3; } inline float* get_address_of_tempo_3() { return &___tempo_3; } inline void set_tempo_3(float value) { ___tempo_3 = value; } inline static int32_t get_offset_of_timesignatureupper_4() { return static_cast(offsetof(TIMELINE_BEAT_PROPERTIES_tEAFA4A421FAA5B82EC924AC8F5845D1239C8A27A, ___timesignatureupper_4)); } inline int32_t get_timesignatureupper_4() const { return ___timesignatureupper_4; } inline int32_t* get_address_of_timesignatureupper_4() { return &___timesignatureupper_4; } inline void set_timesignatureupper_4(int32_t value) { ___timesignatureupper_4 = value; } inline static int32_t get_offset_of_timesignaturelower_5() { return static_cast(offsetof(TIMELINE_BEAT_PROPERTIES_tEAFA4A421FAA5B82EC924AC8F5845D1239C8A27A, ___timesignaturelower_5)); } inline int32_t get_timesignaturelower_5() const { return ___timesignaturelower_5; } inline int32_t* get_address_of_timesignaturelower_5() { return &___timesignaturelower_5; } inline void set_timesignaturelower_5(int32_t value) { ___timesignaturelower_5 = value; } }; // FMOD.Thread struct Thread_t9416CAF7B40E624E2C5938CEA193BD809C71E731 { public: union { struct { }; uint8_t Thread_t9416CAF7B40E624E2C5938CEA193BD809C71E731__padding[1]; }; public: }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Text.UTF8Encoding struct UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 : public Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 { public: // System.Boolean System.Text.UTF8Encoding::emitUTF8Identifier bool ___emitUTF8Identifier_16; // System.Boolean System.Text.UTF8Encoding::isThrowException bool ___isThrowException_17; public: inline static int32_t get_offset_of_emitUTF8Identifier_16() { return static_cast(offsetof(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282, ___emitUTF8Identifier_16)); } inline bool get_emitUTF8Identifier_16() const { return ___emitUTF8Identifier_16; } inline bool* get_address_of_emitUTF8Identifier_16() { return &___emitUTF8Identifier_16; } inline void set_emitUTF8Identifier_16(bool value) { ___emitUTF8Identifier_16 = value; } inline static int32_t get_offset_of_isThrowException_17() { return static_cast(offsetof(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282, ___isThrowException_17)); } inline bool get_isThrowException_17() const { return ___isThrowException_17; } inline bool* get_address_of_isThrowException_17() { return &___isThrowException_17; } inline void set_isThrowException_17(bool value) { ___isThrowException_17 = value; } }; // FMOD.Studio.Util struct Util_t40BF0D61A3FD1E1012E4DFBA7494EF4A2B8C50F2 { public: union { struct { }; uint8_t Util_t40BF0D61A3FD1E1012E4DFBA7494EF4A2B8C50F2__padding[1]; }; public: }; // FMOD.VECTOR struct VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B { public: // System.Single FMOD.VECTOR::x float ___x_0; // System.Single FMOD.VECTOR::y float ___y_1; // System.Single FMOD.VECTOR::z float ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // FMODUnity.Platform/PropertyCallbackHandler struct PropertyCallbackHandler_t82B0903BB420520717D537266810EE85744AC4BA : public Property_1_t6770127C86A531D398D7204DB7CC4E497F04FEDE { public: public: }; // FMODUnity.Platform/PropertyInt struct PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D : public Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F { public: public: }; // FMODUnity.Platform/PropertyString struct PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5 : public Property_1_t4FFACE60733293ECEBB1863470178A4D5DA5EFD9 { public: public: }; // FMODUnity.Platform/PropertyStringList struct PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC : public Property_1_tFF04740DA05A1C6E8363931B19AEED7384C75CEE { public: public: }; // FMODUnity.Platform/PropertyThreadAffinityList struct PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2 : public Property_1_tC12A06AB020E1B55C7B086819F2BB13DCD9D6098 { public: public: }; // FMODUnity.Settings/PlatformTemplate struct PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED { public: // System.String FMODUnity.Settings/PlatformTemplate::Identifier String_t* ___Identifier_0; // System.Func`1 FMODUnity.Settings/PlatformTemplate::CreateInstance Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4 * ___CreateInstance_1; public: inline static int32_t get_offset_of_Identifier_0() { return static_cast(offsetof(PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED, ___Identifier_0)); } inline String_t* get_Identifier_0() const { return ___Identifier_0; } inline String_t** get_address_of_Identifier_0() { return &___Identifier_0; } inline void set_Identifier_0(String_t* value) { ___Identifier_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Identifier_0), (void*)value); } inline static int32_t get_offset_of_CreateInstance_1() { return static_cast(offsetof(PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED, ___CreateInstance_1)); } inline Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4 * get_CreateInstance_1() const { return ___CreateInstance_1; } inline Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4 ** get_address_of_CreateInstance_1() { return &___CreateInstance_1; } inline void set_CreateInstance_1(Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4 * value) { ___CreateInstance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CreateInstance_1), (void*)value); } }; // Native definition for P/Invoke marshalling of FMODUnity.Settings/PlatformTemplate struct PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshaled_pinvoke { char* ___Identifier_0; Il2CppMethodPointer ___CreateInstance_1; }; // Native definition for COM marshalling of FMODUnity.Settings/PlatformTemplate struct PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshaled_com { Il2CppChar* ___Identifier_0; Il2CppMethodPointer ___CreateInstance_1; }; // FMOD.Studio.ADVANCEDSETTINGS struct ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 { public: // System.Int32 FMOD.Studio.ADVANCEDSETTINGS::cbsize int32_t ___cbsize_0; // System.Int32 FMOD.Studio.ADVANCEDSETTINGS::commandqueuesize int32_t ___commandqueuesize_1; // System.Int32 FMOD.Studio.ADVANCEDSETTINGS::handleinitialsize int32_t ___handleinitialsize_2; // System.Int32 FMOD.Studio.ADVANCEDSETTINGS::studioupdateperiod int32_t ___studioupdateperiod_3; // System.Int32 FMOD.Studio.ADVANCEDSETTINGS::idlesampledatapoolsize int32_t ___idlesampledatapoolsize_4; // System.Int32 FMOD.Studio.ADVANCEDSETTINGS::streamingscheduledelay int32_t ___streamingscheduledelay_5; // System.IntPtr FMOD.Studio.ADVANCEDSETTINGS::encryptionkey intptr_t ___encryptionkey_6; public: inline static int32_t get_offset_of_cbsize_0() { return static_cast(offsetof(ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166, ___cbsize_0)); } inline int32_t get_cbsize_0() const { return ___cbsize_0; } inline int32_t* get_address_of_cbsize_0() { return &___cbsize_0; } inline void set_cbsize_0(int32_t value) { ___cbsize_0 = value; } inline static int32_t get_offset_of_commandqueuesize_1() { return static_cast(offsetof(ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166, ___commandqueuesize_1)); } inline int32_t get_commandqueuesize_1() const { return ___commandqueuesize_1; } inline int32_t* get_address_of_commandqueuesize_1() { return &___commandqueuesize_1; } inline void set_commandqueuesize_1(int32_t value) { ___commandqueuesize_1 = value; } inline static int32_t get_offset_of_handleinitialsize_2() { return static_cast(offsetof(ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166, ___handleinitialsize_2)); } inline int32_t get_handleinitialsize_2() const { return ___handleinitialsize_2; } inline int32_t* get_address_of_handleinitialsize_2() { return &___handleinitialsize_2; } inline void set_handleinitialsize_2(int32_t value) { ___handleinitialsize_2 = value; } inline static int32_t get_offset_of_studioupdateperiod_3() { return static_cast(offsetof(ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166, ___studioupdateperiod_3)); } inline int32_t get_studioupdateperiod_3() const { return ___studioupdateperiod_3; } inline int32_t* get_address_of_studioupdateperiod_3() { return &___studioupdateperiod_3; } inline void set_studioupdateperiod_3(int32_t value) { ___studioupdateperiod_3 = value; } inline static int32_t get_offset_of_idlesampledatapoolsize_4() { return static_cast(offsetof(ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166, ___idlesampledatapoolsize_4)); } inline int32_t get_idlesampledatapoolsize_4() const { return ___idlesampledatapoolsize_4; } inline int32_t* get_address_of_idlesampledatapoolsize_4() { return &___idlesampledatapoolsize_4; } inline void set_idlesampledatapoolsize_4(int32_t value) { ___idlesampledatapoolsize_4 = value; } inline static int32_t get_offset_of_streamingscheduledelay_5() { return static_cast(offsetof(ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166, ___streamingscheduledelay_5)); } inline int32_t get_streamingscheduledelay_5() const { return ___streamingscheduledelay_5; } inline int32_t* get_address_of_streamingscheduledelay_5() { return &___streamingscheduledelay_5; } inline void set_streamingscheduledelay_5(int32_t value) { ___streamingscheduledelay_5 = value; } inline static int32_t get_offset_of_encryptionkey_6() { return static_cast(offsetof(ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166, ___encryptionkey_6)); } inline intptr_t get_encryptionkey_6() const { return ___encryptionkey_6; } inline intptr_t* get_address_of_encryptionkey_6() { return &___encryptionkey_6; } inline void set_encryptionkey_6(intptr_t value) { ___encryptionkey_6 = value; } }; // FMOD.ATTRIBUTES_3D struct ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 { public: // FMOD.VECTOR FMOD.ATTRIBUTES_3D::position VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B ___position_0; // FMOD.VECTOR FMOD.ATTRIBUTES_3D::velocity VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B ___velocity_1; // FMOD.VECTOR FMOD.ATTRIBUTES_3D::forward VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B ___forward_2; // FMOD.VECTOR FMOD.ATTRIBUTES_3D::up VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B ___up_3; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734, ___position_0)); } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B get_position_0() const { return ___position_0; } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * get_address_of_position_0() { return &___position_0; } inline void set_position_0(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B value) { ___position_0 = value; } inline static int32_t get_offset_of_velocity_1() { return static_cast(offsetof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734, ___velocity_1)); } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B get_velocity_1() const { return ___velocity_1; } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * get_address_of_velocity_1() { return &___velocity_1; } inline void set_velocity_1(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B value) { ___velocity_1 = value; } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734, ___forward_2)); } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B get_forward_2() const { return ___forward_2; } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B value) { ___forward_2 = value; } inline static int32_t get_offset_of_up_3() { return static_cast(offsetof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734, ___up_3)); } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B get_up_3() const { return ___up_3; } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * get_address_of_up_3() { return &___up_3; } inline void set_up_3(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B value) { ___up_3 = value; } }; // FMOD.Studio.BANK_INFO struct BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A { public: // System.Int32 FMOD.Studio.BANK_INFO::size int32_t ___size_0; // System.IntPtr FMOD.Studio.BANK_INFO::userdata intptr_t ___userdata_1; // System.Int32 FMOD.Studio.BANK_INFO::userdatalength int32_t ___userdatalength_2; // FMOD.FILE_OPEN_CALLBACK FMOD.Studio.BANK_INFO::opencallback FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * ___opencallback_3; // FMOD.FILE_CLOSE_CALLBACK FMOD.Studio.BANK_INFO::closecallback FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * ___closecallback_4; // FMOD.FILE_READ_CALLBACK FMOD.Studio.BANK_INFO::readcallback FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * ___readcallback_5; // FMOD.FILE_SEEK_CALLBACK FMOD.Studio.BANK_INFO::seekcallback FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * ___seekcallback_6; public: inline static int32_t get_offset_of_size_0() { return static_cast(offsetof(BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A, ___size_0)); } inline int32_t get_size_0() const { return ___size_0; } inline int32_t* get_address_of_size_0() { return &___size_0; } inline void set_size_0(int32_t value) { ___size_0 = value; } inline static int32_t get_offset_of_userdata_1() { return static_cast(offsetof(BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A, ___userdata_1)); } inline intptr_t get_userdata_1() const { return ___userdata_1; } inline intptr_t* get_address_of_userdata_1() { return &___userdata_1; } inline void set_userdata_1(intptr_t value) { ___userdata_1 = value; } inline static int32_t get_offset_of_userdatalength_2() { return static_cast(offsetof(BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A, ___userdatalength_2)); } inline int32_t get_userdatalength_2() const { return ___userdatalength_2; } inline int32_t* get_address_of_userdatalength_2() { return &___userdatalength_2; } inline void set_userdatalength_2(int32_t value) { ___userdatalength_2 = value; } inline static int32_t get_offset_of_opencallback_3() { return static_cast(offsetof(BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A, ___opencallback_3)); } inline FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * get_opencallback_3() const { return ___opencallback_3; } inline FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 ** get_address_of_opencallback_3() { return &___opencallback_3; } inline void set_opencallback_3(FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * value) { ___opencallback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___opencallback_3), (void*)value); } inline static int32_t get_offset_of_closecallback_4() { return static_cast(offsetof(BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A, ___closecallback_4)); } inline FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * get_closecallback_4() const { return ___closecallback_4; } inline FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA ** get_address_of_closecallback_4() { return &___closecallback_4; } inline void set_closecallback_4(FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * value) { ___closecallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___closecallback_4), (void*)value); } inline static int32_t get_offset_of_readcallback_5() { return static_cast(offsetof(BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A, ___readcallback_5)); } inline FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * get_readcallback_5() const { return ___readcallback_5; } inline FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A ** get_address_of_readcallback_5() { return &___readcallback_5; } inline void set_readcallback_5(FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * value) { ___readcallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___readcallback_5), (void*)value); } inline static int32_t get_offset_of_seekcallback_6() { return static_cast(offsetof(BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A, ___seekcallback_6)); } inline FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * get_seekcallback_6() const { return ___seekcallback_6; } inline FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 ** get_address_of_seekcallback_6() { return &___seekcallback_6; } inline void set_seekcallback_6(FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * value) { ___seekcallback_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___seekcallback_6), (void*)value); } }; // Native definition for P/Invoke marshalling of FMOD.Studio.BANK_INFO struct BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_pinvoke { int32_t ___size_0; intptr_t ___userdata_1; int32_t ___userdatalength_2; Il2CppMethodPointer ___opencallback_3; Il2CppMethodPointer ___closecallback_4; Il2CppMethodPointer ___readcallback_5; Il2CppMethodPointer ___seekcallback_6; }; // Native definition for COM marshalling of FMOD.Studio.BANK_INFO struct BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_com { int32_t ___size_0; intptr_t ___userdata_1; int32_t ___userdatalength_2; Il2CppMethodPointer ___opencallback_3; Il2CppMethodPointer ___closecallback_4; Il2CppMethodPointer ___readcallback_5; Il2CppMethodPointer ___seekcallback_6; }; // FMOD.Studio.BUFFER_USAGE struct BUFFER_USAGE_tC3F4FFD3963B6AD7416C4BF66BD3CC40F6DCD4A3 { public: // FMOD.Studio.BUFFER_INFO FMOD.Studio.BUFFER_USAGE::studiocommandqueue BUFFER_INFO_tE9C3C25E19BE92F87F55B3B48153D347A21A103E ___studiocommandqueue_0; // FMOD.Studio.BUFFER_INFO FMOD.Studio.BUFFER_USAGE::studiohandle BUFFER_INFO_tE9C3C25E19BE92F87F55B3B48153D347A21A103E ___studiohandle_1; public: inline static int32_t get_offset_of_studiocommandqueue_0() { return static_cast(offsetof(BUFFER_USAGE_tC3F4FFD3963B6AD7416C4BF66BD3CC40F6DCD4A3, ___studiocommandqueue_0)); } inline BUFFER_INFO_tE9C3C25E19BE92F87F55B3B48153D347A21A103E get_studiocommandqueue_0() const { return ___studiocommandqueue_0; } inline BUFFER_INFO_tE9C3C25E19BE92F87F55B3B48153D347A21A103E * get_address_of_studiocommandqueue_0() { return &___studiocommandqueue_0; } inline void set_studiocommandqueue_0(BUFFER_INFO_tE9C3C25E19BE92F87F55B3B48153D347A21A103E value) { ___studiocommandqueue_0 = value; } inline static int32_t get_offset_of_studiohandle_1() { return static_cast(offsetof(BUFFER_USAGE_tC3F4FFD3963B6AD7416C4BF66BD3CC40F6DCD4A3, ___studiohandle_1)); } inline BUFFER_INFO_tE9C3C25E19BE92F87F55B3B48153D347A21A103E get_studiohandle_1() const { return ___studiohandle_1; } inline BUFFER_INFO_tE9C3C25E19BE92F87F55B3B48153D347A21A103E * get_address_of_studiohandle_1() { return &___studiohandle_1; } inline void set_studiohandle_1(BUFFER_INFO_tE9C3C25E19BE92F87F55B3B48153D347A21A103E value) { ___studiohandle_1 = value; } }; // FMOD.Studio.Bank struct Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 { public: // System.IntPtr FMOD.Studio.Bank::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // FMODUnity.BankLoadType struct BankLoadType_tC6BFB88CB8ACFDB811FD1445424954F0538A9112 { public: // System.Int32 FMODUnity.BankLoadType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BankLoadType_tC6BFB88CB8ACFDB811FD1445424954F0538A9112, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.Studio.Bus struct Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 { public: // System.IntPtr FMOD.Studio.Bus::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // FMOD.CHANNELORDER struct CHANNELORDER_t7B4CE9DF2033F60B1ED82F79A68B6DC30406F7D4 { public: // System.Int32 FMOD.CHANNELORDER::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CHANNELORDER_t7B4CE9DF2033F60B1ED82F79A68B6DC30406F7D4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.Studio.COMMANDCAPTURE_FLAGS struct COMMANDCAPTURE_FLAGS_t099D908E81DBE387B7FD88BD3FD511973EB8850B { public: // System.UInt32 FMOD.Studio.COMMANDCAPTURE_FLAGS::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(COMMANDCAPTURE_FLAGS_t099D908E81DBE387B7FD88BD3FD511973EB8850B, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMOD.Studio.COMMANDREPLAY_FLAGS struct COMMANDREPLAY_FLAGS_tB1E53848A17F33B024CB1DBEB2F8B4763EB57DF7 { public: // System.UInt32 FMOD.Studio.COMMANDREPLAY_FLAGS::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(COMMANDREPLAY_FLAGS_tB1E53848A17F33B024CB1DBEB2F8B4763EB57DF7, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMOD.Channel struct Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 { public: // System.IntPtr FMOD.Channel::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // FMOD.ChannelGroup struct ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A { public: // System.IntPtr FMOD.ChannelGroup::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // FMOD.Studio.CommandReplay struct CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 { public: // System.IntPtr FMOD.Studio.CommandReplay::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // FMOD.DEBUG_FLAGS struct DEBUG_FLAGS_t5B534E621EFD0EA230E7BCB3D1CBEE658CB61D62 { public: // System.UInt32 FMOD.DEBUG_FLAGS::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DEBUG_FLAGS_t5B534E621EFD0EA230E7BCB3D1CBEE658CB61D62, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMOD.DRIVER_STATE struct DRIVER_STATE_t1C1EC8D8B8CD785D81DF617D3E0EF65319E091B8 { public: // System.UInt32 FMOD.DRIVER_STATE::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DRIVER_STATE_t1C1EC8D8B8CD785D81DF617D3E0EF65319E091B8, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMOD.DSP struct DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 { public: // System.IntPtr FMOD.DSP::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // FMOD.DSP_DESCRIPTION struct DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 { public: // System.UInt32 FMOD.DSP_DESCRIPTION::pluginsdkversion uint32_t ___pluginsdkversion_0; // System.Byte[] FMOD.DSP_DESCRIPTION::name ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name_1; // System.UInt32 FMOD.DSP_DESCRIPTION::version uint32_t ___version_2; // System.Int32 FMOD.DSP_DESCRIPTION::numinputbuffers int32_t ___numinputbuffers_3; // System.Int32 FMOD.DSP_DESCRIPTION::numoutputbuffers int32_t ___numoutputbuffers_4; // FMOD.DSP_CREATECALLBACK FMOD.DSP_DESCRIPTION::create DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3 * ___create_5; // FMOD.DSP_RELEASECALLBACK FMOD.DSP_DESCRIPTION::release DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C * ___release_6; // FMOD.DSP_RESETCALLBACK FMOD.DSP_DESCRIPTION::reset DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4 * ___reset_7; // FMOD.DSP_READCALLBACK FMOD.DSP_DESCRIPTION::read DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089 * ___read_8; // FMOD.DSP_PROCESS_CALLBACK FMOD.DSP_DESCRIPTION::process DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007 * ___process_9; // FMOD.DSP_SETPOSITIONCALLBACK FMOD.DSP_DESCRIPTION::setposition DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF * ___setposition_10; // System.Int32 FMOD.DSP_DESCRIPTION::numparameters int32_t ___numparameters_11; // System.IntPtr FMOD.DSP_DESCRIPTION::paramdesc intptr_t ___paramdesc_12; // FMOD.DSP_SETPARAM_FLOAT_CALLBACK FMOD.DSP_DESCRIPTION::setparameterfloat DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90 * ___setparameterfloat_13; // FMOD.DSP_SETPARAM_INT_CALLBACK FMOD.DSP_DESCRIPTION::setparameterint DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF * ___setparameterint_14; // FMOD.DSP_SETPARAM_BOOL_CALLBACK FMOD.DSP_DESCRIPTION::setparameterbool DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33 * ___setparameterbool_15; // FMOD.DSP_SETPARAM_DATA_CALLBACK FMOD.DSP_DESCRIPTION::setparameterdata DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A * ___setparameterdata_16; // FMOD.DSP_GETPARAM_FLOAT_CALLBACK FMOD.DSP_DESCRIPTION::getparameterfloat DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279 * ___getparameterfloat_17; // FMOD.DSP_GETPARAM_INT_CALLBACK FMOD.DSP_DESCRIPTION::getparameterint DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB * ___getparameterint_18; // FMOD.DSP_GETPARAM_BOOL_CALLBACK FMOD.DSP_DESCRIPTION::getparameterbool DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683 * ___getparameterbool_19; // FMOD.DSP_GETPARAM_DATA_CALLBACK FMOD.DSP_DESCRIPTION::getparameterdata DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005 * ___getparameterdata_20; // FMOD.DSP_SHOULDIPROCESS_CALLBACK FMOD.DSP_DESCRIPTION::shouldiprocess DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0 * ___shouldiprocess_21; // System.IntPtr FMOD.DSP_DESCRIPTION::userdata intptr_t ___userdata_22; // FMOD.DSP_SYSTEM_REGISTER_CALLBACK FMOD.DSP_DESCRIPTION::sys_register DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996 * ___sys_register_23; // FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK FMOD.DSP_DESCRIPTION::sys_deregister DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6 * ___sys_deregister_24; // FMOD.DSP_SYSTEM_MIX_CALLBACK FMOD.DSP_DESCRIPTION::sys_mix DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07 * ___sys_mix_25; public: inline static int32_t get_offset_of_pluginsdkversion_0() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___pluginsdkversion_0)); } inline uint32_t get_pluginsdkversion_0() const { return ___pluginsdkversion_0; } inline uint32_t* get_address_of_pluginsdkversion_0() { return &___pluginsdkversion_0; } inline void set_pluginsdkversion_0(uint32_t value) { ___pluginsdkversion_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___name_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_name_1() const { return ___name_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_name_1() { return &___name_1; } inline void set_name_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value); } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___version_2)); } inline uint32_t get_version_2() const { return ___version_2; } inline uint32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(uint32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_numinputbuffers_3() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___numinputbuffers_3)); } inline int32_t get_numinputbuffers_3() const { return ___numinputbuffers_3; } inline int32_t* get_address_of_numinputbuffers_3() { return &___numinputbuffers_3; } inline void set_numinputbuffers_3(int32_t value) { ___numinputbuffers_3 = value; } inline static int32_t get_offset_of_numoutputbuffers_4() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___numoutputbuffers_4)); } inline int32_t get_numoutputbuffers_4() const { return ___numoutputbuffers_4; } inline int32_t* get_address_of_numoutputbuffers_4() { return &___numoutputbuffers_4; } inline void set_numoutputbuffers_4(int32_t value) { ___numoutputbuffers_4 = value; } inline static int32_t get_offset_of_create_5() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___create_5)); } inline DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3 * get_create_5() const { return ___create_5; } inline DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3 ** get_address_of_create_5() { return &___create_5; } inline void set_create_5(DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3 * value) { ___create_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___create_5), (void*)value); } inline static int32_t get_offset_of_release_6() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___release_6)); } inline DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C * get_release_6() const { return ___release_6; } inline DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C ** get_address_of_release_6() { return &___release_6; } inline void set_release_6(DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C * value) { ___release_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___release_6), (void*)value); } inline static int32_t get_offset_of_reset_7() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___reset_7)); } inline DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4 * get_reset_7() const { return ___reset_7; } inline DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4 ** get_address_of_reset_7() { return &___reset_7; } inline void set_reset_7(DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4 * value) { ___reset_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___reset_7), (void*)value); } inline static int32_t get_offset_of_read_8() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___read_8)); } inline DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089 * get_read_8() const { return ___read_8; } inline DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089 ** get_address_of_read_8() { return &___read_8; } inline void set_read_8(DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089 * value) { ___read_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___read_8), (void*)value); } inline static int32_t get_offset_of_process_9() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___process_9)); } inline DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007 * get_process_9() const { return ___process_9; } inline DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007 ** get_address_of_process_9() { return &___process_9; } inline void set_process_9(DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007 * value) { ___process_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___process_9), (void*)value); } inline static int32_t get_offset_of_setposition_10() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___setposition_10)); } inline DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF * get_setposition_10() const { return ___setposition_10; } inline DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF ** get_address_of_setposition_10() { return &___setposition_10; } inline void set_setposition_10(DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF * value) { ___setposition_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___setposition_10), (void*)value); } inline static int32_t get_offset_of_numparameters_11() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___numparameters_11)); } inline int32_t get_numparameters_11() const { return ___numparameters_11; } inline int32_t* get_address_of_numparameters_11() { return &___numparameters_11; } inline void set_numparameters_11(int32_t value) { ___numparameters_11 = value; } inline static int32_t get_offset_of_paramdesc_12() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___paramdesc_12)); } inline intptr_t get_paramdesc_12() const { return ___paramdesc_12; } inline intptr_t* get_address_of_paramdesc_12() { return &___paramdesc_12; } inline void set_paramdesc_12(intptr_t value) { ___paramdesc_12 = value; } inline static int32_t get_offset_of_setparameterfloat_13() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___setparameterfloat_13)); } inline DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90 * get_setparameterfloat_13() const { return ___setparameterfloat_13; } inline DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90 ** get_address_of_setparameterfloat_13() { return &___setparameterfloat_13; } inline void set_setparameterfloat_13(DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90 * value) { ___setparameterfloat_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___setparameterfloat_13), (void*)value); } inline static int32_t get_offset_of_setparameterint_14() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___setparameterint_14)); } inline DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF * get_setparameterint_14() const { return ___setparameterint_14; } inline DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF ** get_address_of_setparameterint_14() { return &___setparameterint_14; } inline void set_setparameterint_14(DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF * value) { ___setparameterint_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___setparameterint_14), (void*)value); } inline static int32_t get_offset_of_setparameterbool_15() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___setparameterbool_15)); } inline DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33 * get_setparameterbool_15() const { return ___setparameterbool_15; } inline DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33 ** get_address_of_setparameterbool_15() { return &___setparameterbool_15; } inline void set_setparameterbool_15(DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33 * value) { ___setparameterbool_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___setparameterbool_15), (void*)value); } inline static int32_t get_offset_of_setparameterdata_16() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___setparameterdata_16)); } inline DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A * get_setparameterdata_16() const { return ___setparameterdata_16; } inline DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A ** get_address_of_setparameterdata_16() { return &___setparameterdata_16; } inline void set_setparameterdata_16(DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A * value) { ___setparameterdata_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___setparameterdata_16), (void*)value); } inline static int32_t get_offset_of_getparameterfloat_17() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___getparameterfloat_17)); } inline DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279 * get_getparameterfloat_17() const { return ___getparameterfloat_17; } inline DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279 ** get_address_of_getparameterfloat_17() { return &___getparameterfloat_17; } inline void set_getparameterfloat_17(DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279 * value) { ___getparameterfloat_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___getparameterfloat_17), (void*)value); } inline static int32_t get_offset_of_getparameterint_18() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___getparameterint_18)); } inline DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB * get_getparameterint_18() const { return ___getparameterint_18; } inline DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB ** get_address_of_getparameterint_18() { return &___getparameterint_18; } inline void set_getparameterint_18(DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB * value) { ___getparameterint_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___getparameterint_18), (void*)value); } inline static int32_t get_offset_of_getparameterbool_19() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___getparameterbool_19)); } inline DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683 * get_getparameterbool_19() const { return ___getparameterbool_19; } inline DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683 ** get_address_of_getparameterbool_19() { return &___getparameterbool_19; } inline void set_getparameterbool_19(DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683 * value) { ___getparameterbool_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___getparameterbool_19), (void*)value); } inline static int32_t get_offset_of_getparameterdata_20() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___getparameterdata_20)); } inline DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005 * get_getparameterdata_20() const { return ___getparameterdata_20; } inline DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005 ** get_address_of_getparameterdata_20() { return &___getparameterdata_20; } inline void set_getparameterdata_20(DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005 * value) { ___getparameterdata_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___getparameterdata_20), (void*)value); } inline static int32_t get_offset_of_shouldiprocess_21() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___shouldiprocess_21)); } inline DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0 * get_shouldiprocess_21() const { return ___shouldiprocess_21; } inline DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0 ** get_address_of_shouldiprocess_21() { return &___shouldiprocess_21; } inline void set_shouldiprocess_21(DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0 * value) { ___shouldiprocess_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___shouldiprocess_21), (void*)value); } inline static int32_t get_offset_of_userdata_22() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___userdata_22)); } inline intptr_t get_userdata_22() const { return ___userdata_22; } inline intptr_t* get_address_of_userdata_22() { return &___userdata_22; } inline void set_userdata_22(intptr_t value) { ___userdata_22 = value; } inline static int32_t get_offset_of_sys_register_23() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___sys_register_23)); } inline DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996 * get_sys_register_23() const { return ___sys_register_23; } inline DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996 ** get_address_of_sys_register_23() { return &___sys_register_23; } inline void set_sys_register_23(DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996 * value) { ___sys_register_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___sys_register_23), (void*)value); } inline static int32_t get_offset_of_sys_deregister_24() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___sys_deregister_24)); } inline DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6 * get_sys_deregister_24() const { return ___sys_deregister_24; } inline DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6 ** get_address_of_sys_deregister_24() { return &___sys_deregister_24; } inline void set_sys_deregister_24(DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6 * value) { ___sys_deregister_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___sys_deregister_24), (void*)value); } inline static int32_t get_offset_of_sys_mix_25() { return static_cast(offsetof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466, ___sys_mix_25)); } inline DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07 * get_sys_mix_25() const { return ___sys_mix_25; } inline DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07 ** get_address_of_sys_mix_25() { return &___sys_mix_25; } inline void set_sys_mix_25(DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07 * value) { ___sys_mix_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___sys_mix_25), (void*)value); } }; // Native definition for P/Invoke marshalling of FMOD.DSP_DESCRIPTION struct DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke { uint32_t ___pluginsdkversion_0; uint8_t ___name_1[32]; uint32_t ___version_2; int32_t ___numinputbuffers_3; int32_t ___numoutputbuffers_4; Il2CppMethodPointer ___create_5; Il2CppMethodPointer ___release_6; Il2CppMethodPointer ___reset_7; Il2CppMethodPointer ___read_8; Il2CppMethodPointer ___process_9; Il2CppMethodPointer ___setposition_10; int32_t ___numparameters_11; intptr_t ___paramdesc_12; Il2CppMethodPointer ___setparameterfloat_13; Il2CppMethodPointer ___setparameterint_14; Il2CppMethodPointer ___setparameterbool_15; Il2CppMethodPointer ___setparameterdata_16; Il2CppMethodPointer ___getparameterfloat_17; Il2CppMethodPointer ___getparameterint_18; Il2CppMethodPointer ___getparameterbool_19; Il2CppMethodPointer ___getparameterdata_20; Il2CppMethodPointer ___shouldiprocess_21; intptr_t ___userdata_22; Il2CppMethodPointer ___sys_register_23; Il2CppMethodPointer ___sys_deregister_24; Il2CppMethodPointer ___sys_mix_25; }; // Native definition for COM marshalling of FMOD.DSP_DESCRIPTION struct DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_com { uint32_t ___pluginsdkversion_0; uint8_t ___name_1[32]; uint32_t ___version_2; int32_t ___numinputbuffers_3; int32_t ___numoutputbuffers_4; Il2CppMethodPointer ___create_5; Il2CppMethodPointer ___release_6; Il2CppMethodPointer ___reset_7; Il2CppMethodPointer ___read_8; Il2CppMethodPointer ___process_9; Il2CppMethodPointer ___setposition_10; int32_t ___numparameters_11; intptr_t ___paramdesc_12; Il2CppMethodPointer ___setparameterfloat_13; Il2CppMethodPointer ___setparameterint_14; Il2CppMethodPointer ___setparameterbool_15; Il2CppMethodPointer ___setparameterdata_16; Il2CppMethodPointer ___getparameterfloat_17; Il2CppMethodPointer ___getparameterint_18; Il2CppMethodPointer ___getparameterbool_19; Il2CppMethodPointer ___getparameterdata_20; Il2CppMethodPointer ___shouldiprocess_21; intptr_t ___userdata_22; Il2CppMethodPointer ___sys_register_23; Il2CppMethodPointer ___sys_deregister_24; Il2CppMethodPointer ___sys_mix_25; }; // FMOD.DSP_RESAMPLER struct DSP_RESAMPLER_t4197D1472ED16B34267BC998726D10849DBC1B4C { public: // System.Int32 FMOD.DSP_RESAMPLER::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_RESAMPLER_t4197D1472ED16B34267BC998726D10849DBC1B4C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.DSP_TYPE struct DSP_TYPE_t6C94948C209949AB99B875F6BEC634A794E69561 { public: // System.Int32 FMOD.DSP_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_TYPE_t6C94948C209949AB99B875F6BEC634A794E69561, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // FMOD.Studio.EVENT_PROPERTY struct EVENT_PROPERTY_tD210465929E7D72F9175445895E5FA6EF8D72374 { public: // System.Int32 FMOD.Studio.EVENT_PROPERTY::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVENT_PROPERTY_tD210465929E7D72F9175445895E5FA6EF8D72374, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMODUnity.EmitterGameEvent struct EmitterGameEvent_t44B732FB8EEE0AF869D86A9D0309A6A5AC305234 { public: // System.Int32 FMODUnity.EmitterGameEvent::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EmitterGameEvent_t44B732FB8EEE0AF869D86A9D0309A6A5AC305234, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.Studio.EventDescription struct EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D { public: // System.IntPtr FMOD.Studio.EventDescription::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // FMOD.Studio.EventInstance struct EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 { public: // System.IntPtr FMOD.Studio.EventInstance::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // FMODUnity.EventLinkage struct EventLinkage_tCD57C04550070ECF51E7190B9286A3649B4DC0AE { public: // System.Int32 FMODUnity.EventLinkage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventLinkage_tCD57C04550070ECF51E7190B9286A3649B4DC0AE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMODUnity.EventReference struct EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 { public: // FMOD.GUID FMODUnity.EventReference::Guid GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___Guid_0; public: inline static int32_t get_offset_of_Guid_0() { return static_cast(offsetof(EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69, ___Guid_0)); } inline GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC get_Guid_0() const { return ___Guid_0; } inline GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * get_address_of_Guid_0() { return &___Guid_0; } inline void set_Guid_0(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC value) { ___Guid_0 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Runtime.InteropServices.GCHandleType struct GCHandleType_t5D58978165671EDEFCCAE1E2B237BD5AE4E8BC38 { public: // System.Int32 System.Runtime.InteropServices.GCHandleType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GCHandleType_t5D58978165671EDEFCCAE1E2B237BD5AE4E8BC38, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.Geometry struct Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 { public: // System.IntPtr FMOD.Geometry::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // FMOD.INITFLAGS struct INITFLAGS_t2219BB6AF7B699F9E9DBD0418191291925810F76 { public: // System.UInt32 FMOD.INITFLAGS::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(INITFLAGS_t2219BB6AF7B699F9E9DBD0418191291925810F76, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMOD.Studio.INITFLAGS struct INITFLAGS_tF6B26B92281C38573FA4E21B660FF9C07ED0456B { public: // System.UInt32 FMOD.Studio.INITFLAGS::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(INITFLAGS_tF6B26B92281C38573FA4E21B660FF9C07ED0456B, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMODUnity.ImportType struct ImportType_t323A2036024EDE51297A3A818FCA58509ECF4835 { public: // System.Int32 FMODUnity.ImportType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ImportType_t323A2036024EDE51297A3A818FCA58509ECF4835, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.Studio.LOAD_BANK_FLAGS struct LOAD_BANK_FLAGS_t0A8EF1C2C0D63D65D3A68E1B4CA48B9C41EBA44D { public: // System.UInt32 FMOD.Studio.LOAD_BANK_FLAGS::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LOAD_BANK_FLAGS_t0A8EF1C2C0D63D65D3A68E1B4CA48B9C41EBA44D, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMOD.Studio.LOAD_MEMORY_MODE struct LOAD_MEMORY_MODE_t365D448A90B2F5A49EEE0150682160C7D272E4D4 { public: // System.Int32 FMOD.Studio.LOAD_MEMORY_MODE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LOAD_MEMORY_MODE_t365D448A90B2F5A49EEE0150682160C7D272E4D4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMODUnity.LoaderGameEvent struct LoaderGameEvent_tB6FB277ECD97C430ECC78651F1FE372589B9B442 { public: // System.Int32 FMODUnity.LoaderGameEvent::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoaderGameEvent_tB6FB277ECD97C430ECC78651F1FE372589B9B442, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.MODE struct MODE_t5CA9205E20AA7A7EEF6F8397E4F31B17EBF29D43 { public: // System.UInt32 FMOD.MODE::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MODE_t5CA9205E20AA7A7EEF6F8397E4F31B17EBF29D43, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMODUnity.MeterChannelOrderingType struct MeterChannelOrderingType_t0924FA9ED3CEA01496CC582F8DE3FFB1FF7D649A { public: // System.Int32 FMODUnity.MeterChannelOrderingType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MeterChannelOrderingType_t0924FA9ED3CEA01496CC582F8DE3FFB1FF7D649A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.OPENSTATE struct OPENSTATE_t0838541354E32E6F6C212F6D111D69EB8995C979 { public: // System.Int32 FMOD.OPENSTATE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OPENSTATE_t0838541354E32E6F6C212F6D111D69EB8995C979, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.OUTPUTTYPE struct OUTPUTTYPE_t890C329B881984C69EC21F0A7BDBE1AD6ABD8549 { public: // System.Int32 FMOD.OUTPUTTYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OUTPUTTYPE_t890C329B881984C69EC21F0A7BDBE1AD6ABD8549, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // FMOD.Studio.PARAMETER_FLAGS struct PARAMETER_FLAGS_t38AED48A788EF54C9768CC194B7CE71E298DE119 { public: // System.UInt32 FMOD.Studio.PARAMETER_FLAGS::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PARAMETER_FLAGS_t38AED48A788EF54C9768CC194B7CE71E298DE119, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMOD.Studio.PARAMETER_TYPE struct PARAMETER_TYPE_tA930091EEC5F0B75ADA729DE81C2DD4EC31165CA { public: // System.Int32 FMOD.Studio.PARAMETER_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PARAMETER_TYPE_tA930091EEC5F0B75ADA729DE81C2DD4EC31165CA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.Studio.PLAYBACK_STATE struct PLAYBACK_STATE_tBFCC21E0906B94BB868C5A0108B7411F119240A8 { public: // System.Int32 FMOD.Studio.PLAYBACK_STATE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PLAYBACK_STATE_tBFCC21E0906B94BB868C5A0108B7411F119240A8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.PLUGINTYPE struct PLUGINTYPE_t8CC662006113BC37C4CC9497D6C6746444243BF3 { public: // System.Int32 FMOD.PLUGINTYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PLUGINTYPE_t8CC662006113BC37C4CC9497D6C6746444243BF3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.PORT_TYPE struct PORT_TYPE_t5A8F04EE5BD45B07E952A808841863678813AFFF { public: // System.Int32 FMOD.PORT_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PORT_TYPE_t5A8F04EE5BD45B07E952A808841863678813AFFF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMODUnity.ParamRef struct ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD : public RuntimeObject { public: // System.String FMODUnity.ParamRef::Name String_t* ___Name_0; // System.Single FMODUnity.ParamRef::Value float ___Value_1; // FMOD.Studio.PARAMETER_ID FMODUnity.ParamRef::ID PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___ID_2; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD, ___Name_0)); } inline String_t* get_Name_0() const { return ___Name_0; } inline String_t** get_address_of_Name_0() { return &___Name_0; } inline void set_Name_0(String_t* value) { ___Name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_0), (void*)value); } inline static int32_t get_offset_of_Value_1() { return static_cast(offsetof(ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD, ___Value_1)); } inline float get_Value_1() const { return ___Value_1; } inline float* get_address_of_Value_1() { return &___Value_1; } inline void set_Value_1(float value) { ___Value_1 = value; } inline static int32_t get_offset_of_ID_2() { return static_cast(offsetof(ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD, ___ID_2)); } inline PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE get_ID_2() const { return ___ID_2; } inline PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE * get_address_of_ID_2() { return &___ID_2; } inline void set_ID_2(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE value) { ___ID_2 = value; } }; // FMOD.RESULT struct RESULT_t25BE0876E69B44E7D72DC4C52217E7C5B1A82271 { public: // System.Int32 FMOD.RESULT::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RESULT_t25BE0876E69B44E7D72DC4C52217E7C5B1A82271, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.Reverb3D struct Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 { public: // System.IntPtr FMOD.Reverb3D::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // UnityEngine.RuntimePlatform struct RuntimePlatform_tB8798C800FD9810C0FE2B7D2F2A0A3979D239065 { public: // System.Int32 UnityEngine.RuntimePlatform::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RuntimePlatform_tB8798C800FD9810C0FE2B7D2F2A0A3979D239065, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // FMOD.SOUNDGROUP_BEHAVIOR struct SOUNDGROUP_BEHAVIOR_t3659E3925746043FDA1AF06F02D336208149E7D7 { public: // System.Int32 FMOD.SOUNDGROUP_BEHAVIOR::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SOUNDGROUP_BEHAVIOR_t3659E3925746043FDA1AF06F02D336208149E7D7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.SOUND_FORMAT struct SOUND_FORMAT_t489445EB8C3CE4C06EFEADE8CC893D1ECA60A4BC { public: // System.Int32 FMOD.SOUND_FORMAT::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SOUND_FORMAT_t489445EB8C3CE4C06EFEADE8CC893D1ECA60A4BC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.SOUND_TYPE struct SOUND_TYPE_t0C12FFED0D0B6B603517E34887A2D08945DB3682 { public: // System.Int32 FMOD.SOUND_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SOUND_TYPE_t0C12FFED0D0B6B603517E34887A2D08945DB3682, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.SPEAKER struct SPEAKER_tE221D6ED620C43CE08F5F97B96CB37BAC27EB832 { public: // System.Int32 FMOD.SPEAKER::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SPEAKER_tE221D6ED620C43CE08F5F97B96CB37BAC27EB832, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.SPEAKERMODE struct SPEAKERMODE_tA70DD9EE396684B717A57A981C2E793CC0D11F13 { public: // System.Int32 FMOD.SPEAKERMODE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SPEAKERMODE_tA70DD9EE396684B717A57A981C2E793CC0D11F13, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.Studio.STOP_MODE struct STOP_MODE_tBC85FBF90B20182A774AE765A36C5A1372007E49 { public: // System.Int32 FMOD.Studio.STOP_MODE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(STOP_MODE_tBC85FBF90B20182A774AE765A36C5A1372007E49, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMODUnity.STOP_MODE struct STOP_MODE_tB086968CDAD45A5C6FCF0D6E67A8F1EF1DF9F0BA { public: // System.Int32 FMODUnity.STOP_MODE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(STOP_MODE_tB086968CDAD45A5C6FCF0D6E67A8F1EF1DF9F0BA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.SYSTEM_CALLBACK_TYPE struct SYSTEM_CALLBACK_TYPE_t34501F40D0531C7C135ABE1DADBF5ADC022879D2 { public: // System.UInt32 FMOD.SYSTEM_CALLBACK_TYPE::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SYSTEM_CALLBACK_TYPE_t34501F40D0531C7C135ABE1DADBF5ADC022879D2, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMOD.Studio.SYSTEM_CALLBACK_TYPE struct SYSTEM_CALLBACK_TYPE_tAA5EEC06825F068F1D9DC4C5E946489037DB2C3B { public: // System.UInt32 FMOD.Studio.SYSTEM_CALLBACK_TYPE::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SYSTEM_CALLBACK_TYPE_tAA5EEC06825F068F1D9DC4C5E946489037DB2C3B, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMOD.Sound struct Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 { public: // System.IntPtr FMOD.Sound::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // FMOD.SoundGroup struct SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 { public: // System.IntPtr FMOD.SoundGroup::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // FMOD.StringWrapper struct StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 { public: // System.IntPtr FMOD.StringWrapper::nativeUtf8Ptr intptr_t ___nativeUtf8Ptr_0; public: inline static int32_t get_offset_of_nativeUtf8Ptr_0() { return static_cast(offsetof(StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6, ___nativeUtf8Ptr_0)); } inline intptr_t get_nativeUtf8Ptr_0() const { return ___nativeUtf8Ptr_0; } inline intptr_t* get_address_of_nativeUtf8Ptr_0() { return &___nativeUtf8Ptr_0; } inline void set_nativeUtf8Ptr_0(intptr_t value) { ___nativeUtf8Ptr_0 = value; } }; // FMOD.System struct System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B { public: // System.IntPtr FMOD.System::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // FMOD.Studio.System struct System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 { public: // System.IntPtr FMOD.Studio.System::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // FMOD.TAGDATATYPE struct TAGDATATYPE_t26937FEEDCC384DEA36FF7D7C38C636E0EA73E62 { public: // System.Int32 FMOD.TAGDATATYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TAGDATATYPE_t26937FEEDCC384DEA36FF7D7C38C636E0EA73E62, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.TAGTYPE struct TAGTYPE_t109AFB64056188FC1DB970E890BECA20CBDB3948 { public: // System.Int32 FMOD.TAGTYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TAGTYPE_t109AFB64056188FC1DB970E890BECA20CBDB3948, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.THREAD_AFFINITY struct THREAD_AFFINITY_tF682E46B8D89AB08AFA7B0198C020DC229E27795 { public: // System.Int64 FMOD.THREAD_AFFINITY::value__ int64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(THREAD_AFFINITY_tF682E46B8D89AB08AFA7B0198C020DC229E27795, ___value___2)); } inline int64_t get_value___2() const { return ___value___2; } inline int64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int64_t value) { ___value___2 = value; } }; // FMOD.THREAD_PRIORITY struct THREAD_PRIORITY_t9725574513C46CF5A690ACDD1C8FE7116D611C54 { public: // System.Int32 FMOD.THREAD_PRIORITY::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(THREAD_PRIORITY_t9725574513C46CF5A690ACDD1C8FE7116D611C54, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.THREAD_STACK_SIZE struct THREAD_STACK_SIZE_t525B0C5312F54EF4F809FBF96FAE0999B5E6C2EE { public: // System.UInt32 FMOD.THREAD_STACK_SIZE::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(THREAD_STACK_SIZE_t525B0C5312F54EF4F809FBF96FAE0999B5E6C2EE, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMOD.THREAD_TYPE struct THREAD_TYPE_t517426CAFDC4B767D49DF39E9BE521638E3D4627 { public: // System.Int32 FMOD.THREAD_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(THREAD_TYPE_t517426CAFDC4B767D49DF39E9BE521638E3D4627, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.Studio.TIMELINE_NESTED_BEAT_PROPERTIES struct TIMELINE_NESTED_BEAT_PROPERTIES_t6F7C95F87481C1EA11AC603CD5E102E9C618646B { public: // FMOD.GUID FMOD.Studio.TIMELINE_NESTED_BEAT_PROPERTIES::eventid GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___eventid_0; // FMOD.Studio.TIMELINE_BEAT_PROPERTIES FMOD.Studio.TIMELINE_NESTED_BEAT_PROPERTIES::properties TIMELINE_BEAT_PROPERTIES_tEAFA4A421FAA5B82EC924AC8F5845D1239C8A27A ___properties_1; public: inline static int32_t get_offset_of_eventid_0() { return static_cast(offsetof(TIMELINE_NESTED_BEAT_PROPERTIES_t6F7C95F87481C1EA11AC603CD5E102E9C618646B, ___eventid_0)); } inline GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC get_eventid_0() const { return ___eventid_0; } inline GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * get_address_of_eventid_0() { return &___eventid_0; } inline void set_eventid_0(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC value) { ___eventid_0 = value; } inline static int32_t get_offset_of_properties_1() { return static_cast(offsetof(TIMELINE_NESTED_BEAT_PROPERTIES_t6F7C95F87481C1EA11AC603CD5E102E9C618646B, ___properties_1)); } inline TIMELINE_BEAT_PROPERTIES_tEAFA4A421FAA5B82EC924AC8F5845D1239C8A27A get_properties_1() const { return ___properties_1; } inline TIMELINE_BEAT_PROPERTIES_tEAFA4A421FAA5B82EC924AC8F5845D1239C8A27A * get_address_of_properties_1() { return &___properties_1; } inline void set_properties_1(TIMELINE_BEAT_PROPERTIES_tEAFA4A421FAA5B82EC924AC8F5845D1239C8A27A value) { ___properties_1 = value; } }; // FMOD.TIMEUNIT struct TIMEUNIT_t11C9C51999CBDDF2F44E92624E39FF863779CFBB { public: // System.UInt32 FMOD.TIMEUNIT::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TIMEUNIT_t11C9C51999CBDDF2F44E92624E39FF863779CFBB, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMODUnity.ThreadAffinity struct ThreadAffinity_t3F84037CBB2FED4832A9D509E5EE95427068A9C3 { public: // System.UInt32 FMODUnity.ThreadAffinity::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ThreadAffinity_t3F84037CBB2FED4832A9D509E5EE95427068A9C3, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMODUnity.ThreadType struct ThreadType_t82A10C14E631E6266D034FFBEFCD375ECA8799A0 { public: // System.Int32 FMODUnity.ThreadType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ThreadType_t82A10C14E631E6266D034FFBEFCD375ECA8799A0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMODUnity.TriStateBool struct TriStateBool_t94CD06884EBE26260E024B75AE612BCF1915A078 { public: // System.Int32 FMODUnity.TriStateBool::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TriStateBool_t94CD06884EBE26260E024B75AE612BCF1915A078, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.Studio.USER_PROPERTY_TYPE struct USER_PROPERTY_TYPE_t3126808C1BFF8EACDBA91A228F7AE15F20D5F2D6 { public: // System.Int32 FMOD.Studio.USER_PROPERTY_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(USER_PROPERTY_TYPE_t3126808C1BFF8EACDBA91A228F7AE15F20D5F2D6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.Studio.VCA struct VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 { public: // System.IntPtr FMOD.Studio.VCA::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // FMODUnity.Legacy/Platform struct Platform_t8A9B7B74982EABA95BFF0BA4F8AC496326308279 { public: // System.Int32 FMODUnity.Legacy/Platform::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Platform_t8A9B7B74982EABA95BFF0BA4F8AC496326308279, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMODUnity.RuntimeManager/d__61 struct U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 : public RuntimeObject { public: // System.Int32 FMODUnity.RuntimeManager/d__61::<>1__state int32_t ___U3CU3E1__state_0; // System.String FMODUnity.RuntimeManager/d__61::<>2__current String_t* ___U3CU3E2__current_1; // System.Int32 FMODUnity.RuntimeManager/d__61::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // FMODUnity.Settings FMODUnity.RuntimeManager/d__61::fmodSettings Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___fmodSettings_3; // FMODUnity.Settings FMODUnity.RuntimeManager/d__61::<>3__fmodSettings Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___U3CU3E3__fmodSettings_4; // System.Collections.Generic.List`1/Enumerator FMODUnity.RuntimeManager/d__61::<>7__wrap1 Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B ___U3CU3E7__wrap1_5; // System.String FMODUnity.RuntimeManager/d__61::5__3 String_t* ___U3CmasterBankFileNameU3E5__3_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8, ___U3CU3E2__current_1)); } inline String_t* get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline String_t** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(String_t* value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_fmodSettings_3() { return static_cast(offsetof(U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8, ___fmodSettings_3)); } inline Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * get_fmodSettings_3() const { return ___fmodSettings_3; } inline Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE ** get_address_of_fmodSettings_3() { return &___fmodSettings_3; } inline void set_fmodSettings_3(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * value) { ___fmodSettings_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___fmodSettings_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__fmodSettings_4() { return static_cast(offsetof(U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8, ___U3CU3E3__fmodSettings_4)); } inline Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * get_U3CU3E3__fmodSettings_4() const { return ___U3CU3E3__fmodSettings_4; } inline Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE ** get_address_of_U3CU3E3__fmodSettings_4() { return &___U3CU3E3__fmodSettings_4; } inline void set_U3CU3E3__fmodSettings_4(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * value) { ___U3CU3E3__fmodSettings_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__fmodSettings_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_5() { return static_cast(offsetof(U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8, ___U3CU3E7__wrap1_5)); } inline Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B get_U3CU3E7__wrap1_5() const { return ___U3CU3E7__wrap1_5; } inline Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * get_address_of_U3CU3E7__wrap1_5() { return &___U3CU3E7__wrap1_5; } inline void set_U3CU3E7__wrap1_5(Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B value) { ___U3CU3E7__wrap1_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E7__wrap1_5))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E7__wrap1_5))->___current_3), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CmasterBankFileNameU3E5__3_6() { return static_cast(offsetof(U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8, ___U3CmasterBankFileNameU3E5__3_6)); } inline String_t* get_U3CmasterBankFileNameU3E5__3_6() const { return ___U3CmasterBankFileNameU3E5__3_6; } inline String_t** get_address_of_U3CmasterBankFileNameU3E5__3_6() { return &___U3CmasterBankFileNameU3E5__3_6; } inline void set_U3CmasterBankFileNameU3E5__3_6(String_t* value) { ___U3CmasterBankFileNameU3E5__3_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmasterBankFileNameU3E5__3_6), (void*)value); } }; // FMODUnity.Settings/SharedLibraryUpdateStages struct SharedLibraryUpdateStages_t450E8372B0E842BB9D054F47F2637899D3691543 { public: // System.Int32 FMODUnity.Settings/SharedLibraryUpdateStages::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SharedLibraryUpdateStages_t450E8372B0E842BB9D054F47F2637899D3691543, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FMOD.StringHelper/ThreadSafeEncoding struct ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 : public RuntimeObject { public: // System.Text.UTF8Encoding FMOD.StringHelper/ThreadSafeEncoding::encoding UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * ___encoding_0; // System.Byte[] FMOD.StringHelper/ThreadSafeEncoding::encodedBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encodedBuffer_1; // System.Char[] FMOD.StringHelper/ThreadSafeEncoding::decodedBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___decodedBuffer_2; // System.Boolean FMOD.StringHelper/ThreadSafeEncoding::inUse bool ___inUse_3; // System.Runtime.InteropServices.GCHandle FMOD.StringHelper/ThreadSafeEncoding::gcHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___gcHandle_4; public: inline static int32_t get_offset_of_encoding_0() { return static_cast(offsetof(ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2, ___encoding_0)); } inline UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * get_encoding_0() const { return ___encoding_0; } inline UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 ** get_address_of_encoding_0() { return &___encoding_0; } inline void set_encoding_0(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * value) { ___encoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_0), (void*)value); } inline static int32_t get_offset_of_encodedBuffer_1() { return static_cast(offsetof(ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2, ___encodedBuffer_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_encodedBuffer_1() const { return ___encodedBuffer_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_encodedBuffer_1() { return &___encodedBuffer_1; } inline void set_encodedBuffer_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___encodedBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodedBuffer_1), (void*)value); } inline static int32_t get_offset_of_decodedBuffer_2() { return static_cast(offsetof(ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2, ___decodedBuffer_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_decodedBuffer_2() const { return ___decodedBuffer_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_decodedBuffer_2() { return &___decodedBuffer_2; } inline void set_decodedBuffer_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___decodedBuffer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___decodedBuffer_2), (void*)value); } inline static int32_t get_offset_of_inUse_3() { return static_cast(offsetof(ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2, ___inUse_3)); } inline bool get_inUse_3() const { return ___inUse_3; } inline bool* get_address_of_inUse_3() { return &___inUse_3; } inline void set_inUse_3(bool value) { ___inUse_3 = value; } inline static int32_t get_offset_of_gcHandle_4() { return static_cast(offsetof(ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2, ___gcHandle_4)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_gcHandle_4() const { return ___gcHandle_4; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_gcHandle_4() { return &___gcHandle_4; } inline void set_gcHandle_4(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___gcHandle_4 = value; } }; // FMODUnity.StudioEventEmitter/<>c__DisplayClass38_0 struct U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9 : public RuntimeObject { public: // FMOD.Studio.PARAMETER_ID FMODUnity.StudioEventEmitter/<>c__DisplayClass38_0::id PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9, ___id_0)); } inline PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE get_id_0() const { return ___id_0; } inline PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE * get_address_of_id_0() { return &___id_0; } inline void set_id_0(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE value) { ___id_0 = value; } }; // FMODUnity.Platform/PropertyAccessor`1 struct PropertyAccessor_1_tE6A94B0BB78BE5CFB7972AF6AE68A71D21D1DEB0 { public: // System.Func`2> FMODUnity.Platform/PropertyAccessor`1::Getter Func_2_t6FC8FB1B78710D8F435EFF2410DBEECBC31455AF * ___Getter_0; // T FMODUnity.Platform/PropertyAccessor`1::DefaultValue int32_t ___DefaultValue_1; public: inline static int32_t get_offset_of_Getter_0() { return static_cast(offsetof(PropertyAccessor_1_tE6A94B0BB78BE5CFB7972AF6AE68A71D21D1DEB0, ___Getter_0)); } inline Func_2_t6FC8FB1B78710D8F435EFF2410DBEECBC31455AF * get_Getter_0() const { return ___Getter_0; } inline Func_2_t6FC8FB1B78710D8F435EFF2410DBEECBC31455AF ** get_address_of_Getter_0() { return &___Getter_0; } inline void set_Getter_0(Func_2_t6FC8FB1B78710D8F435EFF2410DBEECBC31455AF * value) { ___Getter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Getter_0), (void*)value); } inline static int32_t get_offset_of_DefaultValue_1() { return static_cast(offsetof(PropertyAccessor_1_tE6A94B0BB78BE5CFB7972AF6AE68A71D21D1DEB0, ___DefaultValue_1)); } inline int32_t get_DefaultValue_1() const { return ___DefaultValue_1; } inline int32_t* get_address_of_DefaultValue_1() { return &___DefaultValue_1; } inline void set_DefaultValue_1(int32_t value) { ___DefaultValue_1 = value; } }; // FMODUnity.Platform/PropertyAccessor`1 struct PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375 { public: // System.Func`2> FMODUnity.Platform/PropertyAccessor`1::Getter Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5 * ___Getter_0; // T FMODUnity.Platform/PropertyAccessor`1::DefaultValue int32_t ___DefaultValue_1; public: inline static int32_t get_offset_of_Getter_0() { return static_cast(offsetof(PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375, ___Getter_0)); } inline Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5 * get_Getter_0() const { return ___Getter_0; } inline Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5 ** get_address_of_Getter_0() { return &___Getter_0; } inline void set_Getter_0(Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5 * value) { ___Getter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Getter_0), (void*)value); } inline static int32_t get_offset_of_DefaultValue_1() { return static_cast(offsetof(PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375, ___DefaultValue_1)); } inline int32_t get_DefaultValue_1() const { return ___DefaultValue_1; } inline int32_t* get_address_of_DefaultValue_1() { return &___DefaultValue_1; } inline void set_DefaultValue_1(int32_t value) { ___DefaultValue_1 = value; } }; // FMODUnity.Platform/PropertyAccessor`1 struct PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 { public: // System.Func`2> FMODUnity.Platform/PropertyAccessor`1::Getter Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 * ___Getter_0; // T FMODUnity.Platform/PropertyAccessor`1::DefaultValue int32_t ___DefaultValue_1; public: inline static int32_t get_offset_of_Getter_0() { return static_cast(offsetof(PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9, ___Getter_0)); } inline Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 * get_Getter_0() const { return ___Getter_0; } inline Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 ** get_address_of_Getter_0() { return &___Getter_0; } inline void set_Getter_0(Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 * value) { ___Getter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Getter_0), (void*)value); } inline static int32_t get_offset_of_DefaultValue_1() { return static_cast(offsetof(PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9, ___DefaultValue_1)); } inline int32_t get_DefaultValue_1() const { return ___DefaultValue_1; } inline int32_t* get_address_of_DefaultValue_1() { return &___DefaultValue_1; } inline void set_DefaultValue_1(int32_t value) { ___DefaultValue_1 = value; } }; // FMODUnity.Platform/Property`1 struct Property_1_tB7992A7FE9E273F12B5AD18F27A64E5FE522A31E : public RuntimeObject { public: // T FMODUnity.Platform/Property`1::Value int32_t ___Value_0; // System.Boolean FMODUnity.Platform/Property`1::HasValue bool ___HasValue_1; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(Property_1_tB7992A7FE9E273F12B5AD18F27A64E5FE522A31E, ___Value_0)); } inline int32_t get_Value_0() const { return ___Value_0; } inline int32_t* get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(int32_t value) { ___Value_0 = value; } inline static int32_t get_offset_of_HasValue_1() { return static_cast(offsetof(Property_1_tB7992A7FE9E273F12B5AD18F27A64E5FE522A31E, ___HasValue_1)); } inline bool get_HasValue_1() const { return ___HasValue_1; } inline bool* get_address_of_HasValue_1() { return &___HasValue_1; } inline void set_HasValue_1(bool value) { ___HasValue_1 = value; } }; // FMODUnity.Platform/Property`1 struct Property_1_tB4DC4D8A4B1A7885B188EF3DFCDA5F0FC8965C97 : public RuntimeObject { public: // T FMODUnity.Platform/Property`1::Value int32_t ___Value_0; // System.Boolean FMODUnity.Platform/Property`1::HasValue bool ___HasValue_1; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(Property_1_tB4DC4D8A4B1A7885B188EF3DFCDA5F0FC8965C97, ___Value_0)); } inline int32_t get_Value_0() const { return ___Value_0; } inline int32_t* get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(int32_t value) { ___Value_0 = value; } inline static int32_t get_offset_of_HasValue_1() { return static_cast(offsetof(Property_1_tB4DC4D8A4B1A7885B188EF3DFCDA5F0FC8965C97, ___HasValue_1)); } inline bool get_HasValue_1() const { return ___HasValue_1; } inline bool* get_address_of_HasValue_1() { return &___HasValue_1; } inline void set_HasValue_1(bool value) { ___HasValue_1 = value; } }; // FMOD.ADVANCEDSETTINGS struct ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 { public: // System.Int32 FMOD.ADVANCEDSETTINGS::cbSize int32_t ___cbSize_0; // System.Int32 FMOD.ADVANCEDSETTINGS::maxMPEGCodecs int32_t ___maxMPEGCodecs_1; // System.Int32 FMOD.ADVANCEDSETTINGS::maxADPCMCodecs int32_t ___maxADPCMCodecs_2; // System.Int32 FMOD.ADVANCEDSETTINGS::maxXMACodecs int32_t ___maxXMACodecs_3; // System.Int32 FMOD.ADVANCEDSETTINGS::maxVorbisCodecs int32_t ___maxVorbisCodecs_4; // System.Int32 FMOD.ADVANCEDSETTINGS::maxAT9Codecs int32_t ___maxAT9Codecs_5; // System.Int32 FMOD.ADVANCEDSETTINGS::maxFADPCMCodecs int32_t ___maxFADPCMCodecs_6; // System.Int32 FMOD.ADVANCEDSETTINGS::maxPCMCodecs int32_t ___maxPCMCodecs_7; // System.Int32 FMOD.ADVANCEDSETTINGS::ASIONumChannels int32_t ___ASIONumChannels_8; // System.IntPtr FMOD.ADVANCEDSETTINGS::ASIOChannelList intptr_t ___ASIOChannelList_9; // System.IntPtr FMOD.ADVANCEDSETTINGS::ASIOSpeakerList intptr_t ___ASIOSpeakerList_10; // System.Single FMOD.ADVANCEDSETTINGS::vol0virtualvol float ___vol0virtualvol_11; // System.UInt32 FMOD.ADVANCEDSETTINGS::defaultDecodeBufferSize uint32_t ___defaultDecodeBufferSize_12; // System.UInt16 FMOD.ADVANCEDSETTINGS::profilePort uint16_t ___profilePort_13; // System.UInt32 FMOD.ADVANCEDSETTINGS::geometryMaxFadeTime uint32_t ___geometryMaxFadeTime_14; // System.Single FMOD.ADVANCEDSETTINGS::distanceFilterCenterFreq float ___distanceFilterCenterFreq_15; // System.Int32 FMOD.ADVANCEDSETTINGS::reverb3Dinstance int32_t ___reverb3Dinstance_16; // System.Int32 FMOD.ADVANCEDSETTINGS::DSPBufferPoolSize int32_t ___DSPBufferPoolSize_17; // FMOD.DSP_RESAMPLER FMOD.ADVANCEDSETTINGS::resamplerMethod int32_t ___resamplerMethod_18; // System.UInt32 FMOD.ADVANCEDSETTINGS::randomSeed uint32_t ___randomSeed_19; // System.Int32 FMOD.ADVANCEDSETTINGS::maxConvolutionThreads int32_t ___maxConvolutionThreads_20; // System.Int32 FMOD.ADVANCEDSETTINGS::maxOpusCodecs int32_t ___maxOpusCodecs_21; public: inline static int32_t get_offset_of_cbSize_0() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___cbSize_0)); } inline int32_t get_cbSize_0() const { return ___cbSize_0; } inline int32_t* get_address_of_cbSize_0() { return &___cbSize_0; } inline void set_cbSize_0(int32_t value) { ___cbSize_0 = value; } inline static int32_t get_offset_of_maxMPEGCodecs_1() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___maxMPEGCodecs_1)); } inline int32_t get_maxMPEGCodecs_1() const { return ___maxMPEGCodecs_1; } inline int32_t* get_address_of_maxMPEGCodecs_1() { return &___maxMPEGCodecs_1; } inline void set_maxMPEGCodecs_1(int32_t value) { ___maxMPEGCodecs_1 = value; } inline static int32_t get_offset_of_maxADPCMCodecs_2() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___maxADPCMCodecs_2)); } inline int32_t get_maxADPCMCodecs_2() const { return ___maxADPCMCodecs_2; } inline int32_t* get_address_of_maxADPCMCodecs_2() { return &___maxADPCMCodecs_2; } inline void set_maxADPCMCodecs_2(int32_t value) { ___maxADPCMCodecs_2 = value; } inline static int32_t get_offset_of_maxXMACodecs_3() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___maxXMACodecs_3)); } inline int32_t get_maxXMACodecs_3() const { return ___maxXMACodecs_3; } inline int32_t* get_address_of_maxXMACodecs_3() { return &___maxXMACodecs_3; } inline void set_maxXMACodecs_3(int32_t value) { ___maxXMACodecs_3 = value; } inline static int32_t get_offset_of_maxVorbisCodecs_4() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___maxVorbisCodecs_4)); } inline int32_t get_maxVorbisCodecs_4() const { return ___maxVorbisCodecs_4; } inline int32_t* get_address_of_maxVorbisCodecs_4() { return &___maxVorbisCodecs_4; } inline void set_maxVorbisCodecs_4(int32_t value) { ___maxVorbisCodecs_4 = value; } inline static int32_t get_offset_of_maxAT9Codecs_5() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___maxAT9Codecs_5)); } inline int32_t get_maxAT9Codecs_5() const { return ___maxAT9Codecs_5; } inline int32_t* get_address_of_maxAT9Codecs_5() { return &___maxAT9Codecs_5; } inline void set_maxAT9Codecs_5(int32_t value) { ___maxAT9Codecs_5 = value; } inline static int32_t get_offset_of_maxFADPCMCodecs_6() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___maxFADPCMCodecs_6)); } inline int32_t get_maxFADPCMCodecs_6() const { return ___maxFADPCMCodecs_6; } inline int32_t* get_address_of_maxFADPCMCodecs_6() { return &___maxFADPCMCodecs_6; } inline void set_maxFADPCMCodecs_6(int32_t value) { ___maxFADPCMCodecs_6 = value; } inline static int32_t get_offset_of_maxPCMCodecs_7() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___maxPCMCodecs_7)); } inline int32_t get_maxPCMCodecs_7() const { return ___maxPCMCodecs_7; } inline int32_t* get_address_of_maxPCMCodecs_7() { return &___maxPCMCodecs_7; } inline void set_maxPCMCodecs_7(int32_t value) { ___maxPCMCodecs_7 = value; } inline static int32_t get_offset_of_ASIONumChannels_8() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___ASIONumChannels_8)); } inline int32_t get_ASIONumChannels_8() const { return ___ASIONumChannels_8; } inline int32_t* get_address_of_ASIONumChannels_8() { return &___ASIONumChannels_8; } inline void set_ASIONumChannels_8(int32_t value) { ___ASIONumChannels_8 = value; } inline static int32_t get_offset_of_ASIOChannelList_9() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___ASIOChannelList_9)); } inline intptr_t get_ASIOChannelList_9() const { return ___ASIOChannelList_9; } inline intptr_t* get_address_of_ASIOChannelList_9() { return &___ASIOChannelList_9; } inline void set_ASIOChannelList_9(intptr_t value) { ___ASIOChannelList_9 = value; } inline static int32_t get_offset_of_ASIOSpeakerList_10() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___ASIOSpeakerList_10)); } inline intptr_t get_ASIOSpeakerList_10() const { return ___ASIOSpeakerList_10; } inline intptr_t* get_address_of_ASIOSpeakerList_10() { return &___ASIOSpeakerList_10; } inline void set_ASIOSpeakerList_10(intptr_t value) { ___ASIOSpeakerList_10 = value; } inline static int32_t get_offset_of_vol0virtualvol_11() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___vol0virtualvol_11)); } inline float get_vol0virtualvol_11() const { return ___vol0virtualvol_11; } inline float* get_address_of_vol0virtualvol_11() { return &___vol0virtualvol_11; } inline void set_vol0virtualvol_11(float value) { ___vol0virtualvol_11 = value; } inline static int32_t get_offset_of_defaultDecodeBufferSize_12() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___defaultDecodeBufferSize_12)); } inline uint32_t get_defaultDecodeBufferSize_12() const { return ___defaultDecodeBufferSize_12; } inline uint32_t* get_address_of_defaultDecodeBufferSize_12() { return &___defaultDecodeBufferSize_12; } inline void set_defaultDecodeBufferSize_12(uint32_t value) { ___defaultDecodeBufferSize_12 = value; } inline static int32_t get_offset_of_profilePort_13() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___profilePort_13)); } inline uint16_t get_profilePort_13() const { return ___profilePort_13; } inline uint16_t* get_address_of_profilePort_13() { return &___profilePort_13; } inline void set_profilePort_13(uint16_t value) { ___profilePort_13 = value; } inline static int32_t get_offset_of_geometryMaxFadeTime_14() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___geometryMaxFadeTime_14)); } inline uint32_t get_geometryMaxFadeTime_14() const { return ___geometryMaxFadeTime_14; } inline uint32_t* get_address_of_geometryMaxFadeTime_14() { return &___geometryMaxFadeTime_14; } inline void set_geometryMaxFadeTime_14(uint32_t value) { ___geometryMaxFadeTime_14 = value; } inline static int32_t get_offset_of_distanceFilterCenterFreq_15() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___distanceFilterCenterFreq_15)); } inline float get_distanceFilterCenterFreq_15() const { return ___distanceFilterCenterFreq_15; } inline float* get_address_of_distanceFilterCenterFreq_15() { return &___distanceFilterCenterFreq_15; } inline void set_distanceFilterCenterFreq_15(float value) { ___distanceFilterCenterFreq_15 = value; } inline static int32_t get_offset_of_reverb3Dinstance_16() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___reverb3Dinstance_16)); } inline int32_t get_reverb3Dinstance_16() const { return ___reverb3Dinstance_16; } inline int32_t* get_address_of_reverb3Dinstance_16() { return &___reverb3Dinstance_16; } inline void set_reverb3Dinstance_16(int32_t value) { ___reverb3Dinstance_16 = value; } inline static int32_t get_offset_of_DSPBufferPoolSize_17() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___DSPBufferPoolSize_17)); } inline int32_t get_DSPBufferPoolSize_17() const { return ___DSPBufferPoolSize_17; } inline int32_t* get_address_of_DSPBufferPoolSize_17() { return &___DSPBufferPoolSize_17; } inline void set_DSPBufferPoolSize_17(int32_t value) { ___DSPBufferPoolSize_17 = value; } inline static int32_t get_offset_of_resamplerMethod_18() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___resamplerMethod_18)); } inline int32_t get_resamplerMethod_18() const { return ___resamplerMethod_18; } inline int32_t* get_address_of_resamplerMethod_18() { return &___resamplerMethod_18; } inline void set_resamplerMethod_18(int32_t value) { ___resamplerMethod_18 = value; } inline static int32_t get_offset_of_randomSeed_19() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___randomSeed_19)); } inline uint32_t get_randomSeed_19() const { return ___randomSeed_19; } inline uint32_t* get_address_of_randomSeed_19() { return &___randomSeed_19; } inline void set_randomSeed_19(uint32_t value) { ___randomSeed_19 = value; } inline static int32_t get_offset_of_maxConvolutionThreads_20() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___maxConvolutionThreads_20)); } inline int32_t get_maxConvolutionThreads_20() const { return ___maxConvolutionThreads_20; } inline int32_t* get_address_of_maxConvolutionThreads_20() { return &___maxConvolutionThreads_20; } inline void set_maxConvolutionThreads_20(int32_t value) { ___maxConvolutionThreads_20 = value; } inline static int32_t get_offset_of_maxOpusCodecs_21() { return static_cast(offsetof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222, ___maxOpusCodecs_21)); } inline int32_t get_maxOpusCodecs_21() const { return ___maxOpusCodecs_21; } inline int32_t* get_address_of_maxOpusCodecs_21() { return &___maxOpusCodecs_21; } inline void set_maxOpusCodecs_21(int32_t value) { ___maxOpusCodecs_21 = value; } }; // FMODUnity.BankLoadException struct BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7 : public Exception_t { public: // System.String FMODUnity.BankLoadException::Path String_t* ___Path_17; // FMOD.RESULT FMODUnity.BankLoadException::Result int32_t ___Result_18; public: inline static int32_t get_offset_of_Path_17() { return static_cast(offsetof(BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7, ___Path_17)); } inline String_t* get_Path_17() const { return ___Path_17; } inline String_t** get_address_of_Path_17() { return &___Path_17; } inline void set_Path_17(String_t* value) { ___Path_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Path_17), (void*)value); } inline static int32_t get_offset_of_Result_18() { return static_cast(offsetof(BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7, ___Result_18)); } inline int32_t get_Result_18() const { return ___Result_18; } inline int32_t* get_address_of_Result_18() { return &___Result_18; } inline void set_Result_18(int32_t value) { ___Result_18 = value; } }; // FMOD.CREATESOUNDEXINFO struct CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B { public: // System.Int32 FMOD.CREATESOUNDEXINFO::cbsize int32_t ___cbsize_0; // System.UInt32 FMOD.CREATESOUNDEXINFO::length uint32_t ___length_1; // System.UInt32 FMOD.CREATESOUNDEXINFO::fileoffset uint32_t ___fileoffset_2; // System.Int32 FMOD.CREATESOUNDEXINFO::numchannels int32_t ___numchannels_3; // System.Int32 FMOD.CREATESOUNDEXINFO::defaultfrequency int32_t ___defaultfrequency_4; // FMOD.SOUND_FORMAT FMOD.CREATESOUNDEXINFO::format int32_t ___format_5; // System.UInt32 FMOD.CREATESOUNDEXINFO::decodebuffersize uint32_t ___decodebuffersize_6; // System.Int32 FMOD.CREATESOUNDEXINFO::initialsubsound int32_t ___initialsubsound_7; // System.Int32 FMOD.CREATESOUNDEXINFO::numsubsounds int32_t ___numsubsounds_8; // System.IntPtr FMOD.CREATESOUNDEXINFO::inclusionlist intptr_t ___inclusionlist_9; // System.Int32 FMOD.CREATESOUNDEXINFO::inclusionlistnum int32_t ___inclusionlistnum_10; // FMOD.SOUND_PCMREAD_CALLBACK FMOD.CREATESOUNDEXINFO::pcmreadcallback SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331 * ___pcmreadcallback_11; // FMOD.SOUND_PCMSETPOS_CALLBACK FMOD.CREATESOUNDEXINFO::pcmsetposcallback SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69 * ___pcmsetposcallback_12; // FMOD.SOUND_NONBLOCK_CALLBACK FMOD.CREATESOUNDEXINFO::nonblockcallback SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568 * ___nonblockcallback_13; // System.IntPtr FMOD.CREATESOUNDEXINFO::dlsname intptr_t ___dlsname_14; // System.IntPtr FMOD.CREATESOUNDEXINFO::encryptionkey intptr_t ___encryptionkey_15; // System.Int32 FMOD.CREATESOUNDEXINFO::maxpolyphony int32_t ___maxpolyphony_16; // System.IntPtr FMOD.CREATESOUNDEXINFO::userdata intptr_t ___userdata_17; // FMOD.SOUND_TYPE FMOD.CREATESOUNDEXINFO::suggestedsoundtype int32_t ___suggestedsoundtype_18; // FMOD.FILE_OPEN_CALLBACK FMOD.CREATESOUNDEXINFO::fileuseropen FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * ___fileuseropen_19; // FMOD.FILE_CLOSE_CALLBACK FMOD.CREATESOUNDEXINFO::fileuserclose FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * ___fileuserclose_20; // FMOD.FILE_READ_CALLBACK FMOD.CREATESOUNDEXINFO::fileuserread FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * ___fileuserread_21; // FMOD.FILE_SEEK_CALLBACK FMOD.CREATESOUNDEXINFO::fileuserseek FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * ___fileuserseek_22; // FMOD.FILE_ASYNCREAD_CALLBACK FMOD.CREATESOUNDEXINFO::fileuserasyncread FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F * ___fileuserasyncread_23; // FMOD.FILE_ASYNCCANCEL_CALLBACK FMOD.CREATESOUNDEXINFO::fileuserasynccancel FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF * ___fileuserasynccancel_24; // System.IntPtr FMOD.CREATESOUNDEXINFO::fileuserdata intptr_t ___fileuserdata_25; // System.Int32 FMOD.CREATESOUNDEXINFO::filebuffersize int32_t ___filebuffersize_26; // FMOD.CHANNELORDER FMOD.CREATESOUNDEXINFO::channelorder int32_t ___channelorder_27; // System.IntPtr FMOD.CREATESOUNDEXINFO::initialsoundgroup intptr_t ___initialsoundgroup_28; // System.UInt32 FMOD.CREATESOUNDEXINFO::initialseekposition uint32_t ___initialseekposition_29; // FMOD.TIMEUNIT FMOD.CREATESOUNDEXINFO::initialseekpostype uint32_t ___initialseekpostype_30; // System.Int32 FMOD.CREATESOUNDEXINFO::ignoresetfilesystem int32_t ___ignoresetfilesystem_31; // System.UInt32 FMOD.CREATESOUNDEXINFO::audioqueuepolicy uint32_t ___audioqueuepolicy_32; // System.UInt32 FMOD.CREATESOUNDEXINFO::minmidigranularity uint32_t ___minmidigranularity_33; // System.Int32 FMOD.CREATESOUNDEXINFO::nonblockthreadid int32_t ___nonblockthreadid_34; // System.IntPtr FMOD.CREATESOUNDEXINFO::fsbguid intptr_t ___fsbguid_35; public: inline static int32_t get_offset_of_cbsize_0() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___cbsize_0)); } inline int32_t get_cbsize_0() const { return ___cbsize_0; } inline int32_t* get_address_of_cbsize_0() { return &___cbsize_0; } inline void set_cbsize_0(int32_t value) { ___cbsize_0 = value; } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___length_1)); } inline uint32_t get_length_1() const { return ___length_1; } inline uint32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(uint32_t value) { ___length_1 = value; } inline static int32_t get_offset_of_fileoffset_2() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___fileoffset_2)); } inline uint32_t get_fileoffset_2() const { return ___fileoffset_2; } inline uint32_t* get_address_of_fileoffset_2() { return &___fileoffset_2; } inline void set_fileoffset_2(uint32_t value) { ___fileoffset_2 = value; } inline static int32_t get_offset_of_numchannels_3() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___numchannels_3)); } inline int32_t get_numchannels_3() const { return ___numchannels_3; } inline int32_t* get_address_of_numchannels_3() { return &___numchannels_3; } inline void set_numchannels_3(int32_t value) { ___numchannels_3 = value; } inline static int32_t get_offset_of_defaultfrequency_4() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___defaultfrequency_4)); } inline int32_t get_defaultfrequency_4() const { return ___defaultfrequency_4; } inline int32_t* get_address_of_defaultfrequency_4() { return &___defaultfrequency_4; } inline void set_defaultfrequency_4(int32_t value) { ___defaultfrequency_4 = value; } inline static int32_t get_offset_of_format_5() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___format_5)); } inline int32_t get_format_5() const { return ___format_5; } inline int32_t* get_address_of_format_5() { return &___format_5; } inline void set_format_5(int32_t value) { ___format_5 = value; } inline static int32_t get_offset_of_decodebuffersize_6() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___decodebuffersize_6)); } inline uint32_t get_decodebuffersize_6() const { return ___decodebuffersize_6; } inline uint32_t* get_address_of_decodebuffersize_6() { return &___decodebuffersize_6; } inline void set_decodebuffersize_6(uint32_t value) { ___decodebuffersize_6 = value; } inline static int32_t get_offset_of_initialsubsound_7() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___initialsubsound_7)); } inline int32_t get_initialsubsound_7() const { return ___initialsubsound_7; } inline int32_t* get_address_of_initialsubsound_7() { return &___initialsubsound_7; } inline void set_initialsubsound_7(int32_t value) { ___initialsubsound_7 = value; } inline static int32_t get_offset_of_numsubsounds_8() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___numsubsounds_8)); } inline int32_t get_numsubsounds_8() const { return ___numsubsounds_8; } inline int32_t* get_address_of_numsubsounds_8() { return &___numsubsounds_8; } inline void set_numsubsounds_8(int32_t value) { ___numsubsounds_8 = value; } inline static int32_t get_offset_of_inclusionlist_9() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___inclusionlist_9)); } inline intptr_t get_inclusionlist_9() const { return ___inclusionlist_9; } inline intptr_t* get_address_of_inclusionlist_9() { return &___inclusionlist_9; } inline void set_inclusionlist_9(intptr_t value) { ___inclusionlist_9 = value; } inline static int32_t get_offset_of_inclusionlistnum_10() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___inclusionlistnum_10)); } inline int32_t get_inclusionlistnum_10() const { return ___inclusionlistnum_10; } inline int32_t* get_address_of_inclusionlistnum_10() { return &___inclusionlistnum_10; } inline void set_inclusionlistnum_10(int32_t value) { ___inclusionlistnum_10 = value; } inline static int32_t get_offset_of_pcmreadcallback_11() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___pcmreadcallback_11)); } inline SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331 * get_pcmreadcallback_11() const { return ___pcmreadcallback_11; } inline SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331 ** get_address_of_pcmreadcallback_11() { return &___pcmreadcallback_11; } inline void set_pcmreadcallback_11(SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331 * value) { ___pcmreadcallback_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___pcmreadcallback_11), (void*)value); } inline static int32_t get_offset_of_pcmsetposcallback_12() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___pcmsetposcallback_12)); } inline SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69 * get_pcmsetposcallback_12() const { return ___pcmsetposcallback_12; } inline SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69 ** get_address_of_pcmsetposcallback_12() { return &___pcmsetposcallback_12; } inline void set_pcmsetposcallback_12(SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69 * value) { ___pcmsetposcallback_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___pcmsetposcallback_12), (void*)value); } inline static int32_t get_offset_of_nonblockcallback_13() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___nonblockcallback_13)); } inline SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568 * get_nonblockcallback_13() const { return ___nonblockcallback_13; } inline SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568 ** get_address_of_nonblockcallback_13() { return &___nonblockcallback_13; } inline void set_nonblockcallback_13(SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568 * value) { ___nonblockcallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___nonblockcallback_13), (void*)value); } inline static int32_t get_offset_of_dlsname_14() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___dlsname_14)); } inline intptr_t get_dlsname_14() const { return ___dlsname_14; } inline intptr_t* get_address_of_dlsname_14() { return &___dlsname_14; } inline void set_dlsname_14(intptr_t value) { ___dlsname_14 = value; } inline static int32_t get_offset_of_encryptionkey_15() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___encryptionkey_15)); } inline intptr_t get_encryptionkey_15() const { return ___encryptionkey_15; } inline intptr_t* get_address_of_encryptionkey_15() { return &___encryptionkey_15; } inline void set_encryptionkey_15(intptr_t value) { ___encryptionkey_15 = value; } inline static int32_t get_offset_of_maxpolyphony_16() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___maxpolyphony_16)); } inline int32_t get_maxpolyphony_16() const { return ___maxpolyphony_16; } inline int32_t* get_address_of_maxpolyphony_16() { return &___maxpolyphony_16; } inline void set_maxpolyphony_16(int32_t value) { ___maxpolyphony_16 = value; } inline static int32_t get_offset_of_userdata_17() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___userdata_17)); } inline intptr_t get_userdata_17() const { return ___userdata_17; } inline intptr_t* get_address_of_userdata_17() { return &___userdata_17; } inline void set_userdata_17(intptr_t value) { ___userdata_17 = value; } inline static int32_t get_offset_of_suggestedsoundtype_18() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___suggestedsoundtype_18)); } inline int32_t get_suggestedsoundtype_18() const { return ___suggestedsoundtype_18; } inline int32_t* get_address_of_suggestedsoundtype_18() { return &___suggestedsoundtype_18; } inline void set_suggestedsoundtype_18(int32_t value) { ___suggestedsoundtype_18 = value; } inline static int32_t get_offset_of_fileuseropen_19() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___fileuseropen_19)); } inline FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * get_fileuseropen_19() const { return ___fileuseropen_19; } inline FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 ** get_address_of_fileuseropen_19() { return &___fileuseropen_19; } inline void set_fileuseropen_19(FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * value) { ___fileuseropen_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileuseropen_19), (void*)value); } inline static int32_t get_offset_of_fileuserclose_20() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___fileuserclose_20)); } inline FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * get_fileuserclose_20() const { return ___fileuserclose_20; } inline FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA ** get_address_of_fileuserclose_20() { return &___fileuserclose_20; } inline void set_fileuserclose_20(FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * value) { ___fileuserclose_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileuserclose_20), (void*)value); } inline static int32_t get_offset_of_fileuserread_21() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___fileuserread_21)); } inline FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * get_fileuserread_21() const { return ___fileuserread_21; } inline FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A ** get_address_of_fileuserread_21() { return &___fileuserread_21; } inline void set_fileuserread_21(FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * value) { ___fileuserread_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileuserread_21), (void*)value); } inline static int32_t get_offset_of_fileuserseek_22() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___fileuserseek_22)); } inline FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * get_fileuserseek_22() const { return ___fileuserseek_22; } inline FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 ** get_address_of_fileuserseek_22() { return &___fileuserseek_22; } inline void set_fileuserseek_22(FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * value) { ___fileuserseek_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileuserseek_22), (void*)value); } inline static int32_t get_offset_of_fileuserasyncread_23() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___fileuserasyncread_23)); } inline FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F * get_fileuserasyncread_23() const { return ___fileuserasyncread_23; } inline FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F ** get_address_of_fileuserasyncread_23() { return &___fileuserasyncread_23; } inline void set_fileuserasyncread_23(FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F * value) { ___fileuserasyncread_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileuserasyncread_23), (void*)value); } inline static int32_t get_offset_of_fileuserasynccancel_24() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___fileuserasynccancel_24)); } inline FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF * get_fileuserasynccancel_24() const { return ___fileuserasynccancel_24; } inline FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF ** get_address_of_fileuserasynccancel_24() { return &___fileuserasynccancel_24; } inline void set_fileuserasynccancel_24(FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF * value) { ___fileuserasynccancel_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileuserasynccancel_24), (void*)value); } inline static int32_t get_offset_of_fileuserdata_25() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___fileuserdata_25)); } inline intptr_t get_fileuserdata_25() const { return ___fileuserdata_25; } inline intptr_t* get_address_of_fileuserdata_25() { return &___fileuserdata_25; } inline void set_fileuserdata_25(intptr_t value) { ___fileuserdata_25 = value; } inline static int32_t get_offset_of_filebuffersize_26() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___filebuffersize_26)); } inline int32_t get_filebuffersize_26() const { return ___filebuffersize_26; } inline int32_t* get_address_of_filebuffersize_26() { return &___filebuffersize_26; } inline void set_filebuffersize_26(int32_t value) { ___filebuffersize_26 = value; } inline static int32_t get_offset_of_channelorder_27() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___channelorder_27)); } inline int32_t get_channelorder_27() const { return ___channelorder_27; } inline int32_t* get_address_of_channelorder_27() { return &___channelorder_27; } inline void set_channelorder_27(int32_t value) { ___channelorder_27 = value; } inline static int32_t get_offset_of_initialsoundgroup_28() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___initialsoundgroup_28)); } inline intptr_t get_initialsoundgroup_28() const { return ___initialsoundgroup_28; } inline intptr_t* get_address_of_initialsoundgroup_28() { return &___initialsoundgroup_28; } inline void set_initialsoundgroup_28(intptr_t value) { ___initialsoundgroup_28 = value; } inline static int32_t get_offset_of_initialseekposition_29() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___initialseekposition_29)); } inline uint32_t get_initialseekposition_29() const { return ___initialseekposition_29; } inline uint32_t* get_address_of_initialseekposition_29() { return &___initialseekposition_29; } inline void set_initialseekposition_29(uint32_t value) { ___initialseekposition_29 = value; } inline static int32_t get_offset_of_initialseekpostype_30() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___initialseekpostype_30)); } inline uint32_t get_initialseekpostype_30() const { return ___initialseekpostype_30; } inline uint32_t* get_address_of_initialseekpostype_30() { return &___initialseekpostype_30; } inline void set_initialseekpostype_30(uint32_t value) { ___initialseekpostype_30 = value; } inline static int32_t get_offset_of_ignoresetfilesystem_31() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___ignoresetfilesystem_31)); } inline int32_t get_ignoresetfilesystem_31() const { return ___ignoresetfilesystem_31; } inline int32_t* get_address_of_ignoresetfilesystem_31() { return &___ignoresetfilesystem_31; } inline void set_ignoresetfilesystem_31(int32_t value) { ___ignoresetfilesystem_31 = value; } inline static int32_t get_offset_of_audioqueuepolicy_32() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___audioqueuepolicy_32)); } inline uint32_t get_audioqueuepolicy_32() const { return ___audioqueuepolicy_32; } inline uint32_t* get_address_of_audioqueuepolicy_32() { return &___audioqueuepolicy_32; } inline void set_audioqueuepolicy_32(uint32_t value) { ___audioqueuepolicy_32 = value; } inline static int32_t get_offset_of_minmidigranularity_33() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___minmidigranularity_33)); } inline uint32_t get_minmidigranularity_33() const { return ___minmidigranularity_33; } inline uint32_t* get_address_of_minmidigranularity_33() { return &___minmidigranularity_33; } inline void set_minmidigranularity_33(uint32_t value) { ___minmidigranularity_33 = value; } inline static int32_t get_offset_of_nonblockthreadid_34() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___nonblockthreadid_34)); } inline int32_t get_nonblockthreadid_34() const { return ___nonblockthreadid_34; } inline int32_t* get_address_of_nonblockthreadid_34() { return &___nonblockthreadid_34; } inline void set_nonblockthreadid_34(int32_t value) { ___nonblockthreadid_34 = value; } inline static int32_t get_offset_of_fsbguid_35() { return static_cast(offsetof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B, ___fsbguid_35)); } inline intptr_t get_fsbguid_35() const { return ___fsbguid_35; } inline intptr_t* get_address_of_fsbguid_35() { return &___fsbguid_35; } inline void set_fsbguid_35(intptr_t value) { ___fsbguid_35 = value; } }; // Native definition for P/Invoke marshalling of FMOD.CREATESOUNDEXINFO struct CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke { int32_t ___cbsize_0; uint32_t ___length_1; uint32_t ___fileoffset_2; int32_t ___numchannels_3; int32_t ___defaultfrequency_4; int32_t ___format_5; uint32_t ___decodebuffersize_6; int32_t ___initialsubsound_7; int32_t ___numsubsounds_8; intptr_t ___inclusionlist_9; int32_t ___inclusionlistnum_10; Il2CppMethodPointer ___pcmreadcallback_11; Il2CppMethodPointer ___pcmsetposcallback_12; Il2CppMethodPointer ___nonblockcallback_13; intptr_t ___dlsname_14; intptr_t ___encryptionkey_15; int32_t ___maxpolyphony_16; intptr_t ___userdata_17; int32_t ___suggestedsoundtype_18; Il2CppMethodPointer ___fileuseropen_19; Il2CppMethodPointer ___fileuserclose_20; Il2CppMethodPointer ___fileuserread_21; Il2CppMethodPointer ___fileuserseek_22; Il2CppMethodPointer ___fileuserasyncread_23; Il2CppMethodPointer ___fileuserasynccancel_24; intptr_t ___fileuserdata_25; int32_t ___filebuffersize_26; int32_t ___channelorder_27; intptr_t ___initialsoundgroup_28; uint32_t ___initialseekposition_29; uint32_t ___initialseekpostype_30; int32_t ___ignoresetfilesystem_31; uint32_t ___audioqueuepolicy_32; uint32_t ___minmidigranularity_33; int32_t ___nonblockthreadid_34; intptr_t ___fsbguid_35; }; // Native definition for COM marshalling of FMOD.CREATESOUNDEXINFO struct CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_com { int32_t ___cbsize_0; uint32_t ___length_1; uint32_t ___fileoffset_2; int32_t ___numchannels_3; int32_t ___defaultfrequency_4; int32_t ___format_5; uint32_t ___decodebuffersize_6; int32_t ___initialsubsound_7; int32_t ___numsubsounds_8; intptr_t ___inclusionlist_9; int32_t ___inclusionlistnum_10; Il2CppMethodPointer ___pcmreadcallback_11; Il2CppMethodPointer ___pcmsetposcallback_12; Il2CppMethodPointer ___nonblockcallback_13; intptr_t ___dlsname_14; intptr_t ___encryptionkey_15; int32_t ___maxpolyphony_16; intptr_t ___userdata_17; int32_t ___suggestedsoundtype_18; Il2CppMethodPointer ___fileuseropen_19; Il2CppMethodPointer ___fileuserclose_20; Il2CppMethodPointer ___fileuserread_21; Il2CppMethodPointer ___fileuserseek_22; Il2CppMethodPointer ___fileuserasyncread_23; Il2CppMethodPointer ___fileuserasynccancel_24; intptr_t ___fileuserdata_25; int32_t ___filebuffersize_26; int32_t ___channelorder_27; intptr_t ___initialsoundgroup_28; uint32_t ___initialseekposition_29; uint32_t ___initialseekpostype_30; int32_t ___ignoresetfilesystem_31; uint32_t ___audioqueuepolicy_32; uint32_t ___minmidigranularity_33; int32_t ___nonblockthreadid_34; intptr_t ___fsbguid_35; }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // FMOD.Studio.PARAMETER_DESCRIPTION struct PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B { public: // FMOD.StringWrapper FMOD.Studio.PARAMETER_DESCRIPTION::name StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___name_0; // FMOD.Studio.PARAMETER_ID FMOD.Studio.PARAMETER_DESCRIPTION::id PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id_1; // System.Single FMOD.Studio.PARAMETER_DESCRIPTION::minimum float ___minimum_2; // System.Single FMOD.Studio.PARAMETER_DESCRIPTION::maximum float ___maximum_3; // System.Single FMOD.Studio.PARAMETER_DESCRIPTION::defaultvalue float ___defaultvalue_4; // FMOD.Studio.PARAMETER_TYPE FMOD.Studio.PARAMETER_DESCRIPTION::type int32_t ___type_5; // FMOD.Studio.PARAMETER_FLAGS FMOD.Studio.PARAMETER_DESCRIPTION::flags uint32_t ___flags_6; // FMOD.GUID FMOD.Studio.PARAMETER_DESCRIPTION::guid GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___guid_7; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___name_0)); } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 get_name_0() const { return ___name_0; } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 * get_address_of_name_0() { return &___name_0; } inline void set_name_0(StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 value) { ___name_0 = value; } inline static int32_t get_offset_of_id_1() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___id_1)); } inline PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE get_id_1() const { return ___id_1; } inline PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE * get_address_of_id_1() { return &___id_1; } inline void set_id_1(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE value) { ___id_1 = value; } inline static int32_t get_offset_of_minimum_2() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___minimum_2)); } inline float get_minimum_2() const { return ___minimum_2; } inline float* get_address_of_minimum_2() { return &___minimum_2; } inline void set_minimum_2(float value) { ___minimum_2 = value; } inline static int32_t get_offset_of_maximum_3() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___maximum_3)); } inline float get_maximum_3() const { return ___maximum_3; } inline float* get_address_of_maximum_3() { return &___maximum_3; } inline void set_maximum_3(float value) { ___maximum_3 = value; } inline static int32_t get_offset_of_defaultvalue_4() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___defaultvalue_4)); } inline float get_defaultvalue_4() const { return ___defaultvalue_4; } inline float* get_address_of_defaultvalue_4() { return &___defaultvalue_4; } inline void set_defaultvalue_4(float value) { ___defaultvalue_4 = value; } inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___type_5)); } inline int32_t get_type_5() const { return ___type_5; } inline int32_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(int32_t value) { ___type_5 = value; } inline static int32_t get_offset_of_flags_6() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___flags_6)); } inline uint32_t get_flags_6() const { return ___flags_6; } inline uint32_t* get_address_of_flags_6() { return &___flags_6; } inline void set_flags_6(uint32_t value) { ___flags_6 = value; } inline static int32_t get_offset_of_guid_7() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___guid_7)); } inline GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC get_guid_7() const { return ___guid_7; } inline GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * get_address_of_guid_7() { return &___guid_7; } inline void set_guid_7(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC value) { ___guid_7 = value; } }; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_pinvoke : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_com : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // FMODUnity.SystemNotInitializedException struct SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C : public Exception_t { public: // FMOD.RESULT FMODUnity.SystemNotInitializedException::Result int32_t ___Result_17; // System.String FMODUnity.SystemNotInitializedException::Location String_t* ___Location_18; public: inline static int32_t get_offset_of_Result_17() { return static_cast(offsetof(SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C, ___Result_17)); } inline int32_t get_Result_17() const { return ___Result_17; } inline int32_t* get_address_of_Result_17() { return &___Result_17; } inline void set_Result_17(int32_t value) { ___Result_17 = value; } inline static int32_t get_offset_of_Location_18() { return static_cast(offsetof(SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C, ___Location_18)); } inline String_t* get_Location_18() const { return ___Location_18; } inline String_t** get_address_of_Location_18() { return &___Location_18; } inline void set_Location_18(String_t* value) { ___Location_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___Location_18), (void*)value); } }; // FMOD.TAG struct TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343 { public: // FMOD.TAGTYPE FMOD.TAG::type int32_t ___type_0; // FMOD.TAGDATATYPE FMOD.TAG::datatype int32_t ___datatype_1; // FMOD.StringWrapper FMOD.TAG::name StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___name_2; // System.IntPtr FMOD.TAG::data intptr_t ___data_3; // System.UInt32 FMOD.TAG::datalen uint32_t ___datalen_4; // System.Boolean FMOD.TAG::updated bool ___updated_5; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_datatype_1() { return static_cast(offsetof(TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343, ___datatype_1)); } inline int32_t get_datatype_1() const { return ___datatype_1; } inline int32_t* get_address_of_datatype_1() { return &___datatype_1; } inline void set_datatype_1(int32_t value) { ___datatype_1 = value; } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343, ___name_2)); } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 get_name_2() const { return ___name_2; } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 * get_address_of_name_2() { return &___name_2; } inline void set_name_2(StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 value) { ___name_2 = value; } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343, ___data_3)); } inline intptr_t get_data_3() const { return ___data_3; } inline intptr_t* get_address_of_data_3() { return &___data_3; } inline void set_data_3(intptr_t value) { ___data_3 = value; } inline static int32_t get_offset_of_datalen_4() { return static_cast(offsetof(TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343, ___datalen_4)); } inline uint32_t get_datalen_4() const { return ___datalen_4; } inline uint32_t* get_address_of_datalen_4() { return &___datalen_4; } inline void set_datalen_4(uint32_t value) { ___datalen_4 = value; } inline static int32_t get_offset_of_updated_5() { return static_cast(offsetof(TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343, ___updated_5)); } inline bool get_updated_5() const { return ___updated_5; } inline bool* get_address_of_updated_5() { return &___updated_5; } inline void set_updated_5(bool value) { ___updated_5 = value; } }; // Native definition for P/Invoke marshalling of FMOD.TAG struct TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_pinvoke { int32_t ___type_0; int32_t ___datatype_1; StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___name_2; intptr_t ___data_3; uint32_t ___datalen_4; int32_t ___updated_5; }; // Native definition for COM marshalling of FMOD.TAG struct TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_com { int32_t ___type_0; int32_t ___datatype_1; StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___name_2; intptr_t ___data_3; uint32_t ___datalen_4; int32_t ___updated_5; }; // FMOD.Studio.TIMELINE_MARKER_PROPERTIES struct TIMELINE_MARKER_PROPERTIES_t3E381A70E2A8C97B2C7DD746EEA1AFA33B9ACCD0 { public: // FMOD.StringWrapper FMOD.Studio.TIMELINE_MARKER_PROPERTIES::name StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___name_0; // System.Int32 FMOD.Studio.TIMELINE_MARKER_PROPERTIES::position int32_t ___position_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(TIMELINE_MARKER_PROPERTIES_t3E381A70E2A8C97B2C7DD746EEA1AFA33B9ACCD0, ___name_0)); } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 get_name_0() const { return ___name_0; } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 * get_address_of_name_0() { return &___name_0; } inline void set_name_0(StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 value) { ___name_0 = value; } inline static int32_t get_offset_of_position_1() { return static_cast(offsetof(TIMELINE_MARKER_PROPERTIES_t3E381A70E2A8C97B2C7DD746EEA1AFA33B9ACCD0, ___position_1)); } inline int32_t get_position_1() const { return ___position_1; } inline int32_t* get_address_of_position_1() { return &___position_1; } inline void set_position_1(int32_t value) { ___position_1 = value; } }; // FMODUnity.ThreadAffinityGroup struct ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4 : public RuntimeObject { public: // System.Collections.Generic.List`1 FMODUnity.ThreadAffinityGroup::threads List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * ___threads_0; // FMODUnity.ThreadAffinity FMODUnity.ThreadAffinityGroup::affinity uint32_t ___affinity_1; public: inline static int32_t get_offset_of_threads_0() { return static_cast(offsetof(ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4, ___threads_0)); } inline List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * get_threads_0() const { return ___threads_0; } inline List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 ** get_address_of_threads_0() { return &___threads_0; } inline void set_threads_0(List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * value) { ___threads_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___threads_0), (void*)value); } inline static int32_t get_offset_of_affinity_1() { return static_cast(offsetof(ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4, ___affinity_1)); } inline uint32_t get_affinity_1() const { return ___affinity_1; } inline uint32_t* get_address_of_affinity_1() { return &___affinity_1; } inline void set_affinity_1(uint32_t value) { ___affinity_1 = value; } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; // FMOD.Studio.Union_IntBoolFloatString struct Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294 { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 FMOD.Studio.Union_IntBoolFloatString::intvalue int32_t ___intvalue_0; }; #pragma pack(pop, tp) struct { int32_t ___intvalue_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Boolean FMOD.Studio.Union_IntBoolFloatString::boolvalue bool ___boolvalue_1; }; #pragma pack(pop, tp) struct { bool ___boolvalue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Single FMOD.Studio.Union_IntBoolFloatString::floatvalue float ___floatvalue_2; }; #pragma pack(pop, tp) struct { float ___floatvalue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // FMOD.StringWrapper FMOD.Studio.Union_IntBoolFloatString::stringvalue StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___stringvalue_3; }; #pragma pack(pop, tp) struct { StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___stringvalue_3_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_intvalue_0() { return static_cast(offsetof(Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294, ___intvalue_0)); } inline int32_t get_intvalue_0() const { return ___intvalue_0; } inline int32_t* get_address_of_intvalue_0() { return &___intvalue_0; } inline void set_intvalue_0(int32_t value) { ___intvalue_0 = value; } inline static int32_t get_offset_of_boolvalue_1() { return static_cast(offsetof(Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294, ___boolvalue_1)); } inline bool get_boolvalue_1() const { return ___boolvalue_1; } inline bool* get_address_of_boolvalue_1() { return &___boolvalue_1; } inline void set_boolvalue_1(bool value) { ___boolvalue_1 = value; } inline static int32_t get_offset_of_floatvalue_2() { return static_cast(offsetof(Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294, ___floatvalue_2)); } inline float get_floatvalue_2() const { return ___floatvalue_2; } inline float* get_address_of_floatvalue_2() { return &___floatvalue_2; } inline void set_floatvalue_2(float value) { ___floatvalue_2 = value; } inline static int32_t get_offset_of_stringvalue_3() { return static_cast(offsetof(Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294, ___stringvalue_3)); } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 get_stringvalue_3() const { return ___stringvalue_3; } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 * get_address_of_stringvalue_3() { return &___stringvalue_3; } inline void set_stringvalue_3(StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 value) { ___stringvalue_3 = value; } }; // Native definition for P/Invoke marshalling of FMOD.Studio.Union_IntBoolFloatString struct Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { int32_t ___intvalue_0; }; #pragma pack(pop, tp) struct { int32_t ___intvalue_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int32_t ___boolvalue_1; }; #pragma pack(pop, tp) struct { int32_t ___boolvalue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { float ___floatvalue_2; }; #pragma pack(pop, tp) struct { float ___floatvalue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___stringvalue_3; }; #pragma pack(pop, tp) struct { StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___stringvalue_3_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of FMOD.Studio.Union_IntBoolFloatString struct Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_com { union { #pragma pack(push, tp, 1) struct { int32_t ___intvalue_0; }; #pragma pack(pop, tp) struct { int32_t ___intvalue_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int32_t ___boolvalue_1; }; #pragma pack(pop, tp) struct { int32_t ___boolvalue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { float ___floatvalue_2; }; #pragma pack(pop, tp) struct { float ___floatvalue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___stringvalue_3; }; #pragma pack(pop, tp) struct { StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___stringvalue_3_forAlignmentOnly; }; }; }; // FMODUnity.VCANotFoundException struct VCANotFoundException_t7180AED40B600DC06C9AA6131683130085296AD6 : public Exception_t { public: // System.String FMODUnity.VCANotFoundException::Path String_t* ___Path_17; public: inline static int32_t get_offset_of_Path_17() { return static_cast(offsetof(VCANotFoundException_t7180AED40B600DC06C9AA6131683130085296AD6, ___Path_17)); } inline String_t* get_Path_17() const { return ___Path_17; } inline String_t** get_address_of_Path_17() { return &___Path_17; } inline void set_Path_17(String_t* value) { ___Path_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Path_17), (void*)value); } }; // FMODUnity.Legacy/PlatformSettingBase struct PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43 : public RuntimeObject { public: // FMODUnity.Legacy/Platform FMODUnity.Legacy/PlatformSettingBase::Platform int32_t ___Platform_0; public: inline static int32_t get_offset_of_Platform_0() { return static_cast(offsetof(PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43, ___Platform_0)); } inline int32_t get_Platform_0() const { return ___Platform_0; } inline int32_t* get_address_of_Platform_0() { return &___Platform_0; } inline void set_Platform_0(int32_t value) { ___Platform_0 = value; } }; // FMODUnity.RuntimeManager/<>c__DisplayClass47_0 struct U3CU3Ec__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD : public RuntimeObject { public: // FMOD.Studio.EventInstance FMODUnity.RuntimeManager/<>c__DisplayClass47_0::instance EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD, ___instance_0)); } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 get_instance_0() const { return ___instance_0; } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 value) { ___instance_0 = value; } }; // FMODUnity.RuntimeManager/<>c__DisplayClass48_0 struct U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89 : public RuntimeObject { public: // FMOD.Studio.EventInstance FMODUnity.RuntimeManager/<>c__DisplayClass48_0::instance EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89, ___instance_0)); } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 get_instance_0() const { return ___instance_0; } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 value) { ___instance_0 = value; } }; // FMODUnity.RuntimeManager/<>c__DisplayClass49_0 struct U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92 : public RuntimeObject { public: // FMOD.Studio.EventInstance FMODUnity.RuntimeManager/<>c__DisplayClass49_0::instance EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92, ___instance_0)); } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 get_instance_0() const { return ___instance_0; } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 value) { ___instance_0 = value; } }; // FMODUnity.RuntimeManager/AttachedInstance struct AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD : public RuntimeObject { public: // FMOD.Studio.EventInstance FMODUnity.RuntimeManager/AttachedInstance::instance EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 ___instance_0; // UnityEngine.Transform FMODUnity.RuntimeManager/AttachedInstance::transform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform_1; // UnityEngine.Rigidbody FMODUnity.RuntimeManager/AttachedInstance::rigidBody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rigidBody_2; // UnityEngine.Rigidbody2D FMODUnity.RuntimeManager/AttachedInstance::rigidBody2D Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___rigidBody2D_3; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD, ___instance_0)); } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 get_instance_0() const { return ___instance_0; } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 value) { ___instance_0 = value; } inline static int32_t get_offset_of_transform_1() { return static_cast(offsetof(AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD, ___transform_1)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_transform_1() const { return ___transform_1; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_transform_1() { return &___transform_1; } inline void set_transform_1(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___transform_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___transform_1), (void*)value); } inline static int32_t get_offset_of_rigidBody_2() { return static_cast(offsetof(AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD, ___rigidBody_2)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_rigidBody_2() const { return ___rigidBody_2; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_rigidBody_2() { return &___rigidBody_2; } inline void set_rigidBody_2(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___rigidBody_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rigidBody_2), (void*)value); } inline static int32_t get_offset_of_rigidBody2D_3() { return static_cast(offsetof(AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD, ___rigidBody2D_3)); } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * get_rigidBody2D_3() const { return ___rigidBody2D_3; } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 ** get_address_of_rigidBody2D_3() { return &___rigidBody2D_3; } inline void set_rigidBody2D_3(Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * value) { ___rigidBody2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___rigidBody2D_3), (void*)value); } }; // FMODUnity.RuntimeManager/LoadedBank struct LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 { public: // FMOD.Studio.Bank FMODUnity.RuntimeManager/LoadedBank::Bank Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 ___Bank_0; // System.Int32 FMODUnity.RuntimeManager/LoadedBank::RefCount int32_t ___RefCount_1; public: inline static int32_t get_offset_of_Bank_0() { return static_cast(offsetof(LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926, ___Bank_0)); } inline Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 get_Bank_0() const { return ___Bank_0; } inline Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * get_address_of_Bank_0() { return &___Bank_0; } inline void set_Bank_0(Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 value) { ___Bank_0 = value; } inline static int32_t get_offset_of_RefCount_1() { return static_cast(offsetof(LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926, ___RefCount_1)); } inline int32_t get_RefCount_1() const { return ___RefCount_1; } inline int32_t* get_address_of_RefCount_1() { return &___RefCount_1; } inline void set_RefCount_1(int32_t value) { ___RefCount_1 = value; } }; // System.Action`1 struct Action_1_tBB781B532207CA8EBC97E3A9EE8EFD592AA62191 : public MulticastDelegate_t { public: public: }; // System.Comparison`1 struct Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 : public MulticastDelegate_t { public: public: }; // System.Func`2>> struct Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 : public MulticastDelegate_t { public: public: }; // FMODUnity.Legacy/PlatformSetting`1 struct PlatformSetting_1_tF1F2D113743AE5690D9B0A53C4E5F73E58B88DD8 : public PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43 { public: // T FMODUnity.Legacy/PlatformSetting`1::Value int32_t ___Value_1; public: inline static int32_t get_offset_of_Value_1() { return static_cast(offsetof(PlatformSetting_1_tF1F2D113743AE5690D9B0A53C4E5F73E58B88DD8, ___Value_1)); } inline int32_t get_Value_1() const { return ___Value_1; } inline int32_t* get_address_of_Value_1() { return &___Value_1; } inline void set_Value_1(int32_t value) { ___Value_1 = value; } }; // FMODUnity.Legacy/PlatformSetting`1 struct PlatformSetting_1_tC0C6354C9D7B615166E2AD41980014E4939DC657 : public PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43 { public: // T FMODUnity.Legacy/PlatformSetting`1::Value String_t* ___Value_1; public: inline static int32_t get_offset_of_Value_1() { return static_cast(offsetof(PlatformSetting_1_tC0C6354C9D7B615166E2AD41980014E4939DC657, ___Value_1)); } inline String_t* get_Value_1() const { return ___Value_1; } inline String_t** get_address_of_Value_1() { return &___Value_1; } inline void set_Value_1(String_t* value) { ___Value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_1), (void*)value); } }; // FMODUnity.Legacy/PlatformSetting`1 struct PlatformSetting_1_t488F3DFFD01BDD40FEF7B22BBE680BDF95A3E7F4 : public PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43 { public: // T FMODUnity.Legacy/PlatformSetting`1::Value int32_t ___Value_1; public: inline static int32_t get_offset_of_Value_1() { return static_cast(offsetof(PlatformSetting_1_t488F3DFFD01BDD40FEF7B22BBE680BDF95A3E7F4, ___Value_1)); } inline int32_t get_Value_1() const { return ___Value_1; } inline int32_t* get_address_of_Value_1() { return &___Value_1; } inline void set_Value_1(int32_t value) { ___Value_1 = value; } }; // System.Predicate`1 struct Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050 : public MulticastDelegate_t { public: public: }; // System.Predicate`1 struct Predicate_1_t95452AC1A001456FB4DB884F7D265BA5DFDF7D6D : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // FMOD.CB_3D_ROLLOFF_CALLBACK struct CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81 : public MulticastDelegate_t { public: public: }; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // FMOD.FILE_ASYNCCANCEL_CALLBACK struct FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF : public MulticastDelegate_t { public: public: }; // FMOD.FILE_ASYNCREAD_CALLBACK struct FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F : public MulticastDelegate_t { public: public: }; // FMOD.FILE_CLOSE_CALLBACK struct FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA : public MulticastDelegate_t { public: public: }; // FMOD.FILE_OPEN_CALLBACK struct FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 : public MulticastDelegate_t { public: public: }; // FMOD.FILE_READ_CALLBACK struct FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A : public MulticastDelegate_t { public: public: }; // FMOD.FILE_SEEK_CALLBACK struct FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 : public MulticastDelegate_t { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // FMODUnity.Platform struct Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 : public ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A { public: // System.String FMODUnity.Platform::identifier String_t* ___identifier_7; // System.String FMODUnity.Platform::parentIdentifier String_t* ___parentIdentifier_8; // System.Boolean FMODUnity.Platform::active bool ___active_9; // FMODUnity.Platform/PropertyStorage FMODUnity.Platform::Properties PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___Properties_10; // System.String FMODUnity.Platform::outputType String_t* ___outputType_11; // FMODUnity.Platform/PropertyThreadAffinityList FMODUnity.Platform::threadAffinities PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2 * ___threadAffinities_13; // FMODUnity.Platform FMODUnity.Platform::Parent Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___Parent_14; public: inline static int32_t get_offset_of_identifier_7() { return static_cast(offsetof(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149, ___identifier_7)); } inline String_t* get_identifier_7() const { return ___identifier_7; } inline String_t** get_address_of_identifier_7() { return &___identifier_7; } inline void set_identifier_7(String_t* value) { ___identifier_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_7), (void*)value); } inline static int32_t get_offset_of_parentIdentifier_8() { return static_cast(offsetof(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149, ___parentIdentifier_8)); } inline String_t* get_parentIdentifier_8() const { return ___parentIdentifier_8; } inline String_t** get_address_of_parentIdentifier_8() { return &___parentIdentifier_8; } inline void set_parentIdentifier_8(String_t* value) { ___parentIdentifier_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentIdentifier_8), (void*)value); } inline static int32_t get_offset_of_active_9() { return static_cast(offsetof(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149, ___active_9)); } inline bool get_active_9() const { return ___active_9; } inline bool* get_address_of_active_9() { return &___active_9; } inline void set_active_9(bool value) { ___active_9 = value; } inline static int32_t get_offset_of_Properties_10() { return static_cast(offsetof(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149, ___Properties_10)); } inline PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * get_Properties_10() const { return ___Properties_10; } inline PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 ** get_address_of_Properties_10() { return &___Properties_10; } inline void set_Properties_10(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * value) { ___Properties_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Properties_10), (void*)value); } inline static int32_t get_offset_of_outputType_11() { return static_cast(offsetof(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149, ___outputType_11)); } inline String_t* get_outputType_11() const { return ___outputType_11; } inline String_t** get_address_of_outputType_11() { return &___outputType_11; } inline void set_outputType_11(String_t* value) { ___outputType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputType_11), (void*)value); } inline static int32_t get_offset_of_threadAffinities_13() { return static_cast(offsetof(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149, ___threadAffinities_13)); } inline PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2 * get_threadAffinities_13() const { return ___threadAffinities_13; } inline PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2 ** get_address_of_threadAffinities_13() { return &___threadAffinities_13; } inline void set_threadAffinities_13(PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2 * value) { ___threadAffinities_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___threadAffinities_13), (void*)value); } inline static int32_t get_offset_of_Parent_14() { return static_cast(offsetof(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149, ___Parent_14)); } inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * get_Parent_14() const { return ___Parent_14; } inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 ** get_address_of_Parent_14() { return &___Parent_14; } inline void set_Parent_14(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * value) { ___Parent_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Parent_14), (void*)value); } }; // FMODUnity.PlatformCallbackHandler struct PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 : public ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A { public: public: }; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Rigidbody2D struct Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // FMOD.Studio.SOUND_INFO struct SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21 { public: // System.IntPtr FMOD.Studio.SOUND_INFO::name_or_data intptr_t ___name_or_data_0; // FMOD.MODE FMOD.Studio.SOUND_INFO::mode uint32_t ___mode_1; // FMOD.CREATESOUNDEXINFO FMOD.Studio.SOUND_INFO::exinfo CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B ___exinfo_2; // System.Int32 FMOD.Studio.SOUND_INFO::subsoundindex int32_t ___subsoundindex_3; public: inline static int32_t get_offset_of_name_or_data_0() { return static_cast(offsetof(SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21, ___name_or_data_0)); } inline intptr_t get_name_or_data_0() const { return ___name_or_data_0; } inline intptr_t* get_address_of_name_or_data_0() { return &___name_or_data_0; } inline void set_name_or_data_0(intptr_t value) { ___name_or_data_0 = value; } inline static int32_t get_offset_of_mode_1() { return static_cast(offsetof(SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21, ___mode_1)); } inline uint32_t get_mode_1() const { return ___mode_1; } inline uint32_t* get_address_of_mode_1() { return &___mode_1; } inline void set_mode_1(uint32_t value) { ___mode_1 = value; } inline static int32_t get_offset_of_exinfo_2() { return static_cast(offsetof(SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21, ___exinfo_2)); } inline CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B get_exinfo_2() const { return ___exinfo_2; } inline CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * get_address_of_exinfo_2() { return &___exinfo_2; } inline void set_exinfo_2(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B value) { ___exinfo_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___exinfo_2))->___pcmreadcallback_11), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___exinfo_2))->___pcmsetposcallback_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___exinfo_2))->___nonblockcallback_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___exinfo_2))->___fileuseropen_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___exinfo_2))->___fileuserclose_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___exinfo_2))->___fileuserread_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___exinfo_2))->___fileuserseek_22), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___exinfo_2))->___fileuserasyncread_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___exinfo_2))->___fileuserasynccancel_24), (void*)NULL); #endif } inline static int32_t get_offset_of_subsoundindex_3() { return static_cast(offsetof(SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21, ___subsoundindex_3)); } inline int32_t get_subsoundindex_3() const { return ___subsoundindex_3; } inline int32_t* get_address_of_subsoundindex_3() { return &___subsoundindex_3; } inline void set_subsoundindex_3(int32_t value) { ___subsoundindex_3 = value; } }; // Native definition for P/Invoke marshalling of FMOD.Studio.SOUND_INFO struct SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_pinvoke { intptr_t ___name_or_data_0; uint32_t ___mode_1; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke ___exinfo_2; int32_t ___subsoundindex_3; }; // Native definition for COM marshalling of FMOD.Studio.SOUND_INFO struct SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_com { intptr_t ___name_or_data_0; uint32_t ___mode_1; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_com ___exinfo_2; int32_t ___subsoundindex_3; }; // FMOD.SOUND_NONBLOCK_CALLBACK struct SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568 : public MulticastDelegate_t { public: public: }; // FMOD.SOUND_PCMREAD_CALLBACK struct SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331 : public MulticastDelegate_t { public: public: }; // FMOD.SOUND_PCMSETPOS_CALLBACK struct SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69 : public MulticastDelegate_t { public: public: }; // FMOD.SYSTEM_CALLBACK struct SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 : public MulticastDelegate_t { public: public: }; // FMOD.Studio.SYSTEM_CALLBACK struct SYSTEM_CALLBACK_tAC95078FE937EE93C1AD6CA0DD09DB016BBA843C : public MulticastDelegate_t { public: public: }; // FMODUnity.Settings struct Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE : public ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A { public: // System.Boolean FMODUnity.Settings::HasSourceProject bool ___HasSourceProject_8; // System.Boolean FMODUnity.Settings::HasPlatforms bool ___HasPlatforms_9; // System.String FMODUnity.Settings::sourceProjectPath String_t* ___sourceProjectPath_10; // System.String FMODUnity.Settings::sourceBankPath String_t* ___sourceBankPath_11; // System.String FMODUnity.Settings::SourceBankPathUnformatted String_t* ___SourceBankPathUnformatted_12; // System.Int32 FMODUnity.Settings::BankRefreshCooldown int32_t ___BankRefreshCooldown_13; // System.Boolean FMODUnity.Settings::ShowBankRefreshWindow bool ___ShowBankRefreshWindow_14; // System.Boolean FMODUnity.Settings::AutomaticEventLoading bool ___AutomaticEventLoading_17; // FMODUnity.BankLoadType FMODUnity.Settings::BankLoadType int32_t ___BankLoadType_18; // System.Boolean FMODUnity.Settings::AutomaticSampleLoading bool ___AutomaticSampleLoading_19; // System.String FMODUnity.Settings::EncryptionKey String_t* ___EncryptionKey_20; // FMODUnity.ImportType FMODUnity.Settings::ImportType int32_t ___ImportType_21; // System.String FMODUnity.Settings::TargetAssetPath String_t* ___TargetAssetPath_22; // System.String FMODUnity.Settings::TargetBankFolder String_t* ___TargetBankFolder_23; // FMODUnity.EventLinkage FMODUnity.Settings::EventLinkage int32_t ___EventLinkage_24; // FMOD.DEBUG_FLAGS FMODUnity.Settings::LoggingLevel uint32_t ___LoggingLevel_25; // System.Collections.Generic.List`1 FMODUnity.Settings::SpeakerModeSettings List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * ___SpeakerModeSettings_26; // System.Collections.Generic.List`1 FMODUnity.Settings::SampleRateSettings List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * ___SampleRateSettings_27; // System.Collections.Generic.List`1 FMODUnity.Settings::LiveUpdateSettings List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * ___LiveUpdateSettings_28; // System.Collections.Generic.List`1 FMODUnity.Settings::OverlaySettings List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * ___OverlaySettings_29; // System.Collections.Generic.List`1 FMODUnity.Settings::LoggingSettings List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * ___LoggingSettings_30; // System.Collections.Generic.List`1 FMODUnity.Settings::BankDirectorySettings List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158 * ___BankDirectorySettings_31; // System.Collections.Generic.List`1 FMODUnity.Settings::VirtualChannelSettings List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * ___VirtualChannelSettings_32; // System.Collections.Generic.List`1 FMODUnity.Settings::RealChannelSettings List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * ___RealChannelSettings_33; // System.Collections.Generic.List`1 FMODUnity.Settings::Plugins List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___Plugins_34; // System.Collections.Generic.List`1 FMODUnity.Settings::MasterBanks List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___MasterBanks_35; // System.Collections.Generic.List`1 FMODUnity.Settings::Banks List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___Banks_36; // System.Collections.Generic.List`1 FMODUnity.Settings::BanksToLoad List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___BanksToLoad_37; // System.UInt16 FMODUnity.Settings::LiveUpdatePort uint16_t ___LiveUpdatePort_38; // System.Boolean FMODUnity.Settings::EnableMemoryTracking bool ___EnableMemoryTracking_39; // System.Boolean FMODUnity.Settings::AndroidUseOBB bool ___AndroidUseOBB_40; // FMODUnity.MeterChannelOrderingType FMODUnity.Settings::MeterChannelOrdering int32_t ___MeterChannelOrdering_41; // System.Boolean FMODUnity.Settings::StopEventsOutsideMaxDistance bool ___StopEventsOutsideMaxDistance_42; // System.Boolean FMODUnity.Settings::BoltUnitOptionsBuildPending bool ___BoltUnitOptionsBuildPending_43; // System.Boolean FMODUnity.Settings::EnableErrorCallback bool ___EnableErrorCallback_44; // FMODUnity.Settings/SharedLibraryUpdateStages FMODUnity.Settings::SharedLibraryUpdateStage int32_t ___SharedLibraryUpdateStage_45; // System.Double FMODUnity.Settings::SharedLibraryTimeSinceStart double ___SharedLibraryTimeSinceStart_46; // System.Int32 FMODUnity.Settings::CurrentVersion int32_t ___CurrentVersion_47; // System.Boolean FMODUnity.Settings::HideSetupWizard bool ___HideSetupWizard_48; // System.Int32 FMODUnity.Settings::LastEventReferenceScanVersion int32_t ___LastEventReferenceScanVersion_49; // System.Collections.Generic.List`1 FMODUnity.Settings::Platforms List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * ___Platforms_50; // System.Collections.Generic.Dictionary`2> FMODUnity.Settings::PlatformForRuntimePlatform Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 * ___PlatformForRuntimePlatform_51; // FMODUnity.Platform FMODUnity.Settings::DefaultPlatform Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___DefaultPlatform_52; // FMODUnity.Platform FMODUnity.Settings::PlayInEditorPlatform Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___PlayInEditorPlatform_53; // System.Boolean FMODUnity.Settings::hasLoaded bool ___hasLoaded_55; public: inline static int32_t get_offset_of_HasSourceProject_8() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___HasSourceProject_8)); } inline bool get_HasSourceProject_8() const { return ___HasSourceProject_8; } inline bool* get_address_of_HasSourceProject_8() { return &___HasSourceProject_8; } inline void set_HasSourceProject_8(bool value) { ___HasSourceProject_8 = value; } inline static int32_t get_offset_of_HasPlatforms_9() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___HasPlatforms_9)); } inline bool get_HasPlatforms_9() const { return ___HasPlatforms_9; } inline bool* get_address_of_HasPlatforms_9() { return &___HasPlatforms_9; } inline void set_HasPlatforms_9(bool value) { ___HasPlatforms_9 = value; } inline static int32_t get_offset_of_sourceProjectPath_10() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___sourceProjectPath_10)); } inline String_t* get_sourceProjectPath_10() const { return ___sourceProjectPath_10; } inline String_t** get_address_of_sourceProjectPath_10() { return &___sourceProjectPath_10; } inline void set_sourceProjectPath_10(String_t* value) { ___sourceProjectPath_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceProjectPath_10), (void*)value); } inline static int32_t get_offset_of_sourceBankPath_11() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___sourceBankPath_11)); } inline String_t* get_sourceBankPath_11() const { return ___sourceBankPath_11; } inline String_t** get_address_of_sourceBankPath_11() { return &___sourceBankPath_11; } inline void set_sourceBankPath_11(String_t* value) { ___sourceBankPath_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceBankPath_11), (void*)value); } inline static int32_t get_offset_of_SourceBankPathUnformatted_12() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___SourceBankPathUnformatted_12)); } inline String_t* get_SourceBankPathUnformatted_12() const { return ___SourceBankPathUnformatted_12; } inline String_t** get_address_of_SourceBankPathUnformatted_12() { return &___SourceBankPathUnformatted_12; } inline void set_SourceBankPathUnformatted_12(String_t* value) { ___SourceBankPathUnformatted_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SourceBankPathUnformatted_12), (void*)value); } inline static int32_t get_offset_of_BankRefreshCooldown_13() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___BankRefreshCooldown_13)); } inline int32_t get_BankRefreshCooldown_13() const { return ___BankRefreshCooldown_13; } inline int32_t* get_address_of_BankRefreshCooldown_13() { return &___BankRefreshCooldown_13; } inline void set_BankRefreshCooldown_13(int32_t value) { ___BankRefreshCooldown_13 = value; } inline static int32_t get_offset_of_ShowBankRefreshWindow_14() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___ShowBankRefreshWindow_14)); } inline bool get_ShowBankRefreshWindow_14() const { return ___ShowBankRefreshWindow_14; } inline bool* get_address_of_ShowBankRefreshWindow_14() { return &___ShowBankRefreshWindow_14; } inline void set_ShowBankRefreshWindow_14(bool value) { ___ShowBankRefreshWindow_14 = value; } inline static int32_t get_offset_of_AutomaticEventLoading_17() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___AutomaticEventLoading_17)); } inline bool get_AutomaticEventLoading_17() const { return ___AutomaticEventLoading_17; } inline bool* get_address_of_AutomaticEventLoading_17() { return &___AutomaticEventLoading_17; } inline void set_AutomaticEventLoading_17(bool value) { ___AutomaticEventLoading_17 = value; } inline static int32_t get_offset_of_BankLoadType_18() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___BankLoadType_18)); } inline int32_t get_BankLoadType_18() const { return ___BankLoadType_18; } inline int32_t* get_address_of_BankLoadType_18() { return &___BankLoadType_18; } inline void set_BankLoadType_18(int32_t value) { ___BankLoadType_18 = value; } inline static int32_t get_offset_of_AutomaticSampleLoading_19() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___AutomaticSampleLoading_19)); } inline bool get_AutomaticSampleLoading_19() const { return ___AutomaticSampleLoading_19; } inline bool* get_address_of_AutomaticSampleLoading_19() { return &___AutomaticSampleLoading_19; } inline void set_AutomaticSampleLoading_19(bool value) { ___AutomaticSampleLoading_19 = value; } inline static int32_t get_offset_of_EncryptionKey_20() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___EncryptionKey_20)); } inline String_t* get_EncryptionKey_20() const { return ___EncryptionKey_20; } inline String_t** get_address_of_EncryptionKey_20() { return &___EncryptionKey_20; } inline void set_EncryptionKey_20(String_t* value) { ___EncryptionKey_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionKey_20), (void*)value); } inline static int32_t get_offset_of_ImportType_21() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___ImportType_21)); } inline int32_t get_ImportType_21() const { return ___ImportType_21; } inline int32_t* get_address_of_ImportType_21() { return &___ImportType_21; } inline void set_ImportType_21(int32_t value) { ___ImportType_21 = value; } inline static int32_t get_offset_of_TargetAssetPath_22() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___TargetAssetPath_22)); } inline String_t* get_TargetAssetPath_22() const { return ___TargetAssetPath_22; } inline String_t** get_address_of_TargetAssetPath_22() { return &___TargetAssetPath_22; } inline void set_TargetAssetPath_22(String_t* value) { ___TargetAssetPath_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___TargetAssetPath_22), (void*)value); } inline static int32_t get_offset_of_TargetBankFolder_23() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___TargetBankFolder_23)); } inline String_t* get_TargetBankFolder_23() const { return ___TargetBankFolder_23; } inline String_t** get_address_of_TargetBankFolder_23() { return &___TargetBankFolder_23; } inline void set_TargetBankFolder_23(String_t* value) { ___TargetBankFolder_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___TargetBankFolder_23), (void*)value); } inline static int32_t get_offset_of_EventLinkage_24() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___EventLinkage_24)); } inline int32_t get_EventLinkage_24() const { return ___EventLinkage_24; } inline int32_t* get_address_of_EventLinkage_24() { return &___EventLinkage_24; } inline void set_EventLinkage_24(int32_t value) { ___EventLinkage_24 = value; } inline static int32_t get_offset_of_LoggingLevel_25() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___LoggingLevel_25)); } inline uint32_t get_LoggingLevel_25() const { return ___LoggingLevel_25; } inline uint32_t* get_address_of_LoggingLevel_25() { return &___LoggingLevel_25; } inline void set_LoggingLevel_25(uint32_t value) { ___LoggingLevel_25 = value; } inline static int32_t get_offset_of_SpeakerModeSettings_26() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___SpeakerModeSettings_26)); } inline List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * get_SpeakerModeSettings_26() const { return ___SpeakerModeSettings_26; } inline List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 ** get_address_of_SpeakerModeSettings_26() { return &___SpeakerModeSettings_26; } inline void set_SpeakerModeSettings_26(List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * value) { ___SpeakerModeSettings_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___SpeakerModeSettings_26), (void*)value); } inline static int32_t get_offset_of_SampleRateSettings_27() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___SampleRateSettings_27)); } inline List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * get_SampleRateSettings_27() const { return ___SampleRateSettings_27; } inline List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 ** get_address_of_SampleRateSettings_27() { return &___SampleRateSettings_27; } inline void set_SampleRateSettings_27(List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * value) { ___SampleRateSettings_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___SampleRateSettings_27), (void*)value); } inline static int32_t get_offset_of_LiveUpdateSettings_28() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___LiveUpdateSettings_28)); } inline List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * get_LiveUpdateSettings_28() const { return ___LiveUpdateSettings_28; } inline List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 ** get_address_of_LiveUpdateSettings_28() { return &___LiveUpdateSettings_28; } inline void set_LiveUpdateSettings_28(List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * value) { ___LiveUpdateSettings_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___LiveUpdateSettings_28), (void*)value); } inline static int32_t get_offset_of_OverlaySettings_29() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___OverlaySettings_29)); } inline List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * get_OverlaySettings_29() const { return ___OverlaySettings_29; } inline List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 ** get_address_of_OverlaySettings_29() { return &___OverlaySettings_29; } inline void set_OverlaySettings_29(List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * value) { ___OverlaySettings_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___OverlaySettings_29), (void*)value); } inline static int32_t get_offset_of_LoggingSettings_30() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___LoggingSettings_30)); } inline List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * get_LoggingSettings_30() const { return ___LoggingSettings_30; } inline List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 ** get_address_of_LoggingSettings_30() { return &___LoggingSettings_30; } inline void set_LoggingSettings_30(List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * value) { ___LoggingSettings_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___LoggingSettings_30), (void*)value); } inline static int32_t get_offset_of_BankDirectorySettings_31() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___BankDirectorySettings_31)); } inline List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158 * get_BankDirectorySettings_31() const { return ___BankDirectorySettings_31; } inline List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158 ** get_address_of_BankDirectorySettings_31() { return &___BankDirectorySettings_31; } inline void set_BankDirectorySettings_31(List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158 * value) { ___BankDirectorySettings_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___BankDirectorySettings_31), (void*)value); } inline static int32_t get_offset_of_VirtualChannelSettings_32() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___VirtualChannelSettings_32)); } inline List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * get_VirtualChannelSettings_32() const { return ___VirtualChannelSettings_32; } inline List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 ** get_address_of_VirtualChannelSettings_32() { return &___VirtualChannelSettings_32; } inline void set_VirtualChannelSettings_32(List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * value) { ___VirtualChannelSettings_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___VirtualChannelSettings_32), (void*)value); } inline static int32_t get_offset_of_RealChannelSettings_33() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___RealChannelSettings_33)); } inline List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * get_RealChannelSettings_33() const { return ___RealChannelSettings_33; } inline List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 ** get_address_of_RealChannelSettings_33() { return &___RealChannelSettings_33; } inline void set_RealChannelSettings_33(List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * value) { ___RealChannelSettings_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___RealChannelSettings_33), (void*)value); } inline static int32_t get_offset_of_Plugins_34() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___Plugins_34)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_Plugins_34() const { return ___Plugins_34; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_Plugins_34() { return &___Plugins_34; } inline void set_Plugins_34(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___Plugins_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___Plugins_34), (void*)value); } inline static int32_t get_offset_of_MasterBanks_35() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___MasterBanks_35)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_MasterBanks_35() const { return ___MasterBanks_35; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_MasterBanks_35() { return &___MasterBanks_35; } inline void set_MasterBanks_35(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___MasterBanks_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___MasterBanks_35), (void*)value); } inline static int32_t get_offset_of_Banks_36() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___Banks_36)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_Banks_36() const { return ___Banks_36; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_Banks_36() { return &___Banks_36; } inline void set_Banks_36(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___Banks_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___Banks_36), (void*)value); } inline static int32_t get_offset_of_BanksToLoad_37() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___BanksToLoad_37)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_BanksToLoad_37() const { return ___BanksToLoad_37; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_BanksToLoad_37() { return &___BanksToLoad_37; } inline void set_BanksToLoad_37(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___BanksToLoad_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___BanksToLoad_37), (void*)value); } inline static int32_t get_offset_of_LiveUpdatePort_38() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___LiveUpdatePort_38)); } inline uint16_t get_LiveUpdatePort_38() const { return ___LiveUpdatePort_38; } inline uint16_t* get_address_of_LiveUpdatePort_38() { return &___LiveUpdatePort_38; } inline void set_LiveUpdatePort_38(uint16_t value) { ___LiveUpdatePort_38 = value; } inline static int32_t get_offset_of_EnableMemoryTracking_39() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___EnableMemoryTracking_39)); } inline bool get_EnableMemoryTracking_39() const { return ___EnableMemoryTracking_39; } inline bool* get_address_of_EnableMemoryTracking_39() { return &___EnableMemoryTracking_39; } inline void set_EnableMemoryTracking_39(bool value) { ___EnableMemoryTracking_39 = value; } inline static int32_t get_offset_of_AndroidUseOBB_40() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___AndroidUseOBB_40)); } inline bool get_AndroidUseOBB_40() const { return ___AndroidUseOBB_40; } inline bool* get_address_of_AndroidUseOBB_40() { return &___AndroidUseOBB_40; } inline void set_AndroidUseOBB_40(bool value) { ___AndroidUseOBB_40 = value; } inline static int32_t get_offset_of_MeterChannelOrdering_41() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___MeterChannelOrdering_41)); } inline int32_t get_MeterChannelOrdering_41() const { return ___MeterChannelOrdering_41; } inline int32_t* get_address_of_MeterChannelOrdering_41() { return &___MeterChannelOrdering_41; } inline void set_MeterChannelOrdering_41(int32_t value) { ___MeterChannelOrdering_41 = value; } inline static int32_t get_offset_of_StopEventsOutsideMaxDistance_42() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___StopEventsOutsideMaxDistance_42)); } inline bool get_StopEventsOutsideMaxDistance_42() const { return ___StopEventsOutsideMaxDistance_42; } inline bool* get_address_of_StopEventsOutsideMaxDistance_42() { return &___StopEventsOutsideMaxDistance_42; } inline void set_StopEventsOutsideMaxDistance_42(bool value) { ___StopEventsOutsideMaxDistance_42 = value; } inline static int32_t get_offset_of_BoltUnitOptionsBuildPending_43() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___BoltUnitOptionsBuildPending_43)); } inline bool get_BoltUnitOptionsBuildPending_43() const { return ___BoltUnitOptionsBuildPending_43; } inline bool* get_address_of_BoltUnitOptionsBuildPending_43() { return &___BoltUnitOptionsBuildPending_43; } inline void set_BoltUnitOptionsBuildPending_43(bool value) { ___BoltUnitOptionsBuildPending_43 = value; } inline static int32_t get_offset_of_EnableErrorCallback_44() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___EnableErrorCallback_44)); } inline bool get_EnableErrorCallback_44() const { return ___EnableErrorCallback_44; } inline bool* get_address_of_EnableErrorCallback_44() { return &___EnableErrorCallback_44; } inline void set_EnableErrorCallback_44(bool value) { ___EnableErrorCallback_44 = value; } inline static int32_t get_offset_of_SharedLibraryUpdateStage_45() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___SharedLibraryUpdateStage_45)); } inline int32_t get_SharedLibraryUpdateStage_45() const { return ___SharedLibraryUpdateStage_45; } inline int32_t* get_address_of_SharedLibraryUpdateStage_45() { return &___SharedLibraryUpdateStage_45; } inline void set_SharedLibraryUpdateStage_45(int32_t value) { ___SharedLibraryUpdateStage_45 = value; } inline static int32_t get_offset_of_SharedLibraryTimeSinceStart_46() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___SharedLibraryTimeSinceStart_46)); } inline double get_SharedLibraryTimeSinceStart_46() const { return ___SharedLibraryTimeSinceStart_46; } inline double* get_address_of_SharedLibraryTimeSinceStart_46() { return &___SharedLibraryTimeSinceStart_46; } inline void set_SharedLibraryTimeSinceStart_46(double value) { ___SharedLibraryTimeSinceStart_46 = value; } inline static int32_t get_offset_of_CurrentVersion_47() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___CurrentVersion_47)); } inline int32_t get_CurrentVersion_47() const { return ___CurrentVersion_47; } inline int32_t* get_address_of_CurrentVersion_47() { return &___CurrentVersion_47; } inline void set_CurrentVersion_47(int32_t value) { ___CurrentVersion_47 = value; } inline static int32_t get_offset_of_HideSetupWizard_48() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___HideSetupWizard_48)); } inline bool get_HideSetupWizard_48() const { return ___HideSetupWizard_48; } inline bool* get_address_of_HideSetupWizard_48() { return &___HideSetupWizard_48; } inline void set_HideSetupWizard_48(bool value) { ___HideSetupWizard_48 = value; } inline static int32_t get_offset_of_LastEventReferenceScanVersion_49() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___LastEventReferenceScanVersion_49)); } inline int32_t get_LastEventReferenceScanVersion_49() const { return ___LastEventReferenceScanVersion_49; } inline int32_t* get_address_of_LastEventReferenceScanVersion_49() { return &___LastEventReferenceScanVersion_49; } inline void set_LastEventReferenceScanVersion_49(int32_t value) { ___LastEventReferenceScanVersion_49 = value; } inline static int32_t get_offset_of_Platforms_50() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___Platforms_50)); } inline List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * get_Platforms_50() const { return ___Platforms_50; } inline List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 ** get_address_of_Platforms_50() { return &___Platforms_50; } inline void set_Platforms_50(List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * value) { ___Platforms_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___Platforms_50), (void*)value); } inline static int32_t get_offset_of_PlatformForRuntimePlatform_51() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___PlatformForRuntimePlatform_51)); } inline Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 * get_PlatformForRuntimePlatform_51() const { return ___PlatformForRuntimePlatform_51; } inline Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 ** get_address_of_PlatformForRuntimePlatform_51() { return &___PlatformForRuntimePlatform_51; } inline void set_PlatformForRuntimePlatform_51(Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 * value) { ___PlatformForRuntimePlatform_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___PlatformForRuntimePlatform_51), (void*)value); } inline static int32_t get_offset_of_DefaultPlatform_52() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___DefaultPlatform_52)); } inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * get_DefaultPlatform_52() const { return ___DefaultPlatform_52; } inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 ** get_address_of_DefaultPlatform_52() { return &___DefaultPlatform_52; } inline void set_DefaultPlatform_52(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * value) { ___DefaultPlatform_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultPlatform_52), (void*)value); } inline static int32_t get_offset_of_PlayInEditorPlatform_53() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___PlayInEditorPlatform_53)); } inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * get_PlayInEditorPlatform_53() const { return ___PlayInEditorPlatform_53; } inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 ** get_address_of_PlayInEditorPlatform_53() { return &___PlayInEditorPlatform_53; } inline void set_PlayInEditorPlatform_53(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * value) { ___PlayInEditorPlatform_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___PlayInEditorPlatform_53), (void*)value); } inline static int32_t get_offset_of_hasLoaded_55() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE, ___hasLoaded_55)); } inline bool get_hasLoaded_55() const { return ___hasLoaded_55; } inline bool* get_address_of_hasLoaded_55() { return &___hasLoaded_55; } inline void set_hasLoaded_55(bool value) { ___hasLoaded_55 = value; } }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // FMOD.Studio.USER_PROPERTY struct USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 { public: // FMOD.StringWrapper FMOD.Studio.USER_PROPERTY::name StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___name_0; // FMOD.Studio.USER_PROPERTY_TYPE FMOD.Studio.USER_PROPERTY::type int32_t ___type_1; // FMOD.Studio.Union_IntBoolFloatString FMOD.Studio.USER_PROPERTY::value Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294 ___value_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1, ___name_0)); } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 get_name_0() const { return ___name_0; } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 * get_address_of_name_0() { return &___name_0; } inline void set_name_0(StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 value) { ___name_0 = value; } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1, ___type_1)); } inline int32_t get_type_1() const { return ___type_1; } inline int32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(int32_t value) { ___type_1 = value; } inline static int32_t get_offset_of_value_2() { return static_cast(offsetof(USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1, ___value_2)); } inline Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294 get_value_2() const { return ___value_2; } inline Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294 * get_address_of_value_2() { return &___value_2; } inline void set_value_2(Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294 value) { ___value_2 = value; } }; // Native definition for P/Invoke marshalling of FMOD.Studio.USER_PROPERTY struct USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke { StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___name_0; int32_t ___type_1; Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_pinvoke ___value_2; }; // Native definition for COM marshalling of FMOD.Studio.USER_PROPERTY struct USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_com { StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___name_0; int32_t ___type_1; Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_com ___value_2; }; // FMODUnity.Platform/PropertyAccessors struct PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB : public RuntimeObject { public: public: }; // FMODUnity.Platform/PropertyBool struct PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 : public Property_1_tB4DC4D8A4B1A7885B188EF3DFCDA5F0FC8965C97 { public: public: }; // FMODUnity.Platform/PropertySpeakerMode struct PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF : public Property_1_tB7992A7FE9E273F12B5AD18F27A64E5FE522A31E { public: public: }; // UnityEngine.Collider2D struct Collider2D_tDDBF081328B83D21D0BA3B5036D77B32528BA722 : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // FMODUnity.PlatformDefault struct PlatformDefault_tDCBF760189750C7A6A4423F691E90C7C630FE695 : public Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 { public: public: }; // FMODUnity.PlatformPlayInEditor struct PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA : public Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 { public: public: }; // FMODUnity.Legacy/PlatformBoolSetting struct PlatformBoolSetting_t2E22BFCAF1E3F64C00B56A090BE84DFBBE2BA479 : public PlatformSetting_1_t488F3DFFD01BDD40FEF7B22BBE680BDF95A3E7F4 { public: public: }; // FMODUnity.Legacy/PlatformIntSetting struct PlatformIntSetting_t9864FB4E1B651288FBC26FB386A06161EBBE30D3 : public PlatformSetting_1_tF1F2D113743AE5690D9B0A53C4E5F73E58B88DD8 { public: public: }; // FMODUnity.Legacy/PlatformStringSetting struct PlatformStringSetting_t7610A0760778513396EEE9FCB60D43F202BAE4C8 : public PlatformSetting_1_tC0C6354C9D7B615166E2AD41980014E4939DC657 { public: public: }; // FMODUnity.EventHandler struct EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String FMODUnity.EventHandler::CollisionTag String_t* ___CollisionTag_4; public: inline static int32_t get_offset_of_CollisionTag_4() { return static_cast(offsetof(EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634, ___CollisionTag_4)); } inline String_t* get_CollisionTag_4() const { return ___CollisionTag_4; } inline String_t** get_address_of_CollisionTag_4() { return &___CollisionTag_4; } inline void set_CollisionTag_4(String_t* value) { ___CollisionTag_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___CollisionTag_4), (void*)value); } }; // FMODUnity.StudioBankLoader struct StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // FMODUnity.LoaderGameEvent FMODUnity.StudioBankLoader::LoadEvent int32_t ___LoadEvent_4; // FMODUnity.LoaderGameEvent FMODUnity.StudioBankLoader::UnloadEvent int32_t ___UnloadEvent_5; // System.Collections.Generic.List`1 FMODUnity.StudioBankLoader::Banks List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___Banks_6; // System.String FMODUnity.StudioBankLoader::CollisionTag String_t* ___CollisionTag_7; // System.Boolean FMODUnity.StudioBankLoader::PreloadSamples bool ___PreloadSamples_8; // System.Boolean FMODUnity.StudioBankLoader::isQuitting bool ___isQuitting_9; public: inline static int32_t get_offset_of_LoadEvent_4() { return static_cast(offsetof(StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3, ___LoadEvent_4)); } inline int32_t get_LoadEvent_4() const { return ___LoadEvent_4; } inline int32_t* get_address_of_LoadEvent_4() { return &___LoadEvent_4; } inline void set_LoadEvent_4(int32_t value) { ___LoadEvent_4 = value; } inline static int32_t get_offset_of_UnloadEvent_5() { return static_cast(offsetof(StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3, ___UnloadEvent_5)); } inline int32_t get_UnloadEvent_5() const { return ___UnloadEvent_5; } inline int32_t* get_address_of_UnloadEvent_5() { return &___UnloadEvent_5; } inline void set_UnloadEvent_5(int32_t value) { ___UnloadEvent_5 = value; } inline static int32_t get_offset_of_Banks_6() { return static_cast(offsetof(StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3, ___Banks_6)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_Banks_6() const { return ___Banks_6; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_Banks_6() { return &___Banks_6; } inline void set_Banks_6(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___Banks_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Banks_6), (void*)value); } inline static int32_t get_offset_of_CollisionTag_7() { return static_cast(offsetof(StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3, ___CollisionTag_7)); } inline String_t* get_CollisionTag_7() const { return ___CollisionTag_7; } inline String_t** get_address_of_CollisionTag_7() { return &___CollisionTag_7; } inline void set_CollisionTag_7(String_t* value) { ___CollisionTag_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___CollisionTag_7), (void*)value); } inline static int32_t get_offset_of_PreloadSamples_8() { return static_cast(offsetof(StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3, ___PreloadSamples_8)); } inline bool get_PreloadSamples_8() const { return ___PreloadSamples_8; } inline bool* get_address_of_PreloadSamples_8() { return &___PreloadSamples_8; } inline void set_PreloadSamples_8(bool value) { ___PreloadSamples_8 = value; } inline static int32_t get_offset_of_isQuitting_9() { return static_cast(offsetof(StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3, ___isQuitting_9)); } inline bool get_isQuitting_9() const { return ___isQuitting_9; } inline bool* get_address_of_isQuitting_9() { return &___isQuitting_9; } inline void set_isQuitting_9(bool value) { ___isQuitting_9 = value; } }; // FMODUnity.StudioListener struct StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Rigidbody FMODUnity.StudioListener::rigidBody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rigidBody_4; // UnityEngine.Rigidbody2D FMODUnity.StudioListener::rigidBody2D Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___rigidBody2D_5; // UnityEngine.GameObject FMODUnity.StudioListener::attenuationObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___attenuationObject_6; // System.Int32 FMODUnity.StudioListener::ListenerNumber int32_t ___ListenerNumber_7; public: inline static int32_t get_offset_of_rigidBody_4() { return static_cast(offsetof(StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC, ___rigidBody_4)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_rigidBody_4() const { return ___rigidBody_4; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_rigidBody_4() { return &___rigidBody_4; } inline void set_rigidBody_4(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___rigidBody_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___rigidBody_4), (void*)value); } inline static int32_t get_offset_of_rigidBody2D_5() { return static_cast(offsetof(StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC, ___rigidBody2D_5)); } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * get_rigidBody2D_5() const { return ___rigidBody2D_5; } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 ** get_address_of_rigidBody2D_5() { return &___rigidBody2D_5; } inline void set_rigidBody2D_5(Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * value) { ___rigidBody2D_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___rigidBody2D_5), (void*)value); } inline static int32_t get_offset_of_attenuationObject_6() { return static_cast(offsetof(StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC, ___attenuationObject_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_attenuationObject_6() const { return ___attenuationObject_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_attenuationObject_6() { return &___attenuationObject_6; } inline void set_attenuationObject_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___attenuationObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___attenuationObject_6), (void*)value); } inline static int32_t get_offset_of_ListenerNumber_7() { return static_cast(offsetof(StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC, ___ListenerNumber_7)); } inline int32_t get_ListenerNumber_7() const { return ___ListenerNumber_7; } inline int32_t* get_address_of_ListenerNumber_7() { return &___ListenerNumber_7; } inline void set_ListenerNumber_7(int32_t value) { ___ListenerNumber_7 = value; } }; // FMODUnity.StudioEventEmitter struct StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 : public EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 { public: // FMODUnity.EventReference FMODUnity.StudioEventEmitter::EventReference EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 ___EventReference_5; // System.String FMODUnity.StudioEventEmitter::Event String_t* ___Event_6; // FMODUnity.EmitterGameEvent FMODUnity.StudioEventEmitter::PlayEvent int32_t ___PlayEvent_7; // FMODUnity.EmitterGameEvent FMODUnity.StudioEventEmitter::StopEvent int32_t ___StopEvent_8; // System.Boolean FMODUnity.StudioEventEmitter::AllowFadeout bool ___AllowFadeout_9; // System.Boolean FMODUnity.StudioEventEmitter::TriggerOnce bool ___TriggerOnce_10; // System.Boolean FMODUnity.StudioEventEmitter::Preload bool ___Preload_11; // FMODUnity.ParamRef[] FMODUnity.StudioEventEmitter::Params ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* ___Params_12; // System.Boolean FMODUnity.StudioEventEmitter::OverrideAttenuation bool ___OverrideAttenuation_13; // System.Single FMODUnity.StudioEventEmitter::OverrideMinDistance float ___OverrideMinDistance_14; // System.Single FMODUnity.StudioEventEmitter::OverrideMaxDistance float ___OverrideMaxDistance_15; // FMOD.Studio.EventDescription FMODUnity.StudioEventEmitter::eventDescription EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D ___eventDescription_16; // FMOD.Studio.EventInstance FMODUnity.StudioEventEmitter::instance EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 ___instance_17; // System.Boolean FMODUnity.StudioEventEmitter::hasTriggered bool ___hasTriggered_18; // System.Boolean FMODUnity.StudioEventEmitter::isQuitting bool ___isQuitting_19; // System.Boolean FMODUnity.StudioEventEmitter::isOneshot bool ___isOneshot_20; // System.Collections.Generic.List`1 FMODUnity.StudioEventEmitter::cachedParams List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * ___cachedParams_21; // System.Boolean FMODUnity.StudioEventEmitter::k__BackingField bool ___U3CIsActiveU3Ek__BackingField_23; public: inline static int32_t get_offset_of_EventReference_5() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___EventReference_5)); } inline EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 get_EventReference_5() const { return ___EventReference_5; } inline EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 * get_address_of_EventReference_5() { return &___EventReference_5; } inline void set_EventReference_5(EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 value) { ___EventReference_5 = value; } inline static int32_t get_offset_of_Event_6() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___Event_6)); } inline String_t* get_Event_6() const { return ___Event_6; } inline String_t** get_address_of_Event_6() { return &___Event_6; } inline void set_Event_6(String_t* value) { ___Event_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Event_6), (void*)value); } inline static int32_t get_offset_of_PlayEvent_7() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___PlayEvent_7)); } inline int32_t get_PlayEvent_7() const { return ___PlayEvent_7; } inline int32_t* get_address_of_PlayEvent_7() { return &___PlayEvent_7; } inline void set_PlayEvent_7(int32_t value) { ___PlayEvent_7 = value; } inline static int32_t get_offset_of_StopEvent_8() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___StopEvent_8)); } inline int32_t get_StopEvent_8() const { return ___StopEvent_8; } inline int32_t* get_address_of_StopEvent_8() { return &___StopEvent_8; } inline void set_StopEvent_8(int32_t value) { ___StopEvent_8 = value; } inline static int32_t get_offset_of_AllowFadeout_9() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___AllowFadeout_9)); } inline bool get_AllowFadeout_9() const { return ___AllowFadeout_9; } inline bool* get_address_of_AllowFadeout_9() { return &___AllowFadeout_9; } inline void set_AllowFadeout_9(bool value) { ___AllowFadeout_9 = value; } inline static int32_t get_offset_of_TriggerOnce_10() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___TriggerOnce_10)); } inline bool get_TriggerOnce_10() const { return ___TriggerOnce_10; } inline bool* get_address_of_TriggerOnce_10() { return &___TriggerOnce_10; } inline void set_TriggerOnce_10(bool value) { ___TriggerOnce_10 = value; } inline static int32_t get_offset_of_Preload_11() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___Preload_11)); } inline bool get_Preload_11() const { return ___Preload_11; } inline bool* get_address_of_Preload_11() { return &___Preload_11; } inline void set_Preload_11(bool value) { ___Preload_11 = value; } inline static int32_t get_offset_of_Params_12() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___Params_12)); } inline ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* get_Params_12() const { return ___Params_12; } inline ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B** get_address_of_Params_12() { return &___Params_12; } inline void set_Params_12(ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* value) { ___Params_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Params_12), (void*)value); } inline static int32_t get_offset_of_OverrideAttenuation_13() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___OverrideAttenuation_13)); } inline bool get_OverrideAttenuation_13() const { return ___OverrideAttenuation_13; } inline bool* get_address_of_OverrideAttenuation_13() { return &___OverrideAttenuation_13; } inline void set_OverrideAttenuation_13(bool value) { ___OverrideAttenuation_13 = value; } inline static int32_t get_offset_of_OverrideMinDistance_14() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___OverrideMinDistance_14)); } inline float get_OverrideMinDistance_14() const { return ___OverrideMinDistance_14; } inline float* get_address_of_OverrideMinDistance_14() { return &___OverrideMinDistance_14; } inline void set_OverrideMinDistance_14(float value) { ___OverrideMinDistance_14 = value; } inline static int32_t get_offset_of_OverrideMaxDistance_15() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___OverrideMaxDistance_15)); } inline float get_OverrideMaxDistance_15() const { return ___OverrideMaxDistance_15; } inline float* get_address_of_OverrideMaxDistance_15() { return &___OverrideMaxDistance_15; } inline void set_OverrideMaxDistance_15(float value) { ___OverrideMaxDistance_15 = value; } inline static int32_t get_offset_of_eventDescription_16() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___eventDescription_16)); } inline EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D get_eventDescription_16() const { return ___eventDescription_16; } inline EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * get_address_of_eventDescription_16() { return &___eventDescription_16; } inline void set_eventDescription_16(EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D value) { ___eventDescription_16 = value; } inline static int32_t get_offset_of_instance_17() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___instance_17)); } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 get_instance_17() const { return ___instance_17; } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * get_address_of_instance_17() { return &___instance_17; } inline void set_instance_17(EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 value) { ___instance_17 = value; } inline static int32_t get_offset_of_hasTriggered_18() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___hasTriggered_18)); } inline bool get_hasTriggered_18() const { return ___hasTriggered_18; } inline bool* get_address_of_hasTriggered_18() { return &___hasTriggered_18; } inline void set_hasTriggered_18(bool value) { ___hasTriggered_18 = value; } inline static int32_t get_offset_of_isQuitting_19() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___isQuitting_19)); } inline bool get_isQuitting_19() const { return ___isQuitting_19; } inline bool* get_address_of_isQuitting_19() { return &___isQuitting_19; } inline void set_isQuitting_19(bool value) { ___isQuitting_19 = value; } inline static int32_t get_offset_of_isOneshot_20() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___isOneshot_20)); } inline bool get_isOneshot_20() const { return ___isOneshot_20; } inline bool* get_address_of_isOneshot_20() { return &___isOneshot_20; } inline void set_isOneshot_20(bool value) { ___isOneshot_20 = value; } inline static int32_t get_offset_of_cachedParams_21() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___cachedParams_21)); } inline List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * get_cachedParams_21() const { return ___cachedParams_21; } inline List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 ** get_address_of_cachedParams_21() { return &___cachedParams_21; } inline void set_cachedParams_21(List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * value) { ___cachedParams_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedParams_21), (void*)value); } inline static int32_t get_offset_of_U3CIsActiveU3Ek__BackingField_23() { return static_cast(offsetof(StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34, ___U3CIsActiveU3Ek__BackingField_23)); } inline bool get_U3CIsActiveU3Ek__BackingField_23() const { return ___U3CIsActiveU3Ek__BackingField_23; } inline bool* get_address_of_U3CIsActiveU3Ek__BackingField_23() { return &___U3CIsActiveU3Ek__BackingField_23; } inline void set_U3CIsActiveU3Ek__BackingField_23(bool value) { ___U3CIsActiveU3Ek__BackingField_23 = value; } }; // FMODUnity.StudioGlobalParameterTrigger struct StudioGlobalParameterTrigger_t7AF45683CD487893636F8F5EBF8CA1581229206C : public EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 { public: // System.String FMODUnity.StudioGlobalParameterTrigger::parameter String_t* ___parameter_5; // FMODUnity.EmitterGameEvent FMODUnity.StudioGlobalParameterTrigger::TriggerEvent int32_t ___TriggerEvent_6; // System.Single FMODUnity.StudioGlobalParameterTrigger::value float ___value_7; // FMOD.Studio.PARAMETER_DESCRIPTION FMODUnity.StudioGlobalParameterTrigger::parameterDescription PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B ___parameterDescription_8; public: inline static int32_t get_offset_of_parameter_5() { return static_cast(offsetof(StudioGlobalParameterTrigger_t7AF45683CD487893636F8F5EBF8CA1581229206C, ___parameter_5)); } inline String_t* get_parameter_5() const { return ___parameter_5; } inline String_t** get_address_of_parameter_5() { return &___parameter_5; } inline void set_parameter_5(String_t* value) { ___parameter_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameter_5), (void*)value); } inline static int32_t get_offset_of_TriggerEvent_6() { return static_cast(offsetof(StudioGlobalParameterTrigger_t7AF45683CD487893636F8F5EBF8CA1581229206C, ___TriggerEvent_6)); } inline int32_t get_TriggerEvent_6() const { return ___TriggerEvent_6; } inline int32_t* get_address_of_TriggerEvent_6() { return &___TriggerEvent_6; } inline void set_TriggerEvent_6(int32_t value) { ___TriggerEvent_6 = value; } inline static int32_t get_offset_of_value_7() { return static_cast(offsetof(StudioGlobalParameterTrigger_t7AF45683CD487893636F8F5EBF8CA1581229206C, ___value_7)); } inline float get_value_7() const { return ___value_7; } inline float* get_address_of_value_7() { return &___value_7; } inline void set_value_7(float value) { ___value_7 = value; } inline static int32_t get_offset_of_parameterDescription_8() { return static_cast(offsetof(StudioGlobalParameterTrigger_t7AF45683CD487893636F8F5EBF8CA1581229206C, ___parameterDescription_8)); } inline PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B get_parameterDescription_8() const { return ___parameterDescription_8; } inline PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * get_address_of_parameterDescription_8() { return &___parameterDescription_8; } inline void set_parameterDescription_8(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B value) { ___parameterDescription_8 = value; } }; // FMODUnity.StudioParameterTrigger struct StudioParameterTrigger_t1823479A7EC8918A87BC54D42BCFD4C5950B6AA2 : public EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 { public: // FMODUnity.EmitterRef[] FMODUnity.StudioParameterTrigger::Emitters EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2* ___Emitters_5; // FMODUnity.EmitterGameEvent FMODUnity.StudioParameterTrigger::TriggerEvent int32_t ___TriggerEvent_6; public: inline static int32_t get_offset_of_Emitters_5() { return static_cast(offsetof(StudioParameterTrigger_t1823479A7EC8918A87BC54D42BCFD4C5950B6AA2, ___Emitters_5)); } inline EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2* get_Emitters_5() const { return ___Emitters_5; } inline EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2** get_address_of_Emitters_5() { return &___Emitters_5; } inline void set_Emitters_5(EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2* value) { ___Emitters_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Emitters_5), (void*)value); } inline static int32_t get_offset_of_TriggerEvent_6() { return static_cast(offsetof(StudioParameterTrigger_t1823479A7EC8918A87BC54D42BCFD4C5950B6AA2, ___TriggerEvent_6)); } inline int32_t get_TriggerEvent_6() const { return ___TriggerEvent_6; } inline int32_t* get_address_of_TriggerEvent_6() { return &___TriggerEvent_6; } inline void set_TriggerEvent_6(int32_t value) { ___TriggerEvent_6 = value; } }; // System.Object // System.Object // System.Collections.Generic.Dictionary`2> // System.Collections.Generic.Dictionary`2> // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57_StaticFields, ____emptyArray_5)); } inline ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* get__emptyArray_5() const { return ____emptyArray_5; } inline ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112_StaticFields, ____emptyArray_5)); } inline PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933* get__emptyArray_5() const { return ____emptyArray_5; } inline PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ThreadTypeU5BU5D_t2243EF3BF541EC7639D75AC642761856CF0D28BB* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2_StaticFields, ____emptyArray_5)); } inline ThreadTypeU5BU5D_t2243EF3BF541EC7639D75AC642761856CF0D28BB* get__emptyArray_5() const { return ____emptyArray_5; } inline ThreadTypeU5BU5D_t2243EF3BF541EC7639D75AC642761856CF0D28BB** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ThreadTypeU5BU5D_t2243EF3BF541EC7639D75AC642761856CF0D28BB* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PlatformBoolSettingU5BU5D_tD1A8439887BA2387DDF582AEF1690FE2312E57C4* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853_StaticFields, ____emptyArray_5)); } inline PlatformBoolSettingU5BU5D_tD1A8439887BA2387DDF582AEF1690FE2312E57C4* get__emptyArray_5() const { return ____emptyArray_5; } inline PlatformBoolSettingU5BU5D_tD1A8439887BA2387DDF582AEF1690FE2312E57C4** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PlatformBoolSettingU5BU5D_tD1A8439887BA2387DDF582AEF1690FE2312E57C4* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PlatformIntSettingU5BU5D_t2A46185A758DCDD06B00779917017332F1724499* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16_StaticFields, ____emptyArray_5)); } inline PlatformIntSettingU5BU5D_t2A46185A758DCDD06B00779917017332F1724499* get__emptyArray_5() const { return ____emptyArray_5; } inline PlatformIntSettingU5BU5D_t2A46185A758DCDD06B00779917017332F1724499** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PlatformIntSettingU5BU5D_t2A46185A758DCDD06B00779917017332F1724499* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PlatformStringSettingU5BU5D_t43E07E99168B79D92D9BBE285033D3F17928F8CE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158_StaticFields, ____emptyArray_5)); } inline PlatformStringSettingU5BU5D_t43E07E99168B79D92D9BBE285033D3F17928F8CE* get__emptyArray_5() const { return ____emptyArray_5; } inline PlatformStringSettingU5BU5D_t43E07E99168B79D92D9BBE285033D3F17928F8CE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PlatformStringSettingU5BU5D_t43E07E99168B79D92D9BBE285033D3F17928F8CE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tEED496086F5D313E88CAE4C98A12681F4B542321_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tEED496086F5D313E88CAE4C98A12681F4B542321_StaticFields, ____emptyArray_5)); } inline PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359* get__emptyArray_5() const { return ____emptyArray_5; } inline PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ThreadSafeEncodingU5BU5D_t3182668DC688D2F2440825FF0E69AFA374EE2476* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0_StaticFields, ____emptyArray_5)); } inline ThreadSafeEncodingU5BU5D_t3182668DC688D2F2440825FF0E69AFA374EE2476* get__emptyArray_5() const { return ____emptyArray_5; } inline ThreadSafeEncodingU5BU5D_t3182668DC688D2F2440825FF0E69AFA374EE2476** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ThreadSafeEncodingU5BU5D_t3182668DC688D2F2440825FF0E69AFA374EE2476* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // FMODUnity.Platform/Property`1> // FMODUnity.Platform/Property`1> // FMODUnity.Platform/Property`1> // FMODUnity.Platform/Property`1> // FMODUnity.Platform/Property`1 // FMODUnity.Platform/Property`1 // FMODUnity.Platform/Property`1 // FMODUnity.Platform/Property`1 // FMODUnity.Platform/Property`1 // FMODUnity.Platform/Property`1 struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // FMODUnity.EmitterRef // FMODUnity.EmitterRef // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_15; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_15)); } inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; } inline void set_s_InternalSyncObject_15(RuntimeObject * value) { ___s_InternalSyncObject_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value); } }; // System.Text.Encoding // System.Reflection.MemberInfo // System.Reflection.MemberInfo // FMODUnity.RuntimeUtils // FMODUnity.RuntimeUtils // FMOD.Studio.STUDIO_VERSION // FMOD.Studio.STUDIO_VERSION // System.String struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.String // FMOD.StringHelper struct StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_StaticFields { public: // System.Collections.Generic.List`1 FMOD.StringHelper::encoders List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * ___encoders_0; public: inline static int32_t get_offset_of_encoders_0() { return static_cast(offsetof(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_StaticFields, ___encoders_0)); } inline List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * get_encoders_0() const { return ___encoders_0; } inline List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 ** get_address_of_encoders_0() { return &___encoders_0; } inline void set_encoders_0(List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * value) { ___encoders_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoders_0), (void*)value); } }; // FMOD.StringHelper // FMOD.VERSION // FMOD.VERSION // System.ValueType // System.ValueType // FMODUnity.Platform/PropertyStorage // FMODUnity.Platform/PropertyStorage // FMODUnity.RuntimeManager/GuidComparer // FMODUnity.RuntimeManager/GuidComparer // FMODUnity.Settings/<>c struct U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields { public: // FMODUnity.Settings/<>c FMODUnity.Settings/<>c::<>9 U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 * ___U3CU3E9_0; // System.Comparison`1 FMODUnity.Settings/<>c::<>9__77_0 Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A * ___U3CU3E9__77_0_1; // System.Func`2 FMODUnity.Settings/<>c::<>9__87_0 Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * ___U3CU3E9__87_0_2; // System.Func`2 FMODUnity.Settings/<>c::<>9__87_1 Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * ___U3CU3E9__87_1_3; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__77_0_1() { return static_cast(offsetof(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields, ___U3CU3E9__77_0_1)); } inline Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A * get_U3CU3E9__77_0_1() const { return ___U3CU3E9__77_0_1; } inline Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A ** get_address_of_U3CU3E9__77_0_1() { return &___U3CU3E9__77_0_1; } inline void set_U3CU3E9__77_0_1(Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A * value) { ___U3CU3E9__77_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__77_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__87_0_2() { return static_cast(offsetof(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields, ___U3CU3E9__87_0_2)); } inline Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * get_U3CU3E9__87_0_2() const { return ___U3CU3E9__87_0_2; } inline Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 ** get_address_of_U3CU3E9__87_0_2() { return &___U3CU3E9__87_0_2; } inline void set_U3CU3E9__87_0_2(Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * value) { ___U3CU3E9__87_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__87_0_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__87_1_3() { return static_cast(offsetof(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields, ___U3CU3E9__87_1_3)); } inline Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * get_U3CU3E9__87_1_3() const { return ___U3CU3E9__87_1_3; } inline Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 ** get_address_of_U3CU3E9__87_1_3() { return &___U3CU3E9__87_1_3; } inline void set_U3CU3E9__87_1_3(Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * value) { ___U3CU3E9__87_1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__87_1_3), (void*)value); } }; // FMODUnity.Settings/<>c // FMODUnity.Settings/<>c__DisplayClass75_0 // FMODUnity.Settings/<>c__DisplayClass75_0 // FMODUnity.StudioEventEmitter/<>c__DisplayClass37_0 // FMODUnity.StudioEventEmitter/<>c__DisplayClass37_0 // FMODUnity.Platform/PropertyAccessors/<>c struct U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields { public: // FMODUnity.Platform/PropertyAccessors/<>c FMODUnity.Platform/PropertyAccessors/<>c::<>9 U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // FMODUnity.Platform/PropertyAccessors/<>c // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // FMODUnity.Platform/PropertyAccessor`1> // FMODUnity.Platform/PropertyAccessor`1> // FMODUnity.Platform/PropertyAccessor`1 // FMODUnity.Platform/PropertyAccessor`1 // FMODUnity.Platform/PropertyAccessor`1 // FMODUnity.Platform/PropertyAccessor`1 // FMODUnity.Platform/PropertyAccessor`1 // FMODUnity.Platform/PropertyAccessor`1 // FMODUnity.Platform/PropertyAccessor`1 // FMODUnity.Platform/PropertyAccessor`1 // FMOD.Studio.BUFFER_INFO // FMOD.Studio.BUFFER_INFO // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Boolean // System.Byte // System.Byte // FMOD.CPU_USAGE // FMOD.CPU_USAGE // FMOD.Studio.CPU_USAGE // FMOD.Studio.CPU_USAGE // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Char // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // System.Enum // System.Runtime.InteropServices.GCHandle // System.Runtime.InteropServices.GCHandle // FMOD.GUID // FMOD.GUID // System.Guid struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)value); } }; // System.Guid // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.IntPtr // FMOD.Studio.MEMORY_USAGE // FMOD.Studio.MEMORY_USAGE // FMOD.Studio.PARAMETER_ID // FMOD.Studio.PARAMETER_ID // FMOD.REVERB_PROPERTIES // FMOD.REVERB_PROPERTIES // System.Single // System.Single // FMOD.Studio.TIMELINE_BEAT_PROPERTIES // FMOD.Studio.TIMELINE_BEAT_PROPERTIES // FMOD.Thread // FMOD.Thread // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // System.UInt64 // System.UInt64 // System.Text.UTF8Encoding // System.Text.UTF8Encoding // FMOD.Studio.Util // FMOD.Studio.Util // FMOD.VECTOR // FMOD.VECTOR // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector2 // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector3 // System.Void // System.Void // FMODUnity.Platform/PropertyCallbackHandler // FMODUnity.Platform/PropertyCallbackHandler // FMODUnity.Platform/PropertyInt // FMODUnity.Platform/PropertyInt // FMODUnity.Platform/PropertyString // FMODUnity.Platform/PropertyString // FMODUnity.Platform/PropertyStringList // FMODUnity.Platform/PropertyStringList // FMODUnity.Platform/PropertyThreadAffinityList // FMODUnity.Platform/PropertyThreadAffinityList // FMODUnity.Settings/PlatformTemplate // FMODUnity.Settings/PlatformTemplate // FMOD.Studio.ADVANCEDSETTINGS // FMOD.Studio.ADVANCEDSETTINGS // FMOD.ATTRIBUTES_3D // FMOD.ATTRIBUTES_3D // FMOD.Studio.BANK_INFO // FMOD.Studio.BANK_INFO // FMOD.Studio.BUFFER_USAGE // FMOD.Studio.BUFFER_USAGE // FMOD.Studio.Bank // FMOD.Studio.Bank // FMODUnity.BankLoadType // FMODUnity.BankLoadType // System.Reflection.BindingFlags // System.Reflection.BindingFlags // FMOD.Studio.Bus // FMOD.Studio.Bus // FMOD.CHANNELORDER // FMOD.CHANNELORDER // FMOD.Studio.COMMANDCAPTURE_FLAGS // FMOD.Studio.COMMANDCAPTURE_FLAGS // FMOD.Studio.COMMANDREPLAY_FLAGS // FMOD.Studio.COMMANDREPLAY_FLAGS // FMOD.Channel // FMOD.Channel // FMOD.ChannelGroup // FMOD.ChannelGroup // FMOD.Studio.CommandReplay // FMOD.Studio.CommandReplay // FMOD.DEBUG_FLAGS // FMOD.DEBUG_FLAGS // FMOD.DRIVER_STATE // FMOD.DRIVER_STATE // FMOD.DSP // FMOD.DSP // FMOD.DSP_DESCRIPTION // FMOD.DSP_DESCRIPTION // FMOD.DSP_RESAMPLER // FMOD.DSP_RESAMPLER // FMOD.DSP_TYPE // FMOD.DSP_TYPE // System.Delegate // System.Delegate // FMOD.Studio.EVENT_PROPERTY // FMOD.Studio.EVENT_PROPERTY // FMODUnity.EmitterGameEvent // FMODUnity.EmitterGameEvent // FMOD.Studio.EventDescription // FMOD.Studio.EventDescription // FMOD.Studio.EventInstance // FMOD.Studio.EventInstance // FMODUnity.EventLinkage // FMODUnity.EventLinkage // FMODUnity.EventReference // FMODUnity.EventReference // System.Exception struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // System.Exception // System.Runtime.InteropServices.GCHandleType // System.Runtime.InteropServices.GCHandleType // FMOD.Geometry // FMOD.Geometry // FMOD.INITFLAGS // FMOD.INITFLAGS // FMOD.Studio.INITFLAGS // FMOD.Studio.INITFLAGS // FMODUnity.ImportType // FMODUnity.ImportType // System.Int32Enum // System.Int32Enum // FMOD.Studio.LOAD_BANK_FLAGS // FMOD.Studio.LOAD_BANK_FLAGS // FMOD.Studio.LOAD_MEMORY_MODE // FMOD.Studio.LOAD_MEMORY_MODE // FMODUnity.LoaderGameEvent // FMODUnity.LoaderGameEvent // FMOD.MODE // FMOD.MODE // FMODUnity.MeterChannelOrderingType // FMODUnity.MeterChannelOrderingType // FMOD.OPENSTATE // FMOD.OPENSTATE // FMOD.OUTPUTTYPE // FMOD.OUTPUTTYPE // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // UnityEngine.Object // FMOD.Studio.PARAMETER_FLAGS // FMOD.Studio.PARAMETER_FLAGS // FMOD.Studio.PARAMETER_TYPE // FMOD.Studio.PARAMETER_TYPE // FMOD.Studio.PLAYBACK_STATE // FMOD.Studio.PLAYBACK_STATE // FMOD.PLUGINTYPE // FMOD.PLUGINTYPE // FMOD.PORT_TYPE // FMOD.PORT_TYPE // FMODUnity.ParamRef // FMODUnity.ParamRef // FMOD.RESULT // FMOD.RESULT // FMOD.Reverb3D // FMOD.Reverb3D // UnityEngine.RuntimePlatform // UnityEngine.RuntimePlatform // System.RuntimeTypeHandle // System.RuntimeTypeHandle // FMOD.SOUNDGROUP_BEHAVIOR // FMOD.SOUNDGROUP_BEHAVIOR // FMOD.SOUND_FORMAT // FMOD.SOUND_FORMAT // FMOD.SOUND_TYPE // FMOD.SOUND_TYPE // FMOD.SPEAKER // FMOD.SPEAKER // FMOD.SPEAKERMODE // FMOD.SPEAKERMODE // FMOD.Studio.STOP_MODE // FMOD.Studio.STOP_MODE // FMODUnity.STOP_MODE // FMODUnity.STOP_MODE // FMOD.SYSTEM_CALLBACK_TYPE // FMOD.SYSTEM_CALLBACK_TYPE // FMOD.Studio.SYSTEM_CALLBACK_TYPE // FMOD.Studio.SYSTEM_CALLBACK_TYPE // FMOD.Sound // FMOD.Sound // FMOD.SoundGroup // FMOD.SoundGroup // FMOD.StringWrapper // FMOD.StringWrapper // FMOD.System // FMOD.System // FMOD.Studio.System // FMOD.Studio.System // FMOD.TAGDATATYPE // FMOD.TAGDATATYPE // FMOD.TAGTYPE // FMOD.TAGTYPE // FMOD.THREAD_AFFINITY // FMOD.THREAD_AFFINITY // FMOD.THREAD_PRIORITY // FMOD.THREAD_PRIORITY // FMOD.THREAD_STACK_SIZE // FMOD.THREAD_STACK_SIZE // FMOD.THREAD_TYPE // FMOD.THREAD_TYPE // FMOD.Studio.TIMELINE_NESTED_BEAT_PROPERTIES // FMOD.Studio.TIMELINE_NESTED_BEAT_PROPERTIES // FMOD.TIMEUNIT // FMOD.TIMEUNIT // FMODUnity.ThreadAffinity // FMODUnity.ThreadAffinity // FMODUnity.ThreadType // FMODUnity.ThreadType // FMODUnity.TriStateBool // FMODUnity.TriStateBool // FMOD.Studio.USER_PROPERTY_TYPE // FMOD.Studio.USER_PROPERTY_TYPE // FMOD.Studio.VCA // FMOD.Studio.VCA // FMODUnity.Legacy/Platform // FMODUnity.Legacy/Platform // FMODUnity.RuntimeManager/d__61 // FMODUnity.RuntimeManager/d__61 // FMODUnity.Settings/SharedLibraryUpdateStages // FMODUnity.Settings/SharedLibraryUpdateStages // FMOD.StringHelper/ThreadSafeEncoding // FMOD.StringHelper/ThreadSafeEncoding // FMODUnity.StudioEventEmitter/<>c__DisplayClass38_0 // FMODUnity.StudioEventEmitter/<>c__DisplayClass38_0 // FMODUnity.Platform/PropertyAccessor`1 // FMODUnity.Platform/PropertyAccessor`1 // FMODUnity.Platform/PropertyAccessor`1 // FMODUnity.Platform/PropertyAccessor`1 // FMODUnity.Platform/PropertyAccessor`1 // FMODUnity.Platform/PropertyAccessor`1 // FMODUnity.Platform/Property`1 // FMODUnity.Platform/Property`1 // FMODUnity.Platform/Property`1 // FMODUnity.Platform/Property`1 // FMOD.ADVANCEDSETTINGS // FMOD.ADVANCEDSETTINGS // FMODUnity.BankLoadException // FMODUnity.BankLoadException // FMOD.CREATESOUNDEXINFO // FMOD.CREATESOUNDEXINFO // UnityEngine.Component // UnityEngine.Component // UnityEngine.GameObject // UnityEngine.GameObject // System.MulticastDelegate // System.MulticastDelegate // FMOD.Studio.PARAMETER_DESCRIPTION // FMOD.Studio.PARAMETER_DESCRIPTION // UnityEngine.ScriptableObject // UnityEngine.ScriptableObject // System.SystemException // System.SystemException // FMODUnity.SystemNotInitializedException // FMODUnity.SystemNotInitializedException // FMOD.TAG // FMOD.TAG // FMOD.Studio.TIMELINE_MARKER_PROPERTIES // FMOD.Studio.TIMELINE_MARKER_PROPERTIES // FMODUnity.ThreadAffinityGroup // FMODUnity.ThreadAffinityGroup // System.Type struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Type // FMOD.Studio.Union_IntBoolFloatString // FMOD.Studio.Union_IntBoolFloatString // FMODUnity.VCANotFoundException // FMODUnity.VCANotFoundException // FMODUnity.Legacy/PlatformSettingBase // FMODUnity.Legacy/PlatformSettingBase // FMODUnity.RuntimeManager/<>c__DisplayClass47_0 // FMODUnity.RuntimeManager/<>c__DisplayClass47_0 // FMODUnity.RuntimeManager/<>c__DisplayClass48_0 // FMODUnity.RuntimeManager/<>c__DisplayClass48_0 // FMODUnity.RuntimeManager/<>c__DisplayClass49_0 // FMODUnity.RuntimeManager/<>c__DisplayClass49_0 // FMODUnity.RuntimeManager/AttachedInstance // FMODUnity.RuntimeManager/AttachedInstance // FMODUnity.RuntimeManager/LoadedBank // FMODUnity.RuntimeManager/LoadedBank // System.Action`1 // System.Action`1 // System.Comparison`1 // System.Comparison`1 // System.Func`1 // System.Func`1 // System.Func`2 // System.Func`2 // System.Func`2>> // System.Func`2>> // System.Func`2> // System.Func`2> // System.Func`2> // System.Func`2> // System.Func`2> // System.Func`2> // System.Func`2> // System.Func`2> // System.Func`2> // System.Func`2> // FMODUnity.Legacy/PlatformSetting`1 // FMODUnity.Legacy/PlatformSetting`1 // FMODUnity.Legacy/PlatformSetting`1 // FMODUnity.Legacy/PlatformSetting`1 // FMODUnity.Legacy/PlatformSetting`1 // FMODUnity.Legacy/PlatformSetting`1 // System.Predicate`1 // System.Predicate`1 // System.Predicate`1 // System.Predicate`1 // System.ArgumentException // System.ArgumentException // System.AsyncCallback // System.AsyncCallback // UnityEngine.Behaviour // UnityEngine.Behaviour // FMOD.CB_3D_ROLLOFF_CALLBACK // FMOD.CB_3D_ROLLOFF_CALLBACK // UnityEngine.Collider // UnityEngine.Collider // FMOD.FILE_ASYNCCANCEL_CALLBACK // FMOD.FILE_ASYNCCANCEL_CALLBACK // FMOD.FILE_ASYNCREAD_CALLBACK // FMOD.FILE_ASYNCREAD_CALLBACK // FMOD.FILE_CLOSE_CALLBACK // FMOD.FILE_CLOSE_CALLBACK // FMOD.FILE_OPEN_CALLBACK // FMOD.FILE_OPEN_CALLBACK // FMOD.FILE_READ_CALLBACK // FMOD.FILE_READ_CALLBACK // FMOD.FILE_SEEK_CALLBACK // FMOD.FILE_SEEK_CALLBACK // System.NotSupportedException // System.NotSupportedException // FMODUnity.Platform struct Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_StaticFields { public: // System.Collections.Generic.List`1 FMODUnity.Platform::StaticThreadAffinities List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 * ___StaticThreadAffinities_12; public: inline static int32_t get_offset_of_StaticThreadAffinities_12() { return static_cast(offsetof(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_StaticFields, ___StaticThreadAffinities_12)); } inline List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 * get_StaticThreadAffinities_12() const { return ___StaticThreadAffinities_12; } inline List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 ** get_address_of_StaticThreadAffinities_12() { return &___StaticThreadAffinities_12; } inline void set_StaticThreadAffinities_12(List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 * value) { ___StaticThreadAffinities_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___StaticThreadAffinities_12), (void*)value); } }; // FMODUnity.Platform // FMODUnity.PlatformCallbackHandler // FMODUnity.PlatformCallbackHandler // UnityEngine.Rigidbody // UnityEngine.Rigidbody // UnityEngine.Rigidbody2D // UnityEngine.Rigidbody2D // FMOD.Studio.SOUND_INFO // FMOD.Studio.SOUND_INFO // FMOD.SOUND_NONBLOCK_CALLBACK // FMOD.SOUND_NONBLOCK_CALLBACK // FMOD.SOUND_PCMREAD_CALLBACK // FMOD.SOUND_PCMREAD_CALLBACK // FMOD.SOUND_PCMSETPOS_CALLBACK // FMOD.SOUND_PCMSETPOS_CALLBACK // FMOD.SYSTEM_CALLBACK // FMOD.SYSTEM_CALLBACK // FMOD.Studio.SYSTEM_CALLBACK // FMOD.Studio.SYSTEM_CALLBACK // FMODUnity.Settings struct Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields { public: // FMODUnity.Settings FMODUnity.Settings::instance Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___instance_5; // FMODUnity.IEditorSettings FMODUnity.Settings::editorSettings RuntimeObject* ___editorSettings_6; // System.Boolean FMODUnity.Settings::isInitializing bool ___isInitializing_7; // System.Collections.Generic.List`1 FMODUnity.Settings::PlatformTemplates List_1_tEED496086F5D313E88CAE4C98A12681F4B542321 * ___PlatformTemplates_54; public: inline static int32_t get_offset_of_instance_5() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields, ___instance_5)); } inline Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * get_instance_5() const { return ___instance_5; } inline Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE ** get_address_of_instance_5() { return &___instance_5; } inline void set_instance_5(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * value) { ___instance_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_5), (void*)value); } inline static int32_t get_offset_of_editorSettings_6() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields, ___editorSettings_6)); } inline RuntimeObject* get_editorSettings_6() const { return ___editorSettings_6; } inline RuntimeObject** get_address_of_editorSettings_6() { return &___editorSettings_6; } inline void set_editorSettings_6(RuntimeObject* value) { ___editorSettings_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___editorSettings_6), (void*)value); } inline static int32_t get_offset_of_isInitializing_7() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields, ___isInitializing_7)); } inline bool get_isInitializing_7() const { return ___isInitializing_7; } inline bool* get_address_of_isInitializing_7() { return &___isInitializing_7; } inline void set_isInitializing_7(bool value) { ___isInitializing_7 = value; } inline static int32_t get_offset_of_PlatformTemplates_54() { return static_cast(offsetof(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields, ___PlatformTemplates_54)); } inline List_1_tEED496086F5D313E88CAE4C98A12681F4B542321 * get_PlatformTemplates_54() const { return ___PlatformTemplates_54; } inline List_1_tEED496086F5D313E88CAE4C98A12681F4B542321 ** get_address_of_PlatformTemplates_54() { return &___PlatformTemplates_54; } inline void set_PlatformTemplates_54(List_1_tEED496086F5D313E88CAE4C98A12681F4B542321 * value) { ___PlatformTemplates_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___PlatformTemplates_54), (void*)value); } }; // FMODUnity.Settings // UnityEngine.Transform // UnityEngine.Transform // FMOD.Studio.USER_PROPERTY // FMOD.Studio.USER_PROPERTY // FMODUnity.Platform/PropertyAccessors struct PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields { public: // FMODUnity.Platform/PropertyAccessor`1 FMODUnity.Platform/PropertyAccessors::LiveUpdate PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 ___LiveUpdate_0; // FMODUnity.Platform/PropertyAccessor`1 FMODUnity.Platform/PropertyAccessors::LiveUpdatePort PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 ___LiveUpdatePort_1; // FMODUnity.Platform/PropertyAccessor`1 FMODUnity.Platform/PropertyAccessors::Overlay PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 ___Overlay_2; // FMODUnity.Platform/PropertyAccessor`1 FMODUnity.Platform/PropertyAccessors::Logging PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 ___Logging_3; // FMODUnity.Platform/PropertyAccessor`1 FMODUnity.Platform/PropertyAccessors::SampleRate PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 ___SampleRate_4; // FMODUnity.Platform/PropertyAccessor`1 FMODUnity.Platform/PropertyAccessors::BuildDirectory PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7 ___BuildDirectory_5; // FMODUnity.Platform/PropertyAccessor`1 FMODUnity.Platform/PropertyAccessors::SpeakerMode PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375 ___SpeakerMode_6; // FMODUnity.Platform/PropertyAccessor`1 FMODUnity.Platform/PropertyAccessors::VirtualChannelCount PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 ___VirtualChannelCount_7; // FMODUnity.Platform/PropertyAccessor`1 FMODUnity.Platform/PropertyAccessors::RealChannelCount PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 ___RealChannelCount_8; // FMODUnity.Platform/PropertyAccessor`1 FMODUnity.Platform/PropertyAccessors::DSPBufferLength PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 ___DSPBufferLength_9; // FMODUnity.Platform/PropertyAccessor`1 FMODUnity.Platform/PropertyAccessors::DSPBufferCount PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 ___DSPBufferCount_10; // FMODUnity.Platform/PropertyAccessor`1> FMODUnity.Platform/PropertyAccessors::Plugins PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 ___Plugins_11; // FMODUnity.Platform/PropertyAccessor`1> FMODUnity.Platform/PropertyAccessors::StaticPlugins PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 ___StaticPlugins_12; // FMODUnity.Platform/PropertyAccessor`1 FMODUnity.Platform/PropertyAccessors::CallbackHandler PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0 ___CallbackHandler_13; public: inline static int32_t get_offset_of_LiveUpdate_0() { return static_cast(offsetof(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields, ___LiveUpdate_0)); } inline PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 get_LiveUpdate_0() const { return ___LiveUpdate_0; } inline PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 * get_address_of_LiveUpdate_0() { return &___LiveUpdate_0; } inline void set_LiveUpdate_0(PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 value) { ___LiveUpdate_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LiveUpdate_0))->___Getter_0), (void*)NULL); } inline static int32_t get_offset_of_LiveUpdatePort_1() { return static_cast(offsetof(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields, ___LiveUpdatePort_1)); } inline PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 get_LiveUpdatePort_1() const { return ___LiveUpdatePort_1; } inline PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 * get_address_of_LiveUpdatePort_1() { return &___LiveUpdatePort_1; } inline void set_LiveUpdatePort_1(PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 value) { ___LiveUpdatePort_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LiveUpdatePort_1))->___Getter_0), (void*)NULL); } inline static int32_t get_offset_of_Overlay_2() { return static_cast(offsetof(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields, ___Overlay_2)); } inline PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 get_Overlay_2() const { return ___Overlay_2; } inline PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 * get_address_of_Overlay_2() { return &___Overlay_2; } inline void set_Overlay_2(PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 value) { ___Overlay_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Overlay_2))->___Getter_0), (void*)NULL); } inline static int32_t get_offset_of_Logging_3() { return static_cast(offsetof(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields, ___Logging_3)); } inline PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 get_Logging_3() const { return ___Logging_3; } inline PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 * get_address_of_Logging_3() { return &___Logging_3; } inline void set_Logging_3(PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 value) { ___Logging_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Logging_3))->___Getter_0), (void*)NULL); } inline static int32_t get_offset_of_SampleRate_4() { return static_cast(offsetof(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields, ___SampleRate_4)); } inline PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 get_SampleRate_4() const { return ___SampleRate_4; } inline PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 * get_address_of_SampleRate_4() { return &___SampleRate_4; } inline void set_SampleRate_4(PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 value) { ___SampleRate_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SampleRate_4))->___Getter_0), (void*)NULL); } inline static int32_t get_offset_of_BuildDirectory_5() { return static_cast(offsetof(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields, ___BuildDirectory_5)); } inline PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7 get_BuildDirectory_5() const { return ___BuildDirectory_5; } inline PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7 * get_address_of_BuildDirectory_5() { return &___BuildDirectory_5; } inline void set_BuildDirectory_5(PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7 value) { ___BuildDirectory_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___BuildDirectory_5))->___Getter_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___BuildDirectory_5))->___DefaultValue_1), (void*)NULL); #endif } inline static int32_t get_offset_of_SpeakerMode_6() { return static_cast(offsetof(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields, ___SpeakerMode_6)); } inline PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375 get_SpeakerMode_6() const { return ___SpeakerMode_6; } inline PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375 * get_address_of_SpeakerMode_6() { return &___SpeakerMode_6; } inline void set_SpeakerMode_6(PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375 value) { ___SpeakerMode_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SpeakerMode_6))->___Getter_0), (void*)NULL); } inline static int32_t get_offset_of_VirtualChannelCount_7() { return static_cast(offsetof(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields, ___VirtualChannelCount_7)); } inline PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 get_VirtualChannelCount_7() const { return ___VirtualChannelCount_7; } inline PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 * get_address_of_VirtualChannelCount_7() { return &___VirtualChannelCount_7; } inline void set_VirtualChannelCount_7(PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 value) { ___VirtualChannelCount_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___VirtualChannelCount_7))->___Getter_0), (void*)NULL); } inline static int32_t get_offset_of_RealChannelCount_8() { return static_cast(offsetof(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields, ___RealChannelCount_8)); } inline PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 get_RealChannelCount_8() const { return ___RealChannelCount_8; } inline PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 * get_address_of_RealChannelCount_8() { return &___RealChannelCount_8; } inline void set_RealChannelCount_8(PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 value) { ___RealChannelCount_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___RealChannelCount_8))->___Getter_0), (void*)NULL); } inline static int32_t get_offset_of_DSPBufferLength_9() { return static_cast(offsetof(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields, ___DSPBufferLength_9)); } inline PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 get_DSPBufferLength_9() const { return ___DSPBufferLength_9; } inline PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 * get_address_of_DSPBufferLength_9() { return &___DSPBufferLength_9; } inline void set_DSPBufferLength_9(PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 value) { ___DSPBufferLength_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DSPBufferLength_9))->___Getter_0), (void*)NULL); } inline static int32_t get_offset_of_DSPBufferCount_10() { return static_cast(offsetof(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields, ___DSPBufferCount_10)); } inline PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 get_DSPBufferCount_10() const { return ___DSPBufferCount_10; } inline PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 * get_address_of_DSPBufferCount_10() { return &___DSPBufferCount_10; } inline void set_DSPBufferCount_10(PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 value) { ___DSPBufferCount_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DSPBufferCount_10))->___Getter_0), (void*)NULL); } inline static int32_t get_offset_of_Plugins_11() { return static_cast(offsetof(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields, ___Plugins_11)); } inline PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 get_Plugins_11() const { return ___Plugins_11; } inline PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 * get_address_of_Plugins_11() { return &___Plugins_11; } inline void set_Plugins_11(PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 value) { ___Plugins_11 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Plugins_11))->___Getter_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___Plugins_11))->___DefaultValue_1), (void*)NULL); #endif } inline static int32_t get_offset_of_StaticPlugins_12() { return static_cast(offsetof(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields, ___StaticPlugins_12)); } inline PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 get_StaticPlugins_12() const { return ___StaticPlugins_12; } inline PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 * get_address_of_StaticPlugins_12() { return &___StaticPlugins_12; } inline void set_StaticPlugins_12(PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 value) { ___StaticPlugins_12 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___StaticPlugins_12))->___Getter_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___StaticPlugins_12))->___DefaultValue_1), (void*)NULL); #endif } inline static int32_t get_offset_of_CallbackHandler_13() { return static_cast(offsetof(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields, ___CallbackHandler_13)); } inline PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0 get_CallbackHandler_13() const { return ___CallbackHandler_13; } inline PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0 * get_address_of_CallbackHandler_13() { return &___CallbackHandler_13; } inline void set_CallbackHandler_13(PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0 value) { ___CallbackHandler_13 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___CallbackHandler_13))->___Getter_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___CallbackHandler_13))->___DefaultValue_1), (void*)NULL); #endif } }; // FMODUnity.Platform/PropertyAccessors // FMODUnity.Platform/PropertyBool // FMODUnity.Platform/PropertyBool // FMODUnity.Platform/PropertySpeakerMode // FMODUnity.Platform/PropertySpeakerMode // UnityEngine.Collider2D // UnityEngine.Collider2D // UnityEngine.MonoBehaviour // UnityEngine.MonoBehaviour // FMODUnity.PlatformDefault // FMODUnity.PlatformDefault // FMODUnity.PlatformPlayInEditor // FMODUnity.PlatformPlayInEditor // FMODUnity.Legacy/PlatformBoolSetting // FMODUnity.Legacy/PlatformBoolSetting // FMODUnity.Legacy/PlatformIntSetting // FMODUnity.Legacy/PlatformIntSetting // FMODUnity.Legacy/PlatformStringSetting // FMODUnity.Legacy/PlatformStringSetting // FMODUnity.EventHandler // FMODUnity.EventHandler // FMODUnity.StudioBankLoader // FMODUnity.StudioBankLoader // FMODUnity.StudioListener // FMODUnity.StudioListener // FMODUnity.StudioEventEmitter // FMODUnity.StudioEventEmitter // FMODUnity.StudioGlobalParameterTrigger // FMODUnity.StudioGlobalParameterTrigger // FMODUnity.StudioParameterTrigger // FMODUnity.StudioParameterTrigger #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: 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); } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // FMODUnity.Platform[] struct PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933 : public RuntimeArray { public: ALIGN_FIELD (8) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * m_Items[1]; public: inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 ** 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, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: 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; } }; // FMODUnity.ParamRef[] struct ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B : public RuntimeArray { public: ALIGN_FIELD (8) ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * m_Items[1]; public: inline ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD ** 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, ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // FMODUnity.EmitterRef[] struct EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2 : public RuntimeArray { public: ALIGN_FIELD (8) EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * m_Items[1]; public: inline EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 ** 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, EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // FMOD.Studio.PARAMETER_ID[] struct PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373 : public RuntimeArray { public: ALIGN_FIELD (8) PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE m_Items[1]; public: inline PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE * 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, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE value) { m_Items[index] = value; } }; // FMOD.Studio.Bank[] struct BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E : public RuntimeArray { public: ALIGN_FIELD (8) Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 m_Items[1]; public: inline Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * 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, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 value) { m_Items[index] = value; } }; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6 : public RuntimeArray { public: ALIGN_FIELD (8) intptr_t m_Items[1]; public: inline intptr_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline intptr_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, intptr_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline intptr_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline intptr_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, intptr_t value) { m_Items[index] = value; } }; // FMOD.Studio.PARAMETER_DESCRIPTION[] struct PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5 : public RuntimeArray { public: ALIGN_FIELD (8) PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B m_Items[1]; public: inline PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * 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, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B value) { m_Items[index] = value; } }; // FMODUnity.ThreadType[] struct ThreadTypeU5BU5D_t2243EF3BF541EC7639D75AC642761856CF0D28BB : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* 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, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; IL2CPP_EXTERN_C void CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke(const CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B& unmarshaled, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke_back(const CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke& marshaled, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B& unmarshaled); IL2CPP_EXTERN_C void CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke_cleanup(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_com(const CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B& unmarshaled, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_com& marshaled); IL2CPP_EXTERN_C void CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_com_back(const CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_com& marshaled, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B& unmarshaled); IL2CPP_EXTERN_C void CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_com_cleanup(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_com& marshaled); IL2CPP_EXTERN_C void TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshal_pinvoke(const TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343& unmarshaled, TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshal_pinvoke_back(const TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_pinvoke& marshaled, TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343& unmarshaled); IL2CPP_EXTERN_C void TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshal_pinvoke_cleanup(TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_pinvoke(const DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466& unmarshaled, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_pinvoke_back(const DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke& marshaled, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466& unmarshaled); IL2CPP_EXTERN_C void DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_pinvoke_cleanup(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshal_pinvoke(const SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21& unmarshaled, SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshal_pinvoke_back(const SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_pinvoke& marshaled, SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21& unmarshaled); IL2CPP_EXTERN_C void SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshal_pinvoke_cleanup(SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshal_pinvoke(const BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A& unmarshaled, BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshal_pinvoke_back(const BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_pinvoke& marshaled, BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A& unmarshaled); IL2CPP_EXTERN_C void BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshal_pinvoke_cleanup(BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_pinvoke(const Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294& unmarshaled, Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_pinvoke_back(const Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_pinvoke& marshaled, Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294& unmarshaled); IL2CPP_EXTERN_C void Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_pinvoke_cleanup(Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_com(const Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294& unmarshaled, Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_com& marshaled); IL2CPP_EXTERN_C void Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_com_back(const Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_com& marshaled, Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294& unmarshaled); IL2CPP_EXTERN_C void Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_com_cleanup(Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_com& marshaled); // !!0 UnityEngine.ScriptableObject::CreateInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ScriptableObject_CreateInstance_TisRuntimeObject_m82DC05B18FA4AE838A81789EED8A7A5832CCAC4A_gshared (const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m587509C88BB83721D7918D89DF07606BB752D744_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_gshared (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::RemoveAll(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_RemoveAll_m3CA48D06F70CC498ADA7410EB930969256F43675_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___match0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m527DF4A24FFE4FC2C2B470A538DDA56010F72885_gshared (Dictionary_2_t7E8D40B461AB586AEA5DD75D8354C4913EEB1337 * __this, int32_t ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mEA7DC2B06A480A5EC7DE49B6E83C2D121D1962EF_gshared (Dictionary_2_t7E8D40B461AB586AEA5DD75D8354C4913EEB1337 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparison_1__ctor_mDE1798563694D30022D3B7E1010347C573690B4A_gshared (Comparison_1_tB56E8E7C2BF431D44E8EBD15EA3E6F41AAFF03D2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_m5EB3F127CD42F1ACA97F4DB8754C49F23B64D750_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, Comparison_1_tB56E8E7C2BF431D44E8EBD15EA3E6F41AAFF03D2 * ___comparison0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mF42565DC9AD476065ED33869AD6DC710F775F641_gshared (Dictionary_2_t7E8D40B461AB586AEA5DD75D8354C4913EEB1337 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mCA84157864A199574AD0B7F3083F99B54DC1F98C_gshared (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::FirstOrDefault(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_FirstOrDefault_TisRuntimeObject_mA417BE155EA06B44B2F404B20A77E32A8D04FAD9_gshared (RuntimeObject* ___source0, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !!0[] UnityEngine.Resources::LoadAll(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Resources_LoadAll_TisRuntimeObject_mC29903942212B0ED53A121319A6EEE2F75B7C3E2_gshared (String_t* ___path0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mADCF476954284A73F30A5586D504D4B7164F2664_gshared (List_1_tEED496086F5D313E88CAE4C98A12681F4B542321 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * List_1_Find_mBE8A91B51D29EC296321E6070FCD76081576B31E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___match0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void System.Array::Resize(!!0[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisPARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B_m2AFFDC6D3715E6A7822FFF4E0820C6221B7CD935_gshared (PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5** ___array0, int32_t ___newSize1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mF1D0377D81949B2ADB6104D9994F7CEE1A1E5040_gshared (List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m830211DD718E293368011CCC55CAF00EC7CBF921_gshared (List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Void FMODUnity.Legacy/PlatformSetting`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformSetting_1__ctor_m7FC5D32824E60C5555BE88338D80D92054353220_gshared (PlatformSetting_1_tE51D3E0036FF3A6FA334D7296D74F55B569E2227 * __this, const RuntimeMethod* method); // System.Void FMODUnity.Legacy/PlatformSetting`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformSetting_1__ctor_m1C7A8752D41E64C1743BA8DE099AA3AAE0784F5A_gshared (PlatformSetting_1_tF1F2D113743AE5690D9B0A53C4E5F73E58B88DD8 * __this, const RuntimeMethod* method); // System.Void FMODUnity.Legacy/PlatformSetting`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformSetting_1__ctor_m66EDCBDA313D9916ADD4CC51A1341B78E5052D17_gshared (PlatformSetting_1_tB64831A2595CA13E480EFD492D0324ADDD5FFA00 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertyAccessor`1::.ctor(System.Func`2>,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyAccessor_1__ctor_m6558ACE1EC6D45B848AE8C3D1C857557DF03B48F_gshared (PropertyAccessor_1_tE6A94B0BB78BE5CFB7972AF6AE68A71D21D1DEB0 * __this, Func_2_t6FC8FB1B78710D8F435EFF2410DBEECBC31455AF * ___getter0, int32_t ___defaultValue1, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertyAccessor`1::.ctor(System.Func`2>,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060_gshared (PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 * __this, Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 * ___getter0, int32_t ___defaultValue1, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertyAccessor`1::.ctor(System.Func`2>,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyAccessor_1__ctor_m9851572DC88912DA6527EC679ACB237960A061C5_gshared (PropertyAccessor_1_tF61529BB5BCA5CE6A8A0C45D3438CC9665270433 * __this, Func_2_tDE08512362C8A67B45374C3DD3AC327519BD484A * ___getter0, RuntimeObject * ___defaultValue1, const RuntimeMethod* method); // System.Void FMODUnity.Platform/Property`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1__ctor_mB099BCF0F0B6FF30164F68848B372CE67BC31D5D_gshared (Property_1_t15AE9CA6BB9975C4E47F4C44D7704F0E2E71FCCF * __this, const RuntimeMethod* method); // System.Void FMODUnity.Platform/Property`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1__ctor_m7CDAC89E172F59812B604B4710A5A89D3523DF43_gshared (Property_1_tFFAC20918771F99B47C42E4C8881EA58F86742AF * __this, const RuntimeMethod* method); // System.Void FMODUnity.Platform/Property`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1__ctor_mF85F2D93388A82EC6A9743737CA3FCF5308A5464_gshared (Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3 (String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_forward_mA6722B0932DA770D5C34C9E28D0E40220F099D50 (const RuntimeMethod* method); // FMOD.VECTOR FMODUnity.RuntimeUtils::ToFMODVector(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B RuntimeUtils_ToFMODVector_m3833ACF334A06311B64F3BC716A59780169DE92F (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___vec0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_mD84FDFCD32FC48C865A89FD4251232E2A9D7015A (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // FMOD.ATTRIBUTES_3D FMODUnity.RuntimeUtils::To3DAttributes(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 RuntimeUtils_To3DAttributes_mBD19761771A5A1B2BBF419752C3E800821984341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Rigidbody::get_velocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Rigidbody2D::get_velocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Rigidbody2D_get_velocity_m138328DCC01EB876FB5EA025BF08728030D93D66 (Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeUtils::SetFMODAffinityBit(FMODUnity.ThreadAffinity,FMODUnity.ThreadAffinity,FMOD.THREAD_AFFINITY,FMOD.THREAD_AFFINITY&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89 (uint32_t ___affinity0, uint32_t ___mask1, int64_t ___fmodMask2, int64_t* ___fmodAffinity3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Memory::GetStats(System.Int32&,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Memory_GetStats_m95BD629AB48EA183AA9BA545CBEC7C5C6E419A36 (int32_t* ___currentalloced0, int32_t* ___maxalloced1, bool ___blocking2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Util::parseID(System.String,FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Util_parseID_m2DAEFFD1E5A1B125A909AC3DB2BFC653BA1CE862 (String_t* ___idString0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, const RuntimeMethod* method); // FMODUnity.Settings FMODUnity.Settings::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528 (const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogFormat_m72BF100F3CFE21832B462EDDA71CF0FE28C0D093 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarningFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarningFormat_m0376DF1FA13FFF5290B9AB27F9808F6632E9A8C7 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogErrorFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogErrorFormat_m92BE92B1C1EDD4B66E5D3CF9ED6480D7D3FFA0E9 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7 (Exception_t * ___exception0, const RuntimeMethod* method); // FMOD.StringHelper/ThreadSafeEncoding FMOD.StringHelper::GetFreeHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE (const RuntimeMethod* method); // System.String FMOD.StringHelper/ThreadSafeEncoding::stringFromNative(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234 (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, intptr_t ___nativePtr0, const RuntimeMethod* method); // System.String FMOD.Studio.SOUND_INFO::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SOUND_INFO_get_name_m78FA97A45DC90A35B2159FFC324E707CF7BEBAD5 (SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void FMODUnity.Settings::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_Initialize_m512624D0CA5C108BB11801B968A4748D15B06DEB (const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Resources::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * Resources_Load_mC33EB216560AE32277F2C285188B4490CEB6F074 (String_t* ___path0, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeUtils::DebugLog(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_DebugLog_mE3AD1389A46AE555D532B030013B8DA1ACE7D764 (String_t* ___message0, const RuntimeMethod* method); // !!0 UnityEngine.ScriptableObject::CreateInstance() inline Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ScriptableObject_CreateInstance_TisSettings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_m72171479036A2E2FA45A2F59665BD16D739C266D (const RuntimeMethod* method) { return (( Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * (*) (const RuntimeMethod*))ScriptableObject_CreateInstance_TisRuntimeObject_m82DC05B18FA4AE838A81789EED8A7A5832CCAC4A_gshared)(method); } // System.Void UnityEngine.Object::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, String_t* ___value0, const RuntimeMethod* method); // System.String UnityEngine.Application::get_dataPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_dataPath_m69F3B973BD60C419CB91DE0526D39396062947AC (const RuntimeMethod* method); // System.String UnityEngine.Application::get_streamingAssetsPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_streamingAssetsPath_mBA7560B393A50853AE3C28C096A03849B8627A4A (const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 List_1_GetEnumerator_m0F4F12AB726B8D0B155ED6E9827834395F45B434 (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * __this, const RuntimeMethod* method) { return (( Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 (*) (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * Enumerator_get_Current_m8E6B6404D99D6A2440E240A3F05BE97E68940124_inline (Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 * __this, const RuntimeMethod* method) { return (( Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * (*) (Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // System.String FMODUnity.Platform::get_Identifier() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Platform_get_Identifier_mF06D611104026E1A6FC3817FF136EDD6FA65FD35_inline (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mA95FA7D6D2CF77AF02782A7F644D2D883A122A2F (Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m67F3F8AEFABB56BE6528AE10C2CE760D14F23F43 (Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // FMODUnity.Platform FMODUnity.Settings::FindPlatform(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * Settings_FindPlatform_m61D299437709F55834553520270CB16297D20D00 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, String_t* ___identifier0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m8054793B6747347B01E5ECF01902930377E5D36D (Action_1_tBB781B532207CA8EBC97E3A9EE8EFD592AA62191 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_tBB781B532207CA8EBC97E3A9EE8EFD592AA62191 *, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 *, const RuntimeMethod*))Action_1_Invoke_m587509C88BB83721D7918D89DF07606BB752D744_gshared)(__this, ___obj0, method); } // System.Boolean FMODUnity.Settings::PlatformExists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Settings_PlatformExists_m2323044298CE8C027D17EA57F447B84CA7DE6A39 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, String_t* ___identifier0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m256751B624A1A0E025B27A901DF112AD3AC9EF5C (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 *, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Void FMODUnity.Settings/<>c__DisplayClass75_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass75_0__ctor_m16C9FD50B8449F7C79954C2260A748FDB71FDE7C (U3CU3Ec__DisplayClass75_0_t62E64F7EC063F95FCFDC096B45AF380E6334795B * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_m78B7260F137D42FA6AC0A9C520BA1E36489E9E53 (Predicate_1_t95452AC1A001456FB4DB884F7D265BA5DFDF7D6D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_t95452AC1A001456FB4DB884F7D265BA5DFDF7D6D *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_gshared)(__this, ___object0, ___method1, method); } // System.Int32 System.Collections.Generic.List`1::RemoveAll(System.Predicate`1) inline int32_t List_1_RemoveAll_m0F6AF4F3781CC80A8F55AA17662850627F3E2A47 (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * __this, Predicate_1_t95452AC1A001456FB4DB884F7D265BA5DFDF7D6D * ___match0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 *, Predicate_1_t95452AC1A001456FB4DB884F7D265BA5DFDF7D6D *, const RuntimeMethod*))List_1_RemoveAll_m3CA48D06F70CC498ADA7410EB930969256F43675_gshared)(__this, ___match0, method); } // System.Void FMODUnity.Settings::LinkPlatformToParent(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_LinkPlatformToParent_mF57D1BA29155D8608E87385716F4F7C3B8A0AAB2 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m6323A5C0C39A68170FDB0F88AB4C3C4BD69DFBB4 (Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 * __this, int32_t ___key0, List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 *, int32_t, List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m527DF4A24FFE4FC2C2B470A538DDA56010F72885_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mBCEA96B178390EB673A3EA5147FE2F8DDAC5B963 (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) inline void Dictionary_2_Add_m4C10EAEB7FA8CA6EF923EBDB4301B721C6307779 (Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 * __this, int32_t ___key0, List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 *, int32_t, List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 *, const RuntimeMethod*))Dictionary_2_Add_mEA7DC2B06A480A5EC7DE49B6E83C2D121D1962EF_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) inline void Comparison_1__ctor_m29203007C251CDF6B2D1636EECD5E8872725C2C1 (Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_mDE1798563694D30022D3B7E1010347C573690B4A_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) inline void List_1_Sort_m477F1F236BA9DE9929BC355FD94A78E1BA2BC851 (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * __this, Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A * ___comparison0, const RuntimeMethod* method) { (( void (*) (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 *, Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A *, const RuntimeMethod*))List_1_Sort_m5EB3F127CD42F1ACA97F4DB8754C49F23B64D750_gshared)(__this, ___comparison0, method); } // System.String FMODUnity.Platform::get_ParentIdentifier() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Platform_get_ParentIdentifier_mF8C31BDFD69108C359A01127B5B3B48AB51FF3FF_inline (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Void FMODUnity.Settings::SetPlatformParent(FMODUnity.Platform,FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_SetPlatformParent_m3C0C8C0AF5EF01713CDF8229FC63FDC9F12DED62 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___newParent1, const RuntimeMethod* method); // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_mAD6C941E38459EFF017EC446E2E5EFB7CDD36EE4 (const RuntimeMethod* method); // FMOD.SPEAKERMODE FMODUnity.Platform::get_SpeakerMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_SpeakerMode_m8D0B66E394181ACF6C0E4EBE8E30B8633B85E70A (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2>::.ctor() inline void Dictionary_2__ctor_mC68F93C9D4ACC170D72872C93761C694E3A4072E (Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 *, const RuntimeMethod*))Dictionary_2__ctor_mF42565DC9AD476065ED33869AD6DC710F775F641_gshared)(__this, method); } // System.Void UnityEngine.ScriptableObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_m8DAE6CDCFA34E16F2543B02CC3669669FF203063 (ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m42319C9B53430662BA4A23C20A320D7DDD6ECCF3 (List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m850C97D86C6162B63140016305C97D41C929451B (List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m278E5F6BCF9FD642676C8D3FF279732ED260E9DF (List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void FMODUnity.Platform::AffirmProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_AffirmProperties_m32EEF16D200C8E86ABDBBDE44D83F5EC5129155A (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Void FMODUnity.Settings::PopulatePlatformsFromAsset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_PopulatePlatformsFromAsset_m92292CB80CD44ADA9CDA2911576AE7C6EC23E9F1 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m09C292D87B4988E92E7D6EF385B851D007AE5153 (Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mCA84157864A199574AD0B7F3083F99B54DC1F98C_gshared)(__this, ___object0, ___method1, method); } // !!0 System.Linq.Enumerable::FirstOrDefault(System.Collections.Generic.IEnumerable`1,System.Func`2) inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * Enumerable_FirstOrDefault_TisPlatform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_m29CB2F01D03F072C109A76263DCB13F86DE2C0AB (RuntimeObject* ___source0, Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * ___predicate1, const RuntimeMethod* method) { return (( Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * (*) (RuntimeObject*, Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 *, const RuntimeMethod*))Enumerable_FirstOrDefault_TisRuntimeObject_mA417BE155EA06B44B2F404B20A77E32A8D04FAD9_gshared)(___source0, ___predicate1, method); } // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m50D2AB51648DD9E4D5F8149456272F5F8EC3DCCE (Action_1_tBB781B532207CA8EBC97E3A9EE8EFD592AA62191 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_tBB781B532207CA8EBC97E3A9EE8EFD592AA62191 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Void FMODUnity.Settings::ForEachPlatform(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_ForEachPlatform_m1E991B7730F010EAEB9858D6D1020766B8C0E094 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, Action_1_tBB781B532207CA8EBC97E3A9EE8EFD592AA62191 * ___action0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m94FCB6640FE52D94EB1A4EE0EF0D2F6CDD3998F2 (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // !!0[] UnityEngine.Resources::LoadAll(System.String) inline PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933* Resources_LoadAll_TisPlatform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_m1EBC081316313092FC5F0B45AE8CA6EDE1056FA2 (String_t* ___path0, const RuntimeMethod* method) { return (( PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933* (*) (String_t*, const RuntimeMethod*))Resources_LoadAll_TisRuntimeObject_mC29903942212B0ED53A121319A6EEE2F75B7C3E2_gshared)(___path0, method); } // System.Boolean FMODUnity.Platform::get_Active() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Platform_get_Active_m2F950CDB59545333B2D6BBA0EB191258F435F306_inline (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Void FMODUnity.Settings::RemovePlatform(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_RemovePlatform_m84D363A9BA51CC1A97A499D6BFE358C3F485F404 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, String_t* ___identifier0, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeUtils::DebugLogWarningFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_DebugLogWarningFormat_m55E5B477C8190F025FFB26B8A0CC7FDC83629A15 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m7FA5CBA33E09C00A7B01D9C5077845F1E474C057 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, bool ___allowDestroyingAssets1, const RuntimeMethod* method); // System.Void FMODUnity.Settings::AddPlatform(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_AddPlatform_mD6EB502F079C61C030DB065E798ECF475FB5CF41 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mADCF476954284A73F30A5586D504D4B7164F2664 (List_1_tEED496086F5D313E88CAE4C98A12681F4B542321 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tEED496086F5D313E88CAE4C98A12681F4B542321 *, const RuntimeMethod*))List_1__ctor_mADCF476954284A73F30A5586D504D4B7164F2664_gshared)(__this, method); } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Release_m0AA6AC68CE4CDE367E52D06E61662DF5E5DA389C (intptr_t ___sound0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_release_m9F101C9D79A57501C41EC41AB02F10BCE2C06A28 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSystemObject(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSystemObject_mEBE78BA306074B2C65A3CE0D3652E46E05FEF7AE (intptr_t ___sound0, intptr_t* ___system1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getSystemObject(FMOD.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSystemObject_mBD21048FC3B2BAFB222016D9124A1742728F16E1 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Lock(System.IntPtr,System.UInt32,System.UInt32,System.IntPtr&,System.IntPtr&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Lock_m0F54A21DBF7353BF64B932D14BAAB6E956D0D285 (intptr_t ___sound0, uint32_t ___offset1, uint32_t ___length2, intptr_t* ___ptr13, intptr_t* ___ptr24, uint32_t* ___len15, uint32_t* ___len26, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::lock(System.UInt32,System.UInt32,System.IntPtr&,System.IntPtr&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_lock_mCD21D4EE23795884A2B091F2D13785AC10C54B4F (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t ___offset0, uint32_t ___length1, intptr_t* ___ptr12, intptr_t* ___ptr23, uint32_t* ___len14, uint32_t* ___len25, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Unlock(System.IntPtr,System.IntPtr,System.IntPtr,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Unlock_m55E9FA5A9A81DFF09174C9BD23AFFD92C9966786 (intptr_t ___sound0, intptr_t ___ptr11, intptr_t ___ptr22, uint32_t ___len13, uint32_t ___len24, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::unlock(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_unlock_mFE5BB804EAFABE81C1A2986D6326E1DEE1F4F05C (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___ptr10, intptr_t ___ptr21, uint32_t ___len12, uint32_t ___len23, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetDefaults(System.IntPtr,System.Single,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetDefaults_mAC08E23E62FC24219DF4C08C23D643B38BF2A553 (intptr_t ___sound0, float ___frequency1, int32_t ___priority2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::setDefaults(System.Single,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setDefaults_m2CB06934A721972BB7A996CB9B06D64D10A397B2 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float ___frequency0, int32_t ___priority1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetDefaults(System.IntPtr,System.Single&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetDefaults_m79212175E860DB2031FCF79B773A052C0D36D55E (intptr_t ___sound0, float* ___frequency1, int32_t* ___priority2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getDefaults(System.Single&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getDefaults_mD9A860D116BA204261F79D0F443E5471C9EF4A74 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float* ___frequency0, int32_t* ___priority1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Set3DMinMaxDistance(System.IntPtr,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Set3DMinMaxDistance_mC5E33D9B9DEA778B6D3C0D1590ED15526F11DE27 (intptr_t ___sound0, float ___min1, float ___max2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::set3DMinMaxDistance(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_set3DMinMaxDistance_m206B7EEEC4E6269C239FED7DF8C29714C59D3416 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float ___min0, float ___max1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Get3DMinMaxDistance(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Get3DMinMaxDistance_m9FFECFE5EBEAAE8A0598401B1F23AEDE77CF597F (intptr_t ___sound0, float* ___min1, float* ___max2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::get3DMinMaxDistance(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_get3DMinMaxDistance_mCECE3D9E08991475A4FE1737470B7222D23ABD92 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float* ___min0, float* ___max1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Set3DConeSettings(System.IntPtr,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Set3DConeSettings_mB0F2A3793F0401E1D047A927D853405202853636 (intptr_t ___sound0, float ___insideconeangle1, float ___outsideconeangle2, float ___outsidevolume3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::set3DConeSettings(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_set3DConeSettings_mB2343E75B719C63C7EA6D6364EE4DD4C84EAD531 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float ___insideconeangle0, float ___outsideconeangle1, float ___outsidevolume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Get3DConeSettings(System.IntPtr,System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Get3DConeSettings_mD4F67D169AB815CF202D5B2F06D39DF2E682AD0C (intptr_t ___sound0, float* ___insideconeangle1, float* ___outsideconeangle2, float* ___outsidevolume3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::get3DConeSettings(System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_get3DConeSettings_m526D910540C180181FF5222CA89A9108BEFBF2BF (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float* ___insideconeangle0, float* ___outsideconeangle1, float* ___outsidevolume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Set3DCustomRolloff(System.IntPtr,FMOD.VECTOR&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Set3DCustomRolloff_m94E8647007080850635DC1CB022DAD6C360C480B (intptr_t ___sound0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___points1, int32_t ___numpoints2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::set3DCustomRolloff(FMOD.VECTOR&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_set3DCustomRolloff_m954C5F5DFAEA34EC5FD63FE9264F36B243022A4F (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___points0, int32_t ___numpoints1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Get3DCustomRolloff(System.IntPtr,System.IntPtr&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Get3DCustomRolloff_m4890CE62554F0141E90D5393E02A6447FACC3A58 (intptr_t ___sound0, intptr_t* ___points1, int32_t* ___numpoints2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::get3DCustomRolloff(System.IntPtr&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_get3DCustomRolloff_m7D13759D013FF2F66A16D67CA7E1E8207C07C8E9 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t* ___points0, int32_t* ___numpoints1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSubSound(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSubSound_mCE11012075A8834800575533CA85FD05D4EBD663 (intptr_t ___sound0, int32_t ___index1, intptr_t* ___subsound2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getSubSound(System.Int32,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSubSound_m75970C441FA58C3B2E932A216A41E7C37F618518 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t ___index0, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___subsound1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSubSoundParent(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSubSoundParent_m4C398EB54EA606045428EE172C6C445027B14DCB (intptr_t ___sound0, intptr_t* ___parentsound1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getSubSoundParent(FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSubSoundParent_m1CBAABE004D79682053AEB0A5C93AB2D4559F16C (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___parentsound0, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::AllocHGlobal(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D (int32_t ___cb0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetName(System.IntPtr,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetName_m0A2F4E5A3E8CF9F353F8AD0ECF7525D490E3A4BB (intptr_t ___sound0, intptr_t ___name1, int32_t ___namelen2, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::FreeHGlobal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390 (intptr_t ___hglobal0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getName(System.String&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getName_m89561EC3299D45A0F072A810AB9E0FD9A051E8A4 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, String_t** ___name0, int32_t ___namelen1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetLength(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetLength_m7A702FF38D769AFB733159FAC297A1754BE7792C (intptr_t ___sound0, uint32_t* ___length1, uint32_t ___lengthtype2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getLength(System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getLength_mDA59BB6D9862B706916D6CFD6AB527DB2DA3604F (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t* ___length0, uint32_t ___lengthtype1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetFormat(System.IntPtr,FMOD.SOUND_TYPE&,FMOD.SOUND_FORMAT&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetFormat_m778E7775ECEC6E144B3722EDE7AC6CEA02222D38 (intptr_t ___sound0, int32_t* ___type1, int32_t* ___format2, int32_t* ___channels3, int32_t* ___bits4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getFormat(FMOD.SOUND_TYPE&,FMOD.SOUND_FORMAT&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getFormat_mBDD2D49C723CE49EC1E666F81990F43C5C47E0D3 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t* ___type0, int32_t* ___format1, int32_t* ___channels2, int32_t* ___bits3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetNumSubSounds(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetNumSubSounds_m45D7A8B440CCF18EF9573FD0FBDF00F6E7E8D7D5 (intptr_t ___sound0, int32_t* ___numsubsounds1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getNumSubSounds(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getNumSubSounds_m201CEC209E4F91901461D55C424A38EAC442D42E (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t* ___numsubsounds0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetNumTags(System.IntPtr,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetNumTags_mDB592394DF6D9974EFFACDD4BC73FB4D8612ED85 (intptr_t ___sound0, int32_t* ___numtags1, int32_t* ___numtagsupdated2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getNumTags(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getNumTags_mDEA1401E13AAC58521241686C205A1184AD8E5D0 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t* ___numtags0, int32_t* ___numtagsupdated1, const RuntimeMethod* method); // System.Byte[] FMOD.StringHelper/ThreadSafeEncoding::byteFromStringUTF8(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, String_t* ___s0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetTag(System.IntPtr,System.Byte[],System.Int32,FMOD.TAG&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetTag_mB90FB1968000506867BB39F9239DF41B1A587F61 (intptr_t ___sound0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, int32_t ___index2, TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343 * ___tag3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getTag(System.String,System.Int32,FMOD.TAG&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getTag_m9D247D46F0CE22298EC1438E44E140341D4B6BDF (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, String_t* ___name0, int32_t ___index1, TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343 * ___tag2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetOpenState(System.IntPtr,FMOD.OPENSTATE&,System.UInt32&,System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetOpenState_m1B839D3BFCEB2229CB80C92DDD799A45D895DAD7 (intptr_t ___sound0, int32_t* ___openstate1, uint32_t* ___percentbuffered2, bool* ___starving3, bool* ___diskbusy4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getOpenState(FMOD.OPENSTATE&,System.UInt32&,System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getOpenState_m5B629AC23927ADB614D9BD2D960C55CF867207C5 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t* ___openstate0, uint32_t* ___percentbuffered1, bool* ___starving2, bool* ___diskbusy3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_ReadData(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_ReadData_m7B33B1A6F0BE69267EB359F19A6F50244A2DEF15 (intptr_t ___sound0, intptr_t ___buffer1, uint32_t ___length2, uint32_t* ___read3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::readData(System.IntPtr,System.UInt32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_readData_m536939B258E15B778F64FE6B87A8ED1BBA251443 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___buffer0, uint32_t ___length1, uint32_t* ___read2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SeekData(System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SeekData_m23B94D117FA44038BFD9A1ED9245B3980B458FFF (intptr_t ___sound0, uint32_t ___pcm1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::seekData(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_seekData_m278B5E4A0426539E5C24D494FECED37667E54A91 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t ___pcm0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetSoundGroup(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetSoundGroup_mD39F6D67AC523BBB198E591984880BBC2C288D76 (intptr_t ___sound0, intptr_t ___soundgroup1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::setSoundGroup(FMOD.SoundGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setSoundGroup_m70244E3C333A9624957BC41FC9C8035189B61EAA (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 ___soundgroup0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSoundGroup(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSoundGroup_mE5457C08E3E155565D865AEDFCD88EAFF871A4E5 (intptr_t ___sound0, intptr_t* ___soundgroup1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getSoundGroup(FMOD.SoundGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSoundGroup_mE13D45248FA898762B9C90225A260FB21965BF84 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * ___soundgroup0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetNumSyncPoints(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetNumSyncPoints_m8058CB05DAF8E4B6D6338094DC3433D3639E0205 (intptr_t ___sound0, int32_t* ___numsyncpoints1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getNumSyncPoints(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getNumSyncPoints_mD617A7F4E07AD27742B967CB53CA664589327A13 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t* ___numsyncpoints0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSyncPoint(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSyncPoint_m5921AA5A04C6BFA31AA49C804FE7690A67C3E94E (intptr_t ___sound0, int32_t ___index1, intptr_t* ___point2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getSyncPoint(System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSyncPoint_m41C2A80F4DEDD2775939ACB312F62593FD1CA6AB (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t ___index0, intptr_t* ___point1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSyncPointInfo(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSyncPointInfo_mFA3C648F1E70B6DF645305D62F3B5107DDB1C543 (intptr_t ___sound0, intptr_t ___point1, intptr_t ___name2, int32_t ___namelen3, uint32_t* ___offset4, uint32_t ___offsettype5, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getSyncPointInfo(System.IntPtr,System.String&,System.Int32,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSyncPointInfo_m9E9404571091932DB23CCEE2B73034A0DE093125 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___point0, String_t** ___name1, int32_t ___namelen2, uint32_t* ___offset3, uint32_t ___offsettype4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getSyncPointInfo(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSyncPointInfo_mC8547FD659A779F42A88801894B885A5C01931BA (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___point0, uint32_t* ___offset1, uint32_t ___offsettype2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_AddSyncPoint(System.IntPtr,System.UInt32,FMOD.TIMEUNIT,System.Byte[],System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_AddSyncPoint_mD8E27E415FA7B4E89850B1F1C34E042D4FDE7275 (intptr_t ___sound0, uint32_t ___offset1, uint32_t ___offsettype2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name3, intptr_t* ___point4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::addSyncPoint(System.UInt32,FMOD.TIMEUNIT,System.String,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_addSyncPoint_m81C9AF8C2A80DD0CB15AFA77EF63211743695A0F (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t ___offset0, uint32_t ___offsettype1, String_t* ___name2, intptr_t* ___point3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_DeleteSyncPoint(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_DeleteSyncPoint_m6B33B9BF7DBE85264F47B8E720EC929C784993B6 (intptr_t ___sound0, intptr_t ___point1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::deleteSyncPoint(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_deleteSyncPoint_m03905867F07EDAB104F302FD501EEE2C89841715 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___point0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetMode(System.IntPtr,FMOD.MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetMode_m5BB542F53BAA55A8E35C66DB7CE6EE7D07402B31 (intptr_t ___sound0, uint32_t ___mode1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::setMode(FMOD.MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setMode_m0D312C1B6ED67BF61F406927DB42E8323484F470 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t ___mode0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMode(System.IntPtr,FMOD.MODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMode_m72CCEB5070F45EE051D9948122010F32223C4A49 (intptr_t ___sound0, uint32_t* ___mode1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getMode(FMOD.MODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMode_mFE0719E713B19C2B4667B08EA80F56502845F3AD (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t* ___mode0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetLoopCount(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetLoopCount_mC714E1C76F49D4E5237F17DEAE824FBCA1C3EC97 (intptr_t ___sound0, int32_t ___loopcount1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::setLoopCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setLoopCount_mAE5BEE37D0642423012C67B5FD8B5C7EC2D7DD72 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t ___loopcount0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetLoopCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetLoopCount_mD9B8604214B5B8F37111F1D5413FC753EDF9C221 (intptr_t ___sound0, int32_t* ___loopcount1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getLoopCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getLoopCount_mBE3A0C7BA7C2D16180A2E5DCC0F85349B9FE43D8 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t* ___loopcount0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetLoopPoints(System.IntPtr,System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetLoopPoints_m3BE3B0771322E4FBA3932DFCD7D8F9A5BCB4EE1A (intptr_t ___sound0, uint32_t ___loopstart1, uint32_t ___loopstarttype2, uint32_t ___loopend3, uint32_t ___loopendtype4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::setLoopPoints(System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setLoopPoints_m8E8D31F41B63C484502F528CA29F221A572C6965 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t ___loopstart0, uint32_t ___loopstarttype1, uint32_t ___loopend2, uint32_t ___loopendtype3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetLoopPoints(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetLoopPoints_mA050EB169E385CBBC80AE4056BC94CA07EC2CF35 (intptr_t ___sound0, uint32_t* ___loopstart1, uint32_t ___loopstarttype2, uint32_t* ___loopend3, uint32_t ___loopendtype4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getLoopPoints(System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getLoopPoints_m64DF66B7505B198C4930E982A1BF1AA4F27ADA9E (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t* ___loopstart0, uint32_t ___loopstarttype1, uint32_t* ___loopend2, uint32_t ___loopendtype3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMusicNumChannels(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMusicNumChannels_m573C36D681FE1F8A58C8F8E9AE5B967287DAA9AB (intptr_t ___sound0, int32_t* ___numchannels1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getMusicNumChannels(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMusicNumChannels_mA3E9E4575C59EF2526C0394CDF28388666134ADC (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t* ___numchannels0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetMusicChannelVolume(System.IntPtr,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetMusicChannelVolume_m81431CF1D177A54FA260A9F773BDA50C294A7E14 (intptr_t ___sound0, int32_t ___channel1, float ___volume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::setMusicChannelVolume(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setMusicChannelVolume_m678228741E683D6BE02AA8334560614B3A326F31 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t ___channel0, float ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMusicChannelVolume(System.IntPtr,System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMusicChannelVolume_m4EFD005BD1E7D7839643D3A708CD439825C23C40 (intptr_t ___sound0, int32_t ___channel1, float* ___volume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getMusicChannelVolume(System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMusicChannelVolume_m08BB11D3E4BFFD6007BB7569E460A85483214094 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t ___channel0, float* ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetMusicSpeed(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetMusicSpeed_m05F41D41B8FF3430816F58FF17F2027D2ADB5988 (intptr_t ___sound0, float ___speed1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::setMusicSpeed(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setMusicSpeed_m1413FD371E9361624E63987F1C3C120421793959 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float ___speed0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMusicSpeed(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMusicSpeed_mD61418B75DB36CA7C75B162DB0D44C529997112B (intptr_t ___sound0, float* ___speed1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getMusicSpeed(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMusicSpeed_mD7A8C862C73A8EA131036D49BA78E64A7FAEE86B (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float* ___speed0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetUserData_m85272A2EAA4FDDF5D21A2F0A2DEA897840E971DB (intptr_t ___sound0, intptr_t ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setUserData_m22FF2D19BD37938370445FD29DDFB53B039D14ED (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetUserData_m8C5AC1BEE5BDC78B572E18DE402E9B59474FBBB9 (intptr_t ___sound0, intptr_t* ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Sound::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getUserData_m8C472F2AAD11FC45E240BBE48C60D3AC56BC97ED (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t* ___userdata0, const RuntimeMethod* method); // System.Void FMOD.Sound::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Sound__ctor_m1F7B59401A4FC81721CDC774E7796C93ED335C3A_inline (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_mB4DF9161F8D8F48708A2A7BBD7BF626F1EB8C3C8 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Boolean FMOD.Sound::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Sound_hasHandle_m46EFF29816AF80348D535D56AC08A0ED14973DE4 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, const RuntimeMethod* method); // System.Void FMOD.Sound::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sound_clearHandle_mAA13FA6FE0FB8FD32EC112D007120C356EECB899 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_Release_m05C700D272C181D1F88D046F4051084F4B9D2AFA (intptr_t ___soundgroup0, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_release_mB3D651A86793E2BD905B1131915170FBBB2FAAB8 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetSystemObject(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetSystemObject_m8F508323D99C9D34E4E6489B9C29FEE1ADC377D3 (intptr_t ___soundgroup0, intptr_t* ___system1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::getSystemObject(FMOD.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getSystemObject_mF0207D58467FAF8654EAABFE03417C1C76CBE953 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetMaxAudible(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetMaxAudible_m1A0BEA8BFF876F4B46F1C4F7D7C818C86534D38B (intptr_t ___soundgroup0, int32_t ___maxaudible1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::setMaxAudible(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setMaxAudible_m9466F33940ADD602D1DB6A6C3F291D3E0431DBB5 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, int32_t ___maxaudible0, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetMaxAudible(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetMaxAudible_m3111CD8CCB76CD66B04C675E23507129DF2AEF22 (intptr_t ___soundgroup0, int32_t* ___maxaudible1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::getMaxAudible(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getMaxAudible_m881013B9630F5B2518433224CC363C584C831763 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, int32_t* ___maxaudible0, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetMaxAudibleBehavior(System.IntPtr,FMOD.SOUNDGROUP_BEHAVIOR) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetMaxAudibleBehavior_mB4393588ACFE4A889F22BA038288D7BEA6E12052 (intptr_t ___soundgroup0, int32_t ___behavior1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::setMaxAudibleBehavior(FMOD.SOUNDGROUP_BEHAVIOR) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setMaxAudibleBehavior_mFB187719E1FED97EDEA7B19F71161F6270133ABF (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, int32_t ___behavior0, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetMaxAudibleBehavior(System.IntPtr,FMOD.SOUNDGROUP_BEHAVIOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetMaxAudibleBehavior_mA389968FBBA9772F548DB3C66DD10500B1E4FD7C (intptr_t ___soundgroup0, int32_t* ___behavior1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::getMaxAudibleBehavior(FMOD.SOUNDGROUP_BEHAVIOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getMaxAudibleBehavior_m6CE0B4367A18B63CEB876411FF0928FB0636C2D0 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, int32_t* ___behavior0, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetMuteFadeSpeed(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetMuteFadeSpeed_m8F9E91D89BF72BC08D011480604F546ECFBE5F92 (intptr_t ___soundgroup0, float ___speed1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::setMuteFadeSpeed(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setMuteFadeSpeed_m1C984338663C05B3863C05E73FEC83E8D9FA39E8 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, float ___speed0, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetMuteFadeSpeed(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetMuteFadeSpeed_m92ECCF64C90509002D0BB0D60EF3DCF9227063E6 (intptr_t ___soundgroup0, float* ___speed1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::getMuteFadeSpeed(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getMuteFadeSpeed_m730D0D9E0073D5832569A019D063D1E7A675CC4F (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, float* ___speed0, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetVolume(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetVolume_mF72644EA4A53619E823CFC530903AFD68A5A67AC (intptr_t ___soundgroup0, float ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::setVolume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setVolume_m59EB66E493341804B6A8953241D69A61A0B54E5A (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, float ___volume0, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetVolume(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetVolume_mFEEB797E46AA6E556F4A41CAB73ED5C753D5D519 (intptr_t ___soundgroup0, float* ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::getVolume(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getVolume_m32EB4A90F3994ADBDCB2FC54F0F4F50514520508 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, float* ___volume0, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_Stop(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_Stop_m6C9ABE3C22474E604D37BDC156083916E76CCB18 (intptr_t ___soundgroup0, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_stop_mC248FB37430F0B2288BC17EF96EAEB4F494BBE47 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetName(System.IntPtr,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetName_mB672D64FEC70F80CCD12ADD126DA6DE62C800A21 (intptr_t ___soundgroup0, intptr_t ___name1, int32_t ___namelen2, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::getName(System.String&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getName_mA7F3CF529B5E826D41F2F2747277383DE56C6CF3 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, String_t** ___name0, int32_t ___namelen1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetNumSounds(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetNumSounds_m939925B33BDEE7B6D7EB9A244288C464243E455F (intptr_t ___soundgroup0, int32_t* ___numsounds1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::getNumSounds(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getNumSounds_mB7F46D360645F7675D018061E83B43FB3896FEE7 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, int32_t* ___numsounds0, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetSound(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetSound_m3E652A1325EF926BDBD1BFB488B9C25BB40DBC49 (intptr_t ___soundgroup0, int32_t ___index1, intptr_t* ___sound2, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::getSound(System.Int32,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getSound_mAC915234A66D3F0025C4C5307B2A81DEED61C8AF (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, int32_t ___index0, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetNumPlaying(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetNumPlaying_m17E7F9B0475D59CD88AC5F9D791C5DF51659FDE9 (intptr_t ___soundgroup0, int32_t* ___numplaying1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::getNumPlaying(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getNumPlaying_m5A05B3A18D0B1A75A32AF302968A726A65BF99BF (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, int32_t* ___numplaying0, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetUserData_m77646A3928C12D8EC5F85BE9E222D31CAF3FF6ED (intptr_t ___soundgroup0, intptr_t ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setUserData_m5E94D48E570D176A720431A7E62982445915E44E (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, intptr_t ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetUserData_m59AA0BD80145BAFC0B28A4AEACBA076AE8FF8524 (intptr_t ___soundgroup0, intptr_t* ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.SoundGroup::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getUserData_m0E51BA785EE5FF17123D5426299161E0AFC78B7D (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, intptr_t* ___userdata0, const RuntimeMethod* method); // System.Void FMOD.SoundGroup::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SoundGroup__ctor_m4EC74391B8F5214D128FDFFC2B8E82737C27F9BF_inline (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean FMOD.SoundGroup::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SoundGroup_hasHandle_m5EE15FE3578FB680ABAAF07BF612149AF104C5D6 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, const RuntimeMethod* method); // System.Void FMOD.SoundGroup::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoundGroup_clearHandle_m1A726CA6F1FD0FEA7C95B6E9F6FE777246F416D5 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * List_1_get_Item_mF95E6D4D47C73B8C7432F99434EF96DBA91F90F4_inline (List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * (*) (List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Boolean FMOD.StringHelper/ThreadSafeEncoding::InUse() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ThreadSafeEncoding_InUse_m95FAB0E4B43A0D613FF10B661650FEFCF96ED755_inline (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mBAD580AA50EAF188EC67A56AF1FCC070554CC0B2_inline (List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void FMOD.StringHelper/ThreadSafeEncoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeEncoding__ctor_m91B95AB7513463D8B3040DF059B100A041D020AD (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m40C463BCACAAD8D919AF46C0FC9DD091EB1E02B8 (List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * __this, ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 *, ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Void FMOD.StringHelper/ThreadSafeEncoding::SetInUse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeEncoding_SetInUse_m419EF0AE9044CDE5BE3D45B551F049310B1F47AF (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m7A506CADC7BBF7AD22723993E0ED85B3AD8FE5E3 (List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Void FMOD.StringWrapper::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StringWrapper__ctor_m17356B0F15889B9010457717471D595C1606E3AE_inline (StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Void FMODUnity.StudioBankLoader::Load() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_Load_mF942A1A97AC37F4D58C0E198AB57415AC3EF13C0 (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, const RuntimeMethod* method); // System.Void FMODUnity.StudioBankLoader::Unload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_Unload_m55DA8277680F077ACDC66B07887C7BE27B9214FC (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeUtils::EnforceLibraryOrder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_EnforceLibraryOrder_m7B683A846D00BFE05F075B6E444EA49CC969A4DE (const RuntimeMethod* method); // System.Void FMODUnity.StudioBankLoader::HandleGameEvent(FMODUnity.LoaderGameEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_HandleGameEvent_m23CDD35EA73AE43B1F6A4C068A82B41205CDBC69 (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, int32_t ___gameEvent0, const RuntimeMethod* method); // System.Boolean UnityEngine.Component::CompareTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_CompareTag_m17D74EDCC81A10B18A0A588519F522E8DF1D7879 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, String_t* ___tag0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline String_t* Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_inline (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * __this, const RuntimeMethod* method) { return (( String_t* (*) (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // System.Void FMODUnity.RuntimeManager::LoadBank(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_LoadBank_m70106A3188490154BA253D115BBABBBF668CA2E9 (String_t* ___bankName0, bool ___loadSamples1, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeUtils::DebugLogException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_DebugLogException_m0E886BCE69C026E54CEFF21339252D75A97DDBE4 (Exception_t * ___e0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54 (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7 (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void FMODUnity.RuntimeManager::WaitForAllSampleLoading() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_WaitForAllSampleLoading_mAD3A490D263E7C503BAD282FB4243E37E57ECCB7 (const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::UnloadBank(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_UnloadBank_mA4EAC81017228FDB7C4E9CEBC2E160CC60222A57 (String_t* ___bankName0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Boolean FMOD.Studio.EventDescription::isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescription_isValid_m7761CD3FF1E7A927B0BD4057EAF9635FDE9D0C34 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, const RuntimeMethod* method); // System.Void FMODUnity.StudioEventEmitter::Lookup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_Lookup_m7FA6AFD76A552DEB433C206CFE2622FAB0C60FC8 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getMinMaxDistance(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getMinMaxDistance_m94CADB7D4BCCA0682AC681016A3A3A638F921541 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, float* ___min0, float* ___max1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::loadSampleData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_loadSampleData_m1065F878C592C54E2CAFD0FA590579A4A0364E2E (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, const RuntimeMethod* method); // System.Boolean FMOD.Studio.EventInstance::isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::DetachInstanceFromGameObject(FMOD.Studio.EventInstance) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_DetachInstanceFromGameObject_m5CDAF00A2144F2613583FD66AE26C55C0117F443 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 ___instance0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_release_m012DDAB8EC67E2F69000A1A013714E91CF569082 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, const RuntimeMethod* method); // System.Void FMOD.Studio.EventInstance::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventInstance_clearHandle_mA041FC386E262AAD970BD94CC0D5D100F5DCC81E (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::DeregisterActiveEmitter(FMODUnity.StudioEventEmitter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_DeregisterActiveEmitter_mEDA80D5C068CB8483F91933478686FAD9485F536 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * ___emitter0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::unloadSampleData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_unloadSampleData_mE9BD24AB3F5F9DE40364FDB5897AD76F3E24D1ED (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, const RuntimeMethod* method); // System.Void FMODUnity.StudioEventEmitter::Play() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_Play_m23D7E24E2EB795D75EA58CEDD7B5B8C78B20A1E3 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method); // System.Void FMODUnity.StudioEventEmitter::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_Stop_mEFE3A4E69A5F4297E2A6F81837660FF219CB18B0 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method); // FMOD.Studio.EventDescription FMODUnity.RuntimeManager::GetEventDescription(FMODUnity.EventReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D RuntimeManager_GetEventDescription_m8C024A6715EB9E3DC013FD2DFF5F41E6729D978E (EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 ___eventReference0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getParameterDescriptionByName(System.String,FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterDescriptionByName_mD9CEA2307FB550F93E6BB18274A079F60103E917 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, String_t* ___name0, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter1, const RuntimeMethod* method); // System.Boolean FMODUnity.EventReference::get_IsNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventReference_get_IsNull_m036D97EA0BC3BEC1908AE9EFDC5595468D36FACF (EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mE4433DC632AC24816871DDA9235A76F8ABC809E3 (List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // FMOD.RESULT FMOD.Studio.EventDescription::isSnapshot(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_isSnapshot_m943D5060F9E3E95884D201A1EEF8CD92BFAEC577 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, bool* ___snapshot0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::isOneshot(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_isOneshot_m37103DF3AF20ADB4311C2799C6ECD61A445DBE0F (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, bool* ___oneshot0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::is3D(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_is3D_mB8AEE6840612734A9447A21A684334EC3D131E87 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, bool* ___is3D0, const RuntimeMethod* method); // System.Void FMODUnity.StudioEventEmitter::set_IsActive(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StudioEventEmitter_set_IsActive_mF6F0BE0874CF127821328C87B4F70197B0D3221C_inline (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, bool ___value0, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::RegisterActiveEmitter(FMODUnity.StudioEventEmitter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_RegisterActiveEmitter_m458519C0FC1207FB8E611B11222BF48FC5BBB8DD (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * ___emitter0, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::UpdateActiveEmitter(FMODUnity.StudioEventEmitter,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_UpdateActiveEmitter_m205438F59C5E35EE435B6A4890B8B6EA6588764E (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * ___emitter0, bool ___force1, const RuntimeMethod* method); // System.Void FMODUnity.StudioEventEmitter::PlayInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_PlayInstance_m677385DB096CD2CD7C0FD8D226CD5A9AF6F31320 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::createInstance(FMOD.Studio.EventInstance&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_createInstance_m0CD53348F05E79AAAC266E2514A0CAC35B9A7645 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * ___instance0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_GetComponent_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mE2EA0E48C8C0EAFA09C6FAD2003105EACAC85213 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // FMOD.ATTRIBUTES_3D FMODUnity.RuntimeUtils::To3DAttributes(UnityEngine.GameObject,UnityEngine.Rigidbody) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 RuntimeUtils_To3DAttributes_m6117A7C6CF4E72C9626D3147CDECBE885573CBF4 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___go0, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rigidbody1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::set3DAttributes(FMOD.ATTRIBUTES_3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_set3DAttributes_m10DD916A9EC590EA8B79F25F777D5AF3E8B1F885 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___attributes0, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::AttachInstanceToGameObject(FMOD.Studio.EventInstance,UnityEngine.Transform,UnityEngine.Rigidbody) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_AttachInstanceToGameObject_mDC33DD2A81EB6121C29793CB6DC91CDFC70ADC8D (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 ___instance0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform1, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rigidBody2, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * Component_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_m4E9E5E48D529420FAC117599819C02DB73FC7487 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // FMOD.ATTRIBUTES_3D FMODUnity.RuntimeUtils::To3DAttributes(UnityEngine.GameObject,UnityEngine.Rigidbody2D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 RuntimeUtils_To3DAttributes_m761CFBB734E99C12A87CB1FFE410EB688CD2B0C5 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___go0, Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___rigidbody1, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::AttachInstanceToGameObject(FMOD.Studio.EventInstance,UnityEngine.Transform,UnityEngine.Rigidbody2D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_AttachInstanceToGameObject_mA9448CB4A75F1CD5ED3E1F59A23079C9F40ED652 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 ___instance0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform1, Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___rigidBody2D2, const RuntimeMethod* method); // FMOD.ATTRIBUTES_3D FMODUnity.RuntimeUtils::To3DAttributes(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 RuntimeUtils_To3DAttributes_mFBA3362C9352328FEFCC55C1F2BF8F1AD261FA42 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___go0, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::AttachInstanceToGameObject(FMOD.Studio.EventInstance,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_AttachInstanceToGameObject_mE61C6E431D521D5EB03A0E25A4ED716C15AD85C7 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 ___instance0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::setParameterByID(FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByID_m3129D9EDDF71A1719F309030F8F937F204FE4BE9 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float ___value1, bool ___ignoreseekspeed2, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C List_1_GetEnumerator_m2554E26B7678550EE238101425F0E972C8705FE0 (List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * __this, const RuntimeMethod* method) { return (( Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C (*) (List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * Enumerator_get_Current_m7FA122283D3AF272A8222C54E9C3D050D30E0880_inline (Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C * __this, const RuntimeMethod* method) { return (( ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * (*) (Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m7432D8EF4D2485C8BECCCDB2DD000763EF1C9681 (Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m7AB18D633BE6B10C450C323ADDFF7911735F999D (Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // FMOD.RESULT FMOD.Studio.EventInstance::setProperty(FMOD.Studio.EVENT_PROPERTY,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setProperty_mC3901535740BB21BC32668A1F507987F87BBABA7 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, int32_t ___index0, float ___value1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_start_mE3EA9B9B0606815C7FB674F0CC2D6A3BBA2A9141 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, const RuntimeMethod* method); // System.Void FMODUnity.StudioEventEmitter::StopInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_StopInstance_m642637E900A414A7F41967C5542F0078A9A825E5 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::stop(FMOD.Studio.STOP_MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_stop_mA8E03AF1E11B25790B1EDB4CBA6FB95B485451F3 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, int32_t ___mode0, const RuntimeMethod* method); // System.Void FMODUnity.StudioEventEmitter/<>c__DisplayClass37_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass37_0__ctor_m18866DB9FC35576A31DE728B4B99A3152E7A54A0 (U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465 * __this, const RuntimeMethod* method); // System.Boolean FMODUnity.StudioEventEmitter::get_IsActive() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool StudioEventEmitter_get_IsActive_mB9D66ABC30BEF78272C24A549473AF0E94C2B5AE_inline (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_mE0B3E9CB2A99F5B09E55999C8D3BE0F5B0343B39 (Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_gshared)(__this, ___object0, ___method1, method); } // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) inline ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * List_1_Find_mD8E3ED87D100F002A1DC893555A8283A47AB95C7 (List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * __this, Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050 * ___match0, const RuntimeMethod* method) { return (( ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * (*) (List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 *, Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050 *, const RuntimeMethod*))List_1_Find_mBE8A91B51D29EC296321E6070FCD76081576B31E_gshared)(__this, ___match0, method); } // System.Void FMODUnity.ParamRef::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamRef__ctor_mA3DAD1BDD4B92FAA43FA263F812A0196F5E0449A (ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * __this, const RuntimeMethod* method); // System.String FMOD.StringWrapper::op_Implicit(FMOD.StringWrapper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringWrapper_op_Implicit_m1C6552BF7971A27E384A063ADE196428072AE8EB (StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___fstring0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m8BF343B4B7AF6B3E596F38EBA0F7583FA638578D (List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * __this, ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 *, ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // FMOD.RESULT FMOD.Studio.EventInstance::setParameterByName(System.String,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByName_mBA06A2B5E5F69F25F61EF96BD19299CC2B447002 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, String_t* ___name0, float ___value1, bool ___ignoreseekspeed2, const RuntimeMethod* method); // System.Void FMODUnity.StudioEventEmitter/<>c__DisplayClass38_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_0__ctor_mA0CD2A40F04880636041E5CE32FB1B7D34DB1D2B (U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getParameterDescriptionByID(FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterDescriptionByID_mF47028872B0E3BCB38537BBF587DC58B7639E6AD (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getPlaybackState(FMOD.Studio.PLAYBACK_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPlaybackState_mA1F9D7BB93F9A9BBA0EC2763A9476E1DE3B8A72C (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, int32_t* ___state0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m54C62F511EB4A4A8B9A5A985788417FA877A34AC (List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void FMODUnity.EventHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler__ctor_m3ED5728681101F586E5E4F1F26EF85D733DFC6E1 (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, const RuntimeMethod* method); // FMOD.Studio.System FMODUnity.RuntimeManager::get_StudioSystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 RuntimeManager_get_StudioSystem_m8B2E68C05A396FD847539CA6556A83D2342C55CA (const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getParameterDescriptionByName(System.String,FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionByName_mCB0CC15231E71C233CBCDD5D4AEC5E7D252352E4 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___name0, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter1, const RuntimeMethod* method); // FMOD.RESULT FMODUnity.StudioGlobalParameterTrigger::Lookup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StudioGlobalParameterTrigger_Lookup_m4CA44873D6092DE234912EB8023A45FF3B9652CE (StudioGlobalParameterTrigger_t7AF45683CD487893636F8F5EBF8CA1581229206C * __this, const RuntimeMethod* method); // System.Void FMODUnity.StudioGlobalParameterTrigger::TriggerParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioGlobalParameterTrigger_TriggerParameters_m2253CCD62B6265FAD460E4648EBBA0470C6F5F56 (StudioGlobalParameterTrigger_t7AF45683CD487893636F8F5EBF8CA1581229206C * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::setParameterByID(FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByID_mD829C06BC3C0C1F473326758ED858B94EE48AA3D (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float ___value1, bool ___ignoreseekspeed2, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeUtils::DebugLogError(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_DebugLogError_m32DADF824B49D54717C11A1689F35D14F6C3B57B (String_t* ___message0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * GameObject_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_mE749A8DAAB8733CB623A476DC361B88581AF3E40 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Int32 FMODUnity.RuntimeManager::AddListener(FMODUnity.StudioListener) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeManager_AddListener_m7018E3B64E04A596491CC3C93F5FF13A3B2005E0 (StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * ___listener0, const RuntimeMethod* method); // System.Boolean FMODUnity.RuntimeManager::RemoveListener(FMODUnity.StudioListener) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeManager_RemoveListener_mB17C7EE3E7D43060A38737DB2CAACE71D7D938FE (StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * ___listener0, const RuntimeMethod* method); // System.Void FMODUnity.StudioListener::SetListenerLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioListener_SetListenerLocation_m9623F22198605C353C6A1F98073813A84C6250C2 (StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * __this, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::SetListenerLocation(System.Int32,UnityEngine.GameObject,UnityEngine.Rigidbody,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_SetListenerLocation_m1843B7D9BD3C45F5836169ABFE6FD078EDADB7BC (int32_t ___listenerIndex0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject1, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rigidBody2, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___attenuationObject3, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::SetListenerLocation(System.Int32,UnityEngine.GameObject,UnityEngine.Rigidbody2D,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_SetListenerLocation_m71F55DCFB240F401CDCFDBE2C1FD37F71CD5F53B (int32_t ___listenerIndex0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject1, Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___rigidBody2D2, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___attenuationObject3, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::SetListenerLocation(System.Int32,UnityEngine.GameObject,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_SetListenerLocation_m47E88B73FA0863B24CA0733A11DDD266DAF4B7F5 (int32_t ___listenerIndex0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject1, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___attenuationObject2, const RuntimeMethod* method); // System.Void FMODUnity.StudioParameterTrigger::TriggerParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioParameterTrigger_TriggerParameters_mF29FCF37335A668E749E0D43303368E65ECA7590 (StudioParameterTrigger_t1823479A7EC8918A87BC54D42BCFD4C5950B6AA2 * __this, const RuntimeMethod* method); // FMOD.Studio.EventInstance FMODUnity.StudioEventEmitter::get_EventInstance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 StudioEventEmitter_get_EventInstance_mDF92AC5F5DD9B02747203A1E80EFD9E9AB5C3198_inline (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Release_mA84CA742A837D8F68497462B0C02BED01CED5FEF (intptr_t ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_release_m1BECD9E9087D327ACA0A17EB625F815ECDD2A6BA (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetOutput(System.IntPtr,FMOD.OUTPUTTYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetOutput_mA9B9A759636F482B3A38A306E9F2B9765AC8402A (intptr_t ___system0, int32_t ___output1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setOutput(FMOD.OUTPUTTYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setOutput_m4971A597846BB9C2E6D3A730F1C4EBB23552D3BA (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___output0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetOutput(System.IntPtr,FMOD.OUTPUTTYPE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetOutput_mD85DFCB9BBA8C1416FCEF7E675F8A2FB6A1F3FC4 (intptr_t ___system0, int32_t* ___output1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getOutput(FMOD.OUTPUTTYPE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getOutput_mAA1EB0589BCEB75434F48D48D73E94E3711B729A (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___output0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetNumDrivers(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetNumDrivers_mA97169CD923A1FCA9A68A27DA4B8B1F0280ED209 (intptr_t ___system0, int32_t* ___numdrivers1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getNumDrivers(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNumDrivers_mAEF2EE84528C262CC03BB93E7672BC9F3A5B63D8 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___numdrivers0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetDriverInfo(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Guid&,System.Int32&,FMOD.SPEAKERMODE&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetDriverInfo_mADF01EF04050D8945B511A59CFB167497A5BD8FA (intptr_t ___system0, int32_t ___id1, intptr_t ___name2, int32_t ___namelen3, Guid_t * ___guid4, int32_t* ___systemrate5, int32_t* ___speakermode6, int32_t* ___speakermodechannels7, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getDriverInfo(System.Int32,System.String&,System.Int32,System.Guid&,System.Int32&,FMOD.SPEAKERMODE&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getDriverInfo_mF2FEEEF8A42D1F474788CAD712073B0D24122F92 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, String_t** ___name1, int32_t ___namelen2, Guid_t * ___guid3, int32_t* ___systemrate4, int32_t* ___speakermode5, int32_t* ___speakermodechannels6, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getDriverInfo(System.Int32,System.Guid&,System.Int32&,FMOD.SPEAKERMODE&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getDriverInfo_m2305488899D02881CB69B805EC16E643EA56FEC2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, Guid_t * ___guid1, int32_t* ___systemrate2, int32_t* ___speakermode3, int32_t* ___speakermodechannels4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetDriver(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetDriver_mEB0CDA568E38CACAE55317B4E81D1B698F3D3B5A (intptr_t ___system0, int32_t ___driver1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setDriver(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setDriver_m624944F70A4CBDCD9C41374DA217522AF61CFBD6 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___driver0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetDriver(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetDriver_m8BD4C12EF8638AC7B42A54DA92ECA50F30AA6258 (intptr_t ___system0, int32_t* ___driver1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getDriver(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getDriver_m0263654B166B07DBD0650DC18673F40DF1DD25BC (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___driver0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetSoftwareChannels(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetSoftwareChannels_m16794261094904F08FD5B91C36B5040EDB882DA1 (intptr_t ___system0, int32_t ___numsoftwarechannels1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setSoftwareChannels(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setSoftwareChannels_m4A306C5E913E961B06B5BD802638C4171A150CB9 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___numsoftwarechannels0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetSoftwareChannels(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetSoftwareChannels_m14E4E685247937C6462184FE8797AB11330E7169 (intptr_t ___system0, int32_t* ___numsoftwarechannels1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getSoftwareChannels(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getSoftwareChannels_m139F03A1EBB7C79C7E240340212766981D19B9F7 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___numsoftwarechannels0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetSoftwareFormat(System.IntPtr,System.Int32,FMOD.SPEAKERMODE,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetSoftwareFormat_m6BDEE9FC663BD96CA0C1841DD13711225C2097B8 (intptr_t ___system0, int32_t ___samplerate1, int32_t ___speakermode2, int32_t ___numrawspeakers3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setSoftwareFormat(System.Int32,FMOD.SPEAKERMODE,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setSoftwareFormat_m4D223230D8E4723EC34051EDD60FB116722C0714 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___samplerate0, int32_t ___speakermode1, int32_t ___numrawspeakers2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetSoftwareFormat(System.IntPtr,System.Int32&,FMOD.SPEAKERMODE&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetSoftwareFormat_m00B5122098124D95EC3D89B7F601B7B0C320D717 (intptr_t ___system0, int32_t* ___samplerate1, int32_t* ___speakermode2, int32_t* ___numrawspeakers3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getSoftwareFormat(System.Int32&,FMOD.SPEAKERMODE&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getSoftwareFormat_m21A92E052A09961317B609ABDCE5350CE50092C3 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___samplerate0, int32_t* ___speakermode1, int32_t* ___numrawspeakers2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetDSPBufferSize(System.IntPtr,System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetDSPBufferSize_mB25A5AA9D715E913B7CA77C15AF0448BF9661778 (intptr_t ___system0, uint32_t ___bufferlength1, int32_t ___numbuffers2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setDSPBufferSize(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setDSPBufferSize_m13A382CA3D4F3C883C8C16862C1A629C982353E5 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___bufferlength0, int32_t ___numbuffers1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetDSPBufferSize(System.IntPtr,System.UInt32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetDSPBufferSize_m7AF211CEBFF2A36F64320A95FD3E86CC8F94E76B (intptr_t ___system0, uint32_t* ___bufferlength1, int32_t* ___numbuffers2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getDSPBufferSize(System.UInt32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getDSPBufferSize_m11EC892AA36631F56BBDF2B8EB6F5392BE5BBF49 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t* ___bufferlength0, int32_t* ___numbuffers1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetFileSystem(System.IntPtr,FMOD.FILE_OPEN_CALLBACK,FMOD.FILE_CLOSE_CALLBACK,FMOD.FILE_READ_CALLBACK,FMOD.FILE_SEEK_CALLBACK,FMOD.FILE_ASYNCREAD_CALLBACK,FMOD.FILE_ASYNCCANCEL_CALLBACK,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetFileSystem_m1645E82F2896F3D88E77D44B5B0B284C4DCC87B9 (intptr_t ___system0, FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * ___useropen1, FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * ___userclose2, FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * ___userread3, FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * ___userseek4, FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F * ___userasyncread5, FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF * ___userasynccancel6, int32_t ___blockalign7, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setFileSystem(FMOD.FILE_OPEN_CALLBACK,FMOD.FILE_CLOSE_CALLBACK,FMOD.FILE_READ_CALLBACK,FMOD.FILE_SEEK_CALLBACK,FMOD.FILE_ASYNCREAD_CALLBACK,FMOD.FILE_ASYNCCANCEL_CALLBACK,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setFileSystem_m0654C788ECE1EA9033FDE1801C3985FFD6AFE85C (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * ___useropen0, FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * ___userclose1, FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * ___userread2, FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * ___userseek3, FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F * ___userasyncread4, FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF * ___userasynccancel5, int32_t ___blockalign6, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_AttachFileSystem(System.IntPtr,FMOD.FILE_OPEN_CALLBACK,FMOD.FILE_CLOSE_CALLBACK,FMOD.FILE_READ_CALLBACK,FMOD.FILE_SEEK_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_AttachFileSystem_mD6D21A9A5E129635DE8002AE38223214B7885CBC (intptr_t ___system0, FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * ___useropen1, FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * ___userclose2, FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * ___userread3, FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * ___userseek4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::attachFileSystem(FMOD.FILE_OPEN_CALLBACK,FMOD.FILE_CLOSE_CALLBACK,FMOD.FILE_READ_CALLBACK,FMOD.FILE_SEEK_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_attachFileSystem_m1A508892C6D5B63AC2E493305856D0594E7BE94F (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * ___useropen0, FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * ___userclose1, FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * ___userread2, FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * ___userseek3, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Int32 FMOD.MarshalHelper::SizeOf(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MarshalHelper_SizeOf_m85034A210DAA83CFB03240A1D05EDC85FBEF60BB (Type_t * ___t0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetAdvancedSettings(System.IntPtr,FMOD.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetAdvancedSettings_m2D52C78EDB495B779B4F1BA896E58E3874BA47FA (intptr_t ___system0, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * ___settings1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setAdvancedSettings(FMOD.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setAdvancedSettings_mA15BBCE6FF907D59721E51CCB8B49065CAB46C74 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * ___settings0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetAdvancedSettings(System.IntPtr,FMOD.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetAdvancedSettings_m56719919AE47EE9999E1AB79CB39851D8CBA2728 (intptr_t ___system0, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * ___settings1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getAdvancedSettings(FMOD.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getAdvancedSettings_m48DF910C80368664AE45381B11F422463AA0BD03 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * ___settings0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetCallback(System.IntPtr,FMOD.SYSTEM_CALLBACK,FMOD.SYSTEM_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetCallback_m30F67B7DEDF27A95D3E35F98586A60B0A22E20E0 (intptr_t ___system0, SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * ___callback1, uint32_t ___callbackmask2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setCallback(FMOD.SYSTEM_CALLBACK,FMOD.SYSTEM_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setCallback_m3522FE5C68147B3177D67F0DA362822FA8309B31 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * ___callback0, uint32_t ___callbackmask1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetPluginPath(System.IntPtr,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetPluginPath_m813D28C5011B4A649C2FD7758C057562A7DF2D1B (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___path1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setPluginPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setPluginPath_m297EA32AC9EE529F6CA23E5A0AE57091C9AE488B (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___path0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_LoadPlugin(System.IntPtr,System.Byte[],System.UInt32&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_LoadPlugin_mBDA4DAE1B2E00807CB74B6670E5CB7134366443F (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___filename1, uint32_t* ___handle2, uint32_t ___priority3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::loadPlugin(System.String,System.UInt32&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadPlugin_mE74F666527CA38E22F4704F9C3626AFD81C7D36E (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___filename0, uint32_t* ___handle1, uint32_t ___priority2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_UnloadPlugin(System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_UnloadPlugin_mC441E0317EB927952E764639AC30906B4F56FC37 (intptr_t ___system0, uint32_t ___handle1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::unloadPlugin(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_unloadPlugin_m26479D93225450860DE08F58D63B039FE862149F (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetNumNestedPlugins(System.IntPtr,System.UInt32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetNumNestedPlugins_m7DB5B52DFD4A41F7449370A3D2DD0CD5E6DC195C (intptr_t ___system0, uint32_t ___handle1, int32_t* ___count2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getNumNestedPlugins(System.UInt32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNumNestedPlugins_mED191DC2DC9C3809BC307688BD8265741E03EE81 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, int32_t* ___count1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetNestedPlugin(System.IntPtr,System.UInt32,System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetNestedPlugin_mD24971ABBCCDBD39B5895A75174E748EA201CA03 (intptr_t ___system0, uint32_t ___handle1, int32_t ___index2, uint32_t* ___nestedhandle3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getNestedPlugin(System.UInt32,System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNestedPlugin_m132B8450B34BD180245B9062095331158374CDBB (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, int32_t ___index1, uint32_t* ___nestedhandle2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetNumPlugins(System.IntPtr,FMOD.PLUGINTYPE,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetNumPlugins_m4A92363F0E06B06A8465D98260D5A5A6EFBE29E7 (intptr_t ___system0, int32_t ___plugintype1, int32_t* ___numplugins2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getNumPlugins(FMOD.PLUGINTYPE,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNumPlugins_m97213D74BF21E63E06D79D46604ED8F9464CF484 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___plugintype0, int32_t* ___numplugins1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetPluginHandle(System.IntPtr,FMOD.PLUGINTYPE,System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetPluginHandle_m9983B7FDE3E99D13A395F197EED45D6F8EAA6D12 (intptr_t ___system0, int32_t ___plugintype1, int32_t ___index2, uint32_t* ___handle3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getPluginHandle(FMOD.PLUGINTYPE,System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getPluginHandle_m5D263BA5566651114CD31232DAD09F38310B42E8 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___plugintype0, int32_t ___index1, uint32_t* ___handle2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetPluginInfo(System.IntPtr,System.UInt32,FMOD.PLUGINTYPE&,System.IntPtr,System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetPluginInfo_mAE022A71A7AA363E4DE7473945E58FAC0F93C5D5 (intptr_t ___system0, uint32_t ___handle1, int32_t* ___plugintype2, intptr_t ___name3, int32_t ___namelen4, uint32_t* ___version5, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getPluginInfo(System.UInt32,FMOD.PLUGINTYPE&,System.String&,System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getPluginInfo_mF9B0B8D3DDE5FDE4AE84976C04E0D072865FF5CA (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, int32_t* ___plugintype1, String_t** ___name2, int32_t ___namelen3, uint32_t* ___version4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getPluginInfo(System.UInt32,FMOD.PLUGINTYPE&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getPluginInfo_mEED438F8638D9FE2909720505897671A4F07FF08 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, int32_t* ___plugintype1, uint32_t* ___version2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetOutputByPlugin(System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetOutputByPlugin_m5815B3BF18AC39441B402CCE087F305B45432E7F (intptr_t ___system0, uint32_t ___handle1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setOutputByPlugin(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setOutputByPlugin_m09D2089B33E1ED426BF94E4BD3F936016215B270 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetOutputByPlugin(System.IntPtr,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetOutputByPlugin_mBD2DE65D52B03F71C165300775A8418E7B5B4AE3 (intptr_t ___system0, uint32_t* ___handle1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getOutputByPlugin(System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getOutputByPlugin_m44C388259A9904F1BB23DD4D2B9F203DA103DAD6 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t* ___handle0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_CreateDSPByPlugin(System.IntPtr,System.UInt32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateDSPByPlugin_m576D13FD5D7AD233C11432BDBE60F8379F0F7A50 (intptr_t ___system0, uint32_t ___handle1, intptr_t* ___dsp2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createDSPByPlugin(System.UInt32,FMOD.DSP&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createDSPByPlugin_m13BA0C543E41E2F717611F7E754BC1A54014F207 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetDSPInfoByPlugin(System.IntPtr,System.UInt32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetDSPInfoByPlugin_m1CEA6E799F6BE069A7F15F6D158B32D4385E1BDC (intptr_t ___system0, uint32_t ___handle1, intptr_t* ___description2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getDSPInfoByPlugin(System.UInt32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getDSPInfoByPlugin_m731F7B2E599E1213B25FEDAAACF793560EE59863 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, intptr_t* ___description1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_RegisterDSP(System.IntPtr,FMOD.DSP_DESCRIPTION&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_RegisterDSP_m8465789A7AAADFD0F87DD91E9D04B93E11B1A1EB (intptr_t ___system0, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 * ___description1, uint32_t* ___handle2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::registerDSP(FMOD.DSP_DESCRIPTION&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_registerDSP_m8FE6E374FCE1D2C3738D422188F86D97954BBFB2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 * ___description0, uint32_t* ___handle1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_Init(System.IntPtr,System.Int32,FMOD.INITFLAGS,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Init_m63E4137496DFEC16990DED038165E77843DA3CC4 (intptr_t ___system0, int32_t ___maxchannels1, uint32_t ___flags2, intptr_t ___extradriverdata3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::init(System.Int32,FMOD.INITFLAGS,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_init_mFA1560FB7F277718ABD8763BE98C81AA68B2A8A8 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___maxchannels0, uint32_t ___flags1, intptr_t ___extradriverdata2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_Close(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Close_m73E0DF86E473984E86088BA9DA046267E599C114 (intptr_t ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_close_m2E1C017F38D1DFA6CA368498B89D43CD56F4FBA9 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_Update(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Update_mAF9F0E2B9C1C51D7EB969D8BD6135442422E16DF (intptr_t ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_update_m29A01B533D3B5FA5A91C9009C2E5891AE8C8158F (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetSpeakerPosition(System.IntPtr,FMOD.SPEAKER,System.Single,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetSpeakerPosition_mC7C4CFB862327ECD7C7E6E7E4A73B8A65E98EA11 (intptr_t ___system0, int32_t ___speaker1, float ___x2, float ___y3, bool ___active4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setSpeakerPosition(FMOD.SPEAKER,System.Single,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setSpeakerPosition_m489A35B7BE085B57DDFDFF1D91E50EE53DAA20B5 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___speaker0, float ___x1, float ___y2, bool ___active3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetSpeakerPosition(System.IntPtr,FMOD.SPEAKER,System.Single&,System.Single&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetSpeakerPosition_m33579E77171DBE9720804A64CEEFD7E74B4E595F (intptr_t ___system0, int32_t ___speaker1, float* ___x2, float* ___y3, bool* ___active4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getSpeakerPosition(FMOD.SPEAKER,System.Single&,System.Single&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getSpeakerPosition_m3737D76AC665A7208928B79F6E2967CCE2A122F2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___speaker0, float* ___x1, float* ___y2, bool* ___active3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetStreamBufferSize(System.IntPtr,System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetStreamBufferSize_m166AF4164B0043DC1C00A6560086961CD3CADDA2 (intptr_t ___system0, uint32_t ___filebuffersize1, uint32_t ___filebuffersizetype2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setStreamBufferSize(System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setStreamBufferSize_m983BD404E19235650B8647051E69D4CCECC99D83 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___filebuffersize0, uint32_t ___filebuffersizetype1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetStreamBufferSize(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetStreamBufferSize_m67AF23043583CA9D608469F594441E26F7CD0527 (intptr_t ___system0, uint32_t* ___filebuffersize1, uint32_t* ___filebuffersizetype2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getStreamBufferSize(System.UInt32&,FMOD.TIMEUNIT&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getStreamBufferSize_mA8CE85C069F73639CF08C5600CACB8559DD9C01B (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t* ___filebuffersize0, uint32_t* ___filebuffersizetype1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_Set3DSettings(System.IntPtr,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Set3DSettings_m4DAB52F915D62DFB787F13B4CA6D4A8F48180025 (intptr_t ___system0, float ___dopplerscale1, float ___distancefactor2, float ___rolloffscale3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::set3DSettings(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_set3DSettings_m710088F4CAF9768985C4522CB237F997E1697139 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, float ___dopplerscale0, float ___distancefactor1, float ___rolloffscale2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_Get3DSettings(System.IntPtr,System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Get3DSettings_mA8C51E7CC518D03F709EC025647381DE846AE1DF (intptr_t ___system0, float* ___dopplerscale1, float* ___distancefactor2, float* ___rolloffscale3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::get3DSettings(System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_get3DSettings_m5A1A9AB67FBC36CE8A5CDB6DC4035360C1A7D8C1 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, float* ___dopplerscale0, float* ___distancefactor1, float* ___rolloffscale2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_Set3DNumListeners(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Set3DNumListeners_m216ECE10770702D41EC9D021434A2EE0DE5452DF (intptr_t ___system0, int32_t ___numlisteners1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::set3DNumListeners(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_set3DNumListeners_mD09869118644DA37CB7187E13F88C98AD6C1835A (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___numlisteners0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_Get3DNumListeners(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Get3DNumListeners_mABB4E7CE5F9BF27FA2CD203FFCCC38D9A2E70EE5 (intptr_t ___system0, int32_t* ___numlisteners1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::get3DNumListeners(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_get3DNumListeners_m3EC9D14B56B170C3B3E4B74195FB3B1FE4C11AEF (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___numlisteners0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_Set3DListenerAttributes(System.IntPtr,System.Int32,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Set3DListenerAttributes_mE0C3EBE9509124D3A16FC7897EBE2B4493FDA65D (intptr_t ___system0, int32_t ___listener1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel3, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward4, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up5, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::set3DListenerAttributes(System.Int32,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_set3DListenerAttributes_mADB2A2D41246C492D00E11362E0EA4EEC504356E (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___listener0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward3, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_Get3DListenerAttributes(System.IntPtr,System.Int32,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Get3DListenerAttributes_m0DEB7D7ACE122DFEF27988EC6CFDFD403F20F093 (intptr_t ___system0, int32_t ___listener1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel3, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward4, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up5, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::get3DListenerAttributes(System.Int32,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_get3DListenerAttributes_mAA477163ADC433EAE919EB0ED3F1A9565E1CB077 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___listener0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward3, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_Set3DRolloffCallback(System.IntPtr,FMOD.CB_3D_ROLLOFF_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Set3DRolloffCallback_m7123D0D18945A3CFD244E8AA029D9129C211A391 (intptr_t ___system0, CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81 * ___callback1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::set3DRolloffCallback(FMOD.CB_3D_ROLLOFF_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_set3DRolloffCallback_m7AA661053AE7929D0AF2D5A548E6995BA2C9E8C4 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81 * ___callback0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_MixerSuspend(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_MixerSuspend_m0CF45C07D0AAB6A288D4F3C44665FE27A77BB8A2 (intptr_t ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::mixerSuspend() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_mixerSuspend_mE838C32932EF58879F928D1F983576BF5997A450 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_MixerResume(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_MixerResume_mF123C43346C47A0AE7DDAD5DC0DF0E1FBBD2EB08 (intptr_t ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::mixerResume() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_mixerResume_m7E4D832E8BBF370747C4E7D8B8258896FF47A5C5 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetDefaultMixMatrix(System.IntPtr,FMOD.SPEAKERMODE,FMOD.SPEAKERMODE,System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetDefaultMixMatrix_m70CAE09D0EF1E748B57287D9E934ABF1B9246CDB (intptr_t ___system0, int32_t ___sourcespeakermode1, int32_t ___targetspeakermode2, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix3, int32_t ___matrixhop4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getDefaultMixMatrix(FMOD.SPEAKERMODE,FMOD.SPEAKERMODE,System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getDefaultMixMatrix_m9E96632C7E9EF3820CFBE6736E32B1ED21DB49DD (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___sourcespeakermode0, int32_t ___targetspeakermode1, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix2, int32_t ___matrixhop3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetSpeakerModeChannels(System.IntPtr,FMOD.SPEAKERMODE,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetSpeakerModeChannels_mF27D8D99C7E6C474C26C3A2976968ADE6E4C6B8B (intptr_t ___system0, int32_t ___mode1, int32_t* ___channels2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getSpeakerModeChannels(FMOD.SPEAKERMODE,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getSpeakerModeChannels_m7BDC544BEFC75D80FF340761B6FC9CFCB5AE36B2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___mode0, int32_t* ___channels1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetVersion(System.IntPtr,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetVersion_m024CDA961F67885D69E25EA2ECCDBFC2CAC0282C (intptr_t ___system0, uint32_t* ___version1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getVersion(System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getVersion_m68BD3E4B768FE9449ABEF6E14D3EF647B25552F4 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t* ___version0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetOutputHandle(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetOutputHandle_m6DD5CEAB6BAACD4AFC3FBEF88D7DF6A896A265B8 (intptr_t ___system0, intptr_t* ___handle1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getOutputHandle(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getOutputHandle_m46D47266C1C2C0D3BF7A119648A84CA4370E78B0 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t* ___handle0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetChannelsPlaying(System.IntPtr,System.Int32&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetChannelsPlaying_m5BDDFEED72E8E919019486FB3C3FE1B673BFC496 (intptr_t ___system0, int32_t* ___channels1, intptr_t ___zero2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getChannelsPlaying(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getChannelsPlaying_m90AF51615748D61D0B1E4C832F38543DF52EBC8E (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___channels0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetChannelsPlaying(System.IntPtr,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetChannelsPlaying_mC94FAE41895686E3073C266FF359CE9084A6CB1E (intptr_t ___system0, int32_t* ___channels1, int32_t* ___realchannels2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getChannelsPlaying(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getChannelsPlaying_m3F785053E768C54EBC7B53523D9BF786C32B34E2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___channels0, int32_t* ___realchannels1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetCPUUsage(System.IntPtr,FMOD.CPU_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetCPUUsage_m4C86B4472B34BC24E201CF658EA1EE5D2749DEE5 (intptr_t ___system0, CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 * ___usage1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getCPUUsage(FMOD.CPU_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getCPUUsage_m985A89A049056E944D4A9271560D6E0131E852F4 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 * ___usage0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetFileUsage(System.IntPtr,System.Int64&,System.Int64&,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetFileUsage_m1A5B062FF97CC2F6A0F2FF04893664D4C55C679F (intptr_t ___system0, int64_t* ___sampleBytesRead1, int64_t* ___streamBytesRead2, int64_t* ___otherBytesRead3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getFileUsage(System.Int64&,System.Int64&,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getFileUsage_mC75B8174A4B61C1FD4C5D9E0A106115E75A718D3 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int64_t* ___sampleBytesRead0, int64_t* ___streamBytesRead1, int64_t* ___otherBytesRead2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_CreateSound(System.IntPtr,System.Byte[],FMOD.MODE,FMOD.CREATESOUNDEXINFO&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateSound_mB6C396146454735E6C5C48D793E792FEE6838B60 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name_or_data1, uint32_t ___mode2, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo3, intptr_t* ___sound4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createSound(System.String,FMOD.MODE,FMOD.CREATESOUNDEXINFO&,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createSound_m2C5AFED92D06783319EDB2816F1E5BF8E74416AD (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___name0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createSound(System.Byte[],FMOD.MODE,FMOD.CREATESOUNDEXINFO&,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createSound_m068BF1473BBC069740907F0316F76639A85B55F9 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_CreateSound(System.IntPtr,System.IntPtr,FMOD.MODE,FMOD.CREATESOUNDEXINFO&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateSound_m9EBC07F6AD39953C2D7037BA7B45E0DE5726C411 (intptr_t ___system0, intptr_t ___name_or_data1, uint32_t ___mode2, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo3, intptr_t* ___sound4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createSound(System.IntPtr,FMOD.MODE,FMOD.CREATESOUNDEXINFO&,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createSound_m7AE70CA19A7CEC42D53F11DF196EBE7F26E2808A (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t ___name_or_data0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createSound(System.String,FMOD.MODE,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createSound_mE385C85C718B9E3E4531B4C0D6153F7918C5615E (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___name0, uint32_t ___mode1, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_CreateStream(System.IntPtr,System.Byte[],FMOD.MODE,FMOD.CREATESOUNDEXINFO&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateStream_m4DF7A6802E8F2476AFCEEC1F835FC160872BCDB0 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name_or_data1, uint32_t ___mode2, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo3, intptr_t* ___sound4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createStream(System.String,FMOD.MODE,FMOD.CREATESOUNDEXINFO&,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createStream_m1B8B702680163A9CBA782F6EBCE9EBC7173CBFE0 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___name0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createStream(System.Byte[],FMOD.MODE,FMOD.CREATESOUNDEXINFO&,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createStream_mD2B2A1F53A82C85E90BEB186E9FD62F8B154C0E0 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_CreateStream(System.IntPtr,System.IntPtr,FMOD.MODE,FMOD.CREATESOUNDEXINFO&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateStream_mAAE5AAE5172C4A6E3A99F3D96BC621E695F1940E (intptr_t ___system0, intptr_t ___name_or_data1, uint32_t ___mode2, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo3, intptr_t* ___sound4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createStream(System.IntPtr,FMOD.MODE,FMOD.CREATESOUNDEXINFO&,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createStream_m8820E488D3F20752F18315B84E24D74D48F8793B (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t ___name_or_data0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createStream(System.String,FMOD.MODE,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createStream_m51F3D70E00CC2B6EFDA4C1C37DDF056A5F0160BA (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___name0, uint32_t ___mode1, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_CreateDSP(System.IntPtr,FMOD.DSP_DESCRIPTION&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateDSP_m509D09B0191C60B449CF48E49D57EFE713897ADF (intptr_t ___system0, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 * ___description1, intptr_t* ___dsp2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createDSP(FMOD.DSP_DESCRIPTION&,FMOD.DSP&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createDSP_m11C7200BFA3450880A3D7E072915D68AB84CC3C8 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 * ___description0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_CreateDSPByType(System.IntPtr,FMOD.DSP_TYPE,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateDSPByType_m2AAD101EAC4526DE11E699EB590E174642E74CC8 (intptr_t ___system0, int32_t ___type1, intptr_t* ___dsp2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createDSPByType(FMOD.DSP_TYPE,FMOD.DSP&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createDSPByType_m3B7FF160C4C1B451C870C3DE0F8B8950A0BADF5C (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___type0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_CreateChannelGroup(System.IntPtr,System.Byte[],System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateChannelGroup_mF980F555BC25B14599752D35175698ADA53EEFD1 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, intptr_t* ___channelgroup2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createChannelGroup(System.String,FMOD.ChannelGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createChannelGroup_m0F611542C2CD5D0303D79F267F5450D9E0189DEC (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___name0, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___channelgroup1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_CreateSoundGroup(System.IntPtr,System.Byte[],System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateSoundGroup_m390697152CDEF9A022A8FEF8635BE0A98044709A (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, intptr_t* ___soundgroup2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createSoundGroup(System.String,FMOD.SoundGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createSoundGroup_mF8061364CF3D773628EC3A640647D51F96492EE7 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___name0, SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * ___soundgroup1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_CreateReverb3D(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateReverb3D_m55F97DE042ACDFC7013A52B57D9461CFDEB2E07D (intptr_t ___system0, intptr_t* ___reverb1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createReverb3D(FMOD.Reverb3D&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createReverb3D_m1FE8024EF0FD89ACABA29B87FBD7EE2CD59D29CD (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * ___reverb0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_PlaySound(System.IntPtr,System.IntPtr,System.IntPtr,System.Boolean,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_PlaySound_mD28622B668D7EC4C71153F0D06F9FB1717419397 (intptr_t ___system0, intptr_t ___sound1, intptr_t ___channelgroup2, bool ___paused3, intptr_t* ___channel4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::playSound(FMOD.Sound,FMOD.ChannelGroup,System.Boolean,FMOD.Channel&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_playSound_m7FB0A29F89D70C937AC9FADBF6C3B9B8C963A18F (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 ___sound0, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup1, bool ___paused2, Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * ___channel3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_PlayDSP(System.IntPtr,System.IntPtr,System.IntPtr,System.Boolean,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_PlayDSP_mD954BDF61312042D6C3CB85F45E65F1584AF906E (intptr_t ___system0, intptr_t ___dsp1, intptr_t ___channelgroup2, bool ___paused3, intptr_t* ___channel4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::playDSP(FMOD.DSP,FMOD.ChannelGroup,System.Boolean,FMOD.Channel&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_playDSP_m8CBC6AF90E4674ED6D20FAB331BB22F49B5902F8 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup1, bool ___paused2, Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * ___channel3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetChannel(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetChannel_m58A0A8EDFA2E205979A051DA89E40C995C6F89B6 (intptr_t ___system0, int32_t ___channelid1, intptr_t* ___channel2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getChannel(System.Int32,FMOD.Channel&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getChannel_m34AB558CB70073CD9BA55E1FF23C73E63E7F06E7 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___channelid0, Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * ___channel1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetDSPInfoByType(System.IntPtr,FMOD.DSP_TYPE,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetDSPInfoByType_mBFFA597E06162146F1226919E33A1069A241D0BD (intptr_t ___system0, int32_t ___type1, intptr_t* ___description2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getDSPInfoByType(FMOD.DSP_TYPE,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getDSPInfoByType_m40927FA2BFEFA8DAADEEE441E4BEEB3F1463F4AD (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___type0, intptr_t* ___description1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetMasterChannelGroup(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetMasterChannelGroup_mDE9343FE028B461A2AD9DD980507F4F63231E3DB (intptr_t ___system0, intptr_t* ___channelgroup1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getMasterChannelGroup(FMOD.ChannelGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getMasterChannelGroup_m0FD78E4019E7EB8172A80E904B8C66ECD256CD26 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___channelgroup0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetMasterSoundGroup(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetMasterSoundGroup_m2E7EEE049B55F8F8A9177A26BD78CC57C412E30C (intptr_t ___system0, intptr_t* ___soundgroup1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getMasterSoundGroup(FMOD.SoundGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getMasterSoundGroup_mC697BFBBC7EDD7F7D8F56F011C966384D922C806 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * ___soundgroup0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_AttachChannelGroupToPort(System.IntPtr,FMOD.PORT_TYPE,System.UInt64,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_AttachChannelGroupToPort_m4A9BB0B44AD1E87E99FD1E2916B11087CF60B1E7 (intptr_t ___system0, int32_t ___portType1, uint64_t ___portIndex2, intptr_t ___channelgroup3, bool ___passThru4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::attachChannelGroupToPort(FMOD.PORT_TYPE,System.UInt64,FMOD.ChannelGroup,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_attachChannelGroupToPort_m95A5DD3B9D47F56E955935BEA07A2E223B297016 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___portType0, uint64_t ___portIndex1, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup2, bool ___passThru3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_DetachChannelGroupFromPort(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_DetachChannelGroupFromPort_m0F36C4D9A3929D709F665B80D99DDFE939A6B468 (intptr_t ___system0, intptr_t ___channelgroup1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::detachChannelGroupFromPort(FMOD.ChannelGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_detachChannelGroupFromPort_m7689CECD85099AB071BBC86A934E25D87DFD67C3 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetReverbProperties(System.IntPtr,System.Int32,FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetReverbProperties_mD02DFB3324E037933540C48119D79965C02C3840 (intptr_t ___system0, int32_t ___instance1, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___prop2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setReverbProperties(System.Int32,FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setReverbProperties_mC1B5117B9A6D5A57211630728027B4EFFC7CC401 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___instance0, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___prop1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetReverbProperties(System.IntPtr,System.Int32,FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetReverbProperties_m44ED1681FEA70A52EE2BF8BCD4A5E47924ED4549 (intptr_t ___system0, int32_t ___instance1, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___prop2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getReverbProperties(System.Int32,FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getReverbProperties_m7E54A1F6516FC6AD4C3067E5125B89D11018561D (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___instance0, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___prop1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_LockDSP(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_LockDSP_m995C7DDAE086DFEC704B222833B5B65A42B3D11D (intptr_t ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::lockDSP() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_lockDSP_m3403C36E74810CAAA0D03075281711222B7753F2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_UnlockDSP(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_UnlockDSP_m0CA7E0A132A6F69CDE76FB5CD25104382F1B8AC1 (intptr_t ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::unlockDSP() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_unlockDSP_m5ED321C28C98D250A8B3663CDDB7B2F51AF368CA (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetRecordNumDrivers(System.IntPtr,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetRecordNumDrivers_mED4E84C29FE9D6374D9D78ADCA73638F57AC6C6A (intptr_t ___system0, int32_t* ___numdrivers1, int32_t* ___numconnected2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getRecordNumDrivers(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getRecordNumDrivers_m28DDC912CA6C2D20C7E9FD8942307EF1036C81A2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___numdrivers0, int32_t* ___numconnected1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetRecordDriverInfo(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Guid&,System.Int32&,FMOD.SPEAKERMODE&,System.Int32&,FMOD.DRIVER_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetRecordDriverInfo_mA9FD6C67F569D51252012AA9C3891090A21DDB55 (intptr_t ___system0, int32_t ___id1, intptr_t ___name2, int32_t ___namelen3, Guid_t * ___guid4, int32_t* ___systemrate5, int32_t* ___speakermode6, int32_t* ___speakermodechannels7, uint32_t* ___state8, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getRecordDriverInfo(System.Int32,System.String&,System.Int32,System.Guid&,System.Int32&,FMOD.SPEAKERMODE&,System.Int32&,FMOD.DRIVER_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getRecordDriverInfo_m8413BB8D86E8AE585F67535C24196DE0557F76FB (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, String_t** ___name1, int32_t ___namelen2, Guid_t * ___guid3, int32_t* ___systemrate4, int32_t* ___speakermode5, int32_t* ___speakermodechannels6, uint32_t* ___state7, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getRecordDriverInfo(System.Int32,System.Guid&,System.Int32&,FMOD.SPEAKERMODE&,System.Int32&,FMOD.DRIVER_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getRecordDriverInfo_m3BFF5D728C4C90A92F67FD9F9A608D673FB18EC2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, Guid_t * ___guid1, int32_t* ___systemrate2, int32_t* ___speakermode3, int32_t* ___speakermodechannels4, uint32_t* ___state5, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetRecordPosition(System.IntPtr,System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetRecordPosition_m3C48D30C60D2A2D7B6F9296AE2F59EC91E45B3A0 (intptr_t ___system0, int32_t ___id1, uint32_t* ___position2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getRecordPosition(System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getRecordPosition_m279DD2E73E70E7712754DD5F2D54B58CD301F964 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, uint32_t* ___position1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_RecordStart(System.IntPtr,System.Int32,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_RecordStart_m127DCECC3EF4B6AE4A15DD2FCCA8D9FAA5408A85 (intptr_t ___system0, int32_t ___id1, intptr_t ___sound2, bool ___loop3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::recordStart(System.Int32,FMOD.Sound,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_recordStart_m4517AEC4F8D0092041757D4917A9DC0E72889192 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 ___sound1, bool ___loop2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_RecordStop(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_RecordStop_mEA721F66F2110A149B343B3A8532CB80D9937C4E (intptr_t ___system0, int32_t ___id1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::recordStop(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_recordStop_mDF2416E793C374A99D7F096FAFD582B2C8C2083A (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_IsRecording(System.IntPtr,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_IsRecording_m7A3A1CA42A31E0C7969DF10FE3202896D615A7DB (intptr_t ___system0, int32_t ___id1, bool* ___recording2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::isRecording(System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_isRecording_m9721B5DACDD5E5466B0C50A1F1D74BE437DA650C (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, bool* ___recording1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_CreateGeometry(System.IntPtr,System.Int32,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateGeometry_mE65CE2B81839C4BC8D251F05CF26BEEEFB6E1531 (intptr_t ___system0, int32_t ___maxpolygons1, int32_t ___maxvertices2, intptr_t* ___geometry3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::createGeometry(System.Int32,System.Int32,FMOD.Geometry&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createGeometry_m9E25AAB24245D49FE937E870D02625A42FD0E696 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___maxpolygons0, int32_t ___maxvertices1, Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * ___geometry2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetGeometrySettings(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetGeometrySettings_mDEEF7D3F41D1C5C7A13C30DE5C77C7D79C078A64 (intptr_t ___system0, float ___maxworldsize1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setGeometrySettings(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setGeometrySettings_m14EE50BF9A6922DCE3788965BC7C956EFE142AA3 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, float ___maxworldsize0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetGeometrySettings(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetGeometrySettings_m491253676EA29D6D9C88A73F615EE9FC96A5108D (intptr_t ___system0, float* ___maxworldsize1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getGeometrySettings(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getGeometrySettings_mA40A9FFBFEAF7A226DD874CE09291832D57B8BFE (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, float* ___maxworldsize0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_LoadGeometry(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_LoadGeometry_m8BFC345F463B42377B5F43710D5C779FA1091B12 (intptr_t ___system0, intptr_t ___data1, int32_t ___datasize2, intptr_t* ___geometry3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::loadGeometry(System.IntPtr,System.Int32,FMOD.Geometry&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadGeometry_m157B6B4F648FCF3CFF438A17F45D1BB86D2C9CAA (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t ___data0, int32_t ___datasize1, Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * ___geometry2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetGeometryOcclusion(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetGeometryOcclusion_m883219A9D49858E0E4817E5F9A7DD903416D10ED (intptr_t ___system0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___listener1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___source2, float* ___direct3, float* ___reverb4, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getGeometryOcclusion(FMOD.VECTOR&,FMOD.VECTOR&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getGeometryOcclusion_mE586ABA5934A2C91FBC1F322A0DCCE83E33528E3 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___listener0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___source1, float* ___direct2, float* ___reverb3, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetNetworkProxy(System.IntPtr,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetNetworkProxy_m7AF58E4CA5C9BDC260F2FBB1F6DE3042AC544B8D (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___proxy1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setNetworkProxy(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setNetworkProxy_m306D328FCCD0F0DA87E1747F069A41C269411753 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___proxy0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetNetworkProxy(System.IntPtr,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetNetworkProxy_mFF4FA3FB89A00D940331D3AF5BDA5357FB193D7D (intptr_t ___system0, intptr_t ___proxy1, int32_t ___proxylen2, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getNetworkProxy(System.String&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNetworkProxy_m8AFAF5AFBCE0AD52CD7CAA8AA9DAFF31A39A6D1E (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t** ___proxy0, int32_t ___proxylen1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetNetworkTimeout(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetNetworkTimeout_mE2C3B374F5C30CF5DF6D30B62B2080D6326E201F (intptr_t ___system0, int32_t ___timeout1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setNetworkTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setNetworkTimeout_m4113899E5133C78433106780CF2910C5F27B79FC (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___timeout0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetNetworkTimeout(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetNetworkTimeout_m2D3F12D597815957266537CC49C543BE1D395CB6 (intptr_t ___system0, int32_t* ___timeout1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getNetworkTimeout(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNetworkTimeout_m8A15E2FEAF8713C04AAEA5BAF3515A657322496C (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___timeout0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetUserData_mD112075FC9EB82D938B04C57620393CD3BC627F4 (intptr_t ___system0, intptr_t ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setUserData_m12624A19AB997CE6FD5A946B131EA289CD3BE288 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::FMOD5_System_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetUserData_mCB2B9BC8788AA95216ADF9FC35F9E4EF02757F67 (intptr_t ___system0, intptr_t* ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.System::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getUserData_m67794861358E454694F29ADAA9D1AB5EEC7CD3F5 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t* ___userdata0, const RuntimeMethod* method); // System.Void FMOD.System::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void System__ctor_m5257A0262C1B3780D707416356E73CB761644DA6_inline (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean FMOD.System::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_hasHandle_m343C32AE86E9A49BDCF836C35095E99B60787989 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method); // System.Void FMOD.System::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_clearHandle_m57AC061EB98CF73C69D2916F2E00A296C63F6D25 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Create(System.IntPtr&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Create_mC6C331346502D979D793A8564D5258501AE00C96 (intptr_t* ___system0, uint32_t ___headerversion1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetAdvancedSettings(System.IntPtr,FMOD.Studio.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetAdvancedSettings_m3C0A6B62C5C0E1EB5C43D116680B3569B023398C (intptr_t ___system0, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 * ___settings1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::setAdvancedSettings(FMOD.Studio.ADVANCEDSETTINGS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setAdvancedSettings_m3F7C95F259E0C86D3C3556E60915836E67A84FE8 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 ___settings0, const RuntimeMethod* method); // System.IntPtr FMOD.StringHelper/ThreadSafeEncoding::intptrFromStringUTF8(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ThreadSafeEncoding_intptrFromStringUTF8_m696A338AABE8077540283139A745C1187E4EF9DD (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, String_t* ___s0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::setAdvancedSettings(FMOD.Studio.ADVANCEDSETTINGS,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setAdvancedSettings_m1E6FC5B36EBAC7402183EDB9603A7C5C097708A5 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 ___settings0, String_t* ___encryptionKey1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetAdvancedSettings(System.IntPtr,FMOD.Studio.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetAdvancedSettings_mF45204AD765BBBBA7DB3E1E0247A8CE083001AFE (intptr_t ___system0, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 * ___settings1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getAdvancedSettings(FMOD.Studio.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getAdvancedSettings_m5345CE64ED5B998FA0BB59025AE6EDD88415126E (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 * ___settings0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Initialize(System.IntPtr,System.Int32,FMOD.Studio.INITFLAGS,FMOD.INITFLAGS,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Initialize_m672D3F843B54D1F5134C5BB1162A58763209D4FC (intptr_t ___system0, int32_t ___maxchannels1, uint32_t ___studioflags2, uint32_t ___flags3, intptr_t ___extradriverdata4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::initialize(System.Int32,FMOD.Studio.INITFLAGS,FMOD.INITFLAGS,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_initialize_m066BBC9977DD2D57ED75601FA9611BF5A27157DC (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___maxchannels0, uint32_t ___studioflags1, uint32_t ___flags2, intptr_t ___extradriverdata3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Release_mA72BFCDA1C3C6FD6B42CDDA32D16EC87416A7DBA (intptr_t ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_release_mB9653E6FC80F89C89A16E02005DDE02449DC80DF (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Update(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Update_mDD5FF9598FE4CCC549D714C1FDFC2F2A845949B2 (intptr_t ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_update_m398AD04EE5D4DD3CC8A01AF3BAF2355CFF31A82B (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetCoreSystem(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetCoreSystem_mFE83332AE4ECE60A8138604A5EE592AC4F5613BD (intptr_t ___system0, intptr_t* ___coresystem1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getCoreSystem(FMOD.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getCoreSystem_mB44AD2F59984031C59CB073ABEEB2248C4851DDC (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___coresystem0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetEvent(System.IntPtr,System.Byte[],System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetEvent_mEE674C9E6028373F53792C969A45B108653C0D3B (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___path1, intptr_t* ____event2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getEvent(System.String,FMOD.Studio.EventDescription&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getEvent_mAD72F0F4145F38E37FC8F5F92BDB90074A43BD24 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___path0, EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * ____event1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBus(System.IntPtr,System.Byte[],System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBus_mACABB014EE20779EBC0DF50BA48C8C195C480695 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___path1, intptr_t* ___bus2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getBus(System.String,FMOD.Studio.Bus&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBus_mB36901E087D9AD25E41111E0AC439B3B128ADAB4 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___path0, Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * ___bus1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetVCA(System.IntPtr,System.Byte[],System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetVCA_m3F4754B56EF5DDDA98058DE2D8AB91E2C56C1C21 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___path1, intptr_t* ___vca2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getVCA(System.String,FMOD.Studio.VCA&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getVCA_mDED596B4B36CEF26E7A42CA71519F5BE2FCB0EE4 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___path0, VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * ___vca1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBank(System.IntPtr,System.Byte[],System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBank_m4A9B0FC8BF833583CACE76C30A5D13769E8D3CFD (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___path1, intptr_t* ___bank2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getBank(System.String,FMOD.Studio.Bank&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBank_m18126FE6B7336A16B0522BC8633DEA38DE5F7116 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___path0, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetEventByID(System.IntPtr,FMOD.GUID&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetEventByID_m2A555C16B4FEDB339A8E626C8582B22A71479365 (intptr_t ___system0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, intptr_t* ____event2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getEventByID(FMOD.GUID,FMOD.Studio.EventDescription&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getEventByID_m0A038C51830383EE9C96C4F6D0356108EB0967E5 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * ____event1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBusByID(System.IntPtr,FMOD.GUID&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBusByID_m4B3777AC78DAB3D90C1D9E8FD186E4775FAC0367 (intptr_t ___system0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, intptr_t* ___bus2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getBusByID(FMOD.GUID,FMOD.Studio.Bus&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBusByID_mA83B0C2BC5A857B05603D924B339249D90D0D08D (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * ___bus1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetVCAByID(System.IntPtr,FMOD.GUID&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetVCAByID_m8AFF1F89989BD00A5B0221A0CA0F3092A65E7CA2 (intptr_t ___system0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, intptr_t* ___vca2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getVCAByID(FMOD.GUID,FMOD.Studio.VCA&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getVCAByID_mCBE004B42EA83DEA03F41945A88698770A769303 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * ___vca1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBankByID(System.IntPtr,FMOD.GUID&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBankByID_mEF9FCA736BCBA35B887F9F22006482A34A035041 (intptr_t ___system0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, intptr_t* ___bank2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getBankByID(FMOD.GUID,FMOD.Studio.Bank&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBankByID_m28525F1C0B9C33C5F99A8CE3D87A7D79D0437E73 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetSoundInfo(System.IntPtr,System.Byte[],FMOD.Studio.SOUND_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetSoundInfo_m31F318B79278FD1FBCC1A2F985FBC651D3C99214 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key1, SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21 * ___info2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getSoundInfo(System.String,FMOD.Studio.SOUND_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getSoundInfo_m371AEE9C61A8FFE90A9B2B7A83664C71E413A44C (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___key0, SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21 * ___info1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionByName(System.IntPtr,System.Byte[],FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionByName_m23AB7B8308A90B6994AB23A4479BE21F51A1086C (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionByID_m1B1D3B4F2FEF0A46C78C4C1CF9F0F2D098437876 (intptr_t ___system0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getParameterDescriptionByID(FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionByID_m3C299167721003AD51153BDDF392C8DA91149E9D (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterLabelByName(System.IntPtr,System.Byte[],System.Int32,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterLabelByName_m5052E6E8E2A20AFC8C12F423ECACDFBAAE9BEC8A (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, int32_t ___labelindex2, intptr_t ___label3, int32_t ___size4, int32_t* ___retrieved5, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getParameterLabelByName(System.String,System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterLabelByName_mAB7C346453604DD33E1F37C3FDABA75657088F27 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___name0, int32_t ___labelindex1, String_t** ___label2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterLabelByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Int32,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterLabelByID_m01C21CFCBDA3038E3E27088E552EC18DD656174D (intptr_t ___system0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, int32_t ___labelindex2, intptr_t ___label3, int32_t ___size4, int32_t* ___retrieved5, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getParameterLabelByID(FMOD.Studio.PARAMETER_ID,System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterLabelByID_mE45BF789C5A859D8AE7514A640B87732EDD05B6F (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, int32_t ___labelindex1, String_t** ___label2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByID_m4616BFB40DB1C96E5B9121F4A0260035F9947075 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float* ___value1, float* ___finalvalue2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByID_m4F4A619E3855C0767BA4300E234CFCB2E2971812 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float* ___value1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterByID_mB3C0FBBC915495EB5B6D2C39B423E091C16241CE (intptr_t ___system0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, float* ___value2, float* ___finalvalue3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByID_m4E8BEE405B62D0CCFEED1559100AB70B73DC70B0 (intptr_t ___system0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, float ___value2, bool ___ignoreseekspeed3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByIDWithLabel(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByIDWithLabel_m4E196BE54B8DF47AC116864AD5FFE6A4EE58DA66 (intptr_t ___system0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___label2, bool ___ignoreseekspeed3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::setParameterByIDWithLabel(FMOD.Studio.PARAMETER_ID,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByIDWithLabel_mC0642C3B51B44A645E76005D16197A0D91A48A4A (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, String_t* ___label1, bool ___ignoreseekspeed2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParametersByIDs(System.IntPtr,FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParametersByIDs_m68475C687F69A8CB69AB80E03CAD56D3EF3594BE (intptr_t ___system0, PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373* ___ids1, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___values2, int32_t ___count3, bool ___ignoreseekspeed4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::setParametersByIDs(FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParametersByIDs_mF671A06A744EDC550678DC6FE78080A7BDF9F566 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373* ___ids0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___values1, int32_t ___count2, bool ___ignoreseekspeed3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getParameterByName(System.String,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByName_mED8C62CBA85F4206E61B15E092681AC31A268E8B (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___name0, float* ___value1, float* ___finalvalue2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getParameterByName(System.String,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByName_m6E5C65D39855F5808A9D19E85BFC99C6AEDB52DE (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___name0, float* ___value1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterByName(System.IntPtr,System.Byte[],System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterByName_m193191CD8FCC7738EF3DA2BD42A462FB95F67118 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, float* ___value2, float* ___finalvalue3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByName(System.IntPtr,System.Byte[],System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByName_m6D9C9C0D15F9B1D6048087B69883D8A9DEC91CBE (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, float ___value2, bool ___ignoreseekspeed3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::setParameterByName(System.String,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByName_m78E989D62076D3AB1729E9ECEE07BC7A49169C75 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___name0, float ___value1, bool ___ignoreseekspeed2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByNameWithLabel(System.IntPtr,System.Byte[],System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByNameWithLabel_mBFA2278453C890A1E97663D0E4B5191D5C72BC03 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___label2, bool ___ignoreseekspeed3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::setParameterByNameWithLabel(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByNameWithLabel_mD36F585AF489863FD9CE936D612C208C302A3F3C (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___name0, String_t* ___label1, bool ___ignoreseekspeed2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LookupID(System.IntPtr,System.Byte[],FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LookupID_m1D1C2D69429BEEEF5522DB5DE850229B4DE1F771 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___path1, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::lookupID(System.String,FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_lookupID_mC6FD15EF46DFA5943E4BD8DC0310F6625FE7F320 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___path0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LookupPath(System.IntPtr,FMOD.GUID&,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LookupPath_m27E72B17A30F90C63D570D91E085D60BAE40A052 (intptr_t ___system0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, intptr_t ___path2, int32_t ___size3, int32_t* ___retrieved4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::lookupPath(FMOD.GUID,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_lookupPath_m6CE2DEA743A9C28FEC1D3E94AF12A9BD813D2A08 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, String_t** ___path1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetNumListeners(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetNumListeners_m48BB72DFA908E12D2A1DEC8F5C6746F8897842B7 (intptr_t ___system0, int32_t* ___numlisteners1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getNumListeners(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNumListeners_m4754C2EEEFD8CE748B939B8F98F4D0DC313FD33D (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t* ___numlisteners0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetNumListeners(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetNumListeners_m0F0B85ECD611FB38EA4922B91858D8540559F689 (intptr_t ___system0, int32_t ___numlisteners1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::setNumListeners(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setNumListeners_m9AA850BF7C1180932978A5E39C55CA883C442592 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___numlisteners0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetListenerAttributes_mED8DE6C256C2184D547EBB02EE05C895263D5E44 (intptr_t ___system0, int32_t ___listener1, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes2, intptr_t ___zero3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getListenerAttributes_mDBF3C967494F1CA12F05DC88B27F56E53BB5C065 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___listener0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetListenerAttributes_mA400BEA605D7D5D7DC3A44EE059C5B15379FD33F (intptr_t ___system0, int32_t ___listener1, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___attenuationposition3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getListenerAttributes_m614594E193EEC98E615464F3757E1DFDB545FA88 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___listener0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___attenuationposition2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetListenerAttributes_mEC3FE9AA5A4467DB5495A84CF282E055B9B6D43C (intptr_t ___system0, int32_t ___listener1, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes2, intptr_t ___zero3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::setListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setListenerAttributes_m90E3285B3F9D04089D164663265BB9BF8B23FECA (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___listener0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___attributes1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetListenerAttributes_mC7BC372A06DC1953236ADF87C0A40579ED104BB7 (intptr_t ___system0, int32_t ___listener1, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___attenuationposition3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::setListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D,FMOD.VECTOR) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setListenerAttributes_mF816CEB6FE076652A8648256290FD06DD6527A8A (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___listener0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___attributes1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B ___attenuationposition2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetListenerWeight(System.IntPtr,System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetListenerWeight_m7E2122049DDB53C1CD18AC51D05FFEF951F8F718 (intptr_t ___system0, int32_t ___listener1, float* ___weight2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getListenerWeight(System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getListenerWeight_m588FB81B1EF9E41E5118CD524EF5689C858B18D2 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___listener0, float* ___weight1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetListenerWeight(System.IntPtr,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetListenerWeight_m20E760AD92A88F2285791A77CEF596E0C869A2E4 (intptr_t ___system0, int32_t ___listener1, float ___weight2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::setListenerWeight(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setListenerWeight_mF578F7D6E47E7554E5B350FB8EBBB0FEC56D3586 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___listener0, float ___weight1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadBankFile(System.IntPtr,System.Byte[],FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadBankFile_mF2B7E3FB296060433F60830889D29B4049E7C1F5 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___filename1, uint32_t ___flags2, intptr_t* ___bank3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::loadBankFile(System.String,FMOD.Studio.LOAD_BANK_FLAGS,FMOD.Studio.Bank&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadBankFile_mCED0F71BFDC8A50E9C5BCD217706317966577E4A (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___filename0, uint32_t ___flags1, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank2, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object,System.Runtime.InteropServices.GCHandleType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 GCHandle_Alloc_m51C5BC1D6902ADA3B9C297C1A96DB322A6403201 (RuntimeObject * ___value0, int32_t ___type1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.GCHandle::AddrOfPinnedObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GCHandle_AddrOfPinnedObject_m0604506F2BDCD2DC8C167FBC3BF3E965888F7589 (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadBankMemory(System.IntPtr,System.IntPtr,System.Int32,FMOD.Studio.LOAD_MEMORY_MODE,FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadBankMemory_m3200000E72902D4390BD78AC0C7B567BC99F8407 (intptr_t ___system0, intptr_t ___buffer1, int32_t ___length2, int32_t ___mode3, uint32_t ___flags4, intptr_t* ___bank5, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.GCHandle::Free() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025 (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::loadBankMemory(System.Byte[],FMOD.Studio.LOAD_BANK_FLAGS,FMOD.Studio.Bank&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadBankMemory_m8E38A7E42FC23EF8EEC17F5ABCBA50C06ADB0E2E (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, uint32_t ___flags1, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadBankCustom(System.IntPtr,FMOD.Studio.BANK_INFO&,FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadBankCustom_m08F15A817FEC323CB82D34FE93CE450875C04330 (intptr_t ___system0, BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A * ___info1, uint32_t ___flags2, intptr_t* ___bank3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::loadBankCustom(FMOD.Studio.BANK_INFO,FMOD.Studio.LOAD_BANK_FLAGS,FMOD.Studio.Bank&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadBankCustom_m02E6A1EC25E9B68FDB44FEF1ED99475EDE5E8857 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A ___info0, uint32_t ___flags1, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_UnloadAll(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_UnloadAll_m369B5DF060DA15E17EF8DFEEC55FFA857D82B80C (intptr_t ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::unloadAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_unloadAll_m24ABD9C1211CB00D17ED5F1D1445EDE1F0E389FC (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_FlushCommands(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_FlushCommands_mB4FAEF31737D330A46DB8EBECEB7A1381EB47753 (intptr_t ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::flushCommands() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_flushCommands_m1DB8630ABBD787E3BE5779817CB5901B4748FCBA (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_FlushSampleLoading(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_FlushSampleLoading_mA514C94C97D460263C766811EC17E42E78405CA0 (intptr_t ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::flushSampleLoading() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_flushSampleLoading_m53A831200437E6BCC319C282F1F0BBC6F6AB2E31 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_StartCommandCapture(System.IntPtr,System.Byte[],FMOD.Studio.COMMANDCAPTURE_FLAGS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_StartCommandCapture_m0B2D76A1E61A8170D9F88F6D59CE9971D08A8699 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___filename1, uint32_t ___flags2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::startCommandCapture(System.String,FMOD.Studio.COMMANDCAPTURE_FLAGS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_startCommandCapture_mE7018E631A9EF1BAD05C19F3B424DF099055D5FF (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___filename0, uint32_t ___flags1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_StopCommandCapture(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_StopCommandCapture_m91AACB58867EDD3A746C53DDC8EBA23FB47BAD90 (intptr_t ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::stopCommandCapture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_stopCommandCapture_m247116D66F93F51CA971E2A7266052CE47510F88 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadCommandReplay(System.IntPtr,System.Byte[],FMOD.Studio.COMMANDREPLAY_FLAGS,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadCommandReplay_m24EA5A177B6EBAAA192AE9684ADCED0BD2CE8935 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___filename1, uint32_t ___flags2, intptr_t* ___replay3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::loadCommandReplay(System.String,FMOD.Studio.COMMANDREPLAY_FLAGS,FMOD.Studio.CommandReplay&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadCommandReplay_mCB42E00A0437628BCD3F7DB126B3AF0FAD89E6A6 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___filename0, uint32_t ___flags1, CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * ___replay2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBankCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBankCount_mE3672FE1F88E77304DF139F498AE8953A3555EBD (intptr_t ___system0, int32_t* ___count1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getBankCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBankCount_mAD176C2EE0E6C3E090FD278837973676BB1F3AA6 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t* ___count0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBankList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBankList_mC37FC73A9A7056F1C84F2FBE80E09D03100F3361 (intptr_t ___system0, IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___array1, int32_t ___capacity2, int32_t* ___count3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getBankList(FMOD.Studio.Bank[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBankList_m7136EF03B6182E386D97D9344D50D1E4D40599B8 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E** ___array0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionCount_mA8393F12D140B56F038EA03583EAEE951A298A80 (intptr_t ___system0, int32_t* ___count1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getParameterDescriptionCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionCount_mC9AD182FC9CB25565561D3CFCFDD4ACD565E8817 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t* ___count0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionList(System.IntPtr,FMOD.Studio.PARAMETER_DESCRIPTION[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionList_m206D9EF3376DFC95BCADA968446813AD51A2DC14 (intptr_t ___system0, PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5* ___array1, int32_t ___capacity2, int32_t* ___count3, const RuntimeMethod* method); // System.Void System.Array::Resize(!!0[]&,System.Int32) inline void Array_Resize_TisPARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B_m2AFFDC6D3715E6A7822FFF4E0820C6221B7CD935 (PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5** ___array0, int32_t ___newSize1, const RuntimeMethod* method) { (( void (*) (PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5**, int32_t, const RuntimeMethod*))Array_Resize_TisPARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B_m2AFFDC6D3715E6A7822FFF4E0820C6221B7CD935_gshared)(___array0, ___newSize1, method); } // FMOD.RESULT FMOD.Studio.System::getParameterDescriptionList(FMOD.Studio.PARAMETER_DESCRIPTION[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionList_m5D3344956E6D233FDC6ADB4A22316DD16A37B60E (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5** ___array0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetCPUUsage(System.IntPtr,FMOD.Studio.CPU_USAGE&,FMOD.CPU_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetCPUUsage_m128946DD026395E1409B14EE0F93FCA1D7011AD9 (intptr_t ___system0, CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332 * ___usage1, CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 * ___usage_core2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getCPUUsage(FMOD.Studio.CPU_USAGE&,FMOD.CPU_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getCPUUsage_mF095E371FFB72A3F71E27594A5E22F4D20B822F6 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332 * ___usage0, CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 * ___usage_core1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBufferUsage(System.IntPtr,FMOD.Studio.BUFFER_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBufferUsage_m7254AD3E1683015B5071AEFDA08BD4829385FA57 (intptr_t ___system0, BUFFER_USAGE_tC3F4FFD3963B6AD7416C4BF66BD3CC40F6DCD4A3 * ___usage1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getBufferUsage(FMOD.Studio.BUFFER_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBufferUsage_mA899E51B099C3DCFCEB69CE9332F92D47E828795 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, BUFFER_USAGE_tC3F4FFD3963B6AD7416C4BF66BD3CC40F6DCD4A3 * ___usage0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_ResetBufferUsage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_ResetBufferUsage_m62AD0989D9B53303736ECE7D8CB421F35ECDA222 (intptr_t ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::resetBufferUsage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_resetBufferUsage_mFB71A6D3D7B5B1EA3CDACCF98EB78C5021600062 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetCallback(System.IntPtr,FMOD.Studio.SYSTEM_CALLBACK,FMOD.Studio.SYSTEM_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetCallback_m2C8A4F9A240DBFBCFECEBE62E8287950BDC5EEAE (intptr_t ___system0, SYSTEM_CALLBACK_tAC95078FE937EE93C1AD6CA0DD09DB016BBA843C * ___callback1, uint32_t ___callbackmask2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::setCallback(FMOD.Studio.SYSTEM_CALLBACK,FMOD.Studio.SYSTEM_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setCallback_m4B9772A328A73A818C99C9F103B017B2562933CE (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, SYSTEM_CALLBACK_tAC95078FE937EE93C1AD6CA0DD09DB016BBA843C * ___callback0, uint32_t ___callbackmask1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetUserData_m609EA10989AC4BF3600D104CFCC6402F568D79B7 (intptr_t ___system0, intptr_t* ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getUserData_m4857539BCF58DCEC58840A5D0952F93C20FCA3B9 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, intptr_t* ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetUserData_mA9E958EEF046BEE78B1E1ADD236BD20603731BEE (intptr_t ___system0, intptr_t ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setUserData_m284605A8317D310D9E5BFCE50A76CF70739B9CEF (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, intptr_t ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetMemoryUsage(System.IntPtr,FMOD.Studio.MEMORY_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetMemoryUsage_mBDCA628A9A30537FEA6EF58A02BA440B7392506B (intptr_t ___system0, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 * ___memoryusage1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.System::getMemoryUsage(FMOD.Studio.MEMORY_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getMemoryUsage_mB025493CB9E80C4CBDE3F31CF357B81254E6EA00 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 * ___memoryusage0, const RuntimeMethod* method); // System.Void FMOD.Studio.System::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void System__ctor_mF18709942E8E08A25810DDE7A5626D65FDA300AD_inline (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean FMOD.Studio.System::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_hasHandle_m60DB8CD9AD7EE897C1120DD6AA3966322E63773B (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method); // System.Void FMOD.Studio.System::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_clearHandle_m9CEEA5C7AAF2B515F6DEF62E39B3D5768DF65426 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method); // System.Boolean FMOD.Studio.System::FMOD_Studio_System_IsValid(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_FMOD_Studio_System_IsValid_m83269D4D7D36B37D2EB984444F2868DBDC09D488 (intptr_t ___system0, const RuntimeMethod* method); // System.Boolean FMOD.Studio.System::isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_isValid_m5B62C7FB4549D95109CF84240C91CC1B727B0BFF (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method); // System.String FMOD.Error::String(FMOD.RESULT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Error_String_mDEBCC8C911CE15FDDADFD559AC00AF8F825875B8 (int32_t ___errcode0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080 (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Thread::FMOD5_Thread_SetAttributes(FMOD.THREAD_TYPE,FMOD.THREAD_AFFINITY,FMOD.THREAD_PRIORITY,FMOD.THREAD_STACK_SIZE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_FMOD5_Thread_SetAttributes_mB3F9397161611C66A32102FE7D24509C4F3EFD62 (int32_t ___type0, int64_t ___affinity1, int32_t ___priority2, uint32_t ___stacksize3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m4B5F22DCBB87DAE7FA48D0B1B8BFEBA943A0C144 (List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 *, const RuntimeMethod*))List_1__ctor_mF1D0377D81949B2ADB6104D9994F7CEE1A1E5040_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m0E5A0C1F5EF3A2218BE4C6111EDC61EA672CE9DF (List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m830211DD718E293368011CCC55CAF00EC7CBF921_gshared)(__this, ___collection0, method); } // System.Int32 FMOD.Studio.USER_PROPERTY::intValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t USER_PROPERTY_intValue_m208EF371AEE68227EB05515A2F6CFEC808E55248 (USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * __this, const RuntimeMethod* method); // System.Boolean FMOD.Studio.USER_PROPERTY::boolValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool USER_PROPERTY_boolValue_m2B4783AAA6BF0EFE0F6FAA23A5E02D4634514E0E (USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * __this, const RuntimeMethod* method); // System.Single FMOD.Studio.USER_PROPERTY::floatValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float USER_PROPERTY_floatValue_m2A554F53268650B89BF95C78F291F84770EA6CE8 (USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * __this, const RuntimeMethod* method); // System.String FMOD.Studio.USER_PROPERTY::stringValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* USER_PROPERTY_stringValue_m38C9B0E7D020613E96631135C766050716CA2A6F (USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Util::FMOD_Studio_ParseID(System.Byte[],FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Util_FMOD_Studio_ParseID_m42444239954FBEEE6857A6D6A2181BC173EA54AB (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___idString0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_GetID(System.IntPtr,FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_GetID_mDA06131B746C62C92407EA903AA632976AD5F935 (intptr_t ___vca0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.VCA::getID(FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getID_m6BFCB2799282E67AC649B3CF62F15C24F4A35E28 (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_GetPath_mD0233973F83B2941F82852C0C9E93B2FA68A7B93 (intptr_t ___vca0, intptr_t ___path1, int32_t ___size2, int32_t* ___retrieved3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.VCA::getPath(System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getPath_mC6F354640E953939C07C0595CC55297F40E3E5A7 (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, String_t** ___path0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.VCA::getVolume(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getVolume_m520F6BFFE072DCB56F90118E95850EBC18243F10 (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, float* ___volume0, float* ___finalvolume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.VCA::getVolume(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getVolume_mBAB13B7C3DBD79FA1148B60AB0C0847D862BB6B6 (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, float* ___volume0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_GetVolume(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_GetVolume_m0DBE913DBF41FE47001B4B99AA4D9A8E25E07838 (intptr_t ___vca0, float* ___volume1, float* ___finalvolume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_SetVolume(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_SetVolume_mF4CBD87BF027AC5DB8B9C7F1AE10433DD65D36DB (intptr_t ___vca0, float ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.VCA::setVolume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_setVolume_m2B809FE3B1868B4969F3603ED8D9261D20E7ED8C (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, float ___volume0, const RuntimeMethod* method); // System.Void FMOD.Studio.VCA::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VCA__ctor_mCB5031A88E72F2D90BBA2CFC7620CCBC03DF9AF4_inline (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean FMOD.Studio.VCA::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VCA_hasHandle_m4236ACB39655290A51ADFAC1C6880FE78CFCD1FF (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, const RuntimeMethod* method); // System.Void FMOD.Studio.VCA::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VCA_clearHandle_mB8EBE950CA2E3DD6E8FC8520A4E19A70D9CBA69C (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, const RuntimeMethod* method); // System.Boolean FMOD.Studio.VCA::FMOD_Studio_VCA_IsValid(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VCA_FMOD_Studio_VCA_IsValid_m894A29FC93DA0CF5C94D41C50FC16D785F208D8A (intptr_t ___vca0, const RuntimeMethod* method); // System.Boolean FMOD.Studio.VCA::isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VCA_isValid_mB105ECBF2FD9ECBC7967786616C33A5D1249E53E (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, const RuntimeMethod* method); // System.Void FMODUnity.Legacy/PlatformSetting`1::.ctor() inline void PlatformSetting_1__ctor_m7358C34761BD83F442F2C055D210180E443DA4FC (PlatformSetting_1_t488F3DFFD01BDD40FEF7B22BBE680BDF95A3E7F4 * __this, const RuntimeMethod* method) { (( void (*) (PlatformSetting_1_t488F3DFFD01BDD40FEF7B22BBE680BDF95A3E7F4 *, const RuntimeMethod*))PlatformSetting_1__ctor_m7FC5D32824E60C5555BE88338D80D92054353220_gshared)(__this, method); } // System.Void FMODUnity.Legacy/PlatformSetting`1::.ctor() inline void PlatformSetting_1__ctor_m1C7A8752D41E64C1743BA8DE099AA3AAE0784F5A (PlatformSetting_1_tF1F2D113743AE5690D9B0A53C4E5F73E58B88DD8 * __this, const RuntimeMethod* method) { (( void (*) (PlatformSetting_1_tF1F2D113743AE5690D9B0A53C4E5F73E58B88DD8 *, const RuntimeMethod*))PlatformSetting_1__ctor_m1C7A8752D41E64C1743BA8DE099AA3AAE0784F5A_gshared)(__this, method); } // System.Void FMODUnity.Legacy/PlatformSetting`1::.ctor() inline void PlatformSetting_1__ctor_m15671CC1526FF2C711A5E6EF4865EDC33C953578 (PlatformSetting_1_tC0C6354C9D7B615166E2AD41980014E4939DC657 * __this, const RuntimeMethod* method) { (( void (*) (PlatformSetting_1_tC0C6354C9D7B615166E2AD41980014E4939DC657 *, const RuntimeMethod*))PlatformSetting_1__ctor_m66EDCBDA313D9916ADD4CC51A1341B78E5052D17_gshared)(__this, method); } // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mE64CAEFC88B56EE692AA35DE5C04F6F1E5CA7843 (Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.Void FMODUnity.Platform/PropertyAccessor`1::.ctor(System.Func`2>,T) inline void PropertyAccessor_1__ctor_m1F9DAD4B75E3D28D077D23FFFCDE7A412391C1CA (PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 * __this, Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 * ___getter0, int32_t ___defaultValue1, const RuntimeMethod* method) { (( void (*) (PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 *, Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 *, int32_t, const RuntimeMethod*))PropertyAccessor_1__ctor_m6558ACE1EC6D45B848AE8C3D1C857557DF03B48F_gshared)(__this, ___getter0, ___defaultValue1, method); } // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584 (Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.Void FMODUnity.Platform/PropertyAccessor`1::.ctor(System.Func`2>,T) inline void PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060 (PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 * __this, Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 * ___getter0, int32_t ___defaultValue1, const RuntimeMethod* method) { (( void (*) (PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 *, Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 *, int32_t, const RuntimeMethod*))PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060_gshared)(__this, ___getter0, ___defaultValue1, method); } // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mA1B14C222C3C3E3A9FB75789907F3ABC297C4974 (Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.Void FMODUnity.Platform/PropertyAccessor`1::.ctor(System.Func`2>,T) inline void PropertyAccessor_1__ctor_m3E035A428D209C7A6DF0F2FBFD799C59C3EEEF4C (PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7 * __this, Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF * ___getter0, String_t* ___defaultValue1, const RuntimeMethod* method) { (( void (*) (PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7 *, Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF *, String_t*, const RuntimeMethod*))PropertyAccessor_1__ctor_m9851572DC88912DA6527EC679ACB237960A061C5_gshared)(__this, ___getter0, ___defaultValue1, method); } // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mFB468477EB787E9D6D78904DFE15B7754F5B3890 (Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.Void FMODUnity.Platform/PropertyAccessor`1::.ctor(System.Func`2>,T) inline void PropertyAccessor_1__ctor_m85B8153BC5914536F568B4EBE5E1A5D7E05F185B (PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375 * __this, Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5 * ___getter0, int32_t ___defaultValue1, const RuntimeMethod* method) { (( void (*) (PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375 *, Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5 *, int32_t, const RuntimeMethod*))PropertyAccessor_1__ctor_m6558ACE1EC6D45B848AE8C3D1C857557DF03B48F_gshared)(__this, ___getter0, ___defaultValue1, method); } // System.Void System.Func`2>>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mBEE0B8FCEEC73FB03A94AB3C323E5167497AE30F (Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.Void FMODUnity.Platform/PropertyAccessor`1>::.ctor(System.Func`2>,T) inline void PropertyAccessor_1__ctor_m9A30F83C45C1F465269ED8BAFCFED58DC60C8519 (PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 * __this, Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7 * ___getter0, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___defaultValue1, const RuntimeMethod* method) { (( void (*) (PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 *, Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7 *, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))PropertyAccessor_1__ctor_m9851572DC88912DA6527EC679ACB237960A061C5_gshared)(__this, ___getter0, ___defaultValue1, method); } // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mBF95B76079873F4404E885D6D391FBF733466CE6 (Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.Void FMODUnity.Platform/PropertyAccessor`1::.ctor(System.Func`2>,T) inline void PropertyAccessor_1__ctor_mCF8928B830DA0BB19BD8D9E0A88FB5153D920206 (PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0 * __this, Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE * ___getter0, PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * ___defaultValue1, const RuntimeMethod* method) { (( void (*) (PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0 *, Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE *, PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 *, const RuntimeMethod*))PropertyAccessor_1__ctor_m9851572DC88912DA6527EC679ACB237960A061C5_gshared)(__this, ___getter0, ___defaultValue1, method); } // System.Void FMODUnity.Platform/Property`1::.ctor() inline void Property_1__ctor_m1867A586B284C85D865E2B26C3CF7850A85A87E2 (Property_1_tB4DC4D8A4B1A7885B188EF3DFCDA5F0FC8965C97 * __this, const RuntimeMethod* method) { (( void (*) (Property_1_tB4DC4D8A4B1A7885B188EF3DFCDA5F0FC8965C97 *, const RuntimeMethod*))Property_1__ctor_mB099BCF0F0B6FF30164F68848B372CE67BC31D5D_gshared)(__this, method); } // System.Void FMODUnity.Platform/Property`1::.ctor() inline void Property_1__ctor_m45B06F418615B089A5E4AD312936DEA12461BAA3 (Property_1_t6770127C86A531D398D7204DB7CC4E497F04FEDE * __this, const RuntimeMethod* method) { (( void (*) (Property_1_t6770127C86A531D398D7204DB7CC4E497F04FEDE *, const RuntimeMethod*))Property_1__ctor_m7CDAC89E172F59812B604B4710A5A89D3523DF43_gshared)(__this, method); } // System.Void FMODUnity.Platform/Property`1::.ctor() inline void Property_1__ctor_mF85F2D93388A82EC6A9743737CA3FCF5308A5464 (Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F * __this, const RuntimeMethod* method) { (( void (*) (Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F *, const RuntimeMethod*))Property_1__ctor_mF85F2D93388A82EC6A9743737CA3FCF5308A5464_gshared)(__this, method); } // System.Void FMODUnity.Platform/Property`1::.ctor() inline void Property_1__ctor_m84423BD3659DABF710EC1DFE227C731DD9735C50 (Property_1_tB7992A7FE9E273F12B5AD18F27A64E5FE522A31E * __this, const RuntimeMethod* method) { (( void (*) (Property_1_tB7992A7FE9E273F12B5AD18F27A64E5FE522A31E *, const RuntimeMethod*))Property_1__ctor_mB099BCF0F0B6FF30164F68848B372CE67BC31D5D_gshared)(__this, method); } // System.Void FMODUnity.Platform/PropertyBool::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBool__ctor_m0567EF16D7EA19240FBE2C1ED89E4817D03D1FCB (PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * __this, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertyInt::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyInt__ctor_mBDA03B7695DD8E890452E369495E5B98B4399820 (PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * __this, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertyString::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyString__ctor_m8325BFE0028864949746E8DFCE514F21F9DD2949 (PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5 * __this, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertySpeakerMode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySpeakerMode__ctor_mC50C7C6D0AD6F65409E367B25BE80808C18CB46B (PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF * __this, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertyStringList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyStringList__ctor_mCC87BFDFAA4F92CCDC693B57EB3CECEDA39D7B6B (PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC * __this, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertyCallbackHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyCallbackHandler__ctor_mEFF071029B507D712DA08461F62F51F33238A7A2 (PropertyCallbackHandler_t82B0903BB420520717D537266810EE85744AC4BA * __this, const RuntimeMethod* method); // System.Void FMODUnity.Platform/Property`1::.ctor() inline void Property_1__ctor_mB197BF6AC6FEAC7C95892A3EC3FE4CA222869B11 (Property_1_t4FFACE60733293ECEBB1863470178A4D5DA5EFD9 * __this, const RuntimeMethod* method) { (( void (*) (Property_1_t4FFACE60733293ECEBB1863470178A4D5DA5EFD9 *, const RuntimeMethod*))Property_1__ctor_m7CDAC89E172F59812B604B4710A5A89D3523DF43_gshared)(__this, method); } // System.Void FMODUnity.Platform/Property`1>::.ctor() inline void Property_1__ctor_mEF40FA558B2DD2E0A08F5AA02EF426345B4B5BC3 (Property_1_tFF04740DA05A1C6E8363931B19AEED7384C75CEE * __this, const RuntimeMethod* method) { (( void (*) (Property_1_tFF04740DA05A1C6E8363931B19AEED7384C75CEE *, const RuntimeMethod*))Property_1__ctor_m7CDAC89E172F59812B604B4710A5A89D3523DF43_gshared)(__this, method); } // System.Void FMODUnity.Platform/Property`1>::.ctor() inline void Property_1__ctor_m31BF39C9050A5905D3EF2E31077FA63DB33985A3 (Property_1_tC12A06AB020E1B55C7B086819F2BB13DCD9D6098 * __this, const RuntimeMethod* method) { (( void (*) (Property_1_tC12A06AB020E1B55C7B086819F2BB13DCD9D6098 *, const RuntimeMethod*))Property_1__ctor_m7CDAC89E172F59812B604B4710A5A89D3523DF43_gshared)(__this, method); } // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Int32 System.Environment::get_CurrentManagedThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_CurrentManagedThreadId_m3972B2C66691EA6DF91A19CEF3521B7C2679D7A1 (const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager/d__61::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBanksToLoadU3Ed__61_U3CU3Em__Finally1_mCA5FCB393D3B09C9BCB6DF57F8297B61461E58DC (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager/d__61::<>m__Finally2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBanksToLoadU3Ed__61_U3CU3Em__Finally2_m05943E1557D7558C8A642053B496BAFC38883626 (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager/d__61::<>m__Finally3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBanksToLoadU3Ed__61_U3CU3Em__Finally3_mFA997E40C971C9E2B26A651D0E3E17FBDB134744 (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager/d__61::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBanksToLoadU3Ed__61_System_IDisposable_Dispose_mAD142603920DB5AA6EB659AD1793DCFDCA11046D (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager/d__61::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBanksToLoadU3Ed__61__ctor_mC0385B4C7D325E637ABD8F65C322E2E06EBFE8E1 (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 FMODUnity.RuntimeManager/d__61::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBanksToLoadU3Ed__61_System_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_m8D53AFEFB2A59CEDCF9CB73FE5A70322F8F35EBD (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method); // System.Boolean FMOD.GUID::Equals(FMOD.GUID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUID_Equals_m3194A1E9A43F3756426E19B756ECD49EAD0A6D9D (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___other0, const RuntimeMethod* method); // System.Int32 FMOD.GUID::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUID_GetHashCode_mC777BDDDB17A048258A3BC3C8E90916D13BF71F1 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * __this, const RuntimeMethod* method); // System.Void FMODUnity.Settings/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m8E6ABD2D76ABAB567FFFCED999F598A98A6310E3 (U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 * __this, const RuntimeMethod* method); // System.Int32 System.Single::CompareTo(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_m80B5B5A70A2343C3A8673F35635EBED4458109B4 (float* __this, float ___value0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Int32 FMOD.StringHelper/ThreadSafeEncoding::roundUpPowerTwo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThreadSafeEncoding_roundUpPowerTwo_m3B6CA912A332C06497B5FE3A0D4CF6336A8816BB (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, int32_t ___number0, const RuntimeMethod* method); // System.Byte System.Runtime.InteropServices.Marshal::ReadByte(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Marshal_ReadByte_m0FB432A493426B3A40CD7934B94D90A001FB2103 (intptr_t ___ptr0, int32_t ___ofs1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m5B5711DAE25F766427A60AA33208E669EACD0716 (intptr_t ___source0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.Runtime.InteropServices.GCHandle::get_IsAllocated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_mEDA4DAC6AD6D881110E96CAFDAB78C068F5B144D (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // System.Void System.Text.UTF8Encoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_mA3F21D41B65D155202345802A05761A4BC022888 (UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * __this, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertyAccessors/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m40B6542A3EAB0CC8E819EF0FAE68BBD28459836F (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070 (const RuntimeMethod* method); #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Release(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetSystemObject(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Lock(intptr_t, uint32_t, uint32_t, intptr_t*, intptr_t*, uint32_t*, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Unlock(intptr_t, intptr_t, intptr_t, uint32_t, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetDefaults(intptr_t, float, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetDefaults(intptr_t, float*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Set3DMinMaxDistance(intptr_t, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Get3DMinMaxDistance(intptr_t, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Set3DConeSettings(intptr_t, float, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Get3DConeSettings(intptr_t, float*, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Set3DCustomRolloff(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Get3DCustomRolloff(intptr_t, intptr_t*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetSubSound(intptr_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetSubSoundParent(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetName(intptr_t, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetLength(intptr_t, uint32_t*, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetFormat(intptr_t, int32_t*, int32_t*, int32_t*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetNumSubSounds(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetNumTags(intptr_t, int32_t*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetTag(intptr_t, uint8_t*, int32_t, TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_pinvoke*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetOpenState(intptr_t, int32_t*, uint32_t*, int32_t*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_ReadData(intptr_t, intptr_t, uint32_t, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SeekData(intptr_t, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetSoundGroup(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetSoundGroup(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetNumSyncPoints(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetSyncPoint(intptr_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetSyncPointInfo(intptr_t, intptr_t, intptr_t, int32_t, uint32_t*, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_AddSyncPoint(intptr_t, uint32_t, uint32_t, uint8_t*, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_DeleteSyncPoint(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetMode(intptr_t, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetMode(intptr_t, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetLoopCount(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetLoopCount(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetLoopPoints(intptr_t, uint32_t, uint32_t, uint32_t, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetLoopPoints(intptr_t, uint32_t*, uint32_t, uint32_t*, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetMusicNumChannels(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetMusicChannelVolume(intptr_t, int32_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetMusicChannelVolume(intptr_t, int32_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetMusicSpeed(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetMusicSpeed(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetUserData(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetUserData(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_Release(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetSystemObject(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_SetMaxAudible(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetMaxAudible(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_SetMaxAudibleBehavior(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetMaxAudibleBehavior(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_SetMuteFadeSpeed(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetMuteFadeSpeed(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_SetVolume(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetVolume(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_Stop(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetName(intptr_t, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetNumSounds(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetSound(intptr_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetNumPlaying(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_SetUserData(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetUserData(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_Release(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetOutput(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetOutput(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetNumDrivers(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetDriverInfo(intptr_t, int32_t, intptr_t, int32_t, Guid_t *, int32_t*, int32_t*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetDriver(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetDriver(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetSoftwareChannels(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetSoftwareChannels(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetSoftwareFormat(intptr_t, int32_t, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetSoftwareFormat(intptr_t, int32_t*, int32_t*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetDSPBufferSize(intptr_t, uint32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetDSPBufferSize(intptr_t, uint32_t*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetFileSystem(intptr_t, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_AttachFileSystem(intptr_t, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetAdvancedSettings(intptr_t, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetAdvancedSettings(intptr_t, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetCallback(intptr_t, Il2CppMethodPointer, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetPluginPath(intptr_t, uint8_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_LoadPlugin(intptr_t, uint8_t*, uint32_t*, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_UnloadPlugin(intptr_t, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetNumNestedPlugins(intptr_t, uint32_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetNestedPlugin(intptr_t, uint32_t, int32_t, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetNumPlugins(intptr_t, int32_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetPluginHandle(intptr_t, int32_t, int32_t, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetPluginInfo(intptr_t, uint32_t, int32_t*, intptr_t, int32_t, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetOutputByPlugin(intptr_t, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetOutputByPlugin(intptr_t, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_CreateDSPByPlugin(intptr_t, uint32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetDSPInfoByPlugin(intptr_t, uint32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_RegisterDSP(intptr_t, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke*, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_Init(intptr_t, int32_t, uint32_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_Close(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_Update(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetSpeakerPosition(intptr_t, int32_t, float, float, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetSpeakerPosition(intptr_t, int32_t, float*, float*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetStreamBufferSize(intptr_t, uint32_t, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetStreamBufferSize(intptr_t, uint32_t*, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_Set3DSettings(intptr_t, float, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_Get3DSettings(intptr_t, float*, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_Set3DNumListeners(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_Get3DNumListeners(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_Set3DListenerAttributes(intptr_t, int32_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_Get3DListenerAttributes(intptr_t, int32_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_Set3DRolloffCallback(intptr_t, Il2CppMethodPointer); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_MixerSuspend(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_MixerResume(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetDefaultMixMatrix(intptr_t, int32_t, int32_t, float*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetSpeakerModeChannels(intptr_t, int32_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetVersion(intptr_t, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetOutputHandle(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetChannelsPlaying(intptr_t, int32_t*, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetCPUUsage(intptr_t, CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetFileUsage(intptr_t, int64_t*, int64_t*, int64_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_CreateSound(intptr_t, uint8_t*, uint32_t, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke*, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_CreateStream(intptr_t, uint8_t*, uint32_t, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke*, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_CreateDSP(intptr_t, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke*, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_CreateDSPByType(intptr_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_CreateChannelGroup(intptr_t, uint8_t*, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_CreateSoundGroup(intptr_t, uint8_t*, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_CreateReverb3D(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_PlaySound(intptr_t, intptr_t, intptr_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_PlayDSP(intptr_t, intptr_t, intptr_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetChannel(intptr_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetDSPInfoByType(intptr_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetMasterChannelGroup(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetMasterSoundGroup(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_AttachChannelGroupToPort(intptr_t, int32_t, uint64_t, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_DetachChannelGroupFromPort(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetReverbProperties(intptr_t, int32_t, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetReverbProperties(intptr_t, int32_t, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_LockDSP(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_UnlockDSP(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetRecordNumDrivers(intptr_t, int32_t*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetRecordDriverInfo(intptr_t, int32_t, intptr_t, int32_t, Guid_t *, int32_t*, int32_t*, int32_t*, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetRecordPosition(intptr_t, int32_t, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_RecordStart(intptr_t, int32_t, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_RecordStop(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_IsRecording(intptr_t, int32_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_CreateGeometry(intptr_t, int32_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetGeometrySettings(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetGeometrySettings(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_LoadGeometry(intptr_t, intptr_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetGeometryOcclusion(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetNetworkProxy(intptr_t, uint8_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetNetworkProxy(intptr_t, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetNetworkTimeout(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetNetworkTimeout(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_SetUserData(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_GetUserData(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_Create(intptr_t*, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_IsValid(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetAdvancedSettings(intptr_t, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetAdvancedSettings(intptr_t, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_Initialize(intptr_t, int32_t, uint32_t, uint32_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_Release(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_Update(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetCoreSystem(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetEvent(intptr_t, uint8_t*, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetBus(intptr_t, uint8_t*, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetVCA(intptr_t, uint8_t*, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetBank(intptr_t, uint8_t*, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetEventByID(intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetBusByID(intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetVCAByID(intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetBankByID(intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetSoundInfo(intptr_t, uint8_t*, SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_pinvoke*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterDescriptionByName(intptr_t, uint8_t*, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterDescriptionByID(intptr_t, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE , PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterLabelByName(intptr_t, uint8_t*, int32_t, intptr_t, int32_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterLabelByID(intptr_t, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE , int32_t, intptr_t, int32_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterByID(intptr_t, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE , float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetParameterByID(intptr_t, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE , float, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetParameterByIDWithLabel(intptr_t, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE , uint8_t*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetParametersByIDs(intptr_t, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE *, float*, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterByName(intptr_t, uint8_t*, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetParameterByName(intptr_t, uint8_t*, float, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetParameterByNameWithLabel(intptr_t, uint8_t*, uint8_t*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_LookupID(intptr_t, uint8_t*, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_LookupPath(intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *, intptr_t, int32_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetNumListeners(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetNumListeners(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetListenerAttributes(intptr_t, int32_t, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetListenerAttributes(intptr_t, int32_t, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetListenerWeight(intptr_t, int32_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetListenerWeight(intptr_t, int32_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_LoadBankFile(intptr_t, uint8_t*, uint32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_LoadBankMemory(intptr_t, intptr_t, int32_t, int32_t, uint32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_LoadBankCustom(intptr_t, BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_pinvoke*, uint32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_UnloadAll(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_FlushCommands(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_FlushSampleLoading(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_StartCommandCapture(intptr_t, uint8_t*, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_StopCommandCapture(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_LoadCommandReplay(intptr_t, uint8_t*, uint32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetBankCount(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetBankList(intptr_t, intptr_t*, int32_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterDescriptionCount(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterDescriptionList(intptr_t, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *, int32_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetCPUUsage(intptr_t, CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332 *, CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetBufferUsage(intptr_t, BUFFER_USAGE_tC3F4FFD3963B6AD7416C4BF66BD3CC40F6DCD4A3 *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_ResetBufferUsage(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetCallback(intptr_t, Il2CppMethodPointer, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetUserData(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetUserData(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetMemoryUsage(intptr_t, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Thread_SetAttributes(int32_t, int64_t, int32_t, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_ParseID(uint8_t*, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_VCA_IsValid(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_VCA_GetID(intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_VCA_GetPath(intptr_t, intptr_t, int32_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_VCA_GetVolume(intptr_t, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_VCA_SetVolume(intptr_t, float); #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String FMODUnity.RuntimeUtils::GetCommonPlatformPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeUtils_GetCommonPlatformPath_mB12700F862C8A58E291C9B52A430B82C7553C9DA (String_t* ___path0, const RuntimeMethod* method) { { // if (string.IsNullOrEmpty(path)) String_t* L_0 = ___path0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { // return path; String_t* L_2 = ___path0; return L_2; } IL_000a: { // return path.Replace('\\', '/'); String_t* L_3 = ___path0; NullCheck(L_3); String_t* L_4; L_4 = String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618(L_3, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); return L_4; } } // FMOD.VECTOR FMODUnity.RuntimeUtils::ToFMODVector(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B RuntimeUtils_ToFMODVector_m3833ACF334A06311B64F3BC716A59780169DE92F (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___vec0, const RuntimeMethod* method) { VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B V_0; memset((&V_0), 0, sizeof(V_0)); { // temp.x = vec.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___vec0; float L_1 = L_0.get_x_2(); (&V_0)->set_x_0(L_1); // temp.y = vec.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___vec0; float L_3 = L_2.get_y_3(); (&V_0)->set_y_1(L_3); // temp.z = vec.z; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___vec0; float L_5 = L_4.get_z_4(); (&V_0)->set_z_2(L_5); // return temp; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_6 = V_0; return L_6; } } // FMOD.ATTRIBUTES_3D FMODUnity.RuntimeUtils::To3DAttributes(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 RuntimeUtils_To3DAttributes_m24C0F85C9563F3089853610E1F7C6FCF07883DB9 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, const RuntimeMethod* method) { ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 V_0; memset((&V_0), 0, sizeof(V_0)); { // FMOD.ATTRIBUTES_3D attributes = new FMOD.ATTRIBUTES_3D(); il2cpp_codegen_initobj((&V_0), sizeof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 )); // attributes.forward = ToFMODVector(Vector3.forward); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_forward_mA6722B0932DA770D5C34C9E28D0E40220F099D50(/*hidden argument*/NULL); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_1; L_1 = RuntimeUtils_ToFMODVector_m3833ACF334A06311B64F3BC716A59780169DE92F(L_0, /*hidden argument*/NULL); (&V_0)->set_forward_2(L_1); // attributes.up = ToFMODVector(Vector3.up); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_get_up_mD84FDFCD32FC48C865A89FD4251232E2A9D7015A(/*hidden argument*/NULL); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_3; L_3 = RuntimeUtils_ToFMODVector_m3833ACF334A06311B64F3BC716A59780169DE92F(L_2, /*hidden argument*/NULL); (&V_0)->set_up_3(L_3); // attributes.position = ToFMODVector(pos); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___pos0; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_5; L_5 = RuntimeUtils_ToFMODVector_m3833ACF334A06311B64F3BC716A59780169DE92F(L_4, /*hidden argument*/NULL); (&V_0)->set_position_0(L_5); // return attributes; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_6 = V_0; return L_6; } } // FMOD.ATTRIBUTES_3D FMODUnity.RuntimeUtils::To3DAttributes(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 RuntimeUtils_To3DAttributes_mBD19761771A5A1B2BBF419752C3E800821984341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform0, const RuntimeMethod* method) { ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 V_0; memset((&V_0), 0, sizeof(V_0)); { // FMOD.ATTRIBUTES_3D attributes = new FMOD.ATTRIBUTES_3D(); il2cpp_codegen_initobj((&V_0), sizeof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 )); // attributes.forward = transform.forward.ToFMODVector(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___transform0; NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_0, /*hidden argument*/NULL); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_2; L_2 = RuntimeUtils_ToFMODVector_m3833ACF334A06311B64F3BC716A59780169DE92F(L_1, /*hidden argument*/NULL); (&V_0)->set_forward_2(L_2); // attributes.up = transform.up.ToFMODVector(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = ___transform0; NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_3, /*hidden argument*/NULL); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_5; L_5 = RuntimeUtils_ToFMODVector_m3833ACF334A06311B64F3BC716A59780169DE92F(L_4, /*hidden argument*/NULL); (&V_0)->set_up_3(L_5); // attributes.position = transform.position.ToFMODVector(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6 = ___transform0; NullCheck(L_6); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_6, /*hidden argument*/NULL); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_8; L_8 = RuntimeUtils_ToFMODVector_m3833ACF334A06311B64F3BC716A59780169DE92F(L_7, /*hidden argument*/NULL); (&V_0)->set_position_0(L_8); // return attributes; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_9 = V_0; return L_9; } } // FMOD.ATTRIBUTES_3D FMODUnity.RuntimeUtils::To3DAttributes(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 RuntimeUtils_To3DAttributes_mFBA3362C9352328FEFCC55C1F2BF8F1AD261FA42 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___go0, const RuntimeMethod* method) { { // return go.transform.To3DAttributes(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___go0; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_0, /*hidden argument*/NULL); ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_2; L_2 = RuntimeUtils_To3DAttributes_mBD19761771A5A1B2BBF419752C3E800821984341(L_1, /*hidden argument*/NULL); return L_2; } } // FMOD.ATTRIBUTES_3D FMODUnity.RuntimeUtils::To3DAttributes(UnityEngine.Transform,UnityEngine.Rigidbody) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 RuntimeUtils_To3DAttributes_m7706BD48DD33BE3DAAE3D1974E59A887B064F732 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform0, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rigidbody1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 V_0; memset((&V_0), 0, sizeof(V_0)); { // FMOD.ATTRIBUTES_3D attributes = transform.To3DAttributes(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___transform0; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_1; L_1 = RuntimeUtils_To3DAttributes_mBD19761771A5A1B2BBF419752C3E800821984341(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (rigidbody) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_2 = ___rigidbody1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0021; } } { // attributes.velocity = rigidbody.velocity.ToFMODVector(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_4 = ___rigidbody1; NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_4, /*hidden argument*/NULL); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_6; L_6 = RuntimeUtils_ToFMODVector_m3833ACF334A06311B64F3BC716A59780169DE92F(L_5, /*hidden argument*/NULL); (&V_0)->set_velocity_1(L_6); } IL_0021: { // return attributes; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_7 = V_0; return L_7; } } // FMOD.ATTRIBUTES_3D FMODUnity.RuntimeUtils::To3DAttributes(UnityEngine.GameObject,UnityEngine.Rigidbody) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 RuntimeUtils_To3DAttributes_m6117A7C6CF4E72C9626D3147CDECBE885573CBF4 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___go0, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rigidbody1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 V_0; memset((&V_0), 0, sizeof(V_0)); { // FMOD.ATTRIBUTES_3D attributes = go.transform.To3DAttributes(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___go0; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_0, /*hidden argument*/NULL); ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_2; L_2 = RuntimeUtils_To3DAttributes_mBD19761771A5A1B2BBF419752C3E800821984341(L_1, /*hidden argument*/NULL); V_0 = L_2; // if (rigidbody) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_3 = ___rigidbody1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0026; } } { // attributes.velocity = rigidbody.velocity.ToFMODVector(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_5 = ___rigidbody1; NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_5, /*hidden argument*/NULL); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_7; L_7 = RuntimeUtils_ToFMODVector_m3833ACF334A06311B64F3BC716A59780169DE92F(L_6, /*hidden argument*/NULL); (&V_0)->set_velocity_1(L_7); } IL_0026: { // return attributes; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_8 = V_0; return L_8; } } // FMOD.ATTRIBUTES_3D FMODUnity.RuntimeUtils::To3DAttributes(UnityEngine.Transform,UnityEngine.Rigidbody2D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 RuntimeUtils_To3DAttributes_m73A16EE4648C36DE6B68F5AAE554CAF31098C668 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform0, Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___rigidbody1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 V_0; memset((&V_0), 0, sizeof(V_0)); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B V_1; memset((&V_1), 0, sizeof(V_1)); { // FMOD.ATTRIBUTES_3D attributes = transform.To3DAttributes(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___transform0; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_1; L_1 = RuntimeUtils_To3DAttributes_mBD19761771A5A1B2BBF419752C3E800821984341(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (rigidbody) Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_2 = ___rigidbody1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0047; } } { // vel.x = rigidbody.velocity.x; Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_4 = ___rigidbody1; NullCheck(L_4); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_5; L_5 = Rigidbody2D_get_velocity_m138328DCC01EB876FB5EA025BF08728030D93D66(L_4, /*hidden argument*/NULL); float L_6 = L_5.get_x_0(); (&V_1)->set_x_0(L_6); // vel.y = rigidbody.velocity.y; Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_7 = ___rigidbody1; NullCheck(L_7); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8; L_8 = Rigidbody2D_get_velocity_m138328DCC01EB876FB5EA025BF08728030D93D66(L_7, /*hidden argument*/NULL); float L_9 = L_8.get_y_1(); (&V_1)->set_y_1(L_9); // vel.z = 0; (&V_1)->set_z_2((0.0f)); // attributes.velocity = vel; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_10 = V_1; (&V_0)->set_velocity_1(L_10); } IL_0047: { // return attributes; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_11 = V_0; return L_11; } } // FMOD.ATTRIBUTES_3D FMODUnity.RuntimeUtils::To3DAttributes(UnityEngine.GameObject,UnityEngine.Rigidbody2D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 RuntimeUtils_To3DAttributes_m761CFBB734E99C12A87CB1FFE410EB688CD2B0C5 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___go0, Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___rigidbody1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 V_0; memset((&V_0), 0, sizeof(V_0)); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B V_1; memset((&V_1), 0, sizeof(V_1)); { // FMOD.ATTRIBUTES_3D attributes = go.transform.To3DAttributes(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___go0; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_0, /*hidden argument*/NULL); ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_2; L_2 = RuntimeUtils_To3DAttributes_mBD19761771A5A1B2BBF419752C3E800821984341(L_1, /*hidden argument*/NULL); V_0 = L_2; // if (rigidbody) Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_3 = ___rigidbody1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_004c; } } { // vel.x = rigidbody.velocity.x; Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_5 = ___rigidbody1; NullCheck(L_5); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6; L_6 = Rigidbody2D_get_velocity_m138328DCC01EB876FB5EA025BF08728030D93D66(L_5, /*hidden argument*/NULL); float L_7 = L_6.get_x_0(); (&V_1)->set_x_0(L_7); // vel.y = rigidbody.velocity.y; Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_8 = ___rigidbody1; NullCheck(L_8); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9; L_9 = Rigidbody2D_get_velocity_m138328DCC01EB876FB5EA025BF08728030D93D66(L_8, /*hidden argument*/NULL); float L_10 = L_9.get_y_1(); (&V_1)->set_y_1(L_10); // vel.z = 0; (&V_1)->set_z_2((0.0f)); // attributes.velocity = vel; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_11 = V_1; (&V_0)->set_velocity_1(L_11); } IL_004c: { // return attributes; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_12 = V_0; return L_12; } } // FMOD.THREAD_TYPE FMODUnity.RuntimeUtils::ToFMODThreadType(FMODUnity.ThreadType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeUtils_ToFMODThreadType_m8CF6547DEBD8B4A8A6AD1BDB147FC19A73A078A5 (int32_t ___threadType0, const RuntimeMethod* method) { { int32_t L_0 = ___threadType0; switch (L_0) { case 0: { goto IL_003c; } case 1: { goto IL_003e; } case 2: { goto IL_0040; } case 3: { goto IL_0042; } case 4: { goto IL_0044; } case 5: { goto IL_0046; } case 6: { goto IL_0048; } case 7: { goto IL_004a; } case 8: { goto IL_004c; } case 9: { goto IL_004e; } case 10: { goto IL_0051; } case 11: { goto IL_0054; } case 12: { goto IL_0057; } } } { goto IL_005a; } IL_003c: { // return FMOD.THREAD_TYPE.MIXER; return (int32_t)(0); } IL_003e: { // return FMOD.THREAD_TYPE.FEEDER; return (int32_t)(1); } IL_0040: { // return FMOD.THREAD_TYPE.STREAM; return (int32_t)(2); } IL_0042: { // return FMOD.THREAD_TYPE.FILE; return (int32_t)(3); } IL_0044: { // return FMOD.THREAD_TYPE.NONBLOCKING; return (int32_t)(4); } IL_0046: { // return FMOD.THREAD_TYPE.RECORD; return (int32_t)(5); } IL_0048: { // return FMOD.THREAD_TYPE.GEOMETRY; return (int32_t)(6); } IL_004a: { // return FMOD.THREAD_TYPE.PROFILER; return (int32_t)(7); } IL_004c: { // return FMOD.THREAD_TYPE.STUDIO_UPDATE; return (int32_t)(8); } IL_004e: { // return FMOD.THREAD_TYPE.STUDIO_LOAD_BANK; return (int32_t)(((int32_t)9)); } IL_0051: { // return FMOD.THREAD_TYPE.STUDIO_LOAD_SAMPLE; return (int32_t)(((int32_t)10)); } IL_0054: { // return FMOD.THREAD_TYPE.CONVOLUTION1; return (int32_t)(((int32_t)11)); } IL_0057: { // return FMOD.THREAD_TYPE.CONVOLUTION2; return (int32_t)(((int32_t)12)); } IL_005a: { // throw new ArgumentException("Unrecognised thread type '" + threadType.ToString() + "'"); RuntimeObject * L_1 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadType_t82A10C14E631E6266D034FFBEFCD375ECA8799A0_il2cpp_TypeInfo_var)), (&___threadType0)); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); ___threadType0 = *(int32_t*)UnBox(L_1); String_t* L_3; L_3 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9552FB5A23582C720104AF8F6ADA9595460E9E7F)), L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeUtils_ToFMODThreadType_m8CF6547DEBD8B4A8A6AD1BDB147FC19A73A078A5_RuntimeMethod_var))); } } // System.String FMODUnity.RuntimeUtils::DisplayName(FMODUnity.ThreadType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeUtils_DisplayName_mFE25D8C0C303A77412C3E5A586EFA113275E4D26 (int32_t ___thread0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadType_t82A10C14E631E6266D034FFBEFCD375ECA8799A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return thread.ToString().Replace('_', ' '); RuntimeObject * L_0 = Box(ThreadType_t82A10C14E631E6266D034FFBEFCD375ECA8799A0_il2cpp_TypeInfo_var, (&___thread0)); NullCheck(L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); ___thread0 = *(int32_t*)UnBox(L_0); NullCheck(L_1); String_t* L_2; L_2 = String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618(L_1, ((int32_t)95), ((int32_t)32), /*hidden argument*/NULL); return L_2; } } // FMOD.THREAD_AFFINITY FMODUnity.RuntimeUtils::ToFMODThreadAffinity(FMODUnity.ThreadAffinity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t RuntimeUtils_ToFMODThreadAffinity_m506EE338EC24B7C7B140623B63301CC09480A7ED (uint32_t ___affinity0, const RuntimeMethod* method) { int64_t V_0 = 0; { // FMOD.THREAD_AFFINITY fmodAffinity = FMOD.THREAD_AFFINITY.CORE_ALL; V_0 = ((int64_t)((int64_t)0)); // SetFMODAffinityBit(affinity, ThreadAffinity.Core0, FMOD.THREAD_AFFINITY.CORE_0, ref fmodAffinity); uint32_t L_0 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_0, 1, ((int64_t)((int64_t)1)), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core1, FMOD.THREAD_AFFINITY.CORE_1, ref fmodAffinity); uint32_t L_1 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_1, 2, ((int64_t)((int64_t)2)), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core2, FMOD.THREAD_AFFINITY.CORE_2, ref fmodAffinity); uint32_t L_2 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_2, 4, ((int64_t)((int64_t)4)), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core3, FMOD.THREAD_AFFINITY.CORE_3, ref fmodAffinity); uint32_t L_3 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_3, 8, ((int64_t)((int64_t)8)), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core4, FMOD.THREAD_AFFINITY.CORE_4, ref fmodAffinity); uint32_t L_4 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_4, ((int32_t)16), ((int64_t)((int64_t)((int32_t)16))), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core5, FMOD.THREAD_AFFINITY.CORE_5, ref fmodAffinity); uint32_t L_5 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_5, ((int32_t)32), ((int64_t)((int64_t)((int32_t)32))), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core6, FMOD.THREAD_AFFINITY.CORE_6, ref fmodAffinity); uint32_t L_6 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_6, ((int32_t)64), ((int64_t)((int64_t)((int32_t)64))), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core7, FMOD.THREAD_AFFINITY.CORE_7, ref fmodAffinity); uint32_t L_7 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_7, ((int32_t)128), ((int64_t)((int64_t)((int32_t)128))), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core8, FMOD.THREAD_AFFINITY.CORE_8, ref fmodAffinity); uint32_t L_8 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_8, ((int32_t)256), ((int64_t)((int64_t)((int32_t)256))), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core9, FMOD.THREAD_AFFINITY.CORE_9, ref fmodAffinity); uint32_t L_9 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_9, ((int32_t)512), ((int64_t)((int64_t)((int32_t)512))), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core10, FMOD.THREAD_AFFINITY.CORE_10, ref fmodAffinity); uint32_t L_10 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_10, ((int32_t)1024), ((int64_t)((int64_t)((int32_t)1024))), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core11, FMOD.THREAD_AFFINITY.CORE_11, ref fmodAffinity); uint32_t L_11 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_11, ((int32_t)2048), ((int64_t)((int64_t)((int32_t)2048))), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core12, FMOD.THREAD_AFFINITY.CORE_12, ref fmodAffinity); uint32_t L_12 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_12, ((int32_t)4096), ((int64_t)((int64_t)((int32_t)4096))), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core13, FMOD.THREAD_AFFINITY.CORE_13, ref fmodAffinity); uint32_t L_13 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_13, ((int32_t)8192), ((int64_t)((int64_t)((int32_t)8192))), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core14, FMOD.THREAD_AFFINITY.CORE_14, ref fmodAffinity); uint32_t L_14 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_14, ((int32_t)16384), ((int64_t)((int64_t)((int32_t)16384))), (int64_t*)(&V_0), /*hidden argument*/NULL); // SetFMODAffinityBit(affinity, ThreadAffinity.Core15, FMOD.THREAD_AFFINITY.CORE_15, ref fmodAffinity); uint32_t L_15 = ___affinity0; RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89(L_15, ((int32_t)32768), ((int64_t)((int64_t)((int32_t)32768))), (int64_t*)(&V_0), /*hidden argument*/NULL); // return fmodAffinity; int64_t L_16 = V_0; return L_16; } } // System.Void FMODUnity.RuntimeUtils::SetFMODAffinityBit(FMODUnity.ThreadAffinity,FMODUnity.ThreadAffinity,FMOD.THREAD_AFFINITY,FMOD.THREAD_AFFINITY&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_SetFMODAffinityBit_m975C5E7A285548C34961A4B4EF76360B4F08EC89 (uint32_t ___affinity0, uint32_t ___mask1, int64_t ___fmodMask2, int64_t* ___fmodAffinity3, const RuntimeMethod* method) { { // if ((affinity & mask) != 0) uint32_t L_0 = ___affinity0; uint32_t L_1 = ___mask1; if (!((int32_t)((int32_t)L_0&(int32_t)L_1))) { goto IL_000b; } } { // fmodAffinity |= fmodMask; int64_t* L_2 = ___fmodAffinity3; int64_t* L_3 = ___fmodAffinity3; int64_t L_4 = *((int64_t*)L_3); int64_t L_5 = ___fmodMask2; *((int64_t*)L_2) = (int64_t)((int64_t)((int64_t)L_4|(int64_t)L_5)); } IL_000b: { // } return; } } // System.Void FMODUnity.RuntimeUtils::EnforceLibraryOrder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_EnforceLibraryOrder_m7B683A846D00BFE05F075B6E444EA49CC969A4DE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC V_2; memset((&V_2), 0, sizeof(V_2)); { // FMOD.Memory.GetStats(out temp1, out temp2); int32_t L_0; L_0 = Memory_GetStats_m95BD629AB48EA183AA9BA545CBEC7C5C6E419A36((int32_t*)(&V_0), (int32_t*)(&V_1), (bool)1, /*hidden argument*/NULL); // FMOD.Studio.Util.parseID("", out temp3); int32_t L_1; L_1 = Util_parseID_m2DAEFFD1E5A1B125A909AC3DB2BFC653BA1CE862(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)(&V_2), /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.RuntimeUtils::DebugLog(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_DebugLog_mE3AD1389A46AE555D532B030013B8DA1ACE7D764 (String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Settings.Instance == null || Settings.Instance.LoggingLevel == FMOD.DEBUG_FLAGS.LOG) IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0; L_0 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_2; L_2 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_2); uint32_t L_3 = L_2->get_LoggingLevel_25(); if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_0020; } } IL_001a: { // Debug.Log(message); String_t* L_4 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(L_4, /*hidden argument*/NULL); } IL_0020: { // } return; } } // System.Void FMODUnity.RuntimeUtils::DebugLogFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_DebugLogFormat_mFD72443DB1D85160B4BBECF63C0AE08EE4B1D0B3 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Settings.Instance == null || Settings.Instance.LoggingLevel == FMOD.DEBUG_FLAGS.LOG) IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0; L_0 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_2; L_2 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_2); uint32_t L_3 = L_2->get_LoggingLevel_25(); if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_0021; } } IL_001a: { // Debug.LogFormat(format, args); String_t* L_4 = ___format0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___args1; IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogFormat_m72BF100F3CFE21832B462EDDA71CF0FE28C0D093(L_4, L_5, /*hidden argument*/NULL); } IL_0021: { // } return; } } // System.Void FMODUnity.RuntimeUtils::DebugLogWarning(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_DebugLogWarning_mF611A5BF60BE3F7D44E49D0A630D0A97FD450409 (String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Settings.Instance == null || Settings.Instance.LoggingLevel >= FMOD.DEBUG_FLAGS.WARNING) IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0; L_0 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_2; L_2 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_2); uint32_t L_3 = L_2->get_LoggingLevel_25(); if ((!(((uint32_t)L_3) >= ((uint32_t)2)))) { goto IL_0020; } } IL_001a: { // Debug.LogWarning(message); String_t* L_4 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(L_4, /*hidden argument*/NULL); } IL_0020: { // } return; } } // System.Void FMODUnity.RuntimeUtils::DebugLogWarningFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_DebugLogWarningFormat_m55E5B477C8190F025FFB26B8A0CC7FDC83629A15 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Settings.Instance == null || Settings.Instance.LoggingLevel >= FMOD.DEBUG_FLAGS.WARNING) IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0; L_0 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_2; L_2 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_2); uint32_t L_3 = L_2->get_LoggingLevel_25(); if ((!(((uint32_t)L_3) >= ((uint32_t)2)))) { goto IL_0021; } } IL_001a: { // Debug.LogWarningFormat(format, args); String_t* L_4 = ___format0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___args1; IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarningFormat_m0376DF1FA13FFF5290B9AB27F9808F6632E9A8C7(L_4, L_5, /*hidden argument*/NULL); } IL_0021: { // } return; } } // System.Void FMODUnity.RuntimeUtils::DebugLogError(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_DebugLogError_m32DADF824B49D54717C11A1689F35D14F6C3B57B (String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Settings.Instance == null || Settings.Instance.LoggingLevel >= FMOD.DEBUG_FLAGS.ERROR) IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0; L_0 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_2; L_2 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_2); uint32_t L_3 = L_2->get_LoggingLevel_25(); if ((!(((uint32_t)L_3) >= ((uint32_t)1)))) { goto IL_0020; } } IL_001a: { // Debug.LogError(message); String_t* L_4 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_4, /*hidden argument*/NULL); } IL_0020: { // } return; } } // System.Void FMODUnity.RuntimeUtils::DebugLogErrorFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_DebugLogErrorFormat_m3AFB0F5D0CB1422328B260000DB45BEA197105B2 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Settings.Instance == null || Settings.Instance.LoggingLevel >= FMOD.DEBUG_FLAGS.ERROR) IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0; L_0 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_2; L_2 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_2); uint32_t L_3 = L_2->get_LoggingLevel_25(); if ((!(((uint32_t)L_3) >= ((uint32_t)1)))) { goto IL_0021; } } IL_001a: { // Debug.LogErrorFormat(format, args); String_t* L_4 = ___format0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___args1; IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogErrorFormat_m92BE92B1C1EDD4B66E5D3CF9ED6480D7D3FFA0E9(L_4, L_5, /*hidden argument*/NULL); } IL_0021: { // } return; } } // System.Void FMODUnity.RuntimeUtils::DebugLogException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_DebugLogException_m0E886BCE69C026E54CEFF21339252D75A97DDBE4 (Exception_t * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Settings.Instance == null || Settings.Instance.LoggingLevel >= FMOD.DEBUG_FLAGS.ERROR) IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0; L_0 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_2; L_2 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_2); uint32_t L_3 = L_2->get_LoggingLevel_25(); if ((!(((uint32_t)L_3) >= ((uint32_t)1)))) { goto IL_0020; } } IL_001a: { // Debug.LogException(e); Exception_t * L_4 = ___e0; IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7(L_4, /*hidden argument*/NULL); } IL_0020: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: FMOD.Studio.SOUND_INFO IL2CPP_EXTERN_C void SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshal_pinvoke(const SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21& unmarshaled, SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_pinvoke& marshaled) { marshaled.___name_or_data_0 = unmarshaled.get_name_or_data_0(); marshaled.___mode_1 = unmarshaled.get_mode_1(); CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke(unmarshaled.get_exinfo_2(), marshaled.___exinfo_2); marshaled.___subsoundindex_3 = unmarshaled.get_subsoundindex_3(); } IL2CPP_EXTERN_C void SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshal_pinvoke_back(const SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_pinvoke& marshaled, SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21& unmarshaled) { intptr_t unmarshaled_name_or_data_temp_0; memset((&unmarshaled_name_or_data_temp_0), 0, sizeof(unmarshaled_name_or_data_temp_0)); unmarshaled_name_or_data_temp_0 = marshaled.___name_or_data_0; unmarshaled.set_name_or_data_0(unmarshaled_name_or_data_temp_0); uint32_t unmarshaled_mode_temp_1 = 0; unmarshaled_mode_temp_1 = marshaled.___mode_1; unmarshaled.set_mode_1(unmarshaled_mode_temp_1); CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B unmarshaled_exinfo_temp_2; memset((&unmarshaled_exinfo_temp_2), 0, sizeof(unmarshaled_exinfo_temp_2)); CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke_back(marshaled.___exinfo_2, unmarshaled_exinfo_temp_2); unmarshaled.set_exinfo_2(unmarshaled_exinfo_temp_2); int32_t unmarshaled_subsoundindex_temp_3 = 0; unmarshaled_subsoundindex_temp_3 = marshaled.___subsoundindex_3; unmarshaled.set_subsoundindex_3(unmarshaled_subsoundindex_temp_3); } // Conversion method for clean up from marshalling of: FMOD.Studio.SOUND_INFO IL2CPP_EXTERN_C void SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshal_pinvoke_cleanup(SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_pinvoke& marshaled) { CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke_cleanup(marshaled.___exinfo_2); } // Conversion methods for marshalling of: FMOD.Studio.SOUND_INFO IL2CPP_EXTERN_C void SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshal_com(const SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21& unmarshaled, SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_com& marshaled) { marshaled.___name_or_data_0 = unmarshaled.get_name_or_data_0(); marshaled.___mode_1 = unmarshaled.get_mode_1(); CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_com(unmarshaled.get_exinfo_2(), marshaled.___exinfo_2); marshaled.___subsoundindex_3 = unmarshaled.get_subsoundindex_3(); } IL2CPP_EXTERN_C void SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshal_com_back(const SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_com& marshaled, SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21& unmarshaled) { intptr_t unmarshaled_name_or_data_temp_0; memset((&unmarshaled_name_or_data_temp_0), 0, sizeof(unmarshaled_name_or_data_temp_0)); unmarshaled_name_or_data_temp_0 = marshaled.___name_or_data_0; unmarshaled.set_name_or_data_0(unmarshaled_name_or_data_temp_0); uint32_t unmarshaled_mode_temp_1 = 0; unmarshaled_mode_temp_1 = marshaled.___mode_1; unmarshaled.set_mode_1(unmarshaled_mode_temp_1); CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B unmarshaled_exinfo_temp_2; memset((&unmarshaled_exinfo_temp_2), 0, sizeof(unmarshaled_exinfo_temp_2)); CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_com_back(marshaled.___exinfo_2, unmarshaled_exinfo_temp_2); unmarshaled.set_exinfo_2(unmarshaled_exinfo_temp_2); int32_t unmarshaled_subsoundindex_temp_3 = 0; unmarshaled_subsoundindex_temp_3 = marshaled.___subsoundindex_3; unmarshaled.set_subsoundindex_3(unmarshaled_subsoundindex_temp_3); } // Conversion method for clean up from marshalling of: FMOD.Studio.SOUND_INFO IL2CPP_EXTERN_C void SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshal_com_cleanup(SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_com& marshaled) { CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_com_cleanup(marshaled.___exinfo_2); } // System.String FMOD.Studio.SOUND_INFO::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SOUND_INFO_get_name_m78FA97A45DC90A35B2159FFC324E707CF7BEBAD5 (SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B4_0 = NULL; { // using (StringHelper.ThreadSafeEncoding encoding = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) { // return ((mode & (MODE.OPENMEMORY | MODE.OPENMEMORY_POINT)) == 0) ? encoding.stringFromNative(name_or_data) : String.Empty; uint32_t L_1 = __this->get_mode_1(); if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)268437504)))) { goto IL_001b; } } IL_0014: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B4_0 = L_2; goto IL_0027; } IL_001b: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_3 = V_0; intptr_t L_4 = __this->get_name_or_data_0(); NullCheck(L_3); String_t* L_5; L_5 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_3, (intptr_t)L_4, /*hidden argument*/NULL); G_B4_0 = L_5; } IL_0027: { V_1 = G_B4_0; IL2CPP_LEAVE(0x34, FINALLY_002a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002a; } FINALLY_002a: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_6 = V_0; if (!L_6) { goto IL_0033; } } IL_002d: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_7 = V_0; NullCheck(L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_7); } IL_0033: { IL2CPP_END_FINALLY(42) } } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x34, IL_0034) } IL_0034: { // } String_t* L_8 = V_1; return L_8; } } IL2CPP_EXTERN_C String_t* SOUND_INFO_get_name_m78FA97A45DC90A35B2159FFC324E707CF7BEBAD5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21 * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = SOUND_INFO_get_name_m78FA97A45DC90A35B2159FFC324E707CF7BEBAD5(_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 int32_t DelegatePInvokeWrapper_SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568 (SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568 * __this, intptr_t ___sound0, int32_t ___result1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___sound0, ___result1); return returnValue; } // System.Void FMOD.SOUND_NONBLOCK_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SOUND_NONBLOCK_CALLBACK__ctor_m9E78161E9D6D7AB0D8545A6955162F7C0FD5353E (SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // FMOD.RESULT FMOD.SOUND_NONBLOCK_CALLBACK::Invoke(System.IntPtr,FMOD.RESULT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SOUND_NONBLOCK_CALLBACK_Invoke_m6EE350BADC8E54F34D9FD8518776CDCE13DF54E0 (SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568 * __this, intptr_t ___sound0, int32_t ___result1, const RuntimeMethod* method) { int32_t result = 0; DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sound0, ___result1, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sound0, ___result1, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< int32_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___sound0, ___result1); else result = GenericVirtFuncInvoker2< int32_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___sound0, ___result1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sound0, ___result1); else result = VirtFuncInvoker2< int32_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sound0, ___result1); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sound0, ___result1, targetMethod); } } } return result; } // System.IAsyncResult FMOD.SOUND_NONBLOCK_CALLBACK::BeginInvoke(System.IntPtr,FMOD.RESULT,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SOUND_NONBLOCK_CALLBACK_BeginInvoke_mAD73660BF3AA4D1325ABD40266C45B9830E61D3E (SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568 * __this, intptr_t ___sound0, int32_t ___result1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RESULT_t25BE0876E69B44E7D72DC4C52217E7C5B1A82271_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___sound0); __d_args[1] = Box(RESULT_t25BE0876E69B44E7D72DC4C52217E7C5B1A82271_il2cpp_TypeInfo_var, &___result1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // FMOD.RESULT FMOD.SOUND_NONBLOCK_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SOUND_NONBLOCK_CALLBACK_EndInvoke_m478EDEFE5A33F641A72A691BCF6E82FD81536346 (SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result);; } #ifdef __clang__ #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 int32_t DelegatePInvokeWrapper_SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331 (SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331 * __this, intptr_t ___sound0, intptr_t ___data1, uint32_t ___datalen2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, intptr_t, uint32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___sound0, ___data1, ___datalen2); return returnValue; } // System.Void FMOD.SOUND_PCMREAD_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SOUND_PCMREAD_CALLBACK__ctor_m6283F22C73AB95BA543BDFFA909707BA129CABCD (SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // FMOD.RESULT FMOD.SOUND_PCMREAD_CALLBACK::Invoke(System.IntPtr,System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SOUND_PCMREAD_CALLBACK_Invoke_m122FE1FC62C3FD4C093B23764D003CF2FBB511F0 (SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331 * __this, intptr_t ___sound0, intptr_t ___data1, uint32_t ___datalen2, const RuntimeMethod* method) { int32_t result = 0; DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef int32_t (*FunctionPointerType) (intptr_t, intptr_t, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sound0, ___data1, ___datalen2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, intptr_t, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sound0, ___data1, ___datalen2, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< int32_t, intptr_t, intptr_t, uint32_t >::Invoke(targetMethod, targetThis, ___sound0, ___data1, ___datalen2); else result = GenericVirtFuncInvoker3< int32_t, intptr_t, intptr_t, uint32_t >::Invoke(targetMethod, targetThis, ___sound0, ___data1, ___datalen2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, intptr_t, intptr_t, uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sound0, ___data1, ___datalen2); else result = VirtFuncInvoker3< int32_t, intptr_t, intptr_t, uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sound0, ___data1, ___datalen2); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, intptr_t, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sound0, ___data1, ___datalen2, targetMethod); } } } return result; } // System.IAsyncResult FMOD.SOUND_PCMREAD_CALLBACK::BeginInvoke(System.IntPtr,System.IntPtr,System.UInt32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SOUND_PCMREAD_CALLBACK_BeginInvoke_mCE068B0F322704731E3ED4C30896B130BD6D0705 (SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331 * __this, intptr_t ___sound0, intptr_t ___data1, uint32_t ___datalen2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___sound0); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___data1); __d_args[2] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &___datalen2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // FMOD.RESULT FMOD.SOUND_PCMREAD_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SOUND_PCMREAD_CALLBACK_EndInvoke_m86E9349DDD61206FA4500E288D23E9584D0D1975 (SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result);; } #ifdef __clang__ #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 int32_t DelegatePInvokeWrapper_SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69 (SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69 * __this, intptr_t ___sound0, int32_t ___subsound1, uint32_t ___position2, uint32_t ___postype3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, int32_t, uint32_t, uint32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___sound0, ___subsound1, ___position2, ___postype3); return returnValue; } // System.Void FMOD.SOUND_PCMSETPOS_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SOUND_PCMSETPOS_CALLBACK__ctor_m9CD1F3E3D23635CFBCD95797F7AAA997449BA432 (SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // FMOD.RESULT FMOD.SOUND_PCMSETPOS_CALLBACK::Invoke(System.IntPtr,System.Int32,System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SOUND_PCMSETPOS_CALLBACK_Invoke_mF44346179EA3049512AE6512A6D8BBDE91077F34 (SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69 * __this, intptr_t ___sound0, int32_t ___subsound1, uint32_t ___position2, uint32_t ___postype3, const RuntimeMethod* method) { int32_t result = 0; DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 4) { // open typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, uint32_t, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sound0, ___subsound1, ___position2, ___postype3, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, uint32_t, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sound0, ___subsound1, ___position2, ___postype3, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker4< int32_t, intptr_t, int32_t, uint32_t, uint32_t >::Invoke(targetMethod, targetThis, ___sound0, ___subsound1, ___position2, ___postype3); else result = GenericVirtFuncInvoker4< int32_t, intptr_t, int32_t, uint32_t, uint32_t >::Invoke(targetMethod, targetThis, ___sound0, ___subsound1, ___position2, ___postype3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< int32_t, intptr_t, int32_t, uint32_t, uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sound0, ___subsound1, ___position2, ___postype3); else result = VirtFuncInvoker4< int32_t, intptr_t, int32_t, uint32_t, uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sound0, ___subsound1, ___position2, ___postype3); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, uint32_t, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sound0, ___subsound1, ___position2, ___postype3, targetMethod); } } } return result; } // System.IAsyncResult FMOD.SOUND_PCMSETPOS_CALLBACK::BeginInvoke(System.IntPtr,System.Int32,System.UInt32,FMOD.TIMEUNIT,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SOUND_PCMSETPOS_CALLBACK_BeginInvoke_m2996121DE0E03CF8CB4D2AF8D6162187E064D149 (SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69 * __this, intptr_t ___sound0, int32_t ___subsound1, uint32_t ___position2, uint32_t ___postype3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TIMEUNIT_t11C9C51999CBDDF2F44E92624E39FF863779CFBB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___sound0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___subsound1); __d_args[2] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &___position2); __d_args[3] = Box(TIMEUNIT_t11C9C51999CBDDF2F44E92624E39FF863779CFBB_il2cpp_TypeInfo_var, &___postype3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);; } // FMOD.RESULT FMOD.SOUND_PCMSETPOS_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SOUND_PCMSETPOS_CALLBACK_EndInvoke_m5E92A1B55B4E2297CA57F379E729ED215B96E0D8 (SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result);; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMOD.Studio.STUDIO_VERSION::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void STUDIO_VERSION__ctor_m0C26C146E9F24ED61A209A968D144A869BDB9C15 (STUDIO_VERSION_t1FF4F518892638A2314D9F4C54A5D10DD6B201E9 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/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 int32_t DelegatePInvokeWrapper_SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 (SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * __this, intptr_t ___system0, uint32_t ___type1, intptr_t ___commanddata12, intptr_t ___commanddata23, intptr_t ___userdata4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, uint32_t, intptr_t, intptr_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___system0, ___type1, ___commanddata12, ___commanddata23, ___userdata4); return returnValue; } // System.Void FMOD.SYSTEM_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SYSTEM_CALLBACK__ctor_m77F65B0F42141537F9E97214B3360AF89B451D63 (SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // FMOD.RESULT FMOD.SYSTEM_CALLBACK::Invoke(System.IntPtr,FMOD.SYSTEM_CALLBACK_TYPE,System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SYSTEM_CALLBACK_Invoke_mA4085AC69A14EA6A513AFD2EBB4A7B123BEC582E (SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * __this, intptr_t ___system0, uint32_t ___type1, intptr_t ___commanddata12, intptr_t ___commanddata23, intptr_t ___userdata4, const RuntimeMethod* method) { int32_t result = 0; DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 5) { // open typedef int32_t (*FunctionPointerType) (intptr_t, uint32_t, intptr_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___system0, ___type1, ___commanddata12, ___commanddata23, ___userdata4, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, uint32_t, intptr_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___system0, ___type1, ___commanddata12, ___commanddata23, ___userdata4, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker5< int32_t, intptr_t, uint32_t, intptr_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___system0, ___type1, ___commanddata12, ___commanddata23, ___userdata4); else result = GenericVirtFuncInvoker5< int32_t, intptr_t, uint32_t, intptr_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___system0, ___type1, ___commanddata12, ___commanddata23, ___userdata4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< int32_t, intptr_t, uint32_t, intptr_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___system0, ___type1, ___commanddata12, ___commanddata23, ___userdata4); else result = VirtFuncInvoker5< int32_t, intptr_t, uint32_t, intptr_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___system0, ___type1, ___commanddata12, ___commanddata23, ___userdata4); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, uint32_t, intptr_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___system0, ___type1, ___commanddata12, ___commanddata23, ___userdata4, targetMethod); } } } return result; } // System.IAsyncResult FMOD.SYSTEM_CALLBACK::BeginInvoke(System.IntPtr,FMOD.SYSTEM_CALLBACK_TYPE,System.IntPtr,System.IntPtr,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SYSTEM_CALLBACK_BeginInvoke_mF0E649CB3F56312A38CB9280BD2C96850902838B (SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * __this, intptr_t ___system0, uint32_t ___type1, intptr_t ___commanddata12, intptr_t ___commanddata23, intptr_t ___userdata4, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SYSTEM_CALLBACK_TYPE_t34501F40D0531C7C135ABE1DADBF5ADC022879D2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[6] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___system0); __d_args[1] = Box(SYSTEM_CALLBACK_TYPE_t34501F40D0531C7C135ABE1DADBF5ADC022879D2_il2cpp_TypeInfo_var, &___type1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___commanddata12); __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___commanddata23); __d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___userdata4); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);; } // FMOD.RESULT FMOD.SYSTEM_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SYSTEM_CALLBACK_EndInvoke_mA196608F282EA895E108911F480C1676CE11AEF7 (SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result);; } #ifdef __clang__ #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 int32_t DelegatePInvokeWrapper_SYSTEM_CALLBACK_tAC95078FE937EE93C1AD6CA0DD09DB016BBA843C (SYSTEM_CALLBACK_tAC95078FE937EE93C1AD6CA0DD09DB016BBA843C * __this, intptr_t ___system0, uint32_t ___type1, intptr_t ___commanddata2, intptr_t ___userdata3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, uint32_t, intptr_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___system0, ___type1, ___commanddata2, ___userdata3); return returnValue; } // System.Void FMOD.Studio.SYSTEM_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SYSTEM_CALLBACK__ctor_mB91240764806DEFF72E0B9EF987633606B2B3025 (SYSTEM_CALLBACK_tAC95078FE937EE93C1AD6CA0DD09DB016BBA843C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // FMOD.RESULT FMOD.Studio.SYSTEM_CALLBACK::Invoke(System.IntPtr,FMOD.Studio.SYSTEM_CALLBACK_TYPE,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SYSTEM_CALLBACK_Invoke_m89CE1180CA01301A79F09EB4E91B78D8BE045C24 (SYSTEM_CALLBACK_tAC95078FE937EE93C1AD6CA0DD09DB016BBA843C * __this, intptr_t ___system0, uint32_t ___type1, intptr_t ___commanddata2, intptr_t ___userdata3, const RuntimeMethod* method) { int32_t result = 0; DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 4) { // open typedef int32_t (*FunctionPointerType) (intptr_t, uint32_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___system0, ___type1, ___commanddata2, ___userdata3, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, uint32_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___system0, ___type1, ___commanddata2, ___userdata3, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker4< int32_t, intptr_t, uint32_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___system0, ___type1, ___commanddata2, ___userdata3); else result = GenericVirtFuncInvoker4< int32_t, intptr_t, uint32_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___system0, ___type1, ___commanddata2, ___userdata3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< int32_t, intptr_t, uint32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___system0, ___type1, ___commanddata2, ___userdata3); else result = VirtFuncInvoker4< int32_t, intptr_t, uint32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___system0, ___type1, ___commanddata2, ___userdata3); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, uint32_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___system0, ___type1, ___commanddata2, ___userdata3, targetMethod); } } } return result; } // System.IAsyncResult FMOD.Studio.SYSTEM_CALLBACK::BeginInvoke(System.IntPtr,FMOD.Studio.SYSTEM_CALLBACK_TYPE,System.IntPtr,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SYSTEM_CALLBACK_BeginInvoke_mB3B742502AFD383794CAF7653BF2157797BED96E (SYSTEM_CALLBACK_tAC95078FE937EE93C1AD6CA0DD09DB016BBA843C * __this, intptr_t ___system0, uint32_t ___type1, intptr_t ___commanddata2, intptr_t ___userdata3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SYSTEM_CALLBACK_TYPE_tAA5EEC06825F068F1D9DC4C5E946489037DB2C3B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___system0); __d_args[1] = Box(SYSTEM_CALLBACK_TYPE_tAA5EEC06825F068F1D9DC4C5E946489037DB2C3B_il2cpp_TypeInfo_var, &___type1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___commanddata2); __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___userdata3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);; } // FMOD.RESULT FMOD.Studio.SYSTEM_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SYSTEM_CALLBACK_EndInvoke_m5CB108E9818E065AA19D9D581DD3BEAEC9793CD6 (SYSTEM_CALLBACK_tAC95078FE937EE93C1AD6CA0DD09DB016BBA843C * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result);; } #ifdef __clang__ #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 // FMODUnity.Settings FMODUnity.Settings::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (isInitializing) IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); bool L_0 = ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->get_isInitializing_7(); if (!L_0) { goto IL_0009; } } { // return null; return (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE *)NULL; } IL_0009: { // Initialize(); IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_Initialize_m512624D0CA5C108BB11801B968A4748D15B06DEB(/*hidden argument*/NULL); // return instance; Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_1 = ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->get_instance_5(); return L_1; } } // System.Void FMODUnity.Settings::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_Initialize_m512624D0CA5C108BB11801B968A4748D15B06DEB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableObject_CreateInstance_TisSettings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_m72171479036A2E2FA45A2F59665BD16D739C266D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5AF12E529E85E6EB6694BA9F639830F2B25C4E21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B3A14B290832290071B455A18AB52EB01EDFB10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A844721FBDAAC9F38C4E0F5A8517BDC0BFAC8A1); s_Il2CppMethodInitialized = true; } { // if (instance == null) IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0 = ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->get_instance_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_006c; } } { // isInitializing = true; IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->set_isInitializing_7((bool)1); // instance = Resources.Load(SettingsAssetName) as Settings; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_2; L_2 = Resources_Load_mC33EB216560AE32277F2C285188B4490CEB6F074(_stringLiteral9A844721FBDAAC9F38C4E0F5A8517BDC0BFAC8A1, /*hidden argument*/NULL); ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->set_instance_5(((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE *)IsInstClass((RuntimeObject*)L_2, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))); // if (instance == null) Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_3 = ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->get_instance_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_3, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0066; } } { // RuntimeUtils.DebugLog("[FMOD] Cannot find integration settings, creating default settings"); RuntimeUtils_DebugLog_mE3AD1389A46AE555D532B030013B8DA1ACE7D764(_stringLiteral5B3A14B290832290071B455A18AB52EB01EDFB10, /*hidden argument*/NULL); // instance = CreateInstance(); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_5; L_5 = ScriptableObject_CreateInstance_TisSettings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_m72171479036A2E2FA45A2F59665BD16D739C266D(/*hidden argument*/ScriptableObject_CreateInstance_TisSettings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_m72171479036A2E2FA45A2F59665BD16D739C266D_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->set_instance_5(L_5); // instance.name = "FMOD Studio Integration Settings"; Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_6 = ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->get_instance_5(); NullCheck(L_6); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_6, _stringLiteral5AF12E529E85E6EB6694BA9F639830F2B25C4E21, /*hidden argument*/NULL); // instance.CurrentVersion = FMOD.VERSION.number; Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_7 = ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->get_instance_5(); NullCheck(L_7); L_7->set_CurrentVersion_47(((int32_t)131588)); } IL_0066: { // isInitializing = false; IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->set_isInitializing_7((bool)0); } IL_006c: { // } return; } } // FMODUnity.IEditorSettings FMODUnity.Settings::get_EditorSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Settings_get_EditorSettings_m3558C5A834C82ED34A4BEE299DF6C7927FDC1A84 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return editorSettings; IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->get_editorSettings_6(); return L_0; } } // System.Void FMODUnity.Settings::set_EditorSettings(FMODUnity.IEditorSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_set_EditorSettings_mA2AD2D0A4E0D96B4FE98FD0E928F3A3E808AD368 (RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // editorSettings = value; RuntimeObject* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->set_editorSettings_6(L_0); // } return; } } // System.String FMODUnity.Settings::get_SourceProjectPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Settings_get_SourceProjectPath_m4FE44E1625320134073BCE76E6A0F67715BB507A (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method) { { // return sourceProjectPath; String_t* L_0 = __this->get_sourceProjectPath_10(); return L_0; } } // System.Void FMODUnity.Settings::set_SourceProjectPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_set_SourceProjectPath_m0505043DF6B93ED8DB94BF669D44237338CA7932 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, String_t* ___value0, const RuntimeMethod* method) { { // sourceProjectPath = value; String_t* L_0 = ___value0; __this->set_sourceProjectPath_10(L_0); // } return; } } // System.String FMODUnity.Settings::get_SourceBankPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Settings_get_SourceBankPath_m59796BE81516CCFDB73FFA88D2E3378880E1F1A2 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method) { { // return sourceBankPath; String_t* L_0 = __this->get_sourceBankPath_11(); return L_0; } } // System.Void FMODUnity.Settings::set_SourceBankPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_set_SourceBankPath_m362B5EF0B553684EE15E2761E0A0A5E4D284D5BB (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, String_t* ___value0, const RuntimeMethod* method) { { // sourceBankPath = value; String_t* L_0 = ___value0; __this->set_sourceBankPath_11(L_0); // } return; } } // System.String FMODUnity.Settings::get_TargetPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Settings_get_TargetPath_m3B3BA377D6242ECF213D7239D2811AE070C7B175 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } { // if (ImportType == ImportType.AssetBundle) int32_t L_0 = __this->get_ImportType_21(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0032; } } { // if (string.IsNullOrEmpty(TargetAssetPath)) String_t* L_1 = __this->get_TargetAssetPath_22(); bool L_2; L_2 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001c; } } { // return Application.dataPath; String_t* L_3; L_3 = Application_get_dataPath_m69F3B973BD60C419CB91DE0526D39396062947AC(/*hidden argument*/NULL); return L_3; } IL_001c: { // return Application.dataPath + "/" + TargetAssetPath; String_t* L_4; L_4 = Application_get_dataPath_m69F3B973BD60C419CB91DE0526D39396062947AC(/*hidden argument*/NULL); String_t* L_5 = __this->get_TargetAssetPath_22(); String_t* L_6; L_6 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_4, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_5, /*hidden argument*/NULL); return L_6; } IL_0032: { // if (string.IsNullOrEmpty(TargetBankFolder)) String_t* L_7 = __this->get_TargetBankFolder_23(); bool L_8; L_8 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0045; } } { // return Application.streamingAssetsPath; String_t* L_9; L_9 = Application_get_streamingAssetsPath_mBA7560B393A50853AE3C28C096A03849B8627A4A(/*hidden argument*/NULL); return L_9; } IL_0045: { // return Application.streamingAssetsPath + "/" + TargetBankFolder; String_t* L_10; L_10 = Application_get_streamingAssetsPath_mBA7560B393A50853AE3C28C096A03849B8627A4A(/*hidden argument*/NULL); String_t* L_11 = __this->get_TargetBankFolder_23(); String_t* L_12; L_12 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_10, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_11, /*hidden argument*/NULL); return L_12; } } // System.String FMODUnity.Settings::get_TargetSubFolder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Settings_get_TargetSubFolder_m58ABA0CD227741302B3EB220459A342A7ADB2254 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method) { { // if (ImportType == ImportType.AssetBundle) int32_t L_0 = __this->get_ImportType_21(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0010; } } { // return TargetAssetPath; String_t* L_1 = __this->get_TargetAssetPath_22(); return L_1; } IL_0010: { // return TargetBankFolder; String_t* L_2 = __this->get_TargetBankFolder_23(); return L_2; } } // System.Void FMODUnity.Settings::set_TargetSubFolder(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_set_TargetSubFolder_mCB590FD1BADF8262F3BE06940DC450BB5FF3DCCB (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, String_t* ___value0, const RuntimeMethod* method) { { // if (ImportType == ImportType.AssetBundle) int32_t L_0 = __this->get_ImportType_21(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0011; } } { // TargetAssetPath = value; ; String_t* L_1 = ___value0; __this->set_TargetAssetPath_22(L_1); // } return; } IL_0011: { // TargetBankFolder = value; String_t* L_2 = ___value0; __this->set_TargetBankFolder_23(L_2); // } return; } } // FMODUnity.Platform FMODUnity.Settings::FindPlatform(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * Settings_FindPlatform_m61D299437709F55834553520270CB16297D20D00 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, String_t* ___identifier0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m67F3F8AEFABB56BE6528AE10C2CE760D14F23F43_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA95FA7D6D2CF77AF02782A7F644D2D883A122A2F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m8E6B6404D99D6A2440E240A3F05BE97E68940124_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m0F4F12AB726B8D0B155ED6E9827834395F45B434_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 V_0; memset((&V_0), 0, sizeof(V_0)); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * V_1 = NULL; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (Platform platform in Platforms) List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * L_0 = __this->get_Platforms_50(); NullCheck(L_0); Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 L_1; L_1 = List_1_GetEnumerator_m0F4F12AB726B8D0B155ED6E9827834395F45B434(L_0, /*hidden argument*/List_1_GetEnumerator_m0F4F12AB726B8D0B155ED6E9827834395F45B434_RuntimeMethod_var); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0028; } IL_000e: { // foreach (Platform platform in Platforms) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_2; L_2 = Enumerator_get_Current_m8E6B6404D99D6A2440E240A3F05BE97E68940124_inline((Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m8E6B6404D99D6A2440E240A3F05BE97E68940124_RuntimeMethod_var); V_1 = L_2; // if (platform.Identifier == identifier) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_3 = V_1; NullCheck(L_3); String_t* L_4; L_4 = Platform_get_Identifier_mF06D611104026E1A6FC3817FF136EDD6FA65FD35_inline(L_3, /*hidden argument*/NULL); String_t* L_5 = ___identifier0; bool L_6; L_6 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0028; } } IL_0024: { // return platform; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_7 = V_1; V_2 = L_7; IL2CPP_LEAVE(0x43, FINALLY_0033); } IL_0028: { // foreach (Platform platform in Platforms) bool L_8; L_8 = Enumerator_MoveNext_mA95FA7D6D2CF77AF02782A7F644D2D883A122A2F((Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mA95FA7D6D2CF77AF02782A7F644D2D883A122A2F_RuntimeMethod_var); if (L_8) { goto IL_000e; } } IL_0031: { IL2CPP_LEAVE(0x41, FINALLY_0033); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: { // begin finally (depth: 1) Enumerator_Dispose_m67F3F8AEFABB56BE6528AE10C2CE760D14F23F43((Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m67F3F8AEFABB56BE6528AE10C2CE760D14F23F43_RuntimeMethod_var); IL2CPP_END_FINALLY(51) } // end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x43, IL_0043) IL2CPP_JUMP_TBL(0x41, IL_0041) } IL_0041: { // return null; return (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 *)NULL; } IL_0043: { // } Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_9 = V_2; return L_9; } } // System.Boolean FMODUnity.Settings::PlatformExists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Settings_PlatformExists_m2323044298CE8C027D17EA57F447B84CA7DE6A39 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, String_t* ___identifier0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return FindPlatform(identifier) != null; String_t* L_0 = ___identifier0; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_1; L_1 = Settings_FindPlatform_m61D299437709F55834553520270CB16297D20D00(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); return L_2; } } // System.Void FMODUnity.Settings::ForEachPlatform(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_ForEachPlatform_m1E991B7730F010EAEB9858D6D1020766B8C0E094 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, Action_1_tBB781B532207CA8EBC97E3A9EE8EFD592AA62191 * ___action0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m8054793B6747347B01E5ECF01902930377E5D36D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m67F3F8AEFABB56BE6528AE10C2CE760D14F23F43_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA95FA7D6D2CF77AF02782A7F644D2D883A122A2F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m8E6B6404D99D6A2440E240A3F05BE97E68940124_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m0F4F12AB726B8D0B155ED6E9827834395F45B434_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 V_0; memset((&V_0), 0, sizeof(V_0)); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (Platform platform in Platforms) List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * L_0 = __this->get_Platforms_50(); NullCheck(L_0); Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 L_1; L_1 = List_1_GetEnumerator_m0F4F12AB726B8D0B155ED6E9827834395F45B434(L_0, /*hidden argument*/List_1_GetEnumerator_m0F4F12AB726B8D0B155ED6E9827834395F45B434_RuntimeMethod_var); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_001d; } IL_000e: { // foreach (Platform platform in Platforms) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_2; L_2 = Enumerator_get_Current_m8E6B6404D99D6A2440E240A3F05BE97E68940124_inline((Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m8E6B6404D99D6A2440E240A3F05BE97E68940124_RuntimeMethod_var); V_1 = L_2; // action(platform); Action_1_tBB781B532207CA8EBC97E3A9EE8EFD592AA62191 * L_3 = ___action0; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_4 = V_1; NullCheck(L_3); Action_1_Invoke_m8054793B6747347B01E5ECF01902930377E5D36D(L_3, L_4, /*hidden argument*/Action_1_Invoke_m8054793B6747347B01E5ECF01902930377E5D36D_RuntimeMethod_var); } IL_001d: { // foreach (Platform platform in Platforms) bool L_5; L_5 = Enumerator_MoveNext_mA95FA7D6D2CF77AF02782A7F644D2D883A122A2F((Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mA95FA7D6D2CF77AF02782A7F644D2D883A122A2F_RuntimeMethod_var); if (L_5) { goto IL_000e; } } IL_0026: { IL2CPP_LEAVE(0x36, FINALLY_0028); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0028; } FINALLY_0028: { // begin finally (depth: 1) Enumerator_Dispose_m67F3F8AEFABB56BE6528AE10C2CE760D14F23F43((Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m67F3F8AEFABB56BE6528AE10C2CE760D14F23F43_RuntimeMethod_var); IL2CPP_END_FINALLY(40) } // end finally (depth: 1) IL2CPP_CLEANUP(40) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x36, IL_0036) } IL_0036: { // } return; } } // System.Collections.Generic.IEnumerable`1 FMODUnity.Settings::EnumeratePlatforms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Settings_EnumeratePlatforms_m27BE751F10088BFA99E32C2D072BC9C977F728B1 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method) { { // return Platforms; List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * L_0 = __this->get_Platforms_50(); return L_0; } } // System.Void FMODUnity.Settings::AddPlatform(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_AddPlatform_mD6EB502F079C61C030DB065E798ECF475FB5CF41 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m256751B624A1A0E025B27A901DF112AD3AC9EF5C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (PlatformExists(platform.Identifier)) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_0 = ___platform0; NullCheck(L_0); String_t* L_1; L_1 = Platform_get_Identifier_mF06D611104026E1A6FC3817FF136EDD6FA65FD35_inline(L_0, /*hidden argument*/NULL); bool L_2; L_2 = Settings_PlatformExists_m2323044298CE8C027D17EA57F447B84CA7DE6A39(__this, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0024; } } { // throw new ArgumentException(string.Format("Duplicate platform identifier: {0}", platform.Identifier)); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_3 = ___platform0; NullCheck(L_3); String_t* L_4; L_4 = Platform_get_Identifier_mF06D611104026E1A6FC3817FF136EDD6FA65FD35_inline(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral654BB2C522A1513FF57F9BB7BB0B68725C9F4D3C)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Settings_AddPlatform_mD6EB502F079C61C030DB065E798ECF475FB5CF41_RuntimeMethod_var))); } IL_0024: { // Platforms.Add(platform); List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * L_7 = __this->get_Platforms_50(); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_8 = ___platform0; NullCheck(L_7); List_1_Add_m256751B624A1A0E025B27A901DF112AD3AC9EF5C(L_7, L_8, /*hidden argument*/List_1_Add_m256751B624A1A0E025B27A901DF112AD3AC9EF5C_RuntimeMethod_var); // } return; } } // System.Void FMODUnity.Settings::RemovePlatform(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_RemovePlatform_m84D363A9BA51CC1A97A499D6BFE358C3F485F404 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, String_t* ___identifier0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAll_m0F6AF4F3781CC80A8F55AA17662850627F3E2A47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1__ctor_m78B7260F137D42FA6AC0A9C520BA1E36489E9E53_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t95452AC1A001456FB4DB884F7D265BA5DFDF7D6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass75_0_U3CRemovePlatformU3Eb__0_mF4E72BCDEBCD8C52C4A655475FDE24663263E55C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass75_0_t62E64F7EC063F95FCFDC096B45AF380E6334795B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass75_0_t62E64F7EC063F95FCFDC096B45AF380E6334795B * V_0 = NULL; { U3CU3Ec__DisplayClass75_0_t62E64F7EC063F95FCFDC096B45AF380E6334795B * L_0 = (U3CU3Ec__DisplayClass75_0_t62E64F7EC063F95FCFDC096B45AF380E6334795B *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass75_0_t62E64F7EC063F95FCFDC096B45AF380E6334795B_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass75_0__ctor_m16C9FD50B8449F7C79954C2260A748FDB71FDE7C(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass75_0_t62E64F7EC063F95FCFDC096B45AF380E6334795B * L_1 = V_0; String_t* L_2 = ___identifier0; NullCheck(L_1); L_1->set_identifier_0(L_2); // Platforms.RemoveAll(p => p.Identifier == identifier); List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * L_3 = __this->get_Platforms_50(); U3CU3Ec__DisplayClass75_0_t62E64F7EC063F95FCFDC096B45AF380E6334795B * L_4 = V_0; Predicate_1_t95452AC1A001456FB4DB884F7D265BA5DFDF7D6D * L_5 = (Predicate_1_t95452AC1A001456FB4DB884F7D265BA5DFDF7D6D *)il2cpp_codegen_object_new(Predicate_1_t95452AC1A001456FB4DB884F7D265BA5DFDF7D6D_il2cpp_TypeInfo_var); Predicate_1__ctor_m78B7260F137D42FA6AC0A9C520BA1E36489E9E53(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass75_0_U3CRemovePlatformU3Eb__0_mF4E72BCDEBCD8C52C4A655475FDE24663263E55C_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m78B7260F137D42FA6AC0A9C520BA1E36489E9E53_RuntimeMethod_var); NullCheck(L_3); int32_t L_6; L_6 = List_1_RemoveAll_m0F6AF4F3781CC80A8F55AA17662850627F3E2A47(L_3, L_5, /*hidden argument*/List_1_RemoveAll_m0F6AF4F3781CC80A8F55AA17662850627F3E2A47_RuntimeMethod_var); // } return; } } // System.Void FMODUnity.Settings::LinkPlatform(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_LinkPlatform_mA9E3A3DF08B304BF5BE93DE38ED9E8D66A022991 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method) { { // LinkPlatformToParent(platform); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_0 = ___platform0; Settings_LinkPlatformToParent_mF57D1BA29155D8608E87385716F4F7C3B8A0AAB2(__this, L_0, /*hidden argument*/NULL); // platform.DeclareRuntimePlatforms(this); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_1 = ___platform0; NullCheck(L_1); VirtActionInvoker1< Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * >::Invoke(5 /* System.Void FMODUnity.Platform::DeclareRuntimePlatforms(FMODUnity.Settings) */, L_1, __this); // } return; } } // System.Void FMODUnity.Settings::DeclareRuntimePlatform(UnityEngine.RuntimePlatform,FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, int32_t ___runtimePlatform0, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparison_1__ctor_m29203007C251CDF6B2D1636EECD5E8872725C2C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m4C10EAEB7FA8CA6EF923EBDB4301B721C6307779_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m6323A5C0C39A68170FDB0F88AB4C3C4BD69DFBB4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m256751B624A1A0E025B27A901DF112AD3AC9EF5C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_m477F1F236BA9DE9929BC355FD94A78E1BA2BC851_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mBCEA96B178390EB673A3EA5147FE2F8DDAC5B963_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CDeclareRuntimePlatformU3Eb__77_0_m065E07A2DE86617D8028F9989B0FE5E5F616C3F6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * V_0 = NULL; Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A * G_B4_0 = NULL; List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * G_B4_1 = NULL; Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A * G_B3_0 = NULL; List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * G_B3_1 = NULL; { // if (!PlatformForRuntimePlatform.TryGetValue(runtimePlatform, out platforms)) Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 * L_0 = __this->get_PlatformForRuntimePlatform_51(); int32_t L_1 = ___runtimePlatform0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_m6323A5C0C39A68170FDB0F88AB4C3C4BD69DFBB4(L_0, L_1, (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m6323A5C0C39A68170FDB0F88AB4C3C4BD69DFBB4_RuntimeMethod_var); if (L_2) { goto IL_0023; } } { // platforms = new List(); List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * L_3 = (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 *)il2cpp_codegen_object_new(List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112_il2cpp_TypeInfo_var); List_1__ctor_mBCEA96B178390EB673A3EA5147FE2F8DDAC5B963(L_3, /*hidden argument*/List_1__ctor_mBCEA96B178390EB673A3EA5147FE2F8DDAC5B963_RuntimeMethod_var); V_0 = L_3; // PlatformForRuntimePlatform.Add(runtimePlatform, platforms); Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 * L_4 = __this->get_PlatformForRuntimePlatform_51(); int32_t L_5 = ___runtimePlatform0; List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * L_6 = V_0; NullCheck(L_4); Dictionary_2_Add_m4C10EAEB7FA8CA6EF923EBDB4301B721C6307779(L_4, L_5, L_6, /*hidden argument*/Dictionary_2_Add_m4C10EAEB7FA8CA6EF923EBDB4301B721C6307779_RuntimeMethod_var); } IL_0023: { // platforms.Add(platform); List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * L_7 = V_0; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_8 = ___platform1; NullCheck(L_7); List_1_Add_m256751B624A1A0E025B27A901DF112AD3AC9EF5C(L_7, L_8, /*hidden argument*/List_1_Add_m256751B624A1A0E025B27A901DF112AD3AC9EF5C_RuntimeMethod_var); // platforms.Sort((a, b) => b.Priority.CompareTo(a.Priority)); List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var); Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A * L_10 = ((U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var))->get_U3CU3E9__77_0_1(); Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A * L_11 = L_10; G_B3_0 = L_11; G_B3_1 = L_9; if (L_11) { G_B4_0 = L_11; G_B4_1 = L_9; goto IL_004a; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var); U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 * L_12 = ((U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A * L_13 = (Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A *)il2cpp_codegen_object_new(Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A_il2cpp_TypeInfo_var); Comparison_1__ctor_m29203007C251CDF6B2D1636EECD5E8872725C2C1(L_13, L_12, (intptr_t)((intptr_t)U3CU3Ec_U3CDeclareRuntimePlatformU3Eb__77_0_m065E07A2DE86617D8028F9989B0FE5E5F616C3F6_RuntimeMethod_var), /*hidden argument*/Comparison_1__ctor_m29203007C251CDF6B2D1636EECD5E8872725C2C1_RuntimeMethod_var); Comparison_1_tFE79C7B09EF97DB0CBB554496EA13323EA9FBE7A * L_14 = L_13; ((U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var))->set_U3CU3E9__77_0_1(L_14); G_B4_0 = L_14; G_B4_1 = G_B3_1; } IL_004a: { NullCheck(G_B4_1); List_1_Sort_m477F1F236BA9DE9929BC355FD94A78E1BA2BC851(G_B4_1, G_B4_0, /*hidden argument*/List_1_Sort_m477F1F236BA9DE9929BC355FD94A78E1BA2BC851_RuntimeMethod_var); // } return; } } // System.Void FMODUnity.Settings::LinkPlatformToParent(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_LinkPlatformToParent_mF57D1BA29155D8608E87385716F4F7C3B8A0AAB2 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method) { { // if (!string.IsNullOrEmpty(platform.ParentIdentifier)) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_0 = ___platform0; NullCheck(L_0); String_t* L_1; L_1 = Platform_get_ParentIdentifier_mF8C31BDFD69108C359A01127B5B3B48AB51FF3FF_inline(L_0, /*hidden argument*/NULL); bool L_2; L_2 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0020; } } { // SetPlatformParent(platform, FindPlatform(platform.ParentIdentifier)); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_3 = ___platform0; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_4 = ___platform0; NullCheck(L_4); String_t* L_5; L_5 = Platform_get_ParentIdentifier_mF8C31BDFD69108C359A01127B5B3B48AB51FF3FF_inline(L_4, /*hidden argument*/NULL); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_6; L_6 = Settings_FindPlatform_m61D299437709F55834553520270CB16297D20D00(__this, L_5, /*hidden argument*/NULL); Settings_SetPlatformParent_m3C0C8C0AF5EF01713CDF8229FC63FDC9F12DED62(__this, L_3, L_6, /*hidden argument*/NULL); } IL_0020: { // } return; } } // FMODUnity.Platform FMODUnity.Settings::FindCurrentPlatform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * Settings_FindCurrentPlatform_mC1B1C6D731B02F5EA5A5D778188811AC5823DB98 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m6323A5C0C39A68170FDB0F88AB4C3C4BD69DFBB4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m67F3F8AEFABB56BE6528AE10C2CE760D14F23F43_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA95FA7D6D2CF77AF02782A7F644D2D883A122A2F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m8E6B6404D99D6A2440E240A3F05BE97E68940124_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m0F4F12AB726B8D0B155ED6E9827834395F45B434_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * V_0 = NULL; Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 V_1; memset((&V_1), 0, sizeof(V_1)); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * V_2 = NULL; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (PlatformForRuntimePlatform.TryGetValue(Application.platform, out platforms)) Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 * L_0 = __this->get_PlatformForRuntimePlatform_51(); int32_t L_1; L_1 = Application_get_platform_mAD6C941E38459EFF017EC446E2E5EFB7CDD36EE4(/*hidden argument*/NULL); NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_m6323A5C0C39A68170FDB0F88AB4C3C4BD69DFBB4(L_0, L_1, (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m6323A5C0C39A68170FDB0F88AB4C3C4BD69DFBB4_RuntimeMethod_var); if (!L_2) { goto IL_004a; } } { // foreach (Platform platform in platforms) List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * L_3 = V_0; NullCheck(L_3); Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 L_4; L_4 = List_1_GetEnumerator_m0F4F12AB726B8D0B155ED6E9827834395F45B434(L_3, /*hidden argument*/List_1_GetEnumerator_m0F4F12AB726B8D0B155ED6E9827834395F45B434_RuntimeMethod_var); V_1 = L_4; } IL_001b: try { // begin try (depth: 1) { goto IL_0031; } IL_001d: { // foreach (Platform platform in platforms) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_5; L_5 = Enumerator_get_Current_m8E6B6404D99D6A2440E240A3F05BE97E68940124_inline((Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m8E6B6404D99D6A2440E240A3F05BE97E68940124_RuntimeMethod_var); V_2 = L_5; // if (platform.MatchesCurrentEnvironment) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_6 = V_2; NullCheck(L_6); bool L_7; L_7 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean FMODUnity.Platform::get_MatchesCurrentEnvironment() */, L_6); if (!L_7) { goto IL_0031; } } IL_002d: { // return platform; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_8 = V_2; V_3 = L_8; IL2CPP_LEAVE(0x51, FINALLY_003c); } IL_0031: { // foreach (Platform platform in platforms) bool L_9; L_9 = Enumerator_MoveNext_mA95FA7D6D2CF77AF02782A7F644D2D883A122A2F((Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mA95FA7D6D2CF77AF02782A7F644D2D883A122A2F_RuntimeMethod_var); if (L_9) { goto IL_001d; } } IL_003a: { IL2CPP_LEAVE(0x4A, FINALLY_003c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003c; } FINALLY_003c: { // begin finally (depth: 1) Enumerator_Dispose_m67F3F8AEFABB56BE6528AE10C2CE760D14F23F43((Enumerator_t7CB6140A0E96D5042109C0FB1EEA3FA4976CDEA3 *)(&V_1), /*hidden argument*/Enumerator_Dispose_m67F3F8AEFABB56BE6528AE10C2CE760D14F23F43_RuntimeMethod_var); IL2CPP_END_FINALLY(60) } // end finally (depth: 1) IL2CPP_CLEANUP(60) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x51, IL_0051) IL2CPP_JUMP_TBL(0x4A, IL_004a) } IL_004a: { // return DefaultPlatform; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_10 = __this->get_DefaultPlatform_52(); return L_10; } IL_0051: { // } Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_11 = V_3; return L_11; } } // FMOD.SPEAKERMODE FMODUnity.Settings::GetEditorSpeakerMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Settings_GetEditorSpeakerMode_m64CF6DA54792E7F071F6066A9015191ABD7CB8DA (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method) { { // return PlayInEditorPlatform.SpeakerMode; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_0 = __this->get_PlayInEditorPlatform_53(); NullCheck(L_0); int32_t L_1; L_1 = Platform_get_SpeakerMode_m8D0B66E394181ACF6C0E4EBE8E30B8633B85E70A(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void FMODUnity.Settings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings__ctor_m2EE1E8D77A92D4C190C8683DF6CA1821FF7BE5C7 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC68F93C9D4ACC170D72872C93761C694E3A4072E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m278E5F6BCF9FD642676C8D3FF279732ED260E9DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m42319C9B53430662BA4A23C20A320D7DDD6ECCF3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m850C97D86C6162B63140016305C97D41C929451B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mBCEA96B178390EB673A3EA5147FE2F8DDAC5B963_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD626D7E4BB1F3675B96688EA1D5727EAFB7E9118); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // public bool HasSourceProject = true; __this->set_HasSourceProject_8((bool)1); // public bool HasPlatforms = true; __this->set_HasPlatforms_9((bool)1); // public int BankRefreshCooldown = 5; __this->set_BankRefreshCooldown_13(5); // public bool ShowBankRefreshWindow = true; __this->set_ShowBankRefreshWindow_14((bool)1); // public string TargetAssetPath = "FMODBanks"; __this->set_TargetAssetPath_22(_stringLiteralD626D7E4BB1F3675B96688EA1D5727EAFB7E9118); // public string TargetBankFolder = ""; __this->set_TargetBankFolder_23(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // public FMOD.DEBUG_FLAGS LoggingLevel = FMOD.DEBUG_FLAGS.WARNING; __this->set_LoggingLevel_25(2); // public List Plugins = new List(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_0, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); __this->set_Plugins_34(L_0); // public ushort LiveUpdatePort = 9264; __this->set_LiveUpdatePort_38((uint16_t)((int32_t)9264)); // public List Platforms = new List(); List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * L_1 = (List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 *)il2cpp_codegen_object_new(List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112_il2cpp_TypeInfo_var); List_1__ctor_mBCEA96B178390EB673A3EA5147FE2F8DDAC5B963(L_1, /*hidden argument*/List_1__ctor_mBCEA96B178390EB673A3EA5147FE2F8DDAC5B963_RuntimeMethod_var); __this->set_Platforms_50(L_1); // public Dictionary> PlatformForRuntimePlatform = new Dictionary>(); Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 * L_2 = (Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50 *)il2cpp_codegen_object_new(Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50_il2cpp_TypeInfo_var); Dictionary_2__ctor_mC68F93C9D4ACC170D72872C93761C694E3A4072E(L_2, /*hidden argument*/Dictionary_2__ctor_mC68F93C9D4ACC170D72872C93761C694E3A4072E_RuntimeMethod_var); __this->set_PlatformForRuntimePlatform_51(L_2); // private Settings() ScriptableObject__ctor_m8DAE6CDCFA34E16F2543B02CC3669669FF203063(__this, /*hidden argument*/NULL); // MasterBanks = new List(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_3 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_3, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); __this->set_MasterBanks_35(L_3); // Banks = new List(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_4 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_4, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); __this->set_Banks_36(L_4); // BanksToLoad = new List(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_5 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_5, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); __this->set_BanksToLoad_37(L_5); // RealChannelSettings = new List(); List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * L_6 = (List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 *)il2cpp_codegen_object_new(List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16_il2cpp_TypeInfo_var); List_1__ctor_m42319C9B53430662BA4A23C20A320D7DDD6ECCF3(L_6, /*hidden argument*/List_1__ctor_m42319C9B53430662BA4A23C20A320D7DDD6ECCF3_RuntimeMethod_var); __this->set_RealChannelSettings_33(L_6); // VirtualChannelSettings = new List(); List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * L_7 = (List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 *)il2cpp_codegen_object_new(List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16_il2cpp_TypeInfo_var); List_1__ctor_m42319C9B53430662BA4A23C20A320D7DDD6ECCF3(L_7, /*hidden argument*/List_1__ctor_m42319C9B53430662BA4A23C20A320D7DDD6ECCF3_RuntimeMethod_var); __this->set_VirtualChannelSettings_32(L_7); // LoggingSettings = new List(); List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * L_8 = (List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 *)il2cpp_codegen_object_new(List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853_il2cpp_TypeInfo_var); List_1__ctor_m850C97D86C6162B63140016305C97D41C929451B(L_8, /*hidden argument*/List_1__ctor_m850C97D86C6162B63140016305C97D41C929451B_RuntimeMethod_var); __this->set_LoggingSettings_30(L_8); // LiveUpdateSettings = new List(); List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * L_9 = (List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 *)il2cpp_codegen_object_new(List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853_il2cpp_TypeInfo_var); List_1__ctor_m850C97D86C6162B63140016305C97D41C929451B(L_9, /*hidden argument*/List_1__ctor_m850C97D86C6162B63140016305C97D41C929451B_RuntimeMethod_var); __this->set_LiveUpdateSettings_28(L_9); // OverlaySettings = new List(); List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * L_10 = (List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 *)il2cpp_codegen_object_new(List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853_il2cpp_TypeInfo_var); List_1__ctor_m850C97D86C6162B63140016305C97D41C929451B(L_10, /*hidden argument*/List_1__ctor_m850C97D86C6162B63140016305C97D41C929451B_RuntimeMethod_var); __this->set_OverlaySettings_29(L_10); // SampleRateSettings = new List(); List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * L_11 = (List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 *)il2cpp_codegen_object_new(List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16_il2cpp_TypeInfo_var); List_1__ctor_m42319C9B53430662BA4A23C20A320D7DDD6ECCF3(L_11, /*hidden argument*/List_1__ctor_m42319C9B53430662BA4A23C20A320D7DDD6ECCF3_RuntimeMethod_var); __this->set_SampleRateSettings_27(L_11); // SpeakerModeSettings = new List(); List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * L_12 = (List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 *)il2cpp_codegen_object_new(List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16_il2cpp_TypeInfo_var); List_1__ctor_m42319C9B53430662BA4A23C20A320D7DDD6ECCF3(L_12, /*hidden argument*/List_1__ctor_m42319C9B53430662BA4A23C20A320D7DDD6ECCF3_RuntimeMethod_var); __this->set_SpeakerModeSettings_26(L_12); // BankDirectorySettings = new List(); List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158 * L_13 = (List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158 *)il2cpp_codegen_object_new(List_1_t58E97B7FBB6CBEA4F10734F0B58A86078E41D158_il2cpp_TypeInfo_var); List_1__ctor_m278E5F6BCF9FD642676C8D3FF279732ED260E9DF(L_13, /*hidden argument*/List_1__ctor_m278E5F6BCF9FD642676C8D3FF279732ED260E9DF_RuntimeMethod_var); __this->set_BankDirectorySettings_31(L_13); // ImportType = ImportType.StreamingAssets; __this->set_ImportType_21(0); // AutomaticEventLoading = true; __this->set_AutomaticEventLoading_17((bool)1); // AutomaticSampleLoading = false; __this->set_AutomaticSampleLoading_19((bool)0); // EnableMemoryTracking = false; __this->set_EnableMemoryTracking_39((bool)0); // } return; } } // System.Void FMODUnity.Settings::AddPlatformProperties(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_AddPlatformProperties_m1D895134B91F3EC74B3167140429AC7CD508CA97 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method) { { // platform.AffirmProperties(); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_0 = ___platform0; NullCheck(L_0); Platform_AffirmProperties_m32EEF16D200C8E86ABDBBDE44D83F5EC5129155A(L_0, /*hidden argument*/NULL); // LinkPlatformToParent(platform); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_1 = ___platform0; Settings_LinkPlatformToParent_mF57D1BA29155D8608E87385716F4F7C3B8A0AAB2(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.Settings::SetPlatformParent(FMODUnity.Platform,FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_SetPlatformParent_m3C0C8C0AF5EF01713CDF8229FC63FDC9F12DED62 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___newParent1, const RuntimeMethod* method) { { // platform.Parent = newParent; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_0 = ___platform0; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_1 = ___newParent1; NullCheck(L_0); L_0->set_Parent_14(L_1); // } return; } } // System.Void FMODUnity.Settings::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_OnEnable_m349DB09F5E4712D8328B8B1BBD0E526D8930FD6F (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m50D2AB51648DD9E4D5F8149456272F5F8EC3DCCE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tBB781B532207CA8EBC97E3A9EE8EFD592AA62191_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_FirstOrDefault_TisPlatform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_m29CB2F01D03F072C109A76263DCB13F86DE2C0AB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m09C292D87B4988E92E7D6EF385B851D007AE5153_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_LinkPlatform_mA9E3A3DF08B304BF5BE93DE38ED9E8D66A022991_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3COnEnableU3Eb__87_0_m0E785411B1FE7637F646D09EA16159E6692E4B3F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3COnEnableU3Eb__87_1_mAB9000CCAD65A92EB5F367E00E94FE0D7C27CF0C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * G_B4_0 = NULL; List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * G_B4_1 = NULL; Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * G_B4_2 = NULL; Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * G_B3_0 = NULL; List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * G_B3_1 = NULL; Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * G_B3_2 = NULL; Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * G_B6_0 = NULL; List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * G_B6_1 = NULL; Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * G_B6_2 = NULL; Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * G_B5_0 = NULL; List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * G_B5_1 = NULL; Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * G_B5_2 = NULL; { // if (hasLoaded) bool L_0 = __this->get_hasLoaded_55(); if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // hasLoaded = true; __this->set_hasLoaded_55((bool)1); // PopulatePlatformsFromAsset(); Settings_PopulatePlatformsFromAsset_m92292CB80CD44ADA9CDA2911576AE7C6EC23E9F1(__this, /*hidden argument*/NULL); // DefaultPlatform = Platforms.FirstOrDefault(platform => platform is PlatformDefault); List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * L_1 = __this->get_Platforms_50(); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var); Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * L_2 = ((U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var))->get_U3CU3E9__87_0_2(); Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * L_3 = L_2; G_B3_0 = L_3; G_B3_1 = L_1; G_B3_2 = __this; if (L_3) { G_B4_0 = L_3; G_B4_1 = L_1; G_B4_2 = __this; goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var); U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 * L_4 = ((U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * L_5 = (Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 *)il2cpp_codegen_object_new(Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3_il2cpp_TypeInfo_var); Func_2__ctor_m09C292D87B4988E92E7D6EF385B851D007AE5153(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3COnEnableU3Eb__87_0_m0E785411B1FE7637F646D09EA16159E6692E4B3F_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m09C292D87B4988E92E7D6EF385B851D007AE5153_RuntimeMethod_var); Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * L_6 = L_5; ((U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var))->set_U3CU3E9__87_0_2(L_6); G_B4_0 = L_6; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_003c: { Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_7; L_7 = Enumerable_FirstOrDefault_TisPlatform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_m29CB2F01D03F072C109A76263DCB13F86DE2C0AB(G_B4_1, G_B4_0, /*hidden argument*/Enumerable_FirstOrDefault_TisPlatform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_m29CB2F01D03F072C109A76263DCB13F86DE2C0AB_RuntimeMethod_var); NullCheck(G_B4_2); G_B4_2->set_DefaultPlatform_52(L_7); // PlayInEditorPlatform = Platforms.FirstOrDefault(platform => platform is PlatformPlayInEditor); List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * L_8 = __this->get_Platforms_50(); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var); Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * L_9 = ((U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var))->get_U3CU3E9__87_1_3(); Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * L_10 = L_9; G_B5_0 = L_10; G_B5_1 = L_8; G_B5_2 = __this; if (L_10) { G_B6_0 = L_10; G_B6_1 = L_8; G_B6_2 = __this; goto IL_006c; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var); U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 * L_11 = ((U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * L_12 = (Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 *)il2cpp_codegen_object_new(Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3_il2cpp_TypeInfo_var); Func_2__ctor_m09C292D87B4988E92E7D6EF385B851D007AE5153(L_12, L_11, (intptr_t)((intptr_t)U3CU3Ec_U3COnEnableU3Eb__87_1_mAB9000CCAD65A92EB5F367E00E94FE0D7C27CF0C_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m09C292D87B4988E92E7D6EF385B851D007AE5153_RuntimeMethod_var); Func_2_t9284ABF8F08FA31B035299E20BC0AA39656E9CD3 * L_13 = L_12; ((U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var))->set_U3CU3E9__87_1_3(L_13); G_B6_0 = L_13; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; } IL_006c: { Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_14; L_14 = Enumerable_FirstOrDefault_TisPlatform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_m29CB2F01D03F072C109A76263DCB13F86DE2C0AB(G_B6_1, G_B6_0, /*hidden argument*/Enumerable_FirstOrDefault_TisPlatform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_m29CB2F01D03F072C109A76263DCB13F86DE2C0AB_RuntimeMethod_var); NullCheck(G_B6_2); G_B6_2->set_PlayInEditorPlatform_53(L_14); // ForEachPlatform(LinkPlatform); Action_1_tBB781B532207CA8EBC97E3A9EE8EFD592AA62191 * L_15 = (Action_1_tBB781B532207CA8EBC97E3A9EE8EFD592AA62191 *)il2cpp_codegen_object_new(Action_1_tBB781B532207CA8EBC97E3A9EE8EFD592AA62191_il2cpp_TypeInfo_var); Action_1__ctor_m50D2AB51648DD9E4D5F8149456272F5F8EC3DCCE(L_15, __this, (intptr_t)((intptr_t)Settings_LinkPlatform_mA9E3A3DF08B304BF5BE93DE38ED9E8D66A022991_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m50D2AB51648DD9E4D5F8149456272F5F8EC3DCCE_RuntimeMethod_var); Settings_ForEachPlatform_m1E991B7730F010EAEB9858D6D1020766B8C0E094(__this, L_15, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.Settings::PopulatePlatformsFromAsset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_PopulatePlatformsFromAsset_m92292CB80CD44ADA9CDA2911576AE7C6EC23E9F1 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m94FCB6640FE52D94EB1A4EE0EF0D2F6CDD3998F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_LoadAll_TisPlatform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_m1EBC081316313092FC5F0B45AE8CA6EDE1056FA2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99E5578AA064AD7C4E1472202557F75FBBD3FAB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A844721FBDAAC9F38C4E0F5A8517BDC0BFAC8A1); s_Il2CppMethodInitialized = true; } PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933* V_0 = NULL; int32_t V_1 = 0; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * V_2 = NULL; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * V_3 = NULL; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * V_4 = NULL; { // Platforms.Clear(); List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112 * L_0 = __this->get_Platforms_50(); NullCheck(L_0); List_1_Clear_m94FCB6640FE52D94EB1A4EE0EF0D2F6CDD3998F2(L_0, /*hidden argument*/List_1_Clear_m94FCB6640FE52D94EB1A4EE0EF0D2F6CDD3998F2_RuntimeMethod_var); // Platform[] assetPlatforms = Resources.LoadAll(SettingsAssetName); PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933* L_1; L_1 = Resources_LoadAll_TisPlatform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_m1EBC081316313092FC5F0B45AE8CA6EDE1056FA2(_stringLiteral9A844721FBDAAC9F38C4E0F5A8517BDC0BFAC8A1, /*hidden argument*/Resources_LoadAll_TisPlatform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_m1EBC081316313092FC5F0B45AE8CA6EDE1056FA2_RuntimeMethod_var); // foreach (Platform newPlatform in assetPlatforms) V_0 = L_1; V_1 = 0; goto IL_00b2; } IL_001d: { // foreach (Platform newPlatform in assetPlatforms) PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; // Platform existingPlatform = FindPlatform(newPlatform.Identifier); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_6 = V_2; NullCheck(L_6); String_t* L_7; L_7 = Platform_get_Identifier_mF06D611104026E1A6FC3817FF136EDD6FA65FD35_inline(L_6, /*hidden argument*/NULL); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_8; L_8 = Settings_FindPlatform_m61D299437709F55834553520270CB16297D20D00(__this, L_7, /*hidden argument*/NULL); V_3 = L_8; // if (existingPlatform != null) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_10; L_10 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_9, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_10) { goto IL_0098; } } { // if (newPlatform.Active && !existingPlatform.Active) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_11 = V_2; NullCheck(L_11); bool L_12; L_12 = Platform_get_Active_m2F950CDB59545333B2D6BBA0EB191258F435F306_inline(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_005a; } } { Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_13 = V_3; NullCheck(L_13); bool L_14; L_14 = Platform_get_Active_m2F950CDB59545333B2D6BBA0EB191258F435F306_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_005a; } } { // RemovePlatform(existingPlatform.Identifier); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_15 = V_3; NullCheck(L_15); String_t* L_16; L_16 = Platform_get_Identifier_mF06D611104026E1A6FC3817FF136EDD6FA65FD35_inline(L_15, /*hidden argument*/NULL); Settings_RemovePlatform_m84D363A9BA51CC1A97A499D6BFE358C3F485F404(__this, L_16, /*hidden argument*/NULL); // platformToDestroy = existingPlatform; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_17 = V_3; V_4 = L_17; // existingPlatform = null; V_3 = (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 *)NULL; // } goto IL_005d; } IL_005a: { // platformToDestroy = newPlatform; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_18 = V_2; V_4 = L_18; } IL_005d: { // RuntimeUtils.DebugLogWarningFormat("FMOD: Cleaning up duplicate platform: ID = {0}, name = '{1}', type = {2}", // platformToDestroy.Identifier, platformToDestroy.DisplayName, platformToDestroy.GetType().Name); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_19; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_21 = V_4; NullCheck(L_21); String_t* L_22; L_22 = Platform_get_Identifier_mF06D611104026E1A6FC3817FF136EDD6FA65FD35_inline(L_21, /*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_22); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_23 = L_20; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_24 = V_4; NullCheck(L_24); String_t* L_25; L_25 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String FMODUnity.Platform::get_DisplayName() */, L_24); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_25); (L_23)->SetAt(static_cast(1), (RuntimeObject *)L_25); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = L_23; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_27 = V_4; NullCheck(L_27); Type_t * L_28; L_28 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_27, /*hidden argument*/NULL); NullCheck(L_28); String_t* L_29; L_29 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_28); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_29); (L_26)->SetAt(static_cast(2), (RuntimeObject *)L_29); RuntimeUtils_DebugLogWarningFormat_m55E5B477C8190F025FFB26B8A0CC7FDC83629A15(_stringLiteral99E5578AA064AD7C4E1472202557F75FBBD3FAB9, L_26, /*hidden argument*/NULL); // DestroyImmediate(platformToDestroy, true); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_30 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_m7FA5CBA33E09C00A7B01D9C5077845F1E474C057(L_30, (bool)1, /*hidden argument*/NULL); } IL_0098: { // if (existingPlatform == null) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_31 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_32; L_32 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_31, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_32) { goto IL_00ae; } } { // newPlatform.EnsurePropertiesAreValid(); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_33 = V_2; NullCheck(L_33); VirtActionInvoker0::Invoke(18 /* System.Void FMODUnity.Platform::EnsurePropertiesAreValid() */, L_33); // AddPlatform(newPlatform); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_34 = V_2; Settings_AddPlatform_mD6EB502F079C61C030DB065E798ECF475FB5CF41(__this, L_34, /*hidden argument*/NULL); } IL_00ae: { int32_t L_35 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00b2: { // foreach (Platform newPlatform in assetPlatforms) int32_t L_36 = V_1; PlatformU5BU5D_t35D4429B25D77A79AAE00280D0599E981D9E4933* L_37 = V_0; NullCheck(L_37); if ((((int32_t)L_36) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))))) { goto IL_001d; } } { // } return; } } // System.Void FMODUnity.Settings::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings__cctor_m93EE700D52BC650B993F46439F0909A1F3E94C14 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mADCF476954284A73F30A5586D504D4B7164F2664_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tEED496086F5D313E88CAE4C98A12681F4B542321_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static Settings instance = null; ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->set_instance_5((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE *)NULL); // private static IEditorSettings editorSettings = null; ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->set_editorSettings_6((RuntimeObject*)NULL); // private static bool isInitializing = false; ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->set_isInitializing_7((bool)0); // public static List PlatformTemplates = new List(); List_1_tEED496086F5D313E88CAE4C98A12681F4B542321 * L_0 = (List_1_tEED496086F5D313E88CAE4C98A12681F4B542321 *)il2cpp_codegen_object_new(List_1_tEED496086F5D313E88CAE4C98A12681F4B542321_il2cpp_TypeInfo_var); List_1__ctor_mADCF476954284A73F30A5586D504D4B7164F2664(L_0, /*hidden argument*/List_1__ctor_mADCF476954284A73F30A5586D504D4B7164F2664_RuntimeMethod_var); ((Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_StaticFields*)il2cpp_codegen_static_fields_for(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var))->set_PlatformTemplates_54(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FMOD.RESULT FMOD.Sound::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_release_m9F101C9D79A57501C41EC41AB02F10BCE2C06A28 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, const RuntimeMethod* method) { { // return FMOD5_Sound_Release(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = Sound_FMOD5_Sound_Release_m0AA6AC68CE4CDE367E52D06E61662DF5E5DA389C((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Sound_release_m9F101C9D79A57501C41EC41AB02F10BCE2C06A28_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_release_m9F101C9D79A57501C41EC41AB02F10BCE2C06A28(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getSystemObject(FMOD.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSystemObject_mBD21048FC3B2BAFB222016D9124A1742728F16E1 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method) { { // return FMOD5_Sound_GetSystemObject(this.handle, out system.handle); intptr_t L_0 = __this->get_handle_0(); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_1 = ___system0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = Sound_FMOD5_Sound_GetSystemObject_mEBE78BA306074B2C65A3CE0D3652E46E05FEF7AE((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_getSystemObject_mBD21048FC3B2BAFB222016D9124A1742728F16E1_AdjustorThunk (RuntimeObject * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getSystemObject_mBD21048FC3B2BAFB222016D9124A1742728F16E1(_thisAdjusted, ___system0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::lock(System.UInt32,System.UInt32,System.IntPtr&,System.IntPtr&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_lock_mCD21D4EE23795884A2B091F2D13785AC10C54B4F (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t ___offset0, uint32_t ___length1, intptr_t* ___ptr12, intptr_t* ___ptr23, uint32_t* ___len14, uint32_t* ___len25, const RuntimeMethod* method) { { // return FMOD5_Sound_Lock(this.handle, offset, length, out ptr1, out ptr2, out len1, out len2); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___offset0; uint32_t L_2 = ___length1; intptr_t* L_3 = ___ptr12; intptr_t* L_4 = ___ptr23; uint32_t* L_5 = ___len14; uint32_t* L_6 = ___len25; int32_t L_7; L_7 = Sound_FMOD5_Sound_Lock_m0F54A21DBF7353BF64B932D14BAAB6E956D0D285((intptr_t)L_0, L_1, L_2, (intptr_t*)L_3, (intptr_t*)L_4, (uint32_t*)L_5, (uint32_t*)L_6, /*hidden argument*/NULL); return L_7; } } IL2CPP_EXTERN_C int32_t Sound_lock_mCD21D4EE23795884A2B091F2D13785AC10C54B4F_AdjustorThunk (RuntimeObject * __this, uint32_t ___offset0, uint32_t ___length1, intptr_t* ___ptr12, intptr_t* ___ptr23, uint32_t* ___len14, uint32_t* ___len25, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_lock_mCD21D4EE23795884A2B091F2D13785AC10C54B4F(_thisAdjusted, ___offset0, ___length1, ___ptr12, ___ptr23, ___len14, ___len25, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::unlock(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_unlock_mFE5BB804EAFABE81C1A2986D6326E1DEE1F4F05C (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___ptr10, intptr_t ___ptr21, uint32_t ___len12, uint32_t ___len23, const RuntimeMethod* method) { { // return FMOD5_Sound_Unlock(this.handle, ptr1, ptr2, len1, len2); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___ptr10; intptr_t L_2 = ___ptr21; uint32_t L_3 = ___len12; uint32_t L_4 = ___len23; int32_t L_5; L_5 = Sound_FMOD5_Sound_Unlock_m55E9FA5A9A81DFF09174C9BD23AFFD92C9966786((intptr_t)L_0, (intptr_t)L_1, (intptr_t)L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t Sound_unlock_mFE5BB804EAFABE81C1A2986D6326E1DEE1F4F05C_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr10, intptr_t ___ptr21, uint32_t ___len12, uint32_t ___len23, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_unlock_mFE5BB804EAFABE81C1A2986D6326E1DEE1F4F05C(_thisAdjusted, ___ptr10, ___ptr21, ___len12, ___len23, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::setDefaults(System.Single,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setDefaults_m2CB06934A721972BB7A996CB9B06D64D10A397B2 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float ___frequency0, int32_t ___priority1, const RuntimeMethod* method) { { // return FMOD5_Sound_SetDefaults(this.handle, frequency, priority); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___frequency0; int32_t L_2 = ___priority1; int32_t L_3; L_3 = Sound_FMOD5_Sound_SetDefaults_mAC08E23E62FC24219DF4C08C23D643B38BF2A553((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_setDefaults_m2CB06934A721972BB7A996CB9B06D64D10A397B2_AdjustorThunk (RuntimeObject * __this, float ___frequency0, int32_t ___priority1, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_setDefaults_m2CB06934A721972BB7A996CB9B06D64D10A397B2(_thisAdjusted, ___frequency0, ___priority1, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getDefaults(System.Single&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getDefaults_mD9A860D116BA204261F79D0F443E5471C9EF4A74 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float* ___frequency0, int32_t* ___priority1, const RuntimeMethod* method) { { // return FMOD5_Sound_GetDefaults(this.handle, out frequency, out priority); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___frequency0; int32_t* L_2 = ___priority1; int32_t L_3; L_3 = Sound_FMOD5_Sound_GetDefaults_m79212175E860DB2031FCF79B773A052C0D36D55E((intptr_t)L_0, (float*)L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_getDefaults_mD9A860D116BA204261F79D0F443E5471C9EF4A74_AdjustorThunk (RuntimeObject * __this, float* ___frequency0, int32_t* ___priority1, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getDefaults_mD9A860D116BA204261F79D0F443E5471C9EF4A74(_thisAdjusted, ___frequency0, ___priority1, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::set3DMinMaxDistance(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_set3DMinMaxDistance_m206B7EEEC4E6269C239FED7DF8C29714C59D3416 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float ___min0, float ___max1, const RuntimeMethod* method) { { // return FMOD5_Sound_Set3DMinMaxDistance(this.handle, min, max); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___min0; float L_2 = ___max1; int32_t L_3; L_3 = Sound_FMOD5_Sound_Set3DMinMaxDistance_mC5E33D9B9DEA778B6D3C0D1590ED15526F11DE27((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_set3DMinMaxDistance_m206B7EEEC4E6269C239FED7DF8C29714C59D3416_AdjustorThunk (RuntimeObject * __this, float ___min0, float ___max1, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_set3DMinMaxDistance_m206B7EEEC4E6269C239FED7DF8C29714C59D3416(_thisAdjusted, ___min0, ___max1, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::get3DMinMaxDistance(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_get3DMinMaxDistance_mCECE3D9E08991475A4FE1737470B7222D23ABD92 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float* ___min0, float* ___max1, const RuntimeMethod* method) { { // return FMOD5_Sound_Get3DMinMaxDistance(this.handle, out min, out max); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___min0; float* L_2 = ___max1; int32_t L_3; L_3 = Sound_FMOD5_Sound_Get3DMinMaxDistance_m9FFECFE5EBEAAE8A0598401B1F23AEDE77CF597F((intptr_t)L_0, (float*)L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_get3DMinMaxDistance_mCECE3D9E08991475A4FE1737470B7222D23ABD92_AdjustorThunk (RuntimeObject * __this, float* ___min0, float* ___max1, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_get3DMinMaxDistance_mCECE3D9E08991475A4FE1737470B7222D23ABD92(_thisAdjusted, ___min0, ___max1, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::set3DConeSettings(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_set3DConeSettings_mB2343E75B719C63C7EA6D6364EE4DD4C84EAD531 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float ___insideconeangle0, float ___outsideconeangle1, float ___outsidevolume2, const RuntimeMethod* method) { { // return FMOD5_Sound_Set3DConeSettings(this.handle, insideconeangle, outsideconeangle, outsidevolume); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___insideconeangle0; float L_2 = ___outsideconeangle1; float L_3 = ___outsidevolume2; int32_t L_4; L_4 = Sound_FMOD5_Sound_Set3DConeSettings_mB0F2A3793F0401E1D047A927D853405202853636((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Sound_set3DConeSettings_mB2343E75B719C63C7EA6D6364EE4DD4C84EAD531_AdjustorThunk (RuntimeObject * __this, float ___insideconeangle0, float ___outsideconeangle1, float ___outsidevolume2, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_set3DConeSettings_mB2343E75B719C63C7EA6D6364EE4DD4C84EAD531(_thisAdjusted, ___insideconeangle0, ___outsideconeangle1, ___outsidevolume2, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::get3DConeSettings(System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_get3DConeSettings_m526D910540C180181FF5222CA89A9108BEFBF2BF (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float* ___insideconeangle0, float* ___outsideconeangle1, float* ___outsidevolume2, const RuntimeMethod* method) { { // return FMOD5_Sound_Get3DConeSettings(this.handle, out insideconeangle, out outsideconeangle, out outsidevolume); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___insideconeangle0; float* L_2 = ___outsideconeangle1; float* L_3 = ___outsidevolume2; int32_t L_4; L_4 = Sound_FMOD5_Sound_Get3DConeSettings_mD4F67D169AB815CF202D5B2F06D39DF2E682AD0C((intptr_t)L_0, (float*)L_1, (float*)L_2, (float*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Sound_get3DConeSettings_m526D910540C180181FF5222CA89A9108BEFBF2BF_AdjustorThunk (RuntimeObject * __this, float* ___insideconeangle0, float* ___outsideconeangle1, float* ___outsidevolume2, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_get3DConeSettings_m526D910540C180181FF5222CA89A9108BEFBF2BF(_thisAdjusted, ___insideconeangle0, ___outsideconeangle1, ___outsidevolume2, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::set3DCustomRolloff(FMOD.VECTOR&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_set3DCustomRolloff_m954C5F5DFAEA34EC5FD63FE9264F36B243022A4F (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___points0, int32_t ___numpoints1, const RuntimeMethod* method) { { // return FMOD5_Sound_Set3DCustomRolloff(this.handle, ref points, numpoints); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___points0; int32_t L_2 = ___numpoints1; int32_t L_3; L_3 = Sound_FMOD5_Sound_Set3DCustomRolloff_m94E8647007080850635DC1CB022DAD6C360C480B((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_set3DCustomRolloff_m954C5F5DFAEA34EC5FD63FE9264F36B243022A4F_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___points0, int32_t ___numpoints1, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_set3DCustomRolloff_m954C5F5DFAEA34EC5FD63FE9264F36B243022A4F(_thisAdjusted, ___points0, ___numpoints1, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::get3DCustomRolloff(System.IntPtr&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_get3DCustomRolloff_m7D13759D013FF2F66A16D67CA7E1E8207C07C8E9 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t* ___points0, int32_t* ___numpoints1, const RuntimeMethod* method) { { // return FMOD5_Sound_Get3DCustomRolloff(this.handle, out points, out numpoints); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___points0; int32_t* L_2 = ___numpoints1; int32_t L_3; L_3 = Sound_FMOD5_Sound_Get3DCustomRolloff_m4890CE62554F0141E90D5393E02A6447FACC3A58((intptr_t)L_0, (intptr_t*)L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_get3DCustomRolloff_m7D13759D013FF2F66A16D67CA7E1E8207C07C8E9_AdjustorThunk (RuntimeObject * __this, intptr_t* ___points0, int32_t* ___numpoints1, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_get3DCustomRolloff_m7D13759D013FF2F66A16D67CA7E1E8207C07C8E9(_thisAdjusted, ___points0, ___numpoints1, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getSubSound(System.Int32,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSubSound_m75970C441FA58C3B2E932A216A41E7C37F618518 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t ___index0, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___subsound1, const RuntimeMethod* method) { { // return FMOD5_Sound_GetSubSound(this.handle, index, out subsound.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * L_2 = ___subsound1; intptr_t* L_3 = L_2->get_address_of_handle_0(); int32_t L_4; L_4 = Sound_FMOD5_Sound_GetSubSound_mCE11012075A8834800575533CA85FD05D4EBD663((intptr_t)L_0, L_1, (intptr_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Sound_getSubSound_m75970C441FA58C3B2E932A216A41E7C37F618518_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___subsound1, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getSubSound_m75970C441FA58C3B2E932A216A41E7C37F618518(_thisAdjusted, ___index0, ___subsound1, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getSubSoundParent(FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSubSoundParent_m1CBAABE004D79682053AEB0A5C93AB2D4559F16C (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___parentsound0, const RuntimeMethod* method) { { // return FMOD5_Sound_GetSubSoundParent(this.handle, out parentsound.handle); intptr_t L_0 = __this->get_handle_0(); Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * L_1 = ___parentsound0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = Sound_FMOD5_Sound_GetSubSoundParent_m4C398EB54EA606045428EE172C6C445027B14DCB((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_getSubSoundParent_m1CBAABE004D79682053AEB0A5C93AB2D4559F16C_AdjustorThunk (RuntimeObject * __this, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___parentsound0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getSubSoundParent_m1CBAABE004D79682053AEB0A5C93AB2D4559F16C(_thisAdjusted, ___parentsound0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getName(System.String&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getName_m89561EC3299D45A0F072A810AB9E0FD9A051E8A4 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, String_t** ___name0, int32_t ___namelen1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IntPtr stringMem = Marshal.AllocHGlobal(namelen); int32_t L_0 = ___namelen1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(L_0, /*hidden argument*/NULL); V_0 = (intptr_t)L_1; // RESULT result = FMOD5_Sound_GetName(this.handle, stringMem, namelen); intptr_t L_2 = __this->get_handle_0(); intptr_t L_3 = V_0; int32_t L_4 = ___namelen1; int32_t L_5; L_5 = Sound_FMOD5_Sound_GetName_m0A2F4E5A3E8CF9F353F8AD0ECF7525D490E3A4BB((intptr_t)L_2, (intptr_t)L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_6; L_6 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_2 = L_6; } IL_001b: try { // begin try (depth: 1) // name = encoder.stringFromNative(stringMem); String_t** L_7 = ___name0; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_2; intptr_t L_9 = V_0; NullCheck(L_8); String_t* L_10; L_10 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_8, (intptr_t)L_9, /*hidden argument*/NULL); *((RuntimeObject **)L_7) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)L_10); // } IL2CPP_LEAVE(0x30, FINALLY_0026); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_11 = V_2; if (!L_11) { goto IL_002f; } } IL_0029: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_12 = V_2; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_002f: { IL2CPP_END_FINALLY(38) } } // end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x30, IL_0030) } IL_0030: { // Marshal.FreeHGlobal(stringMem); intptr_t L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_13, /*hidden argument*/NULL); // return result; int32_t L_14 = V_1; return L_14; } } IL2CPP_EXTERN_C int32_t Sound_getName_m89561EC3299D45A0F072A810AB9E0FD9A051E8A4_AdjustorThunk (RuntimeObject * __this, String_t** ___name0, int32_t ___namelen1, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getName_m89561EC3299D45A0F072A810AB9E0FD9A051E8A4(_thisAdjusted, ___name0, ___namelen1, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getLength(System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getLength_mDA59BB6D9862B706916D6CFD6AB527DB2DA3604F (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t* ___length0, uint32_t ___lengthtype1, const RuntimeMethod* method) { { // return FMOD5_Sound_GetLength(this.handle, out length, lengthtype); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___length0; uint32_t L_2 = ___lengthtype1; int32_t L_3; L_3 = Sound_FMOD5_Sound_GetLength_m7A702FF38D769AFB733159FAC297A1754BE7792C((intptr_t)L_0, (uint32_t*)L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_getLength_mDA59BB6D9862B706916D6CFD6AB527DB2DA3604F_AdjustorThunk (RuntimeObject * __this, uint32_t* ___length0, uint32_t ___lengthtype1, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getLength_mDA59BB6D9862B706916D6CFD6AB527DB2DA3604F(_thisAdjusted, ___length0, ___lengthtype1, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getFormat(FMOD.SOUND_TYPE&,FMOD.SOUND_FORMAT&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getFormat_mBDD2D49C723CE49EC1E666F81990F43C5C47E0D3 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t* ___type0, int32_t* ___format1, int32_t* ___channels2, int32_t* ___bits3, const RuntimeMethod* method) { { // return FMOD5_Sound_GetFormat(this.handle, out type, out format, out channels, out bits); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___type0; int32_t* L_2 = ___format1; int32_t* L_3 = ___channels2; int32_t* L_4 = ___bits3; int32_t L_5; L_5 = Sound_FMOD5_Sound_GetFormat_m778E7775ECEC6E144B3722EDE7AC6CEA02222D38((intptr_t)L_0, (int32_t*)L_1, (int32_t*)L_2, (int32_t*)L_3, (int32_t*)L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t Sound_getFormat_mBDD2D49C723CE49EC1E666F81990F43C5C47E0D3_AdjustorThunk (RuntimeObject * __this, int32_t* ___type0, int32_t* ___format1, int32_t* ___channels2, int32_t* ___bits3, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getFormat_mBDD2D49C723CE49EC1E666F81990F43C5C47E0D3(_thisAdjusted, ___type0, ___format1, ___channels2, ___bits3, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getNumSubSounds(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getNumSubSounds_m201CEC209E4F91901461D55C424A38EAC442D42E (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t* ___numsubsounds0, const RuntimeMethod* method) { { // return FMOD5_Sound_GetNumSubSounds(this.handle, out numsubsounds); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numsubsounds0; int32_t L_2; L_2 = Sound_FMOD5_Sound_GetNumSubSounds_m45D7A8B440CCF18EF9573FD0FBDF00F6E7E8D7D5((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Sound_getNumSubSounds_m201CEC209E4F91901461D55C424A38EAC442D42E_AdjustorThunk (RuntimeObject * __this, int32_t* ___numsubsounds0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getNumSubSounds_m201CEC209E4F91901461D55C424A38EAC442D42E(_thisAdjusted, ___numsubsounds0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getNumTags(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getNumTags_mDEA1401E13AAC58521241686C205A1184AD8E5D0 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t* ___numtags0, int32_t* ___numtagsupdated1, const RuntimeMethod* method) { { // return FMOD5_Sound_GetNumTags(this.handle, out numtags, out numtagsupdated); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numtags0; int32_t* L_2 = ___numtagsupdated1; int32_t L_3; L_3 = Sound_FMOD5_Sound_GetNumTags_mDB592394DF6D9974EFFACDD4BC73FB4D8612ED85((intptr_t)L_0, (int32_t*)L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_getNumTags_mDEA1401E13AAC58521241686C205A1184AD8E5D0_AdjustorThunk (RuntimeObject * __this, int32_t* ___numtags0, int32_t* ___numtagsupdated1, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getNumTags_mDEA1401E13AAC58521241686C205A1184AD8E5D0(_thisAdjusted, ___numtags0, ___numtagsupdated1, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getTag(System.String,System.Int32,FMOD.TAG&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getTag_m9D247D46F0CE22298EC1438E44E140341D4B6BDF (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, String_t* ___name0, int32_t ___index1, TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343 * ___tag2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD5_Sound_GetTag(this.handle, encoder.byteFromStringUTF8(name), index, out tag); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___name0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___index1; TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343 * L_6 = ___tag2; int32_t L_7; L_7 = Sound_FMOD5_Sound_GetTag_mB90FB1968000506867BB39F9239DF41B1A587F61((intptr_t)L_1, L_4, L_5, (TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343 *)L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_LEAVE(0x27, FINALLY_001d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; if (!L_8) { goto IL_0026; } } IL_0020: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_0026: { IL2CPP_END_FINALLY(29) } } // end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x27, IL_0027) } IL_0027: { // } int32_t L_10 = V_1; return L_10; } } IL2CPP_EXTERN_C int32_t Sound_getTag_m9D247D46F0CE22298EC1438E44E140341D4B6BDF_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, int32_t ___index1, TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343 * ___tag2, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getTag_m9D247D46F0CE22298EC1438E44E140341D4B6BDF(_thisAdjusted, ___name0, ___index1, ___tag2, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getOpenState(FMOD.OPENSTATE&,System.UInt32&,System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getOpenState_m5B629AC23927ADB614D9BD2D960C55CF867207C5 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t* ___openstate0, uint32_t* ___percentbuffered1, bool* ___starving2, bool* ___diskbusy3, const RuntimeMethod* method) { { // return FMOD5_Sound_GetOpenState(this.handle, out openstate, out percentbuffered, out starving, out diskbusy); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___openstate0; uint32_t* L_2 = ___percentbuffered1; bool* L_3 = ___starving2; bool* L_4 = ___diskbusy3; int32_t L_5; L_5 = Sound_FMOD5_Sound_GetOpenState_m1B839D3BFCEB2229CB80C92DDD799A45D895DAD7((intptr_t)L_0, (int32_t*)L_1, (uint32_t*)L_2, (bool*)L_3, (bool*)L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t Sound_getOpenState_m5B629AC23927ADB614D9BD2D960C55CF867207C5_AdjustorThunk (RuntimeObject * __this, int32_t* ___openstate0, uint32_t* ___percentbuffered1, bool* ___starving2, bool* ___diskbusy3, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getOpenState_m5B629AC23927ADB614D9BD2D960C55CF867207C5(_thisAdjusted, ___openstate0, ___percentbuffered1, ___starving2, ___diskbusy3, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::readData(System.IntPtr,System.UInt32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_readData_m536939B258E15B778F64FE6B87A8ED1BBA251443 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___buffer0, uint32_t ___length1, uint32_t* ___read2, const RuntimeMethod* method) { { // return FMOD5_Sound_ReadData(this.handle, buffer, length, out read); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___buffer0; uint32_t L_2 = ___length1; uint32_t* L_3 = ___read2; int32_t L_4; L_4 = Sound_FMOD5_Sound_ReadData_m7B33B1A6F0BE69267EB359F19A6F50244A2DEF15((intptr_t)L_0, (intptr_t)L_1, L_2, (uint32_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Sound_readData_m536939B258E15B778F64FE6B87A8ED1BBA251443_AdjustorThunk (RuntimeObject * __this, intptr_t ___buffer0, uint32_t ___length1, uint32_t* ___read2, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_readData_m536939B258E15B778F64FE6B87A8ED1BBA251443(_thisAdjusted, ___buffer0, ___length1, ___read2, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::seekData(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_seekData_m278B5E4A0426539E5C24D494FECED37667E54A91 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t ___pcm0, const RuntimeMethod* method) { { // return FMOD5_Sound_SeekData(this.handle, pcm); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___pcm0; int32_t L_2; L_2 = Sound_FMOD5_Sound_SeekData_m23B94D117FA44038BFD9A1ED9245B3980B458FFF((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Sound_seekData_m278B5E4A0426539E5C24D494FECED37667E54A91_AdjustorThunk (RuntimeObject * __this, uint32_t ___pcm0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_seekData_m278B5E4A0426539E5C24D494FECED37667E54A91(_thisAdjusted, ___pcm0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::setSoundGroup(FMOD.SoundGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setSoundGroup_m70244E3C333A9624957BC41FC9C8035189B61EAA (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 ___soundgroup0, const RuntimeMethod* method) { { // return FMOD5_Sound_SetSoundGroup(this.handle, soundgroup.handle); intptr_t L_0 = __this->get_handle_0(); SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 L_1 = ___soundgroup0; intptr_t L_2 = L_1.get_handle_0(); int32_t L_3; L_3 = Sound_FMOD5_Sound_SetSoundGroup_mD39F6D67AC523BBB198E591984880BBC2C288D76((intptr_t)L_0, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_setSoundGroup_m70244E3C333A9624957BC41FC9C8035189B61EAA_AdjustorThunk (RuntimeObject * __this, SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 ___soundgroup0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_setSoundGroup_m70244E3C333A9624957BC41FC9C8035189B61EAA(_thisAdjusted, ___soundgroup0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getSoundGroup(FMOD.SoundGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSoundGroup_mE13D45248FA898762B9C90225A260FB21965BF84 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * ___soundgroup0, const RuntimeMethod* method) { { // return FMOD5_Sound_GetSoundGroup(this.handle, out soundgroup.handle); intptr_t L_0 = __this->get_handle_0(); SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * L_1 = ___soundgroup0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = Sound_FMOD5_Sound_GetSoundGroup_mE5457C08E3E155565D865AEDFCD88EAFF871A4E5((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_getSoundGroup_mE13D45248FA898762B9C90225A260FB21965BF84_AdjustorThunk (RuntimeObject * __this, SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * ___soundgroup0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getSoundGroup_mE13D45248FA898762B9C90225A260FB21965BF84(_thisAdjusted, ___soundgroup0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getNumSyncPoints(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getNumSyncPoints_mD617A7F4E07AD27742B967CB53CA664589327A13 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t* ___numsyncpoints0, const RuntimeMethod* method) { { // return FMOD5_Sound_GetNumSyncPoints(this.handle, out numsyncpoints); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numsyncpoints0; int32_t L_2; L_2 = Sound_FMOD5_Sound_GetNumSyncPoints_m8058CB05DAF8E4B6D6338094DC3433D3639E0205((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Sound_getNumSyncPoints_mD617A7F4E07AD27742B967CB53CA664589327A13_AdjustorThunk (RuntimeObject * __this, int32_t* ___numsyncpoints0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getNumSyncPoints_mD617A7F4E07AD27742B967CB53CA664589327A13(_thisAdjusted, ___numsyncpoints0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getSyncPoint(System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSyncPoint_m41C2A80F4DEDD2775939ACB312F62593FD1CA6AB (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t ___index0, intptr_t* ___point1, const RuntimeMethod* method) { { // return FMOD5_Sound_GetSyncPoint(this.handle, index, out point); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; intptr_t* L_2 = ___point1; int32_t L_3; L_3 = Sound_FMOD5_Sound_GetSyncPoint_m5921AA5A04C6BFA31AA49C804FE7690A67C3E94E((intptr_t)L_0, L_1, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_getSyncPoint_m41C2A80F4DEDD2775939ACB312F62593FD1CA6AB_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, intptr_t* ___point1, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getSyncPoint_m41C2A80F4DEDD2775939ACB312F62593FD1CA6AB(_thisAdjusted, ___index0, ___point1, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getSyncPointInfo(System.IntPtr,System.String&,System.Int32,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSyncPointInfo_m9E9404571091932DB23CCEE2B73034A0DE093125 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___point0, String_t** ___name1, int32_t ___namelen2, uint32_t* ___offset3, uint32_t ___offsettype4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IntPtr stringMem = Marshal.AllocHGlobal(namelen); int32_t L_0 = ___namelen2; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(L_0, /*hidden argument*/NULL); V_0 = (intptr_t)L_1; // RESULT result = FMOD5_Sound_GetSyncPointInfo(this.handle, point, stringMem, namelen, out offset, offsettype); intptr_t L_2 = __this->get_handle_0(); intptr_t L_3 = ___point0; intptr_t L_4 = V_0; int32_t L_5 = ___namelen2; uint32_t* L_6 = ___offset3; uint32_t L_7 = ___offsettype4; int32_t L_8; L_8 = Sound_FMOD5_Sound_GetSyncPointInfo_mFA3C648F1E70B6DF645305D62F3B5107DDB1C543((intptr_t)L_2, (intptr_t)L_3, (intptr_t)L_4, L_5, (uint32_t*)L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9; L_9 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_2 = L_9; } IL_0020: try { // begin try (depth: 1) // name = encoder.stringFromNative(stringMem); String_t** L_10 = ___name1; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_11 = V_2; intptr_t L_12 = V_0; NullCheck(L_11); String_t* L_13; L_13 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_11, (intptr_t)L_12, /*hidden argument*/NULL); *((RuntimeObject **)L_10) = (RuntimeObject *)L_13; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)L_13); // } IL2CPP_LEAVE(0x35, FINALLY_002b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002b; } FINALLY_002b: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_14 = V_2; if (!L_14) { goto IL_0034; } } IL_002e: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_15 = V_2; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_0034: { IL2CPP_END_FINALLY(43) } } // end finally (depth: 1) IL2CPP_CLEANUP(43) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x35, IL_0035) } IL_0035: { // Marshal.FreeHGlobal(stringMem); intptr_t L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_16, /*hidden argument*/NULL); // return result; int32_t L_17 = V_1; return L_17; } } IL2CPP_EXTERN_C int32_t Sound_getSyncPointInfo_m9E9404571091932DB23CCEE2B73034A0DE093125_AdjustorThunk (RuntimeObject * __this, intptr_t ___point0, String_t** ___name1, int32_t ___namelen2, uint32_t* ___offset3, uint32_t ___offsettype4, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getSyncPointInfo_m9E9404571091932DB23CCEE2B73034A0DE093125(_thisAdjusted, ___point0, ___name1, ___namelen2, ___offset3, ___offsettype4, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getSyncPointInfo(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSyncPointInfo_mC8547FD659A779F42A88801894B885A5C01931BA (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___point0, uint32_t* ___offset1, uint32_t ___offsettype2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return FMOD5_Sound_GetSyncPointInfo(this.handle, point, IntPtr.Zero, 0, out offset, offsettype); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___point0; uint32_t* L_2 = ___offset1; uint32_t L_3 = ___offsettype2; int32_t L_4; L_4 = Sound_FMOD5_Sound_GetSyncPointInfo_mFA3C648F1E70B6DF645305D62F3B5107DDB1C543((intptr_t)L_0, (intptr_t)L_1, (intptr_t)(0), 0, (uint32_t*)L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Sound_getSyncPointInfo_mC8547FD659A779F42A88801894B885A5C01931BA_AdjustorThunk (RuntimeObject * __this, intptr_t ___point0, uint32_t* ___offset1, uint32_t ___offsettype2, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getSyncPointInfo_mC8547FD659A779F42A88801894B885A5C01931BA(_thisAdjusted, ___point0, ___offset1, ___offsettype2, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::addSyncPoint(System.UInt32,FMOD.TIMEUNIT,System.String,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_addSyncPoint_m81C9AF8C2A80DD0CB15AFA77EF63211743695A0F (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t ___offset0, uint32_t ___offsettype1, String_t* ___name2, intptr_t* ___point3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD5_Sound_AddSyncPoint(this.handle, offset, offsettype, encoder.byteFromStringUTF8(name), out point); intptr_t L_1 = __this->get_handle_0(); uint32_t L_2 = ___offset0; uint32_t L_3 = ___offsettype1; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_4 = V_0; String_t* L_5 = ___name2; NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_4, L_5, /*hidden argument*/NULL); intptr_t* L_7 = ___point3; int32_t L_8; L_8 = Sound_FMOD5_Sound_AddSyncPoint_mD8E27E415FA7B4E89850B1F1C34E042D4FDE7275((intptr_t)L_1, L_2, L_3, L_6, (intptr_t*)L_7, /*hidden argument*/NULL); V_1 = L_8; IL2CPP_LEAVE(0x29, FINALLY_001f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001f; } FINALLY_001f: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; if (!L_9) { goto IL_0028; } } IL_0022: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_10 = V_0; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_10); } IL_0028: { IL2CPP_END_FINALLY(31) } } // end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x29, IL_0029) } IL_0029: { // } int32_t L_11 = V_1; return L_11; } } IL2CPP_EXTERN_C int32_t Sound_addSyncPoint_m81C9AF8C2A80DD0CB15AFA77EF63211743695A0F_AdjustorThunk (RuntimeObject * __this, uint32_t ___offset0, uint32_t ___offsettype1, String_t* ___name2, intptr_t* ___point3, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_addSyncPoint_m81C9AF8C2A80DD0CB15AFA77EF63211743695A0F(_thisAdjusted, ___offset0, ___offsettype1, ___name2, ___point3, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::deleteSyncPoint(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_deleteSyncPoint_m03905867F07EDAB104F302FD501EEE2C89841715 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___point0, const RuntimeMethod* method) { { // return FMOD5_Sound_DeleteSyncPoint(this.handle, point); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___point0; int32_t L_2; L_2 = Sound_FMOD5_Sound_DeleteSyncPoint_m6B33B9BF7DBE85264F47B8E720EC929C784993B6((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Sound_deleteSyncPoint_m03905867F07EDAB104F302FD501EEE2C89841715_AdjustorThunk (RuntimeObject * __this, intptr_t ___point0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_deleteSyncPoint_m03905867F07EDAB104F302FD501EEE2C89841715(_thisAdjusted, ___point0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::setMode(FMOD.MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setMode_m0D312C1B6ED67BF61F406927DB42E8323484F470 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t ___mode0, const RuntimeMethod* method) { { // return FMOD5_Sound_SetMode(this.handle, mode); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___mode0; int32_t L_2; L_2 = Sound_FMOD5_Sound_SetMode_m5BB542F53BAA55A8E35C66DB7CE6EE7D07402B31((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Sound_setMode_m0D312C1B6ED67BF61F406927DB42E8323484F470_AdjustorThunk (RuntimeObject * __this, uint32_t ___mode0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_setMode_m0D312C1B6ED67BF61F406927DB42E8323484F470(_thisAdjusted, ___mode0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getMode(FMOD.MODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMode_mFE0719E713B19C2B4667B08EA80F56502845F3AD (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t* ___mode0, const RuntimeMethod* method) { { // return FMOD5_Sound_GetMode(this.handle, out mode); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___mode0; int32_t L_2; L_2 = Sound_FMOD5_Sound_GetMode_m72CCEB5070F45EE051D9948122010F32223C4A49((intptr_t)L_0, (uint32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Sound_getMode_mFE0719E713B19C2B4667B08EA80F56502845F3AD_AdjustorThunk (RuntimeObject * __this, uint32_t* ___mode0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getMode_mFE0719E713B19C2B4667B08EA80F56502845F3AD(_thisAdjusted, ___mode0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::setLoopCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setLoopCount_mAE5BEE37D0642423012C67B5FD8B5C7EC2D7DD72 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t ___loopcount0, const RuntimeMethod* method) { { // return FMOD5_Sound_SetLoopCount(this.handle, loopcount); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___loopcount0; int32_t L_2; L_2 = Sound_FMOD5_Sound_SetLoopCount_mC714E1C76F49D4E5237F17DEAE824FBCA1C3EC97((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Sound_setLoopCount_mAE5BEE37D0642423012C67B5FD8B5C7EC2D7DD72_AdjustorThunk (RuntimeObject * __this, int32_t ___loopcount0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_setLoopCount_mAE5BEE37D0642423012C67B5FD8B5C7EC2D7DD72(_thisAdjusted, ___loopcount0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getLoopCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getLoopCount_mBE3A0C7BA7C2D16180A2E5DCC0F85349B9FE43D8 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t* ___loopcount0, const RuntimeMethod* method) { { // return FMOD5_Sound_GetLoopCount(this.handle, out loopcount); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___loopcount0; int32_t L_2; L_2 = Sound_FMOD5_Sound_GetLoopCount_mD9B8604214B5B8F37111F1D5413FC753EDF9C221((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Sound_getLoopCount_mBE3A0C7BA7C2D16180A2E5DCC0F85349B9FE43D8_AdjustorThunk (RuntimeObject * __this, int32_t* ___loopcount0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getLoopCount_mBE3A0C7BA7C2D16180A2E5DCC0F85349B9FE43D8(_thisAdjusted, ___loopcount0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::setLoopPoints(System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setLoopPoints_m8E8D31F41B63C484502F528CA29F221A572C6965 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t ___loopstart0, uint32_t ___loopstarttype1, uint32_t ___loopend2, uint32_t ___loopendtype3, const RuntimeMethod* method) { { // return FMOD5_Sound_SetLoopPoints(this.handle, loopstart, loopstarttype, loopend, loopendtype); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___loopstart0; uint32_t L_2 = ___loopstarttype1; uint32_t L_3 = ___loopend2; uint32_t L_4 = ___loopendtype3; int32_t L_5; L_5 = Sound_FMOD5_Sound_SetLoopPoints_m3BE3B0771322E4FBA3932DFCD7D8F9A5BCB4EE1A((intptr_t)L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t Sound_setLoopPoints_m8E8D31F41B63C484502F528CA29F221A572C6965_AdjustorThunk (RuntimeObject * __this, uint32_t ___loopstart0, uint32_t ___loopstarttype1, uint32_t ___loopend2, uint32_t ___loopendtype3, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_setLoopPoints_m8E8D31F41B63C484502F528CA29F221A572C6965(_thisAdjusted, ___loopstart0, ___loopstarttype1, ___loopend2, ___loopendtype3, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getLoopPoints(System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getLoopPoints_m64DF66B7505B198C4930E982A1BF1AA4F27ADA9E (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, uint32_t* ___loopstart0, uint32_t ___loopstarttype1, uint32_t* ___loopend2, uint32_t ___loopendtype3, const RuntimeMethod* method) { { // return FMOD5_Sound_GetLoopPoints(this.handle, out loopstart, loopstarttype, out loopend, loopendtype); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___loopstart0; uint32_t L_2 = ___loopstarttype1; uint32_t* L_3 = ___loopend2; uint32_t L_4 = ___loopendtype3; int32_t L_5; L_5 = Sound_FMOD5_Sound_GetLoopPoints_mA050EB169E385CBBC80AE4056BC94CA07EC2CF35((intptr_t)L_0, (uint32_t*)L_1, L_2, (uint32_t*)L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t Sound_getLoopPoints_m64DF66B7505B198C4930E982A1BF1AA4F27ADA9E_AdjustorThunk (RuntimeObject * __this, uint32_t* ___loopstart0, uint32_t ___loopstarttype1, uint32_t* ___loopend2, uint32_t ___loopendtype3, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getLoopPoints_m64DF66B7505B198C4930E982A1BF1AA4F27ADA9E(_thisAdjusted, ___loopstart0, ___loopstarttype1, ___loopend2, ___loopendtype3, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getMusicNumChannels(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMusicNumChannels_mA3E9E4575C59EF2526C0394CDF28388666134ADC (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t* ___numchannels0, const RuntimeMethod* method) { { // return FMOD5_Sound_GetMusicNumChannels(this.handle, out numchannels); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numchannels0; int32_t L_2; L_2 = Sound_FMOD5_Sound_GetMusicNumChannels_m573C36D681FE1F8A58C8F8E9AE5B967287DAA9AB((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Sound_getMusicNumChannels_mA3E9E4575C59EF2526C0394CDF28388666134ADC_AdjustorThunk (RuntimeObject * __this, int32_t* ___numchannels0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getMusicNumChannels_mA3E9E4575C59EF2526C0394CDF28388666134ADC(_thisAdjusted, ___numchannels0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::setMusicChannelVolume(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setMusicChannelVolume_m678228741E683D6BE02AA8334560614B3A326F31 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t ___channel0, float ___volume1, const RuntimeMethod* method) { { // return FMOD5_Sound_SetMusicChannelVolume(this.handle, channel, volume); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___channel0; float L_2 = ___volume1; int32_t L_3; L_3 = Sound_FMOD5_Sound_SetMusicChannelVolume_m81431CF1D177A54FA260A9F773BDA50C294A7E14((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_setMusicChannelVolume_m678228741E683D6BE02AA8334560614B3A326F31_AdjustorThunk (RuntimeObject * __this, int32_t ___channel0, float ___volume1, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_setMusicChannelVolume_m678228741E683D6BE02AA8334560614B3A326F31(_thisAdjusted, ___channel0, ___volume1, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getMusicChannelVolume(System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMusicChannelVolume_m08BB11D3E4BFFD6007BB7569E460A85483214094 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, int32_t ___channel0, float* ___volume1, const RuntimeMethod* method) { { // return FMOD5_Sound_GetMusicChannelVolume(this.handle, channel, out volume); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___channel0; float* L_2 = ___volume1; int32_t L_3; L_3 = Sound_FMOD5_Sound_GetMusicChannelVolume_m4EFD005BD1E7D7839643D3A708CD439825C23C40((intptr_t)L_0, L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Sound_getMusicChannelVolume_m08BB11D3E4BFFD6007BB7569E460A85483214094_AdjustorThunk (RuntimeObject * __this, int32_t ___channel0, float* ___volume1, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getMusicChannelVolume_m08BB11D3E4BFFD6007BB7569E460A85483214094(_thisAdjusted, ___channel0, ___volume1, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::setMusicSpeed(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setMusicSpeed_m1413FD371E9361624E63987F1C3C120421793959 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float ___speed0, const RuntimeMethod* method) { { // return FMOD5_Sound_SetMusicSpeed(this.handle, speed); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___speed0; int32_t L_2; L_2 = Sound_FMOD5_Sound_SetMusicSpeed_m05F41D41B8FF3430816F58FF17F2027D2ADB5988((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Sound_setMusicSpeed_m1413FD371E9361624E63987F1C3C120421793959_AdjustorThunk (RuntimeObject * __this, float ___speed0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_setMusicSpeed_m1413FD371E9361624E63987F1C3C120421793959(_thisAdjusted, ___speed0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getMusicSpeed(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMusicSpeed_mD7A8C862C73A8EA131036D49BA78E64A7FAEE86B (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, float* ___speed0, const RuntimeMethod* method) { { // return FMOD5_Sound_GetMusicSpeed(this.handle, out speed); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___speed0; int32_t L_2; L_2 = Sound_FMOD5_Sound_GetMusicSpeed_mD61418B75DB36CA7C75B162DB0D44C529997112B((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Sound_getMusicSpeed_mD7A8C862C73A8EA131036D49BA78E64A7FAEE86B_AdjustorThunk (RuntimeObject * __this, float* ___speed0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getMusicSpeed_mD7A8C862C73A8EA131036D49BA78E64A7FAEE86B(_thisAdjusted, ___speed0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setUserData_m22FF2D19BD37938370445FD29DDFB53B039D14ED (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___userdata0, const RuntimeMethod* method) { { // return FMOD5_Sound_SetUserData(this.handle, userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___userdata0; int32_t L_2; L_2 = Sound_FMOD5_Sound_SetUserData_m85272A2EAA4FDDF5D21A2F0A2DEA897840E971DB((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Sound_setUserData_m22FF2D19BD37938370445FD29DDFB53B039D14ED_AdjustorThunk (RuntimeObject * __this, intptr_t ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_setUserData_m22FF2D19BD37938370445FD29DDFB53B039D14ED(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getUserData_m8C472F2AAD11FC45E240BBE48C60D3AC56BC97ED (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { { // return FMOD5_Sound_GetUserData(this.handle, out userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___userdata0; int32_t L_2; L_2 = Sound_FMOD5_Sound_GetUserData_m8C5AC1BEE5BDC78B572E18DE402E9B59474FBBB9((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Sound_getUserData_m8C472F2AAD11FC45E240BBE48C60D3AC56BC97ED_AdjustorThunk (RuntimeObject * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Sound_getUserData_m8C472F2AAD11FC45E240BBE48C60D3AC56BC97ED(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Release_m0AA6AC68CE4CDE367E52D06E61662DF5E5DA389C (intptr_t ___sound0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_Release", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_Release)(___sound0); #else int32_t returnValue = il2cppPInvokeFunc(___sound0); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSystemObject(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSystemObject_mEBE78BA306074B2C65A3CE0D3652E46E05FEF7AE (intptr_t ___sound0, intptr_t* ___system1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetSystemObject", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetSystemObject)(___sound0, ___system1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___system1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Lock(System.IntPtr,System.UInt32,System.UInt32,System.IntPtr&,System.IntPtr&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Lock_m0F54A21DBF7353BF64B932D14BAAB6E956D0D285 (intptr_t ___sound0, uint32_t ___offset1, uint32_t ___length2, intptr_t* ___ptr13, intptr_t* ___ptr24, uint32_t* ___len15, uint32_t* ___len26, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, uint32_t, intptr_t*, intptr_t*, uint32_t*, uint32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(intptr_t*) + sizeof(intptr_t*) + sizeof(uint32_t*) + sizeof(uint32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_Lock", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_Lock)(___sound0, ___offset1, ___length2, ___ptr13, ___ptr24, ___len15, ___len26); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___offset1, ___length2, ___ptr13, ___ptr24, ___len15, ___len26); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Unlock(System.IntPtr,System.IntPtr,System.IntPtr,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Unlock_m55E9FA5A9A81DFF09174C9BD23AFFD92C9966786 (intptr_t ___sound0, intptr_t ___ptr11, intptr_t ___ptr22, uint32_t ___len13, uint32_t ___len24, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t, uint32_t, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t) + sizeof(uint32_t) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_Unlock", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_Unlock)(___sound0, ___ptr11, ___ptr22, ___len13, ___len24); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___ptr11, ___ptr22, ___len13, ___len24); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetDefaults(System.IntPtr,System.Single,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetDefaults_mAC08E23E62FC24219DF4C08C23D643B38BF2A553 (intptr_t ___sound0, float ___frequency1, int32_t ___priority2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_SetDefaults", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_SetDefaults)(___sound0, ___frequency1, ___priority2); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___frequency1, ___priority2); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetDefaults(System.IntPtr,System.Single&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetDefaults_m79212175E860DB2031FCF79B773A052C0D36D55E (intptr_t ___sound0, float* ___frequency1, int32_t* ___priority2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetDefaults", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetDefaults)(___sound0, ___frequency1, ___priority2); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___frequency1, ___priority2); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Set3DMinMaxDistance(System.IntPtr,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Set3DMinMaxDistance_mC5E33D9B9DEA778B6D3C0D1590ED15526F11DE27 (intptr_t ___sound0, float ___min1, float ___max2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_Set3DMinMaxDistance", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_Set3DMinMaxDistance)(___sound0, ___min1, ___max2); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___min1, ___max2); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Get3DMinMaxDistance(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Get3DMinMaxDistance_m9FFECFE5EBEAAE8A0598401B1F23AEDE77CF597F (intptr_t ___sound0, float* ___min1, float* ___max2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_Get3DMinMaxDistance", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_Get3DMinMaxDistance)(___sound0, ___min1, ___max2); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___min1, ___max2); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Set3DConeSettings(System.IntPtr,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Set3DConeSettings_mB0F2A3793F0401E1D047A927D853405202853636 (intptr_t ___sound0, float ___insideconeangle1, float ___outsideconeangle2, float ___outsidevolume3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_Set3DConeSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_Set3DConeSettings)(___sound0, ___insideconeangle1, ___outsideconeangle2, ___outsidevolume3); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___insideconeangle1, ___outsideconeangle2, ___outsidevolume3); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Get3DConeSettings(System.IntPtr,System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Get3DConeSettings_mD4F67D169AB815CF202D5B2F06D39DF2E682AD0C (intptr_t ___sound0, float* ___insideconeangle1, float* ___outsideconeangle2, float* ___outsidevolume3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_Get3DConeSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_Get3DConeSettings)(___sound0, ___insideconeangle1, ___outsideconeangle2, ___outsidevolume3); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___insideconeangle1, ___outsideconeangle2, ___outsidevolume3); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Set3DCustomRolloff(System.IntPtr,FMOD.VECTOR&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Set3DCustomRolloff_m94E8647007080850635DC1CB022DAD6C360C480B (intptr_t ___sound0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___points1, int32_t ___numpoints2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_Set3DCustomRolloff", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_Set3DCustomRolloff)(___sound0, ___points1, ___numpoints2); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___points1, ___numpoints2); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_Get3DCustomRolloff(System.IntPtr,System.IntPtr&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Get3DCustomRolloff_m4890CE62554F0141E90D5393E02A6447FACC3A58 (intptr_t ___sound0, intptr_t* ___points1, int32_t* ___numpoints2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_Get3DCustomRolloff", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_Get3DCustomRolloff)(___sound0, ___points1, ___numpoints2); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___points1, ___numpoints2); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSubSound(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSubSound_mCE11012075A8834800575533CA85FD05D4EBD663 (intptr_t ___sound0, int32_t ___index1, intptr_t* ___subsound2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetSubSound", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetSubSound)(___sound0, ___index1, ___subsound2); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___index1, ___subsound2); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSubSoundParent(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSubSoundParent_m4C398EB54EA606045428EE172C6C445027B14DCB (intptr_t ___sound0, intptr_t* ___parentsound1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetSubSoundParent", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetSubSoundParent)(___sound0, ___parentsound1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___parentsound1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetName(System.IntPtr,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetName_m0A2F4E5A3E8CF9F353F8AD0ECF7525D490E3A4BB (intptr_t ___sound0, intptr_t ___name1, int32_t ___namelen2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetName)(___sound0, ___name1, ___namelen2); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___name1, ___namelen2); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetLength(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetLength_m7A702FF38D769AFB733159FAC297A1754BE7792C (intptr_t ___sound0, uint32_t* ___length1, uint32_t ___lengthtype2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetLength", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetLength)(___sound0, ___length1, ___lengthtype2); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___length1, ___lengthtype2); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetFormat(System.IntPtr,FMOD.SOUND_TYPE&,FMOD.SOUND_FORMAT&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetFormat_m778E7775ECEC6E144B3722EDE7AC6CEA02222D38 (intptr_t ___sound0, int32_t* ___type1, int32_t* ___format2, int32_t* ___channels3, int32_t* ___bits4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, int32_t*, int32_t*, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetFormat", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetFormat)(___sound0, ___type1, ___format2, ___channels3, ___bits4); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___type1, ___format2, ___channels3, ___bits4); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetNumSubSounds(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetNumSubSounds_m45D7A8B440CCF18EF9573FD0FBDF00F6E7E8D7D5 (intptr_t ___sound0, int32_t* ___numsubsounds1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetNumSubSounds", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetNumSubSounds)(___sound0, ___numsubsounds1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___numsubsounds1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetNumTags(System.IntPtr,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetNumTags_mDB592394DF6D9974EFFACDD4BC73FB4D8612ED85 (intptr_t ___sound0, int32_t* ___numtags1, int32_t* ___numtagsupdated2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetNumTags", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetNumTags)(___sound0, ___numtags1, ___numtagsupdated2); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___numtags1, ___numtagsupdated2); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetTag(System.IntPtr,System.Byte[],System.Int32,FMOD.TAG&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetTag_mB90FB1968000506867BB39F9239DF41B1A587F61 (intptr_t ___sound0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, int32_t ___index2, TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343 * ___tag3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, int32_t, TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_pinvoke*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_pinvoke*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetTag", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___name1' to native representation uint8_t* ____name1_marshaled = NULL; if (___name1 != NULL) { ____name1_marshaled = reinterpret_cast((___name1)->GetAddressAtUnchecked(0)); } // Marshaling of parameter '___tag3' to native representation TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_pinvoke ____tag3_empty = {}; TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_pinvoke* ____tag3_marshaled = &____tag3_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetTag)(___sound0, ____name1_marshaled, ___index2, ____tag3_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ____name1_marshaled, ___index2, ____tag3_marshaled); #endif // Marshaling of parameter '___tag3' back from native representation TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343 _____tag3_marshaled_unmarshaled_dereferenced; memset((&_____tag3_marshaled_unmarshaled_dereferenced), 0, sizeof(_____tag3_marshaled_unmarshaled_dereferenced)); TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshal_pinvoke_back(*____tag3_marshaled, _____tag3_marshaled_unmarshaled_dereferenced); *___tag3 = _____tag3_marshaled_unmarshaled_dereferenced; // Marshaling cleanup of parameter '___tag3' native representation TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshal_pinvoke_cleanup(*____tag3_marshaled); return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetOpenState(System.IntPtr,FMOD.OPENSTATE&,System.UInt32&,System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetOpenState_m1B839D3BFCEB2229CB80C92DDD799A45D895DAD7 (intptr_t ___sound0, int32_t* ___openstate1, uint32_t* ___percentbuffered2, bool* ___starving3, bool* ___diskbusy4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, uint32_t*, int32_t*, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(uint32_t*) + sizeof(int32_t*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetOpenState", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___starving3' to native representation int32_t ____starving3_empty = 0; int32_t* ____starving3_marshaled = &____starving3_empty; // Marshaling of parameter '___diskbusy4' to native representation int32_t ____diskbusy4_empty = 0; int32_t* ____diskbusy4_marshaled = &____diskbusy4_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetOpenState)(___sound0, ___openstate1, ___percentbuffered2, ____starving3_marshaled, ____diskbusy4_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___openstate1, ___percentbuffered2, ____starving3_marshaled, ____diskbusy4_marshaled); #endif // Marshaling of parameter '___starving3' back from native representation bool _____starving3_marshaled_unmarshaled_dereferenced = false; _____starving3_marshaled_unmarshaled_dereferenced = static_cast(*____starving3_marshaled); *___starving3 = _____starving3_marshaled_unmarshaled_dereferenced; // Marshaling of parameter '___diskbusy4' back from native representation bool _____diskbusy4_marshaled_unmarshaled_dereferenced = false; _____diskbusy4_marshaled_unmarshaled_dereferenced = static_cast(*____diskbusy4_marshaled); *___diskbusy4 = _____diskbusy4_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_ReadData(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_ReadData_m7B33B1A6F0BE69267EB359F19A6F50244A2DEF15 (intptr_t ___sound0, intptr_t ___buffer1, uint32_t ___length2, uint32_t* ___read3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, uint32_t, uint32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(uint32_t) + sizeof(uint32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_ReadData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_ReadData)(___sound0, ___buffer1, ___length2, ___read3); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___buffer1, ___length2, ___read3); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SeekData(System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SeekData_m23B94D117FA44038BFD9A1ED9245B3980B458FFF (intptr_t ___sound0, uint32_t ___pcm1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_SeekData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_SeekData)(___sound0, ___pcm1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___pcm1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetSoundGroup(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetSoundGroup_mD39F6D67AC523BBB198E591984880BBC2C288D76 (intptr_t ___sound0, intptr_t ___soundgroup1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_SetSoundGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_SetSoundGroup)(___sound0, ___soundgroup1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___soundgroup1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSoundGroup(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSoundGroup_mE5457C08E3E155565D865AEDFCD88EAFF871A4E5 (intptr_t ___sound0, intptr_t* ___soundgroup1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetSoundGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetSoundGroup)(___sound0, ___soundgroup1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___soundgroup1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetNumSyncPoints(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetNumSyncPoints_m8058CB05DAF8E4B6D6338094DC3433D3639E0205 (intptr_t ___sound0, int32_t* ___numsyncpoints1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetNumSyncPoints", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetNumSyncPoints)(___sound0, ___numsyncpoints1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___numsyncpoints1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSyncPoint(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSyncPoint_m5921AA5A04C6BFA31AA49C804FE7690A67C3E94E (intptr_t ___sound0, int32_t ___index1, intptr_t* ___point2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetSyncPoint", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetSyncPoint)(___sound0, ___index1, ___point2); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___index1, ___point2); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSyncPointInfo(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSyncPointInfo_mFA3C648F1E70B6DF645305D62F3B5107DDB1C543 (intptr_t ___sound0, intptr_t ___point1, intptr_t ___name2, int32_t ___namelen3, uint32_t* ___offset4, uint32_t ___offsettype5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t, int32_t, uint32_t*, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(uint32_t*) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetSyncPointInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetSyncPointInfo)(___sound0, ___point1, ___name2, ___namelen3, ___offset4, ___offsettype5); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___point1, ___name2, ___namelen3, ___offset4, ___offsettype5); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_AddSyncPoint(System.IntPtr,System.UInt32,FMOD.TIMEUNIT,System.Byte[],System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_AddSyncPoint_mD8E27E415FA7B4E89850B1F1C34E042D4FDE7275 (intptr_t ___sound0, uint32_t ___offset1, uint32_t ___offsettype2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name3, intptr_t* ___point4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, uint32_t, uint8_t*, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(void*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_AddSyncPoint", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___name3' to native representation uint8_t* ____name3_marshaled = NULL; if (___name3 != NULL) { ____name3_marshaled = reinterpret_cast((___name3)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_AddSyncPoint)(___sound0, ___offset1, ___offsettype2, ____name3_marshaled, ___point4); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___offset1, ___offsettype2, ____name3_marshaled, ___point4); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_DeleteSyncPoint(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_DeleteSyncPoint_m6B33B9BF7DBE85264F47B8E720EC929C784993B6 (intptr_t ___sound0, intptr_t ___point1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_DeleteSyncPoint", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_DeleteSyncPoint)(___sound0, ___point1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___point1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetMode(System.IntPtr,FMOD.MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetMode_m5BB542F53BAA55A8E35C66DB7CE6EE7D07402B31 (intptr_t ___sound0, uint32_t ___mode1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_SetMode", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_SetMode)(___sound0, ___mode1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___mode1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMode(System.IntPtr,FMOD.MODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMode_m72CCEB5070F45EE051D9948122010F32223C4A49 (intptr_t ___sound0, uint32_t* ___mode1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetMode", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetMode)(___sound0, ___mode1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___mode1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetLoopCount(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetLoopCount_mC714E1C76F49D4E5237F17DEAE824FBCA1C3EC97 (intptr_t ___sound0, int32_t ___loopcount1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_SetLoopCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_SetLoopCount)(___sound0, ___loopcount1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___loopcount1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetLoopCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetLoopCount_mD9B8604214B5B8F37111F1D5413FC753EDF9C221 (intptr_t ___sound0, int32_t* ___loopcount1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetLoopCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetLoopCount)(___sound0, ___loopcount1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___loopcount1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetLoopPoints(System.IntPtr,System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetLoopPoints_m3BE3B0771322E4FBA3932DFCD7D8F9A5BCB4EE1A (intptr_t ___sound0, uint32_t ___loopstart1, uint32_t ___loopstarttype2, uint32_t ___loopend3, uint32_t ___loopendtype4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, uint32_t, uint32_t, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_SetLoopPoints", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_SetLoopPoints)(___sound0, ___loopstart1, ___loopstarttype2, ___loopend3, ___loopendtype4); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___loopstart1, ___loopstarttype2, ___loopend3, ___loopendtype4); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetLoopPoints(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetLoopPoints_mA050EB169E385CBBC80AE4056BC94CA07EC2CF35 (intptr_t ___sound0, uint32_t* ___loopstart1, uint32_t ___loopstarttype2, uint32_t* ___loopend3, uint32_t ___loopendtype4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, uint32_t, uint32_t*, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(uint32_t) + sizeof(uint32_t*) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetLoopPoints", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetLoopPoints)(___sound0, ___loopstart1, ___loopstarttype2, ___loopend3, ___loopendtype4); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___loopstart1, ___loopstarttype2, ___loopend3, ___loopendtype4); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMusicNumChannels(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMusicNumChannels_m573C36D681FE1F8A58C8F8E9AE5B967287DAA9AB (intptr_t ___sound0, int32_t* ___numchannels1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetMusicNumChannels", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetMusicNumChannels)(___sound0, ___numchannels1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___numchannels1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetMusicChannelVolume(System.IntPtr,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetMusicChannelVolume_m81431CF1D177A54FA260A9F773BDA50C294A7E14 (intptr_t ___sound0, int32_t ___channel1, float ___volume2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_SetMusicChannelVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_SetMusicChannelVolume)(___sound0, ___channel1, ___volume2); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___channel1, ___volume2); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMusicChannelVolume(System.IntPtr,System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMusicChannelVolume_m4EFD005BD1E7D7839643D3A708CD439825C23C40 (intptr_t ___sound0, int32_t ___channel1, float* ___volume2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetMusicChannelVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetMusicChannelVolume)(___sound0, ___channel1, ___volume2); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___channel1, ___volume2); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetMusicSpeed(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetMusicSpeed_m05F41D41B8FF3430816F58FF17F2027D2ADB5988 (intptr_t ___sound0, float ___speed1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_SetMusicSpeed", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_SetMusicSpeed)(___sound0, ___speed1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___speed1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMusicSpeed(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMusicSpeed_mD61418B75DB36CA7C75B162DB0D44C529997112B (intptr_t ___sound0, float* ___speed1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetMusicSpeed", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetMusicSpeed)(___sound0, ___speed1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___speed1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetUserData_m85272A2EAA4FDDF5D21A2F0A2DEA897840E971DB (intptr_t ___sound0, intptr_t ___userdata1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_SetUserData)(___sound0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetUserData_m8C5AC1BEE5BDC78B572E18DE402E9B59474FBBB9 (intptr_t ___sound0, intptr_t* ___userdata1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Sound_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Sound_GetUserData)(___sound0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___sound0, ___userdata1); #endif return returnValue; } // System.Void FMOD.Sound::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sound__ctor_m1F7B59401A4FC81721CDC774E7796C93ED335C3A (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public Sound(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public Sound(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void Sound__ctor_m1F7B59401A4FC81721CDC774E7796C93ED335C3A_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); Sound__ctor_m1F7B59401A4FC81721CDC774E7796C93ED335C3A_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.Sound::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Sound_hasHandle_m46EFF29816AF80348D535D56AC08A0ED14973DE4 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public bool hasHandle() { return this.handle != IntPtr.Zero; } intptr_t L_0 = __this->get_handle_0(); bool L_1; L_1 = IntPtr_op_Inequality_mB4DF9161F8D8F48708A2A7BBD7BF626F1EB8C3C8((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C bool Sound_hasHandle_m46EFF29816AF80348D535D56AC08A0ED14973DE4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Sound_hasHandle_m46EFF29816AF80348D535D56AC08A0ED14973DE4(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.Sound::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sound_clearHandle_mAA13FA6FE0FB8FD32EC112D007120C356EECB899 (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public void clearHandle() { this.handle = IntPtr.Zero; } __this->set_handle_0((intptr_t)(0)); // public void clearHandle() { this.handle = IntPtr.Zero; } return; } } IL2CPP_EXTERN_C void Sound_clearHandle_mAA13FA6FE0FB8FD32EC112D007120C356EECB899_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * _thisAdjusted = reinterpret_cast(__this + _offset); Sound_clearHandle_mAA13FA6FE0FB8FD32EC112D007120C356EECB899(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FMOD.RESULT FMOD.SoundGroup::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_release_mB3D651A86793E2BD905B1131915170FBBB2FAAB8 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_Release(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = SoundGroup_FMOD5_SoundGroup_Release_m05C700D272C181D1F88D046F4051084F4B9D2AFA((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t SoundGroup_release_mB3D651A86793E2BD905B1131915170FBBB2FAAB8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_release_mB3D651A86793E2BD905B1131915170FBBB2FAAB8(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::getSystemObject(FMOD.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getSystemObject_mF0207D58467FAF8654EAABFE03417C1C76CBE953 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_GetSystemObject(this.handle, out system.handle); intptr_t L_0 = __this->get_handle_0(); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_1 = ___system0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = SoundGroup_FMOD5_SoundGroup_GetSystemObject_m8F508323D99C9D34E4E6489B9C29FEE1ADC377D3((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t SoundGroup_getSystemObject_mF0207D58467FAF8654EAABFE03417C1C76CBE953_AdjustorThunk (RuntimeObject * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_getSystemObject_mF0207D58467FAF8654EAABFE03417C1C76CBE953(_thisAdjusted, ___system0, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::setMaxAudible(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setMaxAudible_m9466F33940ADD602D1DB6A6C3F291D3E0431DBB5 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, int32_t ___maxaudible0, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_SetMaxAudible(this.handle, maxaudible); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___maxaudible0; int32_t L_2; L_2 = SoundGroup_FMOD5_SoundGroup_SetMaxAudible_m1A0BEA8BFF876F4B46F1C4F7D7C818C86534D38B((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t SoundGroup_setMaxAudible_m9466F33940ADD602D1DB6A6C3F291D3E0431DBB5_AdjustorThunk (RuntimeObject * __this, int32_t ___maxaudible0, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_setMaxAudible_m9466F33940ADD602D1DB6A6C3F291D3E0431DBB5(_thisAdjusted, ___maxaudible0, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::getMaxAudible(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getMaxAudible_m881013B9630F5B2518433224CC363C584C831763 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, int32_t* ___maxaudible0, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_GetMaxAudible(this.handle, out maxaudible); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___maxaudible0; int32_t L_2; L_2 = SoundGroup_FMOD5_SoundGroup_GetMaxAudible_m3111CD8CCB76CD66B04C675E23507129DF2AEF22((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t SoundGroup_getMaxAudible_m881013B9630F5B2518433224CC363C584C831763_AdjustorThunk (RuntimeObject * __this, int32_t* ___maxaudible0, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_getMaxAudible_m881013B9630F5B2518433224CC363C584C831763(_thisAdjusted, ___maxaudible0, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::setMaxAudibleBehavior(FMOD.SOUNDGROUP_BEHAVIOR) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setMaxAudibleBehavior_mFB187719E1FED97EDEA7B19F71161F6270133ABF (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, int32_t ___behavior0, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_SetMaxAudibleBehavior(this.handle, behavior); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___behavior0; int32_t L_2; L_2 = SoundGroup_FMOD5_SoundGroup_SetMaxAudibleBehavior_mB4393588ACFE4A889F22BA038288D7BEA6E12052((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t SoundGroup_setMaxAudibleBehavior_mFB187719E1FED97EDEA7B19F71161F6270133ABF_AdjustorThunk (RuntimeObject * __this, int32_t ___behavior0, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_setMaxAudibleBehavior_mFB187719E1FED97EDEA7B19F71161F6270133ABF(_thisAdjusted, ___behavior0, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::getMaxAudibleBehavior(FMOD.SOUNDGROUP_BEHAVIOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getMaxAudibleBehavior_m6CE0B4367A18B63CEB876411FF0928FB0636C2D0 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, int32_t* ___behavior0, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_GetMaxAudibleBehavior(this.handle, out behavior); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___behavior0; int32_t L_2; L_2 = SoundGroup_FMOD5_SoundGroup_GetMaxAudibleBehavior_mA389968FBBA9772F548DB3C66DD10500B1E4FD7C((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t SoundGroup_getMaxAudibleBehavior_m6CE0B4367A18B63CEB876411FF0928FB0636C2D0_AdjustorThunk (RuntimeObject * __this, int32_t* ___behavior0, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_getMaxAudibleBehavior_m6CE0B4367A18B63CEB876411FF0928FB0636C2D0(_thisAdjusted, ___behavior0, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::setMuteFadeSpeed(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setMuteFadeSpeed_m1C984338663C05B3863C05E73FEC83E8D9FA39E8 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, float ___speed0, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_SetMuteFadeSpeed(this.handle, speed); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___speed0; int32_t L_2; L_2 = SoundGroup_FMOD5_SoundGroup_SetMuteFadeSpeed_m8F9E91D89BF72BC08D011480604F546ECFBE5F92((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t SoundGroup_setMuteFadeSpeed_m1C984338663C05B3863C05E73FEC83E8D9FA39E8_AdjustorThunk (RuntimeObject * __this, float ___speed0, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_setMuteFadeSpeed_m1C984338663C05B3863C05E73FEC83E8D9FA39E8(_thisAdjusted, ___speed0, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::getMuteFadeSpeed(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getMuteFadeSpeed_m730D0D9E0073D5832569A019D063D1E7A675CC4F (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, float* ___speed0, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_GetMuteFadeSpeed(this.handle, out speed); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___speed0; int32_t L_2; L_2 = SoundGroup_FMOD5_SoundGroup_GetMuteFadeSpeed_m92ECCF64C90509002D0BB0D60EF3DCF9227063E6((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t SoundGroup_getMuteFadeSpeed_m730D0D9E0073D5832569A019D063D1E7A675CC4F_AdjustorThunk (RuntimeObject * __this, float* ___speed0, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_getMuteFadeSpeed_m730D0D9E0073D5832569A019D063D1E7A675CC4F(_thisAdjusted, ___speed0, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::setVolume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setVolume_m59EB66E493341804B6A8953241D69A61A0B54E5A (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, float ___volume0, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_SetVolume(this.handle, volume); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___volume0; int32_t L_2; L_2 = SoundGroup_FMOD5_SoundGroup_SetVolume_mF72644EA4A53619E823CFC530903AFD68A5A67AC((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t SoundGroup_setVolume_m59EB66E493341804B6A8953241D69A61A0B54E5A_AdjustorThunk (RuntimeObject * __this, float ___volume0, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_setVolume_m59EB66E493341804B6A8953241D69A61A0B54E5A(_thisAdjusted, ___volume0, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::getVolume(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getVolume_m32EB4A90F3994ADBDCB2FC54F0F4F50514520508 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, float* ___volume0, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_GetVolume(this.handle, out volume); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___volume0; int32_t L_2; L_2 = SoundGroup_FMOD5_SoundGroup_GetVolume_mFEEB797E46AA6E556F4A41CAB73ED5C753D5D519((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t SoundGroup_getVolume_m32EB4A90F3994ADBDCB2FC54F0F4F50514520508_AdjustorThunk (RuntimeObject * __this, float* ___volume0, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_getVolume_m32EB4A90F3994ADBDCB2FC54F0F4F50514520508(_thisAdjusted, ___volume0, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_stop_mC248FB37430F0B2288BC17EF96EAEB4F494BBE47 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_Stop(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = SoundGroup_FMOD5_SoundGroup_Stop_m6C9ABE3C22474E604D37BDC156083916E76CCB18((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t SoundGroup_stop_mC248FB37430F0B2288BC17EF96EAEB4F494BBE47_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_stop_mC248FB37430F0B2288BC17EF96EAEB4F494BBE47(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::getName(System.String&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getName_mA7F3CF529B5E826D41F2F2747277383DE56C6CF3 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, String_t** ___name0, int32_t ___namelen1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IntPtr stringMem = Marshal.AllocHGlobal(namelen); int32_t L_0 = ___namelen1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(L_0, /*hidden argument*/NULL); V_0 = (intptr_t)L_1; // RESULT result = FMOD5_SoundGroup_GetName(this.handle, stringMem, namelen); intptr_t L_2 = __this->get_handle_0(); intptr_t L_3 = V_0; int32_t L_4 = ___namelen1; int32_t L_5; L_5 = SoundGroup_FMOD5_SoundGroup_GetName_mB672D64FEC70F80CCD12ADD126DA6DE62C800A21((intptr_t)L_2, (intptr_t)L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_6; L_6 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_2 = L_6; } IL_001b: try { // begin try (depth: 1) // name = encoder.stringFromNative(stringMem); String_t** L_7 = ___name0; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_2; intptr_t L_9 = V_0; NullCheck(L_8); String_t* L_10; L_10 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_8, (intptr_t)L_9, /*hidden argument*/NULL); *((RuntimeObject **)L_7) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)L_10); // } IL2CPP_LEAVE(0x30, FINALLY_0026); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_11 = V_2; if (!L_11) { goto IL_002f; } } IL_0029: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_12 = V_2; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_002f: { IL2CPP_END_FINALLY(38) } } // end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x30, IL_0030) } IL_0030: { // Marshal.FreeHGlobal(stringMem); intptr_t L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_13, /*hidden argument*/NULL); // return result; int32_t L_14 = V_1; return L_14; } } IL2CPP_EXTERN_C int32_t SoundGroup_getName_mA7F3CF529B5E826D41F2F2747277383DE56C6CF3_AdjustorThunk (RuntimeObject * __this, String_t** ___name0, int32_t ___namelen1, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_getName_mA7F3CF529B5E826D41F2F2747277383DE56C6CF3(_thisAdjusted, ___name0, ___namelen1, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::getNumSounds(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getNumSounds_mB7F46D360645F7675D018061E83B43FB3896FEE7 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, int32_t* ___numsounds0, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_GetNumSounds(this.handle, out numsounds); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numsounds0; int32_t L_2; L_2 = SoundGroup_FMOD5_SoundGroup_GetNumSounds_m939925B33BDEE7B6D7EB9A244288C464243E455F((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t SoundGroup_getNumSounds_mB7F46D360645F7675D018061E83B43FB3896FEE7_AdjustorThunk (RuntimeObject * __this, int32_t* ___numsounds0, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_getNumSounds_mB7F46D360645F7675D018061E83B43FB3896FEE7(_thisAdjusted, ___numsounds0, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::getSound(System.Int32,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getSound_mAC915234A66D3F0025C4C5307B2A81DEED61C8AF (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, int32_t ___index0, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound1, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_GetSound(this.handle, index, out sound.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * L_2 = ___sound1; intptr_t* L_3 = L_2->get_address_of_handle_0(); int32_t L_4; L_4 = SoundGroup_FMOD5_SoundGroup_GetSound_m3E652A1325EF926BDBD1BFB488B9C25BB40DBC49((intptr_t)L_0, L_1, (intptr_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t SoundGroup_getSound_mAC915234A66D3F0025C4C5307B2A81DEED61C8AF_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound1, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_getSound_mAC915234A66D3F0025C4C5307B2A81DEED61C8AF(_thisAdjusted, ___index0, ___sound1, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::getNumPlaying(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getNumPlaying_m5A05B3A18D0B1A75A32AF302968A726A65BF99BF (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, int32_t* ___numplaying0, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_GetNumPlaying(this.handle, out numplaying); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numplaying0; int32_t L_2; L_2 = SoundGroup_FMOD5_SoundGroup_GetNumPlaying_m17E7F9B0475D59CD88AC5F9D791C5DF51659FDE9((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t SoundGroup_getNumPlaying_m5A05B3A18D0B1A75A32AF302968A726A65BF99BF_AdjustorThunk (RuntimeObject * __this, int32_t* ___numplaying0, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_getNumPlaying_m5A05B3A18D0B1A75A32AF302968A726A65BF99BF(_thisAdjusted, ___numplaying0, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setUserData_m5E94D48E570D176A720431A7E62982445915E44E (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, intptr_t ___userdata0, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_SetUserData(this.handle, userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___userdata0; int32_t L_2; L_2 = SoundGroup_FMOD5_SoundGroup_SetUserData_m77646A3928C12D8EC5F85BE9E222D31CAF3FF6ED((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t SoundGroup_setUserData_m5E94D48E570D176A720431A7E62982445915E44E_AdjustorThunk (RuntimeObject * __this, intptr_t ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_setUserData_m5E94D48E570D176A720431A7E62982445915E44E(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getUserData_m0E51BA785EE5FF17123D5426299161E0AFC78B7D (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { { // return FMOD5_SoundGroup_GetUserData(this.handle, out userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___userdata0; int32_t L_2; L_2 = SoundGroup_FMOD5_SoundGroup_GetUserData_m59AA0BD80145BAFC0B28A4AEACBA076AE8FF8524((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t SoundGroup_getUserData_m0E51BA785EE5FF17123D5426299161E0AFC78B7D_AdjustorThunk (RuntimeObject * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SoundGroup_getUserData_m0E51BA785EE5FF17123D5426299161E0AFC78B7D(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_Release_m05C700D272C181D1F88D046F4051084F4B9D2AFA (intptr_t ___soundgroup0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_Release", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_Release)(___soundgroup0); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetSystemObject(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetSystemObject_m8F508323D99C9D34E4E6489B9C29FEE1ADC377D3 (intptr_t ___soundgroup0, intptr_t* ___system1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_GetSystemObject", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_GetSystemObject)(___soundgroup0, ___system1); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___system1); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetMaxAudible(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetMaxAudible_m1A0BEA8BFF876F4B46F1C4F7D7C818C86534D38B (intptr_t ___soundgroup0, int32_t ___maxaudible1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_SetMaxAudible", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_SetMaxAudible)(___soundgroup0, ___maxaudible1); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___maxaudible1); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetMaxAudible(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetMaxAudible_m3111CD8CCB76CD66B04C675E23507129DF2AEF22 (intptr_t ___soundgroup0, int32_t* ___maxaudible1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_GetMaxAudible", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_GetMaxAudible)(___soundgroup0, ___maxaudible1); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___maxaudible1); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetMaxAudibleBehavior(System.IntPtr,FMOD.SOUNDGROUP_BEHAVIOR) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetMaxAudibleBehavior_mB4393588ACFE4A889F22BA038288D7BEA6E12052 (intptr_t ___soundgroup0, int32_t ___behavior1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_SetMaxAudibleBehavior", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_SetMaxAudibleBehavior)(___soundgroup0, ___behavior1); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___behavior1); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetMaxAudibleBehavior(System.IntPtr,FMOD.SOUNDGROUP_BEHAVIOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetMaxAudibleBehavior_mA389968FBBA9772F548DB3C66DD10500B1E4FD7C (intptr_t ___soundgroup0, int32_t* ___behavior1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_GetMaxAudibleBehavior", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_GetMaxAudibleBehavior)(___soundgroup0, ___behavior1); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___behavior1); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetMuteFadeSpeed(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetMuteFadeSpeed_m8F9E91D89BF72BC08D011480604F546ECFBE5F92 (intptr_t ___soundgroup0, float ___speed1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_SetMuteFadeSpeed", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_SetMuteFadeSpeed)(___soundgroup0, ___speed1); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___speed1); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetMuteFadeSpeed(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetMuteFadeSpeed_m92ECCF64C90509002D0BB0D60EF3DCF9227063E6 (intptr_t ___soundgroup0, float* ___speed1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_GetMuteFadeSpeed", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_GetMuteFadeSpeed)(___soundgroup0, ___speed1); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___speed1); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetVolume(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetVolume_mF72644EA4A53619E823CFC530903AFD68A5A67AC (intptr_t ___soundgroup0, float ___volume1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_SetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_SetVolume)(___soundgroup0, ___volume1); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___volume1); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetVolume(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetVolume_mFEEB797E46AA6E556F4A41CAB73ED5C753D5D519 (intptr_t ___soundgroup0, float* ___volume1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_GetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_GetVolume)(___soundgroup0, ___volume1); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___volume1); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_Stop(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_Stop_m6C9ABE3C22474E604D37BDC156083916E76CCB18 (intptr_t ___soundgroup0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_Stop", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_Stop)(___soundgroup0); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetName(System.IntPtr,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetName_mB672D64FEC70F80CCD12ADD126DA6DE62C800A21 (intptr_t ___soundgroup0, intptr_t ___name1, int32_t ___namelen2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_GetName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_GetName)(___soundgroup0, ___name1, ___namelen2); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___name1, ___namelen2); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetNumSounds(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetNumSounds_m939925B33BDEE7B6D7EB9A244288C464243E455F (intptr_t ___soundgroup0, int32_t* ___numsounds1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_GetNumSounds", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_GetNumSounds)(___soundgroup0, ___numsounds1); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___numsounds1); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetSound(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetSound_m3E652A1325EF926BDBD1BFB488B9C25BB40DBC49 (intptr_t ___soundgroup0, int32_t ___index1, intptr_t* ___sound2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_GetSound", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_GetSound)(___soundgroup0, ___index1, ___sound2); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___index1, ___sound2); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetNumPlaying(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetNumPlaying_m17E7F9B0475D59CD88AC5F9D791C5DF51659FDE9 (intptr_t ___soundgroup0, int32_t* ___numplaying1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_GetNumPlaying", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_GetNumPlaying)(___soundgroup0, ___numplaying1); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___numplaying1); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetUserData_m77646A3928C12D8EC5F85BE9E222D31CAF3FF6ED (intptr_t ___soundgroup0, intptr_t ___userdata1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_SetUserData)(___soundgroup0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetUserData_m59AA0BD80145BAFC0B28A4AEACBA076AE8FF8524 (intptr_t ___soundgroup0, intptr_t* ___userdata1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_SoundGroup_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_SoundGroup_GetUserData)(___soundgroup0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___soundgroup0, ___userdata1); #endif return returnValue; } // System.Void FMOD.SoundGroup::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoundGroup__ctor_m4EC74391B8F5214D128FDFFC2B8E82737C27F9BF (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public SoundGroup(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public SoundGroup(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void SoundGroup__ctor_m4EC74391B8F5214D128FDFFC2B8E82737C27F9BF_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); SoundGroup__ctor_m4EC74391B8F5214D128FDFFC2B8E82737C27F9BF_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.SoundGroup::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SoundGroup_hasHandle_m5EE15FE3578FB680ABAAF07BF612149AF104C5D6 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public bool hasHandle() { return this.handle != IntPtr.Zero; } intptr_t L_0 = __this->get_handle_0(); bool L_1; L_1 = IntPtr_op_Inequality_mB4DF9161F8D8F48708A2A7BBD7BF626F1EB8C3C8((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C bool SoundGroup_hasHandle_m5EE15FE3578FB680ABAAF07BF612149AF104C5D6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = SoundGroup_hasHandle_m5EE15FE3578FB680ABAAF07BF612149AF104C5D6(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.SoundGroup::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoundGroup_clearHandle_m1A726CA6F1FD0FEA7C95B6E9F6FE777246F416D5 (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public void clearHandle() { this.handle = IntPtr.Zero; } __this->set_handle_0((intptr_t)(0)); // public void clearHandle() { this.handle = IntPtr.Zero; } return; } } IL2CPP_EXTERN_C void SoundGroup_clearHandle_m1A726CA6F1FD0FEA7C95B6E9F6FE777246F416D5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * _thisAdjusted = reinterpret_cast(__this + _offset); SoundGroup_clearHandle_m1A726CA6F1FD0FEA7C95B6E9F6FE777246F416D5(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FMOD.StringHelper/ThreadSafeEncoding FMOD.StringHelper::GetFreeHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m40C463BCACAAD8D919AF46C0FC9DD091EB1E02B8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mBAD580AA50EAF188EC67A56AF1FCC070554CC0B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF95E6D4D47C73B8C7432F99434EF96DBA91F90F4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * V_0 = NULL; bool V_1 = false; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_2 = NULL; int32_t V_3 = 0; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (encoders) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * L_0 = ((StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var))->get_encoders_0(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) { List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // ThreadSafeEncoding helper = null; V_2 = (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 *)NULL; // for (int i = 0; i < encoders.Count; i++) V_3 = 0; goto IL_003a; } IL_0016: { // if (!encoders[i].InUse()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * L_2 = ((StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var))->get_encoders_0(); int32_t L_3 = V_3; NullCheck(L_2); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_4; L_4 = List_1_get_Item_mF95E6D4D47C73B8C7432F99434EF96DBA91F90F4_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_mF95E6D4D47C73B8C7432F99434EF96DBA91F90F4_RuntimeMethod_var); NullCheck(L_4); bool L_5; L_5 = ThreadSafeEncoding_InUse_m95FAB0E4B43A0D613FF10B661650FEFCF96ED755_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0036; } } IL_0028: { // helper = encoders[i]; IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * L_6 = ((StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var))->get_encoders_0(); int32_t L_7 = V_3; NullCheck(L_6); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8; L_8 = List_1_get_Item_mF95E6D4D47C73B8C7432F99434EF96DBA91F90F4_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_mF95E6D4D47C73B8C7432F99434EF96DBA91F90F4_RuntimeMethod_var); V_2 = L_8; // break; goto IL_0047; } IL_0036: { // for (int i = 0; i < encoders.Count; i++) int32_t L_9 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003a: { // for (int i = 0; i < encoders.Count; i++) int32_t L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * L_11 = ((StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var))->get_encoders_0(); NullCheck(L_11); int32_t L_12; L_12 = List_1_get_Count_mBAD580AA50EAF188EC67A56AF1FCC070554CC0B2_inline(L_11, /*hidden argument*/List_1_get_Count_mBAD580AA50EAF188EC67A56AF1FCC070554CC0B2_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0016; } } IL_0047: { // if (helper == null) ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_13 = V_2; if (L_13) { goto IL_005b; } } IL_004a: { // helper = new ThreadSafeEncoding(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_14 = (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 *)il2cpp_codegen_object_new(ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2_il2cpp_TypeInfo_var); ThreadSafeEncoding__ctor_m91B95AB7513463D8B3040DF059B100A041D020AD(L_14, /*hidden argument*/NULL); V_2 = L_14; // encoders.Add(helper); IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * L_15 = ((StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var))->get_encoders_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_16 = V_2; NullCheck(L_15); List_1_Add_m40C463BCACAAD8D919AF46C0FC9DD091EB1E02B8(L_15, L_16, /*hidden argument*/List_1_Add_m40C463BCACAAD8D919AF46C0FC9DD091EB1E02B8_RuntimeMethod_var); } IL_005b: { // helper.SetInUse(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_17 = V_2; NullCheck(L_17); ThreadSafeEncoding_SetInUse_m419EF0AE9044CDE5BE3D45B551F049310B1F47AF(L_17, /*hidden argument*/NULL); // return helper; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_18 = V_2; V_4 = L_18; IL2CPP_LEAVE(0x70, FINALLY_0066); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0066; } FINALLY_0066: { // begin finally (depth: 1) { bool L_19 = V_1; if (!L_19) { goto IL_006f; } } IL_0069: { List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * L_20 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_20, /*hidden argument*/NULL); } IL_006f: { IL2CPP_END_FINALLY(102) } } // end finally (depth: 1) IL2CPP_CLEANUP(102) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x70, IL_0070) } IL_0070: { // } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_21 = V_4; return L_21; } } // System.Void FMOD.StringHelper::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringHelper__cctor_m7FE9E75902739E7A3E2B0EFD765FF39CC8B4E63D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7A506CADC7BBF7AD22723993E0ED85B3AD8FE5E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static List encoders = new List(1); List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * L_0 = (List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 *)il2cpp_codegen_object_new(List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0_il2cpp_TypeInfo_var); List_1__ctor_m7A506CADC7BBF7AD22723993E0ED85B3AD8FE5E3(L_0, 1, /*hidden argument*/List_1__ctor_m7A506CADC7BBF7AD22723993E0ED85B3AD8FE5E3_RuntimeMethod_var); ((StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var))->set_encoders_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMOD.StringWrapper::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringWrapper__ctor_m17356B0F15889B9010457717471D595C1606E3AE (StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // nativeUtf8Ptr = ptr; intptr_t L_0 = ___ptr0; __this->set_nativeUtf8Ptr_0((intptr_t)L_0); // } return; } } IL2CPP_EXTERN_C void StringWrapper__ctor_m17356B0F15889B9010457717471D595C1606E3AE_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 * _thisAdjusted = reinterpret_cast(__this + _offset); StringWrapper__ctor_m17356B0F15889B9010457717471D595C1606E3AE_inline(_thisAdjusted, ___ptr0, method); } // System.String FMOD.StringWrapper::op_Implicit(FMOD.StringWrapper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringWrapper_op_Implicit_m1C6552BF7971A27E384A063ADE196428072AE8EB (StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___fstring0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return encoder.stringFromNative(fstring.nativeUtf8Ptr); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_1 = V_0; StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 L_2 = ___fstring0; intptr_t L_3 = L_2.get_nativeUtf8Ptr_0(); NullCheck(L_1); String_t* L_4; L_4 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_1, (intptr_t)L_3, /*hidden argument*/NULL); V_1 = L_4; IL2CPP_LEAVE(0x1F, FINALLY_0015); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0015; } FINALLY_0015: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_5 = V_0; if (!L_5) { goto IL_001e; } } IL_0018: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_6 = V_0; NullCheck(L_6); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_6); } IL_001e: { IL2CPP_END_FINALLY(21) } } // end finally (depth: 1) IL2CPP_CLEANUP(21) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1F, IL_001f) } IL_001f: { // } String_t* L_7 = V_1; 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 // System.Void FMODUnity.StudioBankLoader::HandleGameEvent(FMODUnity.LoaderGameEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_HandleGameEvent_m23CDD35EA73AE43B1F6A4C068A82B41205CDBC69 (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, int32_t ___gameEvent0, const RuntimeMethod* method) { { // if (LoadEvent == gameEvent) int32_t L_0 = __this->get_LoadEvent_4(); int32_t L_1 = ___gameEvent0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000f; } } { // Load(); StudioBankLoader_Load_mF942A1A97AC37F4D58C0E198AB57415AC3EF13C0(__this, /*hidden argument*/NULL); } IL_000f: { // if (UnloadEvent == gameEvent) int32_t L_2 = __this->get_UnloadEvent_5(); int32_t L_3 = ___gameEvent0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_001e; } } { // Unload(); StudioBankLoader_Unload_m55DA8277680F077ACDC66B07887C7BE27B9214FC(__this, /*hidden argument*/NULL); } IL_001e: { // } return; } } // System.Void FMODUnity.StudioBankLoader::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_Start_m2FEBE389DEF9853138E4B5D62BA6AF067B7B6476 (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, const RuntimeMethod* method) { { // RuntimeUtils.EnforceLibraryOrder(); RuntimeUtils_EnforceLibraryOrder_m7B683A846D00BFE05F075B6E444EA49CC969A4DE(/*hidden argument*/NULL); // HandleGameEvent(LoaderGameEvent.ObjectStart); StudioBankLoader_HandleGameEvent_m23CDD35EA73AE43B1F6A4C068A82B41205CDBC69(__this, 1, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.StudioBankLoader::OnApplicationQuit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_OnApplicationQuit_m6644BE6F41721974FDBE0E459512D1680656FD66 (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, const RuntimeMethod* method) { { // isQuitting = true; __this->set_isQuitting_9((bool)1); // } return; } } // System.Void FMODUnity.StudioBankLoader::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_OnDestroy_m312542A82255E3C02E6D5B0ECBEE5874967721F3 (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, const RuntimeMethod* method) { { // if (!isQuitting) bool L_0 = __this->get_isQuitting_9(); if (L_0) { goto IL_000f; } } { // HandleGameEvent(LoaderGameEvent.ObjectDestroy); StudioBankLoader_HandleGameEvent_m23CDD35EA73AE43B1F6A4C068A82B41205CDBC69(__this, 2, /*hidden argument*/NULL); } IL_000f: { // } return; } } // System.Void FMODUnity.StudioBankLoader::OnTriggerEnter(UnityEngine.Collider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_OnTriggerEnter_m2B849F63AEC16D860316E0CAE89C4B22C898FD88 (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___other0, const RuntimeMethod* method) { { // if (string.IsNullOrEmpty(CollisionTag) || other.CompareTag(CollisionTag)) String_t* L_0 = __this->get_CollisionTag_7(); bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001b; } } { Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_2 = ___other0; String_t* L_3 = __this->get_CollisionTag_7(); NullCheck(L_2); bool L_4; L_4 = Component_CompareTag_m17D74EDCC81A10B18A0A588519F522E8DF1D7879(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0022; } } IL_001b: { // HandleGameEvent(LoaderGameEvent.TriggerEnter); StudioBankLoader_HandleGameEvent_m23CDD35EA73AE43B1F6A4C068A82B41205CDBC69(__this, 3, /*hidden argument*/NULL); } IL_0022: { // } return; } } // System.Void FMODUnity.StudioBankLoader::OnTriggerExit(UnityEngine.Collider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_OnTriggerExit_m2D9C2BF4D6591E8474CA451341F7927A166E2F97 (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___other0, const RuntimeMethod* method) { { // if (string.IsNullOrEmpty(CollisionTag) || other.CompareTag(CollisionTag)) String_t* L_0 = __this->get_CollisionTag_7(); bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001b; } } { Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_2 = ___other0; String_t* L_3 = __this->get_CollisionTag_7(); NullCheck(L_2); bool L_4; L_4 = Component_CompareTag_m17D74EDCC81A10B18A0A588519F522E8DF1D7879(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0022; } } IL_001b: { // HandleGameEvent(LoaderGameEvent.TriggerExit); StudioBankLoader_HandleGameEvent_m23CDD35EA73AE43B1F6A4C068A82B41205CDBC69(__this, 4, /*hidden argument*/NULL); } IL_0022: { // } return; } } // System.Void FMODUnity.StudioBankLoader::OnTriggerEnter2D(UnityEngine.Collider2D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_OnTriggerEnter2D_m3ADFBD5C069BD4102422380D1CED18534649F53E (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, Collider2D_tDDBF081328B83D21D0BA3B5036D77B32528BA722 * ___other0, const RuntimeMethod* method) { { // if (string.IsNullOrEmpty(CollisionTag) || other.CompareTag(CollisionTag)) String_t* L_0 = __this->get_CollisionTag_7(); bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001b; } } { Collider2D_tDDBF081328B83D21D0BA3B5036D77B32528BA722 * L_2 = ___other0; String_t* L_3 = __this->get_CollisionTag_7(); NullCheck(L_2); bool L_4; L_4 = Component_CompareTag_m17D74EDCC81A10B18A0A588519F522E8DF1D7879(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0022; } } IL_001b: { // HandleGameEvent(LoaderGameEvent.TriggerEnter2D); StudioBankLoader_HandleGameEvent_m23CDD35EA73AE43B1F6A4C068A82B41205CDBC69(__this, 5, /*hidden argument*/NULL); } IL_0022: { // } return; } } // System.Void FMODUnity.StudioBankLoader::OnTriggerExit2D(UnityEngine.Collider2D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_OnTriggerExit2D_m634CE36C1659066622C31BB78F3F7B6E91736F01 (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, Collider2D_tDDBF081328B83D21D0BA3B5036D77B32528BA722 * ___other0, const RuntimeMethod* method) { { // if (string.IsNullOrEmpty(CollisionTag) || other.CompareTag(CollisionTag)) String_t* L_0 = __this->get_CollisionTag_7(); bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001b; } } { Collider2D_tDDBF081328B83D21D0BA3B5036D77B32528BA722 * L_2 = ___other0; String_t* L_3 = __this->get_CollisionTag_7(); NullCheck(L_2); bool L_4; L_4 = Component_CompareTag_m17D74EDCC81A10B18A0A588519F522E8DF1D7879(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0022; } } IL_001b: { // HandleGameEvent(LoaderGameEvent.TriggerExit2D); StudioBankLoader_HandleGameEvent_m23CDD35EA73AE43B1F6A4C068A82B41205CDBC69(__this, 6, /*hidden argument*/NULL); } IL_0022: { // } return; } } // System.Void FMODUnity.StudioBankLoader::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_OnEnable_m95F81DB6B94AA3CD4FCFEB32C9F898ED2C8F0E90 (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, const RuntimeMethod* method) { { // HandleGameEvent(LoaderGameEvent.ObjectEnable); StudioBankLoader_HandleGameEvent_m23CDD35EA73AE43B1F6A4C068A82B41205CDBC69(__this, 7, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.StudioBankLoader::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_OnDisable_mE2F495D27E09692CBE012AE9D0D514091B23465A (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, const RuntimeMethod* method) { { // HandleGameEvent(LoaderGameEvent.ObjectDisable); StudioBankLoader_HandleGameEvent_m23CDD35EA73AE43B1F6A4C068A82B41205CDBC69(__this, 8, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.StudioBankLoader::Load() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_Load_mF942A1A97AC37F4D58C0E198AB57415AC3EF13C0 (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (var bankRef in Banks) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = __this->get_Banks_6(); NullCheck(L_0); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B L_1; L_1 = List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF(L_0, /*hidden argument*/List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_002b; } IL_000e: { // foreach (var bankRef in Banks) String_t* L_2; L_2 = Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_inline((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var); V_1 = L_2; } IL_0016: try { // begin try (depth: 2) // RuntimeManager.LoadBank(bankRef, PreloadSamples); String_t* L_3 = V_1; bool L_4 = __this->get_PreloadSamples_8(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_LoadBank_m70106A3188490154BA253D115BBABBBF668CA2E9(L_3, L_4, /*hidden argument*/NULL); // } goto IL_002b; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0024; } throw e; } CATCH_0024: { // begin catch(FMODUnity.BankLoadException) // RuntimeUtils.DebugLogException(e); RuntimeUtils_DebugLogException_m0E886BCE69C026E54CEFF21339252D75A97DDBE4(((BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7 *)IL2CPP_GET_ACTIVE_EXCEPTION(BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7 *)), /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_002b; } // end catch (depth: 2) IL_002b: { // foreach (var bankRef in Banks) bool L_5; L_5 = Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); if (L_5) { goto IL_000e; } } IL_0034: { IL2CPP_LEAVE(0x44, FINALLY_0036); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0036; } FINALLY_0036: { // begin finally (depth: 1) Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); IL2CPP_END_FINALLY(54) } // end finally (depth: 1) IL2CPP_CLEANUP(54) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x44, IL_0044) } IL_0044: { // RuntimeManager.WaitForAllSampleLoading(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_WaitForAllSampleLoading_mAD3A490D263E7C503BAD282FB4243E37E57ECCB7(/*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.StudioBankLoader::Unload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader_Unload_m55DA8277680F077ACDC66B07887C7BE27B9214FC (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (var bankRef in Banks) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = __this->get_Banks_6(); NullCheck(L_0); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B L_1; L_1 = List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF(L_0, /*hidden argument*/List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_001a; } IL_000e: { // foreach (var bankRef in Banks) String_t* L_2; L_2 = Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_inline((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var); // RuntimeManager.UnloadBank(bankRef); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_UnloadBank_mA4EAC81017228FDB7C4E9CEBC2E160CC60222A57(L_2, /*hidden argument*/NULL); } IL_001a: { // foreach (var bankRef in Banks) bool L_3; L_3 = Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); if (L_3) { goto IL_000e; } } IL_0023: { IL2CPP_LEAVE(0x33, FINALLY_0025); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0025; } FINALLY_0025: { // begin finally (depth: 1) Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); IL2CPP_END_FINALLY(37) } // end finally (depth: 1) IL2CPP_CLEANUP(37) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x33, IL_0033) } IL_0033: { // } return; } } // System.Void FMODUnity.StudioBankLoader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioBankLoader__ctor_mD483E5C42FB569E20EC3B1C56097BEB586BC6AB4 (StudioBankLoader_t5E0FBF0B1F44694824BC7B95013BFFAB7650BBC3 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/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 // FMOD.Studio.EventDescription FMODUnity.StudioEventEmitter::get_EventDescription() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D StudioEventEmitter_get_EventDescription_mB344AD57CEB7ABBC75B109C2754F083ECC958FE5 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { { // public FMOD.Studio.EventDescription EventDescription { get { return eventDescription; } } EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_0 = __this->get_eventDescription_16(); return L_0; } } // FMOD.Studio.EventInstance FMODUnity.StudioEventEmitter::get_EventInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 StudioEventEmitter_get_EventInstance_mDF92AC5F5DD9B02747203A1E80EFD9E9AB5C3198 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { { // public FMOD.Studio.EventInstance EventInstance { get { return instance; } } EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_0 = __this->get_instance_17(); return L_0; } } // System.Boolean FMODUnity.StudioEventEmitter::get_IsActive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StudioEventEmitter_get_IsActive_mB9D66ABC30BEF78272C24A549473AF0E94C2B5AE (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { { // public bool IsActive { get; private set; } bool L_0 = __this->get_U3CIsActiveU3Ek__BackingField_23(); return L_0; } } // System.Void FMODUnity.StudioEventEmitter::set_IsActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_set_IsActive_mF6F0BE0874CF127821328C87B4F70197B0D3221C (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsActive { get; private set; } bool L_0 = ___value0; __this->set_U3CIsActiveU3Ek__BackingField_23(L_0); return; } } // System.Single FMODUnity.StudioEventEmitter::get_MaxDistance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float StudioEventEmitter_get_MaxDistance_mC5997BEBF9F4B7902F6D7115AF34ADC8F4CB2050 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { // if (OverrideAttenuation) bool L_0 = __this->get_OverrideAttenuation_13(); if (!L_0) { goto IL_000f; } } { // return OverrideMaxDistance; float L_1 = __this->get_OverrideMaxDistance_15(); return L_1; } IL_000f: { // if (!eventDescription.isValid()) EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_2 = __this->get_address_of_eventDescription_16(); bool L_3; L_3 = EventDescription_isValid_m7761CD3FF1E7A927B0BD4057EAF9635FDE9D0C34((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { // Lookup(); StudioEventEmitter_Lookup_m7FA6AFD76A552DEB433C206CFE2622FAB0C60FC8(__this, /*hidden argument*/NULL); } IL_0022: { // eventDescription.getMinMaxDistance(out minDistance, out maxDistance); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_4 = __this->get_address_of_eventDescription_16(); int32_t L_5; L_5 = EventDescription_getMinMaxDistance_m94CADB7D4BCCA0682AC681016A3A3A638F921541((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_4, (float*)(&V_0), (float*)(&V_1), /*hidden argument*/NULL); // return maxDistance; float L_6 = V_1; return L_6; } } // System.Void FMODUnity.StudioEventEmitter::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_Start_m5E60F97EDC50E234AC55A09B4D37FA5E4985C6FF (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { { // RuntimeUtils.EnforceLibraryOrder(); RuntimeUtils_EnforceLibraryOrder_m7B683A846D00BFE05F075B6E444EA49CC969A4DE(/*hidden argument*/NULL); // if (Preload) bool L_0 = __this->get_Preload_11(); if (!L_0) { goto IL_001f; } } { // Lookup(); StudioEventEmitter_Lookup_m7FA6AFD76A552DEB433C206CFE2622FAB0C60FC8(__this, /*hidden argument*/NULL); // eventDescription.loadSampleData(); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_1 = __this->get_address_of_eventDescription_16(); int32_t L_2; L_2 = EventDescription_loadSampleData_m1065F878C592C54E2CAFD0FA590579A4A0364E2E((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_1, /*hidden argument*/NULL); } IL_001f: { // HandleGameEvent(EmitterGameEvent.ObjectStart); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, 1); // } return; } } // System.Void FMODUnity.StudioEventEmitter::OnApplicationQuit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_OnApplicationQuit_mAA056DCBEBD418E55CA913A71FBC659387DAA496 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { { // isQuitting = true; __this->set_isQuitting_19((bool)1); // } return; } } // System.Void FMODUnity.StudioEventEmitter::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_OnDestroy_mC0E83370AE0BACD79159B256A1B73948137FB6B5 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!isQuitting) bool L_0 = __this->get_isQuitting_19(); if (L_0) { goto IL_006d; } } { // HandleGameEvent(EmitterGameEvent.ObjectDestroy); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, 2); // if (instance.isValid()) EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_1 = __this->get_address_of_instance_17(); bool L_2; L_2 = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0053; } } { // RuntimeManager.DetachInstanceFromGameObject(instance); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_3 = __this->get_instance_17(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_DetachInstanceFromGameObject_m5CDAF00A2144F2613583FD66AE26C55C0117F443(L_3, /*hidden argument*/NULL); // if (eventDescription.isValid() && isOneshot) EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_4 = __this->get_address_of_eventDescription_16(); bool L_5; L_5 = EventDescription_isValid_m7761CD3FF1E7A927B0BD4057EAF9635FDE9D0C34((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0053; } } { bool L_6 = __this->get_isOneshot_20(); if (!L_6) { goto IL_0053; } } { // instance.release(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_7 = __this->get_address_of_instance_17(); int32_t L_8; L_8 = EventInstance_release_m012DDAB8EC67E2F69000A1A013714E91CF569082((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_7, /*hidden argument*/NULL); // instance.clearHandle(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_9 = __this->get_address_of_instance_17(); EventInstance_clearHandle_mA041FC386E262AAD970BD94CC0D5D100F5DCC81E((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_9, /*hidden argument*/NULL); } IL_0053: { // RuntimeManager.DeregisterActiveEmitter(this); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_DeregisterActiveEmitter_mEDA80D5C068CB8483F91933478686FAD9485F536(__this, /*hidden argument*/NULL); // if (Preload) bool L_10 = __this->get_Preload_11(); if (!L_10) { goto IL_006d; } } { // eventDescription.unloadSampleData(); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_11 = __this->get_address_of_eventDescription_16(); int32_t L_12; L_12 = EventDescription_unloadSampleData_mE9BD24AB3F5F9DE40364FDB5897AD76F3E24D1ED((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_11, /*hidden argument*/NULL); } IL_006d: { // } return; } } // System.Void FMODUnity.StudioEventEmitter::HandleGameEvent(FMODUnity.EmitterGameEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_HandleGameEvent_m3B8AE1C792DEADC1995ED1BD4074889E05C2871A (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, int32_t ___gameEvent0, const RuntimeMethod* method) { { // if (PlayEvent == gameEvent) int32_t L_0 = __this->get_PlayEvent_7(); int32_t L_1 = ___gameEvent0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000f; } } { // Play(); StudioEventEmitter_Play_m23D7E24E2EB795D75EA58CEDD7B5B8C78B20A1E3(__this, /*hidden argument*/NULL); } IL_000f: { // if (StopEvent == gameEvent) int32_t L_2 = __this->get_StopEvent_8(); int32_t L_3 = ___gameEvent0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_001e; } } { // Stop(); StudioEventEmitter_Stop_mEFE3A4E69A5F4297E2A6F81837660FF219CB18B0(__this, /*hidden argument*/NULL); } IL_001e: { // } return; } } // System.Void FMODUnity.StudioEventEmitter::Lookup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_Lookup_m7FA6AFD76A552DEB433C206CFE2622FAB0C60FC8 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B V_1; memset((&V_1), 0, sizeof(V_1)); { // eventDescription = RuntimeManager.GetEventDescription(EventReference); EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 L_0 = __this->get_EventReference_5(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_1; L_1 = RuntimeManager_GetEventDescription_m8C024A6715EB9E3DC013FD2DFF5F41E6729D978E(L_0, /*hidden argument*/NULL); __this->set_eventDescription_16(L_1); // if (eventDescription.isValid()) EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_2 = __this->get_address_of_eventDescription_16(); bool L_3; L_3 = EventDescription_isValid_m7761CD3FF1E7A927B0BD4057EAF9635FDE9D0C34((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_005f; } } { // for (int i = 0; i < Params.Length; i++) V_0 = 0; goto IL_0054; } IL_0022: { // eventDescription.getParameterDescriptionByName(Params[i].Name, out param); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_4 = __this->get_address_of_eventDescription_16(); ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_5 = __this->get_Params_12(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); String_t* L_9 = L_8->get_Name_0(); int32_t L_10; L_10 = EventDescription_getParameterDescriptionByName_mD9CEA2307FB550F93E6BB18274A079F60103E917((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_4, L_9, (PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *)(&V_1), /*hidden argument*/NULL); // Params[i].ID = param.id; ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_11 = __this->get_Params_12(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_14 = (L_11)->GetAt(static_cast(L_13)); PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B L_15 = V_1; PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_16 = L_15.get_id_1(); NullCheck(L_14); L_14->set_ID_2(L_16); // for (int i = 0; i < Params.Length; i++) int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0054: { // for (int i = 0; i < Params.Length; i++) int32_t L_18 = V_0; ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_19 = __this->get_Params_12(); NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_0022; } } IL_005f: { // } return; } } // System.Void FMODUnity.StudioEventEmitter::Play() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_Play_m23D7E24E2EB795D75EA58CEDD7B5B8C78B20A1E3 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mE4433DC632AC24816871DDA9235A76F8ABC809E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { // if (TriggerOnce && hasTriggered) bool L_0 = __this->get_TriggerOnce_10(); if (!L_0) { goto IL_0011; } } { bool L_1 = __this->get_hasTriggered_18(); if (!L_1) { goto IL_0011; } } { // return; return; } IL_0011: { // if (EventReference.IsNull) EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 * L_2 = __this->get_address_of_EventReference_5(); bool L_3; L_3 = EventReference_get_IsNull_m036D97EA0BC3BEC1908AE9EFDC5595468D36FACF((EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 *)L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001f; } } { // return; return; } IL_001f: { // cachedParams.Clear(); List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * L_4 = __this->get_cachedParams_21(); NullCheck(L_4); List_1_Clear_mE4433DC632AC24816871DDA9235A76F8ABC809E3(L_4, /*hidden argument*/List_1_Clear_mE4433DC632AC24816871DDA9235A76F8ABC809E3_RuntimeMethod_var); // if (!eventDescription.isValid()) EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_5 = __this->get_address_of_eventDescription_16(); bool L_6; L_6 = EventDescription_isValid_m7761CD3FF1E7A927B0BD4057EAF9635FDE9D0C34((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_5, /*hidden argument*/NULL); if (L_6) { goto IL_003d; } } { // Lookup(); StudioEventEmitter_Lookup_m7FA6AFD76A552DEB433C206CFE2622FAB0C60FC8(__this, /*hidden argument*/NULL); } IL_003d: { // eventDescription.isSnapshot(out isSnapshot); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_7 = __this->get_address_of_eventDescription_16(); int32_t L_8; L_8 = EventDescription_isSnapshot_m943D5060F9E3E95884D201A1EEF8CD92BFAEC577((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_7, (bool*)(&V_0), /*hidden argument*/NULL); // if (!isSnapshot) bool L_9 = V_0; if (L_9) { goto IL_0060; } } { // eventDescription.isOneshot(out isOneshot); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_10 = __this->get_address_of_eventDescription_16(); bool* L_11 = __this->get_address_of_isOneshot_20(); int32_t L_12; L_12 = EventDescription_isOneshot_m37103DF3AF20ADB4311C2799C6ECD61A445DBE0F((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_10, (bool*)L_11, /*hidden argument*/NULL); } IL_0060: { // eventDescription.is3D(out is3D); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_13 = __this->get_address_of_eventDescription_16(); int32_t L_14; L_14 = EventDescription_is3D_mB8AEE6840612734A9447A21A684334EC3D131E87((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_13, (bool*)(&V_1), /*hidden argument*/NULL); // IsActive = true; StudioEventEmitter_set_IsActive_mF6F0BE0874CF127821328C87B4F70197B0D3221C_inline(__this, (bool)1, /*hidden argument*/NULL); // if (is3D && !isOneshot && Settings.Instance.StopEventsOutsideMaxDistance) bool L_15 = V_1; if (!L_15) { goto IL_009a; } } { bool L_16 = __this->get_isOneshot_20(); if (L_16) { goto IL_009a; } } { IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_17; L_17 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_17); bool L_18 = L_17->get_StopEventsOutsideMaxDistance_42(); if (!L_18) { goto IL_009a; } } { // RuntimeManager.RegisterActiveEmitter(this); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_RegisterActiveEmitter_m458519C0FC1207FB8E611B11222BF48FC5BBB8DD(__this, /*hidden argument*/NULL); // RuntimeManager.UpdateActiveEmitter(this, true); RuntimeManager_UpdateActiveEmitter_m205438F59C5E35EE435B6A4890B8B6EA6588764E(__this, (bool)1, /*hidden argument*/NULL); // } return; } IL_009a: { // PlayInstance(); StudioEventEmitter_PlayInstance_m677385DB096CD2CD7C0FD8D226CD5A9AF6F31320(__this, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.StudioEventEmitter::PlayInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_PlayInstance_m677385DB096CD2CD7C0FD8D226CD5A9AF6F31320 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_m4E9E5E48D529420FAC117599819C02DB73FC7487_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mE2EA0E48C8C0EAFA09C6FAD2003105EACAC85213_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m7AB18D633BE6B10C450C323ADDFF7911735F999D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m7432D8EF4D2485C8BECCCDB2DD000763EF1C9681_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m7FA122283D3AF272A8222C54E9C3D050D30E0880_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m2554E26B7678550EE238101425F0E972C8705FE0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_1 = NULL; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * V_2 = NULL; Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * V_3 = NULL; ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* V_4 = NULL; int32_t V_5 = 0; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * V_6 = NULL; Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C V_7; memset((&V_7), 0, sizeof(V_7)); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (!instance.isValid()) EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_0 = __this->get_address_of_instance_17(); bool L_1; L_1 = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { // instance.clearHandle(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_2 = __this->get_address_of_instance_17(); EventInstance_clearHandle_mA041FC386E262AAD970BD94CC0D5D100F5DCC81E((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_2, /*hidden argument*/NULL); } IL_0018: { // if (isOneshot && instance.isValid()) bool L_3 = __this->get_isOneshot_20(); if (!L_3) { goto IL_0044; } } { EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_4 = __this->get_address_of_instance_17(); bool L_5; L_5 = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0044; } } { // instance.release(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_6 = __this->get_address_of_instance_17(); int32_t L_7; L_7 = EventInstance_release_m012DDAB8EC67E2F69000A1A013714E91CF569082((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_6, /*hidden argument*/NULL); // instance.clearHandle(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_8 = __this->get_address_of_instance_17(); EventInstance_clearHandle_mA041FC386E262AAD970BD94CC0D5D100F5DCC81E((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_8, /*hidden argument*/NULL); } IL_0044: { // eventDescription.is3D(out is3D); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_9 = __this->get_address_of_eventDescription_16(); int32_t L_10; L_10 = EventDescription_is3D_mB8AEE6840612734A9447A21A684334EC3D131E87((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_9, (bool*)(&V_0), /*hidden argument*/NULL); // if (!instance.isValid()) EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_11 = __this->get_address_of_instance_17(); bool L_12; L_12 = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_11, /*hidden argument*/NULL); if (L_12) { goto IL_011a; } } { // eventDescription.createInstance(out instance); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_13 = __this->get_address_of_eventDescription_16(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_14 = __this->get_address_of_instance_17(); int32_t L_15; L_15 = EventDescription_createInstance_m0CD53348F05E79AAAC266E2514A0CAC35B9A7645((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_13, (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_14, /*hidden argument*/NULL); // if (is3D) bool L_16 = V_0; if (!L_16) { goto IL_011a; } } { // var transform = GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = Component_GetComponent_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mE2EA0E48C8C0EAFA09C6FAD2003105EACAC85213(__this, /*hidden argument*/Component_GetComponent_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mE2EA0E48C8C0EAFA09C6FAD2003105EACAC85213_RuntimeMethod_var); V_1 = L_17; // if (GetComponent()) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_18; L_18 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE(__this, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_19; L_19 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00bc; } } { // Rigidbody rigidBody = GetComponent(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_20; L_20 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE(__this, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var); V_2 = L_20; // instance.set3DAttributes(RuntimeUtils.To3DAttributes(gameObject, rigidBody)); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_21 = __this->get_address_of_instance_17(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_22; L_22 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_23 = V_2; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_24; L_24 = RuntimeUtils_To3DAttributes_m6117A7C6CF4E72C9626D3147CDECBE885573CBF4(L_22, L_23, /*hidden argument*/NULL); int32_t L_25; L_25 = EventInstance_set3DAttributes_m10DD916A9EC590EA8B79F25F777D5AF3E8B1F885((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_21, L_24, /*hidden argument*/NULL); // RuntimeManager.AttachInstanceToGameObject(instance, transform, rigidBody); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_26 = __this->get_instance_17(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27 = V_1; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_28 = V_2; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_AttachInstanceToGameObject_mDC33DD2A81EB6121C29793CB6DC91CDFC70ADC8D(L_26, L_27, L_28, /*hidden argument*/NULL); // } goto IL_011a; } IL_00bc: { // if (GetComponent()) Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_29; L_29 = Component_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_m4E9E5E48D529420FAC117599819C02DB73FC7487(__this, /*hidden argument*/Component_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_m4E9E5E48D529420FAC117599819C02DB73FC7487_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_30; L_30 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00f7; } } { // var rigidBody2D = GetComponent(); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_31; L_31 = Component_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_m4E9E5E48D529420FAC117599819C02DB73FC7487(__this, /*hidden argument*/Component_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_m4E9E5E48D529420FAC117599819C02DB73FC7487_RuntimeMethod_var); V_3 = L_31; // instance.set3DAttributes(RuntimeUtils.To3DAttributes(gameObject, rigidBody2D)); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_32 = __this->get_address_of_instance_17(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_33; L_33 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_34 = V_3; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_35; L_35 = RuntimeUtils_To3DAttributes_m761CFBB734E99C12A87CB1FFE410EB688CD2B0C5(L_33, L_34, /*hidden argument*/NULL); int32_t L_36; L_36 = EventInstance_set3DAttributes_m10DD916A9EC590EA8B79F25F777D5AF3E8B1F885((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_32, L_35, /*hidden argument*/NULL); // RuntimeManager.AttachInstanceToGameObject(instance, transform, rigidBody2D); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_37 = __this->get_instance_17(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_38 = V_1; Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_39 = V_3; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_AttachInstanceToGameObject_mA9448CB4A75F1CD5ED3E1F59A23079C9F40ED652(L_37, L_38, L_39, /*hidden argument*/NULL); // } goto IL_011a; } IL_00f7: { // instance.set3DAttributes(RuntimeUtils.To3DAttributes(gameObject)); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_40 = __this->get_address_of_instance_17(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_41; L_41 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_42; L_42 = RuntimeUtils_To3DAttributes_mFBA3362C9352328FEFCC55C1F2BF8F1AD261FA42(L_41, /*hidden argument*/NULL); int32_t L_43; L_43 = EventInstance_set3DAttributes_m10DD916A9EC590EA8B79F25F777D5AF3E8B1F885((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_40, L_42, /*hidden argument*/NULL); // RuntimeManager.AttachInstanceToGameObject(instance, transform); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_44 = __this->get_instance_17(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_45 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_AttachInstanceToGameObject_mE61C6E431D521D5EB03A0E25A4ED716C15AD85C7(L_44, L_45, /*hidden argument*/NULL); } IL_011a: { // foreach (var param in Params) ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_46 = __this->get_Params_12(); V_4 = L_46; V_5 = 0; goto IL_014f; } IL_0127: { // foreach (var param in Params) ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_47 = V_4; int32_t L_48 = V_5; NullCheck(L_47); int32_t L_49 = L_48; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_50 = (L_47)->GetAt(static_cast(L_49)); V_6 = L_50; // instance.setParameterByID(param.ID, param.Value); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_51 = __this->get_address_of_instance_17(); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_52 = V_6; NullCheck(L_52); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_53 = L_52->get_ID_2(); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_54 = V_6; NullCheck(L_54); float L_55 = L_54->get_Value_1(); int32_t L_56; L_56 = EventInstance_setParameterByID_m3129D9EDDF71A1719F309030F8F937F204FE4BE9((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_51, L_53, L_55, (bool)0, /*hidden argument*/NULL); int32_t L_57 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_014f: { // foreach (var param in Params) int32_t L_58 = V_5; ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_59 = V_4; NullCheck(L_59); if ((((int32_t)L_58) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_59)->max_length)))))) { goto IL_0127; } } { // foreach (var cachedParam in cachedParams) List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * L_60 = __this->get_cachedParams_21(); NullCheck(L_60); Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C L_61; L_61 = List_1_GetEnumerator_m2554E26B7678550EE238101425F0E972C8705FE0(L_60, /*hidden argument*/List_1_GetEnumerator_m2554E26B7678550EE238101425F0E972C8705FE0_RuntimeMethod_var); V_7 = L_61; } IL_0164: try { // begin try (depth: 1) { goto IL_018a; } IL_0166: { // foreach (var cachedParam in cachedParams) ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_62; L_62 = Enumerator_get_Current_m7FA122283D3AF272A8222C54E9C3D050D30E0880_inline((Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C *)(&V_7), /*hidden argument*/Enumerator_get_Current_m7FA122283D3AF272A8222C54E9C3D050D30E0880_RuntimeMethod_var); V_8 = L_62; // instance.setParameterByID(cachedParam.ID, cachedParam.Value); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_63 = __this->get_address_of_instance_17(); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_64 = V_8; NullCheck(L_64); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_65 = L_64->get_ID_2(); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_66 = V_8; NullCheck(L_66); float L_67 = L_66->get_Value_1(); int32_t L_68; L_68 = EventInstance_setParameterByID_m3129D9EDDF71A1719F309030F8F937F204FE4BE9((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_63, L_65, L_67, (bool)0, /*hidden argument*/NULL); } IL_018a: { // foreach (var cachedParam in cachedParams) bool L_69; L_69 = Enumerator_MoveNext_m7432D8EF4D2485C8BECCCDB2DD000763EF1C9681((Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C *)(&V_7), /*hidden argument*/Enumerator_MoveNext_m7432D8EF4D2485C8BECCCDB2DD000763EF1C9681_RuntimeMethod_var); if (L_69) { goto IL_0166; } } IL_0193: { IL2CPP_LEAVE(0x1A3, FINALLY_0195); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0195; } FINALLY_0195: { // begin finally (depth: 1) Enumerator_Dispose_m7AB18D633BE6B10C450C323ADDFF7911735F999D((Enumerator_t93BB819DCA960E4E25B0FF279716874C55D9443C *)(&V_7), /*hidden argument*/Enumerator_Dispose_m7AB18D633BE6B10C450C323ADDFF7911735F999D_RuntimeMethod_var); IL2CPP_END_FINALLY(405) } // end finally (depth: 1) IL2CPP_CLEANUP(405) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1A3, IL_01a3) } IL_01a3: { // if (is3D && OverrideAttenuation) bool L_70 = V_0; if (!L_70) { goto IL_01d4; } } { bool L_71 = __this->get_OverrideAttenuation_13(); if (!L_71) { goto IL_01d4; } } { // instance.setProperty(FMOD.Studio.EVENT_PROPERTY.MINIMUM_DISTANCE, OverrideMinDistance); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_72 = __this->get_address_of_instance_17(); float L_73 = __this->get_OverrideMinDistance_14(); int32_t L_74; L_74 = EventInstance_setProperty_mC3901535740BB21BC32668A1F507987F87BBABA7((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_72, 3, L_73, /*hidden argument*/NULL); // instance.setProperty(FMOD.Studio.EVENT_PROPERTY.MAXIMUM_DISTANCE, OverrideMaxDistance); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_75 = __this->get_address_of_instance_17(); float L_76 = __this->get_OverrideMaxDistance_15(); int32_t L_77; L_77 = EventInstance_setProperty_mC3901535740BB21BC32668A1F507987F87BBABA7((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_75, 4, L_76, /*hidden argument*/NULL); } IL_01d4: { // instance.start(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_78 = __this->get_address_of_instance_17(); int32_t L_79; L_79 = EventInstance_start_mE3EA9B9B0606815C7FB674F0CC2D6A3BBA2A9141((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_78, /*hidden argument*/NULL); // hasTriggered = true; __this->set_hasTriggered_18((bool)1); // } return; } } // System.Void FMODUnity.StudioEventEmitter::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_Stop_mEFE3A4E69A5F4297E2A6F81837660FF219CB18B0 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mE4433DC632AC24816871DDA9235A76F8ABC809E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // RuntimeManager.DeregisterActiveEmitter(this); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_DeregisterActiveEmitter_mEDA80D5C068CB8483F91933478686FAD9485F536(__this, /*hidden argument*/NULL); // IsActive = false; StudioEventEmitter_set_IsActive_mF6F0BE0874CF127821328C87B4F70197B0D3221C_inline(__this, (bool)0, /*hidden argument*/NULL); // cachedParams.Clear(); List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * L_0 = __this->get_cachedParams_21(); NullCheck(L_0); List_1_Clear_mE4433DC632AC24816871DDA9235A76F8ABC809E3(L_0, /*hidden argument*/List_1_Clear_mE4433DC632AC24816871DDA9235A76F8ABC809E3_RuntimeMethod_var); // StopInstance(); StudioEventEmitter_StopInstance_m642637E900A414A7F41967C5542F0078A9A825E5(__this, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.StudioEventEmitter::StopInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_StopInstance_m642637E900A414A7F41967C5542F0078A9A825E5 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * G_B6_0 = NULL; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * G_B5_0 = NULL; int32_t G_B7_0 = 0; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * G_B7_1 = NULL; { // if (TriggerOnce && hasTriggered) bool L_0 = __this->get_TriggerOnce_10(); if (!L_0) { goto IL_0016; } } { bool L_1 = __this->get_hasTriggered_18(); if (!L_1) { goto IL_0016; } } { // RuntimeManager.DeregisterActiveEmitter(this); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_DeregisterActiveEmitter_mEDA80D5C068CB8483F91933478686FAD9485F536(__this, /*hidden argument*/NULL); } IL_0016: { // if (instance.isValid()) EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_2 = __this->get_address_of_instance_17(); bool L_3; L_3 = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0052; } } { // instance.stop(AllowFadeout ? FMOD.Studio.STOP_MODE.ALLOWFADEOUT : FMOD.Studio.STOP_MODE.IMMEDIATE); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_4 = __this->get_address_of_instance_17(); bool L_5 = __this->get_AllowFadeout_9(); G_B5_0 = L_4; if (L_5) { G_B6_0 = L_4; goto IL_0034; } } { G_B7_0 = 1; G_B7_1 = G_B5_0; goto IL_0035; } IL_0034: { G_B7_0 = 0; G_B7_1 = G_B6_0; } IL_0035: { int32_t L_6; L_6 = EventInstance_stop_mA8E03AF1E11B25790B1EDB4CBA6FB95B485451F3((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)G_B7_1, G_B7_0, /*hidden argument*/NULL); // instance.release(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_7 = __this->get_address_of_instance_17(); int32_t L_8; L_8 = EventInstance_release_m012DDAB8EC67E2F69000A1A013714E91CF569082((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_7, /*hidden argument*/NULL); // instance.clearHandle(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_9 = __this->get_address_of_instance_17(); EventInstance_clearHandle_mA041FC386E262AAD970BD94CC0D5D100F5DCC81E((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_9, /*hidden argument*/NULL); } IL_0052: { // } return; } } // System.Void FMODUnity.StudioEventEmitter::SetParameter(System.String,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_SetParameter_m89F665110DEB601F4FF9959CE852CB497BAC00AB (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, String_t* ___name0, float ___value1, bool ___ignoreseekspeed2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m8BF343B4B7AF6B3E596F38EBA0F7583FA638578D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Find_mD8E3ED87D100F002A1DC893555A8283A47AB95C7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1__ctor_mE0B3E9CB2A99F5B09E55999C8D3BE0F5B0343B39_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass37_0_U3CSetParameterU3Eb__0_mED2EC630E2D60D95A0B2CA7D52C63111EFF70F31_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465 * V_0 = NULL; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * V_1 = NULL; PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B V_2; memset((&V_2), 0, sizeof(V_2)); { U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465 * L_0 = (U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass37_0__ctor_m18866DB9FC35576A31DE728B4B99A3152E7A54A0(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465 * L_1 = V_0; String_t* L_2 = ___name0; NullCheck(L_1); L_1->set_name_0(L_2); // if (Settings.Instance.StopEventsOutsideMaxDistance && IsActive) IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_3; L_3 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_3); bool L_4 = L_3->get_StopEventsOutsideMaxDistance_42(); if (!L_4) { goto IL_0086; } } { bool L_5; L_5 = StudioEventEmitter_get_IsActive_mB9D66ABC30BEF78272C24A549473AF0E94C2B5AE_inline(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_0086; } } { // ParamRef cachedParam = cachedParams.Find(x => x.Name == name); List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * L_6 = __this->get_cachedParams_21(); U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465 * L_7 = V_0; Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050 * L_8 = (Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050 *)il2cpp_codegen_object_new(Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050_il2cpp_TypeInfo_var); Predicate_1__ctor_mE0B3E9CB2A99F5B09E55999C8D3BE0F5B0343B39(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass37_0_U3CSetParameterU3Eb__0_mED2EC630E2D60D95A0B2CA7D52C63111EFF70F31_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_mE0B3E9CB2A99F5B09E55999C8D3BE0F5B0343B39_RuntimeMethod_var); NullCheck(L_6); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_9; L_9 = List_1_Find_mD8E3ED87D100F002A1DC893555A8283A47AB95C7(L_6, L_8, /*hidden argument*/List_1_Find_mD8E3ED87D100F002A1DC893555A8283A47AB95C7_RuntimeMethod_var); V_1 = L_9; // if (cachedParam == null) ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_10 = V_1; if (L_10) { goto IL_007f; } } { // eventDescription.getParameterDescriptionByName(name, out paramDesc); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_11 = __this->get_address_of_eventDescription_16(); U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465 * L_12 = V_0; NullCheck(L_12); String_t* L_13 = L_12->get_name_0(); int32_t L_14; L_14 = EventDescription_getParameterDescriptionByName_mD9CEA2307FB550F93E6BB18274A079F60103E917((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_11, L_13, (PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *)(&V_2), /*hidden argument*/NULL); // cachedParam = new ParamRef(); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_15 = (ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD *)il2cpp_codegen_object_new(ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD_il2cpp_TypeInfo_var); ParamRef__ctor_mA3DAD1BDD4B92FAA43FA263F812A0196F5E0449A(L_15, /*hidden argument*/NULL); V_1 = L_15; // cachedParam.ID = paramDesc.id; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_16 = V_1; PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B L_17 = V_2; PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_18 = L_17.get_id_1(); NullCheck(L_16); L_16->set_ID_2(L_18); // cachedParam.Name = paramDesc.name; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_19 = V_1; PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B L_20 = V_2; StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 L_21 = L_20.get_name_0(); String_t* L_22; L_22 = StringWrapper_op_Implicit_m1C6552BF7971A27E384A063ADE196428072AE8EB(L_21, /*hidden argument*/NULL); NullCheck(L_19); L_19->set_Name_0(L_22); // cachedParams.Add(cachedParam); List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * L_23 = __this->get_cachedParams_21(); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_24 = V_1; NullCheck(L_23); List_1_Add_m8BF343B4B7AF6B3E596F38EBA0F7583FA638578D(L_23, L_24, /*hidden argument*/List_1_Add_m8BF343B4B7AF6B3E596F38EBA0F7583FA638578D_RuntimeMethod_var); } IL_007f: { // cachedParam.Value = value; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_25 = V_1; float L_26 = ___value1; NullCheck(L_25); L_25->set_Value_1(L_26); } IL_0086: { // if (instance.isValid()) EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_27 = __this->get_address_of_instance_17(); bool L_28; L_28 = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00a7; } } { // instance.setParameterByName(name, value, ignoreseekspeed); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_29 = __this->get_address_of_instance_17(); U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465 * L_30 = V_0; NullCheck(L_30); String_t* L_31 = L_30->get_name_0(); float L_32 = ___value1; bool L_33 = ___ignoreseekspeed2; int32_t L_34; L_34 = EventInstance_setParameterByName_mBA06A2B5E5F69F25F61EF96BD19299CC2B447002((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_29, L_31, L_32, L_33, /*hidden argument*/NULL); } IL_00a7: { // } return; } } // System.Void FMODUnity.StudioEventEmitter::SetParameter(FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_SetParameter_m44E9255BA716241D5C2CB5E5E4C233D41B11EDE6 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float ___value1, bool ___ignoreseekspeed2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m8BF343B4B7AF6B3E596F38EBA0F7583FA638578D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Find_mD8E3ED87D100F002A1DC893555A8283A47AB95C7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1__ctor_mE0B3E9CB2A99F5B09E55999C8D3BE0F5B0343B39_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_0_U3CSetParameterU3Eb__0_mC10A16ADC51B6889D49548BAD09DE46F74401133_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9 * V_0 = NULL; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * V_1 = NULL; PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B V_2; memset((&V_2), 0, sizeof(V_2)); { U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9 * L_0 = (U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass38_0__ctor_mA0CD2A40F04880636041E5CE32FB1B7D34DB1D2B(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9 * L_1 = V_0; PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_2 = ___id0; NullCheck(L_1); L_1->set_id_0(L_2); // if (Settings.Instance.StopEventsOutsideMaxDistance && IsActive) IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_3; L_3 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_3); bool L_4 = L_3->get_StopEventsOutsideMaxDistance_42(); if (!L_4) { goto IL_0086; } } { bool L_5; L_5 = StudioEventEmitter_get_IsActive_mB9D66ABC30BEF78272C24A549473AF0E94C2B5AE_inline(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_0086; } } { // ParamRef cachedParam = cachedParams.Find(x => x.ID.Equals(id)); List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * L_6 = __this->get_cachedParams_21(); U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9 * L_7 = V_0; Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050 * L_8 = (Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050 *)il2cpp_codegen_object_new(Predicate_1_t23B2450B878CB06B3ABB7E00062CF00B339E5050_il2cpp_TypeInfo_var); Predicate_1__ctor_mE0B3E9CB2A99F5B09E55999C8D3BE0F5B0343B39(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass38_0_U3CSetParameterU3Eb__0_mC10A16ADC51B6889D49548BAD09DE46F74401133_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_mE0B3E9CB2A99F5B09E55999C8D3BE0F5B0343B39_RuntimeMethod_var); NullCheck(L_6); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_9; L_9 = List_1_Find_mD8E3ED87D100F002A1DC893555A8283A47AB95C7(L_6, L_8, /*hidden argument*/List_1_Find_mD8E3ED87D100F002A1DC893555A8283A47AB95C7_RuntimeMethod_var); V_1 = L_9; // if (cachedParam == null) ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_10 = V_1; if (L_10) { goto IL_007f; } } { // eventDescription.getParameterDescriptionByID(id, out paramDesc); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_11 = __this->get_address_of_eventDescription_16(); U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9 * L_12 = V_0; NullCheck(L_12); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_13 = L_12->get_id_0(); int32_t L_14; L_14 = EventDescription_getParameterDescriptionByID_mF47028872B0E3BCB38537BBF587DC58B7639E6AD((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)L_11, L_13, (PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *)(&V_2), /*hidden argument*/NULL); // cachedParam = new ParamRef(); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_15 = (ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD *)il2cpp_codegen_object_new(ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD_il2cpp_TypeInfo_var); ParamRef__ctor_mA3DAD1BDD4B92FAA43FA263F812A0196F5E0449A(L_15, /*hidden argument*/NULL); V_1 = L_15; // cachedParam.ID = paramDesc.id; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_16 = V_1; PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B L_17 = V_2; PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_18 = L_17.get_id_1(); NullCheck(L_16); L_16->set_ID_2(L_18); // cachedParam.Name = paramDesc.name; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_19 = V_1; PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B L_20 = V_2; StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 L_21 = L_20.get_name_0(); String_t* L_22; L_22 = StringWrapper_op_Implicit_m1C6552BF7971A27E384A063ADE196428072AE8EB(L_21, /*hidden argument*/NULL); NullCheck(L_19); L_19->set_Name_0(L_22); // cachedParams.Add(cachedParam); List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * L_23 = __this->get_cachedParams_21(); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_24 = V_1; NullCheck(L_23); List_1_Add_m8BF343B4B7AF6B3E596F38EBA0F7583FA638578D(L_23, L_24, /*hidden argument*/List_1_Add_m8BF343B4B7AF6B3E596F38EBA0F7583FA638578D_RuntimeMethod_var); } IL_007f: { // cachedParam.Value = value; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_25 = V_1; float L_26 = ___value1; NullCheck(L_25); L_25->set_Value_1(L_26); } IL_0086: { // if (instance.isValid()) EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_27 = __this->get_address_of_instance_17(); bool L_28; L_28 = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00a7; } } { // instance.setParameterByID(id, value, ignoreseekspeed); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_29 = __this->get_address_of_instance_17(); U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9 * L_30 = V_0; NullCheck(L_30); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_31 = L_30->get_id_0(); float L_32 = ___value1; bool L_33 = ___ignoreseekspeed2; int32_t L_34; L_34 = EventInstance_setParameterByID_m3129D9EDDF71A1719F309030F8F937F204FE4BE9((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_29, L_31, L_32, L_33, /*hidden argument*/NULL); } IL_00a7: { // } return; } } // System.Boolean FMODUnity.StudioEventEmitter::IsPlaying() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StudioEventEmitter_IsPlaying_m1D4D7C101552D6D5CE0B5F5593CE66F75DD9BFC5 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (instance.isValid()) EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_0 = __this->get_address_of_instance_17(); bool L_1; L_1 = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { // instance.getPlaybackState(out playbackState); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_2 = __this->get_address_of_instance_17(); int32_t L_3; L_3 = EventInstance_getPlaybackState_mA1F9D7BB93F9A9BBA0EC2763A9476E1DE3B8A72C((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_2, (int32_t*)(&V_0), /*hidden argument*/NULL); // return (playbackState != FMOD.Studio.PLAYBACK_STATE.STOPPED); int32_t L_4 = V_0; return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0023: { // return false; return (bool)0; } } // System.Void FMODUnity.StudioEventEmitter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter__ctor_m7D2FC916402AAF7D12E71CFE342951B492D660E2 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m54C62F511EB4A4A8B9A5A985788417FA877A34AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // public string Event = ""; __this->set_Event_6(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // public bool AllowFadeout = true; __this->set_AllowFadeout_9((bool)1); // public ParamRef[] Params = new ParamRef[0]; ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_0 = (ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B*)(ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B*)SZArrayNew(ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_Params_12(L_0); // public float OverrideMinDistance = -1.0f; __this->set_OverrideMinDistance_14((-1.0f)); // public float OverrideMaxDistance = -1.0f; __this->set_OverrideMaxDistance_15((-1.0f)); // private List cachedParams = new List(); List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 * L_1 = (List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57 *)il2cpp_codegen_object_new(List_1_tD6CFCD4ABC67EEE07C2B55A5A2C9DDD836BC3F57_il2cpp_TypeInfo_var); List_1__ctor_m54C62F511EB4A4A8B9A5A985788417FA877A34AC(L_1, /*hidden argument*/List_1__ctor_m54C62F511EB4A4A8B9A5A985788417FA877A34AC_RuntimeMethod_var); __this->set_cachedParams_21(L_1); EventHandler__ctor_m3ED5728681101F586E5E4F1F26EF85D733DFC6E1(__this, /*hidden argument*/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 // FMOD.Studio.PARAMETER_DESCRIPTION FMODUnity.StudioGlobalParameterTrigger::get_ParameterDesctription() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B StudioGlobalParameterTrigger_get_ParameterDesctription_m3A0C58D92BBC9AF66E3F161A26CF1398D6C6A81F (StudioGlobalParameterTrigger_t7AF45683CD487893636F8F5EBF8CA1581229206C * __this, const RuntimeMethod* method) { { // public FMOD.Studio.PARAMETER_DESCRIPTION ParameterDesctription { get { return parameterDescription; } } PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B L_0 = __this->get_parameterDescription_8(); return L_0; } } // FMOD.RESULT FMODUnity.StudioGlobalParameterTrigger::Lookup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StudioGlobalParameterTrigger_Lookup_m4CA44873D6092DE234912EB8023A45FF3B9652CE (StudioGlobalParameterTrigger_t7AF45683CD487893636F8F5EBF8CA1581229206C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 V_0; memset((&V_0), 0, sizeof(V_0)); { // FMOD.RESULT result = RuntimeManager.StudioSystem.getParameterDescriptionByName(parameter, out parameterDescription); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 L_0; L_0 = RuntimeManager_get_StudioSystem_m8B2E68C05A396FD847539CA6556A83D2342C55CA(/*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = __this->get_parameter_5(); PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * L_2 = __this->get_address_of_parameterDescription_8(); int32_t L_3; L_3 = System_getParameterDescriptionByName_mCB0CC15231E71C233CBCDD5D4AEC5E7D252352E4((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)(&V_0), L_1, (PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *)L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Void FMODUnity.StudioGlobalParameterTrigger::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioGlobalParameterTrigger_Awake_m031C1586BB9999EE16B140F984C3874EC7437D41 (StudioGlobalParameterTrigger_t7AF45683CD487893636F8F5EBF8CA1581229206C * __this, const RuntimeMethod* method) { { // if (string.IsNullOrEmpty(parameterDescription.name)) PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * L_0 = __this->get_address_of_parameterDescription_8(); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 L_1 = L_0->get_name_0(); String_t* L_2; L_2 = StringWrapper_op_Implicit_m1C6552BF7971A27E384A063ADE196428072AE8EB(L_1, /*hidden argument*/NULL); bool L_3; L_3 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { // Lookup(); int32_t L_4; L_4 = StudioGlobalParameterTrigger_Lookup_m4CA44873D6092DE234912EB8023A45FF3B9652CE(__this, /*hidden argument*/NULL); } IL_001e: { // } return; } } // System.Void FMODUnity.StudioGlobalParameterTrigger::HandleGameEvent(FMODUnity.EmitterGameEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioGlobalParameterTrigger_HandleGameEvent_mF0FA570E3EC81F373C96C9C7423AD618A4A7540E (StudioGlobalParameterTrigger_t7AF45683CD487893636F8F5EBF8CA1581229206C * __this, int32_t ___gameEvent0, const RuntimeMethod* method) { { // if (TriggerEvent == gameEvent) int32_t L_0 = __this->get_TriggerEvent_6(); int32_t L_1 = ___gameEvent0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000f; } } { // TriggerParameters(); StudioGlobalParameterTrigger_TriggerParameters_m2253CCD62B6265FAD460E4648EBBA0470C6F5F56(__this, /*hidden argument*/NULL); } IL_000f: { // } return; } } // System.Void FMODUnity.StudioGlobalParameterTrigger::TriggerParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioGlobalParameterTrigger_TriggerParameters_m2253CCD62B6265FAD460E4648EBBA0470C6F5F56 (StudioGlobalParameterTrigger_t7AF45683CD487893636F8F5EBF8CA1581229206C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RESULT_t25BE0876E69B44E7D72DC4C52217E7C5B1A82271_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79183E28F0A2736ABD5F0478F81D54CC00454402); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (!string.IsNullOrEmpty(parameter)) String_t* L_0 = __this->get_parameter_5(); bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_004b; } } { // FMOD.RESULT result = RuntimeManager.StudioSystem.setParameterByID(parameterDescription.id, value); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 L_2; L_2 = RuntimeManager_get_StudioSystem_m8B2E68C05A396FD847539CA6556A83D2342C55CA(/*hidden argument*/NULL); V_1 = L_2; PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * L_3 = __this->get_address_of_parameterDescription_8(); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_4 = L_3->get_id_1(); float L_5 = __this->get_value_7(); int32_t L_6; L_6 = System_setParameterByID_mD829C06BC3C0C1F473326758ED858B94EE48AA3D((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)(&V_1), L_4, L_5, (bool)0, /*hidden argument*/NULL); V_0 = L_6; // if (result != FMOD.RESULT.OK) int32_t L_7 = V_0; if (!L_7) { goto IL_004b; } } { // RuntimeUtils.DebugLogError(string.Format(("[FMOD] StudioGlobalParameterTrigger failed to set parameter {0} : result = {1}"), parameter, result)); String_t* L_8 = __this->get_parameter_5(); int32_t L_9 = V_0; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(RESULT_t25BE0876E69B44E7D72DC4C52217E7C5B1A82271_il2cpp_TypeInfo_var, &L_10); String_t* L_12; L_12 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteral79183E28F0A2736ABD5F0478F81D54CC00454402, L_8, L_11, /*hidden argument*/NULL); RuntimeUtils_DebugLogError_m32DADF824B49D54717C11A1689F35D14F6C3B57B(L_12, /*hidden argument*/NULL); } IL_004b: { // } return; } } // System.Void FMODUnity.StudioGlobalParameterTrigger::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioGlobalParameterTrigger__ctor_mA9F00E5DCF2A525F1C02E20C39E6745A8B8BF7BF (StudioGlobalParameterTrigger_t7AF45683CD487893636F8F5EBF8CA1581229206C * __this, const RuntimeMethod* method) { { EventHandler__ctor_m3ED5728681101F586E5E4F1F26EF85D733DFC6E1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.StudioListener::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioListener_OnEnable_m5DA0C6829E0AD1FCCCF7732AD60C5828E60D2FAB (StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_mE749A8DAAB8733CB623A476DC361B88581AF3E40_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // RuntimeUtils.EnforceLibraryOrder(); RuntimeUtils_EnforceLibraryOrder_m7B683A846D00BFE05F075B6E444EA49CC969A4DE(/*hidden argument*/NULL); // rigidBody = gameObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_0); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_1; L_1 = GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354(L_0, /*hidden argument*/GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354_RuntimeMethod_var); __this->set_rigidBody_4(L_1); // rigidBody2D = gameObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_2); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_3; L_3 = GameObject_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_mE749A8DAAB8733CB623A476DC361B88581AF3E40(L_2, /*hidden argument*/GameObject_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_mE749A8DAAB8733CB623A476DC361B88581AF3E40_RuntimeMethod_var); __this->set_rigidBody2D_5(L_3); // ListenerNumber = RuntimeManager.AddListener(this); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); int32_t L_4; L_4 = RuntimeManager_AddListener_m7018E3B64E04A596491CC3C93F5FF13A3B2005E0(__this, /*hidden argument*/NULL); __this->set_ListenerNumber_7(L_4); // } return; } } // System.Void FMODUnity.StudioListener::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioListener_OnDisable_m7AB415D54EDD82DD1F06C8312FE989B35D6569F1 (StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // RuntimeManager.RemoveListener(this); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); bool L_0; L_0 = RuntimeManager_RemoveListener_mB17C7EE3E7D43060A38737DB2CAACE71D7D938FE(__this, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.StudioListener::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioListener_Update_mD3D6261CE5FE015CE71BD2B6852DE5174F46095E (StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * __this, const RuntimeMethod* method) { { // if (ListenerNumber >= 0 && ListenerNumber < FMOD.CONSTANTS.MAX_LISTENERS) int32_t L_0 = __this->get_ListenerNumber_7(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = __this->get_ListenerNumber_7(); if ((((int32_t)L_1) >= ((int32_t)8))) { goto IL_0018; } } { // SetListenerLocation(); StudioListener_SetListenerLocation_m9623F22198605C353C6A1F98073813A84C6250C2(__this, /*hidden argument*/NULL); } IL_0018: { // } return; } } // System.Void FMODUnity.StudioListener::SetListenerLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioListener_SetListenerLocation_m9623F22198605C353C6A1F98073813A84C6250C2 (StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (rigidBody) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_rigidBody_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002b; } } { // RuntimeManager.SetListenerLocation(ListenerNumber, gameObject, rigidBody, attenuationObject); int32_t L_2 = __this->get_ListenerNumber_7(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_4 = __this->get_rigidBody_4(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = __this->get_attenuationObject_6(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_SetListenerLocation_m1843B7D9BD3C45F5836169ABFE6FD078EDADB7BC(L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // } return; } IL_002b: { // if (rigidBody2D) Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_6 = __this->get_rigidBody2D_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } { // RuntimeManager.SetListenerLocation(ListenerNumber, gameObject, rigidBody2D, attenuationObject); int32_t L_8 = __this->get_ListenerNumber_7(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9; L_9 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_10 = __this->get_rigidBody2D_5(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11 = __this->get_attenuationObject_6(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_SetListenerLocation_m71F55DCFB240F401CDCFDBE2C1FD37F71CD5F53B(L_8, L_9, L_10, L_11, /*hidden argument*/NULL); // } return; } IL_0056: { // RuntimeManager.SetListenerLocation(ListenerNumber, gameObject, attenuationObject); int32_t L_12 = __this->get_ListenerNumber_7(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13; L_13 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14 = __this->get_attenuationObject_6(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_SetListenerLocation_m47E88B73FA0863B24CA0733A11DDD266DAF4B7F5(L_12, L_13, L_14, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.StudioListener::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioListener__ctor_mDE3206EA1C54589451617EEC49EDF8E051757BE9 (StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * __this, const RuntimeMethod* method) { { // public int ListenerNumber = -1; __this->set_ListenerNumber_7((-1)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.StudioParameterTrigger::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioParameterTrigger_Awake_m973EE2AA1BBD988E54813525599C5B4DDB231673 (StudioParameterTrigger_t1823479A7EC8918A87BC54D42BCFD4C5950B6AA2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * V_1 = NULL; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B V_4; memset((&V_4), 0, sizeof(V_4)); { // for (int i = 0; i < Emitters.Length; i++) V_0 = 0; goto IL_0093; } IL_0007: { // var emitterRef = Emitters[i]; EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2* L_0 = __this->get_Emitters_5(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; // if (emitterRef.Target != null && !emitterRef.Target.EventReference.IsNull) EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * L_4 = V_1; NullCheck(L_4); StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_5 = L_4->get_Target_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_5, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_008f; } } { EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * L_7 = V_1; NullCheck(L_7); StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_8 = L_7->get_Target_0(); NullCheck(L_8); EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 * L_9 = L_8->get_address_of_EventReference_5(); bool L_10; L_10 = EventReference_get_IsNull_m036D97EA0BC3BEC1908AE9EFDC5595468D36FACF((EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 *)L_9, /*hidden argument*/NULL); if (L_10) { goto IL_008f; } } { // FMOD.Studio.EventDescription eventDesc = RuntimeManager.GetEventDescription(emitterRef.Target.EventReference); EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * L_11 = V_1; NullCheck(L_11); StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_12 = L_11->get_Target_0(); NullCheck(L_12); EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 L_13 = L_12->get_EventReference_5(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_14; L_14 = RuntimeManager_GetEventDescription_m8C024A6715EB9E3DC013FD2DFF5F41E6729D978E(L_13, /*hidden argument*/NULL); V_2 = L_14; // if (eventDesc.isValid()) bool L_15; L_15 = EventDescription_isValid_m7761CD3FF1E7A927B0BD4057EAF9635FDE9D0C34((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)(&V_2), /*hidden argument*/NULL); if (!L_15) { goto IL_008f; } } { // for (int j = 0; j < Emitters[i].Params.Length; j++) V_3 = 0; goto IL_007d; } IL_004e: { // eventDesc.getParameterDescriptionByName(emitterRef.Params[j].Name, out param); EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * L_16 = V_1; NullCheck(L_16); ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_17 = L_16->get_Params_1(); int32_t L_18 = V_3; NullCheck(L_17); int32_t L_19 = L_18; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); String_t* L_21 = L_20->get_Name_0(); int32_t L_22; L_22 = EventDescription_getParameterDescriptionByName_mD9CEA2307FB550F93E6BB18274A079F60103E917((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)(&V_2), L_21, (PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *)(&V_4), /*hidden argument*/NULL); // emitterRef.Params[j].ID = param.id; EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * L_23 = V_1; NullCheck(L_23); ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_24 = L_23->get_Params_1(); int32_t L_25 = V_3; NullCheck(L_24); int32_t L_26 = L_25; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_27 = (L_24)->GetAt(static_cast(L_26)); PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B L_28 = V_4; PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_29 = L_28.get_id_1(); NullCheck(L_27); L_27->set_ID_2(L_29); // for (int j = 0; j < Emitters[i].Params.Length; j++) int32_t L_30 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_007d: { // for (int j = 0; j < Emitters[i].Params.Length; j++) int32_t L_31 = V_3; EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2* L_32 = __this->get_Emitters_5(); int32_t L_33 = V_0; NullCheck(L_32); int32_t L_34 = L_33; EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_35); ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_36 = L_35->get_Params_1(); NullCheck(L_36); if ((((int32_t)L_31) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))) { goto IL_004e; } } IL_008f: { // for (int i = 0; i < Emitters.Length; i++) int32_t L_37 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_0093: { // for (int i = 0; i < Emitters.Length; i++) int32_t L_38 = V_0; EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2* L_39 = __this->get_Emitters_5(); NullCheck(L_39); if ((((int32_t)L_38) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length)))))) { goto IL_0007; } } { // } return; } } // System.Void FMODUnity.StudioParameterTrigger::HandleGameEvent(FMODUnity.EmitterGameEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioParameterTrigger_HandleGameEvent_m03F23C32EF5AD3680C5EF68FE94EFCBBC2A18867 (StudioParameterTrigger_t1823479A7EC8918A87BC54D42BCFD4C5950B6AA2 * __this, int32_t ___gameEvent0, const RuntimeMethod* method) { { // if (TriggerEvent == gameEvent) int32_t L_0 = __this->get_TriggerEvent_6(); int32_t L_1 = ___gameEvent0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000f; } } { // TriggerParameters(); StudioParameterTrigger_TriggerParameters_mF29FCF37335A668E749E0D43303368E65ECA7590(__this, /*hidden argument*/NULL); } IL_000f: { // } return; } } // System.Void FMODUnity.StudioParameterTrigger::TriggerParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioParameterTrigger_TriggerParameters_mF29FCF37335A668E749E0D43303368E65ECA7590 (StudioParameterTrigger_t1823479A7EC8918A87BC54D42BCFD4C5950B6AA2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * V_1 = NULL; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; { // for (int i = 0; i < Emitters.Length; i++) V_0 = 0; goto IL_008e; } IL_0007: { // var emitterRef = Emitters[i]; EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2* L_0 = __this->get_Emitters_5(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; // if (emitterRef.Target != null && emitterRef.Target.EventInstance.isValid()) EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * L_4 = V_1; NullCheck(L_4); StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_5 = L_4->get_Target_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_5, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_008a; } } { EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * L_7 = V_1; NullCheck(L_7); StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_8 = L_7->get_Target_0(); NullCheck(L_8); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_9; L_9 = StudioEventEmitter_get_EventInstance_mDF92AC5F5DD9B02747203A1E80EFD9E9AB5C3198_inline(L_8, /*hidden argument*/NULL); V_2 = L_9; bool L_10; L_10 = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)(&V_2), /*hidden argument*/NULL); if (!L_10) { goto IL_008a; } } { // for (int j = 0; j < Emitters[i].Params.Length; j++) V_3 = 0; goto IL_0078; } IL_0037: { // emitterRef.Target.EventInstance.setParameterByID(Emitters[i].Params[j].ID, Emitters[i].Params[j].Value); EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * L_11 = V_1; NullCheck(L_11); StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_12 = L_11->get_Target_0(); NullCheck(L_12); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_13; L_13 = StudioEventEmitter_get_EventInstance_mDF92AC5F5DD9B02747203A1E80EFD9E9AB5C3198_inline(L_12, /*hidden argument*/NULL); V_2 = L_13; EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2* L_14 = __this->get_Emitters_5(); int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_18 = L_17->get_Params_1(); int32_t L_19 = V_3; NullCheck(L_18); int32_t L_20 = L_19; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_21); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_22 = L_21->get_ID_2(); EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2* L_23 = __this->get_Emitters_5(); int32_t L_24 = V_0; NullCheck(L_23); int32_t L_25 = L_24; EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_26); ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_27 = L_26->get_Params_1(); int32_t L_28 = V_3; NullCheck(L_27); int32_t L_29 = L_28; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_30 = (L_27)->GetAt(static_cast(L_29)); NullCheck(L_30); float L_31 = L_30->get_Value_1(); int32_t L_32; L_32 = EventInstance_setParameterByID_m3129D9EDDF71A1719F309030F8F937F204FE4BE9((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)(&V_2), L_22, L_31, (bool)0, /*hidden argument*/NULL); // for (int j = 0; j < Emitters[i].Params.Length; j++) int32_t L_33 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_0078: { // for (int j = 0; j < Emitters[i].Params.Length; j++) int32_t L_34 = V_3; EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2* L_35 = __this->get_Emitters_5(); int32_t L_36 = V_0; NullCheck(L_35); int32_t L_37 = L_36; EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * L_38 = (L_35)->GetAt(static_cast(L_37)); NullCheck(L_38); ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_39 = L_38->get_Params_1(); NullCheck(L_39); if ((((int32_t)L_34) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length)))))) { goto IL_0037; } } IL_008a: { // for (int i = 0; i < Emitters.Length; i++) int32_t L_40 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_008e: { // for (int i = 0; i < Emitters.Length; i++) int32_t L_41 = V_0; EmitterRefU5BU5D_tE5D51EE11D435FC722386D0315A91C2F8FBDD0B2* L_42 = __this->get_Emitters_5(); NullCheck(L_42); if ((((int32_t)L_41) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length)))))) { goto IL_0007; } } { // } return; } } // System.Void FMODUnity.StudioParameterTrigger::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioParameterTrigger__ctor_m711EE51AC6AD9AF6DF41F15B05640912E6DF5785 (StudioParameterTrigger_t1823479A7EC8918A87BC54D42BCFD4C5950B6AA2 * __this, const RuntimeMethod* method) { { EventHandler__ctor_m3ED5728681101F586E5E4F1F26EF85D733DFC6E1(__this, /*hidden argument*/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 // FMOD.RESULT FMOD.System::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_release_m1BECD9E9087D327ACA0A17EB625F815ECDD2A6BA (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method) { { // return FMOD5_System_Release(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = System_FMOD5_System_Release_mA84CA742A837D8F68497462B0C02BED01CED5FEF((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t System_release_m1BECD9E9087D327ACA0A17EB625F815ECDD2A6BA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_release_m1BECD9E9087D327ACA0A17EB625F815ECDD2A6BA(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.System::setOutput(FMOD.OUTPUTTYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setOutput_m4971A597846BB9C2E6D3A730F1C4EBB23552D3BA (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___output0, const RuntimeMethod* method) { { // return FMOD5_System_SetOutput(this.handle, output); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___output0; int32_t L_2; L_2 = System_FMOD5_System_SetOutput_mA9B9A759636F482B3A38A306E9F2B9765AC8402A((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_setOutput_m4971A597846BB9C2E6D3A730F1C4EBB23552D3BA_AdjustorThunk (RuntimeObject * __this, int32_t ___output0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setOutput_m4971A597846BB9C2E6D3A730F1C4EBB23552D3BA(_thisAdjusted, ___output0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getOutput(FMOD.OUTPUTTYPE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getOutput_mAA1EB0589BCEB75434F48D48D73E94E3711B729A (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___output0, const RuntimeMethod* method) { { // return FMOD5_System_GetOutput(this.handle, out output); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___output0; int32_t L_2; L_2 = System_FMOD5_System_GetOutput_mD85DFCB9BBA8C1416FCEF7E675F8A2FB6A1F3FC4((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getOutput_mAA1EB0589BCEB75434F48D48D73E94E3711B729A_AdjustorThunk (RuntimeObject * __this, int32_t* ___output0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getOutput_mAA1EB0589BCEB75434F48D48D73E94E3711B729A(_thisAdjusted, ___output0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getNumDrivers(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNumDrivers_mAEF2EE84528C262CC03BB93E7672BC9F3A5B63D8 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___numdrivers0, const RuntimeMethod* method) { { // return FMOD5_System_GetNumDrivers(this.handle, out numdrivers); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numdrivers0; int32_t L_2; L_2 = System_FMOD5_System_GetNumDrivers_mA97169CD923A1FCA9A68A27DA4B8B1F0280ED209((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getNumDrivers_mAEF2EE84528C262CC03BB93E7672BC9F3A5B63D8_AdjustorThunk (RuntimeObject * __this, int32_t* ___numdrivers0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getNumDrivers_mAEF2EE84528C262CC03BB93E7672BC9F3A5B63D8(_thisAdjusted, ___numdrivers0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getDriverInfo(System.Int32,System.String&,System.Int32,System.Guid&,System.Int32&,FMOD.SPEAKERMODE&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getDriverInfo_mF2FEEEF8A42D1F474788CAD712073B0D24122F92 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, String_t** ___name1, int32_t ___namelen2, Guid_t * ___guid3, int32_t* ___systemrate4, int32_t* ___speakermode5, int32_t* ___speakermodechannels6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IntPtr stringMem = Marshal.AllocHGlobal(namelen); int32_t L_0 = ___namelen2; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(L_0, /*hidden argument*/NULL); V_0 = (intptr_t)L_1; // RESULT result = FMOD5_System_GetDriverInfo(this.handle, id, stringMem, namelen, out guid, out systemrate, out speakermode, out speakermodechannels); intptr_t L_2 = __this->get_handle_0(); int32_t L_3 = ___id0; intptr_t L_4 = V_0; int32_t L_5 = ___namelen2; Guid_t * L_6 = ___guid3; int32_t* L_7 = ___systemrate4; int32_t* L_8 = ___speakermode5; int32_t* L_9 = ___speakermodechannels6; int32_t L_10; L_10 = System_FMOD5_System_GetDriverInfo_mADF01EF04050D8945B511A59CFB167497A5BD8FA((intptr_t)L_2, L_3, (intptr_t)L_4, L_5, (Guid_t *)L_6, (int32_t*)L_7, (int32_t*)L_8, (int32_t*)L_9, /*hidden argument*/NULL); V_1 = L_10; // using (StringHelper.ThreadSafeEncoding encoding = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_11; L_11 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_2 = L_11; } IL_0024: try { // begin try (depth: 1) // name = encoding.stringFromNative(stringMem); String_t** L_12 = ___name1; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_13 = V_2; intptr_t L_14 = V_0; NullCheck(L_13); String_t* L_15; L_15 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_13, (intptr_t)L_14, /*hidden argument*/NULL); *((RuntimeObject **)L_12) = (RuntimeObject *)L_15; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_12, (void*)(RuntimeObject *)L_15); // } IL2CPP_LEAVE(0x39, FINALLY_002f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002f; } FINALLY_002f: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_16 = V_2; if (!L_16) { goto IL_0038; } } IL_0032: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_17 = V_2; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_0038: { IL2CPP_END_FINALLY(47) } } // end finally (depth: 1) IL2CPP_CLEANUP(47) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x39, IL_0039) } IL_0039: { // Marshal.FreeHGlobal(stringMem); intptr_t L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_18, /*hidden argument*/NULL); // return result; int32_t L_19 = V_1; return L_19; } } IL2CPP_EXTERN_C int32_t System_getDriverInfo_mF2FEEEF8A42D1F474788CAD712073B0D24122F92_AdjustorThunk (RuntimeObject * __this, int32_t ___id0, String_t** ___name1, int32_t ___namelen2, Guid_t * ___guid3, int32_t* ___systemrate4, int32_t* ___speakermode5, int32_t* ___speakermodechannels6, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getDriverInfo_mF2FEEEF8A42D1F474788CAD712073B0D24122F92(_thisAdjusted, ___id0, ___name1, ___namelen2, ___guid3, ___systemrate4, ___speakermode5, ___speakermodechannels6, method); return _returnValue; } // FMOD.RESULT FMOD.System::getDriverInfo(System.Int32,System.Guid&,System.Int32&,FMOD.SPEAKERMODE&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getDriverInfo_m2305488899D02881CB69B805EC16E643EA56FEC2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, Guid_t * ___guid1, int32_t* ___systemrate2, int32_t* ___speakermode3, int32_t* ___speakermodechannels4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return FMOD5_System_GetDriverInfo(this.handle, id, IntPtr.Zero, 0, out guid, out systemrate, out speakermode, out speakermodechannels); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___id0; Guid_t * L_2 = ___guid1; int32_t* L_3 = ___systemrate2; int32_t* L_4 = ___speakermode3; int32_t* L_5 = ___speakermodechannels4; int32_t L_6; L_6 = System_FMOD5_System_GetDriverInfo_mADF01EF04050D8945B511A59CFB167497A5BD8FA((intptr_t)L_0, L_1, (intptr_t)(0), 0, (Guid_t *)L_2, (int32_t*)L_3, (int32_t*)L_4, (int32_t*)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t System_getDriverInfo_m2305488899D02881CB69B805EC16E643EA56FEC2_AdjustorThunk (RuntimeObject * __this, int32_t ___id0, Guid_t * ___guid1, int32_t* ___systemrate2, int32_t* ___speakermode3, int32_t* ___speakermodechannels4, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getDriverInfo_m2305488899D02881CB69B805EC16E643EA56FEC2(_thisAdjusted, ___id0, ___guid1, ___systemrate2, ___speakermode3, ___speakermodechannels4, method); return _returnValue; } // FMOD.RESULT FMOD.System::setDriver(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setDriver_m624944F70A4CBDCD9C41374DA217522AF61CFBD6 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___driver0, const RuntimeMethod* method) { { // return FMOD5_System_SetDriver(this.handle, driver); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___driver0; int32_t L_2; L_2 = System_FMOD5_System_SetDriver_mEB0CDA568E38CACAE55317B4E81D1B698F3D3B5A((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_setDriver_m624944F70A4CBDCD9C41374DA217522AF61CFBD6_AdjustorThunk (RuntimeObject * __this, int32_t ___driver0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setDriver_m624944F70A4CBDCD9C41374DA217522AF61CFBD6(_thisAdjusted, ___driver0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getDriver(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getDriver_m0263654B166B07DBD0650DC18673F40DF1DD25BC (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___driver0, const RuntimeMethod* method) { { // return FMOD5_System_GetDriver(this.handle, out driver); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___driver0; int32_t L_2; L_2 = System_FMOD5_System_GetDriver_m8BD4C12EF8638AC7B42A54DA92ECA50F30AA6258((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getDriver_m0263654B166B07DBD0650DC18673F40DF1DD25BC_AdjustorThunk (RuntimeObject * __this, int32_t* ___driver0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getDriver_m0263654B166B07DBD0650DC18673F40DF1DD25BC(_thisAdjusted, ___driver0, method); return _returnValue; } // FMOD.RESULT FMOD.System::setSoftwareChannels(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setSoftwareChannels_m4A306C5E913E961B06B5BD802638C4171A150CB9 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___numsoftwarechannels0, const RuntimeMethod* method) { { // return FMOD5_System_SetSoftwareChannels(this.handle, numsoftwarechannels); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___numsoftwarechannels0; int32_t L_2; L_2 = System_FMOD5_System_SetSoftwareChannels_m16794261094904F08FD5B91C36B5040EDB882DA1((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_setSoftwareChannels_m4A306C5E913E961B06B5BD802638C4171A150CB9_AdjustorThunk (RuntimeObject * __this, int32_t ___numsoftwarechannels0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setSoftwareChannels_m4A306C5E913E961B06B5BD802638C4171A150CB9(_thisAdjusted, ___numsoftwarechannels0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getSoftwareChannels(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getSoftwareChannels_m139F03A1EBB7C79C7E240340212766981D19B9F7 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___numsoftwarechannels0, const RuntimeMethod* method) { { // return FMOD5_System_GetSoftwareChannels(this.handle, out numsoftwarechannels); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numsoftwarechannels0; int32_t L_2; L_2 = System_FMOD5_System_GetSoftwareChannels_m14E4E685247937C6462184FE8797AB11330E7169((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getSoftwareChannels_m139F03A1EBB7C79C7E240340212766981D19B9F7_AdjustorThunk (RuntimeObject * __this, int32_t* ___numsoftwarechannels0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getSoftwareChannels_m139F03A1EBB7C79C7E240340212766981D19B9F7(_thisAdjusted, ___numsoftwarechannels0, method); return _returnValue; } // FMOD.RESULT FMOD.System::setSoftwareFormat(System.Int32,FMOD.SPEAKERMODE,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setSoftwareFormat_m4D223230D8E4723EC34051EDD60FB116722C0714 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___samplerate0, int32_t ___speakermode1, int32_t ___numrawspeakers2, const RuntimeMethod* method) { { // return FMOD5_System_SetSoftwareFormat(this.handle, samplerate, speakermode, numrawspeakers); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___samplerate0; int32_t L_2 = ___speakermode1; int32_t L_3 = ___numrawspeakers2; int32_t L_4; L_4 = System_FMOD5_System_SetSoftwareFormat_m6BDEE9FC663BD96CA0C1841DD13711225C2097B8((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_setSoftwareFormat_m4D223230D8E4723EC34051EDD60FB116722C0714_AdjustorThunk (RuntimeObject * __this, int32_t ___samplerate0, int32_t ___speakermode1, int32_t ___numrawspeakers2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setSoftwareFormat_m4D223230D8E4723EC34051EDD60FB116722C0714(_thisAdjusted, ___samplerate0, ___speakermode1, ___numrawspeakers2, method); return _returnValue; } // FMOD.RESULT FMOD.System::getSoftwareFormat(System.Int32&,FMOD.SPEAKERMODE&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getSoftwareFormat_m21A92E052A09961317B609ABDCE5350CE50092C3 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___samplerate0, int32_t* ___speakermode1, int32_t* ___numrawspeakers2, const RuntimeMethod* method) { { // return FMOD5_System_GetSoftwareFormat(this.handle, out samplerate, out speakermode, out numrawspeakers); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___samplerate0; int32_t* L_2 = ___speakermode1; int32_t* L_3 = ___numrawspeakers2; int32_t L_4; L_4 = System_FMOD5_System_GetSoftwareFormat_m00B5122098124D95EC3D89B7F601B7B0C320D717((intptr_t)L_0, (int32_t*)L_1, (int32_t*)L_2, (int32_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_getSoftwareFormat_m21A92E052A09961317B609ABDCE5350CE50092C3_AdjustorThunk (RuntimeObject * __this, int32_t* ___samplerate0, int32_t* ___speakermode1, int32_t* ___numrawspeakers2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getSoftwareFormat_m21A92E052A09961317B609ABDCE5350CE50092C3(_thisAdjusted, ___samplerate0, ___speakermode1, ___numrawspeakers2, method); return _returnValue; } // FMOD.RESULT FMOD.System::setDSPBufferSize(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setDSPBufferSize_m13A382CA3D4F3C883C8C16862C1A629C982353E5 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___bufferlength0, int32_t ___numbuffers1, const RuntimeMethod* method) { { // return FMOD5_System_SetDSPBufferSize(this.handle, bufferlength, numbuffers); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___bufferlength0; int32_t L_2 = ___numbuffers1; int32_t L_3; L_3 = System_FMOD5_System_SetDSPBufferSize_mB25A5AA9D715E913B7CA77C15AF0448BF9661778((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_setDSPBufferSize_m13A382CA3D4F3C883C8C16862C1A629C982353E5_AdjustorThunk (RuntimeObject * __this, uint32_t ___bufferlength0, int32_t ___numbuffers1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setDSPBufferSize_m13A382CA3D4F3C883C8C16862C1A629C982353E5(_thisAdjusted, ___bufferlength0, ___numbuffers1, method); return _returnValue; } // FMOD.RESULT FMOD.System::getDSPBufferSize(System.UInt32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getDSPBufferSize_m11EC892AA36631F56BBDF2B8EB6F5392BE5BBF49 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t* ___bufferlength0, int32_t* ___numbuffers1, const RuntimeMethod* method) { { // return FMOD5_System_GetDSPBufferSize(this.handle, out bufferlength, out numbuffers); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___bufferlength0; int32_t* L_2 = ___numbuffers1; int32_t L_3; L_3 = System_FMOD5_System_GetDSPBufferSize_m7AF211CEBFF2A36F64320A95FD3E86CC8F94E76B((intptr_t)L_0, (uint32_t*)L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getDSPBufferSize_m11EC892AA36631F56BBDF2B8EB6F5392BE5BBF49_AdjustorThunk (RuntimeObject * __this, uint32_t* ___bufferlength0, int32_t* ___numbuffers1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getDSPBufferSize_m11EC892AA36631F56BBDF2B8EB6F5392BE5BBF49(_thisAdjusted, ___bufferlength0, ___numbuffers1, method); return _returnValue; } // FMOD.RESULT FMOD.System::setFileSystem(FMOD.FILE_OPEN_CALLBACK,FMOD.FILE_CLOSE_CALLBACK,FMOD.FILE_READ_CALLBACK,FMOD.FILE_SEEK_CALLBACK,FMOD.FILE_ASYNCREAD_CALLBACK,FMOD.FILE_ASYNCCANCEL_CALLBACK,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setFileSystem_m0654C788ECE1EA9033FDE1801C3985FFD6AFE85C (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * ___useropen0, FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * ___userclose1, FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * ___userread2, FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * ___userseek3, FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F * ___userasyncread4, FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF * ___userasynccancel5, int32_t ___blockalign6, const RuntimeMethod* method) { { // return FMOD5_System_SetFileSystem(this.handle, useropen, userclose, userread, userseek, userasyncread, userasynccancel, blockalign); intptr_t L_0 = __this->get_handle_0(); FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * L_1 = ___useropen0; FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * L_2 = ___userclose1; FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * L_3 = ___userread2; FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * L_4 = ___userseek3; FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F * L_5 = ___userasyncread4; FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF * L_6 = ___userasynccancel5; int32_t L_7 = ___blockalign6; int32_t L_8; L_8 = System_FMOD5_System_SetFileSystem_m1645E82F2896F3D88E77D44B5B0B284C4DCC87B9((intptr_t)L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } IL2CPP_EXTERN_C int32_t System_setFileSystem_m0654C788ECE1EA9033FDE1801C3985FFD6AFE85C_AdjustorThunk (RuntimeObject * __this, FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * ___useropen0, FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * ___userclose1, FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * ___userread2, FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * ___userseek3, FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F * ___userasyncread4, FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF * ___userasynccancel5, int32_t ___blockalign6, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setFileSystem_m0654C788ECE1EA9033FDE1801C3985FFD6AFE85C(_thisAdjusted, ___useropen0, ___userclose1, ___userread2, ___userseek3, ___userasyncread4, ___userasynccancel5, ___blockalign6, method); return _returnValue; } // FMOD.RESULT FMOD.System::attachFileSystem(FMOD.FILE_OPEN_CALLBACK,FMOD.FILE_CLOSE_CALLBACK,FMOD.FILE_READ_CALLBACK,FMOD.FILE_SEEK_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_attachFileSystem_m1A508892C6D5B63AC2E493305856D0594E7BE94F (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * ___useropen0, FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * ___userclose1, FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * ___userread2, FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * ___userseek3, const RuntimeMethod* method) { { // return FMOD5_System_AttachFileSystem(this.handle, useropen, userclose, userread, userseek); intptr_t L_0 = __this->get_handle_0(); FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * L_1 = ___useropen0; FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * L_2 = ___userclose1; FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * L_3 = ___userread2; FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * L_4 = ___userseek3; int32_t L_5; L_5 = System_FMOD5_System_AttachFileSystem_mD6D21A9A5E129635DE8002AE38223214B7885CBC((intptr_t)L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t System_attachFileSystem_m1A508892C6D5B63AC2E493305856D0594E7BE94F_AdjustorThunk (RuntimeObject * __this, FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * ___useropen0, FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * ___userclose1, FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * ___userread2, FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * ___userseek3, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_attachFileSystem_m1A508892C6D5B63AC2E493305856D0594E7BE94F(_thisAdjusted, ___useropen0, ___userclose1, ___userread2, ___userseek3, method); return _returnValue; } // FMOD.RESULT FMOD.System::setAdvancedSettings(FMOD.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setAdvancedSettings_mA15BBCE6FF907D59721E51CCB8B49065CAB46C74 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * ___settings0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // settings.cbSize = MarshalHelper.SizeOf(typeof(ADVANCEDSETTINGS)); ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * L_0 = ___settings0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); int32_t L_3; L_3 = MarshalHelper_SizeOf_m85034A210DAA83CFB03240A1D05EDC85FBEF60BB(L_2, /*hidden argument*/NULL); L_0->set_cbSize_0(L_3); // return FMOD5_System_SetAdvancedSettings(this.handle, ref settings); intptr_t L_4 = __this->get_handle_0(); ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * L_5 = ___settings0; int32_t L_6; L_6 = System_FMOD5_System_SetAdvancedSettings_m2D52C78EDB495B779B4F1BA896E58E3874BA47FA((intptr_t)L_4, (ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 *)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t System_setAdvancedSettings_mA15BBCE6FF907D59721E51CCB8B49065CAB46C74_AdjustorThunk (RuntimeObject * __this, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * ___settings0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setAdvancedSettings_mA15BBCE6FF907D59721E51CCB8B49065CAB46C74(_thisAdjusted, ___settings0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getAdvancedSettings(FMOD.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getAdvancedSettings_m48DF910C80368664AE45381B11F422463AA0BD03 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * ___settings0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // settings.cbSize = MarshalHelper.SizeOf(typeof(ADVANCEDSETTINGS)); ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * L_0 = ___settings0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); int32_t L_3; L_3 = MarshalHelper_SizeOf_m85034A210DAA83CFB03240A1D05EDC85FBEF60BB(L_2, /*hidden argument*/NULL); L_0->set_cbSize_0(L_3); // return FMOD5_System_GetAdvancedSettings(this.handle, ref settings); intptr_t L_4 = __this->get_handle_0(); ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * L_5 = ___settings0; int32_t L_6; L_6 = System_FMOD5_System_GetAdvancedSettings_m56719919AE47EE9999E1AB79CB39851D8CBA2728((intptr_t)L_4, (ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 *)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t System_getAdvancedSettings_m48DF910C80368664AE45381B11F422463AA0BD03_AdjustorThunk (RuntimeObject * __this, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * ___settings0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getAdvancedSettings_m48DF910C80368664AE45381B11F422463AA0BD03(_thisAdjusted, ___settings0, method); return _returnValue; } // FMOD.RESULT FMOD.System::setCallback(FMOD.SYSTEM_CALLBACK,FMOD.SYSTEM_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setCallback_m3522FE5C68147B3177D67F0DA362822FA8309B31 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * ___callback0, uint32_t ___callbackmask1, const RuntimeMethod* method) { { // return FMOD5_System_SetCallback(this.handle, callback, callbackmask); intptr_t L_0 = __this->get_handle_0(); SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * L_1 = ___callback0; uint32_t L_2 = ___callbackmask1; int32_t L_3; L_3 = System_FMOD5_System_SetCallback_m30F67B7DEDF27A95D3E35F98586A60B0A22E20E0((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_setCallback_m3522FE5C68147B3177D67F0DA362822FA8309B31_AdjustorThunk (RuntimeObject * __this, SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * ___callback0, uint32_t ___callbackmask1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setCallback_m3522FE5C68147B3177D67F0DA362822FA8309B31(_thisAdjusted, ___callback0, ___callbackmask1, method); return _returnValue; } // FMOD.RESULT FMOD.System::setPluginPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setPluginPath_m297EA32AC9EE529F6CA23E5A0AE57091C9AE488B (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD5_System_SetPluginPath(this.handle, encoder.byteFromStringUTF8(path)); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___path0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); int32_t L_5; L_5 = System_FMOD5_System_SetPluginPath_m813D28C5011B4A649C2FD7758C057562A7DF2D1B((intptr_t)L_1, L_4, /*hidden argument*/NULL); V_1 = L_5; IL2CPP_LEAVE(0x25, FINALLY_001b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001b; } FINALLY_001b: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_6 = V_0; if (!L_6) { goto IL_0024; } } IL_001e: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_7 = V_0; NullCheck(L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_7); } IL_0024: { IL2CPP_END_FINALLY(27) } } // end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x25, IL_0025) } IL_0025: { // } int32_t L_8 = V_1; return L_8; } } IL2CPP_EXTERN_C int32_t System_setPluginPath_m297EA32AC9EE529F6CA23E5A0AE57091C9AE488B_AdjustorThunk (RuntimeObject * __this, String_t* ___path0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setPluginPath_m297EA32AC9EE529F6CA23E5A0AE57091C9AE488B(_thisAdjusted, ___path0, method); return _returnValue; } // FMOD.RESULT FMOD.System::loadPlugin(System.String,System.UInt32&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadPlugin_mE74F666527CA38E22F4704F9C3626AFD81C7D36E (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___filename0, uint32_t* ___handle1, uint32_t ___priority2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD5_System_LoadPlugin(this.handle, encoder.byteFromStringUTF8(filename), out handle, priority); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___filename0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); uint32_t* L_5 = ___handle1; uint32_t L_6 = ___priority2; int32_t L_7; L_7 = System_FMOD5_System_LoadPlugin_mBDA4DAE1B2E00807CB74B6670E5CB7134366443F((intptr_t)L_1, L_4, (uint32_t*)L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_LEAVE(0x27, FINALLY_001d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; if (!L_8) { goto IL_0026; } } IL_0020: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_0026: { IL2CPP_END_FINALLY(29) } } // end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x27, IL_0027) } IL_0027: { // } int32_t L_10 = V_1; return L_10; } } IL2CPP_EXTERN_C int32_t System_loadPlugin_mE74F666527CA38E22F4704F9C3626AFD81C7D36E_AdjustorThunk (RuntimeObject * __this, String_t* ___filename0, uint32_t* ___handle1, uint32_t ___priority2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_loadPlugin_mE74F666527CA38E22F4704F9C3626AFD81C7D36E(_thisAdjusted, ___filename0, ___handle1, ___priority2, method); return _returnValue; } // FMOD.RESULT FMOD.System::unloadPlugin(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_unloadPlugin_m26479D93225450860DE08F58D63B039FE862149F (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, const RuntimeMethod* method) { { // return FMOD5_System_UnloadPlugin(this.handle, handle); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___handle0; int32_t L_2; L_2 = System_FMOD5_System_UnloadPlugin_mC441E0317EB927952E764639AC30906B4F56FC37((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_unloadPlugin_m26479D93225450860DE08F58D63B039FE862149F_AdjustorThunk (RuntimeObject * __this, uint32_t ___handle0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_unloadPlugin_m26479D93225450860DE08F58D63B039FE862149F(_thisAdjusted, ___handle0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getNumNestedPlugins(System.UInt32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNumNestedPlugins_mED191DC2DC9C3809BC307688BD8265741E03EE81 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, int32_t* ___count1, const RuntimeMethod* method) { { // return FMOD5_System_GetNumNestedPlugins(this.handle, handle, out count); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___handle0; int32_t* L_2 = ___count1; int32_t L_3; L_3 = System_FMOD5_System_GetNumNestedPlugins_m7DB5B52DFD4A41F7449370A3D2DD0CD5E6DC195C((intptr_t)L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getNumNestedPlugins_mED191DC2DC9C3809BC307688BD8265741E03EE81_AdjustorThunk (RuntimeObject * __this, uint32_t ___handle0, int32_t* ___count1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getNumNestedPlugins_mED191DC2DC9C3809BC307688BD8265741E03EE81(_thisAdjusted, ___handle0, ___count1, method); return _returnValue; } // FMOD.RESULT FMOD.System::getNestedPlugin(System.UInt32,System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNestedPlugin_m132B8450B34BD180245B9062095331158374CDBB (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, int32_t ___index1, uint32_t* ___nestedhandle2, const RuntimeMethod* method) { { // return FMOD5_System_GetNestedPlugin(this.handle, handle, index, out nestedhandle); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___handle0; int32_t L_2 = ___index1; uint32_t* L_3 = ___nestedhandle2; int32_t L_4; L_4 = System_FMOD5_System_GetNestedPlugin_mD24971ABBCCDBD39B5895A75174E748EA201CA03((intptr_t)L_0, L_1, L_2, (uint32_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_getNestedPlugin_m132B8450B34BD180245B9062095331158374CDBB_AdjustorThunk (RuntimeObject * __this, uint32_t ___handle0, int32_t ___index1, uint32_t* ___nestedhandle2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getNestedPlugin_m132B8450B34BD180245B9062095331158374CDBB(_thisAdjusted, ___handle0, ___index1, ___nestedhandle2, method); return _returnValue; } // FMOD.RESULT FMOD.System::getNumPlugins(FMOD.PLUGINTYPE,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNumPlugins_m97213D74BF21E63E06D79D46604ED8F9464CF484 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___plugintype0, int32_t* ___numplugins1, const RuntimeMethod* method) { { // return FMOD5_System_GetNumPlugins(this.handle, plugintype, out numplugins); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___plugintype0; int32_t* L_2 = ___numplugins1; int32_t L_3; L_3 = System_FMOD5_System_GetNumPlugins_m4A92363F0E06B06A8465D98260D5A5A6EFBE29E7((intptr_t)L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getNumPlugins_m97213D74BF21E63E06D79D46604ED8F9464CF484_AdjustorThunk (RuntimeObject * __this, int32_t ___plugintype0, int32_t* ___numplugins1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getNumPlugins_m97213D74BF21E63E06D79D46604ED8F9464CF484(_thisAdjusted, ___plugintype0, ___numplugins1, method); return _returnValue; } // FMOD.RESULT FMOD.System::getPluginHandle(FMOD.PLUGINTYPE,System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getPluginHandle_m5D263BA5566651114CD31232DAD09F38310B42E8 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___plugintype0, int32_t ___index1, uint32_t* ___handle2, const RuntimeMethod* method) { { // return FMOD5_System_GetPluginHandle(this.handle, plugintype, index, out handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___plugintype0; int32_t L_2 = ___index1; uint32_t* L_3 = ___handle2; int32_t L_4; L_4 = System_FMOD5_System_GetPluginHandle_m9983B7FDE3E99D13A395F197EED45D6F8EAA6D12((intptr_t)L_0, L_1, L_2, (uint32_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_getPluginHandle_m5D263BA5566651114CD31232DAD09F38310B42E8_AdjustorThunk (RuntimeObject * __this, int32_t ___plugintype0, int32_t ___index1, uint32_t* ___handle2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getPluginHandle_m5D263BA5566651114CD31232DAD09F38310B42E8(_thisAdjusted, ___plugintype0, ___index1, ___handle2, method); return _returnValue; } // FMOD.RESULT FMOD.System::getPluginInfo(System.UInt32,FMOD.PLUGINTYPE&,System.String&,System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getPluginInfo_mF9B0B8D3DDE5FDE4AE84976C04E0D072865FF5CA (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, int32_t* ___plugintype1, String_t** ___name2, int32_t ___namelen3, uint32_t* ___version4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IntPtr stringMem = Marshal.AllocHGlobal(namelen); int32_t L_0 = ___namelen3; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(L_0, /*hidden argument*/NULL); V_0 = (intptr_t)L_1; // RESULT result = FMOD5_System_GetPluginInfo(this.handle, handle, out plugintype, stringMem, namelen, out version); intptr_t L_2 = __this->get_handle_0(); uint32_t L_3 = ___handle0; int32_t* L_4 = ___plugintype1; intptr_t L_5 = V_0; int32_t L_6 = ___namelen3; uint32_t* L_7 = ___version4; int32_t L_8; L_8 = System_FMOD5_System_GetPluginInfo_mAE022A71A7AA363E4DE7473945E58FAC0F93C5D5((intptr_t)L_2, L_3, (int32_t*)L_4, (intptr_t)L_5, L_6, (uint32_t*)L_7, /*hidden argument*/NULL); V_1 = L_8; // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9; L_9 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_2 = L_9; } IL_0021: try { // begin try (depth: 1) // name = encoder.stringFromNative(stringMem); String_t** L_10 = ___name2; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_11 = V_2; intptr_t L_12 = V_0; NullCheck(L_11); String_t* L_13; L_13 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_11, (intptr_t)L_12, /*hidden argument*/NULL); *((RuntimeObject **)L_10) = (RuntimeObject *)L_13; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)L_13); // } IL2CPP_LEAVE(0x36, FINALLY_002c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002c; } FINALLY_002c: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_14 = V_2; if (!L_14) { goto IL_0035; } } IL_002f: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_15 = V_2; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_0035: { IL2CPP_END_FINALLY(44) } } // end finally (depth: 1) IL2CPP_CLEANUP(44) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x36, IL_0036) } IL_0036: { // Marshal.FreeHGlobal(stringMem); intptr_t L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_16, /*hidden argument*/NULL); // return result; int32_t L_17 = V_1; return L_17; } } IL2CPP_EXTERN_C int32_t System_getPluginInfo_mF9B0B8D3DDE5FDE4AE84976C04E0D072865FF5CA_AdjustorThunk (RuntimeObject * __this, uint32_t ___handle0, int32_t* ___plugintype1, String_t** ___name2, int32_t ___namelen3, uint32_t* ___version4, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getPluginInfo_mF9B0B8D3DDE5FDE4AE84976C04E0D072865FF5CA(_thisAdjusted, ___handle0, ___plugintype1, ___name2, ___namelen3, ___version4, method); return _returnValue; } // FMOD.RESULT FMOD.System::getPluginInfo(System.UInt32,FMOD.PLUGINTYPE&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getPluginInfo_mEED438F8638D9FE2909720505897671A4F07FF08 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, int32_t* ___plugintype1, uint32_t* ___version2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return FMOD5_System_GetPluginInfo(this.handle, handle, out plugintype, IntPtr.Zero, 0, out version); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___handle0; int32_t* L_2 = ___plugintype1; uint32_t* L_3 = ___version2; int32_t L_4; L_4 = System_FMOD5_System_GetPluginInfo_mAE022A71A7AA363E4DE7473945E58FAC0F93C5D5((intptr_t)L_0, L_1, (int32_t*)L_2, (intptr_t)(0), 0, (uint32_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_getPluginInfo_mEED438F8638D9FE2909720505897671A4F07FF08_AdjustorThunk (RuntimeObject * __this, uint32_t ___handle0, int32_t* ___plugintype1, uint32_t* ___version2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getPluginInfo_mEED438F8638D9FE2909720505897671A4F07FF08(_thisAdjusted, ___handle0, ___plugintype1, ___version2, method); return _returnValue; } // FMOD.RESULT FMOD.System::setOutputByPlugin(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setOutputByPlugin_m09D2089B33E1ED426BF94E4BD3F936016215B270 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, const RuntimeMethod* method) { { // return FMOD5_System_SetOutputByPlugin(this.handle, handle); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___handle0; int32_t L_2; L_2 = System_FMOD5_System_SetOutputByPlugin_m5815B3BF18AC39441B402CCE087F305B45432E7F((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_setOutputByPlugin_m09D2089B33E1ED426BF94E4BD3F936016215B270_AdjustorThunk (RuntimeObject * __this, uint32_t ___handle0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setOutputByPlugin_m09D2089B33E1ED426BF94E4BD3F936016215B270(_thisAdjusted, ___handle0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getOutputByPlugin(System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getOutputByPlugin_m44C388259A9904F1BB23DD4D2B9F203DA103DAD6 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t* ___handle0, const RuntimeMethod* method) { { // return FMOD5_System_GetOutputByPlugin(this.handle, out handle); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___handle0; int32_t L_2; L_2 = System_FMOD5_System_GetOutputByPlugin_mBD2DE65D52B03F71C165300775A8418E7B5B4AE3((intptr_t)L_0, (uint32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getOutputByPlugin_m44C388259A9904F1BB23DD4D2B9F203DA103DAD6_AdjustorThunk (RuntimeObject * __this, uint32_t* ___handle0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getOutputByPlugin_m44C388259A9904F1BB23DD4D2B9F203DA103DAD6(_thisAdjusted, ___handle0, method); return _returnValue; } // FMOD.RESULT FMOD.System::createDSPByPlugin(System.UInt32,FMOD.DSP&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createDSPByPlugin_m13BA0C543E41E2F717611F7E754BC1A54014F207 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method) { { // return FMOD5_System_CreateDSPByPlugin(this.handle, handle, out dsp.handle); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___handle0; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * L_2 = ___dsp1; intptr_t* L_3 = L_2->get_address_of_handle_0(); int32_t L_4; L_4 = System_FMOD5_System_CreateDSPByPlugin_m576D13FD5D7AD233C11432BDBE60F8379F0F7A50((intptr_t)L_0, L_1, (intptr_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_createDSPByPlugin_m13BA0C543E41E2F717611F7E754BC1A54014F207_AdjustorThunk (RuntimeObject * __this, uint32_t ___handle0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createDSPByPlugin_m13BA0C543E41E2F717611F7E754BC1A54014F207(_thisAdjusted, ___handle0, ___dsp1, method); return _returnValue; } // FMOD.RESULT FMOD.System::getDSPInfoByPlugin(System.UInt32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getDSPInfoByPlugin_m731F7B2E599E1213B25FEDAAACF793560EE59863 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___handle0, intptr_t* ___description1, const RuntimeMethod* method) { { // return FMOD5_System_GetDSPInfoByPlugin(this.handle, handle, out description); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___handle0; intptr_t* L_2 = ___description1; int32_t L_3; L_3 = System_FMOD5_System_GetDSPInfoByPlugin_m1CEA6E799F6BE069A7F15F6D158B32D4385E1BDC((intptr_t)L_0, L_1, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getDSPInfoByPlugin_m731F7B2E599E1213B25FEDAAACF793560EE59863_AdjustorThunk (RuntimeObject * __this, uint32_t ___handle0, intptr_t* ___description1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getDSPInfoByPlugin_m731F7B2E599E1213B25FEDAAACF793560EE59863(_thisAdjusted, ___handle0, ___description1, method); return _returnValue; } // FMOD.RESULT FMOD.System::registerDSP(FMOD.DSP_DESCRIPTION&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_registerDSP_m8FE6E374FCE1D2C3738D422188F86D97954BBFB2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 * ___description0, uint32_t* ___handle1, const RuntimeMethod* method) { { // return FMOD5_System_RegisterDSP(this.handle, ref description, out handle); intptr_t L_0 = __this->get_handle_0(); DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 * L_1 = ___description0; uint32_t* L_2 = ___handle1; int32_t L_3; L_3 = System_FMOD5_System_RegisterDSP_m8465789A7AAADFD0F87DD91E9D04B93E11B1A1EB((intptr_t)L_0, (DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 *)L_1, (uint32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_registerDSP_m8FE6E374FCE1D2C3738D422188F86D97954BBFB2_AdjustorThunk (RuntimeObject * __this, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 * ___description0, uint32_t* ___handle1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_registerDSP_m8FE6E374FCE1D2C3738D422188F86D97954BBFB2(_thisAdjusted, ___description0, ___handle1, method); return _returnValue; } // FMOD.RESULT FMOD.System::init(System.Int32,FMOD.INITFLAGS,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_init_mFA1560FB7F277718ABD8763BE98C81AA68B2A8A8 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___maxchannels0, uint32_t ___flags1, intptr_t ___extradriverdata2, const RuntimeMethod* method) { { // return FMOD5_System_Init(this.handle, maxchannels, flags, extradriverdata); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___maxchannels0; uint32_t L_2 = ___flags1; intptr_t L_3 = ___extradriverdata2; int32_t L_4; L_4 = System_FMOD5_System_Init_m63E4137496DFEC16990DED038165E77843DA3CC4((intptr_t)L_0, L_1, L_2, (intptr_t)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_init_mFA1560FB7F277718ABD8763BE98C81AA68B2A8A8_AdjustorThunk (RuntimeObject * __this, int32_t ___maxchannels0, uint32_t ___flags1, intptr_t ___extradriverdata2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_init_mFA1560FB7F277718ABD8763BE98C81AA68B2A8A8(_thisAdjusted, ___maxchannels0, ___flags1, ___extradriverdata2, method); return _returnValue; } // FMOD.RESULT FMOD.System::close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_close_m2E1C017F38D1DFA6CA368498B89D43CD56F4FBA9 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method) { { // return FMOD5_System_Close(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = System_FMOD5_System_Close_m73E0DF86E473984E86088BA9DA046267E599C114((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t System_close_m2E1C017F38D1DFA6CA368498B89D43CD56F4FBA9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_close_m2E1C017F38D1DFA6CA368498B89D43CD56F4FBA9(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.System::update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_update_m29A01B533D3B5FA5A91C9009C2E5891AE8C8158F (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method) { { // return FMOD5_System_Update(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = System_FMOD5_System_Update_mAF9F0E2B9C1C51D7EB969D8BD6135442422E16DF((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t System_update_m29A01B533D3B5FA5A91C9009C2E5891AE8C8158F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_update_m29A01B533D3B5FA5A91C9009C2E5891AE8C8158F(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.System::setSpeakerPosition(FMOD.SPEAKER,System.Single,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setSpeakerPosition_m489A35B7BE085B57DDFDFF1D91E50EE53DAA20B5 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___speaker0, float ___x1, float ___y2, bool ___active3, const RuntimeMethod* method) { { // return FMOD5_System_SetSpeakerPosition(this.handle, speaker, x, y, active); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___speaker0; float L_2 = ___x1; float L_3 = ___y2; bool L_4 = ___active3; int32_t L_5; L_5 = System_FMOD5_System_SetSpeakerPosition_mC7C4CFB862327ECD7C7E6E7E4A73B8A65E98EA11((intptr_t)L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t System_setSpeakerPosition_m489A35B7BE085B57DDFDFF1D91E50EE53DAA20B5_AdjustorThunk (RuntimeObject * __this, int32_t ___speaker0, float ___x1, float ___y2, bool ___active3, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setSpeakerPosition_m489A35B7BE085B57DDFDFF1D91E50EE53DAA20B5(_thisAdjusted, ___speaker0, ___x1, ___y2, ___active3, method); return _returnValue; } // FMOD.RESULT FMOD.System::getSpeakerPosition(FMOD.SPEAKER,System.Single&,System.Single&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getSpeakerPosition_m3737D76AC665A7208928B79F6E2967CCE2A122F2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___speaker0, float* ___x1, float* ___y2, bool* ___active3, const RuntimeMethod* method) { { // return FMOD5_System_GetSpeakerPosition(this.handle, speaker, out x, out y, out active); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___speaker0; float* L_2 = ___x1; float* L_3 = ___y2; bool* L_4 = ___active3; int32_t L_5; L_5 = System_FMOD5_System_GetSpeakerPosition_m33579E77171DBE9720804A64CEEFD7E74B4E595F((intptr_t)L_0, L_1, (float*)L_2, (float*)L_3, (bool*)L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t System_getSpeakerPosition_m3737D76AC665A7208928B79F6E2967CCE2A122F2_AdjustorThunk (RuntimeObject * __this, int32_t ___speaker0, float* ___x1, float* ___y2, bool* ___active3, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getSpeakerPosition_m3737D76AC665A7208928B79F6E2967CCE2A122F2(_thisAdjusted, ___speaker0, ___x1, ___y2, ___active3, method); return _returnValue; } // FMOD.RESULT FMOD.System::setStreamBufferSize(System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setStreamBufferSize_m983BD404E19235650B8647051E69D4CCECC99D83 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t ___filebuffersize0, uint32_t ___filebuffersizetype1, const RuntimeMethod* method) { { // return FMOD5_System_SetStreamBufferSize(this.handle, filebuffersize, filebuffersizetype); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___filebuffersize0; uint32_t L_2 = ___filebuffersizetype1; int32_t L_3; L_3 = System_FMOD5_System_SetStreamBufferSize_m166AF4164B0043DC1C00A6560086961CD3CADDA2((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_setStreamBufferSize_m983BD404E19235650B8647051E69D4CCECC99D83_AdjustorThunk (RuntimeObject * __this, uint32_t ___filebuffersize0, uint32_t ___filebuffersizetype1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setStreamBufferSize_m983BD404E19235650B8647051E69D4CCECC99D83(_thisAdjusted, ___filebuffersize0, ___filebuffersizetype1, method); return _returnValue; } // FMOD.RESULT FMOD.System::getStreamBufferSize(System.UInt32&,FMOD.TIMEUNIT&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getStreamBufferSize_mA8CE85C069F73639CF08C5600CACB8559DD9C01B (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t* ___filebuffersize0, uint32_t* ___filebuffersizetype1, const RuntimeMethod* method) { { // return FMOD5_System_GetStreamBufferSize(this.handle, out filebuffersize, out filebuffersizetype); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___filebuffersize0; uint32_t* L_2 = ___filebuffersizetype1; int32_t L_3; L_3 = System_FMOD5_System_GetStreamBufferSize_m67AF23043583CA9D608469F594441E26F7CD0527((intptr_t)L_0, (uint32_t*)L_1, (uint32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getStreamBufferSize_mA8CE85C069F73639CF08C5600CACB8559DD9C01B_AdjustorThunk (RuntimeObject * __this, uint32_t* ___filebuffersize0, uint32_t* ___filebuffersizetype1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getStreamBufferSize_mA8CE85C069F73639CF08C5600CACB8559DD9C01B(_thisAdjusted, ___filebuffersize0, ___filebuffersizetype1, method); return _returnValue; } // FMOD.RESULT FMOD.System::set3DSettings(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_set3DSettings_m710088F4CAF9768985C4522CB237F997E1697139 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, float ___dopplerscale0, float ___distancefactor1, float ___rolloffscale2, const RuntimeMethod* method) { { // return FMOD5_System_Set3DSettings(this.handle, dopplerscale, distancefactor, rolloffscale); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___dopplerscale0; float L_2 = ___distancefactor1; float L_3 = ___rolloffscale2; int32_t L_4; L_4 = System_FMOD5_System_Set3DSettings_m4DAB52F915D62DFB787F13B4CA6D4A8F48180025((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_set3DSettings_m710088F4CAF9768985C4522CB237F997E1697139_AdjustorThunk (RuntimeObject * __this, float ___dopplerscale0, float ___distancefactor1, float ___rolloffscale2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_set3DSettings_m710088F4CAF9768985C4522CB237F997E1697139(_thisAdjusted, ___dopplerscale0, ___distancefactor1, ___rolloffscale2, method); return _returnValue; } // FMOD.RESULT FMOD.System::get3DSettings(System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_get3DSettings_m5A1A9AB67FBC36CE8A5CDB6DC4035360C1A7D8C1 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, float* ___dopplerscale0, float* ___distancefactor1, float* ___rolloffscale2, const RuntimeMethod* method) { { // return FMOD5_System_Get3DSettings(this.handle, out dopplerscale, out distancefactor, out rolloffscale); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___dopplerscale0; float* L_2 = ___distancefactor1; float* L_3 = ___rolloffscale2; int32_t L_4; L_4 = System_FMOD5_System_Get3DSettings_mA8C51E7CC518D03F709EC025647381DE846AE1DF((intptr_t)L_0, (float*)L_1, (float*)L_2, (float*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_get3DSettings_m5A1A9AB67FBC36CE8A5CDB6DC4035360C1A7D8C1_AdjustorThunk (RuntimeObject * __this, float* ___dopplerscale0, float* ___distancefactor1, float* ___rolloffscale2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_get3DSettings_m5A1A9AB67FBC36CE8A5CDB6DC4035360C1A7D8C1(_thisAdjusted, ___dopplerscale0, ___distancefactor1, ___rolloffscale2, method); return _returnValue; } // FMOD.RESULT FMOD.System::set3DNumListeners(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_set3DNumListeners_mD09869118644DA37CB7187E13F88C98AD6C1835A (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___numlisteners0, const RuntimeMethod* method) { { // return FMOD5_System_Set3DNumListeners(this.handle, numlisteners); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___numlisteners0; int32_t L_2; L_2 = System_FMOD5_System_Set3DNumListeners_m216ECE10770702D41EC9D021434A2EE0DE5452DF((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_set3DNumListeners_mD09869118644DA37CB7187E13F88C98AD6C1835A_AdjustorThunk (RuntimeObject * __this, int32_t ___numlisteners0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_set3DNumListeners_mD09869118644DA37CB7187E13F88C98AD6C1835A(_thisAdjusted, ___numlisteners0, method); return _returnValue; } // FMOD.RESULT FMOD.System::get3DNumListeners(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_get3DNumListeners_m3EC9D14B56B170C3B3E4B74195FB3B1FE4C11AEF (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___numlisteners0, const RuntimeMethod* method) { { // return FMOD5_System_Get3DNumListeners(this.handle, out numlisteners); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numlisteners0; int32_t L_2; L_2 = System_FMOD5_System_Get3DNumListeners_mABB4E7CE5F9BF27FA2CD203FFCCC38D9A2E70EE5((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_get3DNumListeners_m3EC9D14B56B170C3B3E4B74195FB3B1FE4C11AEF_AdjustorThunk (RuntimeObject * __this, int32_t* ___numlisteners0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_get3DNumListeners_m3EC9D14B56B170C3B3E4B74195FB3B1FE4C11AEF(_thisAdjusted, ___numlisteners0, method); return _returnValue; } // FMOD.RESULT FMOD.System::set3DListenerAttributes(System.Int32,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_set3DListenerAttributes_mADB2A2D41246C492D00E11362E0EA4EEC504356E (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___listener0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward3, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up4, const RuntimeMethod* method) { { // return FMOD5_System_Set3DListenerAttributes(this.handle, listener, ref pos, ref vel, ref forward, ref up); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___listener0; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_2 = ___pos1; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_3 = ___vel2; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_4 = ___forward3; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_5 = ___up4; int32_t L_6; L_6 = System_FMOD5_System_Set3DListenerAttributes_mE0C3EBE9509124D3A16FC7897EBE2B4493FDA65D((intptr_t)L_0, L_1, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_2, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_3, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_4, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t System_set3DListenerAttributes_mADB2A2D41246C492D00E11362E0EA4EEC504356E_AdjustorThunk (RuntimeObject * __this, int32_t ___listener0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward3, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up4, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_set3DListenerAttributes_mADB2A2D41246C492D00E11362E0EA4EEC504356E(_thisAdjusted, ___listener0, ___pos1, ___vel2, ___forward3, ___up4, method); return _returnValue; } // FMOD.RESULT FMOD.System::get3DListenerAttributes(System.Int32,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_get3DListenerAttributes_mAA477163ADC433EAE919EB0ED3F1A9565E1CB077 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___listener0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward3, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up4, const RuntimeMethod* method) { { // return FMOD5_System_Get3DListenerAttributes(this.handle, listener, out pos, out vel, out forward, out up); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___listener0; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_2 = ___pos1; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_3 = ___vel2; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_4 = ___forward3; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_5 = ___up4; int32_t L_6; L_6 = System_FMOD5_System_Get3DListenerAttributes_m0DEB7D7ACE122DFEF27988EC6CFDFD403F20F093((intptr_t)L_0, L_1, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_2, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_3, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_4, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t System_get3DListenerAttributes_mAA477163ADC433EAE919EB0ED3F1A9565E1CB077_AdjustorThunk (RuntimeObject * __this, int32_t ___listener0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward3, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up4, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_get3DListenerAttributes_mAA477163ADC433EAE919EB0ED3F1A9565E1CB077(_thisAdjusted, ___listener0, ___pos1, ___vel2, ___forward3, ___up4, method); return _returnValue; } // FMOD.RESULT FMOD.System::set3DRolloffCallback(FMOD.CB_3D_ROLLOFF_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_set3DRolloffCallback_m7AA661053AE7929D0AF2D5A548E6995BA2C9E8C4 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81 * ___callback0, const RuntimeMethod* method) { { // return FMOD5_System_Set3DRolloffCallback(this.handle, callback); intptr_t L_0 = __this->get_handle_0(); CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81 * L_1 = ___callback0; int32_t L_2; L_2 = System_FMOD5_System_Set3DRolloffCallback_m7123D0D18945A3CFD244E8AA029D9129C211A391((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_set3DRolloffCallback_m7AA661053AE7929D0AF2D5A548E6995BA2C9E8C4_AdjustorThunk (RuntimeObject * __this, CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81 * ___callback0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_set3DRolloffCallback_m7AA661053AE7929D0AF2D5A548E6995BA2C9E8C4(_thisAdjusted, ___callback0, method); return _returnValue; } // FMOD.RESULT FMOD.System::mixerSuspend() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_mixerSuspend_mE838C32932EF58879F928D1F983576BF5997A450 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method) { { // return FMOD5_System_MixerSuspend(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = System_FMOD5_System_MixerSuspend_m0CF45C07D0AAB6A288D4F3C44665FE27A77BB8A2((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t System_mixerSuspend_mE838C32932EF58879F928D1F983576BF5997A450_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_mixerSuspend_mE838C32932EF58879F928D1F983576BF5997A450(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.System::mixerResume() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_mixerResume_m7E4D832E8BBF370747C4E7D8B8258896FF47A5C5 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method) { { // return FMOD5_System_MixerResume(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = System_FMOD5_System_MixerResume_mF123C43346C47A0AE7DDAD5DC0DF0E1FBBD2EB08((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t System_mixerResume_m7E4D832E8BBF370747C4E7D8B8258896FF47A5C5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_mixerResume_m7E4D832E8BBF370747C4E7D8B8258896FF47A5C5(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.System::getDefaultMixMatrix(FMOD.SPEAKERMODE,FMOD.SPEAKERMODE,System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getDefaultMixMatrix_m9E96632C7E9EF3820CFBE6736E32B1ED21DB49DD (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___sourcespeakermode0, int32_t ___targetspeakermode1, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix2, int32_t ___matrixhop3, const RuntimeMethod* method) { { // return FMOD5_System_GetDefaultMixMatrix(this.handle, sourcespeakermode, targetspeakermode, matrix, matrixhop); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___sourcespeakermode0; int32_t L_2 = ___targetspeakermode1; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = ___matrix2; int32_t L_4 = ___matrixhop3; int32_t L_5; L_5 = System_FMOD5_System_GetDefaultMixMatrix_m70CAE09D0EF1E748B57287D9E934ABF1B9246CDB((intptr_t)L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t System_getDefaultMixMatrix_m9E96632C7E9EF3820CFBE6736E32B1ED21DB49DD_AdjustorThunk (RuntimeObject * __this, int32_t ___sourcespeakermode0, int32_t ___targetspeakermode1, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix2, int32_t ___matrixhop3, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getDefaultMixMatrix_m9E96632C7E9EF3820CFBE6736E32B1ED21DB49DD(_thisAdjusted, ___sourcespeakermode0, ___targetspeakermode1, ___matrix2, ___matrixhop3, method); return _returnValue; } // FMOD.RESULT FMOD.System::getSpeakerModeChannels(FMOD.SPEAKERMODE,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getSpeakerModeChannels_m7BDC544BEFC75D80FF340761B6FC9CFCB5AE36B2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___mode0, int32_t* ___channels1, const RuntimeMethod* method) { { // return FMOD5_System_GetSpeakerModeChannels(this.handle, mode, out channels); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___mode0; int32_t* L_2 = ___channels1; int32_t L_3; L_3 = System_FMOD5_System_GetSpeakerModeChannels_mF27D8D99C7E6C474C26C3A2976968ADE6E4C6B8B((intptr_t)L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getSpeakerModeChannels_m7BDC544BEFC75D80FF340761B6FC9CFCB5AE36B2_AdjustorThunk (RuntimeObject * __this, int32_t ___mode0, int32_t* ___channels1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getSpeakerModeChannels_m7BDC544BEFC75D80FF340761B6FC9CFCB5AE36B2(_thisAdjusted, ___mode0, ___channels1, method); return _returnValue; } // FMOD.RESULT FMOD.System::getVersion(System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getVersion_m68BD3E4B768FE9449ABEF6E14D3EF647B25552F4 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, uint32_t* ___version0, const RuntimeMethod* method) { { // return FMOD5_System_GetVersion(this.handle, out version); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___version0; int32_t L_2; L_2 = System_FMOD5_System_GetVersion_m024CDA961F67885D69E25EA2ECCDBFC2CAC0282C((intptr_t)L_0, (uint32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getVersion_m68BD3E4B768FE9449ABEF6E14D3EF647B25552F4_AdjustorThunk (RuntimeObject * __this, uint32_t* ___version0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getVersion_m68BD3E4B768FE9449ABEF6E14D3EF647B25552F4(_thisAdjusted, ___version0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getOutputHandle(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getOutputHandle_m46D47266C1C2C0D3BF7A119648A84CA4370E78B0 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t* ___handle0, const RuntimeMethod* method) { { // return FMOD5_System_GetOutputHandle(this.handle, out handle); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___handle0; int32_t L_2; L_2 = System_FMOD5_System_GetOutputHandle_m6DD5CEAB6BAACD4AFC3FBEF88D7DF6A896A265B8((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getOutputHandle_m46D47266C1C2C0D3BF7A119648A84CA4370E78B0_AdjustorThunk (RuntimeObject * __this, intptr_t* ___handle0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getOutputHandle_m46D47266C1C2C0D3BF7A119648A84CA4370E78B0(_thisAdjusted, ___handle0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getChannelsPlaying(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getChannelsPlaying_m90AF51615748D61D0B1E4C832F38543DF52EBC8E (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___channels0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return FMOD5_System_GetChannelsPlaying(this.handle, out channels, IntPtr.Zero); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___channels0; int32_t L_2; L_2 = System_FMOD5_System_GetChannelsPlaying_m5BDDFEED72E8E919019486FB3C3FE1B673BFC496((intptr_t)L_0, (int32_t*)L_1, (intptr_t)(0), /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getChannelsPlaying_m90AF51615748D61D0B1E4C832F38543DF52EBC8E_AdjustorThunk (RuntimeObject * __this, int32_t* ___channels0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getChannelsPlaying_m90AF51615748D61D0B1E4C832F38543DF52EBC8E(_thisAdjusted, ___channels0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getChannelsPlaying(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getChannelsPlaying_m3F785053E768C54EBC7B53523D9BF786C32B34E2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___channels0, int32_t* ___realchannels1, const RuntimeMethod* method) { { // return FMOD5_System_GetChannelsPlaying(this.handle, out channels, out realchannels); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___channels0; int32_t* L_2 = ___realchannels1; int32_t L_3; L_3 = System_FMOD5_System_GetChannelsPlaying_mC94FAE41895686E3073C266FF359CE9084A6CB1E((intptr_t)L_0, (int32_t*)L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getChannelsPlaying_m3F785053E768C54EBC7B53523D9BF786C32B34E2_AdjustorThunk (RuntimeObject * __this, int32_t* ___channels0, int32_t* ___realchannels1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getChannelsPlaying_m3F785053E768C54EBC7B53523D9BF786C32B34E2(_thisAdjusted, ___channels0, ___realchannels1, method); return _returnValue; } // FMOD.RESULT FMOD.System::getCPUUsage(FMOD.CPU_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getCPUUsage_m985A89A049056E944D4A9271560D6E0131E852F4 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 * ___usage0, const RuntimeMethod* method) { { // return FMOD5_System_GetCPUUsage(this.handle, out usage); intptr_t L_0 = __this->get_handle_0(); CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 * L_1 = ___usage0; int32_t L_2; L_2 = System_FMOD5_System_GetCPUUsage_m4C86B4472B34BC24E201CF658EA1EE5D2749DEE5((intptr_t)L_0, (CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getCPUUsage_m985A89A049056E944D4A9271560D6E0131E852F4_AdjustorThunk (RuntimeObject * __this, CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 * ___usage0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getCPUUsage_m985A89A049056E944D4A9271560D6E0131E852F4(_thisAdjusted, ___usage0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getFileUsage(System.Int64&,System.Int64&,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getFileUsage_mC75B8174A4B61C1FD4C5D9E0A106115E75A718D3 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int64_t* ___sampleBytesRead0, int64_t* ___streamBytesRead1, int64_t* ___otherBytesRead2, const RuntimeMethod* method) { { // return FMOD5_System_GetFileUsage(this.handle, out sampleBytesRead, out streamBytesRead, out otherBytesRead); intptr_t L_0 = __this->get_handle_0(); int64_t* L_1 = ___sampleBytesRead0; int64_t* L_2 = ___streamBytesRead1; int64_t* L_3 = ___otherBytesRead2; int32_t L_4; L_4 = System_FMOD5_System_GetFileUsage_m1A5B062FF97CC2F6A0F2FF04893664D4C55C679F((intptr_t)L_0, (int64_t*)L_1, (int64_t*)L_2, (int64_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_getFileUsage_mC75B8174A4B61C1FD4C5D9E0A106115E75A718D3_AdjustorThunk (RuntimeObject * __this, int64_t* ___sampleBytesRead0, int64_t* ___streamBytesRead1, int64_t* ___otherBytesRead2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getFileUsage_mC75B8174A4B61C1FD4C5D9E0A106115E75A718D3(_thisAdjusted, ___sampleBytesRead0, ___streamBytesRead1, ___otherBytesRead2, method); return _returnValue; } // FMOD.RESULT FMOD.System::createSound(System.String,FMOD.MODE,FMOD.CREATESOUNDEXINFO&,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createSound_m2C5AFED92D06783319EDB2816F1E5BF8E74416AD (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___name0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD5_System_CreateSound(this.handle, encoder.byteFromStringUTF8(name), mode, ref exinfo, out sound.handle); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___name0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); uint32_t L_5 = ___mode1; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * L_6 = ___exinfo2; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * L_7 = ___sound3; intptr_t* L_8 = L_7->get_address_of_handle_0(); int32_t L_9; L_9 = System_FMOD5_System_CreateSound_mB6C396146454735E6C5C48D793E792FEE6838B60((intptr_t)L_1, L_4, L_5, (CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B *)L_6, (intptr_t*)L_8, /*hidden argument*/NULL); V_1 = L_9; IL2CPP_LEAVE(0x2E, FINALLY_0024); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_10 = V_0; if (!L_10) { goto IL_002d; } } IL_0027: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_11 = V_0; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_002d: { IL2CPP_END_FINALLY(36) } } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { // } int32_t L_12 = V_1; return L_12; } } IL2CPP_EXTERN_C int32_t System_createSound_m2C5AFED92D06783319EDB2816F1E5BF8E74416AD_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createSound_m2C5AFED92D06783319EDB2816F1E5BF8E74416AD(_thisAdjusted, ___name0, ___mode1, ___exinfo2, ___sound3, method); return _returnValue; } // FMOD.RESULT FMOD.System::createSound(System.Byte[],FMOD.MODE,FMOD.CREATESOUNDEXINFO&,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createSound_m068BF1473BBC069740907F0316F76639A85B55F9 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method) { { // return FMOD5_System_CreateSound(this.handle, data, mode, ref exinfo, out sound.handle); intptr_t L_0 = __this->get_handle_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; uint32_t L_2 = ___mode1; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * L_3 = ___exinfo2; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * L_4 = ___sound3; intptr_t* L_5 = L_4->get_address_of_handle_0(); int32_t L_6; L_6 = System_FMOD5_System_CreateSound_mB6C396146454735E6C5C48D793E792FEE6838B60((intptr_t)L_0, L_1, L_2, (CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B *)L_3, (intptr_t*)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t System_createSound_m068BF1473BBC069740907F0316F76639A85B55F9_AdjustorThunk (RuntimeObject * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createSound_m068BF1473BBC069740907F0316F76639A85B55F9(_thisAdjusted, ___data0, ___mode1, ___exinfo2, ___sound3, method); return _returnValue; } // FMOD.RESULT FMOD.System::createSound(System.IntPtr,FMOD.MODE,FMOD.CREATESOUNDEXINFO&,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createSound_m7AE70CA19A7CEC42D53F11DF196EBE7F26E2808A (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t ___name_or_data0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method) { { // return FMOD5_System_CreateSound(this.handle, name_or_data, mode, ref exinfo, out sound.handle); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___name_or_data0; uint32_t L_2 = ___mode1; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * L_3 = ___exinfo2; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * L_4 = ___sound3; intptr_t* L_5 = L_4->get_address_of_handle_0(); int32_t L_6; L_6 = System_FMOD5_System_CreateSound_m9EBC07F6AD39953C2D7037BA7B45E0DE5726C411((intptr_t)L_0, (intptr_t)L_1, L_2, (CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B *)L_3, (intptr_t*)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t System_createSound_m7AE70CA19A7CEC42D53F11DF196EBE7F26E2808A_AdjustorThunk (RuntimeObject * __this, intptr_t ___name_or_data0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createSound_m7AE70CA19A7CEC42D53F11DF196EBE7F26E2808A(_thisAdjusted, ___name_or_data0, ___mode1, ___exinfo2, ___sound3, method); return _returnValue; } // FMOD.RESULT FMOD.System::createSound(System.String,FMOD.MODE,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createSound_mE385C85C718B9E3E4531B4C0D6153F7918C5615E (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___name0, uint32_t ___mode1, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B V_0; memset((&V_0), 0, sizeof(V_0)); { // CREATESOUNDEXINFO exinfo = new CREATESOUNDEXINFO(); il2cpp_codegen_initobj((&V_0), sizeof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B )); // exinfo.cbsize = MarshalHelper.SizeOf(typeof(CREATESOUNDEXINFO)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); int32_t L_2; L_2 = MarshalHelper_SizeOf_m85034A210DAA83CFB03240A1D05EDC85FBEF60BB(L_1, /*hidden argument*/NULL); (&V_0)->set_cbsize_0(L_2); // return createSound(name, mode, ref exinfo, out sound); String_t* L_3 = ___name0; uint32_t L_4 = ___mode1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * L_5 = ___sound2; int32_t L_6; L_6 = System_createSound_m2C5AFED92D06783319EDB2816F1E5BF8E74416AD((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)__this, L_3, L_4, (CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B *)(&V_0), (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 *)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t System_createSound_mE385C85C718B9E3E4531B4C0D6153F7918C5615E_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, uint32_t ___mode1, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createSound_mE385C85C718B9E3E4531B4C0D6153F7918C5615E(_thisAdjusted, ___name0, ___mode1, ___sound2, method); return _returnValue; } // FMOD.RESULT FMOD.System::createStream(System.String,FMOD.MODE,FMOD.CREATESOUNDEXINFO&,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createStream_m1B8B702680163A9CBA782F6EBCE9EBC7173CBFE0 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___name0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD5_System_CreateStream(this.handle, encoder.byteFromStringUTF8(name), mode, ref exinfo, out sound.handle); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___name0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); uint32_t L_5 = ___mode1; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * L_6 = ___exinfo2; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * L_7 = ___sound3; intptr_t* L_8 = L_7->get_address_of_handle_0(); int32_t L_9; L_9 = System_FMOD5_System_CreateStream_m4DF7A6802E8F2476AFCEEC1F835FC160872BCDB0((intptr_t)L_1, L_4, L_5, (CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B *)L_6, (intptr_t*)L_8, /*hidden argument*/NULL); V_1 = L_9; IL2CPP_LEAVE(0x2E, FINALLY_0024); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_10 = V_0; if (!L_10) { goto IL_002d; } } IL_0027: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_11 = V_0; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_002d: { IL2CPP_END_FINALLY(36) } } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { // } int32_t L_12 = V_1; return L_12; } } IL2CPP_EXTERN_C int32_t System_createStream_m1B8B702680163A9CBA782F6EBCE9EBC7173CBFE0_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createStream_m1B8B702680163A9CBA782F6EBCE9EBC7173CBFE0(_thisAdjusted, ___name0, ___mode1, ___exinfo2, ___sound3, method); return _returnValue; } // FMOD.RESULT FMOD.System::createStream(System.Byte[],FMOD.MODE,FMOD.CREATESOUNDEXINFO&,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createStream_mD2B2A1F53A82C85E90BEB186E9FD62F8B154C0E0 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method) { { // return FMOD5_System_CreateStream(this.handle, data, mode, ref exinfo, out sound.handle); intptr_t L_0 = __this->get_handle_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; uint32_t L_2 = ___mode1; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * L_3 = ___exinfo2; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * L_4 = ___sound3; intptr_t* L_5 = L_4->get_address_of_handle_0(); int32_t L_6; L_6 = System_FMOD5_System_CreateStream_m4DF7A6802E8F2476AFCEEC1F835FC160872BCDB0((intptr_t)L_0, L_1, L_2, (CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B *)L_3, (intptr_t*)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t System_createStream_mD2B2A1F53A82C85E90BEB186E9FD62F8B154C0E0_AdjustorThunk (RuntimeObject * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createStream_mD2B2A1F53A82C85E90BEB186E9FD62F8B154C0E0(_thisAdjusted, ___data0, ___mode1, ___exinfo2, ___sound3, method); return _returnValue; } // FMOD.RESULT FMOD.System::createStream(System.IntPtr,FMOD.MODE,FMOD.CREATESOUNDEXINFO&,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createStream_m8820E488D3F20752F18315B84E24D74D48F8793B (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t ___name_or_data0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method) { { // return FMOD5_System_CreateStream(this.handle, name_or_data, mode, ref exinfo, out sound.handle); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___name_or_data0; uint32_t L_2 = ___mode1; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * L_3 = ___exinfo2; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * L_4 = ___sound3; intptr_t* L_5 = L_4->get_address_of_handle_0(); int32_t L_6; L_6 = System_FMOD5_System_CreateStream_mAAE5AAE5172C4A6E3A99F3D96BC621E695F1940E((intptr_t)L_0, (intptr_t)L_1, L_2, (CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B *)L_3, (intptr_t*)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t System_createStream_m8820E488D3F20752F18315B84E24D74D48F8793B_AdjustorThunk (RuntimeObject * __this, intptr_t ___name_or_data0, uint32_t ___mode1, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo2, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound3, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createStream_m8820E488D3F20752F18315B84E24D74D48F8793B(_thisAdjusted, ___name_or_data0, ___mode1, ___exinfo2, ___sound3, method); return _returnValue; } // FMOD.RESULT FMOD.System::createStream(System.String,FMOD.MODE,FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createStream_m51F3D70E00CC2B6EFDA4C1C37DDF056A5F0160BA (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___name0, uint32_t ___mode1, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B V_0; memset((&V_0), 0, sizeof(V_0)); { // CREATESOUNDEXINFO exinfo = new CREATESOUNDEXINFO(); il2cpp_codegen_initobj((&V_0), sizeof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B )); // exinfo.cbsize = MarshalHelper.SizeOf(typeof(CREATESOUNDEXINFO)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); int32_t L_2; L_2 = MarshalHelper_SizeOf_m85034A210DAA83CFB03240A1D05EDC85FBEF60BB(L_1, /*hidden argument*/NULL); (&V_0)->set_cbsize_0(L_2); // return createStream(name, mode, ref exinfo, out sound); String_t* L_3 = ___name0; uint32_t L_4 = ___mode1; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * L_5 = ___sound2; int32_t L_6; L_6 = System_createStream_m1B8B702680163A9CBA782F6EBCE9EBC7173CBFE0((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)__this, L_3, L_4, (CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B *)(&V_0), (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 *)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t System_createStream_m51F3D70E00CC2B6EFDA4C1C37DDF056A5F0160BA_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, uint32_t ___mode1, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createStream_m51F3D70E00CC2B6EFDA4C1C37DDF056A5F0160BA(_thisAdjusted, ___name0, ___mode1, ___sound2, method); return _returnValue; } // FMOD.RESULT FMOD.System::createDSP(FMOD.DSP_DESCRIPTION&,FMOD.DSP&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createDSP_m11C7200BFA3450880A3D7E072915D68AB84CC3C8 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 * ___description0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method) { { // return FMOD5_System_CreateDSP(this.handle, ref description, out dsp.handle); intptr_t L_0 = __this->get_handle_0(); DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 * L_1 = ___description0; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * L_2 = ___dsp1; intptr_t* L_3 = L_2->get_address_of_handle_0(); int32_t L_4; L_4 = System_FMOD5_System_CreateDSP_m509D09B0191C60B449CF48E49D57EFE713897ADF((intptr_t)L_0, (DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 *)L_1, (intptr_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_createDSP_m11C7200BFA3450880A3D7E072915D68AB84CC3C8_AdjustorThunk (RuntimeObject * __this, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 * ___description0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createDSP_m11C7200BFA3450880A3D7E072915D68AB84CC3C8(_thisAdjusted, ___description0, ___dsp1, method); return _returnValue; } // FMOD.RESULT FMOD.System::createDSPByType(FMOD.DSP_TYPE,FMOD.DSP&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createDSPByType_m3B7FF160C4C1B451C870C3DE0F8B8950A0BADF5C (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___type0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method) { { // return FMOD5_System_CreateDSPByType(this.handle, type, out dsp.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___type0; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * L_2 = ___dsp1; intptr_t* L_3 = L_2->get_address_of_handle_0(); int32_t L_4; L_4 = System_FMOD5_System_CreateDSPByType_m2AAD101EAC4526DE11E699EB590E174642E74CC8((intptr_t)L_0, L_1, (intptr_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_createDSPByType_m3B7FF160C4C1B451C870C3DE0F8B8950A0BADF5C_AdjustorThunk (RuntimeObject * __this, int32_t ___type0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createDSPByType_m3B7FF160C4C1B451C870C3DE0F8B8950A0BADF5C(_thisAdjusted, ___type0, ___dsp1, method); return _returnValue; } // FMOD.RESULT FMOD.System::createChannelGroup(System.String,FMOD.ChannelGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createChannelGroup_m0F611542C2CD5D0303D79F267F5450D9E0189DEC (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___name0, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___channelgroup1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD5_System_CreateChannelGroup(this.handle, encoder.byteFromStringUTF8(name), out channelgroup.handle); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___name0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * L_5 = ___channelgroup1; intptr_t* L_6 = L_5->get_address_of_handle_0(); int32_t L_7; L_7 = System_FMOD5_System_CreateChannelGroup_mF980F555BC25B14599752D35175698ADA53EEFD1((intptr_t)L_1, L_4, (intptr_t*)L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_LEAVE(0x2B, FINALLY_0021); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; if (!L_8) { goto IL_002a; } } IL_0024: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_002a: { IL2CPP_END_FINALLY(33) } } // end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2B, IL_002b) } IL_002b: { // } int32_t L_10 = V_1; return L_10; } } IL2CPP_EXTERN_C int32_t System_createChannelGroup_m0F611542C2CD5D0303D79F267F5450D9E0189DEC_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___channelgroup1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createChannelGroup_m0F611542C2CD5D0303D79F267F5450D9E0189DEC(_thisAdjusted, ___name0, ___channelgroup1, method); return _returnValue; } // FMOD.RESULT FMOD.System::createSoundGroup(System.String,FMOD.SoundGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createSoundGroup_mF8061364CF3D773628EC3A640647D51F96492EE7 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___name0, SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * ___soundgroup1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD5_System_CreateSoundGroup(this.handle, encoder.byteFromStringUTF8(name), out soundgroup.handle); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___name0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * L_5 = ___soundgroup1; intptr_t* L_6 = L_5->get_address_of_handle_0(); int32_t L_7; L_7 = System_FMOD5_System_CreateSoundGroup_m390697152CDEF9A022A8FEF8635BE0A98044709A((intptr_t)L_1, L_4, (intptr_t*)L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_LEAVE(0x2B, FINALLY_0021); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; if (!L_8) { goto IL_002a; } } IL_0024: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_002a: { IL2CPP_END_FINALLY(33) } } // end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2B, IL_002b) } IL_002b: { // } int32_t L_10 = V_1; return L_10; } } IL2CPP_EXTERN_C int32_t System_createSoundGroup_mF8061364CF3D773628EC3A640647D51F96492EE7_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * ___soundgroup1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createSoundGroup_mF8061364CF3D773628EC3A640647D51F96492EE7(_thisAdjusted, ___name0, ___soundgroup1, method); return _returnValue; } // FMOD.RESULT FMOD.System::createReverb3D(FMOD.Reverb3D&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createReverb3D_m1FE8024EF0FD89ACABA29B87FBD7EE2CD59D29CD (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * ___reverb0, const RuntimeMethod* method) { { // return FMOD5_System_CreateReverb3D(this.handle, out reverb.handle); intptr_t L_0 = __this->get_handle_0(); Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * L_1 = ___reverb0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = System_FMOD5_System_CreateReverb3D_m55F97DE042ACDFC7013A52B57D9461CFDEB2E07D((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_createReverb3D_m1FE8024EF0FD89ACABA29B87FBD7EE2CD59D29CD_AdjustorThunk (RuntimeObject * __this, Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * ___reverb0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createReverb3D_m1FE8024EF0FD89ACABA29B87FBD7EE2CD59D29CD(_thisAdjusted, ___reverb0, method); return _returnValue; } // FMOD.RESULT FMOD.System::playSound(FMOD.Sound,FMOD.ChannelGroup,System.Boolean,FMOD.Channel&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_playSound_m7FB0A29F89D70C937AC9FADBF6C3B9B8C963A18F (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 ___sound0, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup1, bool ___paused2, Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * ___channel3, const RuntimeMethod* method) { { // return FMOD5_System_PlaySound(this.handle, sound.handle, channelgroup.handle, paused, out channel.handle); intptr_t L_0 = __this->get_handle_0(); Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 L_1 = ___sound0; intptr_t L_2 = L_1.get_handle_0(); ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A L_3 = ___channelgroup1; intptr_t L_4 = L_3.get_handle_0(); bool L_5 = ___paused2; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * L_6 = ___channel3; intptr_t* L_7 = L_6->get_address_of_handle_0(); int32_t L_8; L_8 = System_FMOD5_System_PlaySound_mD28622B668D7EC4C71153F0D06F9FB1717419397((intptr_t)L_0, (intptr_t)L_2, (intptr_t)L_4, L_5, (intptr_t*)L_7, /*hidden argument*/NULL); return L_8; } } IL2CPP_EXTERN_C int32_t System_playSound_m7FB0A29F89D70C937AC9FADBF6C3B9B8C963A18F_AdjustorThunk (RuntimeObject * __this, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 ___sound0, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup1, bool ___paused2, Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * ___channel3, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_playSound_m7FB0A29F89D70C937AC9FADBF6C3B9B8C963A18F(_thisAdjusted, ___sound0, ___channelgroup1, ___paused2, ___channel3, method); return _returnValue; } // FMOD.RESULT FMOD.System::playDSP(FMOD.DSP,FMOD.ChannelGroup,System.Boolean,FMOD.Channel&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_playDSP_m8CBC6AF90E4674ED6D20FAB331BB22F49B5902F8 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup1, bool ___paused2, Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * ___channel3, const RuntimeMethod* method) { { // return FMOD5_System_PlayDSP(this.handle, dsp.handle, channelgroup.handle, paused, out channel.handle); intptr_t L_0 = __this->get_handle_0(); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 L_1 = ___dsp0; intptr_t L_2 = L_1.get_handle_0(); ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A L_3 = ___channelgroup1; intptr_t L_4 = L_3.get_handle_0(); bool L_5 = ___paused2; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * L_6 = ___channel3; intptr_t* L_7 = L_6->get_address_of_handle_0(); int32_t L_8; L_8 = System_FMOD5_System_PlayDSP_mD954BDF61312042D6C3CB85F45E65F1584AF906E((intptr_t)L_0, (intptr_t)L_2, (intptr_t)L_4, L_5, (intptr_t*)L_7, /*hidden argument*/NULL); return L_8; } } IL2CPP_EXTERN_C int32_t System_playDSP_m8CBC6AF90E4674ED6D20FAB331BB22F49B5902F8_AdjustorThunk (RuntimeObject * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup1, bool ___paused2, Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * ___channel3, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_playDSP_m8CBC6AF90E4674ED6D20FAB331BB22F49B5902F8(_thisAdjusted, ___dsp0, ___channelgroup1, ___paused2, ___channel3, method); return _returnValue; } // FMOD.RESULT FMOD.System::getChannel(System.Int32,FMOD.Channel&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getChannel_m34AB558CB70073CD9BA55E1FF23C73E63E7F06E7 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___channelid0, Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * ___channel1, const RuntimeMethod* method) { { // return FMOD5_System_GetChannel(this.handle, channelid, out channel.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___channelid0; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * L_2 = ___channel1; intptr_t* L_3 = L_2->get_address_of_handle_0(); int32_t L_4; L_4 = System_FMOD5_System_GetChannel_m58A0A8EDFA2E205979A051DA89E40C995C6F89B6((intptr_t)L_0, L_1, (intptr_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_getChannel_m34AB558CB70073CD9BA55E1FF23C73E63E7F06E7_AdjustorThunk (RuntimeObject * __this, int32_t ___channelid0, Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * ___channel1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getChannel_m34AB558CB70073CD9BA55E1FF23C73E63E7F06E7(_thisAdjusted, ___channelid0, ___channel1, method); return _returnValue; } // FMOD.RESULT FMOD.System::getDSPInfoByType(FMOD.DSP_TYPE,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getDSPInfoByType_m40927FA2BFEFA8DAADEEE441E4BEEB3F1463F4AD (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___type0, intptr_t* ___description1, const RuntimeMethod* method) { { // return FMOD5_System_GetDSPInfoByType(this.handle, type, out description); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___type0; intptr_t* L_2 = ___description1; int32_t L_3; L_3 = System_FMOD5_System_GetDSPInfoByType_mBFFA597E06162146F1226919E33A1069A241D0BD((intptr_t)L_0, L_1, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getDSPInfoByType_m40927FA2BFEFA8DAADEEE441E4BEEB3F1463F4AD_AdjustorThunk (RuntimeObject * __this, int32_t ___type0, intptr_t* ___description1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getDSPInfoByType_m40927FA2BFEFA8DAADEEE441E4BEEB3F1463F4AD(_thisAdjusted, ___type0, ___description1, method); return _returnValue; } // FMOD.RESULT FMOD.System::getMasterChannelGroup(FMOD.ChannelGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getMasterChannelGroup_m0FD78E4019E7EB8172A80E904B8C66ECD256CD26 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___channelgroup0, const RuntimeMethod* method) { { // return FMOD5_System_GetMasterChannelGroup(this.handle, out channelgroup.handle); intptr_t L_0 = __this->get_handle_0(); ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * L_1 = ___channelgroup0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = System_FMOD5_System_GetMasterChannelGroup_mDE9343FE028B461A2AD9DD980507F4F63231E3DB((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getMasterChannelGroup_m0FD78E4019E7EB8172A80E904B8C66ECD256CD26_AdjustorThunk (RuntimeObject * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___channelgroup0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getMasterChannelGroup_m0FD78E4019E7EB8172A80E904B8C66ECD256CD26(_thisAdjusted, ___channelgroup0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getMasterSoundGroup(FMOD.SoundGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getMasterSoundGroup_mC697BFBBC7EDD7F7D8F56F011C966384D922C806 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * ___soundgroup0, const RuntimeMethod* method) { { // return FMOD5_System_GetMasterSoundGroup(this.handle, out soundgroup.handle); intptr_t L_0 = __this->get_handle_0(); SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * L_1 = ___soundgroup0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = System_FMOD5_System_GetMasterSoundGroup_m2E7EEE049B55F8F8A9177A26BD78CC57C412E30C((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getMasterSoundGroup_mC697BFBBC7EDD7F7D8F56F011C966384D922C806_AdjustorThunk (RuntimeObject * __this, SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * ___soundgroup0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getMasterSoundGroup_mC697BFBBC7EDD7F7D8F56F011C966384D922C806(_thisAdjusted, ___soundgroup0, method); return _returnValue; } // FMOD.RESULT FMOD.System::attachChannelGroupToPort(FMOD.PORT_TYPE,System.UInt64,FMOD.ChannelGroup,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_attachChannelGroupToPort_m95A5DD3B9D47F56E955935BEA07A2E223B297016 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___portType0, uint64_t ___portIndex1, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup2, bool ___passThru3, const RuntimeMethod* method) { { // return FMOD5_System_AttachChannelGroupToPort(this.handle, portType, portIndex, channelgroup.handle, passThru); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___portType0; uint64_t L_2 = ___portIndex1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A L_3 = ___channelgroup2; intptr_t L_4 = L_3.get_handle_0(); bool L_5 = ___passThru3; int32_t L_6; L_6 = System_FMOD5_System_AttachChannelGroupToPort_m4A9BB0B44AD1E87E99FD1E2916B11087CF60B1E7((intptr_t)L_0, L_1, L_2, (intptr_t)L_4, L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t System_attachChannelGroupToPort_m95A5DD3B9D47F56E955935BEA07A2E223B297016_AdjustorThunk (RuntimeObject * __this, int32_t ___portType0, uint64_t ___portIndex1, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup2, bool ___passThru3, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_attachChannelGroupToPort_m95A5DD3B9D47F56E955935BEA07A2E223B297016(_thisAdjusted, ___portType0, ___portIndex1, ___channelgroup2, ___passThru3, method); return _returnValue; } // FMOD.RESULT FMOD.System::detachChannelGroupFromPort(FMOD.ChannelGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_detachChannelGroupFromPort_m7689CECD85099AB071BBC86A934E25D87DFD67C3 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup0, const RuntimeMethod* method) { { // return FMOD5_System_DetachChannelGroupFromPort(this.handle, channelgroup.handle); intptr_t L_0 = __this->get_handle_0(); ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A L_1 = ___channelgroup0; intptr_t L_2 = L_1.get_handle_0(); int32_t L_3; L_3 = System_FMOD5_System_DetachChannelGroupFromPort_m0F36C4D9A3929D709F665B80D99DDFE939A6B468((intptr_t)L_0, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_detachChannelGroupFromPort_m7689CECD85099AB071BBC86A934E25D87DFD67C3_AdjustorThunk (RuntimeObject * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_detachChannelGroupFromPort_m7689CECD85099AB071BBC86A934E25D87DFD67C3(_thisAdjusted, ___channelgroup0, method); return _returnValue; } // FMOD.RESULT FMOD.System::setReverbProperties(System.Int32,FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setReverbProperties_mC1B5117B9A6D5A57211630728027B4EFFC7CC401 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___instance0, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___prop1, const RuntimeMethod* method) { { // return FMOD5_System_SetReverbProperties(this.handle, instance, ref prop); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___instance0; REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * L_2 = ___prop1; int32_t L_3; L_3 = System_FMOD5_System_SetReverbProperties_mD02DFB3324E037933540C48119D79965C02C3840((intptr_t)L_0, L_1, (REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_setReverbProperties_mC1B5117B9A6D5A57211630728027B4EFFC7CC401_AdjustorThunk (RuntimeObject * __this, int32_t ___instance0, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___prop1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setReverbProperties_mC1B5117B9A6D5A57211630728027B4EFFC7CC401(_thisAdjusted, ___instance0, ___prop1, method); return _returnValue; } // FMOD.RESULT FMOD.System::getReverbProperties(System.Int32,FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getReverbProperties_m7E54A1F6516FC6AD4C3067E5125B89D11018561D (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___instance0, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___prop1, const RuntimeMethod* method) { { // return FMOD5_System_GetReverbProperties(this.handle, instance, out prop); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___instance0; REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * L_2 = ___prop1; int32_t L_3; L_3 = System_FMOD5_System_GetReverbProperties_m44ED1681FEA70A52EE2BF8BCD4A5E47924ED4549((intptr_t)L_0, L_1, (REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getReverbProperties_m7E54A1F6516FC6AD4C3067E5125B89D11018561D_AdjustorThunk (RuntimeObject * __this, int32_t ___instance0, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___prop1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getReverbProperties_m7E54A1F6516FC6AD4C3067E5125B89D11018561D(_thisAdjusted, ___instance0, ___prop1, method); return _returnValue; } // FMOD.RESULT FMOD.System::lockDSP() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_lockDSP_m3403C36E74810CAAA0D03075281711222B7753F2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method) { { // return FMOD5_System_LockDSP(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = System_FMOD5_System_LockDSP_m995C7DDAE086DFEC704B222833B5B65A42B3D11D((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t System_lockDSP_m3403C36E74810CAAA0D03075281711222B7753F2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_lockDSP_m3403C36E74810CAAA0D03075281711222B7753F2(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.System::unlockDSP() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_unlockDSP_m5ED321C28C98D250A8B3663CDDB7B2F51AF368CA (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method) { { // return FMOD5_System_UnlockDSP(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = System_FMOD5_System_UnlockDSP_m0CA7E0A132A6F69CDE76FB5CD25104382F1B8AC1((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t System_unlockDSP_m5ED321C28C98D250A8B3663CDDB7B2F51AF368CA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_unlockDSP_m5ED321C28C98D250A8B3663CDDB7B2F51AF368CA(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.System::getRecordNumDrivers(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getRecordNumDrivers_m28DDC912CA6C2D20C7E9FD8942307EF1036C81A2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___numdrivers0, int32_t* ___numconnected1, const RuntimeMethod* method) { { // return FMOD5_System_GetRecordNumDrivers(this.handle, out numdrivers, out numconnected); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numdrivers0; int32_t* L_2 = ___numconnected1; int32_t L_3; L_3 = System_FMOD5_System_GetRecordNumDrivers_mED4E84C29FE9D6374D9D78ADCA73638F57AC6C6A((intptr_t)L_0, (int32_t*)L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getRecordNumDrivers_m28DDC912CA6C2D20C7E9FD8942307EF1036C81A2_AdjustorThunk (RuntimeObject * __this, int32_t* ___numdrivers0, int32_t* ___numconnected1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getRecordNumDrivers_m28DDC912CA6C2D20C7E9FD8942307EF1036C81A2(_thisAdjusted, ___numdrivers0, ___numconnected1, method); return _returnValue; } // FMOD.RESULT FMOD.System::getRecordDriverInfo(System.Int32,System.String&,System.Int32,System.Guid&,System.Int32&,FMOD.SPEAKERMODE&,System.Int32&,FMOD.DRIVER_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getRecordDriverInfo_m8413BB8D86E8AE585F67535C24196DE0557F76FB (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, String_t** ___name1, int32_t ___namelen2, Guid_t * ___guid3, int32_t* ___systemrate4, int32_t* ___speakermode5, int32_t* ___speakermodechannels6, uint32_t* ___state7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IntPtr stringMem = Marshal.AllocHGlobal(namelen); int32_t L_0 = ___namelen2; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(L_0, /*hidden argument*/NULL); V_0 = (intptr_t)L_1; // RESULT result = FMOD5_System_GetRecordDriverInfo(this.handle, id, stringMem, namelen, out guid, out systemrate, out speakermode, out speakermodechannels, out state); intptr_t L_2 = __this->get_handle_0(); int32_t L_3 = ___id0; intptr_t L_4 = V_0; int32_t L_5 = ___namelen2; Guid_t * L_6 = ___guid3; int32_t* L_7 = ___systemrate4; int32_t* L_8 = ___speakermode5; int32_t* L_9 = ___speakermodechannels6; uint32_t* L_10 = ___state7; int32_t L_11; L_11 = System_FMOD5_System_GetRecordDriverInfo_mA9FD6C67F569D51252012AA9C3891090A21DDB55((intptr_t)L_2, L_3, (intptr_t)L_4, L_5, (Guid_t *)L_6, (int32_t*)L_7, (int32_t*)L_8, (int32_t*)L_9, (uint32_t*)L_10, /*hidden argument*/NULL); V_1 = L_11; // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_12; L_12 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_2 = L_12; } IL_0026: try { // begin try (depth: 1) // name = encoder.stringFromNative(stringMem); String_t** L_13 = ___name1; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_14 = V_2; intptr_t L_15 = V_0; NullCheck(L_14); String_t* L_16; L_16 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_14, (intptr_t)L_15, /*hidden argument*/NULL); *((RuntimeObject **)L_13) = (RuntimeObject *)L_16; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_13, (void*)(RuntimeObject *)L_16); // } IL2CPP_LEAVE(0x3B, FINALLY_0031); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0031; } FINALLY_0031: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_17 = V_2; if (!L_17) { goto IL_003a; } } IL_0034: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_18 = V_2; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_18); } IL_003a: { IL2CPP_END_FINALLY(49) } } // end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3B, IL_003b) } IL_003b: { // Marshal.FreeHGlobal(stringMem); intptr_t L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_19, /*hidden argument*/NULL); // return result; int32_t L_20 = V_1; return L_20; } } IL2CPP_EXTERN_C int32_t System_getRecordDriverInfo_m8413BB8D86E8AE585F67535C24196DE0557F76FB_AdjustorThunk (RuntimeObject * __this, int32_t ___id0, String_t** ___name1, int32_t ___namelen2, Guid_t * ___guid3, int32_t* ___systemrate4, int32_t* ___speakermode5, int32_t* ___speakermodechannels6, uint32_t* ___state7, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getRecordDriverInfo_m8413BB8D86E8AE585F67535C24196DE0557F76FB(_thisAdjusted, ___id0, ___name1, ___namelen2, ___guid3, ___systemrate4, ___speakermode5, ___speakermodechannels6, ___state7, method); return _returnValue; } // FMOD.RESULT FMOD.System::getRecordDriverInfo(System.Int32,System.Guid&,System.Int32&,FMOD.SPEAKERMODE&,System.Int32&,FMOD.DRIVER_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getRecordDriverInfo_m3BFF5D728C4C90A92F67FD9F9A608D673FB18EC2 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, Guid_t * ___guid1, int32_t* ___systemrate2, int32_t* ___speakermode3, int32_t* ___speakermodechannels4, uint32_t* ___state5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return FMOD5_System_GetRecordDriverInfo(this.handle, id, IntPtr.Zero, 0, out guid, out systemrate, out speakermode, out speakermodechannels, out state); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___id0; Guid_t * L_2 = ___guid1; int32_t* L_3 = ___systemrate2; int32_t* L_4 = ___speakermode3; int32_t* L_5 = ___speakermodechannels4; uint32_t* L_6 = ___state5; int32_t L_7; L_7 = System_FMOD5_System_GetRecordDriverInfo_mA9FD6C67F569D51252012AA9C3891090A21DDB55((intptr_t)L_0, L_1, (intptr_t)(0), 0, (Guid_t *)L_2, (int32_t*)L_3, (int32_t*)L_4, (int32_t*)L_5, (uint32_t*)L_6, /*hidden argument*/NULL); return L_7; } } IL2CPP_EXTERN_C int32_t System_getRecordDriverInfo_m3BFF5D728C4C90A92F67FD9F9A608D673FB18EC2_AdjustorThunk (RuntimeObject * __this, int32_t ___id0, Guid_t * ___guid1, int32_t* ___systemrate2, int32_t* ___speakermode3, int32_t* ___speakermodechannels4, uint32_t* ___state5, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getRecordDriverInfo_m3BFF5D728C4C90A92F67FD9F9A608D673FB18EC2(_thisAdjusted, ___id0, ___guid1, ___systemrate2, ___speakermode3, ___speakermodechannels4, ___state5, method); return _returnValue; } // FMOD.RESULT FMOD.System::getRecordPosition(System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getRecordPosition_m279DD2E73E70E7712754DD5F2D54B58CD301F964 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, uint32_t* ___position1, const RuntimeMethod* method) { { // return FMOD5_System_GetRecordPosition(this.handle, id, out position); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___id0; uint32_t* L_2 = ___position1; int32_t L_3; L_3 = System_FMOD5_System_GetRecordPosition_m3C48D30C60D2A2D7B6F9296AE2F59EC91E45B3A0((intptr_t)L_0, L_1, (uint32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getRecordPosition_m279DD2E73E70E7712754DD5F2D54B58CD301F964_AdjustorThunk (RuntimeObject * __this, int32_t ___id0, uint32_t* ___position1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getRecordPosition_m279DD2E73E70E7712754DD5F2D54B58CD301F964(_thisAdjusted, ___id0, ___position1, method); return _returnValue; } // FMOD.RESULT FMOD.System::recordStart(System.Int32,FMOD.Sound,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_recordStart_m4517AEC4F8D0092041757D4917A9DC0E72889192 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 ___sound1, bool ___loop2, const RuntimeMethod* method) { { // return FMOD5_System_RecordStart(this.handle, id, sound.handle, loop); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___id0; Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 L_2 = ___sound1; intptr_t L_3 = L_2.get_handle_0(); bool L_4 = ___loop2; int32_t L_5; L_5 = System_FMOD5_System_RecordStart_m127DCECC3EF4B6AE4A15DD2FCCA8D9FAA5408A85((intptr_t)L_0, L_1, (intptr_t)L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t System_recordStart_m4517AEC4F8D0092041757D4917A9DC0E72889192_AdjustorThunk (RuntimeObject * __this, int32_t ___id0, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 ___sound1, bool ___loop2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_recordStart_m4517AEC4F8D0092041757D4917A9DC0E72889192(_thisAdjusted, ___id0, ___sound1, ___loop2, method); return _returnValue; } // FMOD.RESULT FMOD.System::recordStop(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_recordStop_mDF2416E793C374A99D7F096FAFD582B2C8C2083A (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, const RuntimeMethod* method) { { // return FMOD5_System_RecordStop(this.handle, id); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___id0; int32_t L_2; L_2 = System_FMOD5_System_RecordStop_mEA721F66F2110A149B343B3A8532CB80D9937C4E((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_recordStop_mDF2416E793C374A99D7F096FAFD582B2C8C2083A_AdjustorThunk (RuntimeObject * __this, int32_t ___id0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_recordStop_mDF2416E793C374A99D7F096FAFD582B2C8C2083A(_thisAdjusted, ___id0, method); return _returnValue; } // FMOD.RESULT FMOD.System::isRecording(System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_isRecording_m9721B5DACDD5E5466B0C50A1F1D74BE437DA650C (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___id0, bool* ___recording1, const RuntimeMethod* method) { { // return FMOD5_System_IsRecording(this.handle, id, out recording); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___id0; bool* L_2 = ___recording1; int32_t L_3; L_3 = System_FMOD5_System_IsRecording_m7A3A1CA42A31E0C7969DF10FE3202896D615A7DB((intptr_t)L_0, L_1, (bool*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_isRecording_m9721B5DACDD5E5466B0C50A1F1D74BE437DA650C_AdjustorThunk (RuntimeObject * __this, int32_t ___id0, bool* ___recording1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_isRecording_m9721B5DACDD5E5466B0C50A1F1D74BE437DA650C(_thisAdjusted, ___id0, ___recording1, method); return _returnValue; } // FMOD.RESULT FMOD.System::createGeometry(System.Int32,System.Int32,FMOD.Geometry&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_createGeometry_m9E25AAB24245D49FE937E870D02625A42FD0E696 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___maxpolygons0, int32_t ___maxvertices1, Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * ___geometry2, const RuntimeMethod* method) { { // return FMOD5_System_CreateGeometry(this.handle, maxpolygons, maxvertices, out geometry.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___maxpolygons0; int32_t L_2 = ___maxvertices1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * L_3 = ___geometry2; intptr_t* L_4 = L_3->get_address_of_handle_0(); int32_t L_5; L_5 = System_FMOD5_System_CreateGeometry_mE65CE2B81839C4BC8D251F05CF26BEEEFB6E1531((intptr_t)L_0, L_1, L_2, (intptr_t*)L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t System_createGeometry_m9E25AAB24245D49FE937E870D02625A42FD0E696_AdjustorThunk (RuntimeObject * __this, int32_t ___maxpolygons0, int32_t ___maxvertices1, Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * ___geometry2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_createGeometry_m9E25AAB24245D49FE937E870D02625A42FD0E696(_thisAdjusted, ___maxpolygons0, ___maxvertices1, ___geometry2, method); return _returnValue; } // FMOD.RESULT FMOD.System::setGeometrySettings(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setGeometrySettings_m14EE50BF9A6922DCE3788965BC7C956EFE142AA3 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, float ___maxworldsize0, const RuntimeMethod* method) { { // return FMOD5_System_SetGeometrySettings(this.handle, maxworldsize); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___maxworldsize0; int32_t L_2; L_2 = System_FMOD5_System_SetGeometrySettings_mDEEF7D3F41D1C5C7A13C30DE5C77C7D79C078A64((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_setGeometrySettings_m14EE50BF9A6922DCE3788965BC7C956EFE142AA3_AdjustorThunk (RuntimeObject * __this, float ___maxworldsize0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setGeometrySettings_m14EE50BF9A6922DCE3788965BC7C956EFE142AA3(_thisAdjusted, ___maxworldsize0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getGeometrySettings(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getGeometrySettings_mA40A9FFBFEAF7A226DD874CE09291832D57B8BFE (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, float* ___maxworldsize0, const RuntimeMethod* method) { { // return FMOD5_System_GetGeometrySettings(this.handle, out maxworldsize); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___maxworldsize0; int32_t L_2; L_2 = System_FMOD5_System_GetGeometrySettings_m491253676EA29D6D9C88A73F615EE9FC96A5108D((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getGeometrySettings_mA40A9FFBFEAF7A226DD874CE09291832D57B8BFE_AdjustorThunk (RuntimeObject * __this, float* ___maxworldsize0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getGeometrySettings_mA40A9FFBFEAF7A226DD874CE09291832D57B8BFE(_thisAdjusted, ___maxworldsize0, method); return _returnValue; } // FMOD.RESULT FMOD.System::loadGeometry(System.IntPtr,System.Int32,FMOD.Geometry&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadGeometry_m157B6B4F648FCF3CFF438A17F45D1BB86D2C9CAA (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t ___data0, int32_t ___datasize1, Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * ___geometry2, const RuntimeMethod* method) { { // return FMOD5_System_LoadGeometry(this.handle, data, datasize, out geometry.handle); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___data0; int32_t L_2 = ___datasize1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * L_3 = ___geometry2; intptr_t* L_4 = L_3->get_address_of_handle_0(); int32_t L_5; L_5 = System_FMOD5_System_LoadGeometry_m8BFC345F463B42377B5F43710D5C779FA1091B12((intptr_t)L_0, (intptr_t)L_1, L_2, (intptr_t*)L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t System_loadGeometry_m157B6B4F648FCF3CFF438A17F45D1BB86D2C9CAA_AdjustorThunk (RuntimeObject * __this, intptr_t ___data0, int32_t ___datasize1, Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * ___geometry2, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_loadGeometry_m157B6B4F648FCF3CFF438A17F45D1BB86D2C9CAA(_thisAdjusted, ___data0, ___datasize1, ___geometry2, method); return _returnValue; } // FMOD.RESULT FMOD.System::getGeometryOcclusion(FMOD.VECTOR&,FMOD.VECTOR&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getGeometryOcclusion_mE586ABA5934A2C91FBC1F322A0DCCE83E33528E3 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___listener0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___source1, float* ___direct2, float* ___reverb3, const RuntimeMethod* method) { { // return FMOD5_System_GetGeometryOcclusion(this.handle, ref listener, ref source, out direct, out reverb); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___listener0; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_2 = ___source1; float* L_3 = ___direct2; float* L_4 = ___reverb3; int32_t L_5; L_5 = System_FMOD5_System_GetGeometryOcclusion_m883219A9D49858E0E4817E5F9A7DD903416D10ED((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_2, (float*)L_3, (float*)L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t System_getGeometryOcclusion_mE586ABA5934A2C91FBC1F322A0DCCE83E33528E3_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___listener0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___source1, float* ___direct2, float* ___reverb3, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getGeometryOcclusion_mE586ABA5934A2C91FBC1F322A0DCCE83E33528E3(_thisAdjusted, ___listener0, ___source1, ___direct2, ___reverb3, method); return _returnValue; } // FMOD.RESULT FMOD.System::setNetworkProxy(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setNetworkProxy_m306D328FCCD0F0DA87E1747F069A41C269411753 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t* ___proxy0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD5_System_SetNetworkProxy(this.handle, encoder.byteFromStringUTF8(proxy)); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___proxy0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); int32_t L_5; L_5 = System_FMOD5_System_SetNetworkProxy_m7AF58E4CA5C9BDC260F2FBB1F6DE3042AC544B8D((intptr_t)L_1, L_4, /*hidden argument*/NULL); V_1 = L_5; IL2CPP_LEAVE(0x25, FINALLY_001b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001b; } FINALLY_001b: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_6 = V_0; if (!L_6) { goto IL_0024; } } IL_001e: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_7 = V_0; NullCheck(L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_7); } IL_0024: { IL2CPP_END_FINALLY(27) } } // end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x25, IL_0025) } IL_0025: { // } int32_t L_8 = V_1; return L_8; } } IL2CPP_EXTERN_C int32_t System_setNetworkProxy_m306D328FCCD0F0DA87E1747F069A41C269411753_AdjustorThunk (RuntimeObject * __this, String_t* ___proxy0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setNetworkProxy_m306D328FCCD0F0DA87E1747F069A41C269411753(_thisAdjusted, ___proxy0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getNetworkProxy(System.String&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNetworkProxy_m8AFAF5AFBCE0AD52CD7CAA8AA9DAFF31A39A6D1E (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, String_t** ___proxy0, int32_t ___proxylen1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IntPtr stringMem = Marshal.AllocHGlobal(proxylen); int32_t L_0 = ___proxylen1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(L_0, /*hidden argument*/NULL); V_0 = (intptr_t)L_1; // RESULT result = FMOD5_System_GetNetworkProxy(this.handle, stringMem, proxylen); intptr_t L_2 = __this->get_handle_0(); intptr_t L_3 = V_0; int32_t L_4 = ___proxylen1; int32_t L_5; L_5 = System_FMOD5_System_GetNetworkProxy_mFF4FA3FB89A00D940331D3AF5BDA5357FB193D7D((intptr_t)L_2, (intptr_t)L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_6; L_6 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_2 = L_6; } IL_001b: try { // begin try (depth: 1) // proxy = encoder.stringFromNative(stringMem); String_t** L_7 = ___proxy0; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_2; intptr_t L_9 = V_0; NullCheck(L_8); String_t* L_10; L_10 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_8, (intptr_t)L_9, /*hidden argument*/NULL); *((RuntimeObject **)L_7) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)L_10); // } IL2CPP_LEAVE(0x30, FINALLY_0026); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_11 = V_2; if (!L_11) { goto IL_002f; } } IL_0029: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_12 = V_2; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_002f: { IL2CPP_END_FINALLY(38) } } // end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x30, IL_0030) } IL_0030: { // Marshal.FreeHGlobal(stringMem); intptr_t L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_13, /*hidden argument*/NULL); // return result; int32_t L_14 = V_1; return L_14; } } IL2CPP_EXTERN_C int32_t System_getNetworkProxy_m8AFAF5AFBCE0AD52CD7CAA8AA9DAFF31A39A6D1E_AdjustorThunk (RuntimeObject * __this, String_t** ___proxy0, int32_t ___proxylen1, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getNetworkProxy_m8AFAF5AFBCE0AD52CD7CAA8AA9DAFF31A39A6D1E(_thisAdjusted, ___proxy0, ___proxylen1, method); return _returnValue; } // FMOD.RESULT FMOD.System::setNetworkTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setNetworkTimeout_m4113899E5133C78433106780CF2910C5F27B79FC (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t ___timeout0, const RuntimeMethod* method) { { // return FMOD5_System_SetNetworkTimeout(this.handle, timeout); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___timeout0; int32_t L_2; L_2 = System_FMOD5_System_SetNetworkTimeout_mE2C3B374F5C30CF5DF6D30B62B2080D6326E201F((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_setNetworkTimeout_m4113899E5133C78433106780CF2910C5F27B79FC_AdjustorThunk (RuntimeObject * __this, int32_t ___timeout0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setNetworkTimeout_m4113899E5133C78433106780CF2910C5F27B79FC(_thisAdjusted, ___timeout0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getNetworkTimeout(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNetworkTimeout_m8A15E2FEAF8713C04AAEA5BAF3515A657322496C (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, int32_t* ___timeout0, const RuntimeMethod* method) { { // return FMOD5_System_GetNetworkTimeout(this.handle, out timeout); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___timeout0; int32_t L_2; L_2 = System_FMOD5_System_GetNetworkTimeout_m2D3F12D597815957266537CC49C543BE1D395CB6((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getNetworkTimeout_m8A15E2FEAF8713C04AAEA5BAF3515A657322496C_AdjustorThunk (RuntimeObject * __this, int32_t* ___timeout0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getNetworkTimeout_m8A15E2FEAF8713C04AAEA5BAF3515A657322496C(_thisAdjusted, ___timeout0, method); return _returnValue; } // FMOD.RESULT FMOD.System::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setUserData_m12624A19AB997CE6FD5A946B131EA289CD3BE288 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t ___userdata0, const RuntimeMethod* method) { { // return FMOD5_System_SetUserData(this.handle, userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___userdata0; int32_t L_2; L_2 = System_FMOD5_System_SetUserData_mD112075FC9EB82D938B04C57620393CD3BC627F4((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_setUserData_m12624A19AB997CE6FD5A946B131EA289CD3BE288_AdjustorThunk (RuntimeObject * __this, intptr_t ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setUserData_m12624A19AB997CE6FD5A946B131EA289CD3BE288(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.System::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getUserData_m67794861358E454694F29ADAA9D1AB5EEC7CD3F5 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { { // return FMOD5_System_GetUserData(this.handle, out userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___userdata0; int32_t L_2; L_2 = System_FMOD5_System_GetUserData_mCB2B9BC8788AA95216ADF9FC35F9E4EF02757F67((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getUserData_m67794861358E454694F29ADAA9D1AB5EEC7CD3F5_AdjustorThunk (RuntimeObject * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getUserData_m67794861358E454694F29ADAA9D1AB5EEC7CD3F5(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Release_mA84CA742A837D8F68497462B0C02BED01CED5FEF (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_Release", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_Release)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetOutput(System.IntPtr,FMOD.OUTPUTTYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetOutput_mA9B9A759636F482B3A38A306E9F2B9765AC8402A (intptr_t ___system0, int32_t ___output1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetOutput", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetOutput)(___system0, ___output1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___output1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetOutput(System.IntPtr,FMOD.OUTPUTTYPE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetOutput_mD85DFCB9BBA8C1416FCEF7E675F8A2FB6A1F3FC4 (intptr_t ___system0, int32_t* ___output1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetOutput", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetOutput)(___system0, ___output1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___output1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetNumDrivers(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetNumDrivers_mA97169CD923A1FCA9A68A27DA4B8B1F0280ED209 (intptr_t ___system0, int32_t* ___numdrivers1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetNumDrivers", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetNumDrivers)(___system0, ___numdrivers1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___numdrivers1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetDriverInfo(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Guid&,System.Int32&,FMOD.SPEAKERMODE&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetDriverInfo_mADF01EF04050D8945B511A59CFB167497A5BD8FA (intptr_t ___system0, int32_t ___id1, intptr_t ___name2, int32_t ___namelen3, Guid_t * ___guid4, int32_t* ___systemrate5, int32_t* ___speakermode6, int32_t* ___speakermodechannels7, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t, int32_t, Guid_t *, int32_t*, int32_t*, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(Guid_t *) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetDriverInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetDriverInfo)(___system0, ___id1, ___name2, ___namelen3, ___guid4, ___systemrate5, ___speakermode6, ___speakermodechannels7); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ___name2, ___namelen3, ___guid4, ___systemrate5, ___speakermode6, ___speakermodechannels7); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetDriver(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetDriver_mEB0CDA568E38CACAE55317B4E81D1B698F3D3B5A (intptr_t ___system0, int32_t ___driver1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetDriver", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetDriver)(___system0, ___driver1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___driver1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetDriver(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetDriver_m8BD4C12EF8638AC7B42A54DA92ECA50F30AA6258 (intptr_t ___system0, int32_t* ___driver1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetDriver", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetDriver)(___system0, ___driver1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___driver1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetSoftwareChannels(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetSoftwareChannels_m16794261094904F08FD5B91C36B5040EDB882DA1 (intptr_t ___system0, int32_t ___numsoftwarechannels1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetSoftwareChannels", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetSoftwareChannels)(___system0, ___numsoftwarechannels1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___numsoftwarechannels1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetSoftwareChannels(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetSoftwareChannels_m14E4E685247937C6462184FE8797AB11330E7169 (intptr_t ___system0, int32_t* ___numsoftwarechannels1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetSoftwareChannels", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetSoftwareChannels)(___system0, ___numsoftwarechannels1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___numsoftwarechannels1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetSoftwareFormat(System.IntPtr,System.Int32,FMOD.SPEAKERMODE,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetSoftwareFormat_m6BDEE9FC663BD96CA0C1841DD13711225C2097B8 (intptr_t ___system0, int32_t ___samplerate1, int32_t ___speakermode2, int32_t ___numrawspeakers3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetSoftwareFormat", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetSoftwareFormat)(___system0, ___samplerate1, ___speakermode2, ___numrawspeakers3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___samplerate1, ___speakermode2, ___numrawspeakers3); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetSoftwareFormat(System.IntPtr,System.Int32&,FMOD.SPEAKERMODE&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetSoftwareFormat_m00B5122098124D95EC3D89B7F601B7B0C320D717 (intptr_t ___system0, int32_t* ___samplerate1, int32_t* ___speakermode2, int32_t* ___numrawspeakers3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, int32_t*, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetSoftwareFormat", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetSoftwareFormat)(___system0, ___samplerate1, ___speakermode2, ___numrawspeakers3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___samplerate1, ___speakermode2, ___numrawspeakers3); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetDSPBufferSize(System.IntPtr,System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetDSPBufferSize_mB25A5AA9D715E913B7CA77C15AF0448BF9661778 (intptr_t ___system0, uint32_t ___bufferlength1, int32_t ___numbuffers2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetDSPBufferSize", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetDSPBufferSize)(___system0, ___bufferlength1, ___numbuffers2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___bufferlength1, ___numbuffers2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetDSPBufferSize(System.IntPtr,System.UInt32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetDSPBufferSize_m7AF211CEBFF2A36F64320A95FD3E86CC8F94E76B (intptr_t ___system0, uint32_t* ___bufferlength1, int32_t* ___numbuffers2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetDSPBufferSize", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetDSPBufferSize)(___system0, ___bufferlength1, ___numbuffers2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___bufferlength1, ___numbuffers2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetFileSystem(System.IntPtr,FMOD.FILE_OPEN_CALLBACK,FMOD.FILE_CLOSE_CALLBACK,FMOD.FILE_READ_CALLBACK,FMOD.FILE_SEEK_CALLBACK,FMOD.FILE_ASYNCREAD_CALLBACK,FMOD.FILE_ASYNCCANCEL_CALLBACK,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetFileSystem_m1645E82F2896F3D88E77D44B5B0B284C4DCC87B9 (intptr_t ___system0, FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * ___useropen1, FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * ___userclose2, FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * ___userread3, FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * ___userseek4, FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F * ___userasyncread5, FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF * ___userasynccancel6, int32_t ___blockalign7, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetFileSystem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___useropen1' to native representation Il2CppMethodPointer ____useropen1_marshaled = NULL; ____useropen1_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___useropen1)); // Marshaling of parameter '___userclose2' to native representation Il2CppMethodPointer ____userclose2_marshaled = NULL; ____userclose2_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___userclose2)); // Marshaling of parameter '___userread3' to native representation Il2CppMethodPointer ____userread3_marshaled = NULL; ____userread3_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___userread3)); // Marshaling of parameter '___userseek4' to native representation Il2CppMethodPointer ____userseek4_marshaled = NULL; ____userseek4_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___userseek4)); // Marshaling of parameter '___userasyncread5' to native representation Il2CppMethodPointer ____userasyncread5_marshaled = NULL; ____userasyncread5_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___userasyncread5)); // Marshaling of parameter '___userasynccancel6' to native representation Il2CppMethodPointer ____userasynccancel6_marshaled = NULL; ____userasynccancel6_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___userasynccancel6)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetFileSystem)(___system0, ____useropen1_marshaled, ____userclose2_marshaled, ____userread3_marshaled, ____userseek4_marshaled, ____userasyncread5_marshaled, ____userasynccancel6_marshaled, ___blockalign7); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____useropen1_marshaled, ____userclose2_marshaled, ____userread3_marshaled, ____userseek4_marshaled, ____userasyncread5_marshaled, ____userasynccancel6_marshaled, ___blockalign7); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_AttachFileSystem(System.IntPtr,FMOD.FILE_OPEN_CALLBACK,FMOD.FILE_CLOSE_CALLBACK,FMOD.FILE_READ_CALLBACK,FMOD.FILE_SEEK_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_AttachFileSystem_mD6D21A9A5E129635DE8002AE38223214B7885CBC (intptr_t ___system0, FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * ___useropen1, FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * ___userclose2, FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * ___userread3, FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * ___userseek4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_AttachFileSystem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___useropen1' to native representation Il2CppMethodPointer ____useropen1_marshaled = NULL; ____useropen1_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___useropen1)); // Marshaling of parameter '___userclose2' to native representation Il2CppMethodPointer ____userclose2_marshaled = NULL; ____userclose2_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___userclose2)); // Marshaling of parameter '___userread3' to native representation Il2CppMethodPointer ____userread3_marshaled = NULL; ____userread3_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___userread3)); // Marshaling of parameter '___userseek4' to native representation Il2CppMethodPointer ____userseek4_marshaled = NULL; ____userseek4_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___userseek4)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_AttachFileSystem)(___system0, ____useropen1_marshaled, ____userclose2_marshaled, ____userread3_marshaled, ____userseek4_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____useropen1_marshaled, ____userclose2_marshaled, ____userread3_marshaled, ____userseek4_marshaled); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetAdvancedSettings(System.IntPtr,FMOD.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetAdvancedSettings_m2D52C78EDB495B779B4F1BA896E58E3874BA47FA (intptr_t ___system0, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * ___settings1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetAdvancedSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetAdvancedSettings)(___system0, ___settings1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___settings1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetAdvancedSettings(System.IntPtr,FMOD.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetAdvancedSettings_m56719919AE47EE9999E1AB79CB39851D8CBA2728 (intptr_t ___system0, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * ___settings1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetAdvancedSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetAdvancedSettings)(___system0, ___settings1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___settings1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetCallback(System.IntPtr,FMOD.SYSTEM_CALLBACK,FMOD.SYSTEM_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetCallback_m30F67B7DEDF27A95D3E35F98586A60B0A22E20E0 (intptr_t ___system0, SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * ___callback1, uint32_t ___callbackmask2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, Il2CppMethodPointer, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetCallback", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___callback1' to native representation Il2CppMethodPointer ____callback1_marshaled = NULL; ____callback1_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___callback1)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetCallback)(___system0, ____callback1_marshaled, ___callbackmask2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____callback1_marshaled, ___callbackmask2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetPluginPath(System.IntPtr,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetPluginPath_m813D28C5011B4A649C2FD7758C057562A7DF2D1B (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___path1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetPluginPath", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___path1' to native representation uint8_t* ____path1_marshaled = NULL; if (___path1 != NULL) { ____path1_marshaled = reinterpret_cast((___path1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetPluginPath)(___system0, ____path1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____path1_marshaled); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_LoadPlugin(System.IntPtr,System.Byte[],System.UInt32&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_LoadPlugin_mBDA4DAE1B2E00807CB74B6670E5CB7134366443F (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___filename1, uint32_t* ___handle2, uint32_t ___priority3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, uint32_t*, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t*) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_LoadPlugin", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___filename1' to native representation uint8_t* ____filename1_marshaled = NULL; if (___filename1 != NULL) { ____filename1_marshaled = reinterpret_cast((___filename1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_LoadPlugin)(___system0, ____filename1_marshaled, ___handle2, ___priority3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____filename1_marshaled, ___handle2, ___priority3); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_UnloadPlugin(System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_UnloadPlugin_mC441E0317EB927952E764639AC30906B4F56FC37 (intptr_t ___system0, uint32_t ___handle1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_UnloadPlugin", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_UnloadPlugin)(___system0, ___handle1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___handle1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetNumNestedPlugins(System.IntPtr,System.UInt32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetNumNestedPlugins_m7DB5B52DFD4A41F7449370A3D2DD0CD5E6DC195C (intptr_t ___system0, uint32_t ___handle1, int32_t* ___count2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetNumNestedPlugins", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetNumNestedPlugins)(___system0, ___handle1, ___count2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___handle1, ___count2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetNestedPlugin(System.IntPtr,System.UInt32,System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetNestedPlugin_mD24971ABBCCDBD39B5895A75174E748EA201CA03 (intptr_t ___system0, uint32_t ___handle1, int32_t ___index2, uint32_t* ___nestedhandle3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, int32_t, uint32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(int32_t) + sizeof(uint32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetNestedPlugin", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetNestedPlugin)(___system0, ___handle1, ___index2, ___nestedhandle3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___handle1, ___index2, ___nestedhandle3); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetNumPlugins(System.IntPtr,FMOD.PLUGINTYPE,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetNumPlugins_m4A92363F0E06B06A8465D98260D5A5A6EFBE29E7 (intptr_t ___system0, int32_t ___plugintype1, int32_t* ___numplugins2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetNumPlugins", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetNumPlugins)(___system0, ___plugintype1, ___numplugins2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___plugintype1, ___numplugins2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetPluginHandle(System.IntPtr,FMOD.PLUGINTYPE,System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetPluginHandle_m9983B7FDE3E99D13A395F197EED45D6F8EAA6D12 (intptr_t ___system0, int32_t ___plugintype1, int32_t ___index2, uint32_t* ___handle3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t, uint32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t) + sizeof(uint32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetPluginHandle", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetPluginHandle)(___system0, ___plugintype1, ___index2, ___handle3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___plugintype1, ___index2, ___handle3); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetPluginInfo(System.IntPtr,System.UInt32,FMOD.PLUGINTYPE&,System.IntPtr,System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetPluginInfo_mAE022A71A7AA363E4DE7473945E58FAC0F93C5D5 (intptr_t ___system0, uint32_t ___handle1, int32_t* ___plugintype2, intptr_t ___name3, int32_t ___namelen4, uint32_t* ___version5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, int32_t*, intptr_t, int32_t, uint32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(int32_t*) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(uint32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetPluginInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetPluginInfo)(___system0, ___handle1, ___plugintype2, ___name3, ___namelen4, ___version5); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___handle1, ___plugintype2, ___name3, ___namelen4, ___version5); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetOutputByPlugin(System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetOutputByPlugin_m5815B3BF18AC39441B402CCE087F305B45432E7F (intptr_t ___system0, uint32_t ___handle1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetOutputByPlugin", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetOutputByPlugin)(___system0, ___handle1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___handle1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetOutputByPlugin(System.IntPtr,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetOutputByPlugin_mBD2DE65D52B03F71C165300775A8418E7B5B4AE3 (intptr_t ___system0, uint32_t* ___handle1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetOutputByPlugin", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetOutputByPlugin)(___system0, ___handle1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___handle1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_CreateDSPByPlugin(System.IntPtr,System.UInt32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateDSPByPlugin_m576D13FD5D7AD233C11432BDBE60F8379F0F7A50 (intptr_t ___system0, uint32_t ___handle1, intptr_t* ___dsp2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_CreateDSPByPlugin", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_CreateDSPByPlugin)(___system0, ___handle1, ___dsp2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___handle1, ___dsp2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetDSPInfoByPlugin(System.IntPtr,System.UInt32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetDSPInfoByPlugin_m1CEA6E799F6BE069A7F15F6D158B32D4385E1BDC (intptr_t ___system0, uint32_t ___handle1, intptr_t* ___description2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetDSPInfoByPlugin", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetDSPInfoByPlugin)(___system0, ___handle1, ___description2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___handle1, ___description2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_RegisterDSP(System.IntPtr,FMOD.DSP_DESCRIPTION&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_RegisterDSP_m8465789A7AAADFD0F87DD91E9D04B93E11B1A1EB (intptr_t ___system0, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 * ___description1, uint32_t* ___handle2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke*, uint32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke*) + sizeof(uint32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_RegisterDSP", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___description1' to native representation DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke* ____description1_marshaled = NULL; DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke ____description1_marshaled_dereferenced = {}; DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_pinvoke(*___description1, ____description1_marshaled_dereferenced); ____description1_marshaled = &____description1_marshaled_dereferenced; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_RegisterDSP)(___system0, ____description1_marshaled, ___handle2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____description1_marshaled, ___handle2); #endif // Marshaling of parameter '___description1' back from native representation DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 _____description1_marshaled_unmarshaled_dereferenced; memset((&_____description1_marshaled_unmarshaled_dereferenced), 0, sizeof(_____description1_marshaled_unmarshaled_dereferenced)); DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_pinvoke_back(*____description1_marshaled, _____description1_marshaled_unmarshaled_dereferenced); DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_pinvoke_cleanup(*____description1_marshaled); *___description1 = _____description1_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((___description1)->___name_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___create_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___release_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___reset_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___read_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___process_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___setposition_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___setparameterfloat_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___setparameterint_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___setparameterbool_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___setparameterdata_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___getparameterfloat_17), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___getparameterint_18), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___getparameterbool_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___getparameterdata_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___shouldiprocess_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___sys_register_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___sys_deregister_24), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___sys_mix_25), (void*)NULL); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_Init(System.IntPtr,System.Int32,FMOD.INITFLAGS,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Init_m63E4137496DFEC16990DED038165E77843DA3CC4 (intptr_t ___system0, int32_t ___maxchannels1, uint32_t ___flags2, intptr_t ___extradriverdata3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, uint32_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(uint32_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_Init", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_Init)(___system0, ___maxchannels1, ___flags2, ___extradriverdata3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___maxchannels1, ___flags2, ___extradriverdata3); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_Close(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Close_m73E0DF86E473984E86088BA9DA046267E599C114 (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_Close", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_Close)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_Update(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Update_mAF9F0E2B9C1C51D7EB969D8BD6135442422E16DF (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_Update", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_Update)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetSpeakerPosition(System.IntPtr,FMOD.SPEAKER,System.Single,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetSpeakerPosition_mC7C4CFB862327ECD7C7E6E7E4A73B8A65E98EA11 (intptr_t ___system0, int32_t ___speaker1, float ___x2, float ___y3, bool ___active4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float, float, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float) + sizeof(float) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetSpeakerPosition", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetSpeakerPosition)(___system0, ___speaker1, ___x2, ___y3, static_cast(___active4)); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___speaker1, ___x2, ___y3, static_cast(___active4)); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetSpeakerPosition(System.IntPtr,FMOD.SPEAKER,System.Single&,System.Single&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetSpeakerPosition_m33579E77171DBE9720804A64CEEFD7E74B4E595F (intptr_t ___system0, int32_t ___speaker1, float* ___x2, float* ___y3, bool* ___active4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float*, float*, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float*) + sizeof(float*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetSpeakerPosition", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___active4' to native representation int32_t ____active4_empty = 0; int32_t* ____active4_marshaled = &____active4_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetSpeakerPosition)(___system0, ___speaker1, ___x2, ___y3, ____active4_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___speaker1, ___x2, ___y3, ____active4_marshaled); #endif // Marshaling of parameter '___active4' back from native representation bool _____active4_marshaled_unmarshaled_dereferenced = false; _____active4_marshaled_unmarshaled_dereferenced = static_cast(*____active4_marshaled); *___active4 = _____active4_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetStreamBufferSize(System.IntPtr,System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetStreamBufferSize_m166AF4164B0043DC1C00A6560086961CD3CADDA2 (intptr_t ___system0, uint32_t ___filebuffersize1, uint32_t ___filebuffersizetype2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetStreamBufferSize", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetStreamBufferSize)(___system0, ___filebuffersize1, ___filebuffersizetype2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___filebuffersize1, ___filebuffersizetype2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetStreamBufferSize(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetStreamBufferSize_m67AF23043583CA9D608469F594441E26F7CD0527 (intptr_t ___system0, uint32_t* ___filebuffersize1, uint32_t* ___filebuffersizetype2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, uint32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(uint32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetStreamBufferSize", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetStreamBufferSize)(___system0, ___filebuffersize1, ___filebuffersizetype2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___filebuffersize1, ___filebuffersizetype2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_Set3DSettings(System.IntPtr,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Set3DSettings_m4DAB52F915D62DFB787F13B4CA6D4A8F48180025 (intptr_t ___system0, float ___dopplerscale1, float ___distancefactor2, float ___rolloffscale3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_Set3DSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_Set3DSettings)(___system0, ___dopplerscale1, ___distancefactor2, ___rolloffscale3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___dopplerscale1, ___distancefactor2, ___rolloffscale3); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_Get3DSettings(System.IntPtr,System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Get3DSettings_mA8C51E7CC518D03F709EC025647381DE846AE1DF (intptr_t ___system0, float* ___dopplerscale1, float* ___distancefactor2, float* ___rolloffscale3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_Get3DSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_Get3DSettings)(___system0, ___dopplerscale1, ___distancefactor2, ___rolloffscale3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___dopplerscale1, ___distancefactor2, ___rolloffscale3); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_Set3DNumListeners(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Set3DNumListeners_m216ECE10770702D41EC9D021434A2EE0DE5452DF (intptr_t ___system0, int32_t ___numlisteners1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_Set3DNumListeners", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_Set3DNumListeners)(___system0, ___numlisteners1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___numlisteners1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_Get3DNumListeners(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Get3DNumListeners_mABB4E7CE5F9BF27FA2CD203FFCCC38D9A2E70EE5 (intptr_t ___system0, int32_t* ___numlisteners1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_Get3DNumListeners", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_Get3DNumListeners)(___system0, ___numlisteners1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___numlisteners1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_Set3DListenerAttributes(System.IntPtr,System.Int32,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Set3DListenerAttributes_mE0C3EBE9509124D3A16FC7897EBE2B4493FDA65D (intptr_t ___system0, int32_t ___listener1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel3, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward4, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_Set3DListenerAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_Set3DListenerAttributes)(___system0, ___listener1, ___pos2, ___vel3, ___forward4, ___up5); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___listener1, ___pos2, ___vel3, ___forward4, ___up5); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_Get3DListenerAttributes(System.IntPtr,System.Int32,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Get3DListenerAttributes_m0DEB7D7ACE122DFEF27988EC6CFDFD403F20F093 (intptr_t ___system0, int32_t ___listener1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel3, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward4, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_Get3DListenerAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_Get3DListenerAttributes)(___system0, ___listener1, ___pos2, ___vel3, ___forward4, ___up5); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___listener1, ___pos2, ___vel3, ___forward4, ___up5); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_Set3DRolloffCallback(System.IntPtr,FMOD.CB_3D_ROLLOFF_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_Set3DRolloffCallback_m7123D0D18945A3CFD244E8AA029D9129C211A391 (intptr_t ___system0, CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81 * ___callback1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, Il2CppMethodPointer); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_Set3DRolloffCallback", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___callback1' to native representation Il2CppMethodPointer ____callback1_marshaled = NULL; ____callback1_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___callback1)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_Set3DRolloffCallback)(___system0, ____callback1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____callback1_marshaled); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_MixerSuspend(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_MixerSuspend_m0CF45C07D0AAB6A288D4F3C44665FE27A77BB8A2 (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_MixerSuspend", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_MixerSuspend)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_MixerResume(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_MixerResume_mF123C43346C47A0AE7DDAD5DC0DF0E1FBBD2EB08 (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_MixerResume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_MixerResume)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetDefaultMixMatrix(System.IntPtr,FMOD.SPEAKERMODE,FMOD.SPEAKERMODE,System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetDefaultMixMatrix_m70CAE09D0EF1E748B57287D9E934ABF1B9246CDB (intptr_t ___system0, int32_t ___sourcespeakermode1, int32_t ___targetspeakermode2, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix3, int32_t ___matrixhop4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t, float*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t) + sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetDefaultMixMatrix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___matrix3' to native representation float* ____matrix3_marshaled = NULL; if (___matrix3 != NULL) { ____matrix3_marshaled = reinterpret_cast((___matrix3)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetDefaultMixMatrix)(___system0, ___sourcespeakermode1, ___targetspeakermode2, ____matrix3_marshaled, ___matrixhop4); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___sourcespeakermode1, ___targetspeakermode2, ____matrix3_marshaled, ___matrixhop4); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetSpeakerModeChannels(System.IntPtr,FMOD.SPEAKERMODE,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetSpeakerModeChannels_mF27D8D99C7E6C474C26C3A2976968ADE6E4C6B8B (intptr_t ___system0, int32_t ___mode1, int32_t* ___channels2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetSpeakerModeChannels", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetSpeakerModeChannels)(___system0, ___mode1, ___channels2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___mode1, ___channels2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetVersion(System.IntPtr,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetVersion_m024CDA961F67885D69E25EA2ECCDBFC2CAC0282C (intptr_t ___system0, uint32_t* ___version1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetVersion", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetVersion)(___system0, ___version1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___version1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetOutputHandle(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetOutputHandle_m6DD5CEAB6BAACD4AFC3FBEF88D7DF6A896A265B8 (intptr_t ___system0, intptr_t* ___handle1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetOutputHandle", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetOutputHandle)(___system0, ___handle1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___handle1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetChannelsPlaying(System.IntPtr,System.Int32&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetChannelsPlaying_m5BDDFEED72E8E919019486FB3C3FE1B673BFC496 (intptr_t ___system0, int32_t* ___channels1, intptr_t ___zero2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetChannelsPlaying", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetChannelsPlaying)(___system0, ___channels1, ___zero2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___channels1, ___zero2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetChannelsPlaying(System.IntPtr,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetChannelsPlaying_mC94FAE41895686E3073C266FF359CE9084A6CB1E (intptr_t ___system0, int32_t* ___channels1, int32_t* ___realchannels2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetChannelsPlaying", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetChannelsPlaying)(___system0, ___channels1, ___realchannels2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___channels1, ___realchannels2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetCPUUsage(System.IntPtr,FMOD.CPU_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetCPUUsage_m4C86B4472B34BC24E201CF658EA1EE5D2749DEE5 (intptr_t ___system0, CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 * ___usage1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetCPUUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetCPUUsage)(___system0, ___usage1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___usage1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetFileUsage(System.IntPtr,System.Int64&,System.Int64&,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetFileUsage_m1A5B062FF97CC2F6A0F2FF04893664D4C55C679F (intptr_t ___system0, int64_t* ___sampleBytesRead1, int64_t* ___streamBytesRead2, int64_t* ___otherBytesRead3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int64_t*, int64_t*, int64_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int64_t*) + sizeof(int64_t*) + sizeof(int64_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetFileUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetFileUsage)(___system0, ___sampleBytesRead1, ___streamBytesRead2, ___otherBytesRead3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___sampleBytesRead1, ___streamBytesRead2, ___otherBytesRead3); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_CreateSound(System.IntPtr,System.Byte[],FMOD.MODE,FMOD.CREATESOUNDEXINFO&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateSound_mB6C396146454735E6C5C48D793E792FEE6838B60 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name_or_data1, uint32_t ___mode2, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo3, intptr_t* ___sound4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, uint32_t, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke*, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t) + sizeof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_CreateSound", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___name_or_data1' to native representation uint8_t* ____name_or_data1_marshaled = NULL; if (___name_or_data1 != NULL) { ____name_or_data1_marshaled = reinterpret_cast((___name_or_data1)->GetAddressAtUnchecked(0)); } // Marshaling of parameter '___exinfo3' to native representation CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke* ____exinfo3_marshaled = NULL; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke ____exinfo3_marshaled_dereferenced = {}; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke(*___exinfo3, ____exinfo3_marshaled_dereferenced); ____exinfo3_marshaled = &____exinfo3_marshaled_dereferenced; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_CreateSound)(___system0, ____name_or_data1_marshaled, ___mode2, ____exinfo3_marshaled, ___sound4); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____name_or_data1_marshaled, ___mode2, ____exinfo3_marshaled, ___sound4); #endif // Marshaling of parameter '___exinfo3' back from native representation CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B _____exinfo3_marshaled_unmarshaled_dereferenced; memset((&_____exinfo3_marshaled_unmarshaled_dereferenced), 0, sizeof(_____exinfo3_marshaled_unmarshaled_dereferenced)); CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke_back(*____exinfo3_marshaled, _____exinfo3_marshaled_unmarshaled_dereferenced); CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke_cleanup(*____exinfo3_marshaled); *___exinfo3 = _____exinfo3_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___pcmreadcallback_11), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___pcmsetposcallback_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___nonblockcallback_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuseropen_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserclose_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserread_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserseek_22), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserasyncread_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserasynccancel_24), (void*)NULL); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_CreateSound(System.IntPtr,System.IntPtr,FMOD.MODE,FMOD.CREATESOUNDEXINFO&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateSound_m9EBC07F6AD39953C2D7037BA7B45E0DE5726C411 (intptr_t ___system0, intptr_t ___name_or_data1, uint32_t ___mode2, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo3, intptr_t* ___sound4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, uint32_t, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke*, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(uint32_t) + sizeof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_CreateSound", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___exinfo3' to native representation CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke* ____exinfo3_marshaled = NULL; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke ____exinfo3_marshaled_dereferenced = {}; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke(*___exinfo3, ____exinfo3_marshaled_dereferenced); ____exinfo3_marshaled = &____exinfo3_marshaled_dereferenced; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_CreateSound)(___system0, ___name_or_data1, ___mode2, ____exinfo3_marshaled, ___sound4); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___name_or_data1, ___mode2, ____exinfo3_marshaled, ___sound4); #endif // Marshaling of parameter '___exinfo3' back from native representation CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B _____exinfo3_marshaled_unmarshaled_dereferenced; memset((&_____exinfo3_marshaled_unmarshaled_dereferenced), 0, sizeof(_____exinfo3_marshaled_unmarshaled_dereferenced)); CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke_back(*____exinfo3_marshaled, _____exinfo3_marshaled_unmarshaled_dereferenced); CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke_cleanup(*____exinfo3_marshaled); *___exinfo3 = _____exinfo3_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___pcmreadcallback_11), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___pcmsetposcallback_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___nonblockcallback_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuseropen_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserclose_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserread_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserseek_22), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserasyncread_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserasynccancel_24), (void*)NULL); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_CreateStream(System.IntPtr,System.Byte[],FMOD.MODE,FMOD.CREATESOUNDEXINFO&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateStream_m4DF7A6802E8F2476AFCEEC1F835FC160872BCDB0 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name_or_data1, uint32_t ___mode2, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo3, intptr_t* ___sound4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, uint32_t, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke*, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t) + sizeof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_CreateStream", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___name_or_data1' to native representation uint8_t* ____name_or_data1_marshaled = NULL; if (___name_or_data1 != NULL) { ____name_or_data1_marshaled = reinterpret_cast((___name_or_data1)->GetAddressAtUnchecked(0)); } // Marshaling of parameter '___exinfo3' to native representation CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke* ____exinfo3_marshaled = NULL; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke ____exinfo3_marshaled_dereferenced = {}; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke(*___exinfo3, ____exinfo3_marshaled_dereferenced); ____exinfo3_marshaled = &____exinfo3_marshaled_dereferenced; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_CreateStream)(___system0, ____name_or_data1_marshaled, ___mode2, ____exinfo3_marshaled, ___sound4); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____name_or_data1_marshaled, ___mode2, ____exinfo3_marshaled, ___sound4); #endif // Marshaling of parameter '___exinfo3' back from native representation CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B _____exinfo3_marshaled_unmarshaled_dereferenced; memset((&_____exinfo3_marshaled_unmarshaled_dereferenced), 0, sizeof(_____exinfo3_marshaled_unmarshaled_dereferenced)); CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke_back(*____exinfo3_marshaled, _____exinfo3_marshaled_unmarshaled_dereferenced); CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke_cleanup(*____exinfo3_marshaled); *___exinfo3 = _____exinfo3_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___pcmreadcallback_11), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___pcmsetposcallback_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___nonblockcallback_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuseropen_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserclose_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserread_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserseek_22), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserasyncread_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserasynccancel_24), (void*)NULL); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_CreateStream(System.IntPtr,System.IntPtr,FMOD.MODE,FMOD.CREATESOUNDEXINFO&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateStream_mAAE5AAE5172C4A6E3A99F3D96BC621E695F1940E (intptr_t ___system0, intptr_t ___name_or_data1, uint32_t ___mode2, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B * ___exinfo3, intptr_t* ___sound4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, uint32_t, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke*, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(uint32_t) + sizeof(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_CreateStream", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___exinfo3' to native representation CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke* ____exinfo3_marshaled = NULL; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke ____exinfo3_marshaled_dereferenced = {}; CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke(*___exinfo3, ____exinfo3_marshaled_dereferenced); ____exinfo3_marshaled = &____exinfo3_marshaled_dereferenced; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_CreateStream)(___system0, ___name_or_data1, ___mode2, ____exinfo3_marshaled, ___sound4); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___name_or_data1, ___mode2, ____exinfo3_marshaled, ___sound4); #endif // Marshaling of parameter '___exinfo3' back from native representation CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B _____exinfo3_marshaled_unmarshaled_dereferenced; memset((&_____exinfo3_marshaled_unmarshaled_dereferenced), 0, sizeof(_____exinfo3_marshaled_unmarshaled_dereferenced)); CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke_back(*____exinfo3_marshaled, _____exinfo3_marshaled_unmarshaled_dereferenced); CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke_cleanup(*____exinfo3_marshaled); *___exinfo3 = _____exinfo3_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___pcmreadcallback_11), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___pcmsetposcallback_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___nonblockcallback_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuseropen_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserclose_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserread_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserseek_22), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserasyncread_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___exinfo3)->___fileuserasynccancel_24), (void*)NULL); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_CreateDSP(System.IntPtr,FMOD.DSP_DESCRIPTION&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateDSP_m509D09B0191C60B449CF48E49D57EFE713897ADF (intptr_t ___system0, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 * ___description1, intptr_t* ___dsp2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke*, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_CreateDSP", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___description1' to native representation DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke* ____description1_marshaled = NULL; DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke ____description1_marshaled_dereferenced = {}; DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_pinvoke(*___description1, ____description1_marshaled_dereferenced); ____description1_marshaled = &____description1_marshaled_dereferenced; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_CreateDSP)(___system0, ____description1_marshaled, ___dsp2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____description1_marshaled, ___dsp2); #endif // Marshaling of parameter '___description1' back from native representation DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466 _____description1_marshaled_unmarshaled_dereferenced; memset((&_____description1_marshaled_unmarshaled_dereferenced), 0, sizeof(_____description1_marshaled_unmarshaled_dereferenced)); DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_pinvoke_back(*____description1_marshaled, _____description1_marshaled_unmarshaled_dereferenced); DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_pinvoke_cleanup(*____description1_marshaled); *___description1 = _____description1_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((___description1)->___name_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___create_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___release_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___reset_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___read_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___process_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___setposition_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___setparameterfloat_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___setparameterint_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___setparameterbool_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___setparameterdata_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___getparameterfloat_17), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___getparameterint_18), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___getparameterbool_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___getparameterdata_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___shouldiprocess_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___sys_register_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___sys_deregister_24), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___description1)->___sys_mix_25), (void*)NULL); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_CreateDSPByType(System.IntPtr,FMOD.DSP_TYPE,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateDSPByType_m2AAD101EAC4526DE11E699EB590E174642E74CC8 (intptr_t ___system0, int32_t ___type1, intptr_t* ___dsp2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_CreateDSPByType", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_CreateDSPByType)(___system0, ___type1, ___dsp2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___type1, ___dsp2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_CreateChannelGroup(System.IntPtr,System.Byte[],System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateChannelGroup_mF980F555BC25B14599752D35175698ADA53EEFD1 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, intptr_t* ___channelgroup2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_CreateChannelGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___name1' to native representation uint8_t* ____name1_marshaled = NULL; if (___name1 != NULL) { ____name1_marshaled = reinterpret_cast((___name1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_CreateChannelGroup)(___system0, ____name1_marshaled, ___channelgroup2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____name1_marshaled, ___channelgroup2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_CreateSoundGroup(System.IntPtr,System.Byte[],System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateSoundGroup_m390697152CDEF9A022A8FEF8635BE0A98044709A (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, intptr_t* ___soundgroup2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_CreateSoundGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___name1' to native representation uint8_t* ____name1_marshaled = NULL; if (___name1 != NULL) { ____name1_marshaled = reinterpret_cast((___name1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_CreateSoundGroup)(___system0, ____name1_marshaled, ___soundgroup2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____name1_marshaled, ___soundgroup2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_CreateReverb3D(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateReverb3D_m55F97DE042ACDFC7013A52B57D9461CFDEB2E07D (intptr_t ___system0, intptr_t* ___reverb1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_CreateReverb3D", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_CreateReverb3D)(___system0, ___reverb1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___reverb1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_PlaySound(System.IntPtr,System.IntPtr,System.IntPtr,System.Boolean,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_PlaySound_mD28622B668D7EC4C71153F0D06F9FB1717419397 (intptr_t ___system0, intptr_t ___sound1, intptr_t ___channelgroup2, bool ___paused3, intptr_t* ___channel4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t, int32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t) + 4 + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_PlaySound", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_PlaySound)(___system0, ___sound1, ___channelgroup2, static_cast(___paused3), ___channel4); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___sound1, ___channelgroup2, static_cast(___paused3), ___channel4); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_PlayDSP(System.IntPtr,System.IntPtr,System.IntPtr,System.Boolean,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_PlayDSP_mD954BDF61312042D6C3CB85F45E65F1584AF906E (intptr_t ___system0, intptr_t ___dsp1, intptr_t ___channelgroup2, bool ___paused3, intptr_t* ___channel4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t, int32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t) + 4 + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_PlayDSP", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_PlayDSP)(___system0, ___dsp1, ___channelgroup2, static_cast(___paused3), ___channel4); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___dsp1, ___channelgroup2, static_cast(___paused3), ___channel4); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetChannel(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetChannel_m58A0A8EDFA2E205979A051DA89E40C995C6F89B6 (intptr_t ___system0, int32_t ___channelid1, intptr_t* ___channel2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetChannel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetChannel)(___system0, ___channelid1, ___channel2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___channelid1, ___channel2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetDSPInfoByType(System.IntPtr,FMOD.DSP_TYPE,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetDSPInfoByType_mBFFA597E06162146F1226919E33A1069A241D0BD (intptr_t ___system0, int32_t ___type1, intptr_t* ___description2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetDSPInfoByType", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetDSPInfoByType)(___system0, ___type1, ___description2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___type1, ___description2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetMasterChannelGroup(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetMasterChannelGroup_mDE9343FE028B461A2AD9DD980507F4F63231E3DB (intptr_t ___system0, intptr_t* ___channelgroup1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetMasterChannelGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetMasterChannelGroup)(___system0, ___channelgroup1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___channelgroup1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetMasterSoundGroup(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetMasterSoundGroup_m2E7EEE049B55F8F8A9177A26BD78CC57C412E30C (intptr_t ___system0, intptr_t* ___soundgroup1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetMasterSoundGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetMasterSoundGroup)(___system0, ___soundgroup1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___soundgroup1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_AttachChannelGroupToPort(System.IntPtr,FMOD.PORT_TYPE,System.UInt64,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_AttachChannelGroupToPort_m4A9BB0B44AD1E87E99FD1E2916B11087CF60B1E7 (intptr_t ___system0, int32_t ___portType1, uint64_t ___portIndex2, intptr_t ___channelgroup3, bool ___passThru4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, uint64_t, intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(uint64_t) + sizeof(intptr_t) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_AttachChannelGroupToPort", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_AttachChannelGroupToPort)(___system0, ___portType1, ___portIndex2, ___channelgroup3, static_cast(___passThru4)); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___portType1, ___portIndex2, ___channelgroup3, static_cast(___passThru4)); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_DetachChannelGroupFromPort(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_DetachChannelGroupFromPort_m0F36C4D9A3929D709F665B80D99DDFE939A6B468 (intptr_t ___system0, intptr_t ___channelgroup1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_DetachChannelGroupFromPort", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_DetachChannelGroupFromPort)(___system0, ___channelgroup1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___channelgroup1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetReverbProperties(System.IntPtr,System.Int32,FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetReverbProperties_mD02DFB3324E037933540C48119D79965C02C3840 (intptr_t ___system0, int32_t ___instance1, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___prop2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetReverbProperties", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetReverbProperties)(___system0, ___instance1, ___prop2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___instance1, ___prop2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetReverbProperties(System.IntPtr,System.Int32,FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetReverbProperties_m44ED1681FEA70A52EE2BF8BCD4A5E47924ED4549 (intptr_t ___system0, int32_t ___instance1, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___prop2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetReverbProperties", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetReverbProperties)(___system0, ___instance1, ___prop2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___instance1, ___prop2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_LockDSP(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_LockDSP_m995C7DDAE086DFEC704B222833B5B65A42B3D11D (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_LockDSP", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_LockDSP)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_UnlockDSP(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_UnlockDSP_m0CA7E0A132A6F69CDE76FB5CD25104382F1B8AC1 (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_UnlockDSP", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_UnlockDSP)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetRecordNumDrivers(System.IntPtr,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetRecordNumDrivers_mED4E84C29FE9D6374D9D78ADCA73638F57AC6C6A (intptr_t ___system0, int32_t* ___numdrivers1, int32_t* ___numconnected2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetRecordNumDrivers", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetRecordNumDrivers)(___system0, ___numdrivers1, ___numconnected2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___numdrivers1, ___numconnected2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetRecordDriverInfo(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Guid&,System.Int32&,FMOD.SPEAKERMODE&,System.Int32&,FMOD.DRIVER_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetRecordDriverInfo_mA9FD6C67F569D51252012AA9C3891090A21DDB55 (intptr_t ___system0, int32_t ___id1, intptr_t ___name2, int32_t ___namelen3, Guid_t * ___guid4, int32_t* ___systemrate5, int32_t* ___speakermode6, int32_t* ___speakermodechannels7, uint32_t* ___state8, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t, int32_t, Guid_t *, int32_t*, int32_t*, int32_t*, uint32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(Guid_t *) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(uint32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetRecordDriverInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetRecordDriverInfo)(___system0, ___id1, ___name2, ___namelen3, ___guid4, ___systemrate5, ___speakermode6, ___speakermodechannels7, ___state8); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ___name2, ___namelen3, ___guid4, ___systemrate5, ___speakermode6, ___speakermodechannels7, ___state8); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetRecordPosition(System.IntPtr,System.Int32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetRecordPosition_m3C48D30C60D2A2D7B6F9296AE2F59EC91E45B3A0 (intptr_t ___system0, int32_t ___id1, uint32_t* ___position2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, uint32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(uint32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetRecordPosition", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetRecordPosition)(___system0, ___id1, ___position2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ___position2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_RecordStart(System.IntPtr,System.Int32,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_RecordStart_m127DCECC3EF4B6AE4A15DD2FCCA8D9FAA5408A85 (intptr_t ___system0, int32_t ___id1, intptr_t ___sound2, bool ___loop3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_RecordStart", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_RecordStart)(___system0, ___id1, ___sound2, static_cast(___loop3)); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ___sound2, static_cast(___loop3)); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_RecordStop(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_RecordStop_mEA721F66F2110A149B343B3A8532CB80D9937C4E (intptr_t ___system0, int32_t ___id1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_RecordStop", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_RecordStop)(___system0, ___id1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_IsRecording(System.IntPtr,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_IsRecording_m7A3A1CA42A31E0C7969DF10FE3202896D615A7DB (intptr_t ___system0, int32_t ___id1, bool* ___recording2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_IsRecording", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___recording2' to native representation int32_t ____recording2_empty = 0; int32_t* ____recording2_marshaled = &____recording2_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_IsRecording)(___system0, ___id1, ____recording2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ____recording2_marshaled); #endif // Marshaling of parameter '___recording2' back from native representation bool _____recording2_marshaled_unmarshaled_dereferenced = false; _____recording2_marshaled_unmarshaled_dereferenced = static_cast(*____recording2_marshaled); *___recording2 = _____recording2_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_CreateGeometry(System.IntPtr,System.Int32,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_CreateGeometry_mE65CE2B81839C4BC8D251F05CF26BEEEFB6E1531 (intptr_t ___system0, int32_t ___maxpolygons1, int32_t ___maxvertices2, intptr_t* ___geometry3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_CreateGeometry", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_CreateGeometry)(___system0, ___maxpolygons1, ___maxvertices2, ___geometry3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___maxpolygons1, ___maxvertices2, ___geometry3); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetGeometrySettings(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetGeometrySettings_mDEEF7D3F41D1C5C7A13C30DE5C77C7D79C078A64 (intptr_t ___system0, float ___maxworldsize1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetGeometrySettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetGeometrySettings)(___system0, ___maxworldsize1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___maxworldsize1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetGeometrySettings(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetGeometrySettings_m491253676EA29D6D9C88A73F615EE9FC96A5108D (intptr_t ___system0, float* ___maxworldsize1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetGeometrySettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetGeometrySettings)(___system0, ___maxworldsize1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___maxworldsize1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_LoadGeometry(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_LoadGeometry_m8BFC345F463B42377B5F43710D5C779FA1091B12 (intptr_t ___system0, intptr_t ___data1, int32_t ___datasize2, intptr_t* ___geometry3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_LoadGeometry", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_LoadGeometry)(___system0, ___data1, ___datasize2, ___geometry3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___data1, ___datasize2, ___geometry3); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetGeometryOcclusion(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetGeometryOcclusion_m883219A9D49858E0E4817E5F9A7DD903416D10ED (intptr_t ___system0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___listener1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___source2, float* ___direct3, float* ___reverb4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, float*, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *) + sizeof(float*) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetGeometryOcclusion", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetGeometryOcclusion)(___system0, ___listener1, ___source2, ___direct3, ___reverb4); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___listener1, ___source2, ___direct3, ___reverb4); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetNetworkProxy(System.IntPtr,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetNetworkProxy_m7AF58E4CA5C9BDC260F2FBB1F6DE3042AC544B8D (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___proxy1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetNetworkProxy", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___proxy1' to native representation uint8_t* ____proxy1_marshaled = NULL; if (___proxy1 != NULL) { ____proxy1_marshaled = reinterpret_cast((___proxy1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetNetworkProxy)(___system0, ____proxy1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____proxy1_marshaled); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetNetworkProxy(System.IntPtr,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetNetworkProxy_mFF4FA3FB89A00D940331D3AF5BDA5357FB193D7D (intptr_t ___system0, intptr_t ___proxy1, int32_t ___proxylen2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetNetworkProxy", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetNetworkProxy)(___system0, ___proxy1, ___proxylen2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___proxy1, ___proxylen2); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetNetworkTimeout(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetNetworkTimeout_mE2C3B374F5C30CF5DF6D30B62B2080D6326E201F (intptr_t ___system0, int32_t ___timeout1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetNetworkTimeout", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetNetworkTimeout)(___system0, ___timeout1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___timeout1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetNetworkTimeout(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetNetworkTimeout_m2D3F12D597815957266537CC49C543BE1D395CB6 (intptr_t ___system0, int32_t* ___timeout1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetNetworkTimeout", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetNetworkTimeout)(___system0, ___timeout1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___timeout1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_SetUserData_mD112075FC9EB82D938B04C57620393CD3BC627F4 (intptr_t ___system0, intptr_t ___userdata1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_SetUserData)(___system0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.System::FMOD5_System_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD5_System_GetUserData_mCB2B9BC8788AA95216ADF9FC35F9E4EF02757F67 (intptr_t ___system0, intptr_t* ___userdata1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_System_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_System_GetUserData)(___system0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___userdata1); #endif return returnValue; } // System.Void FMOD.System::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System__ctor_m5257A0262C1B3780D707416356E73CB761644DA6 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public System(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public System(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void System__ctor_m5257A0262C1B3780D707416356E73CB761644DA6_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); System__ctor_m5257A0262C1B3780D707416356E73CB761644DA6_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.System::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_hasHandle_m343C32AE86E9A49BDCF836C35095E99B60787989 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public bool hasHandle() { return this.handle != IntPtr.Zero; } intptr_t L_0 = __this->get_handle_0(); bool L_1; L_1 = IntPtr_op_Inequality_mB4DF9161F8D8F48708A2A7BBD7BF626F1EB8C3C8((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C bool System_hasHandle_m343C32AE86E9A49BDCF836C35095E99B60787989_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = System_hasHandle_m343C32AE86E9A49BDCF836C35095E99B60787989(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.System::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_clearHandle_m57AC061EB98CF73C69D2916F2E00A296C63F6D25 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public void clearHandle() { this.handle = IntPtr.Zero; } __this->set_handle_0((intptr_t)(0)); // public void clearHandle() { this.handle = IntPtr.Zero; } return; } } IL2CPP_EXTERN_C void System_clearHandle_m57AC061EB98CF73C69D2916F2E00A296C63F6D25_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * _thisAdjusted = reinterpret_cast(__this + _offset); System_clearHandle_m57AC061EB98CF73C69D2916F2E00A296C63F6D25(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FMOD.RESULT FMOD.Studio.System::create(FMOD.Studio.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_create_m0BB19A080CB03FB1D848E51A55F803CFD3BDB586 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * ___system0, const RuntimeMethod* method) { { // return FMOD_Studio_System_Create(out system.handle, VERSION.number); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_0 = ___system0; intptr_t* L_1 = L_0->get_address_of_handle_0(); int32_t L_2; L_2 = System_FMOD_Studio_System_Create_mC6C331346502D979D793A8564D5258501AE00C96((intptr_t*)L_1, ((int32_t)131588), /*hidden argument*/NULL); return L_2; } } // FMOD.RESULT FMOD.Studio.System::setAdvancedSettings(FMOD.Studio.ADVANCEDSETTINGS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setAdvancedSettings_m3F7C95F259E0C86D3C3556E60915836E67A84FE8 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 ___settings0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // settings.cbsize = MarshalHelper.SizeOf(typeof(ADVANCEDSETTINGS)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); int32_t L_2; L_2 = MarshalHelper_SizeOf_m85034A210DAA83CFB03240A1D05EDC85FBEF60BB(L_1, /*hidden argument*/NULL); (&___settings0)->set_cbsize_0(L_2); // return FMOD_Studio_System_SetAdvancedSettings(this.handle, ref settings); intptr_t L_3 = __this->get_handle_0(); int32_t L_4; L_4 = System_FMOD_Studio_System_SetAdvancedSettings_m3C0A6B62C5C0E1EB5C43D116680B3569B023398C((intptr_t)L_3, (ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 *)(&___settings0), /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_setAdvancedSettings_m3F7C95F259E0C86D3C3556E60915836E67A84FE8_AdjustorThunk (RuntimeObject * __this, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 ___settings0, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setAdvancedSettings_m3F7C95F259E0C86D3C3556E60915836E67A84FE8(_thisAdjusted, ___settings0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::setAdvancedSettings(FMOD.Studio.ADVANCEDSETTINGS,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setAdvancedSettings_m1E6FC5B36EBAC7402183EDB9603A7C5C097708A5 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 ___settings0, String_t* ___encryptionKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // IntPtr userKey = settings.encryptionkey; ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 L_1 = ___settings0; intptr_t L_2 = L_1.get_encryptionkey_6(); V_1 = (intptr_t)L_2; // settings.encryptionkey = encoder.intptrFromStringUTF8(encryptionKey); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_3 = V_0; String_t* L_4 = ___encryptionKey1; NullCheck(L_3); intptr_t L_5; L_5 = ThreadSafeEncoding_intptrFromStringUTF8_m696A338AABE8077540283139A745C1187E4EF9DD(L_3, L_4, /*hidden argument*/NULL); (&___settings0)->set_encryptionkey_6((intptr_t)L_5); // FMOD.RESULT result = setAdvancedSettings(settings); ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 L_6 = ___settings0; int32_t L_7; L_7 = System_setAdvancedSettings_m3F7C95F259E0C86D3C3556E60915836E67A84FE8((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)__this, L_6, /*hidden argument*/NULL); // settings.encryptionkey = userKey; intptr_t L_8 = V_1; (&___settings0)->set_encryptionkey_6((intptr_t)L_8); // return result; V_2 = L_7; IL2CPP_LEAVE(0x37, FINALLY_002d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; if (!L_9) { goto IL_0036; } } IL_0030: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_10 = V_0; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_10); } IL_0036: { IL2CPP_END_FINALLY(45) } } // end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x37, IL_0037) } IL_0037: { // } int32_t L_11 = V_2; return L_11; } } IL2CPP_EXTERN_C int32_t System_setAdvancedSettings_m1E6FC5B36EBAC7402183EDB9603A7C5C097708A5_AdjustorThunk (RuntimeObject * __this, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 ___settings0, String_t* ___encryptionKey1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setAdvancedSettings_m1E6FC5B36EBAC7402183EDB9603A7C5C097708A5(_thisAdjusted, ___settings0, ___encryptionKey1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getAdvancedSettings(FMOD.Studio.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getAdvancedSettings_m5345CE64ED5B998FA0BB59025AE6EDD88415126E (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 * ___settings0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // settings.cbsize = MarshalHelper.SizeOf(typeof(ADVANCEDSETTINGS)); ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 * L_0 = ___settings0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); int32_t L_3; L_3 = MarshalHelper_SizeOf_m85034A210DAA83CFB03240A1D05EDC85FBEF60BB(L_2, /*hidden argument*/NULL); L_0->set_cbsize_0(L_3); // return FMOD_Studio_System_GetAdvancedSettings(this.handle, out settings); intptr_t L_4 = __this->get_handle_0(); ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 * L_5 = ___settings0; int32_t L_6; L_6 = System_FMOD_Studio_System_GetAdvancedSettings_mF45204AD765BBBBA7DB3E1E0247A8CE083001AFE((intptr_t)L_4, (ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 *)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t System_getAdvancedSettings_m5345CE64ED5B998FA0BB59025AE6EDD88415126E_AdjustorThunk (RuntimeObject * __this, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 * ___settings0, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getAdvancedSettings_m5345CE64ED5B998FA0BB59025AE6EDD88415126E(_thisAdjusted, ___settings0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::initialize(System.Int32,FMOD.Studio.INITFLAGS,FMOD.INITFLAGS,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_initialize_m066BBC9977DD2D57ED75601FA9611BF5A27157DC (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___maxchannels0, uint32_t ___studioflags1, uint32_t ___flags2, intptr_t ___extradriverdata3, const RuntimeMethod* method) { { // return FMOD_Studio_System_Initialize(this.handle, maxchannels, studioflags, flags, extradriverdata); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___maxchannels0; uint32_t L_2 = ___studioflags1; uint32_t L_3 = ___flags2; intptr_t L_4 = ___extradriverdata3; int32_t L_5; L_5 = System_FMOD_Studio_System_Initialize_m672D3F843B54D1F5134C5BB1162A58763209D4FC((intptr_t)L_0, L_1, L_2, L_3, (intptr_t)L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t System_initialize_m066BBC9977DD2D57ED75601FA9611BF5A27157DC_AdjustorThunk (RuntimeObject * __this, int32_t ___maxchannels0, uint32_t ___studioflags1, uint32_t ___flags2, intptr_t ___extradriverdata3, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_initialize_m066BBC9977DD2D57ED75601FA9611BF5A27157DC(_thisAdjusted, ___maxchannels0, ___studioflags1, ___flags2, ___extradriverdata3, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_release_mB9653E6FC80F89C89A16E02005DDE02449DC80DF (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_System_Release(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = System_FMOD_Studio_System_Release_mA72BFCDA1C3C6FD6B42CDDA32D16EC87416A7DBA((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t System_release_mB9653E6FC80F89C89A16E02005DDE02449DC80DF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_release_mB9653E6FC80F89C89A16E02005DDE02449DC80DF(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_update_m398AD04EE5D4DD3CC8A01AF3BAF2355CFF31A82B (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_System_Update(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = System_FMOD_Studio_System_Update_mDD5FF9598FE4CCC549D714C1FDFC2F2A845949B2((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t System_update_m398AD04EE5D4DD3CC8A01AF3BAF2355CFF31A82B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_update_m398AD04EE5D4DD3CC8A01AF3BAF2355CFF31A82B(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getCoreSystem(FMOD.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getCoreSystem_mB44AD2F59984031C59CB073ABEEB2248C4851DDC (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___coresystem0, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetCoreSystem(this.handle, out coresystem.handle); intptr_t L_0 = __this->get_handle_0(); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_1 = ___coresystem0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = System_FMOD_Studio_System_GetCoreSystem_mFE83332AE4ECE60A8138604A5EE592AC4F5613BD((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getCoreSystem_mB44AD2F59984031C59CB073ABEEB2248C4851DDC_AdjustorThunk (RuntimeObject * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___coresystem0, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getCoreSystem_mB44AD2F59984031C59CB073ABEEB2248C4851DDC(_thisAdjusted, ___coresystem0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getEvent(System.String,FMOD.Studio.EventDescription&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getEvent_mAD72F0F4145F38E37FC8F5F92BDB90074A43BD24 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___path0, EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * ____event1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD_Studio_System_GetEvent(this.handle, encoder.byteFromStringUTF8(path), out _event.handle); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___path0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_5 = ____event1; intptr_t* L_6 = L_5->get_address_of_handle_0(); int32_t L_7; L_7 = System_FMOD_Studio_System_GetEvent_mEE674C9E6028373F53792C969A45B108653C0D3B((intptr_t)L_1, L_4, (intptr_t*)L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_LEAVE(0x2B, FINALLY_0021); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; if (!L_8) { goto IL_002a; } } IL_0024: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_002a: { IL2CPP_END_FINALLY(33) } } // end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2B, IL_002b) } IL_002b: { // } int32_t L_10 = V_1; return L_10; } } IL2CPP_EXTERN_C int32_t System_getEvent_mAD72F0F4145F38E37FC8F5F92BDB90074A43BD24_AdjustorThunk (RuntimeObject * __this, String_t* ___path0, EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * ____event1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getEvent_mAD72F0F4145F38E37FC8F5F92BDB90074A43BD24(_thisAdjusted, ___path0, ____event1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getBus(System.String,FMOD.Studio.Bus&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBus_mB36901E087D9AD25E41111E0AC439B3B128ADAB4 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___path0, Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * ___bus1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD_Studio_System_GetBus(this.handle, encoder.byteFromStringUTF8(path), out bus.handle); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___path0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * L_5 = ___bus1; intptr_t* L_6 = L_5->get_address_of_handle_0(); int32_t L_7; L_7 = System_FMOD_Studio_System_GetBus_mACABB014EE20779EBC0DF50BA48C8C195C480695((intptr_t)L_1, L_4, (intptr_t*)L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_LEAVE(0x2B, FINALLY_0021); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; if (!L_8) { goto IL_002a; } } IL_0024: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_002a: { IL2CPP_END_FINALLY(33) } } // end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2B, IL_002b) } IL_002b: { // } int32_t L_10 = V_1; return L_10; } } IL2CPP_EXTERN_C int32_t System_getBus_mB36901E087D9AD25E41111E0AC439B3B128ADAB4_AdjustorThunk (RuntimeObject * __this, String_t* ___path0, Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * ___bus1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getBus_mB36901E087D9AD25E41111E0AC439B3B128ADAB4(_thisAdjusted, ___path0, ___bus1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getVCA(System.String,FMOD.Studio.VCA&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getVCA_mDED596B4B36CEF26E7A42CA71519F5BE2FCB0EE4 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___path0, VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * ___vca1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD_Studio_System_GetVCA(this.handle, encoder.byteFromStringUTF8(path), out vca.handle); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___path0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * L_5 = ___vca1; intptr_t* L_6 = L_5->get_address_of_handle_0(); int32_t L_7; L_7 = System_FMOD_Studio_System_GetVCA_m3F4754B56EF5DDDA98058DE2D8AB91E2C56C1C21((intptr_t)L_1, L_4, (intptr_t*)L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_LEAVE(0x2B, FINALLY_0021); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; if (!L_8) { goto IL_002a; } } IL_0024: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_002a: { IL2CPP_END_FINALLY(33) } } // end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2B, IL_002b) } IL_002b: { // } int32_t L_10 = V_1; return L_10; } } IL2CPP_EXTERN_C int32_t System_getVCA_mDED596B4B36CEF26E7A42CA71519F5BE2FCB0EE4_AdjustorThunk (RuntimeObject * __this, String_t* ___path0, VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * ___vca1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getVCA_mDED596B4B36CEF26E7A42CA71519F5BE2FCB0EE4(_thisAdjusted, ___path0, ___vca1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getBank(System.String,FMOD.Studio.Bank&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBank_m18126FE6B7336A16B0522BC8633DEA38DE5F7116 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___path0, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD_Studio_System_GetBank(this.handle, encoder.byteFromStringUTF8(path), out bank.handle); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___path0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * L_5 = ___bank1; intptr_t* L_6 = L_5->get_address_of_handle_0(); int32_t L_7; L_7 = System_FMOD_Studio_System_GetBank_m4A9B0FC8BF833583CACE76C30A5D13769E8D3CFD((intptr_t)L_1, L_4, (intptr_t*)L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_LEAVE(0x2B, FINALLY_0021); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; if (!L_8) { goto IL_002a; } } IL_0024: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_002a: { IL2CPP_END_FINALLY(33) } } // end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2B, IL_002b) } IL_002b: { // } int32_t L_10 = V_1; return L_10; } } IL2CPP_EXTERN_C int32_t System_getBank_m18126FE6B7336A16B0522BC8633DEA38DE5F7116_AdjustorThunk (RuntimeObject * __this, String_t* ___path0, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getBank_m18126FE6B7336A16B0522BC8633DEA38DE5F7116(_thisAdjusted, ___path0, ___bank1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getEventByID(FMOD.GUID,FMOD.Studio.EventDescription&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getEventByID_m0A038C51830383EE9C96C4F6D0356108EB0967E5 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * ____event1, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetEventByID(this.handle, ref id, out _event.handle); intptr_t L_0 = __this->get_handle_0(); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_1 = ____event1; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = System_FMOD_Studio_System_GetEventByID_m2A555C16B4FEDB339A8E626C8582B22A71479365((intptr_t)L_0, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)(&___id0), (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getEventByID_m0A038C51830383EE9C96C4F6D0356108EB0967E5_AdjustorThunk (RuntimeObject * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * ____event1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getEventByID_m0A038C51830383EE9C96C4F6D0356108EB0967E5(_thisAdjusted, ___id0, ____event1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getBusByID(FMOD.GUID,FMOD.Studio.Bus&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBusByID_mA83B0C2BC5A857B05603D924B339249D90D0D08D (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * ___bus1, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetBusByID(this.handle, ref id, out bus.handle); intptr_t L_0 = __this->get_handle_0(); Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * L_1 = ___bus1; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = System_FMOD_Studio_System_GetBusByID_m4B3777AC78DAB3D90C1D9E8FD186E4775FAC0367((intptr_t)L_0, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)(&___id0), (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getBusByID_mA83B0C2BC5A857B05603D924B339249D90D0D08D_AdjustorThunk (RuntimeObject * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * ___bus1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getBusByID_mA83B0C2BC5A857B05603D924B339249D90D0D08D(_thisAdjusted, ___id0, ___bus1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getVCAByID(FMOD.GUID,FMOD.Studio.VCA&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getVCAByID_mCBE004B42EA83DEA03F41945A88698770A769303 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * ___vca1, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetVCAByID(this.handle, ref id, out vca.handle); intptr_t L_0 = __this->get_handle_0(); VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * L_1 = ___vca1; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = System_FMOD_Studio_System_GetVCAByID_m8AFF1F89989BD00A5B0221A0CA0F3092A65E7CA2((intptr_t)L_0, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)(&___id0), (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getVCAByID_mCBE004B42EA83DEA03F41945A88698770A769303_AdjustorThunk (RuntimeObject * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * ___vca1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getVCAByID_mCBE004B42EA83DEA03F41945A88698770A769303(_thisAdjusted, ___id0, ___vca1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getBankByID(FMOD.GUID,FMOD.Studio.Bank&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBankByID_m28525F1C0B9C33C5F99A8CE3D87A7D79D0437E73 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank1, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetBankByID(this.handle, ref id, out bank.handle); intptr_t L_0 = __this->get_handle_0(); Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * L_1 = ___bank1; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = System_FMOD_Studio_System_GetBankByID_mEF9FCA736BCBA35B887F9F22006482A34A035041((intptr_t)L_0, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)(&___id0), (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getBankByID_m28525F1C0B9C33C5F99A8CE3D87A7D79D0437E73_AdjustorThunk (RuntimeObject * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getBankByID_m28525F1C0B9C33C5F99A8CE3D87A7D79D0437E73(_thisAdjusted, ___id0, ___bank1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getSoundInfo(System.String,FMOD.Studio.SOUND_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getSoundInfo_m371AEE9C61A8FFE90A9B2B7A83664C71E413A44C (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___key0, SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21 * ___info1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD_Studio_System_GetSoundInfo(this.handle, encoder.byteFromStringUTF8(key), out info); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___key0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21 * L_5 = ___info1; int32_t L_6; L_6 = System_FMOD_Studio_System_GetSoundInfo_m31F318B79278FD1FBCC1A2F985FBC651D3C99214((intptr_t)L_1, L_4, (SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21 *)L_5, /*hidden argument*/NULL); V_1 = L_6; IL2CPP_LEAVE(0x26, FINALLY_001c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001c; } FINALLY_001c: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_7 = V_0; if (!L_7) { goto IL_0025; } } IL_001f: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; NullCheck(L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_8); } IL_0025: { IL2CPP_END_FINALLY(28) } } // end finally (depth: 1) IL2CPP_CLEANUP(28) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x26, IL_0026) } IL_0026: { // } int32_t L_9 = V_1; return L_9; } } IL2CPP_EXTERN_C int32_t System_getSoundInfo_m371AEE9C61A8FFE90A9B2B7A83664C71E413A44C_AdjustorThunk (RuntimeObject * __this, String_t* ___key0, SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21 * ___info1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getSoundInfo_m371AEE9C61A8FFE90A9B2B7A83664C71E413A44C(_thisAdjusted, ___key0, ___info1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getParameterDescriptionByName(System.String,FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionByName_mCB0CC15231E71C233CBCDD5D4AEC5E7D252352E4 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___name0, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD_Studio_System_GetParameterDescriptionByName(this.handle, encoder.byteFromStringUTF8(name), out parameter); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___name0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * L_5 = ___parameter1; int32_t L_6; L_6 = System_FMOD_Studio_System_GetParameterDescriptionByName_m23AB7B8308A90B6994AB23A4479BE21F51A1086C((intptr_t)L_1, L_4, (PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *)L_5, /*hidden argument*/NULL); V_1 = L_6; IL2CPP_LEAVE(0x26, FINALLY_001c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001c; } FINALLY_001c: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_7 = V_0; if (!L_7) { goto IL_0025; } } IL_001f: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; NullCheck(L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_8); } IL_0025: { IL2CPP_END_FINALLY(28) } } // end finally (depth: 1) IL2CPP_CLEANUP(28) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x26, IL_0026) } IL_0026: { // } int32_t L_9 = V_1; return L_9; } } IL2CPP_EXTERN_C int32_t System_getParameterDescriptionByName_mCB0CC15231E71C233CBCDD5D4AEC5E7D252352E4_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getParameterDescriptionByName_mCB0CC15231E71C233CBCDD5D4AEC5E7D252352E4(_thisAdjusted, ___name0, ___parameter1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getParameterDescriptionByID(FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionByID_m3C299167721003AD51153BDDF392C8DA91149E9D (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter1, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetParameterDescriptionByID(this.handle, id, out parameter); intptr_t L_0 = __this->get_handle_0(); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_1 = ___id0; PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * L_2 = ___parameter1; int32_t L_3; L_3 = System_FMOD_Studio_System_GetParameterDescriptionByID_m1B1D3B4F2FEF0A46C78C4C1CF9F0F2D098437876((intptr_t)L_0, L_1, (PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getParameterDescriptionByID_m3C299167721003AD51153BDDF392C8DA91149E9D_AdjustorThunk (RuntimeObject * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getParameterDescriptionByID_m3C299167721003AD51153BDDF392C8DA91149E9D(_thisAdjusted, ___id0, ___parameter1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getParameterLabelByName(System.String,System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterLabelByName_mAB7C346453604DD33E1F37C3FDABA75657088F27 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___name0, int32_t ___labelindex1, String_t** ___label2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // label = null; String_t** L_0 = ___label2; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_1; L_1 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_1; } IL_0009: try { // begin try (depth: 1) { // IntPtr stringMem = Marshal.AllocHGlobal(256); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(((int32_t)256), /*hidden argument*/NULL); V_1 = (intptr_t)L_2; // int retrieved = 0; V_2 = 0; // byte[] nameBytes = encoder.byteFromStringUTF8(name); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_3 = V_0; String_t* L_4 = ___name0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_3, L_4, /*hidden argument*/NULL); V_3 = L_5; // RESULT result = FMOD_Studio_System_GetParameterLabelByName(this.handle, nameBytes, labelindex, stringMem, 256, out retrieved); intptr_t L_6 = __this->get_handle_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_3; int32_t L_8 = ___labelindex1; intptr_t L_9 = V_1; int32_t L_10; L_10 = System_FMOD_Studio_System_GetParameterLabelByName_m5052E6E8E2A20AFC8C12F423ECACDFBAAE9BEC8A((intptr_t)L_6, L_7, L_8, (intptr_t)L_9, ((int32_t)256), (int32_t*)(&V_2), /*hidden argument*/NULL); V_4 = L_10; // if (result == RESULT.ERR_TRUNCATED) int32_t L_11 = V_4; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)65))))) { goto IL_0072; } } IL_003b: { // Marshal.FreeHGlobal(stringMem); intptr_t L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_12, /*hidden argument*/NULL); // result = FMOD_Studio_System_GetParameterLabelByName(this.handle, nameBytes, labelindex, IntPtr.Zero, 0, out retrieved); intptr_t L_13 = __this->get_handle_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_3; int32_t L_15 = ___labelindex1; int32_t L_16; L_16 = System_FMOD_Studio_System_GetParameterLabelByName_m5052E6E8E2A20AFC8C12F423ECACDFBAAE9BEC8A((intptr_t)L_13, L_14, L_15, (intptr_t)(0), 0, (int32_t*)(&V_2), /*hidden argument*/NULL); V_4 = L_16; // stringMem = Marshal.AllocHGlobal(retrieved); int32_t L_17 = V_2; intptr_t L_18; L_18 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(L_17, /*hidden argument*/NULL); V_1 = (intptr_t)L_18; // result = FMOD_Studio_System_GetParameterLabelByName(this.handle, nameBytes, labelindex, stringMem, retrieved, out retrieved); intptr_t L_19 = __this->get_handle_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_3; int32_t L_21 = ___labelindex1; intptr_t L_22 = V_1; int32_t L_23 = V_2; int32_t L_24; L_24 = System_FMOD_Studio_System_GetParameterLabelByName_m5052E6E8E2A20AFC8C12F423ECACDFBAAE9BEC8A((intptr_t)L_19, L_20, L_21, (intptr_t)L_22, L_23, (int32_t*)(&V_2), /*hidden argument*/NULL); V_4 = L_24; } IL_0072: { // if (result == RESULT.OK) int32_t L_25 = V_4; if (L_25) { goto IL_007f; } } IL_0076: { // label = encoder.stringFromNative(stringMem); String_t** L_26 = ___label2; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_27 = V_0; intptr_t L_28 = V_1; NullCheck(L_27); String_t* L_29; L_29 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_27, (intptr_t)L_28, /*hidden argument*/NULL); *((RuntimeObject **)L_26) = (RuntimeObject *)L_29; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_26, (void*)(RuntimeObject *)L_29); } IL_007f: { // Marshal.FreeHGlobal(stringMem); intptr_t L_30 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_30, /*hidden argument*/NULL); // return result; int32_t L_31 = V_4; V_5 = L_31; IL2CPP_LEAVE(0x95, FINALLY_008b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008b; } FINALLY_008b: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_32 = V_0; if (!L_32) { goto IL_0094; } } IL_008e: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_33 = V_0; NullCheck(L_33); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_33); } IL_0094: { IL2CPP_END_FINALLY(139) } } // end finally (depth: 1) IL2CPP_CLEANUP(139) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x95, IL_0095) } IL_0095: { // } int32_t L_34 = V_5; return L_34; } } IL2CPP_EXTERN_C int32_t System_getParameterLabelByName_mAB7C346453604DD33E1F37C3FDABA75657088F27_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, int32_t ___labelindex1, String_t** ___label2, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getParameterLabelByName_mAB7C346453604DD33E1F37C3FDABA75657088F27(_thisAdjusted, ___name0, ___labelindex1, ___label2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getParameterLabelByID(FMOD.Studio.PARAMETER_ID,System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterLabelByID_mE45BF789C5A859D8AE7514A640B87732EDD05B6F (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, int32_t ___labelindex1, String_t** ___label2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // label = null; String_t** L_0 = ___label2; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_1; L_1 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_1; } IL_0009: try { // begin try (depth: 1) { // IntPtr stringMem = Marshal.AllocHGlobal(256); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(((int32_t)256), /*hidden argument*/NULL); V_1 = (intptr_t)L_2; // int retrieved = 0; V_2 = 0; // RESULT result = FMOD_Studio_System_GetParameterLabelByID(this.handle, id, labelindex, stringMem, 256, out retrieved); intptr_t L_3 = __this->get_handle_0(); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_4 = ___id0; int32_t L_5 = ___labelindex1; intptr_t L_6 = V_1; int32_t L_7; L_7 = System_FMOD_Studio_System_GetParameterLabelByID_m01C21CFCBDA3038E3E27088E552EC18DD656174D((intptr_t)L_3, L_4, L_5, (intptr_t)L_6, ((int32_t)256), (int32_t*)(&V_2), /*hidden argument*/NULL); V_3 = L_7; // if (result == RESULT.ERR_TRUNCATED) int32_t L_8 = V_3; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)65))))) { goto IL_0066; } } IL_0031: { // Marshal.FreeHGlobal(stringMem); intptr_t L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_9, /*hidden argument*/NULL); // result = FMOD_Studio_System_GetParameterLabelByID(this.handle, id, labelindex, IntPtr.Zero, 0, out retrieved); intptr_t L_10 = __this->get_handle_0(); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_11 = ___id0; int32_t L_12 = ___labelindex1; int32_t L_13; L_13 = System_FMOD_Studio_System_GetParameterLabelByID_m01C21CFCBDA3038E3E27088E552EC18DD656174D((intptr_t)L_10, L_11, L_12, (intptr_t)(0), 0, (int32_t*)(&V_2), /*hidden argument*/NULL); V_3 = L_13; // stringMem = Marshal.AllocHGlobal(retrieved); int32_t L_14 = V_2; intptr_t L_15; L_15 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(L_14, /*hidden argument*/NULL); V_1 = (intptr_t)L_15; // result = FMOD_Studio_System_GetParameterLabelByID(this.handle, id, labelindex, stringMem, retrieved, out retrieved); intptr_t L_16 = __this->get_handle_0(); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_17 = ___id0; int32_t L_18 = ___labelindex1; intptr_t L_19 = V_1; int32_t L_20 = V_2; int32_t L_21; L_21 = System_FMOD_Studio_System_GetParameterLabelByID_m01C21CFCBDA3038E3E27088E552EC18DD656174D((intptr_t)L_16, L_17, L_18, (intptr_t)L_19, L_20, (int32_t*)(&V_2), /*hidden argument*/NULL); V_3 = L_21; } IL_0066: { // if (result == RESULT.OK) int32_t L_22 = V_3; if (L_22) { goto IL_0072; } } IL_0069: { // label = encoder.stringFromNative(stringMem); String_t** L_23 = ___label2; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_24 = V_0; intptr_t L_25 = V_1; NullCheck(L_24); String_t* L_26; L_26 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_24, (intptr_t)L_25, /*hidden argument*/NULL); *((RuntimeObject **)L_23) = (RuntimeObject *)L_26; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_23, (void*)(RuntimeObject *)L_26); } IL_0072: { // Marshal.FreeHGlobal(stringMem); intptr_t L_27 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_27, /*hidden argument*/NULL); // return result; int32_t L_28 = V_3; V_4 = L_28; IL2CPP_LEAVE(0x87, FINALLY_007d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007d; } FINALLY_007d: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_29 = V_0; if (!L_29) { goto IL_0086; } } IL_0080: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_30 = V_0; NullCheck(L_30); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_30); } IL_0086: { IL2CPP_END_FINALLY(125) } } // end finally (depth: 1) IL2CPP_CLEANUP(125) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x87, IL_0087) } IL_0087: { // } int32_t L_31 = V_4; return L_31; } } IL2CPP_EXTERN_C int32_t System_getParameterLabelByID_mE45BF789C5A859D8AE7514A640B87732EDD05B6F_AdjustorThunk (RuntimeObject * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, int32_t ___labelindex1, String_t** ___label2, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getParameterLabelByID_mE45BF789C5A859D8AE7514A640B87732EDD05B6F(_thisAdjusted, ___id0, ___labelindex1, ___label2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByID_m4F4A619E3855C0767BA4300E234CFCB2E2971812 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float* ___value1, const RuntimeMethod* method) { float V_0 = 0.0f; { // return getParameterByID(id, out value, out finalValue); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_0 = ___id0; float* L_1 = ___value1; int32_t L_2; L_2 = System_getParameterByID_m4616BFB40DB1C96E5B9121F4A0260035F9947075((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)__this, L_0, (float*)L_1, (float*)(&V_0), /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getParameterByID_m4F4A619E3855C0767BA4300E234CFCB2E2971812_AdjustorThunk (RuntimeObject * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float* ___value1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getParameterByID_m4F4A619E3855C0767BA4300E234CFCB2E2971812(_thisAdjusted, ___id0, ___value1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByID_m4616BFB40DB1C96E5B9121F4A0260035F9947075 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float* ___value1, float* ___finalvalue2, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetParameterByID(this.handle, id, out value, out finalvalue); intptr_t L_0 = __this->get_handle_0(); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_1 = ___id0; float* L_2 = ___value1; float* L_3 = ___finalvalue2; int32_t L_4; L_4 = System_FMOD_Studio_System_GetParameterByID_mB3C0FBBC915495EB5B6D2C39B423E091C16241CE((intptr_t)L_0, L_1, (float*)L_2, (float*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_getParameterByID_m4616BFB40DB1C96E5B9121F4A0260035F9947075_AdjustorThunk (RuntimeObject * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float* ___value1, float* ___finalvalue2, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getParameterByID_m4616BFB40DB1C96E5B9121F4A0260035F9947075(_thisAdjusted, ___id0, ___value1, ___finalvalue2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::setParameterByID(FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByID_mD829C06BC3C0C1F473326758ED858B94EE48AA3D (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float ___value1, bool ___ignoreseekspeed2, const RuntimeMethod* method) { { // return FMOD_Studio_System_SetParameterByID(this.handle, id, value, ignoreseekspeed); intptr_t L_0 = __this->get_handle_0(); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_1 = ___id0; float L_2 = ___value1; bool L_3 = ___ignoreseekspeed2; int32_t L_4; L_4 = System_FMOD_Studio_System_SetParameterByID_m4E8BEE405B62D0CCFEED1559100AB70B73DC70B0((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_setParameterByID_mD829C06BC3C0C1F473326758ED858B94EE48AA3D_AdjustorThunk (RuntimeObject * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float ___value1, bool ___ignoreseekspeed2, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setParameterByID_mD829C06BC3C0C1F473326758ED858B94EE48AA3D(_thisAdjusted, ___id0, ___value1, ___ignoreseekspeed2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::setParameterByIDWithLabel(FMOD.Studio.PARAMETER_ID,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByIDWithLabel_mC0642C3B51B44A645E76005D16197A0D91A48A4A (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, String_t* ___label1, bool ___ignoreseekspeed2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD_Studio_System_SetParameterByIDWithLabel(this.handle, id, encoder.byteFromStringUTF8(label), ignoreseekspeed); intptr_t L_1 = __this->get_handle_0(); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_2 = ___id0; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_3 = V_0; String_t* L_4 = ___label1; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_3, L_4, /*hidden argument*/NULL); bool L_6 = ___ignoreseekspeed2; int32_t L_7; L_7 = System_FMOD_Studio_System_SetParameterByIDWithLabel_m4E196BE54B8DF47AC116864AD5FFE6A4EE58DA66((intptr_t)L_1, L_2, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_LEAVE(0x27, FINALLY_001d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; if (!L_8) { goto IL_0026; } } IL_0020: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_0026: { IL2CPP_END_FINALLY(29) } } // end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x27, IL_0027) } IL_0027: { // } int32_t L_10 = V_1; return L_10; } } IL2CPP_EXTERN_C int32_t System_setParameterByIDWithLabel_mC0642C3B51B44A645E76005D16197A0D91A48A4A_AdjustorThunk (RuntimeObject * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, String_t* ___label1, bool ___ignoreseekspeed2, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setParameterByIDWithLabel_mC0642C3B51B44A645E76005D16197A0D91A48A4A(_thisAdjusted, ___id0, ___label1, ___ignoreseekspeed2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::setParametersByIDs(FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParametersByIDs_mF671A06A744EDC550678DC6FE78080A7BDF9F566 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373* ___ids0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___values1, int32_t ___count2, bool ___ignoreseekspeed3, const RuntimeMethod* method) { { // return FMOD_Studio_System_SetParametersByIDs(this.handle, ids, values, count, ignoreseekspeed); intptr_t L_0 = __this->get_handle_0(); PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373* L_1 = ___ids0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = ___values1; int32_t L_3 = ___count2; bool L_4 = ___ignoreseekspeed3; int32_t L_5; L_5 = System_FMOD_Studio_System_SetParametersByIDs_m68475C687F69A8CB69AB80E03CAD56D3EF3594BE((intptr_t)L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t System_setParametersByIDs_mF671A06A744EDC550678DC6FE78080A7BDF9F566_AdjustorThunk (RuntimeObject * __this, PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373* ___ids0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___values1, int32_t ___count2, bool ___ignoreseekspeed3, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setParametersByIDs_mF671A06A744EDC550678DC6FE78080A7BDF9F566(_thisAdjusted, ___ids0, ___values1, ___count2, ___ignoreseekspeed3, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getParameterByName(System.String,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByName_m6E5C65D39855F5808A9D19E85BFC99C6AEDB52DE (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___name0, float* ___value1, const RuntimeMethod* method) { float V_0 = 0.0f; { // return getParameterByName(name, out value, out finalValue); String_t* L_0 = ___name0; float* L_1 = ___value1; int32_t L_2; L_2 = System_getParameterByName_mED8C62CBA85F4206E61B15E092681AC31A268E8B((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)__this, L_0, (float*)L_1, (float*)(&V_0), /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getParameterByName_m6E5C65D39855F5808A9D19E85BFC99C6AEDB52DE_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, float* ___value1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getParameterByName_m6E5C65D39855F5808A9D19E85BFC99C6AEDB52DE(_thisAdjusted, ___name0, ___value1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getParameterByName(System.String,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByName_mED8C62CBA85F4206E61B15E092681AC31A268E8B (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___name0, float* ___value1, float* ___finalvalue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD_Studio_System_GetParameterByName(this.handle, encoder.byteFromStringUTF8(name), out value, out finalvalue); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___name0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); float* L_5 = ___value1; float* L_6 = ___finalvalue2; int32_t L_7; L_7 = System_FMOD_Studio_System_GetParameterByName_m193191CD8FCC7738EF3DA2BD42A462FB95F67118((intptr_t)L_1, L_4, (float*)L_5, (float*)L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_LEAVE(0x27, FINALLY_001d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; if (!L_8) { goto IL_0026; } } IL_0020: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_0026: { IL2CPP_END_FINALLY(29) } } // end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x27, IL_0027) } IL_0027: { // } int32_t L_10 = V_1; return L_10; } } IL2CPP_EXTERN_C int32_t System_getParameterByName_mED8C62CBA85F4206E61B15E092681AC31A268E8B_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, float* ___value1, float* ___finalvalue2, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getParameterByName_mED8C62CBA85F4206E61B15E092681AC31A268E8B(_thisAdjusted, ___name0, ___value1, ___finalvalue2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::setParameterByName(System.String,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByName_m78E989D62076D3AB1729E9ECEE07BC7A49169C75 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___name0, float ___value1, bool ___ignoreseekspeed2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD_Studio_System_SetParameterByName(this.handle, encoder.byteFromStringUTF8(name), value, ignoreseekspeed); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___name0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); float L_5 = ___value1; bool L_6 = ___ignoreseekspeed2; int32_t L_7; L_7 = System_FMOD_Studio_System_SetParameterByName_m6D9C9C0D15F9B1D6048087B69883D8A9DEC91CBE((intptr_t)L_1, L_4, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_LEAVE(0x27, FINALLY_001d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; if (!L_8) { goto IL_0026; } } IL_0020: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_0026: { IL2CPP_END_FINALLY(29) } } // end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x27, IL_0027) } IL_0027: { // } int32_t L_10 = V_1; return L_10; } } IL2CPP_EXTERN_C int32_t System_setParameterByName_m78E989D62076D3AB1729E9ECEE07BC7A49169C75_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, float ___value1, bool ___ignoreseekspeed2, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setParameterByName_m78E989D62076D3AB1729E9ECEE07BC7A49169C75(_thisAdjusted, ___name0, ___value1, ___ignoreseekspeed2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::setParameterByNameWithLabel(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByNameWithLabel_mD36F585AF489863FD9CE936D612C208C302A3F3C (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___name0, String_t* ___label1, bool ___ignoreseekspeed2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_1 = NULL; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper(), IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) { // labelEncoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_1; L_1 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_1 = L_1; } IL_000c: try { // begin try (depth: 2) // return FMOD_Studio_System_SetParameterByNameWithLabel(this.handle, encoder.byteFromStringUTF8(name), labelEncoder.byteFromStringUTF8(label), ignoreseekspeed); intptr_t L_2 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_3 = V_0; String_t* L_4 = ___name0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_3, L_4, /*hidden argument*/NULL); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_6 = V_1; String_t* L_7 = ___label1; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_6, L_7, /*hidden argument*/NULL); bool L_9 = ___ignoreseekspeed2; int32_t L_10; L_10 = System_FMOD_Studio_System_SetParameterByNameWithLabel_mBFA2278453C890A1E97663D0E4B5191D5C72BC03((intptr_t)L_2, L_5, L_8, L_9, /*hidden argument*/NULL); V_2 = L_10; IL2CPP_LEAVE(0x3D, FINALLY_0029); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0029; } FINALLY_0029: { // begin finally (depth: 2) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_11 = V_1; if (!L_11) { goto IL_0032; } } IL_002c: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_12 = V_1; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_0032: { IL2CPP_END_FINALLY(41) } } // end finally (depth: 2) IL2CPP_CLEANUP(41) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x3D, FINALLY_0033); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_13 = V_0; if (!L_13) { goto IL_003c; } } IL_0036: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_14 = V_0; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_14); } IL_003c: { IL2CPP_END_FINALLY(51) } } // end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3D, IL_003d) } IL_003d: { // } int32_t L_15 = V_2; return L_15; } } IL2CPP_EXTERN_C int32_t System_setParameterByNameWithLabel_mD36F585AF489863FD9CE936D612C208C302A3F3C_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, String_t* ___label1, bool ___ignoreseekspeed2, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setParameterByNameWithLabel_mD36F585AF489863FD9CE936D612C208C302A3F3C(_thisAdjusted, ___name0, ___label1, ___ignoreseekspeed2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::lookupID(System.String,FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_lookupID_mC6FD15EF46DFA5943E4BD8DC0310F6625FE7F320 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___path0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD_Studio_System_LookupID(this.handle, encoder.byteFromStringUTF8(path), out id); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___path0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * L_5 = ___id1; int32_t L_6; L_6 = System_FMOD_Studio_System_LookupID_m1D1C2D69429BEEEF5522DB5DE850229B4DE1F771((intptr_t)L_1, L_4, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)L_5, /*hidden argument*/NULL); V_1 = L_6; IL2CPP_LEAVE(0x26, FINALLY_001c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001c; } FINALLY_001c: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_7 = V_0; if (!L_7) { goto IL_0025; } } IL_001f: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; NullCheck(L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_8); } IL_0025: { IL2CPP_END_FINALLY(28) } } // end finally (depth: 1) IL2CPP_CLEANUP(28) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x26, IL_0026) } IL_0026: { // } int32_t L_9 = V_1; return L_9; } } IL2CPP_EXTERN_C int32_t System_lookupID_mC6FD15EF46DFA5943E4BD8DC0310F6625FE7F320_AdjustorThunk (RuntimeObject * __this, String_t* ___path0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_lookupID_mC6FD15EF46DFA5943E4BD8DC0310F6625FE7F320(_thisAdjusted, ___path0, ___id1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::lookupPath(FMOD.GUID,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_lookupPath_m6CE2DEA743A9C28FEC1D3E94AF12A9BD813D2A08 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, String_t** ___path1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // path = null; String_t** L_0 = ___path1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_1; L_1 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_1; } IL_0009: try { // begin try (depth: 1) { // IntPtr stringMem = Marshal.AllocHGlobal(256); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(((int32_t)256), /*hidden argument*/NULL); V_1 = (intptr_t)L_2; // int retrieved = 0; V_2 = 0; // RESULT result = FMOD_Studio_System_LookupPath(this.handle, ref id, stringMem, 256, out retrieved); intptr_t L_3 = __this->get_handle_0(); intptr_t L_4 = V_1; int32_t L_5; L_5 = System_FMOD_Studio_System_LookupPath_m27E72B17A30F90C63D570D91E085D60BAE40A052((intptr_t)L_3, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)(&___id0), (intptr_t)L_4, ((int32_t)256), (int32_t*)(&V_2), /*hidden argument*/NULL); V_3 = L_5; // if (result == RESULT.ERR_TRUNCATED) int32_t L_6 = V_3; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)65))))) { goto IL_0050; } } IL_0031: { // Marshal.FreeHGlobal(stringMem); intptr_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_7, /*hidden argument*/NULL); // stringMem = Marshal.AllocHGlobal(retrieved); int32_t L_8 = V_2; intptr_t L_9; L_9 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(L_8, /*hidden argument*/NULL); V_1 = (intptr_t)L_9; // result = FMOD_Studio_System_LookupPath(this.handle, ref id, stringMem, retrieved, out retrieved); intptr_t L_10 = __this->get_handle_0(); intptr_t L_11 = V_1; int32_t L_12 = V_2; int32_t L_13; L_13 = System_FMOD_Studio_System_LookupPath_m27E72B17A30F90C63D570D91E085D60BAE40A052((intptr_t)L_10, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)(&___id0), (intptr_t)L_11, L_12, (int32_t*)(&V_2), /*hidden argument*/NULL); V_3 = L_13; } IL_0050: { // if (result == RESULT.OK) int32_t L_14 = V_3; if (L_14) { goto IL_005c; } } IL_0053: { // path = encoder.stringFromNative(stringMem); String_t** L_15 = ___path1; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_16 = V_0; intptr_t L_17 = V_1; NullCheck(L_16); String_t* L_18; L_18 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_16, (intptr_t)L_17, /*hidden argument*/NULL); *((RuntimeObject **)L_15) = (RuntimeObject *)L_18; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_15, (void*)(RuntimeObject *)L_18); } IL_005c: { // Marshal.FreeHGlobal(stringMem); intptr_t L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_19, /*hidden argument*/NULL); // return result; int32_t L_20 = V_3; V_4 = L_20; IL2CPP_LEAVE(0x71, FINALLY_0067); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0067; } FINALLY_0067: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_21 = V_0; if (!L_21) { goto IL_0070; } } IL_006a: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_22 = V_0; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_22); } IL_0070: { IL2CPP_END_FINALLY(103) } } // end finally (depth: 1) IL2CPP_CLEANUP(103) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) } IL_0071: { // } int32_t L_23 = V_4; return L_23; } } IL2CPP_EXTERN_C int32_t System_lookupPath_m6CE2DEA743A9C28FEC1D3E94AF12A9BD813D2A08_AdjustorThunk (RuntimeObject * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___id0, String_t** ___path1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_lookupPath_m6CE2DEA743A9C28FEC1D3E94AF12A9BD813D2A08(_thisAdjusted, ___id0, ___path1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getNumListeners(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNumListeners_m4754C2EEEFD8CE748B939B8F98F4D0DC313FD33D (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t* ___numlisteners0, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetNumListeners(this.handle, out numlisteners); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numlisteners0; int32_t L_2; L_2 = System_FMOD_Studio_System_GetNumListeners_m48BB72DFA908E12D2A1DEC8F5C6746F8897842B7((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getNumListeners_m4754C2EEEFD8CE748B939B8F98F4D0DC313FD33D_AdjustorThunk (RuntimeObject * __this, int32_t* ___numlisteners0, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getNumListeners_m4754C2EEEFD8CE748B939B8F98F4D0DC313FD33D(_thisAdjusted, ___numlisteners0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::setNumListeners(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setNumListeners_m9AA850BF7C1180932978A5E39C55CA883C442592 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___numlisteners0, const RuntimeMethod* method) { { // return FMOD_Studio_System_SetNumListeners(this.handle, numlisteners); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___numlisteners0; int32_t L_2; L_2 = System_FMOD_Studio_System_SetNumListeners_m0F0B85ECD611FB38EA4922B91858D8540559F689((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_setNumListeners_m9AA850BF7C1180932978A5E39C55CA883C442592_AdjustorThunk (RuntimeObject * __this, int32_t ___numlisteners0, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setNumListeners_m9AA850BF7C1180932978A5E39C55CA883C442592(_thisAdjusted, ___numlisteners0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getListenerAttributes_mDBF3C967494F1CA12F05DC88B27F56E53BB5C065 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___listener0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return FMOD_Studio_System_GetListenerAttributes(this.handle, listener, out attributes, IntPtr.Zero); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___listener0; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * L_2 = ___attributes1; int32_t L_3; L_3 = System_FMOD_Studio_System_GetListenerAttributes_mED8DE6C256C2184D547EBB02EE05C895263D5E44((intptr_t)L_0, L_1, (ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *)L_2, (intptr_t)(0), /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getListenerAttributes_mDBF3C967494F1CA12F05DC88B27F56E53BB5C065_AdjustorThunk (RuntimeObject * __this, int32_t ___listener0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getListenerAttributes_mDBF3C967494F1CA12F05DC88B27F56E53BB5C065(_thisAdjusted, ___listener0, ___attributes1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getListenerAttributes_m614594E193EEC98E615464F3757E1DFDB545FA88 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___listener0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___attenuationposition2, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetListenerAttributes(this.handle, listener, out attributes, out attenuationposition); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___listener0; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * L_2 = ___attributes1; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_3 = ___attenuationposition2; int32_t L_4; L_4 = System_FMOD_Studio_System_GetListenerAttributes_mA400BEA605D7D5D7DC3A44EE059C5B15379FD33F((intptr_t)L_0, L_1, (ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *)L_2, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t System_getListenerAttributes_m614594E193EEC98E615464F3757E1DFDB545FA88_AdjustorThunk (RuntimeObject * __this, int32_t ___listener0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___attenuationposition2, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getListenerAttributes_m614594E193EEC98E615464F3757E1DFDB545FA88(_thisAdjusted, ___listener0, ___attributes1, ___attenuationposition2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::setListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setListenerAttributes_m90E3285B3F9D04089D164663265BB9BF8B23FECA (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___listener0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return FMOD_Studio_System_SetListenerAttributes(this.handle, listener, ref attributes, IntPtr.Zero); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___listener0; int32_t L_2; L_2 = System_FMOD_Studio_System_SetListenerAttributes_mEC3FE9AA5A4467DB5495A84CF282E055B9B6D43C((intptr_t)L_0, L_1, (ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *)(&___attributes1), (intptr_t)(0), /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_setListenerAttributes_m90E3285B3F9D04089D164663265BB9BF8B23FECA_AdjustorThunk (RuntimeObject * __this, int32_t ___listener0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___attributes1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setListenerAttributes_m90E3285B3F9D04089D164663265BB9BF8B23FECA(_thisAdjusted, ___listener0, ___attributes1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::setListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D,FMOD.VECTOR) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setListenerAttributes_mF816CEB6FE076652A8648256290FD06DD6527A8A (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___listener0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___attributes1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B ___attenuationposition2, const RuntimeMethod* method) { { // return FMOD_Studio_System_SetListenerAttributes(this.handle, listener, ref attributes, ref attenuationposition); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___listener0; int32_t L_2; L_2 = System_FMOD_Studio_System_SetListenerAttributes_mC7BC372A06DC1953236ADF87C0A40579ED104BB7((intptr_t)L_0, L_1, (ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *)(&___attributes1), (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)(&___attenuationposition2), /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_setListenerAttributes_mF816CEB6FE076652A8648256290FD06DD6527A8A_AdjustorThunk (RuntimeObject * __this, int32_t ___listener0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___attributes1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B ___attenuationposition2, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setListenerAttributes_mF816CEB6FE076652A8648256290FD06DD6527A8A(_thisAdjusted, ___listener0, ___attributes1, ___attenuationposition2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getListenerWeight(System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getListenerWeight_m588FB81B1EF9E41E5118CD524EF5689C858B18D2 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___listener0, float* ___weight1, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetListenerWeight(this.handle, listener, out weight); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___listener0; float* L_2 = ___weight1; int32_t L_3; L_3 = System_FMOD_Studio_System_GetListenerWeight_m7E2122049DDB53C1CD18AC51D05FFEF951F8F718((intptr_t)L_0, L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getListenerWeight_m588FB81B1EF9E41E5118CD524EF5689C858B18D2_AdjustorThunk (RuntimeObject * __this, int32_t ___listener0, float* ___weight1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getListenerWeight_m588FB81B1EF9E41E5118CD524EF5689C858B18D2(_thisAdjusted, ___listener0, ___weight1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::setListenerWeight(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setListenerWeight_mF578F7D6E47E7554E5B350FB8EBBB0FEC56D3586 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t ___listener0, float ___weight1, const RuntimeMethod* method) { { // return FMOD_Studio_System_SetListenerWeight(this.handle, listener, weight); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___listener0; float L_2 = ___weight1; int32_t L_3; L_3 = System_FMOD_Studio_System_SetListenerWeight_m20E760AD92A88F2285791A77CEF596E0C869A2E4((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_setListenerWeight_mF578F7D6E47E7554E5B350FB8EBBB0FEC56D3586_AdjustorThunk (RuntimeObject * __this, int32_t ___listener0, float ___weight1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setListenerWeight_mF578F7D6E47E7554E5B350FB8EBBB0FEC56D3586(_thisAdjusted, ___listener0, ___weight1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::loadBankFile(System.String,FMOD.Studio.LOAD_BANK_FLAGS,FMOD.Studio.Bank&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadBankFile_mCED0F71BFDC8A50E9C5BCD217706317966577E4A (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___filename0, uint32_t ___flags1, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD_Studio_System_LoadBankFile(this.handle, encoder.byteFromStringUTF8(filename), flags, out bank.handle); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___filename0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); uint32_t L_5 = ___flags1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * L_6 = ___bank2; intptr_t* L_7 = L_6->get_address_of_handle_0(); int32_t L_8; L_8 = System_FMOD_Studio_System_LoadBankFile_mF2B7E3FB296060433F60830889D29B4049E7C1F5((intptr_t)L_1, L_4, L_5, (intptr_t*)L_7, /*hidden argument*/NULL); V_1 = L_8; IL2CPP_LEAVE(0x2C, FINALLY_0022); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; if (!L_9) { goto IL_002b; } } IL_0025: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_10 = V_0; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_10); } IL_002b: { IL2CPP_END_FINALLY(34) } } // end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2C, IL_002c) } IL_002c: { // } int32_t L_11 = V_1; return L_11; } } IL2CPP_EXTERN_C int32_t System_loadBankFile_mCED0F71BFDC8A50E9C5BCD217706317966577E4A_AdjustorThunk (RuntimeObject * __this, String_t* ___filename0, uint32_t ___flags1, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank2, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_loadBankFile_mCED0F71BFDC8A50E9C5BCD217706317966577E4A(_thisAdjusted, ___filename0, ___flags1, ___bank2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::loadBankMemory(System.Byte[],FMOD.Studio.LOAD_BANK_FLAGS,FMOD.Studio.Bank&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadBankMemory_m8E38A7E42FC23EF8EEC17F5ABCBA50C06ADB0E2E (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, uint32_t ___flags1, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank2, const RuntimeMethod* method) { GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); { // GCHandle pinnedArray = GCHandle.Alloc(buffer, GCHandleType.Pinned); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_1; L_1 = GCHandle_Alloc_m51C5BC1D6902ADA3B9C297C1A96DB322A6403201((RuntimeObject *)(RuntimeObject *)L_0, 3, /*hidden argument*/NULL); V_0 = L_1; // IntPtr pointer = pinnedArray.AddrOfPinnedObject(); intptr_t L_2; L_2 = GCHandle_AddrOfPinnedObject_m0604506F2BDCD2DC8C167FBC3BF3E965888F7589((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_0), /*hidden argument*/NULL); V_1 = (intptr_t)L_2; // RESULT result = FMOD_Studio_System_LoadBankMemory(this.handle, pointer, buffer.Length, LOAD_MEMORY_MODE.LOAD_MEMORY, flags, out bank.handle); intptr_t L_3 = __this->get_handle_0(); intptr_t L_4 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___buffer0; NullCheck(L_5); uint32_t L_6 = ___flags1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * L_7 = ___bank2; intptr_t* L_8 = L_7->get_address_of_handle_0(); int32_t L_9; L_9 = System_FMOD_Studio_System_LoadBankMemory_m3200000E72902D4390BD78AC0C7B567BC99F8407((intptr_t)L_3, (intptr_t)L_4, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), 0, L_6, (intptr_t*)L_8, /*hidden argument*/NULL); // pinnedArray.Free(); GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_0), /*hidden argument*/NULL); // return result; return L_9; } } IL2CPP_EXTERN_C int32_t System_loadBankMemory_m8E38A7E42FC23EF8EEC17F5ABCBA50C06ADB0E2E_AdjustorThunk (RuntimeObject * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, uint32_t ___flags1, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank2, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_loadBankMemory_m8E38A7E42FC23EF8EEC17F5ABCBA50C06ADB0E2E(_thisAdjusted, ___buffer0, ___flags1, ___bank2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::loadBankCustom(FMOD.Studio.BANK_INFO,FMOD.Studio.LOAD_BANK_FLAGS,FMOD.Studio.Bank&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadBankCustom_m02E6A1EC25E9B68FDB44FEF1ED99475EDE5E8857 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A ___info0, uint32_t ___flags1, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // info.size = MarshalHelper.SizeOf(typeof(BANK_INFO)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); int32_t L_2; L_2 = MarshalHelper_SizeOf_m85034A210DAA83CFB03240A1D05EDC85FBEF60BB(L_1, /*hidden argument*/NULL); (&___info0)->set_size_0(L_2); // return FMOD_Studio_System_LoadBankCustom(this.handle, ref info, flags, out bank.handle); intptr_t L_3 = __this->get_handle_0(); uint32_t L_4 = ___flags1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * L_5 = ___bank2; intptr_t* L_6 = L_5->get_address_of_handle_0(); int32_t L_7; L_7 = System_FMOD_Studio_System_LoadBankCustom_m08F15A817FEC323CB82D34FE93CE450875C04330((intptr_t)L_3, (BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A *)(&___info0), L_4, (intptr_t*)L_6, /*hidden argument*/NULL); return L_7; } } IL2CPP_EXTERN_C int32_t System_loadBankCustom_m02E6A1EC25E9B68FDB44FEF1ED99475EDE5E8857_AdjustorThunk (RuntimeObject * __this, BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A ___info0, uint32_t ___flags1, Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * ___bank2, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_loadBankCustom_m02E6A1EC25E9B68FDB44FEF1ED99475EDE5E8857(_thisAdjusted, ___info0, ___flags1, ___bank2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::unloadAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_unloadAll_m24ABD9C1211CB00D17ED5F1D1445EDE1F0E389FC (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_System_UnloadAll(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = System_FMOD_Studio_System_UnloadAll_m369B5DF060DA15E17EF8DFEEC55FFA857D82B80C((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t System_unloadAll_m24ABD9C1211CB00D17ED5F1D1445EDE1F0E389FC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_unloadAll_m24ABD9C1211CB00D17ED5F1D1445EDE1F0E389FC(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::flushCommands() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_flushCommands_m1DB8630ABBD787E3BE5779817CB5901B4748FCBA (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_System_FlushCommands(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = System_FMOD_Studio_System_FlushCommands_mB4FAEF31737D330A46DB8EBECEB7A1381EB47753((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t System_flushCommands_m1DB8630ABBD787E3BE5779817CB5901B4748FCBA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_flushCommands_m1DB8630ABBD787E3BE5779817CB5901B4748FCBA(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::flushSampleLoading() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_flushSampleLoading_m53A831200437E6BCC319C282F1F0BBC6F6AB2E31 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_System_FlushSampleLoading(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = System_FMOD_Studio_System_FlushSampleLoading_mA514C94C97D460263C766811EC17E42E78405CA0((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t System_flushSampleLoading_m53A831200437E6BCC319C282F1F0BBC6F6AB2E31_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_flushSampleLoading_m53A831200437E6BCC319C282F1F0BBC6F6AB2E31(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::startCommandCapture(System.String,FMOD.Studio.COMMANDCAPTURE_FLAGS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_startCommandCapture_mE7018E631A9EF1BAD05C19F3B424DF099055D5FF (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___filename0, uint32_t ___flags1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD_Studio_System_StartCommandCapture(this.handle, encoder.byteFromStringUTF8(filename), flags); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___filename0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); uint32_t L_5 = ___flags1; int32_t L_6; L_6 = System_FMOD_Studio_System_StartCommandCapture_m0B2D76A1E61A8170D9F88F6D59CE9971D08A8699((intptr_t)L_1, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; IL2CPP_LEAVE(0x26, FINALLY_001c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001c; } FINALLY_001c: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_7 = V_0; if (!L_7) { goto IL_0025; } } IL_001f: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; NullCheck(L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_8); } IL_0025: { IL2CPP_END_FINALLY(28) } } // end finally (depth: 1) IL2CPP_CLEANUP(28) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x26, IL_0026) } IL_0026: { // } int32_t L_9 = V_1; return L_9; } } IL2CPP_EXTERN_C int32_t System_startCommandCapture_mE7018E631A9EF1BAD05C19F3B424DF099055D5FF_AdjustorThunk (RuntimeObject * __this, String_t* ___filename0, uint32_t ___flags1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_startCommandCapture_mE7018E631A9EF1BAD05C19F3B424DF099055D5FF(_thisAdjusted, ___filename0, ___flags1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::stopCommandCapture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_stopCommandCapture_m247116D66F93F51CA971E2A7266052CE47510F88 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_System_StopCommandCapture(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = System_FMOD_Studio_System_StopCommandCapture_m91AACB58867EDD3A746C53DDC8EBA23FB47BAD90((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t System_stopCommandCapture_m247116D66F93F51CA971E2A7266052CE47510F88_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_stopCommandCapture_m247116D66F93F51CA971E2A7266052CE47510F88(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::loadCommandReplay(System.String,FMOD.Studio.COMMANDREPLAY_FLAGS,FMOD.Studio.CommandReplay&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadCommandReplay_mCB42E00A0437628BCD3F7DB126B3AF0FAD89E6A6 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, String_t* ___filename0, uint32_t ___flags1, CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * ___replay2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD_Studio_System_LoadCommandReplay(this.handle, encoder.byteFromStringUTF8(filename), flags, out replay.handle); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___filename0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_2, L_3, /*hidden argument*/NULL); uint32_t L_5 = ___flags1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * L_6 = ___replay2; intptr_t* L_7 = L_6->get_address_of_handle_0(); int32_t L_8; L_8 = System_FMOD_Studio_System_LoadCommandReplay_m24EA5A177B6EBAAA192AE9684ADCED0BD2CE8935((intptr_t)L_1, L_4, L_5, (intptr_t*)L_7, /*hidden argument*/NULL); V_1 = L_8; IL2CPP_LEAVE(0x2C, FINALLY_0022); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_9 = V_0; if (!L_9) { goto IL_002b; } } IL_0025: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_10 = V_0; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_10); } IL_002b: { IL2CPP_END_FINALLY(34) } } // end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2C, IL_002c) } IL_002c: { // } int32_t L_11 = V_1; return L_11; } } IL2CPP_EXTERN_C int32_t System_loadCommandReplay_mCB42E00A0437628BCD3F7DB126B3AF0FAD89E6A6_AdjustorThunk (RuntimeObject * __this, String_t* ___filename0, uint32_t ___flags1, CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * ___replay2, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_loadCommandReplay_mCB42E00A0437628BCD3F7DB126B3AF0FAD89E6A6(_thisAdjusted, ___filename0, ___flags1, ___replay2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getBankCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBankCount_mAD176C2EE0E6C3E090FD278837973676BB1F3AA6 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t* ___count0, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetBankCount(this.handle, out count); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___count0; int32_t L_2; L_2 = System_FMOD_Studio_System_GetBankCount_mE3672FE1F88E77304DF139F498AE8953A3555EBD((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getBankCount_mAD176C2EE0E6C3E090FD278837973676BB1F3AA6_AdjustorThunk (RuntimeObject * __this, int32_t* ___count0, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getBankCount_mAD176C2EE0E6C3E090FD278837973676BB1F3AA6(_thisAdjusted, ___count0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getBankList(FMOD.Studio.Bank[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBankList_m7136EF03B6182E386D97D9344D50D1E4D40599B8 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E** ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { // array = null; BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E** L_0 = ___array0; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // result = FMOD_Studio_System_GetBankCount(this.handle, out capacity); intptr_t L_1 = __this->get_handle_0(); int32_t L_2; L_2 = System_FMOD_Studio_System_GetBankCount_mE3672FE1F88E77304DF139F498AE8953A3555EBD((intptr_t)L_1, (int32_t*)(&V_1), /*hidden argument*/NULL); V_0 = L_2; // if (result != RESULT.OK) int32_t L_3 = V_0; if (!L_3) { goto IL_0016; } } { // return result; int32_t L_4 = V_0; return L_4; } IL_0016: { // if (capacity == 0) int32_t L_5 = V_1; if (L_5) { goto IL_0023; } } { // array = new Bank[0]; BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E** L_6 = ___array0; BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E* L_7 = (BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E*)(BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E*)SZArrayNew(BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E_il2cpp_TypeInfo_var, (uint32_t)0); *((RuntimeObject **)L_6) = (RuntimeObject *)L_7; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)L_7); // return result; int32_t L_8 = V_0; return L_8; } IL_0023: { // IntPtr[] rawArray = new IntPtr[capacity]; int32_t L_9 = V_1; IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* L_10 = (IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6*)(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6*)SZArrayNew(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6_il2cpp_TypeInfo_var, (uint32_t)L_9); V_2 = L_10; // result = FMOD_Studio_System_GetBankList(this.handle, rawArray, capacity, out actualCount); intptr_t L_11 = __this->get_handle_0(); IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* L_12 = V_2; int32_t L_13 = V_1; int32_t L_14; L_14 = System_FMOD_Studio_System_GetBankList_mC37FC73A9A7056F1C84F2FBE80E09D03100F3361((intptr_t)L_11, L_12, L_13, (int32_t*)(&V_3), /*hidden argument*/NULL); V_0 = L_14; // if (result != RESULT.OK) int32_t L_15 = V_0; if (!L_15) { goto IL_003f; } } { // return result; int32_t L_16 = V_0; return L_16; } IL_003f: { // if (actualCount > capacity) // More items added since we queried just now? int32_t L_17 = V_3; int32_t L_18 = V_1; if ((((int32_t)L_17) <= ((int32_t)L_18))) { goto IL_0045; } } { // actualCount = capacity; int32_t L_19 = V_1; V_3 = L_19; } IL_0045: { // array = new Bank[actualCount]; BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E** L_20 = ___array0; int32_t L_21 = V_3; BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E* L_22 = (BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E*)(BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E*)SZArrayNew(BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E_il2cpp_TypeInfo_var, (uint32_t)L_21); *((RuntimeObject **)L_20) = (RuntimeObject *)L_22; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_20, (void*)(RuntimeObject *)L_22); // for (int i = 0; i < actualCount; ++i) V_4 = 0; goto IL_006a; } IL_0052: { // array[i].handle = rawArray[i]; BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E** L_23 = ___array0; BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E* L_24 = *((BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E**)L_23); int32_t L_25 = V_4; NullCheck(L_24); IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* L_26 = V_2; int32_t L_27 = V_4; NullCheck(L_26); int32_t L_28 = L_27; intptr_t L_29 = (L_26)->GetAt(static_cast(L_28)); ((L_24)->GetAddressAt(static_cast(L_25)))->set_handle_0((intptr_t)L_29); // for (int i = 0; i < actualCount; ++i) int32_t L_30 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_006a: { // for (int i = 0; i < actualCount; ++i) int32_t L_31 = V_4; int32_t L_32 = V_3; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0052; } } { // return RESULT.OK; return (int32_t)(0); } } IL2CPP_EXTERN_C int32_t System_getBankList_m7136EF03B6182E386D97D9344D50D1E4D40599B8_AdjustorThunk (RuntimeObject * __this, BankU5BU5D_tB08E6B185C9E39F95B976FBA7D3C4839AD7C951E** ___array0, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getBankList_m7136EF03B6182E386D97D9344D50D1E4D40599B8(_thisAdjusted, ___array0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getParameterDescriptionCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionCount_mC9AD182FC9CB25565561D3CFCFDD4ACD565E8817 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, int32_t* ___count0, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetParameterDescriptionCount(this.handle, out count); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___count0; int32_t L_2; L_2 = System_FMOD_Studio_System_GetParameterDescriptionCount_mA8393F12D140B56F038EA03583EAEE951A298A80((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getParameterDescriptionCount_mC9AD182FC9CB25565561D3CFCFDD4ACD565E8817_AdjustorThunk (RuntimeObject * __this, int32_t* ___count0, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getParameterDescriptionCount_mC9AD182FC9CB25565561D3CFCFDD4ACD565E8817(_thisAdjusted, ___count0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getParameterDescriptionList(FMOD.Studio.PARAMETER_DESCRIPTION[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionList_m5D3344956E6D233FDC6ADB4A22316DD16A37B60E (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5** ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisPARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B_m2AFFDC6D3715E6A7822FFF4E0820C6221B7CD935_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5* V_2 = NULL; int32_t V_3 = 0; { // array = null; PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5** L_0 = ___array0; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // RESULT result = FMOD_Studio_System_GetParameterDescriptionCount(this.handle, out capacity); intptr_t L_1 = __this->get_handle_0(); int32_t L_2; L_2 = System_FMOD_Studio_System_GetParameterDescriptionCount_mA8393F12D140B56F038EA03583EAEE951A298A80((intptr_t)L_1, (int32_t*)(&V_0), /*hidden argument*/NULL); V_1 = L_2; // if (result != RESULT.OK) int32_t L_3 = V_1; if (!L_3) { goto IL_0016; } } { // return result; int32_t L_4 = V_1; return L_4; } IL_0016: { // if (capacity == 0) int32_t L_5 = V_0; if (L_5) { goto IL_0023; } } { // array = new PARAMETER_DESCRIPTION[0]; PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5** L_6 = ___array0; PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5* L_7 = (PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5*)(PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5*)SZArrayNew(PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5_il2cpp_TypeInfo_var, (uint32_t)0); *((RuntimeObject **)L_6) = (RuntimeObject *)L_7; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)L_7); // return RESULT.OK; return (int32_t)(0); } IL_0023: { // PARAMETER_DESCRIPTION[] tempArray = new PARAMETER_DESCRIPTION[capacity]; int32_t L_8 = V_0; PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5* L_9 = (PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5*)(PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5*)SZArrayNew(PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5_il2cpp_TypeInfo_var, (uint32_t)L_8); V_2 = L_9; // result = FMOD_Studio_System_GetParameterDescriptionList(this.handle, tempArray, capacity, out actualCount); intptr_t L_10 = __this->get_handle_0(); PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5* L_11 = V_2; int32_t L_12 = V_0; int32_t L_13; L_13 = System_FMOD_Studio_System_GetParameterDescriptionList_m206D9EF3376DFC95BCADA968446813AD51A2DC14((intptr_t)L_10, L_11, L_12, (int32_t*)(&V_3), /*hidden argument*/NULL); V_1 = L_13; // if (result != RESULT.OK) int32_t L_14 = V_1; if (!L_14) { goto IL_003f; } } { // return result; int32_t L_15 = V_1; return L_15; } IL_003f: { // if (actualCount != capacity) int32_t L_16 = V_3; int32_t L_17 = V_0; if ((((int32_t)L_16) == ((int32_t)L_17))) { goto IL_004b; } } { // Array.Resize(ref tempArray, actualCount); int32_t L_18 = V_3; Array_Resize_TisPARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B_m2AFFDC6D3715E6A7822FFF4E0820C6221B7CD935((PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5**)(&V_2), L_18, /*hidden argument*/Array_Resize_TisPARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B_m2AFFDC6D3715E6A7822FFF4E0820C6221B7CD935_RuntimeMethod_var); } IL_004b: { // array = tempArray; PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5** L_19 = ___array0; PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5* L_20 = V_2; *((RuntimeObject **)L_19) = (RuntimeObject *)L_20; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_19, (void*)(RuntimeObject *)L_20); // return RESULT.OK; return (int32_t)(0); } } IL2CPP_EXTERN_C int32_t System_getParameterDescriptionList_m5D3344956E6D233FDC6ADB4A22316DD16A37B60E_AdjustorThunk (RuntimeObject * __this, PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5** ___array0, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getParameterDescriptionList_m5D3344956E6D233FDC6ADB4A22316DD16A37B60E(_thisAdjusted, ___array0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getCPUUsage(FMOD.Studio.CPU_USAGE&,FMOD.CPU_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getCPUUsage_mF095E371FFB72A3F71E27594A5E22F4D20B822F6 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332 * ___usage0, CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 * ___usage_core1, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetCPUUsage(this.handle, out usage, out usage_core); intptr_t L_0 = __this->get_handle_0(); CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332 * L_1 = ___usage0; CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 * L_2 = ___usage_core1; int32_t L_3; L_3 = System_FMOD_Studio_System_GetCPUUsage_m128946DD026395E1409B14EE0F93FCA1D7011AD9((intptr_t)L_0, (CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332 *)L_1, (CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_getCPUUsage_mF095E371FFB72A3F71E27594A5E22F4D20B822F6_AdjustorThunk (RuntimeObject * __this, CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332 * ___usage0, CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 * ___usage_core1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getCPUUsage_mF095E371FFB72A3F71E27594A5E22F4D20B822F6(_thisAdjusted, ___usage0, ___usage_core1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getBufferUsage(FMOD.Studio.BUFFER_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBufferUsage_mA899E51B099C3DCFCEB69CE9332F92D47E828795 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, BUFFER_USAGE_tC3F4FFD3963B6AD7416C4BF66BD3CC40F6DCD4A3 * ___usage0, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetBufferUsage(this.handle, out usage); intptr_t L_0 = __this->get_handle_0(); BUFFER_USAGE_tC3F4FFD3963B6AD7416C4BF66BD3CC40F6DCD4A3 * L_1 = ___usage0; int32_t L_2; L_2 = System_FMOD_Studio_System_GetBufferUsage_m7254AD3E1683015B5071AEFDA08BD4829385FA57((intptr_t)L_0, (BUFFER_USAGE_tC3F4FFD3963B6AD7416C4BF66BD3CC40F6DCD4A3 *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getBufferUsage_mA899E51B099C3DCFCEB69CE9332F92D47E828795_AdjustorThunk (RuntimeObject * __this, BUFFER_USAGE_tC3F4FFD3963B6AD7416C4BF66BD3CC40F6DCD4A3 * ___usage0, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getBufferUsage_mA899E51B099C3DCFCEB69CE9332F92D47E828795(_thisAdjusted, ___usage0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::resetBufferUsage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_resetBufferUsage_mFB71A6D3D7B5B1EA3CDACCF98EB78C5021600062 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_System_ResetBufferUsage(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = System_FMOD_Studio_System_ResetBufferUsage_m62AD0989D9B53303736ECE7D8CB421F35ECDA222((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t System_resetBufferUsage_mFB71A6D3D7B5B1EA3CDACCF98EB78C5021600062_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_resetBufferUsage_mFB71A6D3D7B5B1EA3CDACCF98EB78C5021600062(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::setCallback(FMOD.Studio.SYSTEM_CALLBACK,FMOD.Studio.SYSTEM_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setCallback_m4B9772A328A73A818C99C9F103B017B2562933CE (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, SYSTEM_CALLBACK_tAC95078FE937EE93C1AD6CA0DD09DB016BBA843C * ___callback0, uint32_t ___callbackmask1, const RuntimeMethod* method) { { // return FMOD_Studio_System_SetCallback(this.handle, callback, callbackmask); intptr_t L_0 = __this->get_handle_0(); SYSTEM_CALLBACK_tAC95078FE937EE93C1AD6CA0DD09DB016BBA843C * L_1 = ___callback0; uint32_t L_2 = ___callbackmask1; int32_t L_3; L_3 = System_FMOD_Studio_System_SetCallback_m2C8A4F9A240DBFBCFECEBE62E8287950BDC5EEAE((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t System_setCallback_m4B9772A328A73A818C99C9F103B017B2562933CE_AdjustorThunk (RuntimeObject * __this, SYSTEM_CALLBACK_tAC95078FE937EE93C1AD6CA0DD09DB016BBA843C * ___callback0, uint32_t ___callbackmask1, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setCallback_m4B9772A328A73A818C99C9F103B017B2562933CE(_thisAdjusted, ___callback0, ___callbackmask1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getUserData_m4857539BCF58DCEC58840A5D0952F93C20FCA3B9 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetUserData(this.handle, out userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___userdata0; int32_t L_2; L_2 = System_FMOD_Studio_System_GetUserData_m609EA10989AC4BF3600D104CFCC6402F568D79B7((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getUserData_m4857539BCF58DCEC58840A5D0952F93C20FCA3B9_AdjustorThunk (RuntimeObject * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getUserData_m4857539BCF58DCEC58840A5D0952F93C20FCA3B9(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setUserData_m284605A8317D310D9E5BFCE50A76CF70739B9CEF (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, intptr_t ___userdata0, const RuntimeMethod* method) { { // return FMOD_Studio_System_SetUserData(this.handle, userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___userdata0; int32_t L_2; L_2 = System_FMOD_Studio_System_SetUserData_mA9E958EEF046BEE78B1E1ADD236BD20603731BEE((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_setUserData_m284605A8317D310D9E5BFCE50A76CF70739B9CEF_AdjustorThunk (RuntimeObject * __this, intptr_t ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_setUserData_m284605A8317D310D9E5BFCE50A76CF70739B9CEF(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::getMemoryUsage(FMOD.Studio.MEMORY_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getMemoryUsage_mB025493CB9E80C4CBDE3F31CF357B81254E6EA00 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 * ___memoryusage0, const RuntimeMethod* method) { { // return FMOD_Studio_System_GetMemoryUsage(this.handle, out memoryusage); intptr_t L_0 = __this->get_handle_0(); MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 * L_1 = ___memoryusage0; int32_t L_2; L_2 = System_FMOD_Studio_System_GetMemoryUsage_mBDCA628A9A30537FEA6EF58A02BA440B7392506B((intptr_t)L_0, (MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t System_getMemoryUsage_mB025493CB9E80C4CBDE3F31CF357B81254E6EA00_AdjustorThunk (RuntimeObject * __this, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 * ___memoryusage0, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = System_getMemoryUsage_mB025493CB9E80C4CBDE3F31CF357B81254E6EA00(_thisAdjusted, ___memoryusage0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Create(System.IntPtr&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Create_mC6C331346502D979D793A8564D5258501AE00C96 (intptr_t* ___system0, uint32_t ___headerversion1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t*, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t*) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_Create", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_Create)(___system0, ___headerversion1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___headerversion1); #endif return returnValue; } // System.Boolean FMOD.Studio.System::FMOD_Studio_System_IsValid(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_FMOD_Studio_System_IsValid_m83269D4D7D36B37D2EB984444F2868DBDC09D488 (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_IsValid", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_IsValid)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return static_cast(returnValue); } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetAdvancedSettings(System.IntPtr,FMOD.Studio.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetAdvancedSettings_m3C0A6B62C5C0E1EB5C43D116680B3569B023398C (intptr_t ___system0, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 * ___settings1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetAdvancedSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_SetAdvancedSettings)(___system0, ___settings1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___settings1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetAdvancedSettings(System.IntPtr,FMOD.Studio.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetAdvancedSettings_mF45204AD765BBBBA7DB3E1E0247A8CE083001AFE (intptr_t ___system0, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 * ___settings1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetAdvancedSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetAdvancedSettings)(___system0, ___settings1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___settings1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Initialize(System.IntPtr,System.Int32,FMOD.Studio.INITFLAGS,FMOD.INITFLAGS,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Initialize_m672D3F843B54D1F5134C5BB1162A58763209D4FC (intptr_t ___system0, int32_t ___maxchannels1, uint32_t ___studioflags2, uint32_t ___flags3, intptr_t ___extradriverdata4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, uint32_t, uint32_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_Initialize", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_Initialize)(___system0, ___maxchannels1, ___studioflags2, ___flags3, ___extradriverdata4); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___maxchannels1, ___studioflags2, ___flags3, ___extradriverdata4); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Release_mA72BFCDA1C3C6FD6B42CDDA32D16EC87416A7DBA (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_Release", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_Release)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Update(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Update_mDD5FF9598FE4CCC549D714C1FDFC2F2A845949B2 (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_Update", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_Update)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetCoreSystem(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetCoreSystem_mFE83332AE4ECE60A8138604A5EE592AC4F5613BD (intptr_t ___system0, intptr_t* ___coresystem1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetCoreSystem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetCoreSystem)(___system0, ___coresystem1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___coresystem1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetEvent(System.IntPtr,System.Byte[],System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetEvent_mEE674C9E6028373F53792C969A45B108653C0D3B (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___path1, intptr_t* ____event2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetEvent", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___path1' to native representation uint8_t* ____path1_marshaled = NULL; if (___path1 != NULL) { ____path1_marshaled = reinterpret_cast((___path1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetEvent)(___system0, ____path1_marshaled, ____event2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____path1_marshaled, ____event2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBus(System.IntPtr,System.Byte[],System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBus_mACABB014EE20779EBC0DF50BA48C8C195C480695 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___path1, intptr_t* ___bus2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetBus", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___path1' to native representation uint8_t* ____path1_marshaled = NULL; if (___path1 != NULL) { ____path1_marshaled = reinterpret_cast((___path1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetBus)(___system0, ____path1_marshaled, ___bus2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____path1_marshaled, ___bus2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetVCA(System.IntPtr,System.Byte[],System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetVCA_m3F4754B56EF5DDDA98058DE2D8AB91E2C56C1C21 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___path1, intptr_t* ___vca2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetVCA", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___path1' to native representation uint8_t* ____path1_marshaled = NULL; if (___path1 != NULL) { ____path1_marshaled = reinterpret_cast((___path1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetVCA)(___system0, ____path1_marshaled, ___vca2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____path1_marshaled, ___vca2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBank(System.IntPtr,System.Byte[],System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBank_m4A9B0FC8BF833583CACE76C30A5D13769E8D3CFD (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___path1, intptr_t* ___bank2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetBank", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___path1' to native representation uint8_t* ____path1_marshaled = NULL; if (___path1 != NULL) { ____path1_marshaled = reinterpret_cast((___path1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetBank)(___system0, ____path1_marshaled, ___bank2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____path1_marshaled, ___bank2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetEventByID(System.IntPtr,FMOD.GUID&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetEventByID_m2A555C16B4FEDB339A8E626C8582B22A71479365 (intptr_t ___system0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, intptr_t* ____event2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetEventByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetEventByID)(___system0, ___id1, ____event2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ____event2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBusByID(System.IntPtr,FMOD.GUID&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBusByID_m4B3777AC78DAB3D90C1D9E8FD186E4775FAC0367 (intptr_t ___system0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, intptr_t* ___bus2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetBusByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetBusByID)(___system0, ___id1, ___bus2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ___bus2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetVCAByID(System.IntPtr,FMOD.GUID&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetVCAByID_m8AFF1F89989BD00A5B0221A0CA0F3092A65E7CA2 (intptr_t ___system0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, intptr_t* ___vca2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetVCAByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetVCAByID)(___system0, ___id1, ___vca2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ___vca2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBankByID(System.IntPtr,FMOD.GUID&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBankByID_mEF9FCA736BCBA35B887F9F22006482A34A035041 (intptr_t ___system0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, intptr_t* ___bank2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetBankByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetBankByID)(___system0, ___id1, ___bank2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ___bank2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetSoundInfo(System.IntPtr,System.Byte[],FMOD.Studio.SOUND_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetSoundInfo_m31F318B79278FD1FBCC1A2F985FBC651D3C99214 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key1, SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21 * ___info2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_pinvoke*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_pinvoke*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetSoundInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___key1' to native representation uint8_t* ____key1_marshaled = NULL; if (___key1 != NULL) { ____key1_marshaled = reinterpret_cast((___key1)->GetAddressAtUnchecked(0)); } // Marshaling of parameter '___info2' to native representation SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_pinvoke ____info2_empty = {}; SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshaled_pinvoke* ____info2_marshaled = &____info2_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetSoundInfo)(___system0, ____key1_marshaled, ____info2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____key1_marshaled, ____info2_marshaled); #endif // Marshaling of parameter '___info2' back from native representation SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21 _____info2_marshaled_unmarshaled_dereferenced; memset((&_____info2_marshaled_unmarshaled_dereferenced), 0, sizeof(_____info2_marshaled_unmarshaled_dereferenced)); SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshal_pinvoke_back(*____info2_marshaled, _____info2_marshaled_unmarshaled_dereferenced); *___info2 = _____info2_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((&((___info2)->___exinfo_2))->___pcmreadcallback_11), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((___info2)->___exinfo_2))->___pcmsetposcallback_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((___info2)->___exinfo_2))->___nonblockcallback_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((___info2)->___exinfo_2))->___fileuseropen_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((___info2)->___exinfo_2))->___fileuserclose_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((___info2)->___exinfo_2))->___fileuserread_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((___info2)->___exinfo_2))->___fileuserseek_22), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((___info2)->___exinfo_2))->___fileuserasyncread_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((___info2)->___exinfo_2))->___fileuserasynccancel_24), (void*)NULL); #endif // Marshaling cleanup of parameter '___info2' native representation SOUND_INFO_t55E32A1028F3D8C2ACF1C3207FDC39C547867C21_marshal_pinvoke_cleanup(*____info2_marshaled); return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionByName(System.IntPtr,System.Byte[],FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionByName_m23AB7B8308A90B6994AB23A4479BE21F51A1086C (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterDescriptionByName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___name1' to native representation uint8_t* ____name1_marshaled = NULL; if (___name1 != NULL) { ____name1_marshaled = reinterpret_cast((___name1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetParameterDescriptionByName)(___system0, ____name1_marshaled, ___parameter2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____name1_marshaled, ___parameter2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionByID_m1B1D3B4F2FEF0A46C78C4C1CF9F0F2D098437876 (intptr_t ___system0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE , PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ) + sizeof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterDescriptionByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetParameterDescriptionByID)(___system0, ___id1, ___parameter2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ___parameter2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterLabelByName(System.IntPtr,System.Byte[],System.Int32,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterLabelByName_m5052E6E8E2A20AFC8C12F423ECACDFBAAE9BEC8A (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, int32_t ___labelindex2, intptr_t ___label3, int32_t ___size4, int32_t* ___retrieved5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, int32_t, intptr_t, int32_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterLabelByName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___name1' to native representation uint8_t* ____name1_marshaled = NULL; if (___name1 != NULL) { ____name1_marshaled = reinterpret_cast((___name1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetParameterLabelByName)(___system0, ____name1_marshaled, ___labelindex2, ___label3, ___size4, ___retrieved5); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____name1_marshaled, ___labelindex2, ___label3, ___size4, ___retrieved5); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterLabelByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Int32,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterLabelByID_m01C21CFCBDA3038E3E27088E552EC18DD656174D (intptr_t ___system0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, int32_t ___labelindex2, intptr_t ___label3, int32_t ___size4, int32_t* ___retrieved5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE , int32_t, intptr_t, int32_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ) + sizeof(int32_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterLabelByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetParameterLabelByID)(___system0, ___id1, ___labelindex2, ___label3, ___size4, ___retrieved5); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ___labelindex2, ___label3, ___size4, ___retrieved5); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterByID_mB3C0FBBC915495EB5B6D2C39B423E091C16241CE (intptr_t ___system0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, float* ___value2, float* ___finalvalue3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE , float*, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ) + sizeof(float*) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetParameterByID)(___system0, ___id1, ___value2, ___finalvalue3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ___value2, ___finalvalue3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByID_m4E8BEE405B62D0CCFEED1559100AB70B73DC70B0 (intptr_t ___system0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, float ___value2, bool ___ignoreseekspeed3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE , float, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ) + sizeof(float) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetParameterByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_SetParameterByID)(___system0, ___id1, ___value2, static_cast(___ignoreseekspeed3)); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ___value2, static_cast(___ignoreseekspeed3)); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByIDWithLabel(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByIDWithLabel_m4E196BE54B8DF47AC116864AD5FFE6A4EE58DA66 (intptr_t ___system0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___label2, bool ___ignoreseekspeed3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE , uint8_t*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ) + sizeof(void*) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetParameterByIDWithLabel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___label2' to native representation uint8_t* ____label2_marshaled = NULL; if (___label2 != NULL) { ____label2_marshaled = reinterpret_cast((___label2)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_SetParameterByIDWithLabel)(___system0, ___id1, ____label2_marshaled, static_cast(___ignoreseekspeed3)); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ____label2_marshaled, static_cast(___ignoreseekspeed3)); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParametersByIDs(System.IntPtr,FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParametersByIDs_m68475C687F69A8CB69AB80E03CAD56D3EF3594BE (intptr_t ___system0, PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373* ___ids1, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___values2, int32_t ___count3, bool ___ignoreseekspeed4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE *, float*, int32_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(void*) + sizeof(int32_t) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetParametersByIDs", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___ids1' to native representation PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE * ____ids1_marshaled = NULL; if (___ids1 != NULL) { ____ids1_marshaled = reinterpret_cast((___ids1)->GetAddressAtUnchecked(0)); } // Marshaling of parameter '___values2' to native representation float* ____values2_marshaled = NULL; if (___values2 != NULL) { ____values2_marshaled = reinterpret_cast((___values2)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_SetParametersByIDs)(___system0, ____ids1_marshaled, ____values2_marshaled, ___count3, static_cast(___ignoreseekspeed4)); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____ids1_marshaled, ____values2_marshaled, ___count3, static_cast(___ignoreseekspeed4)); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterByName(System.IntPtr,System.Byte[],System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterByName_m193191CD8FCC7738EF3DA2BD42A462FB95F67118 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, float* ___value2, float* ___finalvalue3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, float*, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(float*) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterByName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___name1' to native representation uint8_t* ____name1_marshaled = NULL; if (___name1 != NULL) { ____name1_marshaled = reinterpret_cast((___name1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetParameterByName)(___system0, ____name1_marshaled, ___value2, ___finalvalue3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____name1_marshaled, ___value2, ___finalvalue3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByName(System.IntPtr,System.Byte[],System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByName_m6D9C9C0D15F9B1D6048087B69883D8A9DEC91CBE (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, float ___value2, bool ___ignoreseekspeed3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, float, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(float) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetParameterByName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___name1' to native representation uint8_t* ____name1_marshaled = NULL; if (___name1 != NULL) { ____name1_marshaled = reinterpret_cast((___name1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_SetParameterByName)(___system0, ____name1_marshaled, ___value2, static_cast(___ignoreseekspeed3)); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____name1_marshaled, ___value2, static_cast(___ignoreseekspeed3)); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByNameWithLabel(System.IntPtr,System.Byte[],System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByNameWithLabel_mBFA2278453C890A1E97663D0E4B5191D5C72BC03 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___label2, bool ___ignoreseekspeed3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, uint8_t*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(void*) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetParameterByNameWithLabel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___name1' to native representation uint8_t* ____name1_marshaled = NULL; if (___name1 != NULL) { ____name1_marshaled = reinterpret_cast((___name1)->GetAddressAtUnchecked(0)); } // Marshaling of parameter '___label2' to native representation uint8_t* ____label2_marshaled = NULL; if (___label2 != NULL) { ____label2_marshaled = reinterpret_cast((___label2)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_SetParameterByNameWithLabel)(___system0, ____name1_marshaled, ____label2_marshaled, static_cast(___ignoreseekspeed3)); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____name1_marshaled, ____label2_marshaled, static_cast(___ignoreseekspeed3)); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LookupID(System.IntPtr,System.Byte[],FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LookupID_m1D1C2D69429BEEEF5522DB5DE850229B4DE1F771 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___path1, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_LookupID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___path1' to native representation uint8_t* ____path1_marshaled = NULL; if (___path1 != NULL) { ____path1_marshaled = reinterpret_cast((___path1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_LookupID)(___system0, ____path1_marshaled, ___id2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____path1_marshaled, ___id2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LookupPath(System.IntPtr,FMOD.GUID&,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LookupPath_m27E72B17A30F90C63D570D91E085D60BAE40A052 (intptr_t ___system0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, intptr_t ___path2, int32_t ___size3, int32_t* ___retrieved4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *, intptr_t, int32_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_LookupPath", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_LookupPath)(___system0, ___id1, ___path2, ___size3, ___retrieved4); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___id1, ___path2, ___size3, ___retrieved4); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetNumListeners(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetNumListeners_m48BB72DFA908E12D2A1DEC8F5C6746F8897842B7 (intptr_t ___system0, int32_t* ___numlisteners1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetNumListeners", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetNumListeners)(___system0, ___numlisteners1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___numlisteners1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetNumListeners(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetNumListeners_m0F0B85ECD611FB38EA4922B91858D8540559F689 (intptr_t ___system0, int32_t ___numlisteners1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetNumListeners", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_SetNumListeners)(___system0, ___numlisteners1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___numlisteners1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetListenerAttributes_mED8DE6C256C2184D547EBB02EE05C895263D5E44 (intptr_t ___system0, int32_t ___listener1, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes2, intptr_t ___zero3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetListenerAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetListenerAttributes)(___system0, ___listener1, ___attributes2, ___zero3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___listener1, ___attributes2, ___zero3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetListenerAttributes_mA400BEA605D7D5D7DC3A44EE059C5B15379FD33F (intptr_t ___system0, int32_t ___listener1, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___attenuationposition3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetListenerAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetListenerAttributes)(___system0, ___listener1, ___attributes2, ___attenuationposition3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___listener1, ___attributes2, ___attenuationposition3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetListenerAttributes_mEC3FE9AA5A4467DB5495A84CF282E055B9B6D43C (intptr_t ___system0, int32_t ___listener1, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes2, intptr_t ___zero3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetListenerAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_SetListenerAttributes)(___system0, ___listener1, ___attributes2, ___zero3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___listener1, ___attributes2, ___zero3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetListenerAttributes_mC7BC372A06DC1953236ADF87C0A40579ED104BB7 (intptr_t ___system0, int32_t ___listener1, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___attenuationposition3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetListenerAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_SetListenerAttributes)(___system0, ___listener1, ___attributes2, ___attenuationposition3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___listener1, ___attributes2, ___attenuationposition3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetListenerWeight(System.IntPtr,System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetListenerWeight_m7E2122049DDB53C1CD18AC51D05FFEF951F8F718 (intptr_t ___system0, int32_t ___listener1, float* ___weight2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetListenerWeight", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetListenerWeight)(___system0, ___listener1, ___weight2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___listener1, ___weight2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetListenerWeight(System.IntPtr,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetListenerWeight_m20E760AD92A88F2285791A77CEF596E0C869A2E4 (intptr_t ___system0, int32_t ___listener1, float ___weight2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetListenerWeight", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_SetListenerWeight)(___system0, ___listener1, ___weight2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___listener1, ___weight2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadBankFile(System.IntPtr,System.Byte[],FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadBankFile_mF2B7E3FB296060433F60830889D29B4049E7C1F5 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___filename1, uint32_t ___flags2, intptr_t* ___bank3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, uint32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_LoadBankFile", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___filename1' to native representation uint8_t* ____filename1_marshaled = NULL; if (___filename1 != NULL) { ____filename1_marshaled = reinterpret_cast((___filename1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_LoadBankFile)(___system0, ____filename1_marshaled, ___flags2, ___bank3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____filename1_marshaled, ___flags2, ___bank3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadBankMemory(System.IntPtr,System.IntPtr,System.Int32,FMOD.Studio.LOAD_MEMORY_MODE,FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadBankMemory_m3200000E72902D4390BD78AC0C7B567BC99F8407 (intptr_t ___system0, intptr_t ___buffer1, int32_t ___length2, int32_t ___mode3, uint32_t ___flags4, intptr_t* ___bank5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t, int32_t, uint32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t) + sizeof(uint32_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_LoadBankMemory", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_LoadBankMemory)(___system0, ___buffer1, ___length2, ___mode3, ___flags4, ___bank5); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___buffer1, ___length2, ___mode3, ___flags4, ___bank5); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadBankCustom(System.IntPtr,FMOD.Studio.BANK_INFO&,FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadBankCustom_m08F15A817FEC323CB82D34FE93CE450875C04330 (intptr_t ___system0, BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A * ___info1, uint32_t ___flags2, intptr_t* ___bank3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_pinvoke*, uint32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_pinvoke*) + sizeof(uint32_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_LoadBankCustom", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___info1' to native representation BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_pinvoke* ____info1_marshaled = NULL; BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_pinvoke ____info1_marshaled_dereferenced = {}; BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshal_pinvoke(*___info1, ____info1_marshaled_dereferenced); ____info1_marshaled = &____info1_marshaled_dereferenced; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_LoadBankCustom)(___system0, ____info1_marshaled, ___flags2, ___bank3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____info1_marshaled, ___flags2, ___bank3); #endif // Marshaling of parameter '___info1' back from native representation BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A _____info1_marshaled_unmarshaled_dereferenced; memset((&_____info1_marshaled_unmarshaled_dereferenced), 0, sizeof(_____info1_marshaled_unmarshaled_dereferenced)); BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshal_pinvoke_back(*____info1_marshaled, _____info1_marshaled_unmarshaled_dereferenced); BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshal_pinvoke_cleanup(*____info1_marshaled); *___info1 = _____info1_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((___info1)->___opencallback_3), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___info1)->___closecallback_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___info1)->___readcallback_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___info1)->___seekcallback_6), (void*)NULL); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_UnloadAll(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_UnloadAll_m369B5DF060DA15E17EF8DFEEC55FFA857D82B80C (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_UnloadAll", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_UnloadAll)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_FlushCommands(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_FlushCommands_mB4FAEF31737D330A46DB8EBECEB7A1381EB47753 (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_FlushCommands", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_FlushCommands)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_FlushSampleLoading(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_FlushSampleLoading_mA514C94C97D460263C766811EC17E42E78405CA0 (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_FlushSampleLoading", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_FlushSampleLoading)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_StartCommandCapture(System.IntPtr,System.Byte[],FMOD.Studio.COMMANDCAPTURE_FLAGS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_StartCommandCapture_m0B2D76A1E61A8170D9F88F6D59CE9971D08A8699 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___filename1, uint32_t ___flags2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_StartCommandCapture", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___filename1' to native representation uint8_t* ____filename1_marshaled = NULL; if (___filename1 != NULL) { ____filename1_marshaled = reinterpret_cast((___filename1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_StartCommandCapture)(___system0, ____filename1_marshaled, ___flags2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____filename1_marshaled, ___flags2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_StopCommandCapture(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_StopCommandCapture_m91AACB58867EDD3A746C53DDC8EBA23FB47BAD90 (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_StopCommandCapture", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_StopCommandCapture)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadCommandReplay(System.IntPtr,System.Byte[],FMOD.Studio.COMMANDREPLAY_FLAGS,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadCommandReplay_m24EA5A177B6EBAAA192AE9684ADCED0BD2CE8935 (intptr_t ___system0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___filename1, uint32_t ___flags2, intptr_t* ___replay3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, uint32_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_LoadCommandReplay", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___filename1' to native representation uint8_t* ____filename1_marshaled = NULL; if (___filename1 != NULL) { ____filename1_marshaled = reinterpret_cast((___filename1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_LoadCommandReplay)(___system0, ____filename1_marshaled, ___flags2, ___replay3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____filename1_marshaled, ___flags2, ___replay3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBankCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBankCount_mE3672FE1F88E77304DF139F498AE8953A3555EBD (intptr_t ___system0, int32_t* ___count1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetBankCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetBankCount)(___system0, ___count1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___count1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBankList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBankList_mC37FC73A9A7056F1C84F2FBE80E09D03100F3361 (intptr_t ___system0, IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___array1, int32_t ___capacity2, int32_t* ___count3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*, int32_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetBankList", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___array1' to native representation intptr_t* ____array1_marshaled = NULL; if (___array1 != NULL) { ____array1_marshaled = reinterpret_cast((___array1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetBankList)(___system0, ____array1_marshaled, ___capacity2, ___count3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____array1_marshaled, ___capacity2, ___count3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionCount_mA8393F12D140B56F038EA03583EAEE951A298A80 (intptr_t ___system0, int32_t* ___count1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterDescriptionCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetParameterDescriptionCount)(___system0, ___count1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___count1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionList(System.IntPtr,FMOD.Studio.PARAMETER_DESCRIPTION[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionList_m206D9EF3376DFC95BCADA968446813AD51A2DC14 (intptr_t ___system0, PARAMETER_DESCRIPTIONU5BU5D_tBEA36DA68F0A7D4DF58332627768160B58C6A8D5* ___array1, int32_t ___capacity2, int32_t* ___count3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *, int32_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterDescriptionList", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___array1' to native representation PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ____array1_marshaled = NULL; if (___array1 != NULL) { il2cpp_array_size_t ____array1_Length = (___array1)->max_length; ____array1_marshaled = il2cpp_codegen_marshal_allocate_array(____array1_Length); memset(____array1_marshaled, 0, ____array1_Length * sizeof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B )); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetParameterDescriptionList)(___system0, ____array1_marshaled, ___capacity2, ___count3); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____array1_marshaled, ___capacity2, ___count3); #endif // Marshaling of parameter '___array1' back from native representation if (____array1_marshaled != NULL) { il2cpp_array_size_t ____array1_Length = (___array1)->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(____array1_Length); i++) { (___array1)->SetAtUnchecked(static_cast(i), (____array1_marshaled)[i]); } } // Marshaling cleanup of parameter '___array1' native representation il2cpp_codegen_marshal_free(____array1_marshaled); ____array1_marshaled = NULL; return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetCPUUsage(System.IntPtr,FMOD.Studio.CPU_USAGE&,FMOD.CPU_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetCPUUsage_m128946DD026395E1409B14EE0F93FCA1D7011AD9 (intptr_t ___system0, CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332 * ___usage1, CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 * ___usage_core2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332 *, CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332 *) + sizeof(CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetCPUUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetCPUUsage)(___system0, ___usage1, ___usage_core2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___usage1, ___usage_core2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBufferUsage(System.IntPtr,FMOD.Studio.BUFFER_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBufferUsage_m7254AD3E1683015B5071AEFDA08BD4829385FA57 (intptr_t ___system0, BUFFER_USAGE_tC3F4FFD3963B6AD7416C4BF66BD3CC40F6DCD4A3 * ___usage1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, BUFFER_USAGE_tC3F4FFD3963B6AD7416C4BF66BD3CC40F6DCD4A3 *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(BUFFER_USAGE_tC3F4FFD3963B6AD7416C4BF66BD3CC40F6DCD4A3 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetBufferUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetBufferUsage)(___system0, ___usage1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___usage1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_ResetBufferUsage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_ResetBufferUsage_m62AD0989D9B53303736ECE7D8CB421F35ECDA222 (intptr_t ___system0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_ResetBufferUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_ResetBufferUsage)(___system0); #else int32_t returnValue = il2cppPInvokeFunc(___system0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetCallback(System.IntPtr,FMOD.Studio.SYSTEM_CALLBACK,FMOD.Studio.SYSTEM_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetCallback_m2C8A4F9A240DBFBCFECEBE62E8287950BDC5EEAE (intptr_t ___system0, SYSTEM_CALLBACK_tAC95078FE937EE93C1AD6CA0DD09DB016BBA843C * ___callback1, uint32_t ___callbackmask2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, Il2CppMethodPointer, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetCallback", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___callback1' to native representation Il2CppMethodPointer ____callback1_marshaled = NULL; ____callback1_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___callback1)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_SetCallback)(___system0, ____callback1_marshaled, ___callbackmask2); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ____callback1_marshaled, ___callbackmask2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetUserData_m609EA10989AC4BF3600D104CFCC6402F568D79B7 (intptr_t ___system0, intptr_t* ___userdata1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetUserData)(___system0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetUserData_mA9E958EEF046BEE78B1E1ADD236BD20603731BEE (intptr_t ___system0, intptr_t ___userdata1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_SetUserData)(___system0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetMemoryUsage(System.IntPtr,FMOD.Studio.MEMORY_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetMemoryUsage_mBDCA628A9A30537FEA6EF58A02BA440B7392506B (intptr_t ___system0, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 * ___memoryusage1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetMemoryUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_System_GetMemoryUsage)(___system0, ___memoryusage1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___memoryusage1); #endif return returnValue; } // System.Void FMOD.Studio.System::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System__ctor_mF18709942E8E08A25810DDE7A5626D65FDA300AD (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public System(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public System(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void System__ctor_mF18709942E8E08A25810DDE7A5626D65FDA300AD_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); System__ctor_mF18709942E8E08A25810DDE7A5626D65FDA300AD_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.Studio.System::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_hasHandle_m60DB8CD9AD7EE897C1120DD6AA3966322E63773B (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public bool hasHandle() { return this.handle != IntPtr.Zero; } intptr_t L_0 = __this->get_handle_0(); bool L_1; L_1 = IntPtr_op_Inequality_mB4DF9161F8D8F48708A2A7BBD7BF626F1EB8C3C8((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C bool System_hasHandle_m60DB8CD9AD7EE897C1120DD6AA3966322E63773B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = System_hasHandle_m60DB8CD9AD7EE897C1120DD6AA3966322E63773B(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.Studio.System::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_clearHandle_m9CEEA5C7AAF2B515F6DEF62E39B3D5768DF65426 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public void clearHandle() { this.handle = IntPtr.Zero; } __this->set_handle_0((intptr_t)(0)); // public void clearHandle() { this.handle = IntPtr.Zero; } return; } } IL2CPP_EXTERN_C void System_clearHandle_m9CEEA5C7AAF2B515F6DEF62E39B3D5768DF65426_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); System_clearHandle_m9CEEA5C7AAF2B515F6DEF62E39B3D5768DF65426(_thisAdjusted, method); } // System.Boolean FMOD.Studio.System::isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_isValid_m5B62C7FB4549D95109CF84240C91CC1B727B0BFF (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method) { { // return hasHandle() && FMOD_Studio_System_IsValid(this.handle); bool L_0; L_0 = System_hasHandle_m60DB8CD9AD7EE897C1120DD6AA3966322E63773B((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { intptr_t L_1 = __this->get_handle_0(); bool L_2; L_2 = System_FMOD_Studio_System_IsValid_m83269D4D7D36B37D2EB984444F2868DBDC09D488((intptr_t)L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (bool)0; } } IL2CPP_EXTERN_C bool System_isValid_m5B62C7FB4549D95109CF84240C91CC1B727B0BFF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = System_isValid_m5B62C7FB4549D95109CF84240C91CC1B727B0BFF(_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 // System.Void FMODUnity.SystemNotInitializedException::.ctor(FMOD.RESULT,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemNotInitializedException__ctor_mA192C23AA3727560D81320452D1A4C287999E224 (SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C * __this, int32_t ___result0, String_t* ___location1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RESULT_t25BE0876E69B44E7D72DC4C52217E7C5B1A82271_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A37B341BE63968D01D00605F25F5A2725A058BE); s_Il2CppMethodInitialized = true; } { // : base(string.Format("[FMOD] Initialization failed : {2} : {0} : {1}", result.ToString(), FMOD.Error.String(result), location)) RuntimeObject * L_0 = Box(RESULT_t25BE0876E69B44E7D72DC4C52217E7C5B1A82271_il2cpp_TypeInfo_var, (&___result0)); NullCheck(L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); ___result0 = *(int32_t*)UnBox(L_0); int32_t L_2 = ___result0; String_t* L_3; L_3 = Error_String_mDEBCC8C911CE15FDDADFD559AC00AF8F825875B8(L_2, /*hidden argument*/NULL); String_t* L_4 = ___location1; String_t* L_5; L_5 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(_stringLiteral6A37B341BE63968D01D00605F25F5A2725A058BE, L_1, L_3, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(__this, L_5, /*hidden argument*/NULL); // Result = result; int32_t L_6 = ___result0; __this->set_Result_17(L_6); // Location = location; String_t* L_7 = ___location1; __this->set_Location_18(L_7); // } return; } } // System.Void FMODUnity.SystemNotInitializedException::.ctor(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemNotInitializedException__ctor_m5AA3A8419E6F9E497DD703767EC4A84BDE180088 (SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C * __this, Exception_t * ___inner0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1334702E794CB5624DA378C6CD31B09126197FD9); s_Il2CppMethodInitialized = true; } { // : base("[FMOD] Initialization failed", inner) Exception_t * L_0 = ___inner0; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(__this, _stringLiteral1334702E794CB5624DA378C6CD31B09126197FD9, L_0, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: FMOD.TAG IL2CPP_EXTERN_C void TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshal_pinvoke(const TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343& unmarshaled, TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_pinvoke& marshaled) { marshaled.___type_0 = unmarshaled.get_type_0(); marshaled.___datatype_1 = unmarshaled.get_datatype_1(); marshaled.___name_2 = unmarshaled.get_name_2(); marshaled.___data_3 = unmarshaled.get_data_3(); marshaled.___datalen_4 = unmarshaled.get_datalen_4(); marshaled.___updated_5 = static_cast(unmarshaled.get_updated_5()); } IL2CPP_EXTERN_C void TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshal_pinvoke_back(const TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_pinvoke& marshaled, TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343& unmarshaled) { int32_t unmarshaled_type_temp_0 = 0; unmarshaled_type_temp_0 = marshaled.___type_0; unmarshaled.set_type_0(unmarshaled_type_temp_0); int32_t unmarshaled_datatype_temp_1 = 0; unmarshaled_datatype_temp_1 = marshaled.___datatype_1; unmarshaled.set_datatype_1(unmarshaled_datatype_temp_1); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 unmarshaled_name_temp_2; memset((&unmarshaled_name_temp_2), 0, sizeof(unmarshaled_name_temp_2)); unmarshaled_name_temp_2 = marshaled.___name_2; unmarshaled.set_name_2(unmarshaled_name_temp_2); intptr_t unmarshaled_data_temp_3; memset((&unmarshaled_data_temp_3), 0, sizeof(unmarshaled_data_temp_3)); unmarshaled_data_temp_3 = marshaled.___data_3; unmarshaled.set_data_3(unmarshaled_data_temp_3); uint32_t unmarshaled_datalen_temp_4 = 0; unmarshaled_datalen_temp_4 = marshaled.___datalen_4; unmarshaled.set_datalen_4(unmarshaled_datalen_temp_4); bool unmarshaled_updated_temp_5 = false; unmarshaled_updated_temp_5 = static_cast(marshaled.___updated_5); unmarshaled.set_updated_5(unmarshaled_updated_temp_5); } // Conversion method for clean up from marshalling of: FMOD.TAG IL2CPP_EXTERN_C void TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshal_pinvoke_cleanup(TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.TAG IL2CPP_EXTERN_C void TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshal_com(const TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343& unmarshaled, TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_com& marshaled) { marshaled.___type_0 = unmarshaled.get_type_0(); marshaled.___datatype_1 = unmarshaled.get_datatype_1(); marshaled.___name_2 = unmarshaled.get_name_2(); marshaled.___data_3 = unmarshaled.get_data_3(); marshaled.___datalen_4 = unmarshaled.get_datalen_4(); marshaled.___updated_5 = static_cast(unmarshaled.get_updated_5()); } IL2CPP_EXTERN_C void TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshal_com_back(const TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_com& marshaled, TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343& unmarshaled) { int32_t unmarshaled_type_temp_0 = 0; unmarshaled_type_temp_0 = marshaled.___type_0; unmarshaled.set_type_0(unmarshaled_type_temp_0); int32_t unmarshaled_datatype_temp_1 = 0; unmarshaled_datatype_temp_1 = marshaled.___datatype_1; unmarshaled.set_datatype_1(unmarshaled_datatype_temp_1); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 unmarshaled_name_temp_2; memset((&unmarshaled_name_temp_2), 0, sizeof(unmarshaled_name_temp_2)); unmarshaled_name_temp_2 = marshaled.___name_2; unmarshaled.set_name_2(unmarshaled_name_temp_2); intptr_t unmarshaled_data_temp_3; memset((&unmarshaled_data_temp_3), 0, sizeof(unmarshaled_data_temp_3)); unmarshaled_data_temp_3 = marshaled.___data_3; unmarshaled.set_data_3(unmarshaled_data_temp_3); uint32_t unmarshaled_datalen_temp_4 = 0; unmarshaled_datalen_temp_4 = marshaled.___datalen_4; unmarshaled.set_datalen_4(unmarshaled_datalen_temp_4); bool unmarshaled_updated_temp_5 = false; unmarshaled_updated_temp_5 = static_cast(marshaled.___updated_5); unmarshaled.set_updated_5(unmarshaled_updated_temp_5); } // Conversion method for clean up from marshalling of: FMOD.TAG IL2CPP_EXTERN_C void TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshal_com_cleanup(TAG_t761B0AAA5A8A84CC4DAE0C84F1077669273B4343_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FMOD.RESULT FMOD.Thread::SetAttributes(FMOD.THREAD_TYPE,FMOD.THREAD_AFFINITY,FMOD.THREAD_PRIORITY,FMOD.THREAD_STACK_SIZE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_SetAttributes_mDE96AB128F5CD33DB7969480AAB834A6350D8C8E (int32_t ___type0, int64_t ___affinity1, int32_t ___priority2, uint32_t ___stacksize3, const RuntimeMethod* method) { { // return FMOD5_Thread_SetAttributes(type, affinity, priority, stacksize); int32_t L_0 = ___type0; int64_t L_1 = ___affinity1; int32_t L_2 = ___priority2; uint32_t L_3 = ___stacksize3; int32_t L_4; L_4 = Thread_FMOD5_Thread_SetAttributes_mB3F9397161611C66A32102FE7D24509C4F3EFD62(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // FMOD.RESULT FMOD.Thread::FMOD5_Thread_SetAttributes(FMOD.THREAD_TYPE,FMOD.THREAD_AFFINITY,FMOD.THREAD_PRIORITY,FMOD.THREAD_STACK_SIZE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_FMOD5_Thread_SetAttributes_mB3F9397161611C66A32102FE7D24509C4F3EFD62 (int32_t ___type0, int64_t ___affinity1, int32_t ___priority2, uint32_t ___stacksize3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (int32_t, int64_t, int32_t, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(int32_t) + sizeof(int64_t) + sizeof(int32_t) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Thread_SetAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Thread_SetAttributes)(___type0, ___affinity1, ___priority2, ___stacksize3); #else int32_t returnValue = il2cppPInvokeFunc(___type0, ___affinity1, ___priority2, ___stacksize3); #endif 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 // System.Void FMODUnity.ThreadAffinityGroup::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadAffinityGroup__ctor_m841FB703A7A063C6F40179579437FEFA71FE947C (ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4B5F22DCBB87DAE7FA48D0B1B8BFEBA943A0C144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public List threads = new List(); List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * L_0 = (List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 *)il2cpp_codegen_object_new(List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2_il2cpp_TypeInfo_var); List_1__ctor_m4B5F22DCBB87DAE7FA48D0B1B8BFEBA943A0C144(L_0, /*hidden argument*/List_1__ctor_m4B5F22DCBB87DAE7FA48D0B1B8BFEBA943A0C144_RuntimeMethod_var); __this->set_threads_0(L_0); // public ThreadAffinityGroup() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.ThreadAffinityGroup::.ctor(FMODUnity.ThreadAffinityGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadAffinityGroup__ctor_m5203FEDE39E29877E14E25BCC96B6D2F3791918A (ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4 * __this, ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0E5A0C1F5EF3A2218BE4C6111EDC61EA672CE9DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4B5F22DCBB87DAE7FA48D0B1B8BFEBA943A0C144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public List threads = new List(); List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * L_0 = (List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 *)il2cpp_codegen_object_new(List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2_il2cpp_TypeInfo_var); List_1__ctor_m4B5F22DCBB87DAE7FA48D0B1B8BFEBA943A0C144(L_0, /*hidden argument*/List_1__ctor_m4B5F22DCBB87DAE7FA48D0B1B8BFEBA943A0C144_RuntimeMethod_var); __this->set_threads_0(L_0); // public ThreadAffinityGroup(ThreadAffinityGroup other) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // threads = new List(other.threads); ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4 * L_1 = ___other0; NullCheck(L_1); List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * L_2 = L_1->get_threads_0(); List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * L_3 = (List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 *)il2cpp_codegen_object_new(List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2_il2cpp_TypeInfo_var); List_1__ctor_m0E5A0C1F5EF3A2218BE4C6111EDC61EA672CE9DF(L_3, L_2, /*hidden argument*/List_1__ctor_m0E5A0C1F5EF3A2218BE4C6111EDC61EA672CE9DF_RuntimeMethod_var); __this->set_threads_0(L_3); // affinity = other.affinity; ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4 * L_4 = ___other0; NullCheck(L_4); uint32_t L_5 = L_4->get_affinity_1(); __this->set_affinity_1(L_5); // } return; } } // System.Void FMODUnity.ThreadAffinityGroup::.ctor(FMODUnity.ThreadAffinity,FMODUnity.ThreadType[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadAffinityGroup__ctor_m786320050778FBA28C55589CF8B103A10EC482AC (ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4 * __this, uint32_t ___affinity0, ThreadTypeU5BU5D_t2243EF3BF541EC7639D75AC642761856CF0D28BB* ___threads1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0E5A0C1F5EF3A2218BE4C6111EDC61EA672CE9DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4B5F22DCBB87DAE7FA48D0B1B8BFEBA943A0C144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public List threads = new List(); List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * L_0 = (List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 *)il2cpp_codegen_object_new(List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2_il2cpp_TypeInfo_var); List_1__ctor_m4B5F22DCBB87DAE7FA48D0B1B8BFEBA943A0C144(L_0, /*hidden argument*/List_1__ctor_m4B5F22DCBB87DAE7FA48D0B1B8BFEBA943A0C144_RuntimeMethod_var); __this->set_threads_0(L_0); // public ThreadAffinityGroup(ThreadAffinity affinity, params ThreadType[] threads) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.threads = new List(threads); ThreadTypeU5BU5D_t2243EF3BF541EC7639D75AC642761856CF0D28BB* L_1 = ___threads1; List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * L_2 = (List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 *)il2cpp_codegen_object_new(List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2_il2cpp_TypeInfo_var); List_1__ctor_m0E5A0C1F5EF3A2218BE4C6111EDC61EA672CE9DF(L_2, (RuntimeObject*)(RuntimeObject*)L_1, /*hidden argument*/List_1__ctor_m0E5A0C1F5EF3A2218BE4C6111EDC61EA672CE9DF_RuntimeMethod_var); __this->set_threads_0(L_2); // this.affinity = affinity; uint32_t L_3 = ___affinity0; __this->set_affinity_1(L_3); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: FMOD.Studio.USER_PROPERTY IL2CPP_EXTERN_C void USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshal_pinvoke(const USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1& unmarshaled, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke& marshaled) { marshaled.___name_0 = unmarshaled.get_name_0(); marshaled.___type_1 = unmarshaled.get_type_1(); Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_pinvoke(unmarshaled.get_value_2(), marshaled.___value_2); } IL2CPP_EXTERN_C void USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshal_pinvoke_back(const USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke& marshaled, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1& unmarshaled) { StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 unmarshaled_name_temp_0; memset((&unmarshaled_name_temp_0), 0, sizeof(unmarshaled_name_temp_0)); unmarshaled_name_temp_0 = marshaled.___name_0; unmarshaled.set_name_0(unmarshaled_name_temp_0); int32_t unmarshaled_type_temp_1 = 0; unmarshaled_type_temp_1 = marshaled.___type_1; unmarshaled.set_type_1(unmarshaled_type_temp_1); Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294 unmarshaled_value_temp_2; memset((&unmarshaled_value_temp_2), 0, sizeof(unmarshaled_value_temp_2)); Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_pinvoke_back(marshaled.___value_2, unmarshaled_value_temp_2); unmarshaled.set_value_2(unmarshaled_value_temp_2); } // Conversion method for clean up from marshalling of: FMOD.Studio.USER_PROPERTY IL2CPP_EXTERN_C void USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshal_pinvoke_cleanup(USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke& marshaled) { Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_pinvoke_cleanup(marshaled.___value_2); } // Conversion methods for marshalling of: FMOD.Studio.USER_PROPERTY IL2CPP_EXTERN_C void USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshal_com(const USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1& unmarshaled, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_com& marshaled) { marshaled.___name_0 = unmarshaled.get_name_0(); marshaled.___type_1 = unmarshaled.get_type_1(); Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_com(unmarshaled.get_value_2(), marshaled.___value_2); } IL2CPP_EXTERN_C void USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshal_com_back(const USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_com& marshaled, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1& unmarshaled) { StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 unmarshaled_name_temp_0; memset((&unmarshaled_name_temp_0), 0, sizeof(unmarshaled_name_temp_0)); unmarshaled_name_temp_0 = marshaled.___name_0; unmarshaled.set_name_0(unmarshaled_name_temp_0); int32_t unmarshaled_type_temp_1 = 0; unmarshaled_type_temp_1 = marshaled.___type_1; unmarshaled.set_type_1(unmarshaled_type_temp_1); Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294 unmarshaled_value_temp_2; memset((&unmarshaled_value_temp_2), 0, sizeof(unmarshaled_value_temp_2)); Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_com_back(marshaled.___value_2, unmarshaled_value_temp_2); unmarshaled.set_value_2(unmarshaled_value_temp_2); } // Conversion method for clean up from marshalling of: FMOD.Studio.USER_PROPERTY IL2CPP_EXTERN_C void USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshal_com_cleanup(USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_com& marshaled) { Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_com_cleanup(marshaled.___value_2); } // System.Int32 FMOD.Studio.USER_PROPERTY::intValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t USER_PROPERTY_intValue_m208EF371AEE68227EB05515A2F6CFEC808E55248 (USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * __this, const RuntimeMethod* method) { { // public int intValue() { return (type == USER_PROPERTY_TYPE.INTEGER) ? value.intvalue : -1; } int32_t L_0 = __this->get_type_1(); if (!L_0) { goto IL_000a; } } { return (-1); } IL_000a: { Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294 * L_1 = __this->get_address_of_value_2(); int32_t L_2 = L_1->get_intvalue_0(); return L_2; } } IL2CPP_EXTERN_C int32_t USER_PROPERTY_intValue_m208EF371AEE68227EB05515A2F6CFEC808E55248_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = USER_PROPERTY_intValue_m208EF371AEE68227EB05515A2F6CFEC808E55248(_thisAdjusted, method); return _returnValue; } // System.Boolean FMOD.Studio.USER_PROPERTY::boolValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool USER_PROPERTY_boolValue_m2B4783AAA6BF0EFE0F6FAA23A5E02D4634514E0E (USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * __this, const RuntimeMethod* method) { { // public bool boolValue() { return (type == USER_PROPERTY_TYPE.BOOLEAN) ? value.boolvalue : false; } int32_t L_0 = __this->get_type_1(); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_000b; } } { return (bool)0; } IL_000b: { Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294 * L_1 = __this->get_address_of_value_2(); bool L_2 = L_1->get_boolvalue_1(); return L_2; } } IL2CPP_EXTERN_C bool USER_PROPERTY_boolValue_m2B4783AAA6BF0EFE0F6FAA23A5E02D4634514E0E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = USER_PROPERTY_boolValue_m2B4783AAA6BF0EFE0F6FAA23A5E02D4634514E0E(_thisAdjusted, method); return _returnValue; } // System.Single FMOD.Studio.USER_PROPERTY::floatValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float USER_PROPERTY_floatValue_m2A554F53268650B89BF95C78F291F84770EA6CE8 (USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * __this, const RuntimeMethod* method) { { // public float floatValue() { return (type == USER_PROPERTY_TYPE.FLOAT) ? value.floatvalue : -1; } int32_t L_0 = __this->get_type_1(); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_000f; } } { return (-1.0f); } IL_000f: { Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294 * L_1 = __this->get_address_of_value_2(); float L_2 = L_1->get_floatvalue_2(); return L_2; } } IL2CPP_EXTERN_C float USER_PROPERTY_floatValue_m2A554F53268650B89BF95C78F291F84770EA6CE8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = USER_PROPERTY_floatValue_m2A554F53268650B89BF95C78F291F84770EA6CE8(_thisAdjusted, method); return _returnValue; } // System.String FMOD.Studio.USER_PROPERTY::stringValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* USER_PROPERTY_stringValue_m38C9B0E7D020613E96631135C766050716CA2A6F (USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // public string stringValue() { return (type == USER_PROPERTY_TYPE.STRING) ? value.stringvalue : ""; } int32_t L_0 = __this->get_type_1(); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_000f; } } { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_000f: { Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294 * L_1 = __this->get_address_of_value_2(); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 L_2 = L_1->get_stringvalue_3(); String_t* L_3; L_3 = StringWrapper_op_Implicit_m1C6552BF7971A27E384A063ADE196428072AE8EB(L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C String_t* USER_PROPERTY_stringValue_m38C9B0E7D020613E96631135C766050716CA2A6F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = USER_PROPERTY_stringValue_m38C9B0E7D020613E96631135C766050716CA2A6F(_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 // Conversion methods for marshalling of: FMOD.Studio.Union_IntBoolFloatString IL2CPP_EXTERN_C void Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_pinvoke(const Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294& unmarshaled, Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_pinvoke& marshaled) { marshaled.___intvalue_0 = unmarshaled.get_intvalue_0(); marshaled.___boolvalue_1 = static_cast(unmarshaled.get_boolvalue_1()); marshaled.___floatvalue_2 = unmarshaled.get_floatvalue_2(); marshaled.___stringvalue_3 = unmarshaled.get_stringvalue_3(); } IL2CPP_EXTERN_C void Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_pinvoke_back(const Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_pinvoke& marshaled, Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294& unmarshaled) { int32_t unmarshaled_intvalue_temp_0 = 0; unmarshaled_intvalue_temp_0 = marshaled.___intvalue_0; unmarshaled.set_intvalue_0(unmarshaled_intvalue_temp_0); bool unmarshaled_boolvalue_temp_1 = false; unmarshaled_boolvalue_temp_1 = static_cast(marshaled.___boolvalue_1); unmarshaled.set_boolvalue_1(unmarshaled_boolvalue_temp_1); float unmarshaled_floatvalue_temp_2 = 0.0f; unmarshaled_floatvalue_temp_2 = marshaled.___floatvalue_2; unmarshaled.set_floatvalue_2(unmarshaled_floatvalue_temp_2); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 unmarshaled_stringvalue_temp_3; memset((&unmarshaled_stringvalue_temp_3), 0, sizeof(unmarshaled_stringvalue_temp_3)); unmarshaled_stringvalue_temp_3 = marshaled.___stringvalue_3; unmarshaled.set_stringvalue_3(unmarshaled_stringvalue_temp_3); } // Conversion method for clean up from marshalling of: FMOD.Studio.Union_IntBoolFloatString IL2CPP_EXTERN_C void Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_pinvoke_cleanup(Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.Studio.Union_IntBoolFloatString IL2CPP_EXTERN_C void Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_com(const Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294& unmarshaled, Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_com& marshaled) { marshaled.___intvalue_0 = unmarshaled.get_intvalue_0(); marshaled.___boolvalue_1 = static_cast(unmarshaled.get_boolvalue_1()); marshaled.___floatvalue_2 = unmarshaled.get_floatvalue_2(); marshaled.___stringvalue_3 = unmarshaled.get_stringvalue_3(); } IL2CPP_EXTERN_C void Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_com_back(const Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_com& marshaled, Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294& unmarshaled) { int32_t unmarshaled_intvalue_temp_0 = 0; unmarshaled_intvalue_temp_0 = marshaled.___intvalue_0; unmarshaled.set_intvalue_0(unmarshaled_intvalue_temp_0); bool unmarshaled_boolvalue_temp_1 = false; unmarshaled_boolvalue_temp_1 = static_cast(marshaled.___boolvalue_1); unmarshaled.set_boolvalue_1(unmarshaled_boolvalue_temp_1); float unmarshaled_floatvalue_temp_2 = 0.0f; unmarshaled_floatvalue_temp_2 = marshaled.___floatvalue_2; unmarshaled.set_floatvalue_2(unmarshaled_floatvalue_temp_2); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 unmarshaled_stringvalue_temp_3; memset((&unmarshaled_stringvalue_temp_3), 0, sizeof(unmarshaled_stringvalue_temp_3)); unmarshaled_stringvalue_temp_3 = marshaled.___stringvalue_3; unmarshaled.set_stringvalue_3(unmarshaled_stringvalue_temp_3); } // Conversion method for clean up from marshalling of: FMOD.Studio.Union_IntBoolFloatString IL2CPP_EXTERN_C void Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshal_com_cleanup(Union_IntBoolFloatString_tDCBA903F5A595A0D17AFB55E9D1907024D323294_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FMOD.RESULT FMOD.Studio.Util::parseID(System.String,FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Util_parseID_m2DAEFFD1E5A1B125A909AC3DB2BFC653BA1CE862 (String_t* ___idString0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_0; L_0 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) // return FMOD_Studio_ParseID(encoder.byteFromStringUTF8(idString), out id); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_1 = V_0; String_t* L_2 = ___idString0; NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_1, L_2, /*hidden argument*/NULL); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * L_4 = ___id1; int32_t L_5; L_5 = Util_FMOD_Studio_ParseID_m42444239954FBEEE6857A6D6A2181BC173EA54AB(L_3, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)L_4, /*hidden argument*/NULL); V_1 = L_5; IL2CPP_LEAVE(0x20, FINALLY_0016); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0016; } FINALLY_0016: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_6 = V_0; if (!L_6) { goto IL_001f; } } IL_0019: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_7 = V_0; NullCheck(L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_7); } IL_001f: { IL2CPP_END_FINALLY(22) } } // end finally (depth: 1) IL2CPP_CLEANUP(22) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x20, IL_0020) } IL_0020: { // } int32_t L_8 = V_1; return L_8; } } // FMOD.RESULT FMOD.Studio.Util::FMOD_Studio_ParseID(System.Byte[],FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Util_FMOD_Studio_ParseID_m42444239954FBEEE6857A6D6A2181BC173EA54AB (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___idString0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (uint8_t*, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_ParseID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___idString0' to native representation uint8_t* ____idString0_marshaled = NULL; if (___idString0 != NULL) { ____idString0_marshaled = reinterpret_cast((___idString0)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_ParseID)(____idString0_marshaled, ___id1); #else int32_t returnValue = il2cppPInvokeFunc(____idString0_marshaled, ___id1); #endif 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 // FMOD.RESULT FMOD.Studio.VCA::getID(FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getID_m6BFCB2799282E67AC649B3CF62F15C24F4A35E28 (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id0, const RuntimeMethod* method) { { // return FMOD_Studio_VCA_GetID(this.handle, out id); intptr_t L_0 = __this->get_handle_0(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * L_1 = ___id0; int32_t L_2; L_2 = VCA_FMOD_Studio_VCA_GetID_mDA06131B746C62C92407EA903AA632976AD5F935((intptr_t)L_0, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t VCA_getID_m6BFCB2799282E67AC649B3CF62F15C24F4A35E28_AdjustorThunk (RuntimeObject * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id0, const RuntimeMethod* method) { int32_t _offset = 1; VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = VCA_getID_m6BFCB2799282E67AC649B3CF62F15C24F4A35E28(_thisAdjusted, ___id0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.VCA::getPath(System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getPath_mC6F354640E953939C07C0595CC55297F40E3E5A7 (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, String_t** ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * V_0 = NULL; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // path = null; String_t** L_0 = ___path0; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_1; L_1 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_1; } IL_0009: try { // begin try (depth: 1) { // IntPtr stringMem = Marshal.AllocHGlobal(256); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(((int32_t)256), /*hidden argument*/NULL); V_1 = (intptr_t)L_2; // int retrieved = 0; V_2 = 0; // RESULT result = FMOD_Studio_VCA_GetPath(this.handle, stringMem, 256, out retrieved); intptr_t L_3 = __this->get_handle_0(); intptr_t L_4 = V_1; int32_t L_5; L_5 = VCA_FMOD_Studio_VCA_GetPath_mD0233973F83B2941F82852C0C9E93B2FA68A7B93((intptr_t)L_3, (intptr_t)L_4, ((int32_t)256), (int32_t*)(&V_2), /*hidden argument*/NULL); V_3 = L_5; // if (result == RESULT.ERR_TRUNCATED) int32_t L_6 = V_3; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)65))))) { goto IL_004c; } } IL_002f: { // Marshal.FreeHGlobal(stringMem); intptr_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_7, /*hidden argument*/NULL); // stringMem = Marshal.AllocHGlobal(retrieved); int32_t L_8 = V_2; intptr_t L_9; L_9 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(L_8, /*hidden argument*/NULL); V_1 = (intptr_t)L_9; // result = FMOD_Studio_VCA_GetPath(this.handle, stringMem, retrieved, out retrieved); intptr_t L_10 = __this->get_handle_0(); intptr_t L_11 = V_1; int32_t L_12 = V_2; int32_t L_13; L_13 = VCA_FMOD_Studio_VCA_GetPath_mD0233973F83B2941F82852C0C9E93B2FA68A7B93((intptr_t)L_10, (intptr_t)L_11, L_12, (int32_t*)(&V_2), /*hidden argument*/NULL); V_3 = L_13; } IL_004c: { // if (result == RESULT.OK) int32_t L_14 = V_3; if (L_14) { goto IL_0058; } } IL_004f: { // path = encoder.stringFromNative(stringMem); String_t** L_15 = ___path0; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_16 = V_0; intptr_t L_17 = V_1; NullCheck(L_16); String_t* L_18; L_18 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_16, (intptr_t)L_17, /*hidden argument*/NULL); *((RuntimeObject **)L_15) = (RuntimeObject *)L_18; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_15, (void*)(RuntimeObject *)L_18); } IL_0058: { // Marshal.FreeHGlobal(stringMem); intptr_t L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_19, /*hidden argument*/NULL); // return result; int32_t L_20 = V_3; V_4 = L_20; IL2CPP_LEAVE(0x6D, FINALLY_0063); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0063; } FINALLY_0063: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_21 = V_0; if (!L_21) { goto IL_006c; } } IL_0066: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_22 = V_0; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_22); } IL_006c: { IL2CPP_END_FINALLY(99) } } // end finally (depth: 1) IL2CPP_CLEANUP(99) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6D, IL_006d) } IL_006d: { // } int32_t L_23 = V_4; return L_23; } } IL2CPP_EXTERN_C int32_t VCA_getPath_mC6F354640E953939C07C0595CC55297F40E3E5A7_AdjustorThunk (RuntimeObject * __this, String_t** ___path0, const RuntimeMethod* method) { int32_t _offset = 1; VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = VCA_getPath_mC6F354640E953939C07C0595CC55297F40E3E5A7(_thisAdjusted, ___path0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.VCA::getVolume(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getVolume_mBAB13B7C3DBD79FA1148B60AB0C0847D862BB6B6 (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, float* ___volume0, const RuntimeMethod* method) { float V_0 = 0.0f; { // return getVolume(out volume, out finalVolume); float* L_0 = ___volume0; int32_t L_1; L_1 = VCA_getVolume_m520F6BFFE072DCB56F90118E95850EBC18243F10((VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 *)__this, (float*)L_0, (float*)(&V_0), /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t VCA_getVolume_mBAB13B7C3DBD79FA1148B60AB0C0847D862BB6B6_AdjustorThunk (RuntimeObject * __this, float* ___volume0, const RuntimeMethod* method) { int32_t _offset = 1; VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = VCA_getVolume_mBAB13B7C3DBD79FA1148B60AB0C0847D862BB6B6(_thisAdjusted, ___volume0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.VCA::getVolume(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getVolume_m520F6BFFE072DCB56F90118E95850EBC18243F10 (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, float* ___volume0, float* ___finalvolume1, const RuntimeMethod* method) { { // return FMOD_Studio_VCA_GetVolume(this.handle, out volume, out finalvolume); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___volume0; float* L_2 = ___finalvolume1; int32_t L_3; L_3 = VCA_FMOD_Studio_VCA_GetVolume_m0DBE913DBF41FE47001B4B99AA4D9A8E25E07838((intptr_t)L_0, (float*)L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t VCA_getVolume_m520F6BFFE072DCB56F90118E95850EBC18243F10_AdjustorThunk (RuntimeObject * __this, float* ___volume0, float* ___finalvolume1, const RuntimeMethod* method) { int32_t _offset = 1; VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = VCA_getVolume_m520F6BFFE072DCB56F90118E95850EBC18243F10(_thisAdjusted, ___volume0, ___finalvolume1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.VCA::setVolume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_setVolume_m2B809FE3B1868B4969F3603ED8D9261D20E7ED8C (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, float ___volume0, const RuntimeMethod* method) { { // return FMOD_Studio_VCA_SetVolume(this.handle, volume); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___volume0; int32_t L_2; L_2 = VCA_FMOD_Studio_VCA_SetVolume_mF4CBD87BF027AC5DB8B9C7F1AE10433DD65D36DB((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t VCA_setVolume_m2B809FE3B1868B4969F3603ED8D9261D20E7ED8C_AdjustorThunk (RuntimeObject * __this, float ___volume0, const RuntimeMethod* method) { int32_t _offset = 1; VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = VCA_setVolume_m2B809FE3B1868B4969F3603ED8D9261D20E7ED8C(_thisAdjusted, ___volume0, method); return _returnValue; } // System.Boolean FMOD.Studio.VCA::FMOD_Studio_VCA_IsValid(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VCA_FMOD_Studio_VCA_IsValid_m894A29FC93DA0CF5C94D41C50FC16D785F208D8A (intptr_t ___vca0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_VCA_IsValid", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_VCA_IsValid)(___vca0); #else int32_t returnValue = il2cppPInvokeFunc(___vca0); #endif return static_cast(returnValue); } // FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_GetID(System.IntPtr,FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_GetID_mDA06131B746C62C92407EA903AA632976AD5F935 (intptr_t ___vca0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_VCA_GetID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_VCA_GetID)(___vca0, ___id1); #else int32_t returnValue = il2cppPInvokeFunc(___vca0, ___id1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_GetPath_mD0233973F83B2941F82852C0C9E93B2FA68A7B93 (intptr_t ___vca0, intptr_t ___path1, int32_t ___size2, int32_t* ___retrieved3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_VCA_GetPath", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_VCA_GetPath)(___vca0, ___path1, ___size2, ___retrieved3); #else int32_t returnValue = il2cppPInvokeFunc(___vca0, ___path1, ___size2, ___retrieved3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_GetVolume(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_GetVolume_m0DBE913DBF41FE47001B4B99AA4D9A8E25E07838 (intptr_t ___vca0, float* ___volume1, float* ___finalvolume2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_VCA_GetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_VCA_GetVolume)(___vca0, ___volume1, ___finalvolume2); #else int32_t returnValue = il2cppPInvokeFunc(___vca0, ___volume1, ___finalvolume2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_SetVolume(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_SetVolume_mF4CBD87BF027AC5DB8B9C7F1AE10433DD65D36DB (intptr_t ___vca0, float ___volume1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_VCA_SetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_VCA_SetVolume)(___vca0, ___volume1); #else int32_t returnValue = il2cppPInvokeFunc(___vca0, ___volume1); #endif return returnValue; } // System.Void FMOD.Studio.VCA::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VCA__ctor_mCB5031A88E72F2D90BBA2CFC7620CCBC03DF9AF4 (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public VCA(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public VCA(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void VCA__ctor_mCB5031A88E72F2D90BBA2CFC7620CCBC03DF9AF4_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * _thisAdjusted = reinterpret_cast(__this + _offset); VCA__ctor_mCB5031A88E72F2D90BBA2CFC7620CCBC03DF9AF4_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.Studio.VCA::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VCA_hasHandle_m4236ACB39655290A51ADFAC1C6880FE78CFCD1FF (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public bool hasHandle() { return this.handle != IntPtr.Zero; } intptr_t L_0 = __this->get_handle_0(); bool L_1; L_1 = IntPtr_op_Inequality_mB4DF9161F8D8F48708A2A7BBD7BF626F1EB8C3C8((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C bool VCA_hasHandle_m4236ACB39655290A51ADFAC1C6880FE78CFCD1FF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = VCA_hasHandle_m4236ACB39655290A51ADFAC1C6880FE78CFCD1FF(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.Studio.VCA::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VCA_clearHandle_mB8EBE950CA2E3DD6E8FC8520A4E19A70D9CBA69C (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public void clearHandle() { this.handle = IntPtr.Zero; } __this->set_handle_0((intptr_t)(0)); // public void clearHandle() { this.handle = IntPtr.Zero; } return; } } IL2CPP_EXTERN_C void VCA_clearHandle_mB8EBE950CA2E3DD6E8FC8520A4E19A70D9CBA69C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * _thisAdjusted = reinterpret_cast(__this + _offset); VCA_clearHandle_mB8EBE950CA2E3DD6E8FC8520A4E19A70D9CBA69C(_thisAdjusted, method); } // System.Boolean FMOD.Studio.VCA::isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VCA_isValid_mB105ECBF2FD9ECBC7967786616C33A5D1249E53E (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, const RuntimeMethod* method) { { // return hasHandle() && FMOD_Studio_VCA_IsValid(this.handle); bool L_0; L_0 = VCA_hasHandle_m4236ACB39655290A51ADFAC1C6880FE78CFCD1FF((VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 *)__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { intptr_t L_1 = __this->get_handle_0(); bool L_2; L_2 = VCA_FMOD_Studio_VCA_IsValid_m894A29FC93DA0CF5C94D41C50FC16D785F208D8A((intptr_t)L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (bool)0; } } IL2CPP_EXTERN_C bool VCA_isValid_mB105ECBF2FD9ECBC7967786616C33A5D1249E53E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = VCA_isValid_mB105ECBF2FD9ECBC7967786616C33A5D1249E53E(_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 // System.Void FMODUnity.VCANotFoundException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VCANotFoundException__ctor_m05F238252B1516D6DB9448B1679641A728BB2A3E (VCANotFoundException_t7180AED40B600DC06C9AA6131683130085296AD6 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E91B09D74330D84716D5CE30BB9B07E1C7A18FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); s_Il2CppMethodInitialized = true; } { // : base("[FMOD] VCA not found '" + path + "'") String_t* L_0 = ___path0; String_t* L_1; L_1 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(_stringLiteral1E91B09D74330D84716D5CE30BB9B07E1C7A18FB, L_0, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(__this, L_1, /*hidden argument*/NULL); // Path = path; String_t* L_2 = ___path0; __this->set_Path_17(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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMOD.VERSION::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VERSION__ctor_m91C67C385E270A67A5BBD423C19F9ABBE50BB2F8 (VERSION_t02D20EF90F05F3882F88161C3906607B1EF5B4CE * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Legacy/PlatformBoolSetting::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformBoolSetting__ctor_m12579CDBB78D5BB15FCF73CFA03FEFB5B697F4E9 (PlatformBoolSetting_t2E22BFCAF1E3F64C00B56A090BE84DFBBE2BA479 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformSetting_1__ctor_m7358C34761BD83F442F2C055D210180E443DA4FC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { PlatformSetting_1__ctor_m7358C34761BD83F442F2C055D210180E443DA4FC(__this, /*hidden argument*/PlatformSetting_1__ctor_m7358C34761BD83F442F2C055D210180E443DA4FC_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Legacy/PlatformIntSetting::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIntSetting__ctor_m0FF655411ED5D0CF3CCBFFA4E92405738237C907 (PlatformIntSetting_t9864FB4E1B651288FBC26FB386A06161EBBE30D3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformSetting_1__ctor_m1C7A8752D41E64C1743BA8DE099AA3AAE0784F5A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { PlatformSetting_1__ctor_m1C7A8752D41E64C1743BA8DE099AA3AAE0784F5A(__this, /*hidden argument*/PlatformSetting_1__ctor_m1C7A8752D41E64C1743BA8DE099AA3AAE0784F5A_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Legacy/PlatformSettingBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformSettingBase__ctor_m563ED2737A356C2538E39972E2795907A867D3F7 (PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Legacy/PlatformStringSetting::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformStringSetting__ctor_mC1DE6FB15AD2F9EBC08EADA2C4446B8278AFA457 (PlatformStringSetting_t7610A0760778513396EEE9FCB60D43F202BAE4C8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformSetting_1__ctor_m15671CC1526FF2C711A5E6EF4865EDC33C953578_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { PlatformSetting_1__ctor_m15671CC1526FF2C711A5E6EF4865EDC33C953578(__this, /*hidden argument*/PlatformSetting_1__ctor_m15671CC1526FF2C711A5E6EF4865EDC33C953578_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Platform/PropertyAccessors::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyAccessors__cctor_m964512E298B27FA8488C07856C2972144FD0F3AD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mA1B14C222C3C3E3A9FB75789907F3ABC297C4974_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mBEE0B8FCEEC73FB03A94AB3C323E5167497AE30F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mBF95B76079873F4404E885D6D391FBF733466CE6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mE64CAEFC88B56EE692AA35DE5C04F6F1E5CA7843_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mFB468477EB787E9D6D78904DFE15B7754F5B3890_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1__ctor_m1F9DAD4B75E3D28D077D23FFFCDE7A412391C1CA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1__ctor_m3E035A428D209C7A6DF0F2FBFD799C59C3EEEF4C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1__ctor_m85B8153BC5914536F568B4EBE5E1A5D7E05F185B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1__ctor_m9A30F83C45C1F465269ED8BAFCFED58DC60C8519_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1__ctor_mCF8928B830DA0BB19BD8D9E0A88FB5153D920206_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__14_0_m4E0FE056D0DF81F0D4F301446496833AED3B8088_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__14_10_m8DBFA5C36184F6A8A23BF7E4D1819B3C4360E40F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__14_11_m1787A1CCDB2C9F44F5B998B4E3C9EEC22B9AB46E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__14_12_mEBE2F4D7572C12932DBD15DFE12E0B36488D5EDB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__14_13_mA59F5F47EAAA9ABAA5547C6D92A046B183B5DD64_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__14_1_mAAA25F79AD860007F5330D1C24E5070971933AA4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__14_2_m3E47B29A9146C61755C5547E3D60E5F11B4CAFD6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__14_3_mC9777CCA1C44EAE907B386301A0CF4DECCC06270_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__14_4_m9ABCF4B4F2B725B6E9BF6D75FF9A2D8B8FF0A963_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__14_5_m7E66F4F94CE79EBF563DB336D0684EEF466E104A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__14_6_m84479FC00F8EC3B1E7A48D5128D03DA591B86256_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__14_7_m8B0C496900697695BFE6F209B8BD79C250DC2048_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__14_8_m861E26F6400EBE971FA3DF318E348E06B886371C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__14_9_m8573561C3E240DDF90082684F297114CA7A5424A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB784C0FDB5E2F468943EF04EB13EE0E6135421C); s_Il2CppMethodInitialized = true; } { // public static readonly PropertyAccessor LiveUpdate // = new PropertyAccessor(properties => properties.LiveUpdate, TriStateBool.Disabled); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var); U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_0 = ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 * L_1 = (Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 *)il2cpp_codegen_object_new(Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7_il2cpp_TypeInfo_var); Func_2__ctor_mE64CAEFC88B56EE692AA35DE5C04F6F1E5CA7843(L_1, L_0, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__14_0_m4E0FE056D0DF81F0D4F301446496833AED3B8088_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mE64CAEFC88B56EE692AA35DE5C04F6F1E5CA7843_RuntimeMethod_var); PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 L_2; memset((&L_2), 0, sizeof(L_2)); PropertyAccessor_1__ctor_m1F9DAD4B75E3D28D077D23FFFCDE7A412391C1CA((&L_2), L_1, 0, /*hidden argument*/PropertyAccessor_1__ctor_m1F9DAD4B75E3D28D077D23FFFCDE7A412391C1CA_RuntimeMethod_var); ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->set_LiveUpdate_0(L_2); // public static readonly PropertyAccessor LiveUpdatePort // = new PropertyAccessor(properties => properties.LiveUpdatePort, 9264); U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_3 = ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 * L_4 = (Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 *)il2cpp_codegen_object_new(Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87_il2cpp_TypeInfo_var); Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584(L_4, L_3, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__14_1_mAAA25F79AD860007F5330D1C24E5070971933AA4_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584_RuntimeMethod_var); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_5; memset((&L_5), 0, sizeof(L_5)); PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060((&L_5), L_4, ((int32_t)9264), /*hidden argument*/PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060_RuntimeMethod_var); ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->set_LiveUpdatePort_1(L_5); // public static readonly PropertyAccessor Overlay // = new PropertyAccessor(properties => properties.Overlay, TriStateBool.Disabled); U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_6 = ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 * L_7 = (Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 *)il2cpp_codegen_object_new(Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7_il2cpp_TypeInfo_var); Func_2__ctor_mE64CAEFC88B56EE692AA35DE5C04F6F1E5CA7843(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__14_2_m3E47B29A9146C61755C5547E3D60E5F11B4CAFD6_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mE64CAEFC88B56EE692AA35DE5C04F6F1E5CA7843_RuntimeMethod_var); PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 L_8; memset((&L_8), 0, sizeof(L_8)); PropertyAccessor_1__ctor_m1F9DAD4B75E3D28D077D23FFFCDE7A412391C1CA((&L_8), L_7, 0, /*hidden argument*/PropertyAccessor_1__ctor_m1F9DAD4B75E3D28D077D23FFFCDE7A412391C1CA_RuntimeMethod_var); ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->set_Overlay_2(L_8); // public static readonly PropertyAccessor Logging // = new PropertyAccessor(properties => properties.Logging, TriStateBool.Disabled); U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_9 = ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 * L_10 = (Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7 *)il2cpp_codegen_object_new(Func_2_tA49219E9EC3C0B2E9A55DEFD7CAD14C1121311C7_il2cpp_TypeInfo_var); Func_2__ctor_mE64CAEFC88B56EE692AA35DE5C04F6F1E5CA7843(L_10, L_9, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__14_3_mC9777CCA1C44EAE907B386301A0CF4DECCC06270_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mE64CAEFC88B56EE692AA35DE5C04F6F1E5CA7843_RuntimeMethod_var); PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 L_11; memset((&L_11), 0, sizeof(L_11)); PropertyAccessor_1__ctor_m1F9DAD4B75E3D28D077D23FFFCDE7A412391C1CA((&L_11), L_10, 0, /*hidden argument*/PropertyAccessor_1__ctor_m1F9DAD4B75E3D28D077D23FFFCDE7A412391C1CA_RuntimeMethod_var); ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->set_Logging_3(L_11); // public static readonly PropertyAccessor SampleRate // = new PropertyAccessor(properties => properties.SampleRate, 0); U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_12 = ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 * L_13 = (Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 *)il2cpp_codegen_object_new(Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87_il2cpp_TypeInfo_var); Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584(L_13, L_12, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__14_4_m9ABCF4B4F2B725B6E9BF6D75FF9A2D8B8FF0A963_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584_RuntimeMethod_var); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_14; memset((&L_14), 0, sizeof(L_14)); PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060((&L_14), L_13, 0, /*hidden argument*/PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060_RuntimeMethod_var); ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->set_SampleRate_4(L_14); // public static readonly PropertyAccessor BuildDirectory // = new PropertyAccessor(properties => properties.BuildDirectory, "Desktop"); U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_15 = ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF * L_16 = (Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF *)il2cpp_codegen_object_new(Func_2_t45BDF03ABB29FE835EF6F6CA3ABD009BAB9995AF_il2cpp_TypeInfo_var); Func_2__ctor_mA1B14C222C3C3E3A9FB75789907F3ABC297C4974(L_16, L_15, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__14_5_m7E66F4F94CE79EBF563DB336D0684EEF466E104A_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mA1B14C222C3C3E3A9FB75789907F3ABC297C4974_RuntimeMethod_var); PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7 L_17; memset((&L_17), 0, sizeof(L_17)); PropertyAccessor_1__ctor_m3E035A428D209C7A6DF0F2FBFD799C59C3EEEF4C((&L_17), L_16, _stringLiteralDB784C0FDB5E2F468943EF04EB13EE0E6135421C, /*hidden argument*/PropertyAccessor_1__ctor_m3E035A428D209C7A6DF0F2FBFD799C59C3EEEF4C_RuntimeMethod_var); ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->set_BuildDirectory_5(L_17); // public static readonly PropertyAccessor SpeakerMode // = new PropertyAccessor(properties => properties.SpeakerMode, FMOD.SPEAKERMODE.STEREO); U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_18 = ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5 * L_19 = (Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5 *)il2cpp_codegen_object_new(Func_2_tCB94F642CEF6C6C7ECD6A1E2038D7EE45FE8E8E5_il2cpp_TypeInfo_var); Func_2__ctor_mFB468477EB787E9D6D78904DFE15B7754F5B3890(L_19, L_18, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__14_6_m84479FC00F8EC3B1E7A48D5128D03DA591B86256_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mFB468477EB787E9D6D78904DFE15B7754F5B3890_RuntimeMethod_var); PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375 L_20; memset((&L_20), 0, sizeof(L_20)); PropertyAccessor_1__ctor_m85B8153BC5914536F568B4EBE5E1A5D7E05F185B((&L_20), L_19, 3, /*hidden argument*/PropertyAccessor_1__ctor_m85B8153BC5914536F568B4EBE5E1A5D7E05F185B_RuntimeMethod_var); ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->set_SpeakerMode_6(L_20); // public static readonly PropertyAccessor VirtualChannelCount // = new PropertyAccessor(properties => properties.VirtualChannelCount, 128); U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_21 = ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 * L_22 = (Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 *)il2cpp_codegen_object_new(Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87_il2cpp_TypeInfo_var); Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584(L_22, L_21, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__14_7_m8B0C496900697695BFE6F209B8BD79C250DC2048_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584_RuntimeMethod_var); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_23; memset((&L_23), 0, sizeof(L_23)); PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060((&L_23), L_22, ((int32_t)128), /*hidden argument*/PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060_RuntimeMethod_var); ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->set_VirtualChannelCount_7(L_23); // public static readonly PropertyAccessor RealChannelCount // = new PropertyAccessor(properties => properties.RealChannelCount, 32); U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_24 = ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 * L_25 = (Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 *)il2cpp_codegen_object_new(Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87_il2cpp_TypeInfo_var); Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584(L_25, L_24, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__14_8_m861E26F6400EBE971FA3DF318E348E06B886371C_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584_RuntimeMethod_var); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_26; memset((&L_26), 0, sizeof(L_26)); PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060((&L_26), L_25, ((int32_t)32), /*hidden argument*/PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060_RuntimeMethod_var); ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->set_RealChannelCount_8(L_26); // public static readonly PropertyAccessor DSPBufferLength // = new PropertyAccessor(properties => properties.DSPBufferLength, 0); U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_27 = ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 * L_28 = (Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 *)il2cpp_codegen_object_new(Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87_il2cpp_TypeInfo_var); Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584(L_28, L_27, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__14_9_m8573561C3E240DDF90082684F297114CA7A5424A_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584_RuntimeMethod_var); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_29; memset((&L_29), 0, sizeof(L_29)); PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060((&L_29), L_28, 0, /*hidden argument*/PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060_RuntimeMethod_var); ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->set_DSPBufferLength_9(L_29); // public static readonly PropertyAccessor DSPBufferCount // = new PropertyAccessor(properties => properties.DSPBufferCount, 0); U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_30 = ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 * L_31 = (Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87 *)il2cpp_codegen_object_new(Func_2_t7A426115D7F76DE8ACF498B64940D6026D9A6B87_il2cpp_TypeInfo_var); Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584(L_31, L_30, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__14_10_m8DBFA5C36184F6A8A23BF7E4D1819B3C4360E40F_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mDFCD9D28A06A79FBE7DB11E3FDE4C4203A77A584_RuntimeMethod_var); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_32; memset((&L_32), 0, sizeof(L_32)); PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060((&L_32), L_31, 0, /*hidden argument*/PropertyAccessor_1__ctor_mA3732FA4712BD8D1BCAF3ED04FAC2A6DD33E9060_RuntimeMethod_var); ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->set_DSPBufferCount_10(L_32); // public static readonly PropertyAccessor> Plugins // = new PropertyAccessor>(properties => properties.Plugins, null); U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_33 = ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7 * L_34 = (Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7 *)il2cpp_codegen_object_new(Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7_il2cpp_TypeInfo_var); Func_2__ctor_mBEE0B8FCEEC73FB03A94AB3C323E5167497AE30F(L_34, L_33, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__14_11_m1787A1CCDB2C9F44F5B998B4E3C9EEC22B9AB46E_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mBEE0B8FCEEC73FB03A94AB3C323E5167497AE30F_RuntimeMethod_var); PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 L_35; memset((&L_35), 0, sizeof(L_35)); PropertyAccessor_1__ctor_m9A30F83C45C1F465269ED8BAFCFED58DC60C8519((&L_35), L_34, (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)NULL, /*hidden argument*/PropertyAccessor_1__ctor_m9A30F83C45C1F465269ED8BAFCFED58DC60C8519_RuntimeMethod_var); ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->set_Plugins_11(L_35); // public static readonly PropertyAccessor> StaticPlugins // = new PropertyAccessor>(properties => properties.StaticPlugins, null); U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_36 = ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7 * L_37 = (Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7 *)il2cpp_codegen_object_new(Func_2_t6CE4CF30CD70D39A2CB75A55B5B0E742D1C226F7_il2cpp_TypeInfo_var); Func_2__ctor_mBEE0B8FCEEC73FB03A94AB3C323E5167497AE30F(L_37, L_36, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__14_12_mEBE2F4D7572C12932DBD15DFE12E0B36488D5EDB_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mBEE0B8FCEEC73FB03A94AB3C323E5167497AE30F_RuntimeMethod_var); PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 L_38; memset((&L_38), 0, sizeof(L_38)); PropertyAccessor_1__ctor_m9A30F83C45C1F465269ED8BAFCFED58DC60C8519((&L_38), L_37, (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)NULL, /*hidden argument*/PropertyAccessor_1__ctor_m9A30F83C45C1F465269ED8BAFCFED58DC60C8519_RuntimeMethod_var); ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->set_StaticPlugins_12(L_38); // public static readonly PropertyAccessor CallbackHandler // = new PropertyAccessor(properties => properties.CallbackHandler, null); U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_39 = ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE * L_40 = (Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE *)il2cpp_codegen_object_new(Func_2_t90D3EC3607DEE77133AB325243D70D3BF30481BE_il2cpp_TypeInfo_var); Func_2__ctor_mBF95B76079873F4404E885D6D391FBF733466CE6(L_40, L_39, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__14_13_mA59F5F47EAAA9ABAA5547C6D92A046B183B5DD64_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mBF95B76079873F4404E885D6D391FBF733466CE6_RuntimeMethod_var); PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0 L_41; memset((&L_41), 0, sizeof(L_41)); PropertyAccessor_1__ctor_mCF8928B830DA0BB19BD8D9E0A88FB5153D920206((&L_41), L_40, (PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 *)NULL, /*hidden argument*/PropertyAccessor_1__ctor_mCF8928B830DA0BB19BD8D9E0A88FB5153D920206_RuntimeMethod_var); ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->set_CallbackHandler_13(L_41); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Platform/PropertyBool::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBool__ctor_m0567EF16D7EA19240FBE2C1ED89E4817D03D1FCB (PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_1__ctor_m1867A586B284C85D865E2B26C3CF7850A85A87E2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Property_1__ctor_m1867A586B284C85D865E2B26C3CF7850A85A87E2(__this, /*hidden argument*/Property_1__ctor_m1867A586B284C85D865E2B26C3CF7850A85A87E2_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Platform/PropertyCallbackHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyCallbackHandler__ctor_mEFF071029B507D712DA08461F62F51F33238A7A2 (PropertyCallbackHandler_t82B0903BB420520717D537266810EE85744AC4BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_1__ctor_m45B06F418615B089A5E4AD312936DEA12461BAA3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Property_1__ctor_m45B06F418615B089A5E4AD312936DEA12461BAA3(__this, /*hidden argument*/Property_1__ctor_m45B06F418615B089A5E4AD312936DEA12461BAA3_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Platform/PropertyInt::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyInt__ctor_mBDA03B7695DD8E890452E369495E5B98B4399820 (PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_1__ctor_mF85F2D93388A82EC6A9743737CA3FCF5308A5464_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Property_1__ctor_mF85F2D93388A82EC6A9743737CA3FCF5308A5464(__this, /*hidden argument*/Property_1__ctor_mF85F2D93388A82EC6A9743737CA3FCF5308A5464_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Platform/PropertySpeakerMode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySpeakerMode__ctor_mC50C7C6D0AD6F65409E367B25BE80808C18CB46B (PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_1__ctor_m84423BD3659DABF710EC1DFE227C731DD9735C50_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Property_1__ctor_m84423BD3659DABF710EC1DFE227C731DD9735C50(__this, /*hidden argument*/Property_1__ctor_m84423BD3659DABF710EC1DFE227C731DD9735C50_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Platform/PropertyStorage::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyStorage__ctor_m063CF17DD0730468FED0CB9860E0678AEBC8BC43 (PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyCallbackHandler_t82B0903BB420520717D537266810EE85744AC4BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public PropertyBool LiveUpdate = new PropertyBool(); PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * L_0 = (PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 *)il2cpp_codegen_object_new(PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169_il2cpp_TypeInfo_var); PropertyBool__ctor_m0567EF16D7EA19240FBE2C1ED89E4817D03D1FCB(L_0, /*hidden argument*/NULL); __this->set_LiveUpdate_0(L_0); // public PropertyInt LiveUpdatePort = new PropertyInt(); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_1 = (PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D *)il2cpp_codegen_object_new(PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D_il2cpp_TypeInfo_var); PropertyInt__ctor_mBDA03B7695DD8E890452E369495E5B98B4399820(L_1, /*hidden argument*/NULL); __this->set_LiveUpdatePort_1(L_1); // public PropertyBool Overlay = new PropertyBool(); PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * L_2 = (PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 *)il2cpp_codegen_object_new(PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169_il2cpp_TypeInfo_var); PropertyBool__ctor_m0567EF16D7EA19240FBE2C1ED89E4817D03D1FCB(L_2, /*hidden argument*/NULL); __this->set_Overlay_2(L_2); // public PropertyBool Logging = new PropertyBool(); PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * L_3 = (PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 *)il2cpp_codegen_object_new(PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169_il2cpp_TypeInfo_var); PropertyBool__ctor_m0567EF16D7EA19240FBE2C1ED89E4817D03D1FCB(L_3, /*hidden argument*/NULL); __this->set_Logging_3(L_3); // public PropertyInt SampleRate = new PropertyInt(); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_4 = (PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D *)il2cpp_codegen_object_new(PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D_il2cpp_TypeInfo_var); PropertyInt__ctor_mBDA03B7695DD8E890452E369495E5B98B4399820(L_4, /*hidden argument*/NULL); __this->set_SampleRate_4(L_4); // public PropertyString BuildDirectory = new PropertyString(); PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5 * L_5 = (PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5 *)il2cpp_codegen_object_new(PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5_il2cpp_TypeInfo_var); PropertyString__ctor_m8325BFE0028864949746E8DFCE514F21F9DD2949(L_5, /*hidden argument*/NULL); __this->set_BuildDirectory_5(L_5); // public PropertySpeakerMode SpeakerMode = new PropertySpeakerMode(); PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF * L_6 = (PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF *)il2cpp_codegen_object_new(PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF_il2cpp_TypeInfo_var); PropertySpeakerMode__ctor_mC50C7C6D0AD6F65409E367B25BE80808C18CB46B(L_6, /*hidden argument*/NULL); __this->set_SpeakerMode_6(L_6); // public PropertyInt VirtualChannelCount = new PropertyInt(); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_7 = (PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D *)il2cpp_codegen_object_new(PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D_il2cpp_TypeInfo_var); PropertyInt__ctor_mBDA03B7695DD8E890452E369495E5B98B4399820(L_7, /*hidden argument*/NULL); __this->set_VirtualChannelCount_7(L_7); // public PropertyInt RealChannelCount = new PropertyInt(); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_8 = (PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D *)il2cpp_codegen_object_new(PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D_il2cpp_TypeInfo_var); PropertyInt__ctor_mBDA03B7695DD8E890452E369495E5B98B4399820(L_8, /*hidden argument*/NULL); __this->set_RealChannelCount_8(L_8); // public PropertyInt DSPBufferLength = new PropertyInt(); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_9 = (PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D *)il2cpp_codegen_object_new(PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D_il2cpp_TypeInfo_var); PropertyInt__ctor_mBDA03B7695DD8E890452E369495E5B98B4399820(L_9, /*hidden argument*/NULL); __this->set_DSPBufferLength_9(L_9); // public PropertyInt DSPBufferCount = new PropertyInt(); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_10 = (PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D *)il2cpp_codegen_object_new(PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D_il2cpp_TypeInfo_var); PropertyInt__ctor_mBDA03B7695DD8E890452E369495E5B98B4399820(L_10, /*hidden argument*/NULL); __this->set_DSPBufferCount_10(L_10); // public PropertyStringList Plugins = new PropertyStringList(); PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC * L_11 = (PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC *)il2cpp_codegen_object_new(PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC_il2cpp_TypeInfo_var); PropertyStringList__ctor_mCC87BFDFAA4F92CCDC693B57EB3CECEDA39D7B6B(L_11, /*hidden argument*/NULL); __this->set_Plugins_11(L_11); // public PropertyStringList StaticPlugins = new PropertyStringList(); PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC * L_12 = (PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC *)il2cpp_codegen_object_new(PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC_il2cpp_TypeInfo_var); PropertyStringList__ctor_mCC87BFDFAA4F92CCDC693B57EB3CECEDA39D7B6B(L_12, /*hidden argument*/NULL); __this->set_StaticPlugins_12(L_12); // public PropertyCallbackHandler CallbackHandler = new PropertyCallbackHandler(); PropertyCallbackHandler_t82B0903BB420520717D537266810EE85744AC4BA * L_13 = (PropertyCallbackHandler_t82B0903BB420520717D537266810EE85744AC4BA *)il2cpp_codegen_object_new(PropertyCallbackHandler_t82B0903BB420520717D537266810EE85744AC4BA_il2cpp_TypeInfo_var); PropertyCallbackHandler__ctor_mEFF071029B507D712DA08461F62F51F33238A7A2(L_13, /*hidden argument*/NULL); __this->set_CallbackHandler_13(L_13); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Platform/PropertyString::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyString__ctor_m8325BFE0028864949746E8DFCE514F21F9DD2949 (PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_1__ctor_mB197BF6AC6FEAC7C95892A3EC3FE4CA222869B11_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Property_1__ctor_mB197BF6AC6FEAC7C95892A3EC3FE4CA222869B11(__this, /*hidden argument*/Property_1__ctor_mB197BF6AC6FEAC7C95892A3EC3FE4CA222869B11_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Platform/PropertyStringList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyStringList__ctor_mCC87BFDFAA4F92CCDC693B57EB3CECEDA39D7B6B (PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_1__ctor_mEF40FA558B2DD2E0A08F5AA02EF426345B4B5BC3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Property_1__ctor_mEF40FA558B2DD2E0A08F5AA02EF426345B4B5BC3(__this, /*hidden argument*/Property_1__ctor_mEF40FA558B2DD2E0A08F5AA02EF426345B4B5BC3_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Platform/PropertyThreadAffinityList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyThreadAffinityList__ctor_m6B9CB8299ED2216FB8ADD9476F07A54B4A20016A (PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Property_1__ctor_m31BF39C9050A5905D3EF2E31077FA63DB33985A3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Property_1__ctor_m31BF39C9050A5905D3EF2E31077FA63DB33985A3(__this, /*hidden argument*/Property_1__ctor_m31BF39C9050A5905D3EF2E31077FA63DB33985A3_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.RuntimeManager/<>c__DisplayClass47_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass47_0__ctor_m42D2A969D23F672649493C6D52F6CA81923CA873 (U3CU3Ec__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean FMODUnity.RuntimeManager/<>c__DisplayClass47_0::b__0(FMODUnity.RuntimeManager/AttachedInstance) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass47_0_U3CAttachInstanceToGameObjectU3Eb__0_m487CB043D4CBC5A1192462074EBC7ED62CDE12D0 (U3CU3Ec__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD * __this, AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * ___x0, const RuntimeMethod* method) { { // AttachedInstance attachedInstance = Instance.attachedInstances.Find(x => x.instance.handle == instance.handle); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_0 = ___x0; NullCheck(L_0); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_1 = L_0->get_address_of_instance_0(); intptr_t L_2 = L_1->get_handle_0(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_3 = __this->get_address_of_instance_0(); intptr_t L_4 = L_3->get_handle_0(); bool L_5; L_5 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_2, (intptr_t)L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.RuntimeManager/<>c__DisplayClass48_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass48_0__ctor_m8E51CFEA0040442E9CB05C10F0BD6BFD499AB846 (U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean FMODUnity.RuntimeManager/<>c__DisplayClass48_0::b__0(FMODUnity.RuntimeManager/AttachedInstance) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass48_0_U3CAttachInstanceToGameObjectU3Eb__0_m7472D6714D4819E84EE7A31E37D8248E5A530627 (U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89 * __this, AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * ___x0, const RuntimeMethod* method) { { // AttachedInstance attachedInstance = Instance.attachedInstances.Find(x => x.instance.handle == instance.handle); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_0 = ___x0; NullCheck(L_0); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_1 = L_0->get_address_of_instance_0(); intptr_t L_2 = L_1->get_handle_0(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_3 = __this->get_address_of_instance_0(); intptr_t L_4 = L_3->get_handle_0(); bool L_5; L_5 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_2, (intptr_t)L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.RuntimeManager/<>c__DisplayClass49_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass49_0__ctor_m44C71ED4B132E4FBF1AF5307713E730225506D0D (U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean FMODUnity.RuntimeManager/<>c__DisplayClass49_0::b__0(FMODUnity.RuntimeManager/AttachedInstance) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass49_0_U3CAttachInstanceToGameObjectU3Eb__0_m075A904A5A2AD671BA154E262C194C145F8C29F3 (U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92 * __this, AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * ___x0, const RuntimeMethod* method) { { // AttachedInstance attachedInstance = Instance.attachedInstances.Find(x => x.instance.handle == instance.handle); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_0 = ___x0; NullCheck(L_0); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_1 = L_0->get_address_of_instance_0(); intptr_t L_2 = L_1->get_handle_0(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_3 = __this->get_address_of_instance_0(); intptr_t L_4 = L_3->get_handle_0(); bool L_5; L_5 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_2, (intptr_t)L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.RuntimeManager/d__61::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBanksToLoadU3Ed__61__ctor_mC0385B4C7D325E637ABD8F65C322E2E06EBFE8E1 (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); int32_t L_1; L_1 = Environment_get_CurrentManagedThreadId_m3972B2C66691EA6DF91A19CEF3521B7C2679D7A1(/*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_1); return; } } // System.Void FMODUnity.RuntimeManager/d__61::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBanksToLoadU3Ed__61_System_IDisposable_Dispose_mAD142603920DB5AA6EB659AD1793DCFDCA11046D (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)-5)))) { case 0: { goto IL_004d; } case 1: { goto IL_0043; } case 2: { goto IL_0039; } case 3: { goto IL_0057; } case 4: { goto IL_0057; } case 5: { goto IL_0057; } case 6: { goto IL_0039; } case 7: { goto IL_0039; } case 8: { goto IL_0043; } case 9: { goto IL_004d; } } } { return; } IL_0039: { } IL_003a: try { // begin try (depth: 1) IL2CPP_LEAVE(0x57, FINALLY_003c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003c; } FINALLY_003c: { // begin finally (depth: 1) U3CBanksToLoadU3Ed__61_U3CU3Em__Finally1_mCA5FCB393D3B09C9BCB6DF57F8297B61461E58DC(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(60) } // end finally (depth: 1) IL2CPP_CLEANUP(60) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x57, IL_0057) } IL_0043: { } IL_0044: try { // begin try (depth: 1) IL2CPP_LEAVE(0x57, FINALLY_0046); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0046; } FINALLY_0046: { // begin finally (depth: 1) U3CBanksToLoadU3Ed__61_U3CU3Em__Finally2_m05943E1557D7558C8A642053B496BAFC38883626(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(70) } // end finally (depth: 1) IL2CPP_CLEANUP(70) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x57, IL_0057) } IL_004d: { } IL_004e: try { // begin try (depth: 1) IL2CPP_LEAVE(0x57, FINALLY_0050); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0050; } FINALLY_0050: { // begin finally (depth: 1) U3CBanksToLoadU3Ed__61_U3CU3Em__Finally3_mFA997E40C971C9E2B26A651D0E3E17FBDB134744(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(80) } // end finally (depth: 1) IL2CPP_CLEANUP(80) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x57, IL_0057) } IL_0057: { return; } } // System.Boolean FMODUnity.RuntimeManager/d__61::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CBanksToLoadU3Ed__61_MoveNext_mEED8471A94F88E6D208EC5FECB6B5E02DC4C3259 (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1861682CE75DC78EEDAF9D56BC1F6AA8B298EACD); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_0028; } case 1: { goto IL_00a7; } case 2: { goto IL_00c9; } case 3: { goto IL_0138; } case 4: { goto IL_01aa; } } } IL_0021: { V_0 = (bool)0; goto IL_01dc; } IL_0028: { __this->set_U3CU3E1__state_0((-1)); // switch (fmodSettings.BankLoadType) Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_2 = __this->get_fmodSettings_3(); NullCheck(L_2); int32_t L_3 = L_2->get_BankLoadType_18(); V_2 = L_3; int32_t L_4 = V_2; switch (L_4) { case 0: { goto IL_0052; } case 1: { goto IL_0161; } case 2: { goto IL_01d1; } } } IL_004d: { goto IL_01d1; } IL_0052: { // foreach (string masterBankFileName in fmodSettings.MasterBanks) Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_5 = __this->get_fmodSettings_3(); NullCheck(L_5); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_6 = L_5->get_MasterBanks_35(); NullCheck(L_6); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B L_7; L_7 = List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF(L_6, /*hidden argument*/List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); __this->set_U3CU3E7__wrap1_5(L_7); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_00d8; } IL_0072: { // foreach (string masterBankFileName in fmodSettings.MasterBanks) Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * L_8 = __this->get_address_of_U3CU3E7__wrap1_5(); String_t* L_9; L_9 = Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_inline((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)L_8, /*hidden argument*/Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var); __this->set_U3CmasterBankFileNameU3E5__3_6(L_9); // yield return masterBankFileName + ".strings"; String_t* L_10 = __this->get_U3CmasterBankFileNameU3E5__3_6(); String_t* L_11; L_11 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_10, _stringLiteral1861682CE75DC78EEDAF9D56BC1F6AA8B298EACD, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_11); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_01dc; } IL_00a7: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return masterBankFileName; String_t* L_12 = __this->get_U3CmasterBankFileNameU3E5__3_6(); __this->set_U3CU3E2__current_1(L_12); __this->set_U3CU3E1__state_0(2); V_0 = (bool)1; goto IL_01dc; } IL_00c9: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // } __this->set_U3CmasterBankFileNameU3E5__3_6((String_t*)NULL); } IL_00d8: { // foreach (string masterBankFileName in fmodSettings.MasterBanks) Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * L_13 = __this->get_address_of_U3CU3E7__wrap1_5(); bool L_14; L_14 = Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)L_13, /*hidden argument*/Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); if (L_14) { goto IL_0072; } } IL_00e5: { U3CBanksToLoadU3Ed__61_U3CU3Em__Finally1_mCA5FCB393D3B09C9BCB6DF57F8297B61461E58DC(__this, /*hidden argument*/NULL); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * L_15 = __this->get_address_of_U3CU3E7__wrap1_5(); il2cpp_codegen_initobj(L_15, sizeof(Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B )); // foreach (var bank in fmodSettings.Banks) Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_16 = __this->get_fmodSettings_3(); NullCheck(L_16); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_17 = L_16->get_Banks_36(); NullCheck(L_17); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B L_18; L_18 = List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF(L_17, /*hidden argument*/List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); __this->set_U3CU3E7__wrap1_5(L_18); __this->set_U3CU3E1__state_0(((int32_t)-4)); goto IL_0140; } IL_0117: { // foreach (var bank in fmodSettings.Banks) Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * L_19 = __this->get_address_of_U3CU3E7__wrap1_5(); String_t* L_20; L_20 = Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_inline((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)L_19, /*hidden argument*/Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var); V_3 = L_20; // yield return bank; String_t* L_21 = V_3; __this->set_U3CU3E2__current_1(L_21); __this->set_U3CU3E1__state_0(3); V_0 = (bool)1; goto IL_01dc; } IL_0138: { __this->set_U3CU3E1__state_0(((int32_t)-4)); } IL_0140: { // foreach (var bank in fmodSettings.Banks) Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * L_22 = __this->get_address_of_U3CU3E7__wrap1_5(); bool L_23; L_23 = Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)L_22, /*hidden argument*/Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); if (L_23) { goto IL_0117; } } IL_014d: { U3CBanksToLoadU3Ed__61_U3CU3Em__Finally2_m05943E1557D7558C8A642053B496BAFC38883626(__this, /*hidden argument*/NULL); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * L_24 = __this->get_address_of_U3CU3E7__wrap1_5(); il2cpp_codegen_initobj(L_24, sizeof(Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B )); // break; goto IL_01d1; } IL_0161: { // foreach (var bank in fmodSettings.BanksToLoad) Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_25 = __this->get_fmodSettings_3(); NullCheck(L_25); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_26 = L_25->get_BanksToLoad_37(); NullCheck(L_26); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B L_27; L_27 = List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF(L_26, /*hidden argument*/List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); __this->set_U3CU3E7__wrap1_5(L_27); __this->set_U3CU3E1__state_0(((int32_t)-5)); goto IL_01b2; } IL_0181: { // foreach (var bank in fmodSettings.BanksToLoad) Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * L_28 = __this->get_address_of_U3CU3E7__wrap1_5(); String_t* L_29; L_29 = Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_inline((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)L_28, /*hidden argument*/Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var); V_4 = L_29; // if (!string.IsNullOrEmpty(bank)) String_t* L_30 = V_4; bool L_31; L_31 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_01b2; } } IL_0197: { // yield return bank; String_t* L_32 = V_4; __this->set_U3CU3E2__current_1(L_32); __this->set_U3CU3E1__state_0(4); V_0 = (bool)1; goto IL_01dc; } IL_01aa: { __this->set_U3CU3E1__state_0(((int32_t)-5)); } IL_01b2: { // foreach (var bank in fmodSettings.BanksToLoad) Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * L_33 = __this->get_address_of_U3CU3E7__wrap1_5(); bool L_34; L_34 = Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)L_33, /*hidden argument*/Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); if (L_34) { goto IL_0181; } } IL_01bf: { U3CBanksToLoadU3Ed__61_U3CU3Em__Finally3_mFA997E40C971C9E2B26A651D0E3E17FBDB134744(__this, /*hidden argument*/NULL); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * L_35 = __this->get_address_of_U3CU3E7__wrap1_5(); il2cpp_codegen_initobj(L_35, sizeof(Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B )); } IL_01d1: { // } V_0 = (bool)0; goto IL_01dc; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_01d5; } FAULT_01d5: { // begin fault (depth: 1) U3CBanksToLoadU3Ed__61_System_IDisposable_Dispose_mAD142603920DB5AA6EB659AD1793DCFDCA11046D(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(469) } // end fault IL2CPP_CLEANUP(469) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01dc: { bool L_36 = V_0; return L_36; } } // System.Void FMODUnity.RuntimeManager/d__61::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBanksToLoadU3Ed__61_U3CU3Em__Finally1_mCA5FCB393D3B09C9BCB6DF57F8297B61461E58DC (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * L_0 = __this->get_address_of_U3CU3E7__wrap1_5(); Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)L_0, /*hidden argument*/Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); return; } } // System.Void FMODUnity.RuntimeManager/d__61::<>m__Finally2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBanksToLoadU3Ed__61_U3CU3Em__Finally2_m05943E1557D7558C8A642053B496BAFC38883626 (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * L_0 = __this->get_address_of_U3CU3E7__wrap1_5(); Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)L_0, /*hidden argument*/Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); return; } } // System.Void FMODUnity.RuntimeManager/d__61::<>m__Finally3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBanksToLoadU3Ed__61_U3CU3Em__Finally3_mFA997E40C971C9E2B26A651D0E3E17FBDB134744 (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * L_0 = __this->get_address_of_U3CU3E7__wrap1_5(); Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)L_0, /*hidden argument*/Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); return; } } // System.String FMODUnity.RuntimeManager/d__61::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CBanksToLoadU3Ed__61_System_Collections_Generic_IEnumeratorU3CSystem_StringU3E_get_Current_m1EB29B5BBA2C2C9E90A09E7EFE8F69239AA445E6 (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void FMODUnity.RuntimeManager/d__61::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBanksToLoadU3Ed__61_System_Collections_IEnumerator_Reset_m4AB1D5AE9A61916E9F4739482D93136D15090D4B (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CBanksToLoadU3Ed__61_System_Collections_IEnumerator_Reset_m4AB1D5AE9A61916E9F4739482D93136D15090D4B_RuntimeMethod_var))); } } // System.Object FMODUnity.RuntimeManager/d__61::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CBanksToLoadU3Ed__61_System_Collections_IEnumerator_get_Current_m11BA2A09A0927A3B5AE7C754D3E6923C7E3048C0 (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 FMODUnity.RuntimeManager/d__61::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBanksToLoadU3Ed__61_System_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_m8D53AFEFB2A59CEDCF9CB73FE5A70322F8F35EBD (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * V_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0022; } } { int32_t L_1 = __this->get_U3CU3El__initialThreadId_2(); int32_t L_2; L_2 = Environment_get_CurrentManagedThreadId_m3972B2C66691EA6DF91A19CEF3521B7C2679D7A1(/*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0022; } } { __this->set_U3CU3E1__state_0(0); V_0 = __this; goto IL_0029; } IL_0022: { U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * L_3 = (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 *)il2cpp_codegen_object_new(U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8_il2cpp_TypeInfo_var); U3CBanksToLoadU3Ed__61__ctor_mC0385B4C7D325E637ABD8F65C322E2E06EBFE8E1(L_3, 0, /*hidden argument*/NULL); V_0 = L_3; } IL_0029: { U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * L_4 = V_0; Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_5 = __this->get_U3CU3E3__fmodSettings_4(); NullCheck(L_4); L_4->set_fmodSettings_3(L_5); U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * L_6 = V_0; return L_6; } } // System.Collections.IEnumerator FMODUnity.RuntimeManager/d__61::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBanksToLoadU3Ed__61_System_Collections_IEnumerable_GetEnumerator_m5E627C76B82A69B0FA16FA71C206A97C70EB1582 (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = U3CBanksToLoadU3Ed__61_System_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_m8D53AFEFB2A59CEDCF9CB73FE5A70322F8F35EBD(__this, /*hidden argument*/NULL); return L_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 // System.Void FMODUnity.RuntimeManager/AttachedInstance::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttachedInstance__ctor_m37B483919D11A90F8E17A3D9EC01B42F0474D50C (AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean FMODUnity.RuntimeManager/GuidComparer::System.Collections.Generic.IEqualityComparer.Equals(FMOD.GUID,FMOD.GUID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GuidComparer_System_Collections_Generic_IEqualityComparerU3CFMOD_GUIDU3E_Equals_m9FD4A199DC2A9F540B4428415E5D3DFB83872619 (GuidComparer_tAE5181CABB0C1A30EB2F2FC1FCC29F83D3D9AD0F * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___x0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___y1, const RuntimeMethod* method) { { // return x.Equals(y); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_0 = ___y1; bool L_1; L_1 = GUID_Equals_m3194A1E9A43F3756426E19B756ECD49EAD0A6D9D((GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)(&___x0), L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 FMODUnity.RuntimeManager/GuidComparer::System.Collections.Generic.IEqualityComparer.GetHashCode(FMOD.GUID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GuidComparer_System_Collections_Generic_IEqualityComparerU3CFMOD_GUIDU3E_GetHashCode_m6B251E61C21E1880B71BE8AACC4F878873009C13 (GuidComparer_tAE5181CABB0C1A30EB2F2FC1FCC29F83D3D9AD0F * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___obj0, const RuntimeMethod* method) { { // return obj.GetHashCode(); int32_t L_0; L_0 = GUID_GetHashCode_mC777BDDDB17A048258A3BC3C8E90916D13BF71F1((GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)(&___obj0), /*hidden argument*/NULL); return L_0; } } // System.Void FMODUnity.RuntimeManager/GuidComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidComparer__ctor_m3D4FF0CB9CA636239E00C0976C5ADD29397C538A (GuidComparer_tAE5181CABB0C1A30EB2F2FC1FCC29F83D3D9AD0F * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Settings/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mCC385C4AD77C47425EECD0CCA345C82C1BC21A72 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 * L_0 = (U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 *)il2cpp_codegen_object_new(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m8E6ABD2D76ABAB567FFFCED999F598A98A6310E3(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void FMODUnity.Settings/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m8E6ABD2D76ABAB567FFFCED999F598A98A6310E3 (U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Int32 FMODUnity.Settings/<>c::b__77_0(FMODUnity.Platform,FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3CDeclareRuntimePlatformU3Eb__77_0_m065E07A2DE86617D8028F9989B0FE5E5F616C3F6 (U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___a0, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___b1, const RuntimeMethod* method) { float V_0 = 0.0f; { // platforms.Sort((a, b) => b.Priority.CompareTo(a.Priority)); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_0 = ___b1; NullCheck(L_0); float L_1; L_1 = VirtFuncInvoker0< float >::Invoke(6 /* System.Single FMODUnity.Platform::get_Priority() */, L_0); V_0 = L_1; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_2 = ___a0; NullCheck(L_2); float L_3; L_3 = VirtFuncInvoker0< float >::Invoke(6 /* System.Single FMODUnity.Platform::get_Priority() */, L_2); int32_t L_4; L_4 = Single_CompareTo_m80B5B5A70A2343C3A8673F35635EBED4458109B4((float*)(&V_0), L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean FMODUnity.Settings/<>c::b__87_0(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3COnEnableU3Eb__87_0_m0E785411B1FE7637F646D09EA16159E6692E4B3F (U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformDefault_tDCBF760189750C7A6A4423F691E90C7C630FE695_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // DefaultPlatform = Platforms.FirstOrDefault(platform => platform is PlatformDefault); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_0 = ___platform0; return (bool)((!(((RuntimeObject*)(PlatformDefault_tDCBF760189750C7A6A4423F691E90C7C630FE695 *)((PlatformDefault_tDCBF760189750C7A6A4423F691E90C7C630FE695 *)IsInstClass((RuntimeObject*)L_0, PlatformDefault_tDCBF760189750C7A6A4423F691E90C7C630FE695_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Boolean FMODUnity.Settings/<>c::b__87_1(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3COnEnableU3Eb__87_1_mAB9000CCAD65A92EB5F367E00E94FE0D7C27CF0C (U3CU3Ec_t334290F6E3A789B6AFE7C3DDFE0EF4227F263321 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // PlayInEditorPlatform = Platforms.FirstOrDefault(platform => platform is PlatformPlayInEditor); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_0 = ___platform0; return (bool)((!(((RuntimeObject*)(PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA *)((PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA *)IsInstClass((RuntimeObject*)L_0, PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 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 // System.Void FMODUnity.Settings/<>c__DisplayClass75_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass75_0__ctor_m16C9FD50B8449F7C79954C2260A748FDB71FDE7C (U3CU3Ec__DisplayClass75_0_t62E64F7EC063F95FCFDC096B45AF380E6334795B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean FMODUnity.Settings/<>c__DisplayClass75_0::b__0(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass75_0_U3CRemovePlatformU3Eb__0_mF4E72BCDEBCD8C52C4A655475FDE24663263E55C (U3CU3Ec__DisplayClass75_0_t62E64F7EC063F95FCFDC096B45AF380E6334795B * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___p0, const RuntimeMethod* method) { { // Platforms.RemoveAll(p => p.Identifier == identifier); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_0 = ___p0; NullCheck(L_0); String_t* L_1; L_1 = Platform_get_Identifier_mF06D611104026E1A6FC3817FF136EDD6FA65FD35_inline(L_0, /*hidden argument*/NULL); String_t* L_2 = __this->get_identifier_0(); bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_1, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: FMODUnity.Settings/PlatformTemplate IL2CPP_EXTERN_C void PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshal_pinvoke(const PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED& unmarshaled, PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshaled_pinvoke& marshaled) { marshaled.___Identifier_0 = il2cpp_codegen_marshal_string(unmarshaled.get_Identifier_0()); marshaled.___CreateInstance_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CreateInstance_1())); } IL2CPP_EXTERN_C void PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshal_pinvoke_back(const PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshaled_pinvoke& marshaled, PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_Identifier_0(il2cpp_codegen_marshal_string_result(marshaled.___Identifier_0)); unmarshaled.set_CreateInstance_1(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___CreateInstance_1, Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: FMODUnity.Settings/PlatformTemplate IL2CPP_EXTERN_C void PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshal_pinvoke_cleanup(PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___Identifier_0); marshaled.___Identifier_0 = NULL; } // Conversion methods for marshalling of: FMODUnity.Settings/PlatformTemplate IL2CPP_EXTERN_C void PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshal_com(const PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED& unmarshaled, PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshaled_com& marshaled) { marshaled.___Identifier_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_Identifier_0()); marshaled.___CreateInstance_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CreateInstance_1())); } IL2CPP_EXTERN_C void PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshal_com_back(const PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshaled_com& marshaled, PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_Identifier_0(il2cpp_codegen_marshal_bstring_result(marshaled.___Identifier_0)); unmarshaled.set_CreateInstance_1(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___CreateInstance_1, Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: FMODUnity.Settings/PlatformTemplate IL2CPP_EXTERN_C void PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshal_com_cleanup(PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___Identifier_0); marshaled.___Identifier_0 = 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean FMOD.StringHelper/ThreadSafeEncoding::InUse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadSafeEncoding_InUse_m95FAB0E4B43A0D613FF10B661650FEFCF96ED755 (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, const RuntimeMethod* method) { { // public bool InUse() { return inUse; } bool L_0 = __this->get_inUse_3(); return L_0; } } // System.Void FMOD.StringHelper/ThreadSafeEncoding::SetInUse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeEncoding_SetInUse_m419EF0AE9044CDE5BE3D45B551F049310B1F47AF (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, const RuntimeMethod* method) { { // public void SetInUse() { inUse = true; } __this->set_inUse_3((bool)1); // public void SetInUse() { inUse = true; } return; } } // System.Int32 FMOD.StringHelper/ThreadSafeEncoding::roundUpPowerTwo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThreadSafeEncoding_roundUpPowerTwo_m3B6CA912A332C06497B5FE3A0D4CF6336A8816BB (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, int32_t ___number0, const RuntimeMethod* method) { int32_t V_0 = 0; { // int newNumber = 1; V_0 = 1; goto IL_0008; } IL_0004: { // newNumber *= 2; int32_t L_0 = V_0; V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2)); } IL_0008: { // while (newNumber <= number) int32_t L_1 = V_0; int32_t L_2 = ___number0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0004; } } { // return newNumber; int32_t L_3 = V_0; return L_3; } } // System.Byte[] FMOD.StringHelper/ThreadSafeEncoding::byteFromStringUTF8(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // if (s == null) String_t* L_0 = ___s0; if (L_0) { goto IL_0005; } } { // return null; return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0005: { // int maximumLength = encoding.GetMaxByteCount(s.Length) + 1; // +1 for null terminator UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * L_1 = __this->get_encoding_0(); String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_4; L_4 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(30 /* System.Int32 System.Text.Encoding::GetMaxByteCount(System.Int32) */, L_1, L_3); // if (maximumLength > encodedBuffer.Length) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_encodedBuffer_1(); NullCheck(L_5); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))) { goto IL_004e; } } { // int encodedLength = encoding.GetByteCount(s) + 1; // +1 for null terminator UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * L_6 = __this->get_encoding_0(); String_t* L_7 = ___s0; NullCheck(L_6); int32_t L_8; L_8 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(10 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_6, L_7); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); // if (encodedLength > encodedBuffer.Length) int32_t L_9 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_encodedBuffer_1(); NullCheck(L_10); if ((((int32_t)L_9) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_004e; } } { // encodedBuffer = new byte[roundUpPowerTwo(encodedLength)]; int32_t L_11 = V_1; int32_t L_12; L_12 = ThreadSafeEncoding_roundUpPowerTwo_m3B6CA912A332C06497B5FE3A0D4CF6336A8816BB(__this, L_11, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_12); __this->set_encodedBuffer_1(L_13); } IL_004e: { // int byteCount = encoding.GetBytes(s, 0, s.Length, encodedBuffer, 0); UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * L_14 = __this->get_encoding_0(); String_t* L_15 = ___s0; String_t* L_16 = ___s0; NullCheck(L_16); int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_16, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_encodedBuffer_1(); NullCheck(L_14); int32_t L_19; L_19 = VirtFuncInvoker5< int32_t, String_t*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(17 /* System.Int32 System.Text.Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) */, L_14, L_15, 0, L_17, L_18, 0); V_0 = L_19; // encodedBuffer[byteCount] = 0; // Apply null terminator ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_encodedBuffer_1(); int32_t L_21 = V_0; NullCheck(L_20); (L_20)->SetAt(static_cast(L_21), (uint8_t)0); // return encodedBuffer; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get_encodedBuffer_1(); return L_22; } } // System.IntPtr FMOD.StringHelper/ThreadSafeEncoding::intptrFromStringUTF8(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ThreadSafeEncoding_intptrFromStringUTF8_m696A338AABE8077540283139A745C1187E4EF9DD (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (s == null) String_t* L_0 = ___s0; if (L_0) { goto IL_0009; } } { // return IntPtr.Zero; return (intptr_t)(0); } IL_0009: { // gcHandle = GCHandle.Alloc(byteFromStringUTF8(s), GCHandleType.Pinned); String_t* L_1 = ___s0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(__this, L_1, /*hidden argument*/NULL); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_3; L_3 = GCHandle_Alloc_m51C5BC1D6902ADA3B9C297C1A96DB322A6403201((RuntimeObject *)(RuntimeObject *)L_2, 3, /*hidden argument*/NULL); __this->set_gcHandle_4(L_3); // return gcHandle.AddrOfPinnedObject(); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * L_4 = __this->get_address_of_gcHandle_4(); intptr_t L_5; L_5 = GCHandle_AddrOfPinnedObject_m0604506F2BDCD2DC8C167FBC3BF3E965888F7589((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)L_4, /*hidden argument*/NULL); return (intptr_t)L_5; } } // System.String FMOD.StringHelper/ThreadSafeEncoding::stringFromNative(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234 (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, intptr_t ___nativePtr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // if (nativePtr == IntPtr.Zero) intptr_t L_0 = ___nativePtr0; bool L_1; L_1 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // return ""; return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_0013: { // int nativeLen = 0; V_0 = 0; goto IL_001b; } IL_0017: { // nativeLen++; int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_001b: { // while (Marshal.ReadByte(nativePtr, nativeLen) != 0) intptr_t L_3 = ___nativePtr0; int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); uint8_t L_5; L_5 = Marshal_ReadByte_m0FB432A493426B3A40CD7934B94D90A001FB2103((intptr_t)L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0017; } } { // if (nativeLen == 0) int32_t L_6 = V_0; if (L_6) { goto IL_002d; } } { // return ""; return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_002d: { // if (nativeLen > encodedBuffer.Length) int32_t L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_encodedBuffer_1(); NullCheck(L_8); if ((((int32_t)L_7) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_004a; } } { // encodedBuffer = new byte[roundUpPowerTwo(nativeLen)]; int32_t L_9 = V_0; int32_t L_10; L_10 = ThreadSafeEncoding_roundUpPowerTwo_m3B6CA912A332C06497B5FE3A0D4CF6336A8816BB(__this, L_9, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_10); __this->set_encodedBuffer_1(L_11); } IL_004a: { // Marshal.Copy(nativePtr, encodedBuffer, 0, nativeLen); intptr_t L_12 = ___nativePtr0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get_encodedBuffer_1(); int32_t L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_Copy_m5B5711DAE25F766427A60AA33208E669EACD0716((intptr_t)L_12, L_13, 0, L_14, /*hidden argument*/NULL); // int maximumLength = encoding.GetMaxCharCount(nativeLen); UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * L_15 = __this->get_encoding_0(); int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17; L_17 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(31 /* System.Int32 System.Text.Encoding::GetMaxCharCount(System.Int32) */, L_15, L_16); // if (maximumLength > decodedBuffer.Length) CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = __this->get_decodedBuffer_2(); NullCheck(L_18); if ((((int32_t)L_17) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))) { goto IL_009f; } } { // int decodedLength = encoding.GetCharCount(encodedBuffer, 0, nativeLen); UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * L_19 = __this->get_encoding_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_encodedBuffer_1(); int32_t L_21 = V_0; NullCheck(L_19); int32_t L_22; L_22 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(20 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte[],System.Int32,System.Int32) */, L_19, L_20, 0, L_21); V_2 = L_22; // if (decodedLength > decodedBuffer.Length) int32_t L_23 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = __this->get_decodedBuffer_2(); NullCheck(L_24); if ((((int32_t)L_23) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))) { goto IL_009f; } } { // decodedBuffer = new char[roundUpPowerTwo(decodedLength)]; int32_t L_25 = V_2; int32_t L_26; L_26 = ThreadSafeEncoding_roundUpPowerTwo_m3B6CA912A332C06497B5FE3A0D4CF6336A8816BB(__this, L_25, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_26); __this->set_decodedBuffer_2(L_27); } IL_009f: { // int charCount = encoding.GetChars(encodedBuffer, 0, nativeLen, decodedBuffer, 0); UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * L_28 = __this->get_encoding_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = __this->get_encodedBuffer_1(); int32_t L_30 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_31 = __this->get_decodedBuffer_2(); NullCheck(L_28); int32_t L_32; L_32 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(24 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_28, L_29, 0, L_30, L_31, 0); V_1 = L_32; // return new String(decodedBuffer, 0, charCount); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_33 = __this->get_decodedBuffer_2(); int32_t L_34 = V_1; String_t* L_35; L_35 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_33, 0, L_34, /*hidden argument*/NULL); return L_35; } } // System.Void FMOD.StringHelper/ThreadSafeEncoding::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeEncoding_Dispose_mC0CA8555E81EAE1190070C9EC60639C375771E6A (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (gcHandle.IsAllocated) GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * L_0 = __this->get_address_of_gcHandle_4(); bool L_1; L_1 = GCHandle_get_IsAllocated_mEDA4DAC6AD6D881110E96CAFDAB78C068F5B144D((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // gcHandle.Free(); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * L_2 = __this->get_address_of_gcHandle_4(); GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)L_2, /*hidden argument*/NULL); } IL_0018: { // lock (encoders) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * L_3 = ((StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var))->get_encoders_0(); V_0 = L_3; V_1 = (bool)0; } IL_0020: try { // begin try (depth: 1) List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * L_4 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_4, (bool*)(&V_1), /*hidden argument*/NULL); // inUse = false; __this->set_inUse_3((bool)0); // } IL2CPP_LEAVE(0x3B, FINALLY_0031); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0031; } FINALLY_0031: { // begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_003a; } } IL_0034: { List_1_t91D0D60A613B416BB5626856EE90EB0A17817EF0 * L_6 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_6, /*hidden argument*/NULL); } IL_003a: { IL2CPP_END_FINALLY(49) } } // end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3B, IL_003b) } IL_003b: { // } return; } } // System.Void FMOD.StringHelper/ThreadSafeEncoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeEncoding__ctor_m91B95AB7513463D8B3040DF059B100A041D020AD (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // UTF8Encoding encoding = new UTF8Encoding(); UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * L_0 = (UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 *)il2cpp_codegen_object_new(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var); UTF8Encoding__ctor_mA3F21D41B65D155202345802A05761A4BC022888(L_0, /*hidden argument*/NULL); __this->set_encoding_0(L_0); // byte[] encodedBuffer = new byte[128]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); __this->set_encodedBuffer_1(L_1); // char[] decodedBuffer = new char[128]; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); __this->set_decodedBuffer_2(L_2); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.StudioEventEmitter/<>c__DisplayClass37_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass37_0__ctor_m18866DB9FC35576A31DE728B4B99A3152E7A54A0 (U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean FMODUnity.StudioEventEmitter/<>c__DisplayClass37_0::b__0(FMODUnity.ParamRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass37_0_U3CSetParameterU3Eb__0_mED2EC630E2D60D95A0B2CA7D52C63111EFF70F31 (U3CU3Ec__DisplayClass37_0_t984A7E1C8D24EAE682C8C38DEBC8FF7DC8B2E465 * __this, ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * ___x0, const RuntimeMethod* method) { { // ParamRef cachedParam = cachedParams.Find(x => x.Name == name); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_0 = ___x0; NullCheck(L_0); String_t* L_1 = L_0->get_Name_0(); String_t* L_2 = __this->get_name_0(); bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_1, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.StudioEventEmitter/<>c__DisplayClass38_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_0__ctor_mA0CD2A40F04880636041E5CE32FB1B7D34DB1D2B (U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean FMODUnity.StudioEventEmitter/<>c__DisplayClass38_0::b__0(FMODUnity.ParamRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass38_0_U3CSetParameterU3Eb__0_mC10A16ADC51B6889D49548BAD09DE46F74401133 (U3CU3Ec__DisplayClass38_0_tBFF05B4C254C54A653EB0077B82C4CEF7ED164C9 * __this, ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ParamRef cachedParam = cachedParams.Find(x => x.ID.Equals(id)); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_0 = ___x0; NullCheck(L_0); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE * L_1 = L_0->get_address_of_ID_2(); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_2 = __this->get_id_0(); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_3 = L_2; RuntimeObject * L_4 = Box(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE_il2cpp_TypeInfo_var, &L_3); RuntimeObject * L_5 = Box(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE_il2cpp_TypeInfo_var, L_1); NullCheck(L_5); bool L_6; L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_4); *L_1 = *(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE *)UnBox(L_5); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FMODUnity.Platform/PropertyAccessors/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m0171A50EE9107C058B383384306A6EBE4E07233A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * L_0 = (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 *)il2cpp_codegen_object_new(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m40B6542A3EAB0CC8E819EF0FAE68BBD28459836F(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void FMODUnity.Platform/PropertyAccessors/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m40B6542A3EAB0CC8E819EF0FAE68BBD28459836F (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // FMODUnity.Platform/Property`1 FMODUnity.Platform/PropertyAccessors/<>c::<.cctor>b__14_0(FMODUnity.Platform/PropertyStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Property_1_tB4DC4D8A4B1A7885B188EF3DFCDA5F0FC8965C97 * U3CU3Ec_U3C_cctorU3Eb__14_0_m4E0FE056D0DF81F0D4F301446496833AED3B8088 (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___properties0, const RuntimeMethod* method) { { // = new PropertyAccessor(properties => properties.LiveUpdate, TriStateBool.Disabled); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = ___properties0; NullCheck(L_0); PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * L_1 = L_0->get_LiveUpdate_0(); return L_1; } } // FMODUnity.Platform/Property`1 FMODUnity.Platform/PropertyAccessors/<>c::<.cctor>b__14_1(FMODUnity.Platform/PropertyStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F * U3CU3Ec_U3C_cctorU3Eb__14_1_mAAA25F79AD860007F5330D1C24E5070971933AA4 (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___properties0, const RuntimeMethod* method) { { // = new PropertyAccessor(properties => properties.LiveUpdatePort, 9264); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = ___properties0; NullCheck(L_0); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_1 = L_0->get_LiveUpdatePort_1(); return L_1; } } // FMODUnity.Platform/Property`1 FMODUnity.Platform/PropertyAccessors/<>c::<.cctor>b__14_2(FMODUnity.Platform/PropertyStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Property_1_tB4DC4D8A4B1A7885B188EF3DFCDA5F0FC8965C97 * U3CU3Ec_U3C_cctorU3Eb__14_2_m3E47B29A9146C61755C5547E3D60E5F11B4CAFD6 (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___properties0, const RuntimeMethod* method) { { // = new PropertyAccessor(properties => properties.Overlay, TriStateBool.Disabled); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = ___properties0; NullCheck(L_0); PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * L_1 = L_0->get_Overlay_2(); return L_1; } } // FMODUnity.Platform/Property`1 FMODUnity.Platform/PropertyAccessors/<>c::<.cctor>b__14_3(FMODUnity.Platform/PropertyStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Property_1_tB4DC4D8A4B1A7885B188EF3DFCDA5F0FC8965C97 * U3CU3Ec_U3C_cctorU3Eb__14_3_mC9777CCA1C44EAE907B386301A0CF4DECCC06270 (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___properties0, const RuntimeMethod* method) { { // = new PropertyAccessor(properties => properties.Logging, TriStateBool.Disabled); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = ___properties0; NullCheck(L_0); PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * L_1 = L_0->get_Logging_3(); return L_1; } } // FMODUnity.Platform/Property`1 FMODUnity.Platform/PropertyAccessors/<>c::<.cctor>b__14_4(FMODUnity.Platform/PropertyStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F * U3CU3Ec_U3C_cctorU3Eb__14_4_m9ABCF4B4F2B725B6E9BF6D75FF9A2D8B8FF0A963 (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___properties0, const RuntimeMethod* method) { { // = new PropertyAccessor(properties => properties.SampleRate, 0); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = ___properties0; NullCheck(L_0); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_1 = L_0->get_SampleRate_4(); return L_1; } } // FMODUnity.Platform/Property`1 FMODUnity.Platform/PropertyAccessors/<>c::<.cctor>b__14_5(FMODUnity.Platform/PropertyStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Property_1_t4FFACE60733293ECEBB1863470178A4D5DA5EFD9 * U3CU3Ec_U3C_cctorU3Eb__14_5_m7E66F4F94CE79EBF563DB336D0684EEF466E104A (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___properties0, const RuntimeMethod* method) { { // = new PropertyAccessor(properties => properties.BuildDirectory, "Desktop"); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = ___properties0; NullCheck(L_0); PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5 * L_1 = L_0->get_BuildDirectory_5(); return L_1; } } // FMODUnity.Platform/Property`1 FMODUnity.Platform/PropertyAccessors/<>c::<.cctor>b__14_6(FMODUnity.Platform/PropertyStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Property_1_tB7992A7FE9E273F12B5AD18F27A64E5FE522A31E * U3CU3Ec_U3C_cctorU3Eb__14_6_m84479FC00F8EC3B1E7A48D5128D03DA591B86256 (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___properties0, const RuntimeMethod* method) { { // = new PropertyAccessor(properties => properties.SpeakerMode, FMOD.SPEAKERMODE.STEREO); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = ___properties0; NullCheck(L_0); PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF * L_1 = L_0->get_SpeakerMode_6(); return L_1; } } // FMODUnity.Platform/Property`1 FMODUnity.Platform/PropertyAccessors/<>c::<.cctor>b__14_7(FMODUnity.Platform/PropertyStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F * U3CU3Ec_U3C_cctorU3Eb__14_7_m8B0C496900697695BFE6F209B8BD79C250DC2048 (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___properties0, const RuntimeMethod* method) { { // = new PropertyAccessor(properties => properties.VirtualChannelCount, 128); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = ___properties0; NullCheck(L_0); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_1 = L_0->get_VirtualChannelCount_7(); return L_1; } } // FMODUnity.Platform/Property`1 FMODUnity.Platform/PropertyAccessors/<>c::<.cctor>b__14_8(FMODUnity.Platform/PropertyStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F * U3CU3Ec_U3C_cctorU3Eb__14_8_m861E26F6400EBE971FA3DF318E348E06B886371C (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___properties0, const RuntimeMethod* method) { { // = new PropertyAccessor(properties => properties.RealChannelCount, 32); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = ___properties0; NullCheck(L_0); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_1 = L_0->get_RealChannelCount_8(); return L_1; } } // FMODUnity.Platform/Property`1 FMODUnity.Platform/PropertyAccessors/<>c::<.cctor>b__14_9(FMODUnity.Platform/PropertyStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F * U3CU3Ec_U3C_cctorU3Eb__14_9_m8573561C3E240DDF90082684F297114CA7A5424A (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___properties0, const RuntimeMethod* method) { { // = new PropertyAccessor(properties => properties.DSPBufferLength, 0); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = ___properties0; NullCheck(L_0); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_1 = L_0->get_DSPBufferLength_9(); return L_1; } } // FMODUnity.Platform/Property`1 FMODUnity.Platform/PropertyAccessors/<>c::<.cctor>b__14_10(FMODUnity.Platform/PropertyStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F * U3CU3Ec_U3C_cctorU3Eb__14_10_m8DBFA5C36184F6A8A23BF7E4D1819B3C4360E40F (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___properties0, const RuntimeMethod* method) { { // = new PropertyAccessor(properties => properties.DSPBufferCount, 0); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = ___properties0; NullCheck(L_0); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_1 = L_0->get_DSPBufferCount_10(); return L_1; } } // FMODUnity.Platform/Property`1> FMODUnity.Platform/PropertyAccessors/<>c::<.cctor>b__14_11(FMODUnity.Platform/PropertyStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Property_1_tFF04740DA05A1C6E8363931B19AEED7384C75CEE * U3CU3Ec_U3C_cctorU3Eb__14_11_m1787A1CCDB2C9F44F5B998B4E3C9EEC22B9AB46E (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___properties0, const RuntimeMethod* method) { { // = new PropertyAccessor>(properties => properties.Plugins, null); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = ___properties0; NullCheck(L_0); PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC * L_1 = L_0->get_Plugins_11(); return L_1; } } // FMODUnity.Platform/Property`1> FMODUnity.Platform/PropertyAccessors/<>c::<.cctor>b__14_12(FMODUnity.Platform/PropertyStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Property_1_tFF04740DA05A1C6E8363931B19AEED7384C75CEE * U3CU3Ec_U3C_cctorU3Eb__14_12_mEBE2F4D7572C12932DBD15DFE12E0B36488D5EDB (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___properties0, const RuntimeMethod* method) { { // = new PropertyAccessor>(properties => properties.StaticPlugins, null); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = ___properties0; NullCheck(L_0); PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC * L_1 = L_0->get_StaticPlugins_12(); return L_1; } } // FMODUnity.Platform/Property`1 FMODUnity.Platform/PropertyAccessors/<>c::<.cctor>b__14_13(FMODUnity.Platform/PropertyStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Property_1_t6770127C86A531D398D7204DB7CC4E497F04FEDE * U3CU3Ec_U3C_cctorU3Eb__14_13_mA59F5F47EAAA9ABAA5547C6D92A046B183B5DD64 (U3CU3Ec_tE42C0D8DA5DC2F4D04ED62D06FB82F2677C38548 * __this, PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * ___properties0, const RuntimeMethod* method) { { // = new PropertyAccessor(properties => properties.CallbackHandler, null); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = ___properties0; NullCheck(L_0); PropertyCallbackHandler_t82B0903BB420520717D537266810EE85744AC4BA * L_1 = L_0->get_CallbackHandler_13(); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Platform_get_Identifier_mF06D611104026E1A6FC3817FF136EDD6FA65FD35_inline (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // return identifier; String_t* L_0 = __this->get_identifier_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Platform_get_ParentIdentifier_mF8C31BDFD69108C359A01127B5B3B48AB51FF3FF_inline (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // return parentIdentifier; String_t* L_0 = __this->get_parentIdentifier_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Platform_get_Active_m2F950CDB59545333B2D6BBA0EB191258F435F306_inline (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // public bool Active { get { return active; } } bool L_0 = __this->get_active_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Sound__ctor_m1F7B59401A4FC81721CDC774E7796C93ED335C3A_inline (Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public Sound(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public Sound(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SoundGroup__ctor_m4EC74391B8F5214D128FDFFC2B8E82737C27F9BF_inline (SoundGroup_t57645966F8FF6810922E1062CC583B87CCAE6BD0 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public SoundGroup(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public SoundGroup(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ThreadSafeEncoding_InUse_m95FAB0E4B43A0D613FF10B661650FEFCF96ED755_inline (ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * __this, const RuntimeMethod* method) { { // public bool InUse() { return inUse; } bool L_0 = __this->get_inUse_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StringWrapper__ctor_m17356B0F15889B9010457717471D595C1606E3AE_inline (StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // nativeUtf8Ptr = ptr; intptr_t L_0 = ___ptr0; __this->set_nativeUtf8Ptr_0((intptr_t)L_0); // } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StudioEventEmitter_set_IsActive_mF6F0BE0874CF127821328C87B4F70197B0D3221C_inline (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsActive { get; private set; } bool L_0 = ___value0; __this->set_U3CIsActiveU3Ek__BackingField_23(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool StudioEventEmitter_get_IsActive_mB9D66ABC30BEF78272C24A549473AF0E94C2B5AE_inline (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { { // public bool IsActive { get; private set; } bool L_0 = __this->get_U3CIsActiveU3Ek__BackingField_23(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 StudioEventEmitter_get_EventInstance_mDF92AC5F5DD9B02747203A1E80EFD9E9AB5C3198_inline (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method) { { // public FMOD.Studio.EventInstance EventInstance { get { return instance; } } EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_0 = __this->get_instance_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void System__ctor_m5257A0262C1B3780D707416356E73CB761644DA6_inline (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public System(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public System(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void System__ctor_mF18709942E8E08A25810DDE7A5626D65FDA300AD_inline (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public System(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public System(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VCA__ctor_mCB5031A88E72F2D90BBA2CFC7620CCBC03DF9AF4_inline (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public VCA(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public VCA(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } }