#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 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 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 VirtFuncInvoker7 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, 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 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 VirtFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void 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); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtFuncInvoker8 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, invokeData.method); } }; template struct VirtFuncInvoker9 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, invokeData.method); } }; template struct VirtFuncInvoker11 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, 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); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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 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 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); } }; 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 GenericVirtFuncInvoker7 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, 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 GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void 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); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtFuncInvoker8 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, invokeData.method); } }; template struct GenericVirtFuncInvoker9 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, invokeData.method); } }; template struct GenericVirtFuncInvoker11 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, 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 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 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 InterfaceFuncInvoker7 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, 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 InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void 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); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void 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); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct InterfaceFuncInvoker8 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, invokeData.method); } }; template struct InterfaceFuncInvoker9 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, invokeData.method); } }; template struct InterfaceFuncInvoker11 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; 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 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); } }; 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 GenericInterfaceFuncInvoker7 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, 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 GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void 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); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericInterfaceFuncInvoker8 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, invokeData.method); } }; template struct GenericInterfaceFuncInvoker9 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, invokeData.method); } }; template struct GenericInterfaceFuncInvoker11 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, invokeData.method); } }; // System.Action`1 struct Action_1_tEFFD33105460921F68C4261E79791D397C76CB1B; // System.Action`2 struct Action_2_tAEEAE0CA76819C6105A7D08A17A11166D3071492; // System.Action`2 struct Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975; // System.Action`3 struct Action_3_t3BCC6286248E2BB441C51F6759481EBDFD701F81; // System.Action`3 struct Action_3_tF30EE3D5033A43AF7E69A1AD8FA9ACC8EACE4E41; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tCBA5E4909C610253AE0904190A73FA4769E6AECE; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t86A32DD2AB29D1A54D121A8A695A8C7568F1CC50; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t076A281176CDEB6BCB84032659ED250C9E435494; // 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_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tBD60400523D840591A17E4CBBACC79397F68FAA2; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t4EDBC0CB6D835D68E934656331D3EA0F7F40E177; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2B9913D3A516FD389D1F8DD573D215DE3F85783C; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tCD2B0F12D0E02D7BF44AA544916B2D1CCCD4246D; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE5662FCD812BF61C2B7FD23C1208941AB08EDB05; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tE2A96F57D68F80DA48F55703DC70414A471801B9; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t1F0BDDFE93ACE552AF5EC38BBF43701C55874390; // System.Collections.Generic.List`1 struct List_1_t5898C268E88FBE862539899D9DA3F3289AE269D1; // 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_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54; // System.Collections.Generic.List`1 struct List_1_t30C5C74A88EB27074756CC9A8D77BA03AC132112; // System.Collections.Generic.List`1 struct List_1_tEB4537E121ED7128292F5E49486823EB846576FE; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D; // System.Collections.Generic.List`1 struct List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6; // 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_t8510F75FE95B25D670E78B2D50D473129A882F3C; // System.Collections.Generic.List`1 struct List_1_tA5F79D75B0DDD71AFB7825B7C5CA477A2D2513D4; // 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_t05E2D9B40C1553CBA367BD87BF959D872BD4319C; // System.Collections.Generic.List`1 struct List_1_tEED496086F5D313E88CAE4C98A12681F4B542321; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0F4FFFA0806E51FABDBC1080E4C0505F64787118; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t71633FA2EEE24539F79567F34E1CDF2D431F27AD; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t8E2C0FD59E0F114443CDC616A1DD9B3971E7C443; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t9AD240F63F8F695B98EDCA20FF6130DC56892A63; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t50F5CD3E17293A2E4D9DE6381B5D7A9211C7D416; // System.Single[][] struct SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9; // FMOD.ATTRIBUTES_3D[] struct ATTRIBUTES_3DU5BU5D_tE889DEEC0CF64F2EB9C3E8CF86CE2FA38CD90944; // FMOD.Studio.Bus[] struct BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // FMOD.CHANNELMASK[] struct CHANNELMASKU5BU5D_tAE7CE1BD718174103B1FFE61C4943E3F01B7C4EC; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // FMOD.Studio.EventDescription[] struct EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226; // FMOD.Studio.EventInstance[] struct EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // FMOD.Studio.PARAMETER_ID[] struct PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373; // FMODUnity.ParamRef[] struct ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B; // FMODUnity.ParameterAutomationLink[] struct ParameterAutomationLinkU5BU5D_t27B495E0A81F5FFBCF334905B33916F4BBDB041E; // FMODUnity.RuntimeManager[] struct RuntimeManagerU5BU5D_t48A7110E7E6158183E15B5943CEAD59762E93BBF; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // FMODUnity.StudioEventEmitter[] struct StudioEventEmitterU5BU5D_tD6DE6474A41BD677AAF2CB767E3073E16DBBBF05; // FMODUnity.StudioListener[] struct StudioListenerU5BU5D_tFF26242F17D052908D5FB2BE31A5A201A7DBE0D3; // FMODUnity.ThreadAffinityGroup[] struct ThreadAffinityGroupU5BU5D_t4EBB708AF897BC6DD714EB54C4B954DA2C3396F1; // FMODUnity.ThreadType[] struct ThreadTypeU5BU5D_t2243EF3BF541EC7639D75AC642761856CF0D28BB; // UnityEngine.Timeline.TimelineClip[] struct TimelineClipU5BU5D_t66DC8D6328CC48BA45A4072E4A25E7540B531ABD; // UnityEngine.Timeline.TrackAsset[] struct TrackAssetU5BU5D_t624FA4D69A21181D1A43D031EF0EA6A4E73EF27B; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // FMOD.Studio.VCA[] struct VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17; // FMOD.VECTOR[] struct VECTORU5BU5D_t1C33E14EEC99D866DC3CA50AF5A1373DDC9246AC; // FMODUnity.Legacy/PlatformBoolSetting[] struct PlatformBoolSettingU5BU5D_tD1A8439887BA2387DDF582AEF1690FE2312E57C4; // FMODUnity.Legacy/PlatformIntSetting[] struct PlatformIntSettingU5BU5D_t2A46185A758DCDD06B00779917017332F1724499; // FMODUnity.RuntimeManager/AttachedInstance[] struct AttachedInstanceU5BU5D_tE9151CF533B3FC11EC10D2EE9F23C3D006F26557; // UnityEngine.AnimationClip struct AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178; // UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // FMODUnity.BankLoadException struct BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7; // FMODUnity.BankRefAttribute struct BankRefAttribute_t1E50710AB4B461FA76906C98E68F2ECC902D55D1; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // FMODUnity.BusNotFoundException struct BusNotFoundException_tF895A193A75FFFCC12CE4B0085510C2D5371B644; // FMOD.CB_3D_ROLLOFF_CALLBACK struct CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81; // FMOD.CHANNELCONTROL_CALLBACK struct CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52; // FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK struct COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t28124D766A1C2340A63BAF689D66D9804C3B4F36; // FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK struct COMMANDREPLAY_FRAME_CALLBACK_t6393F18EF7B20B8ADA5D18068BECC7FA3B958834; // FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK struct COMMANDREPLAY_LOAD_BANK_CALLBACK_t460E637691817F1F91F18345D4044B16BD259485; // FMOD.CONSTANTS struct CONSTANTS_t0B52C984F38EFA4C9BA41F1CF6644734D2665E56; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02; // UnityEngine.Collider2D struct Collider2D_tDDBF081328B83D21D0BA3B5036D77B32528BA722; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // FMOD.DEBUG_CALLBACK struct DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD; // FMOD.DSP_ALLOC_FUNC struct DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266; // FMOD.DSP_BUFFER_ARRAY struct DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089; // FMOD.DSP_CREATECALLBACK struct DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3; // FMOD.DSP_DFT_FFTREAL_FUNC struct DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649; // FMOD.DSP_DFT_IFFTREAL_FUNC struct DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238; // FMOD.DSP_FREE_FUNC struct DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F; // FMOD.DSP_GETBLOCKSIZE_FUNC struct DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC; // FMOD.DSP_GETCLOCK_FUNC struct DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717; // FMOD.DSP_GETLISTENERATTRIBUTES_FUNC struct DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48; // 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_GETSAMPLERATE_FUNC struct DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC; // FMOD.DSP_GETSPEAKERMODE_FUNC struct DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3; // FMOD.DSP_GETUSERDATA_FUNC struct DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8; // FMOD.DSP_LOG_FUNC struct DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47; // FMOD.DSP_METERING_INFO struct DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D; // FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC struct DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E; // FMOD.DSP_PAN_SUMMONOMATRIX_FUNC struct DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2; // FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC struct DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D; // FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC struct DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B; // FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC struct DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E; // FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC struct DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6; // FMOD.DSP_PARAMETER_DESC_BOOL struct DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E; // FMOD.DSP_PARAMETER_DESC_INT struct DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F; // FMOD.DSP_PARAMETER_DESC_UNION struct DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B; // FMOD.DSP_PROCESS_CALLBACK struct DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007; // FMOD.DSP_READCALLBACK struct DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089; // FMOD.DSP_REALLOC_FUNC struct DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A; // 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.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // FMOD.Studio.EVENT_CALLBACK struct EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F; // FMODUnity.EmitterRef struct EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2; // FMOD.Error struct Error_t104C39EE21D269086A00F0E89B975607F117659A; // FMODUnity.EventHandler struct EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634; // FMODUnity.EventNotFoundException struct EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B; // FMODUnity.EventRefAttribute struct EventRefAttribute_t55BD45D59B337037D9A3E0A5936B8457E64E01FD; // System.Exception struct Exception_t; // FMOD.FILE_ASYNCCANCEL_CALLBACK struct FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF; // FMOD.FILE_ASYNCDONE_FUNC struct FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182; // 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; // FMODUnity.FMODEventMixerBehaviour struct FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB; // FMODUnity.FMODEventPlayable struct FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1; // FMODUnity.FMODEventPlayableBehavior struct FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674; // FMODUnity.FMODEventTrack struct FMODEventTrack_t6E8EA0C270AC79118813F88FFF435200F4C90F2B; // FMODUnity.FMODRuntimeManagerOnGUIHelper struct FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // FMODUnity.IEditorSettings struct IEditorSettings_t50CE53F5BA9ED648A130D8328AD670642DB3E9EC; // FMOD.MEMORY_ALLOC_CALLBACK struct MEMORY_ALLOC_CALLBACK_tD41860E88D24C47AAFB1915DB3867B45C2DA0660; // FMOD.MEMORY_FREE_CALLBACK struct MEMORY_FREE_CALLBACK_t3D115360BCB06042884B9C01973CB8678B92B120; // FMOD.MEMORY_REALLOC_CALLBACK struct MEMORY_REALLOC_CALLBACK_tC0AA5758E2A96429BD9347F3C0085F20F255E06D; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // FMOD.PRESET struct PRESET_t1B7CAEF25DBE6ED7D3415483F40DBB2F0EDDF22B; // FMODUnity.ParamRef struct ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD; // FMODUnity.ParamRefAttribute struct ParamRefAttribute_tDE071EA4CE2075C15D235410E8F65960A4A19ACB; // FMODUnity.ParameterAutomationLink struct ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC; // FMODUnity.Platform struct Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149; // FMODUnity.PlatformAndroid struct PlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE; // FMODUnity.PlatformAppleTV struct PlatformAppleTV_t09468309A48AFCD6386FE41DF217768BE729A0EB; // FMODUnity.PlatformCallbackHandler struct PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51; // FMODUnity.PlatformDefault struct PlatformDefault_tDCBF760189750C7A6A4423F691E90C7C630FE695; // FMODUnity.PlatformGroup struct PlatformGroup_t1F1E0EAF5A2EB6C1030A61FF94CB15D2A12A82D9; // FMODUnity.PlatformIOS struct PlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2; // FMODUnity.PlatformLinux struct PlatformLinux_t442AC01DBDC592088623F45D893237259CF26E78; // FMODUnity.PlatformMac struct PlatformMac_tB9DCCCF215BC7DACB1883168AEAF8F18019DF0F4; // FMODUnity.PlatformMobileHigh struct PlatformMobileHigh_t8C940E40638B538A9A2367DFB7FC152FD5001BEE; // FMODUnity.PlatformMobileLow struct PlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D; // FMODUnity.PlatformPlayInEditor struct PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA; // FMODUnity.PlatformWebGL struct PlatformWebGL_tCE0E1EB8AC608969C033338A32708A297B4161FE; // FMODUnity.PlatformWindows struct PlatformWindows_t38CAFA850968FD94FB25B231EC8516ACDB50B3A7; // UnityEngine.Playables.PlayableAsset struct PlayableAsset_t5AD1606B76C9753A7F4C6B1061193F581023F137; // UnityEngine.Playables.PlayableBehaviour struct PlayableBehaviour_t451A3E3A605FDB6CD89DE1DAD0CBE96C20687D82; // UnityEngine.Playables.PlayableDirector struct PlayableDirector_t63912C98A4EC9D4701E88B633E27E0D97209BA38; // UnityEngine.PropertyAttribute struct PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // UnityEngine.Rigidbody2D struct Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5; // FMODUnity.RuntimeManager struct RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF; // 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.SYSTEM_CALLBACK struct SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A; // FMODUnity.Settings struct Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // FMODUnity.StudioEventEmitter struct StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34; // FMODUnity.StudioListener struct StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC; // FMODUnity.SystemNotInitializedException struct SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C; // UnityEngine.TextAsset struct TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234; // UnityEngine.Timeline.TimelineClip struct TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F; // UnityEngine.Timeline.TrackAsset struct TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // FMOD.Studio.USER_PROPERTY struct USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1; // System.Text.UTF8Encoding struct UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282; // FMODUnity.VCANotFoundException struct VCANotFoundException_t7180AED40B600DC06C9AA6131683130085296AD6; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.GUI/WindowFunction struct WindowFunction_tFA5DBAB811627D7B0946C4AAD398D4CC154C174D; // 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; // FMOD.StringHelper/ThreadSafeEncoding struct ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2; IL2CPP_EXTERN_C RuntimeClass* ATTRIBUTES_3DU5BU5D_tE889DEEC0CF64F2EB9C3E8CF86CE2FA38CD90944_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BusNotFoundException_tF895A193A75FFFCC12CE4B0085510C2D5371B644_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CHANNELCONTROL_CALLBACK_TYPE_t0F46F4F86E383F2102B2752887C832DEF5A6814F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CHANNELCONTROL_TYPE_t04FD13A17CEAF25618F34E0896CC8124CE74EB5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CHANNELMASKU5BU5D_tAE7CE1BD718174103B1FFE61C4943E3F01B7C4EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CHANNELMASK_t6C4C7808D1B61C1D518480FC39A47609520D9143_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DEBUG_FLAGS_t5B534E621EFD0EA230E7BCB3D1CBEE658CB61D62_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_3D_ROLLOFF_TYPE_tCE91B59744DBCF253E2E8E1D97454206A706BAFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_SURROUND_FLAGS_tD4EF939232D59085A3B442A5A33ADE6C77A1107A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_PROCESS_OPERATION_t75B5E82EAC62E7B441B841246B33FF34F12772AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ERRORCALLBACK_INSTANCETYPE_tB67737CE39FF0EF79D287D21B0B5325FFABF23E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EVENT_CALLBACK_TYPE_tBC966372E1ACB31A8D00AC3963FC345E028E44D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GuidComparer_tAE5181CABB0C1A30EB2F2FC1FCC29F83D3D9AD0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t2B9913D3A516FD389D1F8DD573D215DE3F85783C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t4EDBC0CB6D835D68E934656331D3EA0F7F40E177_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tBD60400523D840591A17E4CBBACC79397F68FAA2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t0DE5AA701B682A891412350E63D3E441F98F205C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tDB38FB6AB422E000350B5DBF1B2E91D22AF69F39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tFCA84877D6E811AD49D33DB2943D5B64BBE550D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_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* LOAD_BANK_FLAGS_t0A8EF1C2C0D63D65D3A68E1B4CA48B9C41EBA44D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OUTPUTTYPE_t890C329B881984C69EC21F0A7BDBE1AD6ABD8549_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* ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2_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* SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SPEAKERMODE_tA70DD9EE396684B717A57A981C2E793CC0D11F13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628_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__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VCANotFoundException_t7180AED40B600DC06C9AA6131683130085296AD6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WindowFunction_tFA5DBAB811627D7B0946C4AAD398D4CC154C174D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0010077B4EF2BDE13EAA6A73F24BE95890E277CB; IL2CPP_EXTERN_C String_t* _stringLiteral008A11E64329C60DC6DF2197311F936A04D59474; IL2CPP_EXTERN_C String_t* _stringLiteral02C40259E61EE4B09AAF6B657AB54959FAC44C31; IL2CPP_EXTERN_C String_t* _stringLiteral05AB00AEF523E133EA83D30305AB638C4B2090DD; IL2CPP_EXTERN_C String_t* _stringLiteral06EFD99619FED66FAEE43F0B9C3470632127351D; IL2CPP_EXTERN_C String_t* _stringLiteral0737FADF5E07CE5926259B1798DDC91E935139DC; IL2CPP_EXTERN_C String_t* _stringLiteral07B6BB501F829D89F0A6C41FA078847BAC0F22FB; IL2CPP_EXTERN_C String_t* _stringLiteral0A80654F2ED6F6CF600F19FB7D32EF4B777AB690; IL2CPP_EXTERN_C String_t* _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A; IL2CPP_EXTERN_C String_t* _stringLiteral0CFC796AE8E15331BF0475808F7AFD109749FD79; IL2CPP_EXTERN_C String_t* _stringLiteral10270AE7D20537C6D9D9B3AD73994DAA2960B608; IL2CPP_EXTERN_C String_t* _stringLiteral1069CD7A72D3F595A4DAA50247877063ECFE241F; IL2CPP_EXTERN_C String_t* _stringLiteral10F53F41433A826E62B2F542212D91C404ACBFA8; IL2CPP_EXTERN_C String_t* _stringLiteral123FC6BF7E9739EF43E13156E416E3030ED1EF28; IL2CPP_EXTERN_C String_t* _stringLiteral12CCE32A67C1784A97C154F54260402589D6062F; IL2CPP_EXTERN_C String_t* _stringLiteral17E0282127E6003D83ED80B574AA08CB2EF6E6E0; IL2CPP_EXTERN_C String_t* _stringLiteral1A3C94F1549A7E562E9D7EBA852B60589EE6215B; IL2CPP_EXTERN_C String_t* _stringLiteral1C08AB162F48225A877F463E03864891A895F614; IL2CPP_EXTERN_C String_t* _stringLiteral1DC9F6BC39F00E092B0BEEEEE189243DA24E1C20; IL2CPP_EXTERN_C String_t* _stringLiteral202F0E3B832B988BE5EE3109E0E09E6BC1F99671; IL2CPP_EXTERN_C String_t* _stringLiteral203500387DC21AFCBCE9B4F84957B7A7F248D1A3; IL2CPP_EXTERN_C String_t* _stringLiteral228B9B40F51ADE259B0E07974FFDB8DC23E76099; IL2CPP_EXTERN_C String_t* _stringLiteral27999BE1AB58E792E93343B50E9B9EDE0FD1332E; IL2CPP_EXTERN_C String_t* _stringLiteral2A16A34456D292BCF94F2C712E260F608FB38AD9; IL2CPP_EXTERN_C String_t* _stringLiteral2ADF459FDC792BD6A376A2397BD0F3D59A294B3C; IL2CPP_EXTERN_C String_t* _stringLiteral2DE0115548E3A7C76F9D2072F70E5AC7CAF256D3; IL2CPP_EXTERN_C String_t* _stringLiteral2ED9011137E54C7E4A5C570193AB897829F50519; IL2CPP_EXTERN_C String_t* _stringLiteral2FDA2FEC161C509CDFDE8B98375F2BCEA0C47061; IL2CPP_EXTERN_C String_t* _stringLiteral304D7FECE6EA33036CBD5DDA14F1D5CB8A5B8E35; IL2CPP_EXTERN_C String_t* _stringLiteral307B45F3C445B119B39F18A2AFDBB4FF1B4A19DD; IL2CPP_EXTERN_C String_t* _stringLiteral316CAE74F78E918A24A3263BF6838007A9828A50; IL2CPP_EXTERN_C String_t* _stringLiteral326A1EC75760C2D7E3627C70FE2E94BE80EFEA85; IL2CPP_EXTERN_C String_t* _stringLiteral335433A68622BFD4068111F56E2AB76D3D449A2F; IL2CPP_EXTERN_C String_t* _stringLiteral33E5FF9EEE33C88A0AE82F2016AC9F9006EA6BFD; IL2CPP_EXTERN_C String_t* _stringLiteral357434484751BA5EBE0EFE7F1BFD26D693185794; IL2CPP_EXTERN_C String_t* _stringLiteral37D6010BD230BA1628A7FA0110118397CE82111B; IL2CPP_EXTERN_C String_t* _stringLiteral38A04EAA393C12A27DC4DF500191387E1BAB2A53; IL2CPP_EXTERN_C String_t* _stringLiteral3BBD9518D33FD5FA252FB4FEE7FB9C066AB2168A; IL2CPP_EXTERN_C String_t* _stringLiteral3C3E32615D9A158A5ED8FBF1A318CF7D952492C3; IL2CPP_EXTERN_C String_t* _stringLiteral3D318A703A9CBE754C627446A0EEEBE8E12716A0; IL2CPP_EXTERN_C String_t* _stringLiteral3EC7E85874FF41D23806AA95B7EB1D539AD92418; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral428D830C381B849482E3482EEA87EB361978B8ED; IL2CPP_EXTERN_C String_t* _stringLiteral42B398FD642AEC7619C4BB91B1BBD76F5FB8CE07; IL2CPP_EXTERN_C String_t* _stringLiteral43C0A5C4D98B25C1591785F9D7436505D357DFFB; IL2CPP_EXTERN_C String_t* _stringLiteral4501CC63F934B001E68536A5FA3EEED376EFE5DB; IL2CPP_EXTERN_C String_t* _stringLiteral479A5AE26C032CF3E927F0B9AF8166C5E5609B84; IL2CPP_EXTERN_C String_t* _stringLiteral4861AC5018306BB8904F4E82795760C94D8D1F3E; IL2CPP_EXTERN_C String_t* _stringLiteral4ADFC255970B44F670DFCBB64452D61E0AEF28C3; IL2CPP_EXTERN_C String_t* _stringLiteral4EF50D58E013293C619399FE4DBF1B1BE440B9F8; IL2CPP_EXTERN_C String_t* _stringLiteral4F56D9FEA3F5B9CBC66AE0BC5CFA5306269BB300; IL2CPP_EXTERN_C String_t* _stringLiteral52AFDF430ACE1BB5117048DD14EF43F7EB4A9AA6; IL2CPP_EXTERN_C String_t* _stringLiteral532ED87483B163F87F9C6FBAFF4409CF2A471445; IL2CPP_EXTERN_C String_t* _stringLiteral533D944DA46F808BEEFAF759F4064E54B71D3A78; IL2CPP_EXTERN_C String_t* _stringLiteral542885AE634D3A3453565EADF8AE8F209B4DC959; IL2CPP_EXTERN_C String_t* _stringLiteral58A8A3EEA541D5186B9BBFED94BED85427AFACBB; IL2CPP_EXTERN_C String_t* _stringLiteral594B350A13327EB90EA6751F0AC194B2A805D11E; IL2CPP_EXTERN_C String_t* _stringLiteral595F8595938CBA5FF92006BFE0A42192C3727A5A; IL2CPP_EXTERN_C String_t* _stringLiteral5AD690790D14D273E140660A90C6C9DEE3A3A9B7; IL2CPP_EXTERN_C String_t* _stringLiteral5D54E959817188DBAD9E65FA3DB55F06B70F5E3C; IL2CPP_EXTERN_C String_t* _stringLiteral5D55720A774990FB7633937F7044EA02E58A3970; IL2CPP_EXTERN_C String_t* _stringLiteral5D634FF70437BA2400A2985E50CE118A3E22CC24; IL2CPP_EXTERN_C String_t* _stringLiteral5D74BA16ED781FEF2FC9DA71E534005370F19B77; IL2CPP_EXTERN_C String_t* _stringLiteral5DEA68C6257E77BA4A56FDEB14F27D6FAF057BB5; IL2CPP_EXTERN_C String_t* _stringLiteral6371FCB952BCB90FDB7A0412CE071A335CF0D281; IL2CPP_EXTERN_C String_t* _stringLiteral63782A242F395C6C620CDF0025BBD66B1BE4E20B; IL2CPP_EXTERN_C String_t* _stringLiteral6551599F167CB43DA2E512680AC7E3D3980E5454; IL2CPP_EXTERN_C String_t* _stringLiteral6555D619DF10C3DFF9961F8B3B6FE159188B6C7D; IL2CPP_EXTERN_C String_t* _stringLiteral66058A51EA58A429278D527F63D024253EF76B0F; IL2CPP_EXTERN_C String_t* _stringLiteral692D7B8DF08EF592FA8906A0F80FE2A10A052460; IL2CPP_EXTERN_C String_t* _stringLiteral6A6F915F0ECE641FF59C3CE6AC1BEB9AE53038B9; IL2CPP_EXTERN_C String_t* _stringLiteral6B1270BDE6BC879EA5B79ECD3EAA6BB315B1EF36; IL2CPP_EXTERN_C String_t* _stringLiteral6B501A5A2F0DB33A4F4A7CB72FD4DDBBC97BADA4; IL2CPP_EXTERN_C String_t* _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044; IL2CPP_EXTERN_C String_t* _stringLiteral6FA0B7E74CA50CAED6C98119CB68946346264C8C; IL2CPP_EXTERN_C String_t* _stringLiteral72586077E0225703D06CECAA322691DEC7795BBA; IL2CPP_EXTERN_C String_t* _stringLiteral7261E2F7694673BF47CA4A085B60B05F8E1D47BB; IL2CPP_EXTERN_C String_t* _stringLiteral7433752B036853CA934C016E04587E1F3836915D; IL2CPP_EXTERN_C String_t* _stringLiteral74C41D7A9373CC7D9D1B647A4B95E7D2FD283AAE; IL2CPP_EXTERN_C String_t* _stringLiteral74E878FE8DAD3B815F58361850BC3ADB37BB1250; IL2CPP_EXTERN_C String_t* _stringLiteral773E7982873A2C26366BB36CFDD702F0110F9675; IL2CPP_EXTERN_C String_t* _stringLiteral77492DF6FD9E3D5874B0F14BC4C84B15CB9CA455; IL2CPP_EXTERN_C String_t* _stringLiteral77843243D4312B40A1163EFE55D56961E2352D09; IL2CPP_EXTERN_C String_t* _stringLiteral783C7895B91E75CC7B15B767738CEE81C02C9716; IL2CPP_EXTERN_C String_t* _stringLiteral7A2EC820DF03EFBCE2446A31DC9744347DF728BD; IL2CPP_EXTERN_C String_t* _stringLiteral7ACA34FD81900767B6FAD748BAAEF3F03C87EF79; IL2CPP_EXTERN_C String_t* _stringLiteral7AEC10FEC806AC5F431AD60719C6564E45CEF8A2; IL2CPP_EXTERN_C String_t* _stringLiteral7BBCC07C0CF564814EF5BC26EB4C93B7F3165A96; IL2CPP_EXTERN_C String_t* _stringLiteral7BD70A238D606FB44D18A1F980C3608C092DA788; IL2CPP_EXTERN_C String_t* _stringLiteral7D7B85DC2D81B6783AB91C57B5AA4356DF7B8248; IL2CPP_EXTERN_C String_t* _stringLiteral7E4D324CE04AC228F496A1E751FFA7ABE5DAED49; IL2CPP_EXTERN_C String_t* _stringLiteral813424E8552DDA36C36D9633CD0EF610A1CC62E6; IL2CPP_EXTERN_C String_t* _stringLiteral850A0FDA84C2561C0B05005716439732E1B42B13; IL2CPP_EXTERN_C String_t* _stringLiteral86BF89F8C7A831F2DE6C3717E9E7199125F3CEB6; IL2CPP_EXTERN_C String_t* _stringLiteral89D2DC99F858D01FF69415D491AFB7B8A1A31D41; IL2CPP_EXTERN_C String_t* _stringLiteral8A6E58A1CAC6E784DF4A9F9EBF343D476C2DBC10; IL2CPP_EXTERN_C String_t* _stringLiteral8D21C0B634B1A74F09EF376AD29F40814EFBE4F4; IL2CPP_EXTERN_C String_t* _stringLiteral8D6AB3E04C469383EA7F8CF38DD5D7FCE65BB7F3; IL2CPP_EXTERN_C String_t* _stringLiteral901004CD8CCFA3E034AA8C3B228A8868C9AA8B9D; IL2CPP_EXTERN_C String_t* _stringLiteral91BF1211ED5873E07A83605C048F22BAEF3F6B5C; IL2CPP_EXTERN_C String_t* _stringLiteral9317693967C98FF927450B4ED100CCC7BA830EC5; IL2CPP_EXTERN_C String_t* _stringLiteral94938512E8B6D592830D5FCD860FA91A65192E10; IL2CPP_EXTERN_C String_t* _stringLiteral9551693C84C63EEBDB0CAC85C21866E006A9BA7D; IL2CPP_EXTERN_C String_t* _stringLiteral9593754CD972378A2BB347BB39CBD3B5CC3521BF; IL2CPP_EXTERN_C String_t* _stringLiteral98640301199A1D7C9AE6CBFAC5E6D60D65750B91; IL2CPP_EXTERN_C String_t* _stringLiteral9A9C527FEEB9C9AE6871AC61E80FE9B5C4088B15; IL2CPP_EXTERN_C String_t* _stringLiteral9AB84FFFBB8068091736819327D842A3A5449A7C; IL2CPP_EXTERN_C String_t* _stringLiteral9C13F88773A795237B30FFCF134BE4D197C34607; IL2CPP_EXTERN_C String_t* _stringLiteral9D27D1550A79F9AD7F5B99DA3C67A10FF606474F; IL2CPP_EXTERN_C String_t* _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E; IL2CPP_EXTERN_C String_t* _stringLiteral9F997E6C01594C7DB1201F379FE3398E51A3B90C; IL2CPP_EXTERN_C String_t* _stringLiteralA0FA4971079ADB0EDC857833CB94D56495D6DFB8; IL2CPP_EXTERN_C String_t* _stringLiteralA3A8FBE539268264FFFA5FE285A4E4459532207E; IL2CPP_EXTERN_C String_t* _stringLiteralA3C31AB28BBA19DA504DCAC2B457F82E53ED6DC4; IL2CPP_EXTERN_C String_t* _stringLiteralA40C5C7A7C4B375C962F1DA94053823C642C607F; IL2CPP_EXTERN_C String_t* _stringLiteralA85B434397252DE755B438879810DD4517F0ECDC; IL2CPP_EXTERN_C String_t* _stringLiteralA89C772A19B912C9549AF808CC33D3331256987E; IL2CPP_EXTERN_C String_t* _stringLiteralAB69FA1AB6BB831506EFCAD83900FEE751E85F6F; IL2CPP_EXTERN_C String_t* _stringLiteralADE041E40D7F9AE52B2F7AC67FFBABBC03BEAF3F; IL2CPP_EXTERN_C String_t* _stringLiteralB6D2815DE1BA3747326FD6DAA5C9ADC2A8A94301; IL2CPP_EXTERN_C String_t* _stringLiteralB78EBC58683CE4FC04B9E955E6B0A249B486BDE0; IL2CPP_EXTERN_C String_t* _stringLiteralB9207916909892478747D50EF98A5247A2790F6D; IL2CPP_EXTERN_C String_t* _stringLiteralBB47DE594D689954FA209F7DD9FB8B76E5D2C736; IL2CPP_EXTERN_C String_t* _stringLiteralBB91063A02435B98F5271EB86235C32F511666EE; IL2CPP_EXTERN_C String_t* _stringLiteralBBEFD87A391677281335B0E2EFA8B41EF6488AD8; IL2CPP_EXTERN_C String_t* _stringLiteralBD3682B6BD9E5A45FB6966A33D8300B4E6318AE5; IL2CPP_EXTERN_C String_t* _stringLiteralBE7D0FF1B8D93072447AA552DC39F57F1F92D69B; IL2CPP_EXTERN_C String_t* _stringLiteralBEB9162D2491E55A5665C6F2D6EEF18EB7E982DD; IL2CPP_EXTERN_C String_t* _stringLiteralC053685E36C95FE86A5BB5338B9F20BF4218FEF7; IL2CPP_EXTERN_C String_t* _stringLiteralC27AAA51A25C9A495F0C3F84D8A932E9710EB882; IL2CPP_EXTERN_C String_t* _stringLiteralC35BF7089B4B8185F470348AB8009F2441095494; IL2CPP_EXTERN_C String_t* _stringLiteralC50D8EC9526B2DAFEEF984E039330B7E4BA66435; IL2CPP_EXTERN_C String_t* _stringLiteralC5C4852CB18400EC4B7C20647A0CE0DEF9B0D077; IL2CPP_EXTERN_C String_t* _stringLiteralC9AF97B3A7D8542A768306E08615122A5925AB15; IL2CPP_EXTERN_C String_t* _stringLiteralCA0F9A354A808914B27A811ADA643A0B1D350AA2; IL2CPP_EXTERN_C String_t* _stringLiteralCB414C73F9E54AF3AD8F7CFB654C37B3A3B13925; IL2CPP_EXTERN_C String_t* _stringLiteralCC5400DD245A4E2E7959AC108FE01B149D796251; IL2CPP_EXTERN_C String_t* _stringLiteralD26C8972F3082E86F5C96ECFC237EFA4FB70B2D6; IL2CPP_EXTERN_C String_t* _stringLiteralD2AB29C748E09E62EFCABF23A98693DF91DB4517; IL2CPP_EXTERN_C String_t* _stringLiteralD576F9D44538072784838DC0C217B5B21D50A091; IL2CPP_EXTERN_C String_t* _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE; IL2CPP_EXTERN_C String_t* _stringLiteralD682AE6FA77E2C84643F4DF56EA4E525AFCF4006; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDB784C0FDB5E2F468943EF04EB13EE0E6135421C; IL2CPP_EXTERN_C String_t* _stringLiteralDD44F09E4206DEB33FB989C25311070C576E146C; IL2CPP_EXTERN_C String_t* _stringLiteralDE5849E3B3CC824BCCB6BEBF7EE069A95825212E; IL2CPP_EXTERN_C String_t* _stringLiteralDFBEDCC56F2A532911F4EC7914606C1E9DD07F74; IL2CPP_EXTERN_C String_t* _stringLiteralE0056B976C82A16471C1EC65E67557F32F8BD277; IL2CPP_EXTERN_C String_t* _stringLiteralE010CA8C646F406973727D226C452CF087BFE691; IL2CPP_EXTERN_C String_t* _stringLiteralE0220EEB2A7CCCC9AB0C62E66EDD59C583BCFD20; IL2CPP_EXTERN_C String_t* _stringLiteralE135183C7AC30059D6AECBAC5950EE09DF743096; IL2CPP_EXTERN_C String_t* _stringLiteralE16C301FB3263607808B13CDC0F4ACB4E2C50DA2; IL2CPP_EXTERN_C String_t* _stringLiteralE2F637BD4993A7F80DB6A6727674C565A35FF1EE; IL2CPP_EXTERN_C String_t* _stringLiteralE31DB399608237125AA03D2ABFD4080B890A0276; IL2CPP_EXTERN_C String_t* _stringLiteralE3F62D414A0B01C49EE394A33FC5C83037DA79D2; IL2CPP_EXTERN_C String_t* _stringLiteralE5937E0B4A9954BAC2ABF87A95E68AC7E582728E; IL2CPP_EXTERN_C String_t* _stringLiteralE71937CA0D26AA0EE0221474E898072CA345B9CC; IL2CPP_EXTERN_C String_t* _stringLiteralE94011193EFF9DEA52D1A656A8B8957220E7880A; IL2CPP_EXTERN_C String_t* _stringLiteralE98A0B07F2C3C05D2E1334E0A2916C9630576566; IL2CPP_EXTERN_C String_t* _stringLiteralE9F8E3C8FC9225486ADF61A483FD35978F8884B4; IL2CPP_EXTERN_C String_t* _stringLiteralEAC9BCB5E50DCDB2AEC643B28F305F7C79071AE8; IL2CPP_EXTERN_C String_t* _stringLiteralEDFB7950D8BA48969BB1CCF3BA5823E86CE096D1; IL2CPP_EXTERN_C String_t* _stringLiteralEEECC8C4A7A604742A8845E0ECD2580A7F8EDA20; IL2CPP_EXTERN_C String_t* _stringLiteralF48E2E3C1A15DBCB0C21408CAA4D503B2674D0FE; IL2CPP_EXTERN_C String_t* _stringLiteralF672F75321AFFB56697660BFB114A8A3EF8F9208; IL2CPP_EXTERN_C String_t* _stringLiteralF6F0989BDFA4FB66BB19573209F56B868F08A7AD; IL2CPP_EXTERN_C String_t* _stringLiteralF745AC420469D1BBB396C6421840F165211735E4; IL2CPP_EXTERN_C String_t* _stringLiteralF748A5A4C122F1116474B0671EEF38401C66BAED; IL2CPP_EXTERN_C String_t* _stringLiteralF93DA898CC9E1FF8CAF8FA8F9F90FB22F7BB7AFC; IL2CPP_EXTERN_C String_t* _stringLiteralFE34A5566036903FCE3E0CEBAC53DFD920F981F0; IL2CPP_EXTERN_C String_t* _stringLiteralFF0DBC596D9E0166EEF3C12FA327682167AA572C; IL2CPP_EXTERN_C String_t* _stringLiteralFFF84593D0AD6D812008667D6BA895709ED769BB; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_mFBFFE24141B78A0E0C4442C15C505AC451A0E268_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m1F3B665D41F15B5017E4F96E0C21282B4C37E7EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AutomatableSlots_GetValue_m4EDAC9C7D02D9704566A5A76ED9E789C6FE843D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mBA7D6E5011B0D88F6AD3838B0AB1349E16B7985A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m2EEF3902079917AE413664052CAC8B1ACA78B50E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m92218F359147E8E8D4A0828FEC9ADDBA82797DC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m2C5A5B6C06C3638A336FBFAE81F75B066109489E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m5F80FB482873E709452E7E98A33A0860C104D530_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m2A27596FB4226C0CD64F9E7EA85DBAA7908C17F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5173AF5FECA87E1E0FA702A9571A7EDAEB3DC541_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m107CAE1BDAC26433E99FB05967181414EB71ADB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m516E660F806A253C15F95160830CEDD9245F529D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mDECB4B4C2158B552F9E073BA18542CE475724ADC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m575DB6CEE2D47EB54253060AF7276E4370DCD3EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mE7DA4E570F0266A62CE907EB568F7D7253F84863_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m04EDCA10B3526896BB8D46B12906C5568647ECA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m1A1EBD96B502C5D5D628595410E7F4BB6653CD71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mB628BE059F3A4B605D1F5B2A78F2B7E9C835B29C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m23D31744394296AE33A16E927ADCEBB8A21923E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m5FAE11A79D42BC60F257582102E9159C8029816C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC3F4CD42D708222475FDE7E64489338C6F13A9E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m0BC6046128F1855E0B6C915DDF3BBD292B5C356D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2791EAA929FE82AD1C18796A6709E8B5BC6B7684_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mCA9F6B1AEDC182ACF5BD09B7F2B0B90D65B74587_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisFMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86_mDF819C3BDE14AFDCE875BB6581480B3C6EAEDFFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisRuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_m33212D28124A53009481660F3AAED1D8934F2835_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisPlayableDirector_t63912C98A4EC9D4701E88B633E27E0D97209BA38_m3D32B48A597D5DB9C11F87B94BB4C0853DA88686_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* Legacy_CopySetting_TisPlatformBoolSetting_t2E22BFCAF1E3F64C00B56A090BE84DFBBE2BA479_TisTriStateBool_t94CD06884EBE26260E024B75AE612BCF1915A078_m13325BB4ED98DBF7D15A80E4434F9F381F6FD110_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Legacy_CopySetting_TisPlatformIntSetting_t9864FB4E1B651288FBC26FB386A06161EBBE30D3_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF80D43CA6BC08B52AD4711B53ECF2321BD6A14EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m67797787DD90CC9BC8EC6EA8EA1E1760EF88302C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m19F84E1C850A29C2D8C8D94F2447CDB4DE80F321_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4AA07B6D288B01CF5B05A78ABD61A3A9D2A6590A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCD963ACF029739BF0EC41968992937929FB1701E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m1E4AF39A1050CD8394AA202B04F2B07267435640_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_mF9D82DD2C0311D99F9D4D8870C100CA57B6244D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Find_m50264B3F17A95716DB88FFF91F03B3A47EDA9D16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mBCB6756D20A4E21DD504081E16DF160E0DEA21FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mCE015269D6C92C99787A6A40776334E52F54124E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mF09077FDDF8840D71C54F84E96DBC025F9298526_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m31C26124B7BB19A0E5C12113701DDE5046272F70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mC70E583FE77527F139CFAB932C52021C7C878A04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2DF8249039CA1079A502D00674750686ED67896A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3B472FE1406852624B9A23FDDDAAD08191635D9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD94DBD9FDBA4EEBFF4416CDECC492BE193168768_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mEC9F30F17F73DB4480AC013D9CB423F253FB40E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF277EBAED5CACC1DC71691F45036242257D651AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m09F3E0DAE9571574C23CC9C92E57BB2CE05FFB38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mBA2E432858A4DE9FD620399D307A94551A0A893C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m6C3ED70C6908C2A58809FA4C6707644E9BCFC39C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9C176FFBE52593ABF15AD6981AC2B07DF79786D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m22504EDAFCFBC32413E159EED69C11AA8C6BF501_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m907F238FEB19EEF3202A756CCB196CDEF06AB2A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Platform_GetPluginPath_m09A5AFE6A66C92769C3591B621A03A9156ECD9C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Platform_LoadStaticPlugins_m4265C0F1EF38890E6BCD282D906664E9B531E4BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayableExtensions_GetGraph_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mD69924DC45DB87F040A08983A27B4B48B74372F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayableExtensions_GetInputCount_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m9E50A1BFF2A0B315AFD40C85E63847D0D069A6C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayableExtensions_GetInput_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m4A17FD2EF8E0080F01C969B1BFDFF9F30A62D9E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayableExtensions_GetTime_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mE913454FD8D7035B7798295982E1CA2F71AAD88C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_m9D28AF271BF3C04E886B9E6384B2A11456D7B528_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1_Get_m0431A76637AF5F9380E39F961426A93C176BA22D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1_Get_m12A2137BD100F2DC0289F041FE5D71FC7A1E4DE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1_Get_m9AD504FFD14A85155618554769CF3F0D23E3FADD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1_Get_mB6F57A558727AADAEAA220B8D46010CC41C39EA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1_Get_mEA9FA9801933103D40FB42DFC94691B581DA63EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1_Set_m3601DD7E7DD89F06ED23E428EC3BC0AF03C8F79F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1_Set_m454B38188952C971783330FB21052EE826520490_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyAccessor_1_Set_m68DF61E94E6510C6EE4F5214B6682631FC1761AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_FindObjectsOfTypeAll_TisRuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_m9E4820378EF2E8A5F04960B5542541865D20BD24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeManager_CreateInstance_m2B56B9F4CB418CC620F5B17A428C43D57B29D8E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeManager_CreateInstance_m357E6B28F4A2E7E17ACF65D4B6869948BF4F2F32_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeManager_DrawDebugOverlay_m6041B14FEF9874FCD18DC0F1C3E9DC6CA94DE5B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeManager_ERROR_CALLBACK_mD4040C3C1E8E5FE50A6813E137FA217311031DA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeManager_GetBus_m65C5FF96A9B0289FD9C37DABF495144F782926F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeManager_GetEventDescription_m315815042FADA7B2D55A47D29B5EB7B33779606B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeManager_GetEventDescription_m6CEED373CF60962264D96C187FDF22F6238B58F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeManager_GetEventDescription_m8C024A6715EB9E3DC013FD2DFF5F41E6729D978E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeManager_GetVCA_mCBD69B6BDDA4B6CEF6562BA53DBA7889F98E94DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeManager_LoadBank_mE2017518AB762EC929CE3B43A01BD0F21E691CC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeManager_PathToGUID_m0F40B61F7F3F59BAB55C4F9F84412E6DA639E1F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeManager_loadedBankRegister_mA143E45921C922B144C8670E8047168655D577BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScriptPlayable_1_Create_m532482E5B935F2924FCA257B4A951A47D2CE0FBE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScriptPlayable_1_Create_mEA41F6A59DF2D42B34416D6B5F4505AE585EF96B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScriptPlayable_1_GetBehaviour_m371B952DA0EF507864285FD701DCA98ADB31108F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScriptPlayable_1_op_Explicit_m0E2E400802C324F0A3EC7E4D9918A5B57D717422_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScriptPlayable_1_op_Implicit_m6CC6B29ED0E8C42543D0F0DDE9684B0FA8B1CDE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScriptPlayable_1_op_Implicit_mC2351F39951490BFD15986A4F0AB9E2050E87AA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Settings_AddPlatformTemplate_TisPlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE_m94A134C251DB7B0916536200B0BE780B0180F50E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Settings_AddPlatformTemplate_TisPlatformAppleTV_t09468309A48AFCD6386FE41DF217768BE729A0EB_m3556DA8778FB923B12FE518C9FCF559ADC3E0BAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Settings_AddPlatformTemplate_TisPlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2_mC5DE8F27B1D028C547BB4866F20D08EAC39CD4F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Settings_AddPlatformTemplate_TisPlatformLinux_t442AC01DBDC592088623F45D893237259CF26E78_m826BEBB1CA82ABB26FE5C188C74B2CC2DFCFAE8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Settings_AddPlatformTemplate_TisPlatformMac_tB9DCCCF215BC7DACB1883168AEAF8F18019DF0F4_mC4A6951B16C58B5EE37AF109D7F1CF2335DB12CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Settings_AddPlatformTemplate_TisPlatformMobileHigh_t8C940E40638B538A9A2367DFB7FC152FD5001BEE_mBB0409668927F1D1041F2ACF435897F75F5B84C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Settings_AddPlatformTemplate_TisPlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D_m2F6A1E01E6E4C82F9CF442907947A4EDCE3D50F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Settings_AddPlatformTemplate_TisPlatformWebGL_tCE0E1EB8AC608969C033338A32708A297B4161FE_m66040E1A62EF384D48A9CC3DD5565C89FB1AD12F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Settings_AddPlatformTemplate_TisPlatformWindows_t38CAFA850968FD94FB25B231EC8516ACDB50B3A7_mD2098E364B0AC48AD6461CBD08CA47B18420250B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m752788CA9E64FFC2DF70ABBDB8669E579849F4C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass47_0_U3CAttachInstanceToGameObjectU3Eb__0_m487CB043D4CBC5A1192462074EBC7ED62CDE12D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass48_0_U3CAttachInstanceToGameObjectU3Eb__0_m7472D6714D4819E84EE7A31E37D8248E5A530627_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass49_0_U3CAttachInstanceToGameObjectU3Eb__0_m075A904A5A2AD671BA154E262C194C145F8C29F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_m347D61E82B2CDBBD94B302805BC1120B48022290_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* OUTPUTTYPE_t890C329B881984C69EC21F0A7BDBE1AD6ABD8549_0_0_0_var; struct ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ; struct DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089;; struct DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke; struct DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke;; struct DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D;; struct DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke; struct DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke;; struct DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E;; struct DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_com; struct DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_com;; struct DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_pinvoke; struct DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_pinvoke;; struct DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F;; struct DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_com; struct DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_com;; struct DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_pinvoke; struct DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_pinvoke;; struct DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B;; struct DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_com; struct DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_com;; struct DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_pinvoke; struct DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_pinvoke;; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1;; struct USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke; struct USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke;; struct SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9; struct ATTRIBUTES_3DU5BU5D_tE889DEEC0CF64F2EB9C3E8CF86CE2FA38CD90944; struct BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CHANNELMASKU5BU5D_tAE7CE1BD718174103B1FFE61C4943E3F01B7C4EC; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226; struct EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373; struct ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B; struct RuntimeManagerU5BU5D_t48A7110E7E6158183E15B5943CEAD59762E93BBF; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; struct VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17; struct VECTORU5BU5D_t1C33E14EEC99D866DC3CA50AF5A1373DDC9246AC; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t3A34577A83CD65FBA7F4DC5A66BB8830C15E4B58 { public: public: }; // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 : 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_t9AD240F63F8F695B98EDCA20FF6130DC56892A63* ___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_tE2A96F57D68F80DA48F55703DC70414A471801B9 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t0F4FFFA0806E51FABDBC1080E4C0505F64787118 * ___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_tC0B31016D360CEE1FE93525EF8180F5056F658A3, ___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_tC0B31016D360CEE1FE93525EF8180F5056F658A3, ___entries_1)); } inline EntryU5BU5D_t9AD240F63F8F695B98EDCA20FF6130DC56892A63* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t9AD240F63F8F695B98EDCA20FF6130DC56892A63** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t9AD240F63F8F695B98EDCA20FF6130DC56892A63* 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_tC0B31016D360CEE1FE93525EF8180F5056F658A3, ___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_tC0B31016D360CEE1FE93525EF8180F5056F658A3, ___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_tC0B31016D360CEE1FE93525EF8180F5056F658A3, ___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_tC0B31016D360CEE1FE93525EF8180F5056F658A3, ___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_tC0B31016D360CEE1FE93525EF8180F5056F658A3, ___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_tC0B31016D360CEE1FE93525EF8180F5056F658A3, ___keys_7)); } inline KeyCollection_tE2A96F57D68F80DA48F55703DC70414A471801B9 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tE2A96F57D68F80DA48F55703DC70414A471801B9 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tE2A96F57D68F80DA48F55703DC70414A471801B9 * 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_tC0B31016D360CEE1FE93525EF8180F5056F658A3, ___values_8)); } inline ValueCollection_t0F4FFFA0806E51FABDBC1080E4C0505F64787118 * get_values_8() const { return ___values_8; } inline ValueCollection_t0F4FFFA0806E51FABDBC1080E4C0505F64787118 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t0F4FFFA0806E51FABDBC1080E4C0505F64787118 * 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_tC0B31016D360CEE1FE93525EF8180F5056F658A3, ____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.Dictionary`2 struct Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 : 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_t50F5CD3E17293A2E4D9DE6381B5D7A9211C7D416* ___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_t1F0BDDFE93ACE552AF5EC38BBF43701C55874390 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t8E2C0FD59E0F114443CDC616A1DD9B3971E7C443 * ___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_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46, ___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_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46, ___entries_1)); } inline EntryU5BU5D_t50F5CD3E17293A2E4D9DE6381B5D7A9211C7D416* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t50F5CD3E17293A2E4D9DE6381B5D7A9211C7D416** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t50F5CD3E17293A2E4D9DE6381B5D7A9211C7D416* 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_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46, ___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_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46, ___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_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46, ___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_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46, ___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_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46, ___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_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46, ___keys_7)); } inline KeyCollection_t1F0BDDFE93ACE552AF5EC38BBF43701C55874390 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t1F0BDDFE93ACE552AF5EC38BBF43701C55874390 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t1F0BDDFE93ACE552AF5EC38BBF43701C55874390 * 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_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46, ___values_8)); } inline ValueCollection_t8E2C0FD59E0F114443CDC616A1DD9B3971E7C443 * get_values_8() const { return ___values_8; } inline ValueCollection_t8E2C0FD59E0F114443CDC616A1DD9B3971E7C443 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t8E2C0FD59E0F114443CDC616A1DD9B3971E7C443 * 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_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46, ____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_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ParameterAutomationLinkU5BU5D_t27B495E0A81F5FFBCF334905B33916F4BBDB041E* ____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_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54, ____items_1)); } inline ParameterAutomationLinkU5BU5D_t27B495E0A81F5FFBCF334905B33916F4BBDB041E* get__items_1() const { return ____items_1; } inline ParameterAutomationLinkU5BU5D_t27B495E0A81F5FFBCF334905B33916F4BBDB041E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ParameterAutomationLinkU5BU5D_t27B495E0A81F5FFBCF334905B33916F4BBDB041E* 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_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54, ____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_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54, ____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_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54, ____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_t8C34DEFA50644B60FF0B22C99014768111039C7D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StudioEventEmitterU5BU5D_tD6DE6474A41BD677AAF2CB767E3073E16DBBBF05* ____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_t8C34DEFA50644B60FF0B22C99014768111039C7D, ____items_1)); } inline StudioEventEmitterU5BU5D_tD6DE6474A41BD677AAF2CB767E3073E16DBBBF05* get__items_1() const { return ____items_1; } inline StudioEventEmitterU5BU5D_tD6DE6474A41BD677AAF2CB767E3073E16DBBBF05** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StudioEventEmitterU5BU5D_tD6DE6474A41BD677AAF2CB767E3073E16DBBBF05* 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_t8C34DEFA50644B60FF0B22C99014768111039C7D, ____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_t8C34DEFA50644B60FF0B22C99014768111039C7D, ____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_t8C34DEFA50644B60FF0B22C99014768111039C7D, ____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_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StudioListenerU5BU5D_tFF26242F17D052908D5FB2BE31A5A201A7DBE0D3* ____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_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6, ____items_1)); } inline StudioListenerU5BU5D_tFF26242F17D052908D5FB2BE31A5A201A7DBE0D3* get__items_1() const { return ____items_1; } inline StudioListenerU5BU5D_tFF26242F17D052908D5FB2BE31A5A201A7DBE0D3** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StudioListenerU5BU5D_tFF26242F17D052908D5FB2BE31A5A201A7DBE0D3* 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_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6, ____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_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6, ____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_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6, ____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_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ThreadAffinityGroupU5BU5D_t4EBB708AF897BC6DD714EB54C4B954DA2C3396F1* ____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_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4, ____items_1)); } inline ThreadAffinityGroupU5BU5D_t4EBB708AF897BC6DD714EB54C4B954DA2C3396F1* get__items_1() const { return ____items_1; } inline ThreadAffinityGroupU5BU5D_t4EBB708AF897BC6DD714EB54C4B954DA2C3396F1** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ThreadAffinityGroupU5BU5D_t4EBB708AF897BC6DD714EB54C4B954DA2C3396F1* 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_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4, ____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_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4, ____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_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4, ____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_t05E2D9B40C1553CBA367BD87BF959D872BD4319C : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AttachedInstanceU5BU5D_tE9151CF533B3FC11EC10D2EE9F23C3D006F26557* ____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_t05E2D9B40C1553CBA367BD87BF959D872BD4319C, ____items_1)); } inline AttachedInstanceU5BU5D_tE9151CF533B3FC11EC10D2EE9F23C3D006F26557* get__items_1() const { return ____items_1; } inline AttachedInstanceU5BU5D_tE9151CF533B3FC11EC10D2EE9F23C3D006F26557** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AttachedInstanceU5BU5D_tE9151CF533B3FC11EC10D2EE9F23C3D006F26557* 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_t05E2D9B40C1553CBA367BD87BF959D872BD4319C, ____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_t05E2D9B40C1553CBA367BD87BF959D872BD4319C, ____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_t05E2D9B40C1553CBA367BD87BF959D872BD4319C, ____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_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; } }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t8E2C0FD59E0F114443CDC616A1DD9B3971E7C443 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_t8E2C0FD59E0F114443CDC616A1DD9B3971E7C443, ___dictionary_0)); } inline Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // FMOD.CONSTANTS struct CONSTANTS_t0B52C984F38EFA4C9BA41F1CF6644734D2665E56 : public RuntimeObject { public: public: }; // 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); } }; // FMOD.Error struct Error_t104C39EE21D269086A00F0E89B975607F117659A : public RuntimeObject { public: public: }; // FMODUnity.Legacy struct Legacy_tFEEF5D000476BBB5D2510E78568CEEB0F33E42C0 : public RuntimeObject { public: public: }; // FMOD.MarshalHelper struct MarshalHelper_t986EAEE21D771C12D9BBE74F8C331CD83C28CDEC : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // FMOD.PRESET struct PRESET_t1B7CAEF25DBE6ED7D3415483F40DBB2F0EDDF22B : public RuntimeObject { public: public: }; // UnityEngine.Playables.PlayableBehaviour struct PlayableBehaviour_t451A3E3A605FDB6CD89DE1DAD0CBE96C20687D82 : 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; } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // 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: }; // 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_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * ___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 ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C, ___list_0)); } inline List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * get_list_0() const { return ___list_0; } inline List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C, ___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_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C, ___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_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C, ___current_3)); } inline ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC * get_current_3() const { return ___current_3; } inline ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC * 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); } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = 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); } }; // FMODUnity.AutomatableSlots struct AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE { public: // System.Single FMODUnity.AutomatableSlots::slot00 float ___slot00_1; // System.Single FMODUnity.AutomatableSlots::slot01 float ___slot01_2; // System.Single FMODUnity.AutomatableSlots::slot02 float ___slot02_3; // System.Single FMODUnity.AutomatableSlots::slot03 float ___slot03_4; // System.Single FMODUnity.AutomatableSlots::slot04 float ___slot04_5; // System.Single FMODUnity.AutomatableSlots::slot05 float ___slot05_6; // System.Single FMODUnity.AutomatableSlots::slot06 float ___slot06_7; // System.Single FMODUnity.AutomatableSlots::slot07 float ___slot07_8; // System.Single FMODUnity.AutomatableSlots::slot08 float ___slot08_9; // System.Single FMODUnity.AutomatableSlots::slot09 float ___slot09_10; // System.Single FMODUnity.AutomatableSlots::slot10 float ___slot10_11; // System.Single FMODUnity.AutomatableSlots::slot11 float ___slot11_12; // System.Single FMODUnity.AutomatableSlots::slot12 float ___slot12_13; // System.Single FMODUnity.AutomatableSlots::slot13 float ___slot13_14; // System.Single FMODUnity.AutomatableSlots::slot14 float ___slot14_15; // System.Single FMODUnity.AutomatableSlots::slot15 float ___slot15_16; public: inline static int32_t get_offset_of_slot00_1() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot00_1)); } inline float get_slot00_1() const { return ___slot00_1; } inline float* get_address_of_slot00_1() { return &___slot00_1; } inline void set_slot00_1(float value) { ___slot00_1 = value; } inline static int32_t get_offset_of_slot01_2() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot01_2)); } inline float get_slot01_2() const { return ___slot01_2; } inline float* get_address_of_slot01_2() { return &___slot01_2; } inline void set_slot01_2(float value) { ___slot01_2 = value; } inline static int32_t get_offset_of_slot02_3() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot02_3)); } inline float get_slot02_3() const { return ___slot02_3; } inline float* get_address_of_slot02_3() { return &___slot02_3; } inline void set_slot02_3(float value) { ___slot02_3 = value; } inline static int32_t get_offset_of_slot03_4() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot03_4)); } inline float get_slot03_4() const { return ___slot03_4; } inline float* get_address_of_slot03_4() { return &___slot03_4; } inline void set_slot03_4(float value) { ___slot03_4 = value; } inline static int32_t get_offset_of_slot04_5() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot04_5)); } inline float get_slot04_5() const { return ___slot04_5; } inline float* get_address_of_slot04_5() { return &___slot04_5; } inline void set_slot04_5(float value) { ___slot04_5 = value; } inline static int32_t get_offset_of_slot05_6() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot05_6)); } inline float get_slot05_6() const { return ___slot05_6; } inline float* get_address_of_slot05_6() { return &___slot05_6; } inline void set_slot05_6(float value) { ___slot05_6 = value; } inline static int32_t get_offset_of_slot06_7() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot06_7)); } inline float get_slot06_7() const { return ___slot06_7; } inline float* get_address_of_slot06_7() { return &___slot06_7; } inline void set_slot06_7(float value) { ___slot06_7 = value; } inline static int32_t get_offset_of_slot07_8() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot07_8)); } inline float get_slot07_8() const { return ___slot07_8; } inline float* get_address_of_slot07_8() { return &___slot07_8; } inline void set_slot07_8(float value) { ___slot07_8 = value; } inline static int32_t get_offset_of_slot08_9() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot08_9)); } inline float get_slot08_9() const { return ___slot08_9; } inline float* get_address_of_slot08_9() { return &___slot08_9; } inline void set_slot08_9(float value) { ___slot08_9 = value; } inline static int32_t get_offset_of_slot09_10() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot09_10)); } inline float get_slot09_10() const { return ___slot09_10; } inline float* get_address_of_slot09_10() { return &___slot09_10; } inline void set_slot09_10(float value) { ___slot09_10 = value; } inline static int32_t get_offset_of_slot10_11() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot10_11)); } inline float get_slot10_11() const { return ___slot10_11; } inline float* get_address_of_slot10_11() { return &___slot10_11; } inline void set_slot10_11(float value) { ___slot10_11 = value; } inline static int32_t get_offset_of_slot11_12() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot11_12)); } inline float get_slot11_12() const { return ___slot11_12; } inline float* get_address_of_slot11_12() { return &___slot11_12; } inline void set_slot11_12(float value) { ___slot11_12 = value; } inline static int32_t get_offset_of_slot12_13() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot12_13)); } inline float get_slot12_13() const { return ___slot12_13; } inline float* get_address_of_slot12_13() { return &___slot12_13; } inline void set_slot12_13(float value) { ___slot12_13 = value; } inline static int32_t get_offset_of_slot13_14() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot13_14)); } inline float get_slot13_14() const { return ___slot13_14; } inline float* get_address_of_slot13_14() { return &___slot13_14; } inline void set_slot13_14(float value) { ___slot13_14 = value; } inline static int32_t get_offset_of_slot14_15() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot14_15)); } inline float get_slot14_15() const { return ___slot14_15; } inline float* get_address_of_slot14_15() { return &___slot14_15; } inline void set_slot14_15(float value) { ___slot14_15 = value; } inline static int32_t get_offset_of_slot15_16() { return static_cast(offsetof(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE, ___slot15_16)); } inline float get_slot15_16() const { return ___slot15_16; } inline float* get_address_of_slot15_16() { return &___slot15_16; } inline void set_slot15_16(float value) { ___slot15_16 = 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.CHANNELCONTROL_DSP_INDEX struct CHANNELCONTROL_DSP_INDEX_t60D8BBFFC353AB6BCD6B2858CCED71AA5881B84E { public: union { struct { }; uint8_t CHANNELCONTROL_DSP_INDEX_t60D8BBFFC353AB6BCD6B2858CCED71AA5881B84E__padding[1]; }; public: }; // FMOD.COMPLEX struct COMPLEX_tAC6B73B8AA097E2FAB86F2064D231710AF0420D3 { public: // System.Single FMOD.COMPLEX::real float ___real_0; // System.Single FMOD.COMPLEX::imag float ___imag_1; public: inline static int32_t get_offset_of_real_0() { return static_cast(offsetof(COMPLEX_tAC6B73B8AA097E2FAB86F2064D231710AF0420D3, ___real_0)); } inline float get_real_0() const { return ___real_0; } inline float* get_address_of_real_0() { return &___real_0; } inline void set_real_0(float value) { ___real_0 = value; } inline static int32_t get_offset_of_imag_1() { return static_cast(offsetof(COMPLEX_tAC6B73B8AA097E2FAB86F2064D231710AF0420D3, ___imag_1)); } inline float get_imag_1() const { return ___imag_1; } inline float* get_address_of_imag_1() { return &___imag_1; } inline void set_imag_1(float value) { ___imag_1 = 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; } }; // FMOD.DSP_PARAMETER_ATTENUATION_RANGE struct DSP_PARAMETER_ATTENUATION_RANGE_t5A59AEDCEA978A66A7A0A16D516E655A2CD78B8A { public: // System.Single FMOD.DSP_PARAMETER_ATTENUATION_RANGE::min float ___min_0; // System.Single FMOD.DSP_PARAMETER_ATTENUATION_RANGE::max float ___max_1; public: inline static int32_t get_offset_of_min_0() { return static_cast(offsetof(DSP_PARAMETER_ATTENUATION_RANGE_t5A59AEDCEA978A66A7A0A16D516E655A2CD78B8A, ___min_0)); } inline float get_min_0() const { return ___min_0; } inline float* get_address_of_min_0() { return &___min_0; } inline void set_min_0(float value) { ___min_0 = value; } inline static int32_t get_offset_of_max_1() { return static_cast(offsetof(DSP_PARAMETER_ATTENUATION_RANGE_t5A59AEDCEA978A66A7A0A16D516E655A2CD78B8A, ___max_1)); } inline float get_max_1() const { return ___max_1; } inline float* get_address_of_max_1() { return &___max_1; } inline void set_max_1(float value) { ___max_1 = value; } }; // FMOD.DSP_PARAMETER_DESC_DATA struct DSP_PARAMETER_DESC_DATA_tA166895E032A3A72F1FC0E7F6E7AC23AFE2DA81D { public: // System.Int32 FMOD.DSP_PARAMETER_DESC_DATA::datatype int32_t ___datatype_0; public: inline static int32_t get_offset_of_datatype_0() { return static_cast(offsetof(DSP_PARAMETER_DESC_DATA_tA166895E032A3A72F1FC0E7F6E7AC23AFE2DA81D, ___datatype_0)); } inline int32_t get_datatype_0() const { return ___datatype_0; } inline int32_t* get_address_of_datatype_0() { return &___datatype_0; } inline void set_datatype_0(int32_t value) { ___datatype_0 = value; } }; // FMOD.DSP_PARAMETER_OVERALLGAIN struct DSP_PARAMETER_OVERALLGAIN_tD9EDE39122459EF7F1773FA575CA200C2F735D17 { public: // System.Single FMOD.DSP_PARAMETER_OVERALLGAIN::linear_gain float ___linear_gain_0; // System.Single FMOD.DSP_PARAMETER_OVERALLGAIN::linear_gain_additive float ___linear_gain_additive_1; public: inline static int32_t get_offset_of_linear_gain_0() { return static_cast(offsetof(DSP_PARAMETER_OVERALLGAIN_tD9EDE39122459EF7F1773FA575CA200C2F735D17, ___linear_gain_0)); } inline float get_linear_gain_0() const { return ___linear_gain_0; } inline float* get_address_of_linear_gain_0() { return &___linear_gain_0; } inline void set_linear_gain_0(float value) { ___linear_gain_0 = value; } inline static int32_t get_offset_of_linear_gain_additive_1() { return static_cast(offsetof(DSP_PARAMETER_OVERALLGAIN_tD9EDE39122459EF7F1773FA575CA200C2F735D17, ___linear_gain_additive_1)); } inline float get_linear_gain_additive_1() const { return ___linear_gain_additive_1; } inline float* get_address_of_linear_gain_additive_1() { return &___linear_gain_additive_1; } inline void set_linear_gain_additive_1(float value) { ___linear_gain_additive_1 = value; } }; // FMOD.DSP_PARAMETER_SIDECHAIN struct DSP_PARAMETER_SIDECHAIN_t268CEF1EFAF498DF0049BB128AE41519552D8EBB { public: // System.Int32 FMOD.DSP_PARAMETER_SIDECHAIN::sidechainenable int32_t ___sidechainenable_0; public: inline static int32_t get_offset_of_sidechainenable_0() { return static_cast(offsetof(DSP_PARAMETER_SIDECHAIN_t268CEF1EFAF498DF0049BB128AE41519552D8EBB, ___sidechainenable_0)); } inline int32_t get_sidechainenable_0() const { return ___sidechainenable_0; } inline int32_t* get_address_of_sidechainenable_0() { return &___sidechainenable_0; } inline void set_sidechainenable_0(int32_t value) { ___sidechainenable_0 = value; } }; // FMOD.DSP_STATE_DFT_FUNCTIONS struct DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6 { public: // FMOD.DSP_DFT_FFTREAL_FUNC FMOD.DSP_STATE_DFT_FUNCTIONS::fftreal DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649 * ___fftreal_0; // FMOD.DSP_DFT_IFFTREAL_FUNC FMOD.DSP_STATE_DFT_FUNCTIONS::inversefftreal DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238 * ___inversefftreal_1; public: inline static int32_t get_offset_of_fftreal_0() { return static_cast(offsetof(DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6, ___fftreal_0)); } inline DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649 * get_fftreal_0() const { return ___fftreal_0; } inline DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649 ** get_address_of_fftreal_0() { return &___fftreal_0; } inline void set_fftreal_0(DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649 * value) { ___fftreal_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___fftreal_0), (void*)value); } inline static int32_t get_offset_of_inversefftreal_1() { return static_cast(offsetof(DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6, ___inversefftreal_1)); } inline DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238 * get_inversefftreal_1() const { return ___inversefftreal_1; } inline DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238 ** get_address_of_inversefftreal_1() { return &___inversefftreal_1; } inline void set_inversefftreal_1(DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238 * value) { ___inversefftreal_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___inversefftreal_1), (void*)value); } }; // Native definition for P/Invoke marshalling of FMOD.DSP_STATE_DFT_FUNCTIONS struct DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6_marshaled_pinvoke { Il2CppMethodPointer ___fftreal_0; Il2CppMethodPointer ___inversefftreal_1; }; // Native definition for COM marshalling of FMOD.DSP_STATE_DFT_FUNCTIONS struct DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6_marshaled_com { Il2CppMethodPointer ___fftreal_0; Il2CppMethodPointer ___inversefftreal_1; }; // FMOD.DSP_STATE_PAN_FUNCTIONS struct DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402 { public: // FMOD.DSP_PAN_SUMMONOMATRIX_FUNC FMOD.DSP_STATE_PAN_FUNCTIONS::summonomatrix DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2 * ___summonomatrix_0; // FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC FMOD.DSP_STATE_PAN_FUNCTIONS::sumstereomatrix DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B * ___sumstereomatrix_1; // FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC FMOD.DSP_STATE_PAN_FUNCTIONS::sumsurroundmatrix DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6 * ___sumsurroundmatrix_2; // FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC FMOD.DSP_STATE_PAN_FUNCTIONS::summonotosurroundmatrix DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D * ___summonotosurroundmatrix_3; // FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC FMOD.DSP_STATE_PAN_FUNCTIONS::sumstereotosurroundmatrix DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E * ___sumstereotosurroundmatrix_4; // FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC FMOD.DSP_STATE_PAN_FUNCTIONS::getrolloffgain DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E * ___getrolloffgain_5; public: inline static int32_t get_offset_of_summonomatrix_0() { return static_cast(offsetof(DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402, ___summonomatrix_0)); } inline DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2 * get_summonomatrix_0() const { return ___summonomatrix_0; } inline DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2 ** get_address_of_summonomatrix_0() { return &___summonomatrix_0; } inline void set_summonomatrix_0(DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2 * value) { ___summonomatrix_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___summonomatrix_0), (void*)value); } inline static int32_t get_offset_of_sumstereomatrix_1() { return static_cast(offsetof(DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402, ___sumstereomatrix_1)); } inline DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B * get_sumstereomatrix_1() const { return ___sumstereomatrix_1; } inline DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B ** get_address_of_sumstereomatrix_1() { return &___sumstereomatrix_1; } inline void set_sumstereomatrix_1(DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B * value) { ___sumstereomatrix_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sumstereomatrix_1), (void*)value); } inline static int32_t get_offset_of_sumsurroundmatrix_2() { return static_cast(offsetof(DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402, ___sumsurroundmatrix_2)); } inline DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6 * get_sumsurroundmatrix_2() const { return ___sumsurroundmatrix_2; } inline DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6 ** get_address_of_sumsurroundmatrix_2() { return &___sumsurroundmatrix_2; } inline void set_sumsurroundmatrix_2(DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6 * value) { ___sumsurroundmatrix_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sumsurroundmatrix_2), (void*)value); } inline static int32_t get_offset_of_summonotosurroundmatrix_3() { return static_cast(offsetof(DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402, ___summonotosurroundmatrix_3)); } inline DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D * get_summonotosurroundmatrix_3() const { return ___summonotosurroundmatrix_3; } inline DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D ** get_address_of_summonotosurroundmatrix_3() { return &___summonotosurroundmatrix_3; } inline void set_summonotosurroundmatrix_3(DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D * value) { ___summonotosurroundmatrix_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___summonotosurroundmatrix_3), (void*)value); } inline static int32_t get_offset_of_sumstereotosurroundmatrix_4() { return static_cast(offsetof(DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402, ___sumstereotosurroundmatrix_4)); } inline DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E * get_sumstereotosurroundmatrix_4() const { return ___sumstereotosurroundmatrix_4; } inline DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E ** get_address_of_sumstereotosurroundmatrix_4() { return &___sumstereotosurroundmatrix_4; } inline void set_sumstereotosurroundmatrix_4(DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E * value) { ___sumstereotosurroundmatrix_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sumstereotosurroundmatrix_4), (void*)value); } inline static int32_t get_offset_of_getrolloffgain_5() { return static_cast(offsetof(DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402, ___getrolloffgain_5)); } inline DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E * get_getrolloffgain_5() const { return ___getrolloffgain_5; } inline DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E ** get_address_of_getrolloffgain_5() { return &___getrolloffgain_5; } inline void set_getrolloffgain_5(DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E * value) { ___getrolloffgain_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___getrolloffgain_5), (void*)value); } }; // Native definition for P/Invoke marshalling of FMOD.DSP_STATE_PAN_FUNCTIONS struct DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402_marshaled_pinvoke { Il2CppMethodPointer ___summonomatrix_0; Il2CppMethodPointer ___sumstereomatrix_1; Il2CppMethodPointer ___sumsurroundmatrix_2; Il2CppMethodPointer ___summonotosurroundmatrix_3; Il2CppMethodPointer ___sumstereotosurroundmatrix_4; Il2CppMethodPointer ___getrolloffgain_5; }; // Native definition for COM marshalling of FMOD.DSP_STATE_PAN_FUNCTIONS struct DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402_marshaled_com { Il2CppMethodPointer ___summonomatrix_0; Il2CppMethodPointer ___sumstereomatrix_1; Il2CppMethodPointer ___sumsurroundmatrix_2; Il2CppMethodPointer ___summonotosurroundmatrix_3; Il2CppMethodPointer ___sumstereotosurroundmatrix_4; Il2CppMethodPointer ___getrolloffgain_5; }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; // FMOD.Debug struct Debug_tDD466E7E51CF2D54907EC1D505A3BAB33CDA72CF { public: union { struct { }; uint8_t Debug_tDD466E7E51CF2D54907EC1D505A3BAB33CDA72CF__padding[1]; }; public: }; // UnityEngine.Timeline.DiscreteTime struct DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F { public: // System.Int64 UnityEngine.Timeline.DiscreteTime::m_DiscreteTime int64_t ___m_DiscreteTime_2; public: inline static int32_t get_offset_of_m_DiscreteTime_2() { return static_cast(offsetof(DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F, ___m_DiscreteTime_2)); } inline int64_t get_m_DiscreteTime_2() const { return ___m_DiscreteTime_2; } inline int64_t* get_address_of_m_DiscreteTime_2() { return &___m_DiscreteTime_2; } inline void set_m_DiscreteTime_2(int64_t value) { ___m_DiscreteTime_2 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double 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 { }; // FMODUnity.FMODEventMixerBehaviour struct FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB : public PlayableBehaviour_t451A3E3A605FDB6CD89DE1DAD0CBE96C20687D82 { public: // System.Single FMODUnity.FMODEventMixerBehaviour::volume float ___volume_0; public: inline static int32_t get_offset_of_volume_0() { return static_cast(offsetof(FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB, ___volume_0)); } inline float get_volume_0() const { return ___volume_0; } inline float* get_address_of_volume_0() { return &___volume_0; } inline void set_volume_0(float value) { ___volume_0 = value; } }; // FMOD.Factory struct Factory_tDA6CFC372691E985E103DC1AC1F141B9D0878850 { public: union { struct { }; uint8_t Factory_tDA6CFC372691E985E103DC1AC1F141B9D0878850__padding[1]; }; public: }; // 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.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = 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; } }; // UnityEngine.Timeline.MarkerList struct MarkerList_t1D16DBEA1BD207C30DE2F2A00D5942865882223D { public: // System.Collections.Generic.List`1 UnityEngine.Timeline.MarkerList::m_Objects List_1_tEB4537E121ED7128292F5E49486823EB846576FE * ___m_Objects_0; // System.Collections.Generic.List`1 UnityEngine.Timeline.MarkerList::m_Cache List_1_t5898C268E88FBE862539899D9DA3F3289AE269D1 * ___m_Cache_1; // System.Boolean UnityEngine.Timeline.MarkerList::m_CacheDirty bool ___m_CacheDirty_2; // System.Boolean UnityEngine.Timeline.MarkerList::m_HasNotifications bool ___m_HasNotifications_3; public: inline static int32_t get_offset_of_m_Objects_0() { return static_cast(offsetof(MarkerList_t1D16DBEA1BD207C30DE2F2A00D5942865882223D, ___m_Objects_0)); } inline List_1_tEB4537E121ED7128292F5E49486823EB846576FE * get_m_Objects_0() const { return ___m_Objects_0; } inline List_1_tEB4537E121ED7128292F5E49486823EB846576FE ** get_address_of_m_Objects_0() { return &___m_Objects_0; } inline void set_m_Objects_0(List_1_tEB4537E121ED7128292F5E49486823EB846576FE * value) { ___m_Objects_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Objects_0), (void*)value); } inline static int32_t get_offset_of_m_Cache_1() { return static_cast(offsetof(MarkerList_t1D16DBEA1BD207C30DE2F2A00D5942865882223D, ___m_Cache_1)); } inline List_1_t5898C268E88FBE862539899D9DA3F3289AE269D1 * get_m_Cache_1() const { return ___m_Cache_1; } inline List_1_t5898C268E88FBE862539899D9DA3F3289AE269D1 ** get_address_of_m_Cache_1() { return &___m_Cache_1; } inline void set_m_Cache_1(List_1_t5898C268E88FBE862539899D9DA3F3289AE269D1 * value) { ___m_Cache_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Cache_1), (void*)value); } inline static int32_t get_offset_of_m_CacheDirty_2() { return static_cast(offsetof(MarkerList_t1D16DBEA1BD207C30DE2F2A00D5942865882223D, ___m_CacheDirty_2)); } inline bool get_m_CacheDirty_2() const { return ___m_CacheDirty_2; } inline bool* get_address_of_m_CacheDirty_2() { return &___m_CacheDirty_2; } inline void set_m_CacheDirty_2(bool value) { ___m_CacheDirty_2 = value; } inline static int32_t get_offset_of_m_HasNotifications_3() { return static_cast(offsetof(MarkerList_t1D16DBEA1BD207C30DE2F2A00D5942865882223D, ___m_HasNotifications_3)); } inline bool get_m_HasNotifications_3() const { return ___m_HasNotifications_3; } inline bool* get_address_of_m_HasNotifications_3() { return &___m_HasNotifications_3; } inline void set_m_HasNotifications_3(bool value) { ___m_HasNotifications_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Timeline.MarkerList struct MarkerList_t1D16DBEA1BD207C30DE2F2A00D5942865882223D_marshaled_pinvoke { List_1_tEB4537E121ED7128292F5E49486823EB846576FE * ___m_Objects_0; List_1_t5898C268E88FBE862539899D9DA3F3289AE269D1 * ___m_Cache_1; int32_t ___m_CacheDirty_2; int32_t ___m_HasNotifications_3; }; // Native definition for COM marshalling of UnityEngine.Timeline.MarkerList struct MarkerList_t1D16DBEA1BD207C30DE2F2A00D5942865882223D_marshaled_com { List_1_tEB4537E121ED7128292F5E49486823EB846576FE * ___m_Objects_0; List_1_t5898C268E88FBE862539899D9DA3F3289AE269D1 * ___m_Cache_1; int32_t ___m_CacheDirty_2; int32_t ___m_HasNotifications_3; }; // FMOD.Memory struct Memory_t807B3761C603F6FF61B039F257283E90EB0AE602 { public: union { struct { }; uint8_t Memory_t807B3761C603F6FF61B039F257283E90EB0AE602__padding[1]; }; public: }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // 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.PORT_INDEX struct PORT_INDEX_t8A129BD161EEB0D1AC115BACE6A25EF4AD54B218 { public: union { struct { }; uint8_t PORT_INDEX_t8A129BD161EEB0D1AC115BACE6A25EF4AD54B218__padding[1]; }; public: }; // UnityEngine.PropertyAttribute struct PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // 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; } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = 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; } }; // 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; } }; // 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.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/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: }; // UnityEngine.Timeline.TrackAsset/TransientBuildData struct TransientBuildData_t9712699B02114AB8ED38C4D17EA5989208B2FF2F { public: // System.Collections.Generic.List`1 UnityEngine.Timeline.TrackAsset/TransientBuildData::trackList List_1_tA5F79D75B0DDD71AFB7825B7C5CA477A2D2513D4 * ___trackList_0; // System.Collections.Generic.List`1 UnityEngine.Timeline.TrackAsset/TransientBuildData::clipList List_1_t8510F75FE95B25D670E78B2D50D473129A882F3C * ___clipList_1; // System.Collections.Generic.List`1 UnityEngine.Timeline.TrackAsset/TransientBuildData::markerList List_1_t5898C268E88FBE862539899D9DA3F3289AE269D1 * ___markerList_2; public: inline static int32_t get_offset_of_trackList_0() { return static_cast(offsetof(TransientBuildData_t9712699B02114AB8ED38C4D17EA5989208B2FF2F, ___trackList_0)); } inline List_1_tA5F79D75B0DDD71AFB7825B7C5CA477A2D2513D4 * get_trackList_0() const { return ___trackList_0; } inline List_1_tA5F79D75B0DDD71AFB7825B7C5CA477A2D2513D4 ** get_address_of_trackList_0() { return &___trackList_0; } inline void set_trackList_0(List_1_tA5F79D75B0DDD71AFB7825B7C5CA477A2D2513D4 * value) { ___trackList_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___trackList_0), (void*)value); } inline static int32_t get_offset_of_clipList_1() { return static_cast(offsetof(TransientBuildData_t9712699B02114AB8ED38C4D17EA5989208B2FF2F, ___clipList_1)); } inline List_1_t8510F75FE95B25D670E78B2D50D473129A882F3C * get_clipList_1() const { return ___clipList_1; } inline List_1_t8510F75FE95B25D670E78B2D50D473129A882F3C ** get_address_of_clipList_1() { return &___clipList_1; } inline void set_clipList_1(List_1_t8510F75FE95B25D670E78B2D50D473129A882F3C * value) { ___clipList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___clipList_1), (void*)value); } inline static int32_t get_offset_of_markerList_2() { return static_cast(offsetof(TransientBuildData_t9712699B02114AB8ED38C4D17EA5989208B2FF2F, ___markerList_2)); } inline List_1_t5898C268E88FBE862539899D9DA3F3289AE269D1 * get_markerList_2() const { return ___markerList_2; } inline List_1_t5898C268E88FBE862539899D9DA3F3289AE269D1 ** get_address_of_markerList_2() { return &___markerList_2; } inline void set_markerList_2(List_1_t5898C268E88FBE862539899D9DA3F3289AE269D1 * value) { ___markerList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___markerList_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Timeline.TrackAsset/TransientBuildData struct TransientBuildData_t9712699B02114AB8ED38C4D17EA5989208B2FF2F_marshaled_pinvoke { List_1_tA5F79D75B0DDD71AFB7825B7C5CA477A2D2513D4 * ___trackList_0; List_1_t8510F75FE95B25D670E78B2D50D473129A882F3C * ___clipList_1; List_1_t5898C268E88FBE862539899D9DA3F3289AE269D1 * ___markerList_2; }; // Native definition for COM marshalling of UnityEngine.Timeline.TrackAsset/TransientBuildData struct TransientBuildData_t9712699B02114AB8ED38C4D17EA5989208B2FF2F_marshaled_com { List_1_tA5F79D75B0DDD71AFB7825B7C5CA477A2D2513D4 * ___trackList_0; List_1_t8510F75FE95B25D670E78B2D50D473129A882F3C * ___clipList_1; List_1_t5898C268E88FBE862539899D9DA3F3289AE269D1 * ___markerList_2; }; // 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.ASYNCREADINFO struct ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35 { public: // System.IntPtr FMOD.ASYNCREADINFO::handle intptr_t ___handle_0; // System.UInt32 FMOD.ASYNCREADINFO::offset uint32_t ___offset_1; // System.UInt32 FMOD.ASYNCREADINFO::sizebytes uint32_t ___sizebytes_2; // System.Int32 FMOD.ASYNCREADINFO::priority int32_t ___priority_3; // System.IntPtr FMOD.ASYNCREADINFO::userdata intptr_t ___userdata_4; // System.IntPtr FMOD.ASYNCREADINFO::buffer intptr_t ___buffer_5; // System.UInt32 FMOD.ASYNCREADINFO::bytesread uint32_t ___bytesread_6; // FMOD.FILE_ASYNCDONE_FUNC FMOD.ASYNCREADINFO::done FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182 * ___done_7; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35, ___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; } inline static int32_t get_offset_of_offset_1() { return static_cast(offsetof(ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35, ___offset_1)); } inline uint32_t get_offset_1() const { return ___offset_1; } inline uint32_t* get_address_of_offset_1() { return &___offset_1; } inline void set_offset_1(uint32_t value) { ___offset_1 = value; } inline static int32_t get_offset_of_sizebytes_2() { return static_cast(offsetof(ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35, ___sizebytes_2)); } inline uint32_t get_sizebytes_2() const { return ___sizebytes_2; } inline uint32_t* get_address_of_sizebytes_2() { return &___sizebytes_2; } inline void set_sizebytes_2(uint32_t value) { ___sizebytes_2 = value; } inline static int32_t get_offset_of_priority_3() { return static_cast(offsetof(ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35, ___priority_3)); } inline int32_t get_priority_3() const { return ___priority_3; } inline int32_t* get_address_of_priority_3() { return &___priority_3; } inline void set_priority_3(int32_t value) { ___priority_3 = value; } inline static int32_t get_offset_of_userdata_4() { return static_cast(offsetof(ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35, ___userdata_4)); } inline intptr_t get_userdata_4() const { return ___userdata_4; } inline intptr_t* get_address_of_userdata_4() { return &___userdata_4; } inline void set_userdata_4(intptr_t value) { ___userdata_4 = value; } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35, ___buffer_5)); } inline intptr_t get_buffer_5() const { return ___buffer_5; } inline intptr_t* get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(intptr_t value) { ___buffer_5 = value; } inline static int32_t get_offset_of_bytesread_6() { return static_cast(offsetof(ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35, ___bytesread_6)); } inline uint32_t get_bytesread_6() const { return ___bytesread_6; } inline uint32_t* get_address_of_bytesread_6() { return &___bytesread_6; } inline void set_bytesread_6(uint32_t value) { ___bytesread_6 = value; } inline static int32_t get_offset_of_done_7() { return static_cast(offsetof(ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35, ___done_7)); } inline FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182 * get_done_7() const { return ___done_7; } inline FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182 ** get_address_of_done_7() { return &___done_7; } inline void set_done_7(FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182 * value) { ___done_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___done_7), (void*)value); } }; // Native definition for P/Invoke marshalling of FMOD.ASYNCREADINFO struct ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35_marshaled_pinvoke { intptr_t ___handle_0; uint32_t ___offset_1; uint32_t ___sizebytes_2; int32_t ___priority_3; intptr_t ___userdata_4; intptr_t ___buffer_5; uint32_t ___bytesread_6; Il2CppMethodPointer ___done_7; }; // Native definition for COM marshalling of FMOD.ASYNCREADINFO struct ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35_marshaled_com { intptr_t ___handle_0; uint32_t ___offset_1; uint32_t ___sizebytes_2; int32_t ___priority_3; intptr_t ___userdata_4; intptr_t ___buffer_5; uint32_t ___bytesread_6; Il2CppMethodPointer ___done_7; }; // 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; } }; // FMODUnity.BankRefAttribute struct BankRefAttribute_t1E50710AB4B461FA76906C98E68F2ECC902D55D1 : public PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052 { public: public: }; // 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.CHANNELCONTROL_CALLBACK_TYPE struct CHANNELCONTROL_CALLBACK_TYPE_t0F46F4F86E383F2102B2752887C832DEF5A6814F { public: // System.Int32 FMOD.CHANNELCONTROL_CALLBACK_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CHANNELCONTROL_CALLBACK_TYPE_t0F46F4F86E383F2102B2752887C832DEF5A6814F, ___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.CHANNELCONTROL_TYPE struct CHANNELCONTROL_TYPE_t04FD13A17CEAF25618F34E0896CC8124CE74EB5B { public: // System.Int32 FMOD.CHANNELCONTROL_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CHANNELCONTROL_TYPE_t04FD13A17CEAF25618F34E0896CC8124CE74EB5B, ___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.CHANNELMASK struct CHANNELMASK_t6C4C7808D1B61C1D518480FC39A47609520D9143 { public: // System.UInt32 FMOD.CHANNELMASK::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CHANNELMASK_t6C4C7808D1B61C1D518480FC39A47609520D9143, ___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.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; } }; // UnityEngine.Timeline.ClipCaps struct ClipCaps_t4DAFD870481888D50D7D4F5892B6AFECEA975919 { public: // System.Int32 UnityEngine.Timeline.ClipCaps::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ClipCaps_t4DAFD870481888D50D7D4F5892B6AFECEA975919, ___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.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.DEBUG_MODE struct DEBUG_MODE_t0C079D30A5D1D7BE624A50CEF48D0225FDE0B248 { public: // System.Int32 FMOD.DEBUG_MODE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DEBUG_MODE_t0C079D30A5D1D7BE624A50CEF48D0225FDE0B248, ___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.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.DSPCONNECTION_TYPE struct DSPCONNECTION_TYPE_t83557B57767D3FEC0682DADCAA69352C595D885F { public: // System.Int32 FMOD.DSPCONNECTION_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSPCONNECTION_TYPE_t83557B57767D3FEC0682DADCAA69352C595D885F, ___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.DSPConnection struct DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 { public: // System.IntPtr FMOD.DSPConnection::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465, ___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_CHANNELMIX struct DSP_CHANNELMIX_t448E99F9770F47BD52FDC3153B26A86F5AA1B900 { public: // System.Int32 FMOD.DSP_CHANNELMIX::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_CHANNELMIX_t448E99F9770F47BD52FDC3153B26A86F5AA1B900, ___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_CHANNELMIX_OUTPUT struct DSP_CHANNELMIX_OUTPUT_t4B7DFDE9E7074612DB1EA7EF75C304D119BEA4C0 { public: // System.Int32 FMOD.DSP_CHANNELMIX_OUTPUT::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_CHANNELMIX_OUTPUT_t4B7DFDE9E7074612DB1EA7EF75C304D119BEA4C0, ___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_CHORUS struct DSP_CHORUS_t1845FD82A207E5BC000E8B4C31EA00D1540A48B0 { public: // System.Int32 FMOD.DSP_CHORUS::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_CHORUS_t1845FD82A207E5BC000E8B4C31EA00D1540A48B0, ___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_COMPRESSOR struct DSP_COMPRESSOR_t126AA5B0588890C9AA9D3FDF761DDDC7E6BC6483 { public: // System.Int32 FMOD.DSP_COMPRESSOR::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_COMPRESSOR_t126AA5B0588890C9AA9D3FDF761DDDC7E6BC6483, ___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_CONVOLUTION_REVERB struct DSP_CONVOLUTION_REVERB_tD9D345D35FDAE2393717D8D4E941A921A8574585 { public: // System.Int32 FMOD.DSP_CONVOLUTION_REVERB::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_CONVOLUTION_REVERB_tD9D345D35FDAE2393717D8D4E941A921A8574585, ___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_DELAY struct DSP_DELAY_t23C0D207A7D9FD7A21355E02F7E24312277C265B { public: // System.Int32 FMOD.DSP_DELAY::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_DELAY_t23C0D207A7D9FD7A21355E02F7E24312277C265B, ___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_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_DISTORTION struct DSP_DISTORTION_t8EB1C85AAFF0FA7445DA0C2296B41365E859844F { public: // System.Int32 FMOD.DSP_DISTORTION::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_DISTORTION_t8EB1C85AAFF0FA7445DA0C2296B41365E859844F, ___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_ECHO struct DSP_ECHO_t2A35E6582BAAC5A31270FAAA475933F1B88D553D { public: // System.Int32 FMOD.DSP_ECHO::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_ECHO_t2A35E6582BAAC5A31270FAAA475933F1B88D553D, ___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_ENVELOPEFOLLOWER struct DSP_ENVELOPEFOLLOWER_tD7CD099859F0C0C7759A78050CEA42437E08B306 { public: // System.Int32 FMOD.DSP_ENVELOPEFOLLOWER::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_ENVELOPEFOLLOWER_tD7CD099859F0C0C7759A78050CEA42437E08B306, ___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_FADER struct DSP_FADER_t2E8C34349A5A2F6A32E1D1487B520B611EC42EF1 { public: // System.Int32 FMOD.DSP_FADER::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_FADER_t2E8C34349A5A2F6A32E1D1487B520B611EC42EF1, ___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_FFT struct DSP_FFT_t21872853C732E727D22E2062E704363F47E3D65C { public: // System.Int32 FMOD.DSP_FFT::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_FFT_t21872853C732E727D22E2062E704363F47E3D65C, ___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_FFT_WINDOW struct DSP_FFT_WINDOW_t4D64CCECB78EA45124CD9E03A982EE3495811A68 { public: // System.Int32 FMOD.DSP_FFT_WINDOW::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_FFT_WINDOW_t4D64CCECB78EA45124CD9E03A982EE3495811A68, ___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_FLANGE struct DSP_FLANGE_tCADB00E768DE0C79ADB93E1344D9DFA715805961 { public: // System.Int32 FMOD.DSP_FLANGE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_FLANGE_tCADB00E768DE0C79ADB93E1344D9DFA715805961, ___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_HIGHPASS struct DSP_HIGHPASS_t6156E256F399811A32BE8BF741985F6896294B33 { public: // System.Int32 FMOD.DSP_HIGHPASS::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_HIGHPASS_t6156E256F399811A32BE8BF741985F6896294B33, ___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_HIGHPASS_SIMPLE struct DSP_HIGHPASS_SIMPLE_tA418AA277B108FD7E6725C3EAC32E56D304516CD { public: // System.Int32 FMOD.DSP_HIGHPASS_SIMPLE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_HIGHPASS_SIMPLE_tA418AA277B108FD7E6725C3EAC32E56D304516CD, ___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_ITECHO struct DSP_ITECHO_tC9A436578A42C5B1B6C97249D9A28D66C753DC83 { public: // System.Int32 FMOD.DSP_ITECHO::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_ITECHO_tC9A436578A42C5B1B6C97249D9A28D66C753DC83, ___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_ITLOWPASS struct DSP_ITLOWPASS_tC2811631C4C19632EC3D9FD3C17592A67FE1ACCA { public: // System.Int32 FMOD.DSP_ITLOWPASS::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_ITLOWPASS_tC2811631C4C19632EC3D9FD3C17592A67FE1ACCA, ___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_LIMITER struct DSP_LIMITER_t2E333D7D3DEB1CD4465AF86F4918F02CDD9F3A7A { public: // System.Int32 FMOD.DSP_LIMITER::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_LIMITER_t2E333D7D3DEB1CD4465AF86F4918F02CDD9F3A7A, ___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_LOUDNESS_METER struct DSP_LOUDNESS_METER_tE7B92E7E3701C00F75AA6B81323348B29284BE20 { public: // System.Int32 FMOD.DSP_LOUDNESS_METER::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_LOUDNESS_METER_tE7B92E7E3701C00F75AA6B81323348B29284BE20, ___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_LOUDNESS_METER_INFO_TYPE struct DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04 { public: // System.Single FMOD.DSP_LOUDNESS_METER_INFO_TYPE::momentaryloudness float ___momentaryloudness_0; // System.Single FMOD.DSP_LOUDNESS_METER_INFO_TYPE::shorttermloudness float ___shorttermloudness_1; // System.Single FMOD.DSP_LOUDNESS_METER_INFO_TYPE::integratedloudness float ___integratedloudness_2; // System.Single FMOD.DSP_LOUDNESS_METER_INFO_TYPE::loudness10thpercentile float ___loudness10thpercentile_3; // System.Single FMOD.DSP_LOUDNESS_METER_INFO_TYPE::loudness95thpercentile float ___loudness95thpercentile_4; // System.Single[] FMOD.DSP_LOUDNESS_METER_INFO_TYPE::loudnesshistogram SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___loudnesshistogram_5; // System.Single FMOD.DSP_LOUDNESS_METER_INFO_TYPE::maxtruepeak float ___maxtruepeak_6; // System.Single FMOD.DSP_LOUDNESS_METER_INFO_TYPE::maxmomentaryloudness float ___maxmomentaryloudness_7; public: inline static int32_t get_offset_of_momentaryloudness_0() { return static_cast(offsetof(DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04, ___momentaryloudness_0)); } inline float get_momentaryloudness_0() const { return ___momentaryloudness_0; } inline float* get_address_of_momentaryloudness_0() { return &___momentaryloudness_0; } inline void set_momentaryloudness_0(float value) { ___momentaryloudness_0 = value; } inline static int32_t get_offset_of_shorttermloudness_1() { return static_cast(offsetof(DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04, ___shorttermloudness_1)); } inline float get_shorttermloudness_1() const { return ___shorttermloudness_1; } inline float* get_address_of_shorttermloudness_1() { return &___shorttermloudness_1; } inline void set_shorttermloudness_1(float value) { ___shorttermloudness_1 = value; } inline static int32_t get_offset_of_integratedloudness_2() { return static_cast(offsetof(DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04, ___integratedloudness_2)); } inline float get_integratedloudness_2() const { return ___integratedloudness_2; } inline float* get_address_of_integratedloudness_2() { return &___integratedloudness_2; } inline void set_integratedloudness_2(float value) { ___integratedloudness_2 = value; } inline static int32_t get_offset_of_loudness10thpercentile_3() { return static_cast(offsetof(DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04, ___loudness10thpercentile_3)); } inline float get_loudness10thpercentile_3() const { return ___loudness10thpercentile_3; } inline float* get_address_of_loudness10thpercentile_3() { return &___loudness10thpercentile_3; } inline void set_loudness10thpercentile_3(float value) { ___loudness10thpercentile_3 = value; } inline static int32_t get_offset_of_loudness95thpercentile_4() { return static_cast(offsetof(DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04, ___loudness95thpercentile_4)); } inline float get_loudness95thpercentile_4() const { return ___loudness95thpercentile_4; } inline float* get_address_of_loudness95thpercentile_4() { return &___loudness95thpercentile_4; } inline void set_loudness95thpercentile_4(float value) { ___loudness95thpercentile_4 = value; } inline static int32_t get_offset_of_loudnesshistogram_5() { return static_cast(offsetof(DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04, ___loudnesshistogram_5)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_loudnesshistogram_5() const { return ___loudnesshistogram_5; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_loudnesshistogram_5() { return &___loudnesshistogram_5; } inline void set_loudnesshistogram_5(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___loudnesshistogram_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___loudnesshistogram_5), (void*)value); } inline static int32_t get_offset_of_maxtruepeak_6() { return static_cast(offsetof(DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04, ___maxtruepeak_6)); } inline float get_maxtruepeak_6() const { return ___maxtruepeak_6; } inline float* get_address_of_maxtruepeak_6() { return &___maxtruepeak_6; } inline void set_maxtruepeak_6(float value) { ___maxtruepeak_6 = value; } inline static int32_t get_offset_of_maxmomentaryloudness_7() { return static_cast(offsetof(DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04, ___maxmomentaryloudness_7)); } inline float get_maxmomentaryloudness_7() const { return ___maxmomentaryloudness_7; } inline float* get_address_of_maxmomentaryloudness_7() { return &___maxmomentaryloudness_7; } inline void set_maxmomentaryloudness_7(float value) { ___maxmomentaryloudness_7 = value; } }; // Native definition for P/Invoke marshalling of FMOD.DSP_LOUDNESS_METER_INFO_TYPE struct DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04_marshaled_pinvoke { float ___momentaryloudness_0; float ___shorttermloudness_1; float ___integratedloudness_2; float ___loudness10thpercentile_3; float ___loudness95thpercentile_4; float ___loudnesshistogram_5[66]; float ___maxtruepeak_6; float ___maxmomentaryloudness_7; }; // Native definition for COM marshalling of FMOD.DSP_LOUDNESS_METER_INFO_TYPE struct DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04_marshaled_com { float ___momentaryloudness_0; float ___shorttermloudness_1; float ___integratedloudness_2; float ___loudness10thpercentile_3; float ___loudness95thpercentile_4; float ___loudnesshistogram_5[66]; float ___maxtruepeak_6; float ___maxmomentaryloudness_7; }; // FMOD.DSP_LOUDNESS_METER_STATE_TYPE struct DSP_LOUDNESS_METER_STATE_TYPE_tB7BDA221386E26BC8EE0C0C35DE9C34BE5579836 { public: // System.Int32 FMOD.DSP_LOUDNESS_METER_STATE_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_LOUDNESS_METER_STATE_TYPE_tB7BDA221386E26BC8EE0C0C35DE9C34BE5579836, ___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_LOUDNESS_METER_WEIGHTING_TYPE struct DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7 { public: // System.Single[] FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE::channelweight SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___channelweight_0; public: inline static int32_t get_offset_of_channelweight_0() { return static_cast(offsetof(DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7, ___channelweight_0)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_channelweight_0() const { return ___channelweight_0; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_channelweight_0() { return &___channelweight_0; } inline void set_channelweight_0(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___channelweight_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___channelweight_0), (void*)value); } }; // Native definition for P/Invoke marshalling of FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE struct DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7_marshaled_pinvoke { float ___channelweight_0[32]; }; // Native definition for COM marshalling of FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE struct DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7_marshaled_com { float ___channelweight_0[32]; }; // FMOD.DSP_LOWPASS struct DSP_LOWPASS_t1A0E43882A571C9EBBE8470E8ACAAC5549858FBD { public: // System.Int32 FMOD.DSP_LOWPASS::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_LOWPASS_t1A0E43882A571C9EBBE8470E8ACAAC5549858FBD, ___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_LOWPASS_SIMPLE struct DSP_LOWPASS_SIMPLE_tC6C1317A89543A41EA85F204759946AADDB3B141 { public: // System.Int32 FMOD.DSP_LOWPASS_SIMPLE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_LOWPASS_SIMPLE_tC6C1317A89543A41EA85F204759946AADDB3B141, ___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_METERING_INFO struct DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D { public: // System.Int32 FMOD.DSP_METERING_INFO::numsamples int32_t ___numsamples_0; // System.Single[] FMOD.DSP_METERING_INFO::peaklevel SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___peaklevel_1; // System.Single[] FMOD.DSP_METERING_INFO::rmslevel SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___rmslevel_2; // System.Int16 FMOD.DSP_METERING_INFO::numchannels int16_t ___numchannels_3; public: inline static int32_t get_offset_of_numsamples_0() { return static_cast(offsetof(DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D, ___numsamples_0)); } inline int32_t get_numsamples_0() const { return ___numsamples_0; } inline int32_t* get_address_of_numsamples_0() { return &___numsamples_0; } inline void set_numsamples_0(int32_t value) { ___numsamples_0 = value; } inline static int32_t get_offset_of_peaklevel_1() { return static_cast(offsetof(DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D, ___peaklevel_1)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_peaklevel_1() const { return ___peaklevel_1; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_peaklevel_1() { return &___peaklevel_1; } inline void set_peaklevel_1(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___peaklevel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___peaklevel_1), (void*)value); } inline static int32_t get_offset_of_rmslevel_2() { return static_cast(offsetof(DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D, ___rmslevel_2)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_rmslevel_2() const { return ___rmslevel_2; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_rmslevel_2() { return &___rmslevel_2; } inline void set_rmslevel_2(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___rmslevel_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rmslevel_2), (void*)value); } inline static int32_t get_offset_of_numchannels_3() { return static_cast(offsetof(DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D, ___numchannels_3)); } inline int16_t get_numchannels_3() const { return ___numchannels_3; } inline int16_t* get_address_of_numchannels_3() { return &___numchannels_3; } inline void set_numchannels_3(int16_t value) { ___numchannels_3 = value; } }; // Native definition for P/Invoke marshalling of FMOD.DSP_METERING_INFO struct DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke { int32_t ___numsamples_0; float ___peaklevel_1[32]; float ___rmslevel_2[32]; int16_t ___numchannels_3; }; // Native definition for COM marshalling of FMOD.DSP_METERING_INFO struct DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_com { int32_t ___numsamples_0; float ___peaklevel_1[32]; float ___rmslevel_2[32]; int16_t ___numchannels_3; }; // FMOD.DSP_MULTIBAND_EQ struct DSP_MULTIBAND_EQ_t9FEC706F5AB4A1CD3EC8D418989F81FF1540F35B { public: // System.Int32 FMOD.DSP_MULTIBAND_EQ::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_MULTIBAND_EQ_t9FEC706F5AB4A1CD3EC8D418989F81FF1540F35B, ___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_MULTIBAND_EQ_FILTER_TYPE struct DSP_MULTIBAND_EQ_FILTER_TYPE_tAE450DBD8B7D09650DB76E14A8BE9046C88750D7 { public: // System.Int32 FMOD.DSP_MULTIBAND_EQ_FILTER_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_MULTIBAND_EQ_FILTER_TYPE_tAE450DBD8B7D09650DB76E14A8BE9046C88750D7, ___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_NORMALIZE struct DSP_NORMALIZE_tCC80666B00D72838F6D817A9C90D87DDECDE0D6D { public: // System.Int32 FMOD.DSP_NORMALIZE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_NORMALIZE_tCC80666B00D72838F6D817A9C90D87DDECDE0D6D, ___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_OBJECTPAN struct DSP_OBJECTPAN_tFDC46B5D947F5FF831D3401C2358C90C9301A99D { public: // System.Int32 FMOD.DSP_OBJECTPAN::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_OBJECTPAN_tFDC46B5D947F5FF831D3401C2358C90C9301A99D, ___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_OSCILLATOR struct DSP_OSCILLATOR_t3533C04A11F939A4D520AB4C1EB73F129FED562A { public: // System.Int32 FMOD.DSP_OSCILLATOR::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_OSCILLATOR_t3533C04A11F939A4D520AB4C1EB73F129FED562A, ___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_PAN struct DSP_PAN_t65EA6DE1BA2946D8BBE19F8A4289AC81749D5E95 { public: // System.Int32 FMOD.DSP_PAN::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_PAN_t65EA6DE1BA2946D8BBE19F8A4289AC81749D5E95, ___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_PAN_2D_STEREO_MODE_TYPE struct DSP_PAN_2D_STEREO_MODE_TYPE_t99A89384172D7D48B5A21B8B2E5A1D3A20A462E0 { public: // System.Int32 FMOD.DSP_PAN_2D_STEREO_MODE_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_PAN_2D_STEREO_MODE_TYPE_t99A89384172D7D48B5A21B8B2E5A1D3A20A462E0, ___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_PAN_3D_EXTENT_MODE_TYPE struct DSP_PAN_3D_EXTENT_MODE_TYPE_t47B2B96556A1414A04ABDFA7AE6A6958B8EFB975 { public: // System.Int32 FMOD.DSP_PAN_3D_EXTENT_MODE_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_PAN_3D_EXTENT_MODE_TYPE_t47B2B96556A1414A04ABDFA7AE6A6958B8EFB975, ___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_PAN_3D_ROLLOFF_TYPE struct DSP_PAN_3D_ROLLOFF_TYPE_tCE91B59744DBCF253E2E8E1D97454206A706BAFC { public: // System.Int32 FMOD.DSP_PAN_3D_ROLLOFF_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_PAN_3D_ROLLOFF_TYPE_tCE91B59744DBCF253E2E8E1D97454206A706BAFC, ___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_PAN_MODE_TYPE struct DSP_PAN_MODE_TYPE_t702AFE40F8698949CB794E96FC5F961AE80849F8 { public: // System.Int32 FMOD.DSP_PAN_MODE_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_PAN_MODE_TYPE_t702AFE40F8698949CB794E96FC5F961AE80849F8, ___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_PAN_SURROUND_FLAGS struct DSP_PAN_SURROUND_FLAGS_tD4EF939232D59085A3B442A5A33ADE6C77A1107A { public: // System.Int32 FMOD.DSP_PAN_SURROUND_FLAGS::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_PAN_SURROUND_FLAGS_tD4EF939232D59085A3B442A5A33ADE6C77A1107A, ___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_PARAMEQ struct DSP_PARAMEQ_tEDE7FF39FD8FB644CD65CFFB0B9EE0748919704D { public: // System.Int32 FMOD.DSP_PARAMEQ::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_PARAMEQ_tEDE7FF39FD8FB644CD65CFFB0B9EE0748919704D, ___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_PARAMETER_DATA_TYPE struct DSP_PARAMETER_DATA_TYPE_t7972C77CE3210A8658EF1E141DA941B58C40444B { public: // System.Int32 FMOD.DSP_PARAMETER_DATA_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_PARAMETER_DATA_TYPE_t7972C77CE3210A8658EF1E141DA941B58C40444B, ___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_PARAMETER_DESC_BOOL struct DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E { public: // System.Boolean FMOD.DSP_PARAMETER_DESC_BOOL::defaultval bool ___defaultval_0; // System.IntPtr FMOD.DSP_PARAMETER_DESC_BOOL::valuenames intptr_t ___valuenames_1; public: inline static int32_t get_offset_of_defaultval_0() { return static_cast(offsetof(DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E, ___defaultval_0)); } inline bool get_defaultval_0() const { return ___defaultval_0; } inline bool* get_address_of_defaultval_0() { return &___defaultval_0; } inline void set_defaultval_0(bool value) { ___defaultval_0 = value; } inline static int32_t get_offset_of_valuenames_1() { return static_cast(offsetof(DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E, ___valuenames_1)); } inline intptr_t get_valuenames_1() const { return ___valuenames_1; } inline intptr_t* get_address_of_valuenames_1() { return &___valuenames_1; } inline void set_valuenames_1(intptr_t value) { ___valuenames_1 = value; } }; // Native definition for P/Invoke marshalling of FMOD.DSP_PARAMETER_DESC_BOOL struct DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_pinvoke { int32_t ___defaultval_0; intptr_t ___valuenames_1; }; // Native definition for COM marshalling of FMOD.DSP_PARAMETER_DESC_BOOL struct DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_com { int32_t ___defaultval_0; intptr_t ___valuenames_1; }; // FMOD.DSP_PARAMETER_DESC_INT struct DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F { public: // System.Int32 FMOD.DSP_PARAMETER_DESC_INT::min int32_t ___min_0; // System.Int32 FMOD.DSP_PARAMETER_DESC_INT::max int32_t ___max_1; // System.Int32 FMOD.DSP_PARAMETER_DESC_INT::defaultval int32_t ___defaultval_2; // System.Boolean FMOD.DSP_PARAMETER_DESC_INT::goestoinf bool ___goestoinf_3; // System.IntPtr FMOD.DSP_PARAMETER_DESC_INT::valuenames intptr_t ___valuenames_4; public: inline static int32_t get_offset_of_min_0() { return static_cast(offsetof(DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F, ___min_0)); } inline int32_t get_min_0() const { return ___min_0; } inline int32_t* get_address_of_min_0() { return &___min_0; } inline void set_min_0(int32_t value) { ___min_0 = value; } inline static int32_t get_offset_of_max_1() { return static_cast(offsetof(DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F, ___max_1)); } inline int32_t get_max_1() const { return ___max_1; } inline int32_t* get_address_of_max_1() { return &___max_1; } inline void set_max_1(int32_t value) { ___max_1 = value; } inline static int32_t get_offset_of_defaultval_2() { return static_cast(offsetof(DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F, ___defaultval_2)); } inline int32_t get_defaultval_2() const { return ___defaultval_2; } inline int32_t* get_address_of_defaultval_2() { return &___defaultval_2; } inline void set_defaultval_2(int32_t value) { ___defaultval_2 = value; } inline static int32_t get_offset_of_goestoinf_3() { return static_cast(offsetof(DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F, ___goestoinf_3)); } inline bool get_goestoinf_3() const { return ___goestoinf_3; } inline bool* get_address_of_goestoinf_3() { return &___goestoinf_3; } inline void set_goestoinf_3(bool value) { ___goestoinf_3 = value; } inline static int32_t get_offset_of_valuenames_4() { return static_cast(offsetof(DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F, ___valuenames_4)); } inline intptr_t get_valuenames_4() const { return ___valuenames_4; } inline intptr_t* get_address_of_valuenames_4() { return &___valuenames_4; } inline void set_valuenames_4(intptr_t value) { ___valuenames_4 = value; } }; // Native definition for P/Invoke marshalling of FMOD.DSP_PARAMETER_DESC_INT struct DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_pinvoke { int32_t ___min_0; int32_t ___max_1; int32_t ___defaultval_2; int32_t ___goestoinf_3; intptr_t ___valuenames_4; }; // Native definition for COM marshalling of FMOD.DSP_PARAMETER_DESC_INT struct DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_com { int32_t ___min_0; int32_t ___max_1; int32_t ___defaultval_2; int32_t ___goestoinf_3; intptr_t ___valuenames_4; }; // FMOD.DSP_PARAMETER_FFT struct DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E { public: // System.Int32 FMOD.DSP_PARAMETER_FFT::length int32_t ___length_0; // System.Int32 FMOD.DSP_PARAMETER_FFT::numchannels int32_t ___numchannels_1; // System.IntPtr[] FMOD.DSP_PARAMETER_FFT::spectrum_internal IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___spectrum_internal_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_numchannels_1() { return static_cast(offsetof(DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E, ___numchannels_1)); } inline int32_t get_numchannels_1() const { return ___numchannels_1; } inline int32_t* get_address_of_numchannels_1() { return &___numchannels_1; } inline void set_numchannels_1(int32_t value) { ___numchannels_1 = value; } inline static int32_t get_offset_of_spectrum_internal_2() { return static_cast(offsetof(DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E, ___spectrum_internal_2)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_spectrum_internal_2() const { return ___spectrum_internal_2; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_spectrum_internal_2() { return &___spectrum_internal_2; } inline void set_spectrum_internal_2(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___spectrum_internal_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___spectrum_internal_2), (void*)value); } }; // Native definition for P/Invoke marshalling of FMOD.DSP_PARAMETER_FFT struct DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E_marshaled_pinvoke { int32_t ___length_0; int32_t ___numchannels_1; intptr_t ___spectrum_internal_2[32]; }; // Native definition for COM marshalling of FMOD.DSP_PARAMETER_FFT struct DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E_marshaled_com { int32_t ___length_0; int32_t ___numchannels_1; intptr_t ___spectrum_internal_2[32]; }; // FMOD.DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR struct DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR_t569D629A2B5D43A8F834BC7687D80F866793206A { public: // System.Int32 FMOD.DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR::numpoints int32_t ___numpoints_0; // System.IntPtr FMOD.DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR::pointparamvalues intptr_t ___pointparamvalues_1; // System.IntPtr FMOD.DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR::pointpositions intptr_t ___pointpositions_2; public: inline static int32_t get_offset_of_numpoints_0() { return static_cast(offsetof(DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR_t569D629A2B5D43A8F834BC7687D80F866793206A, ___numpoints_0)); } inline int32_t get_numpoints_0() const { return ___numpoints_0; } inline int32_t* get_address_of_numpoints_0() { return &___numpoints_0; } inline void set_numpoints_0(int32_t value) { ___numpoints_0 = value; } inline static int32_t get_offset_of_pointparamvalues_1() { return static_cast(offsetof(DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR_t569D629A2B5D43A8F834BC7687D80F866793206A, ___pointparamvalues_1)); } inline intptr_t get_pointparamvalues_1() const { return ___pointparamvalues_1; } inline intptr_t* get_address_of_pointparamvalues_1() { return &___pointparamvalues_1; } inline void set_pointparamvalues_1(intptr_t value) { ___pointparamvalues_1 = value; } inline static int32_t get_offset_of_pointpositions_2() { return static_cast(offsetof(DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR_t569D629A2B5D43A8F834BC7687D80F866793206A, ___pointpositions_2)); } inline intptr_t get_pointpositions_2() const { return ___pointpositions_2; } inline intptr_t* get_address_of_pointpositions_2() { return &___pointpositions_2; } inline void set_pointpositions_2(intptr_t value) { ___pointpositions_2 = value; } }; // FMOD.DSP_PARAMETER_FLOAT_MAPPING_TYPE struct DSP_PARAMETER_FLOAT_MAPPING_TYPE_t8AD9B4711A03BED3C209B89691826BDBFB4FC339 { public: // System.Int32 FMOD.DSP_PARAMETER_FLOAT_MAPPING_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_PARAMETER_FLOAT_MAPPING_TYPE_t8AD9B4711A03BED3C209B89691826BDBFB4FC339, ___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_PARAMETER_TYPE struct DSP_PARAMETER_TYPE_t5A045639FAA8D24AD95B8AC63193E17AE2610FF2 { public: // System.Int32 FMOD.DSP_PARAMETER_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_PARAMETER_TYPE_t5A045639FAA8D24AD95B8AC63193E17AE2610FF2, ___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_PITCHSHIFT struct DSP_PITCHSHIFT_tBAEF4CB368B44142A91C07F881CA169015953321 { public: // System.Int32 FMOD.DSP_PITCHSHIFT::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_PITCHSHIFT_tBAEF4CB368B44142A91C07F881CA169015953321, ___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_PROCESS_OPERATION struct DSP_PROCESS_OPERATION_t75B5E82EAC62E7B441B841246B33FF34F12772AD { public: // System.Int32 FMOD.DSP_PROCESS_OPERATION::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_PROCESS_OPERATION_t75B5E82EAC62E7B441B841246B33FF34F12772AD, ___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_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_RETURN struct DSP_RETURN_t43EC2E2D669161C30764C854E7BC53B2F4B8D63B { public: // System.Int32 FMOD.DSP_RETURN::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_RETURN_t43EC2E2D669161C30764C854E7BC53B2F4B8D63B, ___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_SEND struct DSP_SEND_tC7D725B67D8E97AF8D952A345ADD80D74918B722 { public: // System.Int32 FMOD.DSP_SEND::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_SEND_tC7D725B67D8E97AF8D952A345ADD80D74918B722, ___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_SFXREVERB struct DSP_SFXREVERB_t3D3D577228CDCE7A00DA94154C6442616C42F6FB { public: // System.Int32 FMOD.DSP_SFXREVERB::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_SFXREVERB_t3D3D577228CDCE7A00DA94154C6442616C42F6FB, ___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_STATE struct DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 { public: // System.IntPtr FMOD.DSP_STATE::instance intptr_t ___instance_0; // System.IntPtr FMOD.DSP_STATE::plugindata intptr_t ___plugindata_1; // System.UInt32 FMOD.DSP_STATE::channelmask uint32_t ___channelmask_2; // System.Int32 FMOD.DSP_STATE::source_speakermode int32_t ___source_speakermode_3; // System.IntPtr FMOD.DSP_STATE::sidechaindata intptr_t ___sidechaindata_4; // System.Int32 FMOD.DSP_STATE::sidechainchannels int32_t ___sidechainchannels_5; // System.IntPtr FMOD.DSP_STATE::functions intptr_t ___functions_6; // System.Int32 FMOD.DSP_STATE::systemobject int32_t ___systemobject_7; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5, ___instance_0)); } inline intptr_t get_instance_0() const { return ___instance_0; } inline intptr_t* get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(intptr_t value) { ___instance_0 = value; } inline static int32_t get_offset_of_plugindata_1() { return static_cast(offsetof(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5, ___plugindata_1)); } inline intptr_t get_plugindata_1() const { return ___plugindata_1; } inline intptr_t* get_address_of_plugindata_1() { return &___plugindata_1; } inline void set_plugindata_1(intptr_t value) { ___plugindata_1 = value; } inline static int32_t get_offset_of_channelmask_2() { return static_cast(offsetof(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5, ___channelmask_2)); } inline uint32_t get_channelmask_2() const { return ___channelmask_2; } inline uint32_t* get_address_of_channelmask_2() { return &___channelmask_2; } inline void set_channelmask_2(uint32_t value) { ___channelmask_2 = value; } inline static int32_t get_offset_of_source_speakermode_3() { return static_cast(offsetof(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5, ___source_speakermode_3)); } inline int32_t get_source_speakermode_3() const { return ___source_speakermode_3; } inline int32_t* get_address_of_source_speakermode_3() { return &___source_speakermode_3; } inline void set_source_speakermode_3(int32_t value) { ___source_speakermode_3 = value; } inline static int32_t get_offset_of_sidechaindata_4() { return static_cast(offsetof(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5, ___sidechaindata_4)); } inline intptr_t get_sidechaindata_4() const { return ___sidechaindata_4; } inline intptr_t* get_address_of_sidechaindata_4() { return &___sidechaindata_4; } inline void set_sidechaindata_4(intptr_t value) { ___sidechaindata_4 = value; } inline static int32_t get_offset_of_sidechainchannels_5() { return static_cast(offsetof(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5, ___sidechainchannels_5)); } inline int32_t get_sidechainchannels_5() const { return ___sidechainchannels_5; } inline int32_t* get_address_of_sidechainchannels_5() { return &___sidechainchannels_5; } inline void set_sidechainchannels_5(int32_t value) { ___sidechainchannels_5 = value; } inline static int32_t get_offset_of_functions_6() { return static_cast(offsetof(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5, ___functions_6)); } inline intptr_t get_functions_6() const { return ___functions_6; } inline intptr_t* get_address_of_functions_6() { return &___functions_6; } inline void set_functions_6(intptr_t value) { ___functions_6 = value; } inline static int32_t get_offset_of_systemobject_7() { return static_cast(offsetof(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5, ___systemobject_7)); } inline int32_t get_systemobject_7() const { return ___systemobject_7; } inline int32_t* get_address_of_systemobject_7() { return &___systemobject_7; } inline void set_systemobject_7(int32_t value) { ___systemobject_7 = value; } }; // FMOD.DSP_STATE_FUNCTIONS struct DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF { public: // FMOD.DSP_ALLOC_FUNC FMOD.DSP_STATE_FUNCTIONS::alloc DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266 * ___alloc_0; // FMOD.DSP_REALLOC_FUNC FMOD.DSP_STATE_FUNCTIONS::realloc DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A * ___realloc_1; // FMOD.DSP_FREE_FUNC FMOD.DSP_STATE_FUNCTIONS::free DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F * ___free_2; // FMOD.DSP_GETSAMPLERATE_FUNC FMOD.DSP_STATE_FUNCTIONS::getsamplerate DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC * ___getsamplerate_3; // FMOD.DSP_GETBLOCKSIZE_FUNC FMOD.DSP_STATE_FUNCTIONS::getblocksize DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC * ___getblocksize_4; // System.IntPtr FMOD.DSP_STATE_FUNCTIONS::dft intptr_t ___dft_5; // System.IntPtr FMOD.DSP_STATE_FUNCTIONS::pan intptr_t ___pan_6; // FMOD.DSP_GETSPEAKERMODE_FUNC FMOD.DSP_STATE_FUNCTIONS::getspeakermode DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3 * ___getspeakermode_7; // FMOD.DSP_GETCLOCK_FUNC FMOD.DSP_STATE_FUNCTIONS::getclock DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717 * ___getclock_8; // FMOD.DSP_GETLISTENERATTRIBUTES_FUNC FMOD.DSP_STATE_FUNCTIONS::getlistenerattributes DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48 * ___getlistenerattributes_9; // FMOD.DSP_LOG_FUNC FMOD.DSP_STATE_FUNCTIONS::log DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47 * ___log_10; // FMOD.DSP_GETUSERDATA_FUNC FMOD.DSP_STATE_FUNCTIONS::getuserdata DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8 * ___getuserdata_11; public: inline static int32_t get_offset_of_alloc_0() { return static_cast(offsetof(DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF, ___alloc_0)); } inline DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266 * get_alloc_0() const { return ___alloc_0; } inline DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266 ** get_address_of_alloc_0() { return &___alloc_0; } inline void set_alloc_0(DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266 * value) { ___alloc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___alloc_0), (void*)value); } inline static int32_t get_offset_of_realloc_1() { return static_cast(offsetof(DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF, ___realloc_1)); } inline DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A * get_realloc_1() const { return ___realloc_1; } inline DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A ** get_address_of_realloc_1() { return &___realloc_1; } inline void set_realloc_1(DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A * value) { ___realloc_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___realloc_1), (void*)value); } inline static int32_t get_offset_of_free_2() { return static_cast(offsetof(DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF, ___free_2)); } inline DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F * get_free_2() const { return ___free_2; } inline DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F ** get_address_of_free_2() { return &___free_2; } inline void set_free_2(DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F * value) { ___free_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___free_2), (void*)value); } inline static int32_t get_offset_of_getsamplerate_3() { return static_cast(offsetof(DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF, ___getsamplerate_3)); } inline DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC * get_getsamplerate_3() const { return ___getsamplerate_3; } inline DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC ** get_address_of_getsamplerate_3() { return &___getsamplerate_3; } inline void set_getsamplerate_3(DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC * value) { ___getsamplerate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___getsamplerate_3), (void*)value); } inline static int32_t get_offset_of_getblocksize_4() { return static_cast(offsetof(DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF, ___getblocksize_4)); } inline DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC * get_getblocksize_4() const { return ___getblocksize_4; } inline DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC ** get_address_of_getblocksize_4() { return &___getblocksize_4; } inline void set_getblocksize_4(DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC * value) { ___getblocksize_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___getblocksize_4), (void*)value); } inline static int32_t get_offset_of_dft_5() { return static_cast(offsetof(DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF, ___dft_5)); } inline intptr_t get_dft_5() const { return ___dft_5; } inline intptr_t* get_address_of_dft_5() { return &___dft_5; } inline void set_dft_5(intptr_t value) { ___dft_5 = value; } inline static int32_t get_offset_of_pan_6() { return static_cast(offsetof(DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF, ___pan_6)); } inline intptr_t get_pan_6() const { return ___pan_6; } inline intptr_t* get_address_of_pan_6() { return &___pan_6; } inline void set_pan_6(intptr_t value) { ___pan_6 = value; } inline static int32_t get_offset_of_getspeakermode_7() { return static_cast(offsetof(DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF, ___getspeakermode_7)); } inline DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3 * get_getspeakermode_7() const { return ___getspeakermode_7; } inline DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3 ** get_address_of_getspeakermode_7() { return &___getspeakermode_7; } inline void set_getspeakermode_7(DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3 * value) { ___getspeakermode_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___getspeakermode_7), (void*)value); } inline static int32_t get_offset_of_getclock_8() { return static_cast(offsetof(DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF, ___getclock_8)); } inline DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717 * get_getclock_8() const { return ___getclock_8; } inline DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717 ** get_address_of_getclock_8() { return &___getclock_8; } inline void set_getclock_8(DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717 * value) { ___getclock_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___getclock_8), (void*)value); } inline static int32_t get_offset_of_getlistenerattributes_9() { return static_cast(offsetof(DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF, ___getlistenerattributes_9)); } inline DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48 * get_getlistenerattributes_9() const { return ___getlistenerattributes_9; } inline DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48 ** get_address_of_getlistenerattributes_9() { return &___getlistenerattributes_9; } inline void set_getlistenerattributes_9(DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48 * value) { ___getlistenerattributes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___getlistenerattributes_9), (void*)value); } inline static int32_t get_offset_of_log_10() { return static_cast(offsetof(DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF, ___log_10)); } inline DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47 * get_log_10() const { return ___log_10; } inline DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47 ** get_address_of_log_10() { return &___log_10; } inline void set_log_10(DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47 * value) { ___log_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___log_10), (void*)value); } inline static int32_t get_offset_of_getuserdata_11() { return static_cast(offsetof(DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF, ___getuserdata_11)); } inline DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8 * get_getuserdata_11() const { return ___getuserdata_11; } inline DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8 ** get_address_of_getuserdata_11() { return &___getuserdata_11; } inline void set_getuserdata_11(DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8 * value) { ___getuserdata_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___getuserdata_11), (void*)value); } }; // Native definition for P/Invoke marshalling of FMOD.DSP_STATE_FUNCTIONS struct DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF_marshaled_pinvoke { Il2CppMethodPointer ___alloc_0; Il2CppMethodPointer ___realloc_1; Il2CppMethodPointer ___free_2; Il2CppMethodPointer ___getsamplerate_3; Il2CppMethodPointer ___getblocksize_4; intptr_t ___dft_5; intptr_t ___pan_6; Il2CppMethodPointer ___getspeakermode_7; Il2CppMethodPointer ___getclock_8; Il2CppMethodPointer ___getlistenerattributes_9; Il2CppMethodPointer ___log_10; Il2CppMethodPointer ___getuserdata_11; }; // Native definition for COM marshalling of FMOD.DSP_STATE_FUNCTIONS struct DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF_marshaled_com { Il2CppMethodPointer ___alloc_0; Il2CppMethodPointer ___realloc_1; Il2CppMethodPointer ___free_2; Il2CppMethodPointer ___getsamplerate_3; Il2CppMethodPointer ___getblocksize_4; intptr_t ___dft_5; intptr_t ___pan_6; Il2CppMethodPointer ___getspeakermode_7; Il2CppMethodPointer ___getclock_8; Il2CppMethodPointer ___getlistenerattributes_9; Il2CppMethodPointer ___log_10; Il2CppMethodPointer ___getuserdata_11; }; // FMOD.DSP_THREE_EQ struct DSP_THREE_EQ_tE13651B53C871FD8C6F99360B03FEB43D0863DE4 { public: // System.Int32 FMOD.DSP_THREE_EQ::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_THREE_EQ_tE13651B53C871FD8C6F99360B03FEB43D0863DE4, ___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_THREE_EQ_CROSSOVERSLOPE_TYPE struct DSP_THREE_EQ_CROSSOVERSLOPE_TYPE_t82E48BD867DF5FAC2EAB46595D52B0328D59BE94 { public: // System.Int32 FMOD.DSP_THREE_EQ_CROSSOVERSLOPE_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_THREE_EQ_CROSSOVERSLOPE_TYPE_t82E48BD867DF5FAC2EAB46595D52B0328D59BE94, ___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_TRANSCEIVER struct DSP_TRANSCEIVER_tA8F35FB55ACB57ABC9C56F697E05B89C677C34CC { public: // System.Int32 FMOD.DSP_TRANSCEIVER::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_TRANSCEIVER_tA8F35FB55ACB57ABC9C56F697E05B89C677C34CC, ___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_TRANSCEIVER_SPEAKERMODE struct DSP_TRANSCEIVER_SPEAKERMODE_t4ABC3A212E46FF72EDED5239C774D26FEAC262E3 { public: // System.Int32 FMOD.DSP_TRANSCEIVER_SPEAKERMODE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_TRANSCEIVER_SPEAKERMODE_t4ABC3A212E46FF72EDED5239C774D26FEAC262E3, ___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_TREMOLO struct DSP_TREMOLO_t4434EE3EE6F8A40B5CE869F099D03BACEB4657DB { public: // System.Int32 FMOD.DSP_TREMOLO::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DSP_TREMOLO_t4434EE3EE6F8A40B5CE869F099D03BACEB4657DB, ___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.ERRORCALLBACK_INSTANCETYPE struct ERRORCALLBACK_INSTANCETYPE_tB67737CE39FF0EF79D287D21B0B5325FFABF23E7 { public: // System.Int32 FMOD.ERRORCALLBACK_INSTANCETYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ERRORCALLBACK_INSTANCETYPE_tB67737CE39FF0EF79D287D21B0B5325FFABF23E7, ___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.EVENT_CALLBACK_TYPE struct EVENT_CALLBACK_TYPE_tBC966372E1ACB31A8D00AC3963FC345E028E44D7 { public: // System.UInt32 FMOD.Studio.EVENT_CALLBACK_TYPE::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVENT_CALLBACK_TYPE_tBC966372E1ACB31A8D00AC3963FC345E028E44D7, ___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.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.EventRefAttribute struct EventRefAttribute_t55BD45D59B337037D9A3E0A5936B8457E64E01FD : public PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052 { public: // System.String FMODUnity.EventRefAttribute::MigrateTo String_t* ___MigrateTo_0; public: inline static int32_t get_offset_of_MigrateTo_0() { return static_cast(offsetof(EventRefAttribute_t55BD45D59B337037D9A3E0A5936B8457E64E01FD, ___MigrateTo_0)); } inline String_t* get_MigrateTo_0() const { return ___MigrateTo_0; } inline String_t** get_address_of_MigrateTo_0() { return &___MigrateTo_0; } inline void set_MigrateTo_0(String_t* value) { ___MigrateTo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___MigrateTo_0), (void*)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; }; // 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; } }; // UnityEngine.HideFlags struct HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12, ___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.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; } }; // FMOD.Studio.INSTANCETYPE struct INSTANCETYPE_t75EEE1AFE4048B11196FAB9F4B11949137F6CAC4 { public: // System.Int32 FMOD.Studio.INSTANCETYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(INSTANCETYPE_t75EEE1AFE4048B11196FAB9F4B11949137F6CAC4, ___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.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.LOADING_STATE struct LOADING_STATE_tCBCB12C0A2168EAEBAEB0258D6E6C76DC8FE3177 { public: // System.Int32 FMOD.Studio.LOADING_STATE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LOADING_STATE_tCBCB12C0A2168EAEBAEB0258D6E6C76DC8FE3177, ___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_ALIGNMENT struct LOAD_MEMORY_ALIGNMENT_t8EA760E87D50C8DEF73EFCDDFA790834BECC6A6E { public: // System.Int32 FMOD.Studio.LOAD_MEMORY_ALIGNMENT::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LOAD_MEMORY_ALIGNMENT_t8EA760E87D50C8DEF73EFCDDFA790834BECC6A6E, ___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_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.MEMORY_TYPE struct MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5 { public: // System.UInt32 FMOD.MEMORY_TYPE::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5, ___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.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; } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // 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.Studio.PLUGIN_INSTANCE_PROPERTIES struct PLUGIN_INSTANCE_PROPERTIES_tB641C38570417C98F69788713E056B0913E216A5 { public: // System.IntPtr FMOD.Studio.PLUGIN_INSTANCE_PROPERTIES::name intptr_t ___name_0; // System.IntPtr FMOD.Studio.PLUGIN_INSTANCE_PROPERTIES::dsp intptr_t ___dsp_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(PLUGIN_INSTANCE_PROPERTIES_tB641C38570417C98F69788713E056B0913E216A5, ___name_0)); } inline intptr_t get_name_0() const { return ___name_0; } inline intptr_t* get_address_of_name_0() { return &___name_0; } inline void set_name_0(intptr_t value) { ___name_0 = value; } inline static int32_t get_offset_of_dsp_1() { return static_cast(offsetof(PLUGIN_INSTANCE_PROPERTIES_tB641C38570417C98F69788713E056B0913E216A5, ___dsp_1)); } inline intptr_t get_dsp_1() const { return ___dsp_1; } inline intptr_t* get_address_of_dsp_1() { return &___dsp_1; } inline void set_dsp_1(intptr_t value) { ___dsp_1 = 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; } }; // FMODUnity.ParamRefAttribute struct ParamRefAttribute_tDE071EA4CE2075C15D235410E8F65960A4A19ACB : public PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052 { public: public: }; // FMODUnity.ParameterAutomationLink struct ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC : public RuntimeObject { public: // System.String FMODUnity.ParameterAutomationLink::Name String_t* ___Name_0; // FMOD.Studio.PARAMETER_ID FMODUnity.ParameterAutomationLink::ID PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___ID_1; // System.Int32 FMODUnity.ParameterAutomationLink::Slot int32_t ___Slot_2; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC, ___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_ID_1() { return static_cast(offsetof(ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC, ___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_Slot_2() { return static_cast(offsetof(ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC, ___Slot_2)); } inline int32_t get_Slot_2() const { return ___Slot_2; } inline int32_t* get_address_of_Slot_2() { return &___Slot_2; } inline void set_Slot_2(int32_t value) { ___Slot_2 = value; } }; // UnityEngine.Playables.PlayableGraph struct PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A { public: // System.IntPtr UnityEngine.Playables.PlayableGraph::m_Handle intptr_t ___m_Handle_0; // System.UInt32 UnityEngine.Playables.PlayableGraph::m_Version uint32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A, ___m_Version_1)); } inline uint32_t get_m_Version_1() const { return ___m_Version_1; } inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(uint32_t value) { ___m_Version_1 = value; } }; // UnityEngine.Playables.PlayableHandle struct PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A { public: // System.IntPtr UnityEngine.Playables.PlayableHandle::m_Handle intptr_t ___m_Handle_0; // System.UInt32 UnityEngine.Playables.PlayableHandle::m_Version uint32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A, ___m_Version_1)); } inline uint32_t get_m_Version_1() const { return ___m_Version_1; } inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(uint32_t value) { ___m_Version_1 = value; } }; // UnityEngine.Playables.PlayableOutputHandle struct PlayableOutputHandle_t8C84BCDB2AECFEDBCF0E7CC7CDBADD517D148CD1 { public: // System.IntPtr UnityEngine.Playables.PlayableOutputHandle::m_Handle intptr_t ___m_Handle_0; // System.UInt32 UnityEngine.Playables.PlayableOutputHandle::m_Version uint32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableOutputHandle_t8C84BCDB2AECFEDBCF0E7CC7CDBADD517D148CD1, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableOutputHandle_t8C84BCDB2AECFEDBCF0E7CC7CDBADD517D148CD1, ___m_Version_1)); } inline uint32_t get_m_Version_1() const { return ___m_Version_1; } inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(uint32_t value) { ___m_Version_1 = 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.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.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.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.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.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.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; } }; // UnityEngine.Playables.FrameData/Flags struct Flags_t64F4A80C88F9E613B720DA0195BAB2B34C5307D5 { public: // System.Int32 UnityEngine.Playables.FrameData/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t64F4A80C88F9E613B720DA0195BAB2B34C5307D5, ___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.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; } }; // UnityEngine.Timeline.TimelineClip/BlendCurveMode struct BlendCurveMode_t1719A4548449E4B9ACD7FF16FA5EC5666654147D { public: // System.Int32 UnityEngine.Timeline.TimelineClip/BlendCurveMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlendCurveMode_t1719A4548449E4B9ACD7FF16FA5EC5666654147D, ___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.Timeline.TimelineClip/ClipExtrapolation struct ClipExtrapolation_tF277CAC1FEA6B43D5124C383D47FE5729DDB29A5 { public: // System.Int32 UnityEngine.Timeline.TimelineClip/ClipExtrapolation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ClipExtrapolation_tF277CAC1FEA6B43D5124C383D47FE5729DDB29A5, ___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.Collections.Generic.List`1/Enumerator struct Enumerator_t3A873D53A96DA0AC1C030CB5A0BF2D0F57FCC984 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * ___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 int32_t ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t3A873D53A96DA0AC1C030CB5A0BF2D0F57FCC984, ___list_0)); } inline List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * get_list_0() const { return ___list_0; } inline List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t3A873D53A96DA0AC1C030CB5A0BF2D0F57FCC984, ___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_t3A873D53A96DA0AC1C030CB5A0BF2D0F57FCC984, ___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_t3A873D53A96DA0AC1C030CB5A0BF2D0F57FCC984, ___current_3)); } inline int32_t get_current_3() const { return ___current_3; } inline int32_t* get_address_of_current_3() { return &___current_3; } inline void set_current_3(int32_t value) { ___current_3 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * ___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 int32_t ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A, ___list_0)); } inline List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * get_list_0() const { return ___list_0; } inline List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A, ___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_tEA44DF573AC162196F6A1296DBBEA2093D9B654A, ___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_tEA44DF573AC162196F6A1296DBBEA2093D9B654A, ___current_3)); } inline int32_t get_current_3() const { return ___current_3; } inline int32_t* get_address_of_current_3() { return &___current_3; } inline void set_current_3(int32_t value) { ___current_3 = 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; } }; // UnityEngine.Playables.ScriptPlayable`1 struct ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.ScriptPlayable`1::m_Handle PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138, ___m_Handle_0)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Handle_0 = value; } }; // UnityEngine.Playables.ScriptPlayable`1 struct ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.ScriptPlayable`1::m_Handle PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315, ___m_Handle_0)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Handle_0 = value; } }; // UnityEngine.Playables.ScriptPlayable`1 struct ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.ScriptPlayable`1::m_Handle PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266, ___m_Handle_0)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Handle_0 = 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; } }; // FMODUnity.BusNotFoundException struct BusNotFoundException_tF895A193A75FFFCC12CE4B0085510C2D5371B644 : public Exception_t { public: // System.String FMODUnity.BusNotFoundException::Path String_t* ___Path_17; public: inline static int32_t get_offset_of_Path_17() { return static_cast(offsetof(BusNotFoundException_tF895A193A75FFFCC12CE4B0085510C2D5371B644, ___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); } }; // FMOD.Studio.COMMAND_INFO struct COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C { public: // FMOD.StringWrapper FMOD.Studio.COMMAND_INFO::commandname StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___commandname_0; // System.Int32 FMOD.Studio.COMMAND_INFO::parentcommandindex int32_t ___parentcommandindex_1; // System.Int32 FMOD.Studio.COMMAND_INFO::framenumber int32_t ___framenumber_2; // System.Single FMOD.Studio.COMMAND_INFO::frametime float ___frametime_3; // FMOD.Studio.INSTANCETYPE FMOD.Studio.COMMAND_INFO::instancetype int32_t ___instancetype_4; // FMOD.Studio.INSTANCETYPE FMOD.Studio.COMMAND_INFO::outputtype int32_t ___outputtype_5; // System.UInt32 FMOD.Studio.COMMAND_INFO::instancehandle uint32_t ___instancehandle_6; // System.UInt32 FMOD.Studio.COMMAND_INFO::outputhandle uint32_t ___outputhandle_7; public: inline static int32_t get_offset_of_commandname_0() { return static_cast(offsetof(COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C, ___commandname_0)); } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 get_commandname_0() const { return ___commandname_0; } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 * get_address_of_commandname_0() { return &___commandname_0; } inline void set_commandname_0(StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 value) { ___commandname_0 = value; } inline static int32_t get_offset_of_parentcommandindex_1() { return static_cast(offsetof(COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C, ___parentcommandindex_1)); } inline int32_t get_parentcommandindex_1() const { return ___parentcommandindex_1; } inline int32_t* get_address_of_parentcommandindex_1() { return &___parentcommandindex_1; } inline void set_parentcommandindex_1(int32_t value) { ___parentcommandindex_1 = value; } inline static int32_t get_offset_of_framenumber_2() { return static_cast(offsetof(COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C, ___framenumber_2)); } inline int32_t get_framenumber_2() const { return ___framenumber_2; } inline int32_t* get_address_of_framenumber_2() { return &___framenumber_2; } inline void set_framenumber_2(int32_t value) { ___framenumber_2 = value; } inline static int32_t get_offset_of_frametime_3() { return static_cast(offsetof(COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C, ___frametime_3)); } inline float get_frametime_3() const { return ___frametime_3; } inline float* get_address_of_frametime_3() { return &___frametime_3; } inline void set_frametime_3(float value) { ___frametime_3 = value; } inline static int32_t get_offset_of_instancetype_4() { return static_cast(offsetof(COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C, ___instancetype_4)); } inline int32_t get_instancetype_4() const { return ___instancetype_4; } inline int32_t* get_address_of_instancetype_4() { return &___instancetype_4; } inline void set_instancetype_4(int32_t value) { ___instancetype_4 = value; } inline static int32_t get_offset_of_outputtype_5() { return static_cast(offsetof(COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C, ___outputtype_5)); } inline int32_t get_outputtype_5() const { return ___outputtype_5; } inline int32_t* get_address_of_outputtype_5() { return &___outputtype_5; } inline void set_outputtype_5(int32_t value) { ___outputtype_5 = value; } inline static int32_t get_offset_of_instancehandle_6() { return static_cast(offsetof(COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C, ___instancehandle_6)); } inline uint32_t get_instancehandle_6() const { return ___instancehandle_6; } inline uint32_t* get_address_of_instancehandle_6() { return &___instancehandle_6; } inline void set_instancehandle_6(uint32_t value) { ___instancehandle_6 = value; } inline static int32_t get_offset_of_outputhandle_7() { return static_cast(offsetof(COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C, ___outputhandle_7)); } inline uint32_t get_outputhandle_7() const { return ___outputhandle_7; } inline uint32_t* get_address_of_outputhandle_7() { return &___outputhandle_7; } inline void set_outputhandle_7(uint32_t value) { ___outputhandle_7 = 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: }; // FMOD.DSP_BUFFER_ARRAY struct DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 { public: // System.Int32 FMOD.DSP_BUFFER_ARRAY::numbuffers int32_t ___numbuffers_0; // System.Int32[] FMOD.DSP_BUFFER_ARRAY::buffernumchannels Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buffernumchannels_1; // FMOD.CHANNELMASK[] FMOD.DSP_BUFFER_ARRAY::bufferchannelmask CHANNELMASKU5BU5D_tAE7CE1BD718174103B1FFE61C4943E3F01B7C4EC* ___bufferchannelmask_2; // System.IntPtr[] FMOD.DSP_BUFFER_ARRAY::buffers IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___buffers_3; // FMOD.SPEAKERMODE FMOD.DSP_BUFFER_ARRAY::speakermode int32_t ___speakermode_4; public: inline static int32_t get_offset_of_numbuffers_0() { return static_cast(offsetof(DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089, ___numbuffers_0)); } inline int32_t get_numbuffers_0() const { return ___numbuffers_0; } inline int32_t* get_address_of_numbuffers_0() { return &___numbuffers_0; } inline void set_numbuffers_0(int32_t value) { ___numbuffers_0 = value; } inline static int32_t get_offset_of_buffernumchannels_1() { return static_cast(offsetof(DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089, ___buffernumchannels_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buffernumchannels_1() const { return ___buffernumchannels_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buffernumchannels_1() { return &___buffernumchannels_1; } inline void set_buffernumchannels_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buffernumchannels_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffernumchannels_1), (void*)value); } inline static int32_t get_offset_of_bufferchannelmask_2() { return static_cast(offsetof(DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089, ___bufferchannelmask_2)); } inline CHANNELMASKU5BU5D_tAE7CE1BD718174103B1FFE61C4943E3F01B7C4EC* get_bufferchannelmask_2() const { return ___bufferchannelmask_2; } inline CHANNELMASKU5BU5D_tAE7CE1BD718174103B1FFE61C4943E3F01B7C4EC** get_address_of_bufferchannelmask_2() { return &___bufferchannelmask_2; } inline void set_bufferchannelmask_2(CHANNELMASKU5BU5D_tAE7CE1BD718174103B1FFE61C4943E3F01B7C4EC* value) { ___bufferchannelmask_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bufferchannelmask_2), (void*)value); } inline static int32_t get_offset_of_buffers_3() { return static_cast(offsetof(DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089, ___buffers_3)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_buffers_3() const { return ___buffers_3; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_buffers_3() { return &___buffers_3; } inline void set_buffers_3(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___buffers_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffers_3), (void*)value); } inline static int32_t get_offset_of_speakermode_4() { return static_cast(offsetof(DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089, ___speakermode_4)); } inline int32_t get_speakermode_4() const { return ___speakermode_4; } inline int32_t* get_address_of_speakermode_4() { return &___speakermode_4; } inline void set_speakermode_4(int32_t value) { ___speakermode_4 = value; } }; // Native definition for P/Invoke marshalling of FMOD.DSP_BUFFER_ARRAY struct DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke { int32_t ___numbuffers_0; Il2CppSafeArray/*NONE*/* ___buffernumchannels_1; uint32_t* ___bufferchannelmask_2; Il2CppSafeArray/*NONE*/* ___buffers_3; int32_t ___speakermode_4; }; // Native definition for COM marshalling of FMOD.DSP_BUFFER_ARRAY struct DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_com { int32_t ___numbuffers_0; Il2CppSafeArray/*NONE*/* ___buffernumchannels_1; uint32_t* ___bufferchannelmask_2; Il2CppSafeArray/*NONE*/* ___buffers_3; int32_t ___speakermode_4; }; // FMOD.DSP_PARAMETER_3DATTRIBUTES struct DSP_PARAMETER_3DATTRIBUTES_t87F215DE987D80875E2C34E79C791E3CDACD357A { public: // FMOD.ATTRIBUTES_3D FMOD.DSP_PARAMETER_3DATTRIBUTES::relative ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___relative_0; // FMOD.ATTRIBUTES_3D FMOD.DSP_PARAMETER_3DATTRIBUTES::absolute ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___absolute_1; public: inline static int32_t get_offset_of_relative_0() { return static_cast(offsetof(DSP_PARAMETER_3DATTRIBUTES_t87F215DE987D80875E2C34E79C791E3CDACD357A, ___relative_0)); } inline ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 get_relative_0() const { return ___relative_0; } inline ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * get_address_of_relative_0() { return &___relative_0; } inline void set_relative_0(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 value) { ___relative_0 = value; } inline static int32_t get_offset_of_absolute_1() { return static_cast(offsetof(DSP_PARAMETER_3DATTRIBUTES_t87F215DE987D80875E2C34E79C791E3CDACD357A, ___absolute_1)); } inline ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 get_absolute_1() const { return ___absolute_1; } inline ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * get_address_of_absolute_1() { return &___absolute_1; } inline void set_absolute_1(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 value) { ___absolute_1 = value; } }; // FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI struct DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A { public: // System.Int32 FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI::numlisteners int32_t ___numlisteners_0; // FMOD.ATTRIBUTES_3D[] FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI::relative ATTRIBUTES_3DU5BU5D_tE889DEEC0CF64F2EB9C3E8CF86CE2FA38CD90944* ___relative_1; // System.Single[] FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI::weight SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___weight_2; // FMOD.ATTRIBUTES_3D FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI::absolute ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___absolute_3; public: inline static int32_t get_offset_of_numlisteners_0() { return static_cast(offsetof(DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A, ___numlisteners_0)); } inline int32_t get_numlisteners_0() const { return ___numlisteners_0; } inline int32_t* get_address_of_numlisteners_0() { return &___numlisteners_0; } inline void set_numlisteners_0(int32_t value) { ___numlisteners_0 = value; } inline static int32_t get_offset_of_relative_1() { return static_cast(offsetof(DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A, ___relative_1)); } inline ATTRIBUTES_3DU5BU5D_tE889DEEC0CF64F2EB9C3E8CF86CE2FA38CD90944* get_relative_1() const { return ___relative_1; } inline ATTRIBUTES_3DU5BU5D_tE889DEEC0CF64F2EB9C3E8CF86CE2FA38CD90944** get_address_of_relative_1() { return &___relative_1; } inline void set_relative_1(ATTRIBUTES_3DU5BU5D_tE889DEEC0CF64F2EB9C3E8CF86CE2FA38CD90944* value) { ___relative_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___relative_1), (void*)value); } inline static int32_t get_offset_of_weight_2() { return static_cast(offsetof(DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A, ___weight_2)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_weight_2() const { return ___weight_2; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_weight_2() { return &___weight_2; } inline void set_weight_2(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___weight_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___weight_2), (void*)value); } inline static int32_t get_offset_of_absolute_3() { return static_cast(offsetof(DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A, ___absolute_3)); } inline ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 get_absolute_3() const { return ___absolute_3; } inline ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * get_address_of_absolute_3() { return &___absolute_3; } inline void set_absolute_3(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 value) { ___absolute_3 = value; } }; // Native definition for P/Invoke marshalling of FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI struct DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A_marshaled_pinvoke { int32_t ___numlisteners_0; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___relative_1[8]; float ___weight_2[8]; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___absolute_3; }; // Native definition for COM marshalling of FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI struct DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A_marshaled_com { int32_t ___numlisteners_0; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___relative_1[8]; float ___weight_2[8]; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___absolute_3; }; // FMOD.DSP_PARAMETER_FLOAT_MAPPING struct DSP_PARAMETER_FLOAT_MAPPING_t336D3E0792F9C4B18687953A6E6379E9A7627FCC { public: // FMOD.DSP_PARAMETER_FLOAT_MAPPING_TYPE FMOD.DSP_PARAMETER_FLOAT_MAPPING::type int32_t ___type_0; // FMOD.DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR FMOD.DSP_PARAMETER_FLOAT_MAPPING::piecewiselinearmapping DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR_t569D629A2B5D43A8F834BC7687D80F866793206A ___piecewiselinearmapping_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(DSP_PARAMETER_FLOAT_MAPPING_t336D3E0792F9C4B18687953A6E6379E9A7627FCC, ___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_piecewiselinearmapping_1() { return static_cast(offsetof(DSP_PARAMETER_FLOAT_MAPPING_t336D3E0792F9C4B18687953A6E6379E9A7627FCC, ___piecewiselinearmapping_1)); } inline DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR_t569D629A2B5D43A8F834BC7687D80F866793206A get_piecewiselinearmapping_1() const { return ___piecewiselinearmapping_1; } inline DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR_t569D629A2B5D43A8F834BC7687D80F866793206A * get_address_of_piecewiselinearmapping_1() { return &___piecewiselinearmapping_1; } inline void set_piecewiselinearmapping_1(DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR_t569D629A2B5D43A8F834BC7687D80F866793206A value) { ___piecewiselinearmapping_1 = value; } }; // FMOD.ERRORCALLBACK_INFO struct ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E { public: // FMOD.RESULT FMOD.ERRORCALLBACK_INFO::result int32_t ___result_0; // FMOD.ERRORCALLBACK_INSTANCETYPE FMOD.ERRORCALLBACK_INFO::instancetype int32_t ___instancetype_1; // System.IntPtr FMOD.ERRORCALLBACK_INFO::instance intptr_t ___instance_2; // FMOD.StringWrapper FMOD.ERRORCALLBACK_INFO::functionname StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___functionname_3; // FMOD.StringWrapper FMOD.ERRORCALLBACK_INFO::functionparams StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___functionparams_4; public: inline static int32_t get_offset_of_result_0() { return static_cast(offsetof(ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E, ___result_0)); } inline int32_t get_result_0() const { return ___result_0; } inline int32_t* get_address_of_result_0() { return &___result_0; } inline void set_result_0(int32_t value) { ___result_0 = value; } inline static int32_t get_offset_of_instancetype_1() { return static_cast(offsetof(ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E, ___instancetype_1)); } inline int32_t get_instancetype_1() const { return ___instancetype_1; } inline int32_t* get_address_of_instancetype_1() { return &___instancetype_1; } inline void set_instancetype_1(int32_t value) { ___instancetype_1 = value; } inline static int32_t get_offset_of_instance_2() { return static_cast(offsetof(ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E, ___instance_2)); } inline intptr_t get_instance_2() const { return ___instance_2; } inline intptr_t* get_address_of_instance_2() { return &___instance_2; } inline void set_instance_2(intptr_t value) { ___instance_2 = value; } inline static int32_t get_offset_of_functionname_3() { return static_cast(offsetof(ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E, ___functionname_3)); } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 get_functionname_3() const { return ___functionname_3; } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 * get_address_of_functionname_3() { return &___functionname_3; } inline void set_functionname_3(StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 value) { ___functionname_3 = value; } inline static int32_t get_offset_of_functionparams_4() { return static_cast(offsetof(ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E, ___functionparams_4)); } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 get_functionparams_4() const { return ___functionparams_4; } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 * get_address_of_functionparams_4() { return &___functionparams_4; } inline void set_functionparams_4(StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 value) { ___functionparams_4 = value; } }; // FMODUnity.EventNotFoundException struct EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B : public Exception_t { public: // FMOD.GUID FMODUnity.EventNotFoundException::Guid GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___Guid_17; // System.String FMODUnity.EventNotFoundException::Path String_t* ___Path_18; public: inline static int32_t get_offset_of_Guid_17() { return static_cast(offsetof(EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B, ___Guid_17)); } inline GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC get_Guid_17() const { return ___Guid_17; } inline GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * get_address_of_Guid_17() { return &___Guid_17; } inline void set_Guid_17(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC value) { ___Guid_17 = value; } inline static int32_t get_offset_of_Path_18() { return static_cast(offsetof(EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B, ___Path_18)); } inline String_t* get_Path_18() const { return ___Path_18; } inline String_t** get_address_of_Path_18() { return &___Path_18; } inline void set_Path_18(String_t* value) { ___Path_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___Path_18), (void*)value); } }; // FMODUnity.FMODEventPlayableBehavior struct FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 : public PlayableBehaviour_t451A3E3A605FDB6CD89DE1DAD0CBE96C20687D82 { public: // FMODUnity.EventReference FMODUnity.FMODEventPlayableBehavior::eventReference EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 ___eventReference_0; // FMODUnity.STOP_MODE FMODUnity.FMODEventPlayableBehavior::stopType int32_t ___stopType_1; // FMODUnity.ParamRef[] FMODUnity.FMODEventPlayableBehavior::parameters ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* ___parameters_2; // System.Collections.Generic.List`1 FMODUnity.FMODEventPlayableBehavior::parameterLinks List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * ___parameterLinks_3; // UnityEngine.GameObject FMODUnity.FMODEventPlayableBehavior::TrackTargetObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___TrackTargetObject_4; // UnityEngine.Timeline.TimelineClip FMODUnity.FMODEventPlayableBehavior::OwningClip TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * ___OwningClip_5; // FMODUnity.AutomatableSlots FMODUnity.FMODEventPlayableBehavior::parameterAutomation AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE ___parameterAutomation_6; // System.Boolean FMODUnity.FMODEventPlayableBehavior::isPlayheadInside bool ___isPlayheadInside_7; // FMOD.Studio.EventInstance FMODUnity.FMODEventPlayableBehavior::eventInstance EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 ___eventInstance_8; // System.Single FMODUnity.FMODEventPlayableBehavior::currentVolume float ___currentVolume_9; public: inline static int32_t get_offset_of_eventReference_0() { return static_cast(offsetof(FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674, ___eventReference_0)); } inline EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 get_eventReference_0() const { return ___eventReference_0; } inline EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 * get_address_of_eventReference_0() { return &___eventReference_0; } inline void set_eventReference_0(EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 value) { ___eventReference_0 = value; } inline static int32_t get_offset_of_stopType_1() { return static_cast(offsetof(FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674, ___stopType_1)); } inline int32_t get_stopType_1() const { return ___stopType_1; } inline int32_t* get_address_of_stopType_1() { return &___stopType_1; } inline void set_stopType_1(int32_t value) { ___stopType_1 = value; } inline static int32_t get_offset_of_parameters_2() { return static_cast(offsetof(FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674, ___parameters_2)); } inline ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* get_parameters_2() const { return ___parameters_2; } inline ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B** get_address_of_parameters_2() { return &___parameters_2; } inline void set_parameters_2(ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* value) { ___parameters_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_2), (void*)value); } inline static int32_t get_offset_of_parameterLinks_3() { return static_cast(offsetof(FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674, ___parameterLinks_3)); } inline List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * get_parameterLinks_3() const { return ___parameterLinks_3; } inline List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 ** get_address_of_parameterLinks_3() { return &___parameterLinks_3; } inline void set_parameterLinks_3(List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * value) { ___parameterLinks_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameterLinks_3), (void*)value); } inline static int32_t get_offset_of_TrackTargetObject_4() { return static_cast(offsetof(FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674, ___TrackTargetObject_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_TrackTargetObject_4() const { return ___TrackTargetObject_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_TrackTargetObject_4() { return &___TrackTargetObject_4; } inline void set_TrackTargetObject_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___TrackTargetObject_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrackTargetObject_4), (void*)value); } inline static int32_t get_offset_of_OwningClip_5() { return static_cast(offsetof(FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674, ___OwningClip_5)); } inline TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * get_OwningClip_5() const { return ___OwningClip_5; } inline TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F ** get_address_of_OwningClip_5() { return &___OwningClip_5; } inline void set_OwningClip_5(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * value) { ___OwningClip_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___OwningClip_5), (void*)value); } inline static int32_t get_offset_of_parameterAutomation_6() { return static_cast(offsetof(FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674, ___parameterAutomation_6)); } inline AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE get_parameterAutomation_6() const { return ___parameterAutomation_6; } inline AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE * get_address_of_parameterAutomation_6() { return &___parameterAutomation_6; } inline void set_parameterAutomation_6(AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE value) { ___parameterAutomation_6 = value; } inline static int32_t get_offset_of_isPlayheadInside_7() { return static_cast(offsetof(FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674, ___isPlayheadInside_7)); } inline bool get_isPlayheadInside_7() const { return ___isPlayheadInside_7; } inline bool* get_address_of_isPlayheadInside_7() { return &___isPlayheadInside_7; } inline void set_isPlayheadInside_7(bool value) { ___isPlayheadInside_7 = value; } inline static int32_t get_offset_of_eventInstance_8() { return static_cast(offsetof(FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674, ___eventInstance_8)); } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 get_eventInstance_8() const { return ___eventInstance_8; } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * get_address_of_eventInstance_8() { return &___eventInstance_8; } inline void set_eventInstance_8(EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 value) { ___eventInstance_8 = value; } inline static int32_t get_offset_of_currentVolume_9() { return static_cast(offsetof(FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674, ___currentVolume_9)); } inline float get_currentVolume_9() const { return ___currentVolume_9; } inline float* get_address_of_currentVolume_9() { return &___currentVolume_9; } inline void set_currentVolume_9(float value) { ___currentVolume_9 = value; } }; // 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; } }; // FMOD.PLUGINLIST struct PLUGINLIST_tB03FBFC371A58D60F3A658A90009D71B6F92E081 { public: // FMOD.PLUGINTYPE FMOD.PLUGINLIST::type int32_t ___type_0; // System.IntPtr FMOD.PLUGINLIST::description intptr_t ___description_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(PLUGINLIST_tB03FBFC371A58D60F3A658A90009D71B6F92E081, ___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_description_1() { return static_cast(offsetof(PLUGINLIST_tB03FBFC371A58D60F3A658A90009D71B6F92E081, ___description_1)); } inline intptr_t get_description_1() const { return ___description_1; } inline intptr_t* get_address_of_description_1() { return &___description_1; } inline void set_description_1(intptr_t value) { ___description_1 = value; } }; // FMOD.Studio.PROGRAMMER_SOUND_PROPERTIES struct PROGRAMMER_SOUND_PROPERTIES_t4D416B4C2A3CBCF96CFE18A6423A9135ECC288E1 { public: // FMOD.StringWrapper FMOD.Studio.PROGRAMMER_SOUND_PROPERTIES::name StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___name_0; // System.IntPtr FMOD.Studio.PROGRAMMER_SOUND_PROPERTIES::sound intptr_t ___sound_1; // System.Int32 FMOD.Studio.PROGRAMMER_SOUND_PROPERTIES::subsoundIndex int32_t ___subsoundIndex_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(PROGRAMMER_SOUND_PROPERTIES_t4D416B4C2A3CBCF96CFE18A6423A9135ECC288E1, ___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_sound_1() { return static_cast(offsetof(PROGRAMMER_SOUND_PROPERTIES_t4D416B4C2A3CBCF96CFE18A6423A9135ECC288E1, ___sound_1)); } inline intptr_t get_sound_1() const { return ___sound_1; } inline intptr_t* get_address_of_sound_1() { return &___sound_1; } inline void set_sound_1(intptr_t value) { ___sound_1 = value; } inline static int32_t get_offset_of_subsoundIndex_2() { return static_cast(offsetof(PROGRAMMER_SOUND_PROPERTIES_t4D416B4C2A3CBCF96CFE18A6423A9135ECC288E1, ___subsoundIndex_2)); } inline int32_t get_subsoundIndex_2() const { return ___subsoundIndex_2; } inline int32_t* get_address_of_subsoundIndex_2() { return &___subsoundIndex_2; } inline void set_subsoundIndex_2(int32_t value) { ___subsoundIndex_2 = value; } }; // UnityEngine.Playables.Playable struct Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.Playable::m_Handle PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2, ___m_Handle_0)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Handle_0 = value; } }; // UnityEngine.Playables.PlayableOutput struct PlayableOutput_tE735DC774F014DB1711310988F2F914C66520F82 { public: // UnityEngine.Playables.PlayableOutputHandle UnityEngine.Playables.PlayableOutput::m_Handle PlayableOutputHandle_t8C84BCDB2AECFEDBCF0E7CC7CDBADD517D148CD1 ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableOutput_tE735DC774F014DB1711310988F2F914C66520F82, ___m_Handle_0)); } inline PlayableOutputHandle_t8C84BCDB2AECFEDBCF0E7CC7CDBADD517D148CD1 get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableOutputHandle_t8C84BCDB2AECFEDBCF0E7CC7CDBADD517D148CD1 * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableOutputHandle_t8C84BCDB2AECFEDBCF0E7CC7CDBADD517D148CD1 value) { ___m_Handle_0 = 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); } }; // UnityEngine.TextAsset struct TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // 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; } }; // UnityEngine.Timeline.TimelineClip struct TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F : public RuntimeObject { public: // System.Int32 UnityEngine.Timeline.TimelineClip::m_Version int32_t ___m_Version_1; // System.Double UnityEngine.Timeline.TimelineClip::m_Start double ___m_Start_9; // System.Double UnityEngine.Timeline.TimelineClip::m_ClipIn double ___m_ClipIn_10; // UnityEngine.Object UnityEngine.Timeline.TimelineClip::m_Asset Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___m_Asset_11; // System.Double UnityEngine.Timeline.TimelineClip::m_Duration double ___m_Duration_12; // System.Double UnityEngine.Timeline.TimelineClip::m_TimeScale double ___m_TimeScale_13; // UnityEngine.Timeline.TrackAsset UnityEngine.Timeline.TimelineClip::m_ParentTrack TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628 * ___m_ParentTrack_14; // System.Double UnityEngine.Timeline.TimelineClip::m_EaseInDuration double ___m_EaseInDuration_15; // System.Double UnityEngine.Timeline.TimelineClip::m_EaseOutDuration double ___m_EaseOutDuration_16; // System.Double UnityEngine.Timeline.TimelineClip::m_BlendInDuration double ___m_BlendInDuration_17; // System.Double UnityEngine.Timeline.TimelineClip::m_BlendOutDuration double ___m_BlendOutDuration_18; // UnityEngine.AnimationCurve UnityEngine.Timeline.TimelineClip::m_MixInCurve AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___m_MixInCurve_19; // UnityEngine.AnimationCurve UnityEngine.Timeline.TimelineClip::m_MixOutCurve AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___m_MixOutCurve_20; // UnityEngine.Timeline.TimelineClip/BlendCurveMode UnityEngine.Timeline.TimelineClip::m_BlendInCurveMode int32_t ___m_BlendInCurveMode_21; // UnityEngine.Timeline.TimelineClip/BlendCurveMode UnityEngine.Timeline.TimelineClip::m_BlendOutCurveMode int32_t ___m_BlendOutCurveMode_22; // System.Collections.Generic.List`1 UnityEngine.Timeline.TimelineClip::m_ExposedParameterNames List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___m_ExposedParameterNames_23; // UnityEngine.AnimationClip UnityEngine.Timeline.TimelineClip::m_AnimationCurves AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * ___m_AnimationCurves_24; // System.Boolean UnityEngine.Timeline.TimelineClip::m_Recordable bool ___m_Recordable_25; // UnityEngine.Timeline.TimelineClip/ClipExtrapolation UnityEngine.Timeline.TimelineClip::m_PostExtrapolationMode int32_t ___m_PostExtrapolationMode_26; // UnityEngine.Timeline.TimelineClip/ClipExtrapolation UnityEngine.Timeline.TimelineClip::m_PreExtrapolationMode int32_t ___m_PreExtrapolationMode_27; // System.Double UnityEngine.Timeline.TimelineClip::m_PostExtrapolationTime double ___m_PostExtrapolationTime_28; // System.Double UnityEngine.Timeline.TimelineClip::m_PreExtrapolationTime double ___m_PreExtrapolationTime_29; // System.String UnityEngine.Timeline.TimelineClip::m_DisplayName String_t* ___m_DisplayName_30; public: inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_Version_1)); } inline int32_t get_m_Version_1() const { return ___m_Version_1; } inline int32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(int32_t value) { ___m_Version_1 = value; } inline static int32_t get_offset_of_m_Start_9() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_Start_9)); } inline double get_m_Start_9() const { return ___m_Start_9; } inline double* get_address_of_m_Start_9() { return &___m_Start_9; } inline void set_m_Start_9(double value) { ___m_Start_9 = value; } inline static int32_t get_offset_of_m_ClipIn_10() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_ClipIn_10)); } inline double get_m_ClipIn_10() const { return ___m_ClipIn_10; } inline double* get_address_of_m_ClipIn_10() { return &___m_ClipIn_10; } inline void set_m_ClipIn_10(double value) { ___m_ClipIn_10 = value; } inline static int32_t get_offset_of_m_Asset_11() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_Asset_11)); } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * get_m_Asset_11() const { return ___m_Asset_11; } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A ** get_address_of_m_Asset_11() { return &___m_Asset_11; } inline void set_m_Asset_11(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * value) { ___m_Asset_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Asset_11), (void*)value); } inline static int32_t get_offset_of_m_Duration_12() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_Duration_12)); } inline double get_m_Duration_12() const { return ___m_Duration_12; } inline double* get_address_of_m_Duration_12() { return &___m_Duration_12; } inline void set_m_Duration_12(double value) { ___m_Duration_12 = value; } inline static int32_t get_offset_of_m_TimeScale_13() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_TimeScale_13)); } inline double get_m_TimeScale_13() const { return ___m_TimeScale_13; } inline double* get_address_of_m_TimeScale_13() { return &___m_TimeScale_13; } inline void set_m_TimeScale_13(double value) { ___m_TimeScale_13 = value; } inline static int32_t get_offset_of_m_ParentTrack_14() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_ParentTrack_14)); } inline TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628 * get_m_ParentTrack_14() const { return ___m_ParentTrack_14; } inline TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628 ** get_address_of_m_ParentTrack_14() { return &___m_ParentTrack_14; } inline void set_m_ParentTrack_14(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628 * value) { ___m_ParentTrack_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParentTrack_14), (void*)value); } inline static int32_t get_offset_of_m_EaseInDuration_15() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_EaseInDuration_15)); } inline double get_m_EaseInDuration_15() const { return ___m_EaseInDuration_15; } inline double* get_address_of_m_EaseInDuration_15() { return &___m_EaseInDuration_15; } inline void set_m_EaseInDuration_15(double value) { ___m_EaseInDuration_15 = value; } inline static int32_t get_offset_of_m_EaseOutDuration_16() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_EaseOutDuration_16)); } inline double get_m_EaseOutDuration_16() const { return ___m_EaseOutDuration_16; } inline double* get_address_of_m_EaseOutDuration_16() { return &___m_EaseOutDuration_16; } inline void set_m_EaseOutDuration_16(double value) { ___m_EaseOutDuration_16 = value; } inline static int32_t get_offset_of_m_BlendInDuration_17() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_BlendInDuration_17)); } inline double get_m_BlendInDuration_17() const { return ___m_BlendInDuration_17; } inline double* get_address_of_m_BlendInDuration_17() { return &___m_BlendInDuration_17; } inline void set_m_BlendInDuration_17(double value) { ___m_BlendInDuration_17 = value; } inline static int32_t get_offset_of_m_BlendOutDuration_18() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_BlendOutDuration_18)); } inline double get_m_BlendOutDuration_18() const { return ___m_BlendOutDuration_18; } inline double* get_address_of_m_BlendOutDuration_18() { return &___m_BlendOutDuration_18; } inline void set_m_BlendOutDuration_18(double value) { ___m_BlendOutDuration_18 = value; } inline static int32_t get_offset_of_m_MixInCurve_19() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_MixInCurve_19)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_m_MixInCurve_19() const { return ___m_MixInCurve_19; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_m_MixInCurve_19() { return &___m_MixInCurve_19; } inline void set_m_MixInCurve_19(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___m_MixInCurve_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MixInCurve_19), (void*)value); } inline static int32_t get_offset_of_m_MixOutCurve_20() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_MixOutCurve_20)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_m_MixOutCurve_20() const { return ___m_MixOutCurve_20; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_m_MixOutCurve_20() { return &___m_MixOutCurve_20; } inline void set_m_MixOutCurve_20(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___m_MixOutCurve_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MixOutCurve_20), (void*)value); } inline static int32_t get_offset_of_m_BlendInCurveMode_21() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_BlendInCurveMode_21)); } inline int32_t get_m_BlendInCurveMode_21() const { return ___m_BlendInCurveMode_21; } inline int32_t* get_address_of_m_BlendInCurveMode_21() { return &___m_BlendInCurveMode_21; } inline void set_m_BlendInCurveMode_21(int32_t value) { ___m_BlendInCurveMode_21 = value; } inline static int32_t get_offset_of_m_BlendOutCurveMode_22() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_BlendOutCurveMode_22)); } inline int32_t get_m_BlendOutCurveMode_22() const { return ___m_BlendOutCurveMode_22; } inline int32_t* get_address_of_m_BlendOutCurveMode_22() { return &___m_BlendOutCurveMode_22; } inline void set_m_BlendOutCurveMode_22(int32_t value) { ___m_BlendOutCurveMode_22 = value; } inline static int32_t get_offset_of_m_ExposedParameterNames_23() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_ExposedParameterNames_23)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_m_ExposedParameterNames_23() const { return ___m_ExposedParameterNames_23; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_m_ExposedParameterNames_23() { return &___m_ExposedParameterNames_23; } inline void set_m_ExposedParameterNames_23(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___m_ExposedParameterNames_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ExposedParameterNames_23), (void*)value); } inline static int32_t get_offset_of_m_AnimationCurves_24() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_AnimationCurves_24)); } inline AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * get_m_AnimationCurves_24() const { return ___m_AnimationCurves_24; } inline AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 ** get_address_of_m_AnimationCurves_24() { return &___m_AnimationCurves_24; } inline void set_m_AnimationCurves_24(AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * value) { ___m_AnimationCurves_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AnimationCurves_24), (void*)value); } inline static int32_t get_offset_of_m_Recordable_25() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_Recordable_25)); } inline bool get_m_Recordable_25() const { return ___m_Recordable_25; } inline bool* get_address_of_m_Recordable_25() { return &___m_Recordable_25; } inline void set_m_Recordable_25(bool value) { ___m_Recordable_25 = value; } inline static int32_t get_offset_of_m_PostExtrapolationMode_26() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_PostExtrapolationMode_26)); } inline int32_t get_m_PostExtrapolationMode_26() const { return ___m_PostExtrapolationMode_26; } inline int32_t* get_address_of_m_PostExtrapolationMode_26() { return &___m_PostExtrapolationMode_26; } inline void set_m_PostExtrapolationMode_26(int32_t value) { ___m_PostExtrapolationMode_26 = value; } inline static int32_t get_offset_of_m_PreExtrapolationMode_27() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_PreExtrapolationMode_27)); } inline int32_t get_m_PreExtrapolationMode_27() const { return ___m_PreExtrapolationMode_27; } inline int32_t* get_address_of_m_PreExtrapolationMode_27() { return &___m_PreExtrapolationMode_27; } inline void set_m_PreExtrapolationMode_27(int32_t value) { ___m_PreExtrapolationMode_27 = value; } inline static int32_t get_offset_of_m_PostExtrapolationTime_28() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_PostExtrapolationTime_28)); } inline double get_m_PostExtrapolationTime_28() const { return ___m_PostExtrapolationTime_28; } inline double* get_address_of_m_PostExtrapolationTime_28() { return &___m_PostExtrapolationTime_28; } inline void set_m_PostExtrapolationTime_28(double value) { ___m_PostExtrapolationTime_28 = value; } inline static int32_t get_offset_of_m_PreExtrapolationTime_29() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_PreExtrapolationTime_29)); } inline double get_m_PreExtrapolationTime_29() const { return ___m_PreExtrapolationTime_29; } inline double* get_address_of_m_PreExtrapolationTime_29() { return &___m_PreExtrapolationTime_29; } inline void set_m_PreExtrapolationTime_29(double value) { ___m_PreExtrapolationTime_29 = value; } inline static int32_t get_offset_of_m_DisplayName_30() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F, ___m_DisplayName_30)); } inline String_t* get_m_DisplayName_30() const { return ___m_DisplayName_30; } inline String_t** get_address_of_m_DisplayName_30() { return &___m_DisplayName_30; } inline void set_m_DisplayName_30(String_t* value) { ___m_DisplayName_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisplayName_30), (void*)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.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`2 struct Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 : public MulticastDelegate_t { public: public: }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_t1845BDD3D3091143DF551C94E0D4B0AB885FE2B1 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_tCBA5E4909C610253AE0904190A73FA4769E6AECE * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1845BDD3D3091143DF551C94E0D4B0AB885FE2B1, ___dictionary_0)); } inline Dictionary_2_tCBA5E4909C610253AE0904190A73FA4769E6AECE * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tCBA5E4909C610253AE0904190A73FA4769E6AECE ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tCBA5E4909C610253AE0904190A73FA4769E6AECE * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t1845BDD3D3091143DF551C94E0D4B0AB885FE2B1, ___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_t1845BDD3D3091143DF551C94E0D4B0AB885FE2B1, ___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_currentValue_3() { return static_cast(offsetof(Enumerator_t1845BDD3D3091143DF551C94E0D4B0AB885FE2B1, ___currentValue_3)); } inline LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 get_currentValue_3() const { return ___currentValue_3; } inline LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 * get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 value) { ___currentValue_3 = value; } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675, ___dictionary_0)); } inline Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675, ___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_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675, ___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_currentValue_3() { return static_cast(offsetof(Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675, ___currentValue_3)); } inline LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 get_currentValue_3() const { return ___currentValue_3; } inline LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 * get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 value) { ___currentValue_3 = value; } }; // System.Predicate`1 struct Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84 : 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: }; // FMOD.CHANNELCONTROL_CALLBACK struct CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 : public MulticastDelegate_t { public: public: }; // FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK struct COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t28124D766A1C2340A63BAF689D66D9804C3B4F36 : public MulticastDelegate_t { public: public: }; // FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK struct COMMANDREPLAY_FRAME_CALLBACK_t6393F18EF7B20B8ADA5D18068BECC7FA3B958834 : public MulticastDelegate_t { public: public: }; // FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK struct COMMANDREPLAY_LOAD_BANK_CALLBACK_t460E637691817F1F91F18345D4044B16BD259485 : public MulticastDelegate_t { public: public: }; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // FMOD.DEBUG_CALLBACK struct DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD : public MulticastDelegate_t { public: public: }; // FMOD.DSP_ALLOC_FUNC struct DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_CREATECALLBACK struct DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_DFT_FFTREAL_FUNC struct DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_DFT_IFFTREAL_FUNC struct DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_FREE_FUNC struct DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F : public MulticastDelegate_t { public: public: }; // FMOD.DSP_GETBLOCKSIZE_FUNC struct DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC : public MulticastDelegate_t { public: public: }; // FMOD.DSP_GETCLOCK_FUNC struct DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_GETLISTENERATTRIBUTES_FUNC struct DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_GETPARAM_BOOL_CALLBACK struct DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_GETPARAM_DATA_CALLBACK struct DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_GETPARAM_FLOAT_CALLBACK struct DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_GETPARAM_INT_CALLBACK struct DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB : public MulticastDelegate_t { public: public: }; // FMOD.DSP_GETSAMPLERATE_FUNC struct DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC : public MulticastDelegate_t { public: public: }; // FMOD.DSP_GETSPEAKERMODE_FUNC struct DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_GETUSERDATA_FUNC struct DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_LOG_FUNC struct DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC struct DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E : public MulticastDelegate_t { public: public: }; // FMOD.DSP_PAN_SUMMONOMATRIX_FUNC struct DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC struct DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D : public MulticastDelegate_t { public: public: }; // FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC struct DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B : public MulticastDelegate_t { public: public: }; // FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC struct DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E : public MulticastDelegate_t { public: public: }; // FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC struct DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_PARAMETER_DESC_FLOAT struct DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85 { public: // System.Single FMOD.DSP_PARAMETER_DESC_FLOAT::min float ___min_0; // System.Single FMOD.DSP_PARAMETER_DESC_FLOAT::max float ___max_1; // System.Single FMOD.DSP_PARAMETER_DESC_FLOAT::defaultval float ___defaultval_2; // FMOD.DSP_PARAMETER_FLOAT_MAPPING FMOD.DSP_PARAMETER_DESC_FLOAT::mapping DSP_PARAMETER_FLOAT_MAPPING_t336D3E0792F9C4B18687953A6E6379E9A7627FCC ___mapping_3; public: inline static int32_t get_offset_of_min_0() { return static_cast(offsetof(DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85, ___min_0)); } inline float get_min_0() const { return ___min_0; } inline float* get_address_of_min_0() { return &___min_0; } inline void set_min_0(float value) { ___min_0 = value; } inline static int32_t get_offset_of_max_1() { return static_cast(offsetof(DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85, ___max_1)); } inline float get_max_1() const { return ___max_1; } inline float* get_address_of_max_1() { return &___max_1; } inline void set_max_1(float value) { ___max_1 = value; } inline static int32_t get_offset_of_defaultval_2() { return static_cast(offsetof(DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85, ___defaultval_2)); } inline float get_defaultval_2() const { return ___defaultval_2; } inline float* get_address_of_defaultval_2() { return &___defaultval_2; } inline void set_defaultval_2(float value) { ___defaultval_2 = value; } inline static int32_t get_offset_of_mapping_3() { return static_cast(offsetof(DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85, ___mapping_3)); } inline DSP_PARAMETER_FLOAT_MAPPING_t336D3E0792F9C4B18687953A6E6379E9A7627FCC get_mapping_3() const { return ___mapping_3; } inline DSP_PARAMETER_FLOAT_MAPPING_t336D3E0792F9C4B18687953A6E6379E9A7627FCC * get_address_of_mapping_3() { return &___mapping_3; } inline void set_mapping_3(DSP_PARAMETER_FLOAT_MAPPING_t336D3E0792F9C4B18687953A6E6379E9A7627FCC value) { ___mapping_3 = value; } }; // FMOD.DSP_PROCESS_CALLBACK struct DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_READCALLBACK struct DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_REALLOC_FUNC struct DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A : public MulticastDelegate_t { public: public: }; // FMOD.DSP_RELEASECALLBACK struct DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C : public MulticastDelegate_t { public: public: }; // FMOD.DSP_RESETCALLBACK struct DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_SETPARAM_BOOL_CALLBACK struct DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_SETPARAM_DATA_CALLBACK struct DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A : public MulticastDelegate_t { public: public: }; // FMOD.DSP_SETPARAM_FLOAT_CALLBACK struct DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_SETPARAM_INT_CALLBACK struct DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF : public MulticastDelegate_t { public: public: }; // FMOD.DSP_SETPOSITIONCALLBACK struct DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF : public MulticastDelegate_t { public: public: }; // FMOD.DSP_SHOULDIPROCESS_CALLBACK struct DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK struct DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_SYSTEM_MIX_CALLBACK struct DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07 : public MulticastDelegate_t { public: public: }; // FMOD.DSP_SYSTEM_REGISTER_CALLBACK struct DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996 : public MulticastDelegate_t { public: public: }; // FMOD.Studio.EVENT_CALLBACK struct EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F : public MulticastDelegate_t { public: public: }; // FMOD.FILE_ASYNCCANCEL_CALLBACK struct FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF : public MulticastDelegate_t { public: public: }; // FMOD.FILE_ASYNCDONE_FUNC struct FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182 : 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: }; // UnityEngine.Playables.FrameData struct FrameData_tE12630B2C0918A5945E834E53F1E0028BBD8898B { public: // System.UInt64 UnityEngine.Playables.FrameData::m_FrameID uint64_t ___m_FrameID_0; // System.Double UnityEngine.Playables.FrameData::m_DeltaTime double ___m_DeltaTime_1; // System.Single UnityEngine.Playables.FrameData::m_Weight float ___m_Weight_2; // System.Single UnityEngine.Playables.FrameData::m_EffectiveWeight float ___m_EffectiveWeight_3; // System.Double UnityEngine.Playables.FrameData::m_EffectiveParentDelay double ___m_EffectiveParentDelay_4; // System.Single UnityEngine.Playables.FrameData::m_EffectiveParentSpeed float ___m_EffectiveParentSpeed_5; // System.Single UnityEngine.Playables.FrameData::m_EffectiveSpeed float ___m_EffectiveSpeed_6; // UnityEngine.Playables.FrameData/Flags UnityEngine.Playables.FrameData::m_Flags int32_t ___m_Flags_7; // UnityEngine.Playables.PlayableOutput UnityEngine.Playables.FrameData::m_Output PlayableOutput_tE735DC774F014DB1711310988F2F914C66520F82 ___m_Output_8; public: inline static int32_t get_offset_of_m_FrameID_0() { return static_cast(offsetof(FrameData_tE12630B2C0918A5945E834E53F1E0028BBD8898B, ___m_FrameID_0)); } inline uint64_t get_m_FrameID_0() const { return ___m_FrameID_0; } inline uint64_t* get_address_of_m_FrameID_0() { return &___m_FrameID_0; } inline void set_m_FrameID_0(uint64_t value) { ___m_FrameID_0 = value; } inline static int32_t get_offset_of_m_DeltaTime_1() { return static_cast(offsetof(FrameData_tE12630B2C0918A5945E834E53F1E0028BBD8898B, ___m_DeltaTime_1)); } inline double get_m_DeltaTime_1() const { return ___m_DeltaTime_1; } inline double* get_address_of_m_DeltaTime_1() { return &___m_DeltaTime_1; } inline void set_m_DeltaTime_1(double value) { ___m_DeltaTime_1 = value; } inline static int32_t get_offset_of_m_Weight_2() { return static_cast(offsetof(FrameData_tE12630B2C0918A5945E834E53F1E0028BBD8898B, ___m_Weight_2)); } inline float get_m_Weight_2() const { return ___m_Weight_2; } inline float* get_address_of_m_Weight_2() { return &___m_Weight_2; } inline void set_m_Weight_2(float value) { ___m_Weight_2 = value; } inline static int32_t get_offset_of_m_EffectiveWeight_3() { return static_cast(offsetof(FrameData_tE12630B2C0918A5945E834E53F1E0028BBD8898B, ___m_EffectiveWeight_3)); } inline float get_m_EffectiveWeight_3() const { return ___m_EffectiveWeight_3; } inline float* get_address_of_m_EffectiveWeight_3() { return &___m_EffectiveWeight_3; } inline void set_m_EffectiveWeight_3(float value) { ___m_EffectiveWeight_3 = value; } inline static int32_t get_offset_of_m_EffectiveParentDelay_4() { return static_cast(offsetof(FrameData_tE12630B2C0918A5945E834E53F1E0028BBD8898B, ___m_EffectiveParentDelay_4)); } inline double get_m_EffectiveParentDelay_4() const { return ___m_EffectiveParentDelay_4; } inline double* get_address_of_m_EffectiveParentDelay_4() { return &___m_EffectiveParentDelay_4; } inline void set_m_EffectiveParentDelay_4(double value) { ___m_EffectiveParentDelay_4 = value; } inline static int32_t get_offset_of_m_EffectiveParentSpeed_5() { return static_cast(offsetof(FrameData_tE12630B2C0918A5945E834E53F1E0028BBD8898B, ___m_EffectiveParentSpeed_5)); } inline float get_m_EffectiveParentSpeed_5() const { return ___m_EffectiveParentSpeed_5; } inline float* get_address_of_m_EffectiveParentSpeed_5() { return &___m_EffectiveParentSpeed_5; } inline void set_m_EffectiveParentSpeed_5(float value) { ___m_EffectiveParentSpeed_5 = value; } inline static int32_t get_offset_of_m_EffectiveSpeed_6() { return static_cast(offsetof(FrameData_tE12630B2C0918A5945E834E53F1E0028BBD8898B, ___m_EffectiveSpeed_6)); } inline float get_m_EffectiveSpeed_6() const { return ___m_EffectiveSpeed_6; } inline float* get_address_of_m_EffectiveSpeed_6() { return &___m_EffectiveSpeed_6; } inline void set_m_EffectiveSpeed_6(float value) { ___m_EffectiveSpeed_6 = value; } inline static int32_t get_offset_of_m_Flags_7() { return static_cast(offsetof(FrameData_tE12630B2C0918A5945E834E53F1E0028BBD8898B, ___m_Flags_7)); } inline int32_t get_m_Flags_7() const { return ___m_Flags_7; } inline int32_t* get_address_of_m_Flags_7() { return &___m_Flags_7; } inline void set_m_Flags_7(int32_t value) { ___m_Flags_7 = value; } inline static int32_t get_offset_of_m_Output_8() { return static_cast(offsetof(FrameData_tE12630B2C0918A5945E834E53F1E0028BBD8898B, ___m_Output_8)); } inline PlayableOutput_tE735DC774F014DB1711310988F2F914C66520F82 get_m_Output_8() const { return ___m_Output_8; } inline PlayableOutput_tE735DC774F014DB1711310988F2F914C66520F82 * get_address_of_m_Output_8() { return &___m_Output_8; } inline void set_m_Output_8(PlayableOutput_tE735DC774F014DB1711310988F2F914C66520F82 value) { ___m_Output_8 = value; } }; // FMOD.MEMORY_ALLOC_CALLBACK struct MEMORY_ALLOC_CALLBACK_tD41860E88D24C47AAFB1915DB3867B45C2DA0660 : public MulticastDelegate_t { public: public: }; // FMOD.MEMORY_FREE_CALLBACK struct MEMORY_FREE_CALLBACK_t3D115360BCB06042884B9C01973CB8678B92B120 : public MulticastDelegate_t { public: public: }; // FMOD.MEMORY_REALLOC_CALLBACK struct MEMORY_REALLOC_CALLBACK_tC0AA5758E2A96429BD9347F3C0085F20F255E06D : public MulticastDelegate_t { public: public: }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : 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.Playables.PlayableAsset struct PlayableAsset_t5AD1606B76C9753A7F4C6B1061193F581023F137 : 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.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: }; // 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; }; // UnityEngine.GUI/WindowFunction struct WindowFunction_tFA5DBAB811627D7B0946C4AAD398D4CC154C174D : public MulticastDelegate_t { public: public: }; // 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: }; // FMOD.DSP_PARAMETER_DESC_UNION struct DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B { public: union { #pragma pack(push, tp, 1) struct { // FMOD.DSP_PARAMETER_DESC_FLOAT FMOD.DSP_PARAMETER_DESC_UNION::floatdesc DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85 ___floatdesc_0; }; #pragma pack(pop, tp) struct { DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85 ___floatdesc_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // FMOD.DSP_PARAMETER_DESC_INT FMOD.DSP_PARAMETER_DESC_UNION::intdesc DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F ___intdesc_1; }; #pragma pack(pop, tp) struct { DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F ___intdesc_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // FMOD.DSP_PARAMETER_DESC_BOOL FMOD.DSP_PARAMETER_DESC_UNION::booldesc DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E ___booldesc_2; }; #pragma pack(pop, tp) struct { DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E ___booldesc_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // FMOD.DSP_PARAMETER_DESC_DATA FMOD.DSP_PARAMETER_DESC_UNION::datadesc DSP_PARAMETER_DESC_DATA_tA166895E032A3A72F1FC0E7F6E7AC23AFE2DA81D ___datadesc_3; }; #pragma pack(pop, tp) struct { DSP_PARAMETER_DESC_DATA_tA166895E032A3A72F1FC0E7F6E7AC23AFE2DA81D ___datadesc_3_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_floatdesc_0() { return static_cast(offsetof(DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B, ___floatdesc_0)); } inline DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85 get_floatdesc_0() const { return ___floatdesc_0; } inline DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85 * get_address_of_floatdesc_0() { return &___floatdesc_0; } inline void set_floatdesc_0(DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85 value) { ___floatdesc_0 = value; } inline static int32_t get_offset_of_intdesc_1() { return static_cast(offsetof(DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B, ___intdesc_1)); } inline DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F get_intdesc_1() const { return ___intdesc_1; } inline DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F * get_address_of_intdesc_1() { return &___intdesc_1; } inline void set_intdesc_1(DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F value) { ___intdesc_1 = value; } inline static int32_t get_offset_of_booldesc_2() { return static_cast(offsetof(DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B, ___booldesc_2)); } inline DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E get_booldesc_2() const { return ___booldesc_2; } inline DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E * get_address_of_booldesc_2() { return &___booldesc_2; } inline void set_booldesc_2(DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E value) { ___booldesc_2 = value; } inline static int32_t get_offset_of_datadesc_3() { return static_cast(offsetof(DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B, ___datadesc_3)); } inline DSP_PARAMETER_DESC_DATA_tA166895E032A3A72F1FC0E7F6E7AC23AFE2DA81D get_datadesc_3() const { return ___datadesc_3; } inline DSP_PARAMETER_DESC_DATA_tA166895E032A3A72F1FC0E7F6E7AC23AFE2DA81D * get_address_of_datadesc_3() { return &___datadesc_3; } inline void set_datadesc_3(DSP_PARAMETER_DESC_DATA_tA166895E032A3A72F1FC0E7F6E7AC23AFE2DA81D value) { ___datadesc_3 = value; } }; // Native definition for P/Invoke marshalling of FMOD.DSP_PARAMETER_DESC_UNION struct DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85 ___floatdesc_0; }; #pragma pack(pop, tp) struct { DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85 ___floatdesc_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_pinvoke ___intdesc_1; }; #pragma pack(pop, tp) struct { DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_pinvoke ___intdesc_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_pinvoke ___booldesc_2; }; #pragma pack(pop, tp) struct { DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_pinvoke ___booldesc_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { DSP_PARAMETER_DESC_DATA_tA166895E032A3A72F1FC0E7F6E7AC23AFE2DA81D ___datadesc_3; }; #pragma pack(pop, tp) struct { DSP_PARAMETER_DESC_DATA_tA166895E032A3A72F1FC0E7F6E7AC23AFE2DA81D ___datadesc_3_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of FMOD.DSP_PARAMETER_DESC_UNION struct DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_com { union { #pragma pack(push, tp, 1) struct { DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85 ___floatdesc_0; }; #pragma pack(pop, tp) struct { DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85 ___floatdesc_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_com ___intdesc_1; }; #pragma pack(pop, tp) struct { DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_com ___intdesc_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_com ___booldesc_2; }; #pragma pack(pop, tp) struct { DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_com ___booldesc_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { DSP_PARAMETER_DESC_DATA_tA166895E032A3A72F1FC0E7F6E7AC23AFE2DA81D ___datadesc_3; }; #pragma pack(pop, tp) struct { DSP_PARAMETER_DESC_DATA_tA166895E032A3A72F1FC0E7F6E7AC23AFE2DA81D ___datadesc_3_forAlignmentOnly; }; }; }; // FMODUnity.FMODEventPlayable struct FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 : public PlayableAsset_t5AD1606B76C9753A7F4C6B1061193F581023F137 { public: // FMODUnity.FMODEventPlayableBehavior FMODUnity.FMODEventPlayable::template FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * ___template_4; // System.Single FMODUnity.FMODEventPlayable::eventLength float ___eventLength_5; // System.String FMODUnity.FMODEventPlayable::eventName String_t* ___eventName_6; // FMODUnity.EventReference FMODUnity.FMODEventPlayable::eventReference EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 ___eventReference_7; // FMODUnity.STOP_MODE FMODUnity.FMODEventPlayable::stopType int32_t ___stopType_8; // FMODUnity.ParamRef[] FMODUnity.FMODEventPlayable::parameters ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* ___parameters_9; // System.Boolean FMODUnity.FMODEventPlayable::cachedParameters bool ___cachedParameters_10; // FMODUnity.FMODEventPlayableBehavior FMODUnity.FMODEventPlayable::behavior FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * ___behavior_11; // UnityEngine.GameObject FMODUnity.FMODEventPlayable::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CTrackTargetObjectU3Ek__BackingField_12; // UnityEngine.Timeline.TimelineClip FMODUnity.FMODEventPlayable::k__BackingField TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * ___U3COwningClipU3Ek__BackingField_13; public: inline static int32_t get_offset_of_template_4() { return static_cast(offsetof(FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1, ___template_4)); } inline FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * get_template_4() const { return ___template_4; } inline FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 ** get_address_of_template_4() { return &___template_4; } inline void set_template_4(FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * value) { ___template_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___template_4), (void*)value); } inline static int32_t get_offset_of_eventLength_5() { return static_cast(offsetof(FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1, ___eventLength_5)); } inline float get_eventLength_5() const { return ___eventLength_5; } inline float* get_address_of_eventLength_5() { return &___eventLength_5; } inline void set_eventLength_5(float value) { ___eventLength_5 = value; } inline static int32_t get_offset_of_eventName_6() { return static_cast(offsetof(FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1, ___eventName_6)); } inline String_t* get_eventName_6() const { return ___eventName_6; } inline String_t** get_address_of_eventName_6() { return &___eventName_6; } inline void set_eventName_6(String_t* value) { ___eventName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventName_6), (void*)value); } inline static int32_t get_offset_of_eventReference_7() { return static_cast(offsetof(FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1, ___eventReference_7)); } inline EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 get_eventReference_7() const { return ___eventReference_7; } inline EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 * get_address_of_eventReference_7() { return &___eventReference_7; } inline void set_eventReference_7(EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 value) { ___eventReference_7 = value; } inline static int32_t get_offset_of_stopType_8() { return static_cast(offsetof(FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1, ___stopType_8)); } inline int32_t get_stopType_8() const { return ___stopType_8; } inline int32_t* get_address_of_stopType_8() { return &___stopType_8; } inline void set_stopType_8(int32_t value) { ___stopType_8 = value; } inline static int32_t get_offset_of_parameters_9() { return static_cast(offsetof(FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1, ___parameters_9)); } inline ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* get_parameters_9() const { return ___parameters_9; } inline ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B** get_address_of_parameters_9() { return &___parameters_9; } inline void set_parameters_9(ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* value) { ___parameters_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_9), (void*)value); } inline static int32_t get_offset_of_cachedParameters_10() { return static_cast(offsetof(FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1, ___cachedParameters_10)); } inline bool get_cachedParameters_10() const { return ___cachedParameters_10; } inline bool* get_address_of_cachedParameters_10() { return &___cachedParameters_10; } inline void set_cachedParameters_10(bool value) { ___cachedParameters_10 = value; } inline static int32_t get_offset_of_behavior_11() { return static_cast(offsetof(FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1, ___behavior_11)); } inline FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * get_behavior_11() const { return ___behavior_11; } inline FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 ** get_address_of_behavior_11() { return &___behavior_11; } inline void set_behavior_11(FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * value) { ___behavior_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___behavior_11), (void*)value); } inline static int32_t get_offset_of_U3CTrackTargetObjectU3Ek__BackingField_12() { return static_cast(offsetof(FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1, ___U3CTrackTargetObjectU3Ek__BackingField_12)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_U3CTrackTargetObjectU3Ek__BackingField_12() const { return ___U3CTrackTargetObjectU3Ek__BackingField_12; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_U3CTrackTargetObjectU3Ek__BackingField_12() { return &___U3CTrackTargetObjectU3Ek__BackingField_12; } inline void set_U3CTrackTargetObjectU3Ek__BackingField_12(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___U3CTrackTargetObjectU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTrackTargetObjectU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3COwningClipU3Ek__BackingField_13() { return static_cast(offsetof(FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1, ___U3COwningClipU3Ek__BackingField_13)); } inline TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * get_U3COwningClipU3Ek__BackingField_13() const { return ___U3COwningClipU3Ek__BackingField_13; } inline TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F ** get_address_of_U3COwningClipU3Ek__BackingField_13() { return &___U3COwningClipU3Ek__BackingField_13; } inline void set_U3COwningClipU3Ek__BackingField_13(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * value) { ___U3COwningClipU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COwningClipU3Ek__BackingField_13), (void*)value); } }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // FMODUnity.PlatformAndroid struct PlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE : public Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 { public: public: }; // FMODUnity.PlatformAppleTV struct PlatformAppleTV_t09468309A48AFCD6386FE41DF217768BE729A0EB : public Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 { public: public: }; // FMODUnity.PlatformDefault struct PlatformDefault_tDCBF760189750C7A6A4423F691E90C7C630FE695 : public Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 { public: public: }; // FMODUnity.PlatformGroup struct PlatformGroup_t1F1E0EAF5A2EB6C1030A61FF94CB15D2A12A82D9 : public Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 { public: // System.String FMODUnity.PlatformGroup::displayName String_t* ___displayName_15; // FMODUnity.Legacy/Platform FMODUnity.PlatformGroup::legacyIdentifier int32_t ___legacyIdentifier_16; public: inline static int32_t get_offset_of_displayName_15() { return static_cast(offsetof(PlatformGroup_t1F1E0EAF5A2EB6C1030A61FF94CB15D2A12A82D9, ___displayName_15)); } inline String_t* get_displayName_15() const { return ___displayName_15; } inline String_t** get_address_of_displayName_15() { return &___displayName_15; } inline void set_displayName_15(String_t* value) { ___displayName_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayName_15), (void*)value); } inline static int32_t get_offset_of_legacyIdentifier_16() { return static_cast(offsetof(PlatformGroup_t1F1E0EAF5A2EB6C1030A61FF94CB15D2A12A82D9, ___legacyIdentifier_16)); } inline int32_t get_legacyIdentifier_16() const { return ___legacyIdentifier_16; } inline int32_t* get_address_of_legacyIdentifier_16() { return &___legacyIdentifier_16; } inline void set_legacyIdentifier_16(int32_t value) { ___legacyIdentifier_16 = value; } }; // FMODUnity.PlatformIOS struct PlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2 : public Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 { public: public: }; // FMODUnity.PlatformLinux struct PlatformLinux_t442AC01DBDC592088623F45D893237259CF26E78 : public Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 { public: public: }; // FMODUnity.PlatformMac struct PlatformMac_tB9DCCCF215BC7DACB1883168AEAF8F18019DF0F4 : public Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 { public: public: }; // FMODUnity.PlatformMobileLow struct PlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D : public Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 { public: public: }; // FMODUnity.PlatformPlayInEditor struct PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA : public Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 { public: public: }; // FMODUnity.PlatformWebGL struct PlatformWebGL_tCE0E1EB8AC608969C033338A32708A297B4161FE : public Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 { public: public: }; // FMODUnity.PlatformWindows struct PlatformWindows_t38CAFA850968FD94FB25B231EC8516ACDB50B3A7 : public Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 { public: public: }; // UnityEngine.Playables.PlayableDirector struct PlayableDirector_t63912C98A4EC9D4701E88B633E27E0D97209BA38 : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: // System.Action`1 UnityEngine.Playables.PlayableDirector::played Action_1_tEFFD33105460921F68C4261E79791D397C76CB1B * ___played_4; // System.Action`1 UnityEngine.Playables.PlayableDirector::paused Action_1_tEFFD33105460921F68C4261E79791D397C76CB1B * ___paused_5; // System.Action`1 UnityEngine.Playables.PlayableDirector::stopped Action_1_tEFFD33105460921F68C4261E79791D397C76CB1B * ___stopped_6; public: inline static int32_t get_offset_of_played_4() { return static_cast(offsetof(PlayableDirector_t63912C98A4EC9D4701E88B633E27E0D97209BA38, ___played_4)); } inline Action_1_tEFFD33105460921F68C4261E79791D397C76CB1B * get_played_4() const { return ___played_4; } inline Action_1_tEFFD33105460921F68C4261E79791D397C76CB1B ** get_address_of_played_4() { return &___played_4; } inline void set_played_4(Action_1_tEFFD33105460921F68C4261E79791D397C76CB1B * value) { ___played_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___played_4), (void*)value); } inline static int32_t get_offset_of_paused_5() { return static_cast(offsetof(PlayableDirector_t63912C98A4EC9D4701E88B633E27E0D97209BA38, ___paused_5)); } inline Action_1_tEFFD33105460921F68C4261E79791D397C76CB1B * get_paused_5() const { return ___paused_5; } inline Action_1_tEFFD33105460921F68C4261E79791D397C76CB1B ** get_address_of_paused_5() { return &___paused_5; } inline void set_paused_5(Action_1_tEFFD33105460921F68C4261E79791D397C76CB1B * value) { ___paused_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___paused_5), (void*)value); } inline static int32_t get_offset_of_stopped_6() { return static_cast(offsetof(PlayableDirector_t63912C98A4EC9D4701E88B633E27E0D97209BA38, ___stopped_6)); } inline Action_1_tEFFD33105460921F68C4261E79791D397C76CB1B * get_stopped_6() const { return ___stopped_6; } inline Action_1_tEFFD33105460921F68C4261E79791D397C76CB1B ** get_address_of_stopped_6() { return &___stopped_6; } inline void set_stopped_6(Action_1_tEFFD33105460921F68C4261E79791D397C76CB1B * value) { ___stopped_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___stopped_6), (void*)value); } }; // UnityEngine.Timeline.TrackAsset struct TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628 : public PlayableAsset_t5AD1606B76C9753A7F4C6B1061193F581023F137 { public: // System.Int32 UnityEngine.Timeline.TrackAsset::m_Version int32_t ___m_Version_5; // UnityEngine.AnimationClip UnityEngine.Timeline.TrackAsset::m_AnimClip AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * ___m_AnimClip_6; // System.Boolean UnityEngine.Timeline.TrackAsset::m_Locked bool ___m_Locked_11; // System.Boolean UnityEngine.Timeline.TrackAsset::m_Muted bool ___m_Muted_12; // System.String UnityEngine.Timeline.TrackAsset::m_CustomPlayableFullTypename String_t* ___m_CustomPlayableFullTypename_13; // UnityEngine.AnimationClip UnityEngine.Timeline.TrackAsset::m_Curves AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * ___m_Curves_14; // UnityEngine.Playables.PlayableAsset UnityEngine.Timeline.TrackAsset::m_Parent PlayableAsset_t5AD1606B76C9753A7F4C6B1061193F581023F137 * ___m_Parent_15; // System.Collections.Generic.List`1 UnityEngine.Timeline.TrackAsset::m_Children List_1_tEB4537E121ED7128292F5E49486823EB846576FE * ___m_Children_16; // System.Int32 UnityEngine.Timeline.TrackAsset::m_ItemsHash int32_t ___m_ItemsHash_17; // UnityEngine.Timeline.TimelineClip[] UnityEngine.Timeline.TrackAsset::m_ClipsCache TimelineClipU5BU5D_t66DC8D6328CC48BA45A4072E4A25E7540B531ABD* ___m_ClipsCache_18; // UnityEngine.Timeline.DiscreteTime UnityEngine.Timeline.TrackAsset::m_Start DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F ___m_Start_19; // UnityEngine.Timeline.DiscreteTime UnityEngine.Timeline.TrackAsset::m_End DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F ___m_End_20; // System.Boolean UnityEngine.Timeline.TrackAsset::m_CacheSorted bool ___m_CacheSorted_21; // System.Nullable`1 UnityEngine.Timeline.TrackAsset::m_SupportsNotifications Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___m_SupportsNotifications_22; // System.Collections.Generic.IEnumerable`1 UnityEngine.Timeline.TrackAsset::m_ChildTrackCache RuntimeObject* ___m_ChildTrackCache_24; // System.Collections.Generic.List`1 UnityEngine.Timeline.TrackAsset::m_Clips List_1_t8510F75FE95B25D670E78B2D50D473129A882F3C * ___m_Clips_26; // UnityEngine.Timeline.MarkerList UnityEngine.Timeline.TrackAsset::m_Markers MarkerList_t1D16DBEA1BD207C30DE2F2A00D5942865882223D ___m_Markers_27; public: inline static int32_t get_offset_of_m_Version_5() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_Version_5)); } inline int32_t get_m_Version_5() const { return ___m_Version_5; } inline int32_t* get_address_of_m_Version_5() { return &___m_Version_5; } inline void set_m_Version_5(int32_t value) { ___m_Version_5 = value; } inline static int32_t get_offset_of_m_AnimClip_6() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_AnimClip_6)); } inline AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * get_m_AnimClip_6() const { return ___m_AnimClip_6; } inline AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 ** get_address_of_m_AnimClip_6() { return &___m_AnimClip_6; } inline void set_m_AnimClip_6(AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * value) { ___m_AnimClip_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AnimClip_6), (void*)value); } inline static int32_t get_offset_of_m_Locked_11() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_Locked_11)); } inline bool get_m_Locked_11() const { return ___m_Locked_11; } inline bool* get_address_of_m_Locked_11() { return &___m_Locked_11; } inline void set_m_Locked_11(bool value) { ___m_Locked_11 = value; } inline static int32_t get_offset_of_m_Muted_12() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_Muted_12)); } inline bool get_m_Muted_12() const { return ___m_Muted_12; } inline bool* get_address_of_m_Muted_12() { return &___m_Muted_12; } inline void set_m_Muted_12(bool value) { ___m_Muted_12 = value; } inline static int32_t get_offset_of_m_CustomPlayableFullTypename_13() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_CustomPlayableFullTypename_13)); } inline String_t* get_m_CustomPlayableFullTypename_13() const { return ___m_CustomPlayableFullTypename_13; } inline String_t** get_address_of_m_CustomPlayableFullTypename_13() { return &___m_CustomPlayableFullTypename_13; } inline void set_m_CustomPlayableFullTypename_13(String_t* value) { ___m_CustomPlayableFullTypename_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CustomPlayableFullTypename_13), (void*)value); } inline static int32_t get_offset_of_m_Curves_14() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_Curves_14)); } inline AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * get_m_Curves_14() const { return ___m_Curves_14; } inline AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 ** get_address_of_m_Curves_14() { return &___m_Curves_14; } inline void set_m_Curves_14(AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * value) { ___m_Curves_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Curves_14), (void*)value); } inline static int32_t get_offset_of_m_Parent_15() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_Parent_15)); } inline PlayableAsset_t5AD1606B76C9753A7F4C6B1061193F581023F137 * get_m_Parent_15() const { return ___m_Parent_15; } inline PlayableAsset_t5AD1606B76C9753A7F4C6B1061193F581023F137 ** get_address_of_m_Parent_15() { return &___m_Parent_15; } inline void set_m_Parent_15(PlayableAsset_t5AD1606B76C9753A7F4C6B1061193F581023F137 * value) { ___m_Parent_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Parent_15), (void*)value); } inline static int32_t get_offset_of_m_Children_16() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_Children_16)); } inline List_1_tEB4537E121ED7128292F5E49486823EB846576FE * get_m_Children_16() const { return ___m_Children_16; } inline List_1_tEB4537E121ED7128292F5E49486823EB846576FE ** get_address_of_m_Children_16() { return &___m_Children_16; } inline void set_m_Children_16(List_1_tEB4537E121ED7128292F5E49486823EB846576FE * value) { ___m_Children_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Children_16), (void*)value); } inline static int32_t get_offset_of_m_ItemsHash_17() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_ItemsHash_17)); } inline int32_t get_m_ItemsHash_17() const { return ___m_ItemsHash_17; } inline int32_t* get_address_of_m_ItemsHash_17() { return &___m_ItemsHash_17; } inline void set_m_ItemsHash_17(int32_t value) { ___m_ItemsHash_17 = value; } inline static int32_t get_offset_of_m_ClipsCache_18() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_ClipsCache_18)); } inline TimelineClipU5BU5D_t66DC8D6328CC48BA45A4072E4A25E7540B531ABD* get_m_ClipsCache_18() const { return ___m_ClipsCache_18; } inline TimelineClipU5BU5D_t66DC8D6328CC48BA45A4072E4A25E7540B531ABD** get_address_of_m_ClipsCache_18() { return &___m_ClipsCache_18; } inline void set_m_ClipsCache_18(TimelineClipU5BU5D_t66DC8D6328CC48BA45A4072E4A25E7540B531ABD* value) { ___m_ClipsCache_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ClipsCache_18), (void*)value); } inline static int32_t get_offset_of_m_Start_19() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_Start_19)); } inline DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F get_m_Start_19() const { return ___m_Start_19; } inline DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F * get_address_of_m_Start_19() { return &___m_Start_19; } inline void set_m_Start_19(DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F value) { ___m_Start_19 = value; } inline static int32_t get_offset_of_m_End_20() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_End_20)); } inline DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F get_m_End_20() const { return ___m_End_20; } inline DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F * get_address_of_m_End_20() { return &___m_End_20; } inline void set_m_End_20(DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F value) { ___m_End_20 = value; } inline static int32_t get_offset_of_m_CacheSorted_21() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_CacheSorted_21)); } inline bool get_m_CacheSorted_21() const { return ___m_CacheSorted_21; } inline bool* get_address_of_m_CacheSorted_21() { return &___m_CacheSorted_21; } inline void set_m_CacheSorted_21(bool value) { ___m_CacheSorted_21 = value; } inline static int32_t get_offset_of_m_SupportsNotifications_22() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_SupportsNotifications_22)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_m_SupportsNotifications_22() const { return ___m_SupportsNotifications_22; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_m_SupportsNotifications_22() { return &___m_SupportsNotifications_22; } inline void set_m_SupportsNotifications_22(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___m_SupportsNotifications_22 = value; } inline static int32_t get_offset_of_m_ChildTrackCache_24() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_ChildTrackCache_24)); } inline RuntimeObject* get_m_ChildTrackCache_24() const { return ___m_ChildTrackCache_24; } inline RuntimeObject** get_address_of_m_ChildTrackCache_24() { return &___m_ChildTrackCache_24; } inline void set_m_ChildTrackCache_24(RuntimeObject* value) { ___m_ChildTrackCache_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChildTrackCache_24), (void*)value); } inline static int32_t get_offset_of_m_Clips_26() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_Clips_26)); } inline List_1_t8510F75FE95B25D670E78B2D50D473129A882F3C * get_m_Clips_26() const { return ___m_Clips_26; } inline List_1_t8510F75FE95B25D670E78B2D50D473129A882F3C ** get_address_of_m_Clips_26() { return &___m_Clips_26; } inline void set_m_Clips_26(List_1_t8510F75FE95B25D670E78B2D50D473129A882F3C * value) { ___m_Clips_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Clips_26), (void*)value); } inline static int32_t get_offset_of_m_Markers_27() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628, ___m_Markers_27)); } inline MarkerList_t1D16DBEA1BD207C30DE2F2A00D5942865882223D get_m_Markers_27() const { return ___m_Markers_27; } inline MarkerList_t1D16DBEA1BD207C30DE2F2A00D5942865882223D * get_address_of_m_Markers_27() { return &___m_Markers_27; } inline void set_m_Markers_27(MarkerList_t1D16DBEA1BD207C30DE2F2A00D5942865882223D value) { ___m_Markers_27 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Markers_27))->___m_Objects_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Markers_27))->___m_Cache_1), (void*)NULL); #endif } }; // FMOD.DSP_PARAMETER_DESC struct DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003 { public: // FMOD.DSP_PARAMETER_TYPE FMOD.DSP_PARAMETER_DESC::type int32_t ___type_0; // System.Byte[] FMOD.DSP_PARAMETER_DESC::name ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name_1; // System.Byte[] FMOD.DSP_PARAMETER_DESC::label ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___label_2; // System.String FMOD.DSP_PARAMETER_DESC::description String_t* ___description_3; // FMOD.DSP_PARAMETER_DESC_UNION FMOD.DSP_PARAMETER_DESC::desc DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B ___desc_4; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003, ___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_name_1() { return static_cast(offsetof(DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003, ___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_label_2() { return static_cast(offsetof(DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003, ___label_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_label_2() const { return ___label_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_label_2() { return &___label_2; } inline void set_label_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___label_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___label_2), (void*)value); } inline static int32_t get_offset_of_description_3() { return static_cast(offsetof(DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003, ___description_3)); } inline String_t* get_description_3() const { return ___description_3; } inline String_t** get_address_of_description_3() { return &___description_3; } inline void set_description_3(String_t* value) { ___description_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_3), (void*)value); } inline static int32_t get_offset_of_desc_4() { return static_cast(offsetof(DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003, ___desc_4)); } inline DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B get_desc_4() const { return ___desc_4; } inline DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B * get_address_of_desc_4() { return &___desc_4; } inline void set_desc_4(DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B value) { ___desc_4 = value; } }; // Native definition for P/Invoke marshalling of FMOD.DSP_PARAMETER_DESC struct DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_marshaled_pinvoke { int32_t ___type_0; uint8_t ___name_1[16]; uint8_t ___label_2[16]; char* ___description_3; DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_pinvoke ___desc_4; }; // Native definition for COM marshalling of FMOD.DSP_PARAMETER_DESC struct DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_marshaled_com { int32_t ___type_0; uint8_t ___name_1[16]; uint8_t ___label_2[16]; Il2CppChar* ___description_3; DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_com ___desc_4; }; // 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.FMODEventTrack struct FMODEventTrack_t6E8EA0C270AC79118813F88FFF435200F4C90F2B : public TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628 { public: // FMODUnity.FMODEventMixerBehaviour FMODUnity.FMODEventTrack::template FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB * ___template_28; public: inline static int32_t get_offset_of_template_28() { return static_cast(offsetof(FMODEventTrack_t6E8EA0C270AC79118813F88FFF435200F4C90F2B, ___template_28)); } inline FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB * get_template_28() const { return ___template_28; } inline FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB ** get_address_of_template_28() { return &___template_28; } inline void set_template_28(FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB * value) { ___template_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___template_28), (void*)value); } }; // FMODUnity.FMODRuntimeManagerOnGUIHelper struct FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // FMODUnity.RuntimeManager FMODUnity.FMODRuntimeManagerOnGUIHelper::TargetRuntimeManager RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * ___TargetRuntimeManager_4; public: inline static int32_t get_offset_of_TargetRuntimeManager_4() { return static_cast(offsetof(FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86, ___TargetRuntimeManager_4)); } inline RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * get_TargetRuntimeManager_4() const { return ___TargetRuntimeManager_4; } inline RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF ** get_address_of_TargetRuntimeManager_4() { return &___TargetRuntimeManager_4; } inline void set_TargetRuntimeManager_4(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * value) { ___TargetRuntimeManager_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___TargetRuntimeManager_4), (void*)value); } }; // FMODUnity.PlatformMobileHigh struct PlatformMobileHigh_t8C940E40638B538A9A2367DFB7FC152FD5001BEE : public PlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D { public: public: }; // FMODUnity.RuntimeManager struct RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // FMODUnity.Platform FMODUnity.RuntimeManager::currentPlatform Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___currentPlatform_7; // FMOD.DEBUG_CALLBACK FMODUnity.RuntimeManager::debugCallback DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD * ___debugCallback_8; // FMOD.SYSTEM_CALLBACK FMODUnity.RuntimeManager::errorCallback SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * ___errorCallback_9; // FMOD.Studio.System FMODUnity.RuntimeManager::studioSystem System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 ___studioSystem_10; // FMOD.System FMODUnity.RuntimeManager::coreSystem System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B ___coreSystem_11; // FMOD.DSP FMODUnity.RuntimeManager::mixerHead DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___mixerHead_12; // System.Boolean FMODUnity.RuntimeManager::isMuted bool ___isMuted_13; // System.Collections.Generic.Dictionary`2 FMODUnity.RuntimeManager::cachedDescriptions Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * ___cachedDescriptions_14; // System.Collections.Generic.Dictionary`2 FMODUnity.RuntimeManager::loadedBanks Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * ___loadedBanks_15; // System.Collections.Generic.List`1 FMODUnity.RuntimeManager::sampleLoadRequests List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___sampleLoadRequests_16; // System.Collections.Generic.List`1 FMODUnity.RuntimeManager::activeEmitters List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * ___activeEmitters_17; // System.Collections.Generic.List`1 FMODUnity.RuntimeManager::attachedInstances List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * ___attachedInstances_18; // System.Boolean FMODUnity.RuntimeManager::listenerWarningIssued bool ___listenerWarningIssued_19; // System.Boolean FMODUnity.RuntimeManager::isOverlayEnabled bool ___isOverlayEnabled_20; // FMODUnity.FMODRuntimeManagerOnGUIHelper FMODUnity.RuntimeManager::overlayDrawer FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 * ___overlayDrawer_21; // UnityEngine.Rect FMODUnity.RuntimeManager::windowRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___windowRect_22; // System.String FMODUnity.RuntimeManager::lastDebugText String_t* ___lastDebugText_23; // System.Single FMODUnity.RuntimeManager::lastDebugUpdate float ___lastDebugUpdate_24; // System.Int32 FMODUnity.RuntimeManager::LoadingBanksRef int32_t ___LoadingBanksRef_25; public: inline static int32_t get_offset_of_currentPlatform_7() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___currentPlatform_7)); } inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * get_currentPlatform_7() const { return ___currentPlatform_7; } inline Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 ** get_address_of_currentPlatform_7() { return &___currentPlatform_7; } inline void set_currentPlatform_7(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * value) { ___currentPlatform_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentPlatform_7), (void*)value); } inline static int32_t get_offset_of_debugCallback_8() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___debugCallback_8)); } inline DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD * get_debugCallback_8() const { return ___debugCallback_8; } inline DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD ** get_address_of_debugCallback_8() { return &___debugCallback_8; } inline void set_debugCallback_8(DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD * value) { ___debugCallback_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___debugCallback_8), (void*)value); } inline static int32_t get_offset_of_errorCallback_9() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___errorCallback_9)); } inline SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * get_errorCallback_9() const { return ___errorCallback_9; } inline SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 ** get_address_of_errorCallback_9() { return &___errorCallback_9; } inline void set_errorCallback_9(SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * value) { ___errorCallback_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___errorCallback_9), (void*)value); } inline static int32_t get_offset_of_studioSystem_10() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___studioSystem_10)); } inline System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 get_studioSystem_10() const { return ___studioSystem_10; } inline System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * get_address_of_studioSystem_10() { return &___studioSystem_10; } inline void set_studioSystem_10(System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 value) { ___studioSystem_10 = value; } inline static int32_t get_offset_of_coreSystem_11() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___coreSystem_11)); } inline System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B get_coreSystem_11() const { return ___coreSystem_11; } inline System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * get_address_of_coreSystem_11() { return &___coreSystem_11; } inline void set_coreSystem_11(System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B value) { ___coreSystem_11 = value; } inline static int32_t get_offset_of_mixerHead_12() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___mixerHead_12)); } inline DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 get_mixerHead_12() const { return ___mixerHead_12; } inline DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * get_address_of_mixerHead_12() { return &___mixerHead_12; } inline void set_mixerHead_12(DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 value) { ___mixerHead_12 = value; } inline static int32_t get_offset_of_isMuted_13() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___isMuted_13)); } inline bool get_isMuted_13() const { return ___isMuted_13; } inline bool* get_address_of_isMuted_13() { return &___isMuted_13; } inline void set_isMuted_13(bool value) { ___isMuted_13 = value; } inline static int32_t get_offset_of_cachedDescriptions_14() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___cachedDescriptions_14)); } inline Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * get_cachedDescriptions_14() const { return ___cachedDescriptions_14; } inline Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 ** get_address_of_cachedDescriptions_14() { return &___cachedDescriptions_14; } inline void set_cachedDescriptions_14(Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * value) { ___cachedDescriptions_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedDescriptions_14), (void*)value); } inline static int32_t get_offset_of_loadedBanks_15() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___loadedBanks_15)); } inline Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * get_loadedBanks_15() const { return ___loadedBanks_15; } inline Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 ** get_address_of_loadedBanks_15() { return &___loadedBanks_15; } inline void set_loadedBanks_15(Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * value) { ___loadedBanks_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___loadedBanks_15), (void*)value); } inline static int32_t get_offset_of_sampleLoadRequests_16() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___sampleLoadRequests_16)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_sampleLoadRequests_16() const { return ___sampleLoadRequests_16; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_sampleLoadRequests_16() { return &___sampleLoadRequests_16; } inline void set_sampleLoadRequests_16(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___sampleLoadRequests_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___sampleLoadRequests_16), (void*)value); } inline static int32_t get_offset_of_activeEmitters_17() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___activeEmitters_17)); } inline List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * get_activeEmitters_17() const { return ___activeEmitters_17; } inline List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D ** get_address_of_activeEmitters_17() { return &___activeEmitters_17; } inline void set_activeEmitters_17(List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * value) { ___activeEmitters_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___activeEmitters_17), (void*)value); } inline static int32_t get_offset_of_attachedInstances_18() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___attachedInstances_18)); } inline List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * get_attachedInstances_18() const { return ___attachedInstances_18; } inline List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C ** get_address_of_attachedInstances_18() { return &___attachedInstances_18; } inline void set_attachedInstances_18(List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * value) { ___attachedInstances_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___attachedInstances_18), (void*)value); } inline static int32_t get_offset_of_listenerWarningIssued_19() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___listenerWarningIssued_19)); } inline bool get_listenerWarningIssued_19() const { return ___listenerWarningIssued_19; } inline bool* get_address_of_listenerWarningIssued_19() { return &___listenerWarningIssued_19; } inline void set_listenerWarningIssued_19(bool value) { ___listenerWarningIssued_19 = value; } inline static int32_t get_offset_of_isOverlayEnabled_20() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___isOverlayEnabled_20)); } inline bool get_isOverlayEnabled_20() const { return ___isOverlayEnabled_20; } inline bool* get_address_of_isOverlayEnabled_20() { return &___isOverlayEnabled_20; } inline void set_isOverlayEnabled_20(bool value) { ___isOverlayEnabled_20 = value; } inline static int32_t get_offset_of_overlayDrawer_21() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___overlayDrawer_21)); } inline FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 * get_overlayDrawer_21() const { return ___overlayDrawer_21; } inline FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 ** get_address_of_overlayDrawer_21() { return &___overlayDrawer_21; } inline void set_overlayDrawer_21(FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 * value) { ___overlayDrawer_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___overlayDrawer_21), (void*)value); } inline static int32_t get_offset_of_windowRect_22() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___windowRect_22)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_windowRect_22() const { return ___windowRect_22; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_windowRect_22() { return &___windowRect_22; } inline void set_windowRect_22(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___windowRect_22 = value; } inline static int32_t get_offset_of_lastDebugText_23() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___lastDebugText_23)); } inline String_t* get_lastDebugText_23() const { return ___lastDebugText_23; } inline String_t** get_address_of_lastDebugText_23() { return &___lastDebugText_23; } inline void set_lastDebugText_23(String_t* value) { ___lastDebugText_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastDebugText_23), (void*)value); } inline static int32_t get_offset_of_lastDebugUpdate_24() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___lastDebugUpdate_24)); } inline float get_lastDebugUpdate_24() const { return ___lastDebugUpdate_24; } inline float* get_address_of_lastDebugUpdate_24() { return &___lastDebugUpdate_24; } inline void set_lastDebugUpdate_24(float value) { ___lastDebugUpdate_24 = value; } inline static int32_t get_offset_of_LoadingBanksRef_25() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF, ___LoadingBanksRef_25)); } inline int32_t get_LoadingBanksRef_25() const { return ___LoadingBanksRef_25; } inline int32_t* get_address_of_LoadingBanksRef_25() { return &___LoadingBanksRef_25; } inline void set_LoadingBanksRef_25(int32_t value) { ___LoadingBanksRef_25 = 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; } }; // // // System.Object // System.Object // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // 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_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ParameterAutomationLinkU5BU5D_t27B495E0A81F5FFBCF334905B33916F4BBDB041E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54_StaticFields, ____emptyArray_5)); } inline ParameterAutomationLinkU5BU5D_t27B495E0A81F5FFBCF334905B33916F4BBDB041E* get__emptyArray_5() const { return ____emptyArray_5; } inline ParameterAutomationLinkU5BU5D_t27B495E0A81F5FFBCF334905B33916F4BBDB041E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ParameterAutomationLinkU5BU5D_t27B495E0A81F5FFBCF334905B33916F4BBDB041E* 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_t8C34DEFA50644B60FF0B22C99014768111039C7D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StudioEventEmitterU5BU5D_tD6DE6474A41BD677AAF2CB767E3073E16DBBBF05* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D_StaticFields, ____emptyArray_5)); } inline StudioEventEmitterU5BU5D_tD6DE6474A41BD677AAF2CB767E3073E16DBBBF05* get__emptyArray_5() const { return ____emptyArray_5; } inline StudioEventEmitterU5BU5D_tD6DE6474A41BD677AAF2CB767E3073E16DBBBF05** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StudioEventEmitterU5BU5D_tD6DE6474A41BD677AAF2CB767E3073E16DBBBF05* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StudioListenerU5BU5D_tFF26242F17D052908D5FB2BE31A5A201A7DBE0D3* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6_StaticFields, ____emptyArray_5)); } inline StudioListenerU5BU5D_tFF26242F17D052908D5FB2BE31A5A201A7DBE0D3* get__emptyArray_5() const { return ____emptyArray_5; } inline StudioListenerU5BU5D_tFF26242F17D052908D5FB2BE31A5A201A7DBE0D3** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StudioListenerU5BU5D_tFF26242F17D052908D5FB2BE31A5A201A7DBE0D3* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ThreadAffinityGroupU5BU5D_t4EBB708AF897BC6DD714EB54C4B954DA2C3396F1* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4_StaticFields, ____emptyArray_5)); } inline ThreadAffinityGroupU5BU5D_t4EBB708AF897BC6DD714EB54C4B954DA2C3396F1* get__emptyArray_5() const { return ____emptyArray_5; } inline ThreadAffinityGroupU5BU5D_t4EBB708AF897BC6DD714EB54C4B954DA2C3396F1** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ThreadAffinityGroupU5BU5D_t4EBB708AF897BC6DD714EB54C4B954DA2C3396F1* 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_t05E2D9B40C1553CBA367BD87BF959D872BD4319C_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray AttachedInstanceU5BU5D_tE9151CF533B3FC11EC10D2EE9F23C3D006F26557* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C_StaticFields, ____emptyArray_5)); } inline AttachedInstanceU5BU5D_tE9151CF533B3FC11EC10D2EE9F23C3D006F26557* get__emptyArray_5() const { return ____emptyArray_5; } inline AttachedInstanceU5BU5D_tE9151CF533B3FC11EC10D2EE9F23C3D006F26557** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(AttachedInstanceU5BU5D_tE9151CF533B3FC11EC10D2EE9F23C3D006F26557* 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 // System.Collections.Generic.Dictionary`2/ValueCollection // System.Collections.Generic.Dictionary`2/ValueCollection struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // System.Attribute // System.Attribute // FMOD.CONSTANTS // FMOD.CONSTANTS // FMODUnity.EmitterRef // FMODUnity.EmitterRef // FMOD.Error // FMOD.Error // FMODUnity.Legacy // FMODUnity.Legacy // FMOD.MarshalHelper // FMOD.MarshalHelper // System.Reflection.MemberInfo // System.Reflection.MemberInfo // FMOD.PRESET // FMOD.PRESET // UnityEngine.Playables.PlayableBehaviour // UnityEngine.Playables.PlayableBehaviour // 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 // System.Text.StringBuilder // System.Text.StringBuilder // System.ValueType // System.ValueType // FMODUnity.Platform/PropertyStorage // FMODUnity.Platform/PropertyStorage // FMODUnity.RuntimeManager/GuidComparer // FMODUnity.RuntimeManager/GuidComparer // 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.Nullable`1 // System.Nullable`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 // FMODUnity.Platform/PropertyAccessor`1 // FMODUnity.AutomatableSlots // FMODUnity.AutomatableSlots // 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.CHANNELCONTROL_DSP_INDEX // FMOD.CHANNELCONTROL_DSP_INDEX // FMOD.COMPLEX // FMOD.COMPLEX // FMOD.CPU_USAGE // FMOD.CPU_USAGE // FMOD.Studio.CPU_USAGE // FMOD.Studio.CPU_USAGE // FMOD.DSP_PARAMETER_ATTENUATION_RANGE // FMOD.DSP_PARAMETER_ATTENUATION_RANGE // FMOD.DSP_PARAMETER_DESC_DATA // FMOD.DSP_PARAMETER_DESC_DATA // FMOD.DSP_PARAMETER_OVERALLGAIN // FMOD.DSP_PARAMETER_OVERALLGAIN // FMOD.DSP_PARAMETER_SIDECHAIN // FMOD.DSP_PARAMETER_SIDECHAIN // FMOD.DSP_STATE_DFT_FUNCTIONS // FMOD.DSP_STATE_DFT_FUNCTIONS // FMOD.DSP_STATE_PAN_FUNCTIONS // FMOD.DSP_STATE_PAN_FUNCTIONS // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.DateTime // FMOD.Debug // FMOD.Debug // UnityEngine.Timeline.DiscreteTime struct DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F_StaticFields { public: // UnityEngine.Timeline.DiscreteTime UnityEngine.Timeline.DiscreteTime::kMaxTime DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F ___kMaxTime_1; public: inline static int32_t get_offset_of_kMaxTime_1() { return static_cast(offsetof(DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F_StaticFields, ___kMaxTime_1)); } inline DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F get_kMaxTime_1() const { return ___kMaxTime_1; } inline DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F * get_address_of_kMaxTime_1() { return &___kMaxTime_1; } inline void set_kMaxTime_1(DiscreteTime_tCF3EC7AD37854B10B43578F44DA55FA40D9D3C9F value) { ___kMaxTime_1 = value; } }; // UnityEngine.Timeline.DiscreteTime // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Double // 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 // FMODUnity.FMODEventMixerBehaviour // FMODUnity.FMODEventMixerBehaviour // FMOD.Factory // FMOD.Factory // 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.Int16 // System.Int16 // 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 // UnityEngine.Timeline.MarkerList // UnityEngine.Timeline.MarkerList // FMOD.Memory // FMOD.Memory // System.Reflection.MethodBase // System.Reflection.MethodBase // FMOD.Studio.PARAMETER_ID // FMOD.Studio.PARAMETER_ID // FMOD.PORT_INDEX // FMOD.PORT_INDEX // UnityEngine.PropertyAttribute // UnityEngine.PropertyAttribute // FMOD.REVERB_PROPERTIES // FMOD.REVERB_PROPERTIES // UnityEngine.Rect // UnityEngine.Rect // System.Single // System.Single // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // System.UInt64 // System.UInt64 // FMOD.VECTOR // FMOD.VECTOR // 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/PropertyInt // FMODUnity.Platform/PropertyInt // FMODUnity.Platform/PropertyString // FMODUnity.Platform/PropertyString // FMODUnity.Platform/PropertyStringList // FMODUnity.Platform/PropertyStringList // FMODUnity.Platform/PropertyThreadAffinityList // FMODUnity.Platform/PropertyThreadAffinityList // UnityEngine.Timeline.TrackAsset/TransientBuildData // UnityEngine.Timeline.TrackAsset/TransientBuildData // FMOD.Studio.ADVANCEDSETTINGS // FMOD.Studio.ADVANCEDSETTINGS // FMOD.ASYNCREADINFO // FMOD.ASYNCREADINFO // 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 // FMODUnity.BankRefAttribute // FMODUnity.BankRefAttribute // System.Reflection.BindingFlags // System.Reflection.BindingFlags // FMOD.Studio.Bus // FMOD.Studio.Bus // FMOD.CHANNELCONTROL_CALLBACK_TYPE // FMOD.CHANNELCONTROL_CALLBACK_TYPE // FMOD.CHANNELCONTROL_TYPE // FMOD.CHANNELCONTROL_TYPE // FMOD.CHANNELMASK // FMOD.CHANNELMASK // 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 // UnityEngine.Timeline.ClipCaps // UnityEngine.Timeline.ClipCaps // FMOD.Studio.CommandReplay // FMOD.Studio.CommandReplay // FMOD.DEBUG_FLAGS // FMOD.DEBUG_FLAGS // FMOD.DEBUG_MODE // FMOD.DEBUG_MODE // FMOD.DRIVER_STATE // FMOD.DRIVER_STATE // FMOD.DSP // FMOD.DSP // FMOD.DSPCONNECTION_TYPE // FMOD.DSPCONNECTION_TYPE // FMOD.DSPConnection // FMOD.DSPConnection // FMOD.DSP_CHANNELMIX // FMOD.DSP_CHANNELMIX // FMOD.DSP_CHANNELMIX_OUTPUT // FMOD.DSP_CHANNELMIX_OUTPUT // FMOD.DSP_CHORUS // FMOD.DSP_CHORUS // FMOD.DSP_COMPRESSOR // FMOD.DSP_COMPRESSOR // FMOD.DSP_CONVOLUTION_REVERB // FMOD.DSP_CONVOLUTION_REVERB // FMOD.DSP_DELAY // FMOD.DSP_DELAY // FMOD.DSP_DESCRIPTION // FMOD.DSP_DESCRIPTION // FMOD.DSP_DISTORTION // FMOD.DSP_DISTORTION // FMOD.DSP_ECHO // FMOD.DSP_ECHO // FMOD.DSP_ENVELOPEFOLLOWER // FMOD.DSP_ENVELOPEFOLLOWER // FMOD.DSP_FADER // FMOD.DSP_FADER // FMOD.DSP_FFT // FMOD.DSP_FFT // FMOD.DSP_FFT_WINDOW // FMOD.DSP_FFT_WINDOW // FMOD.DSP_FLANGE // FMOD.DSP_FLANGE // FMOD.DSP_HIGHPASS // FMOD.DSP_HIGHPASS // FMOD.DSP_HIGHPASS_SIMPLE // FMOD.DSP_HIGHPASS_SIMPLE // FMOD.DSP_ITECHO // FMOD.DSP_ITECHO // FMOD.DSP_ITLOWPASS // FMOD.DSP_ITLOWPASS // FMOD.DSP_LIMITER // FMOD.DSP_LIMITER // FMOD.DSP_LOUDNESS_METER // FMOD.DSP_LOUDNESS_METER // FMOD.DSP_LOUDNESS_METER_INFO_TYPE // FMOD.DSP_LOUDNESS_METER_INFO_TYPE // FMOD.DSP_LOUDNESS_METER_STATE_TYPE // FMOD.DSP_LOUDNESS_METER_STATE_TYPE // FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE // FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE // FMOD.DSP_LOWPASS // FMOD.DSP_LOWPASS // FMOD.DSP_LOWPASS_SIMPLE // FMOD.DSP_LOWPASS_SIMPLE // FMOD.DSP_METERING_INFO // FMOD.DSP_METERING_INFO // FMOD.DSP_MULTIBAND_EQ // FMOD.DSP_MULTIBAND_EQ // FMOD.DSP_MULTIBAND_EQ_FILTER_TYPE // FMOD.DSP_MULTIBAND_EQ_FILTER_TYPE // FMOD.DSP_NORMALIZE // FMOD.DSP_NORMALIZE // FMOD.DSP_OBJECTPAN // FMOD.DSP_OBJECTPAN // FMOD.DSP_OSCILLATOR // FMOD.DSP_OSCILLATOR // FMOD.DSP_PAN // FMOD.DSP_PAN // FMOD.DSP_PAN_2D_STEREO_MODE_TYPE // FMOD.DSP_PAN_2D_STEREO_MODE_TYPE // FMOD.DSP_PAN_3D_EXTENT_MODE_TYPE // FMOD.DSP_PAN_3D_EXTENT_MODE_TYPE // FMOD.DSP_PAN_3D_ROLLOFF_TYPE // FMOD.DSP_PAN_3D_ROLLOFF_TYPE // FMOD.DSP_PAN_MODE_TYPE // FMOD.DSP_PAN_MODE_TYPE // FMOD.DSP_PAN_SURROUND_FLAGS // FMOD.DSP_PAN_SURROUND_FLAGS // FMOD.DSP_PARAMEQ // FMOD.DSP_PARAMEQ // FMOD.DSP_PARAMETER_DATA_TYPE // FMOD.DSP_PARAMETER_DATA_TYPE // FMOD.DSP_PARAMETER_DESC_BOOL // FMOD.DSP_PARAMETER_DESC_BOOL // FMOD.DSP_PARAMETER_DESC_INT // FMOD.DSP_PARAMETER_DESC_INT // FMOD.DSP_PARAMETER_FFT // FMOD.DSP_PARAMETER_FFT // FMOD.DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR // FMOD.DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR // FMOD.DSP_PARAMETER_FLOAT_MAPPING_TYPE // FMOD.DSP_PARAMETER_FLOAT_MAPPING_TYPE // FMOD.DSP_PARAMETER_TYPE // FMOD.DSP_PARAMETER_TYPE // FMOD.DSP_PITCHSHIFT // FMOD.DSP_PITCHSHIFT // FMOD.DSP_PROCESS_OPERATION // FMOD.DSP_PROCESS_OPERATION // FMOD.DSP_RESAMPLER // FMOD.DSP_RESAMPLER // FMOD.DSP_RETURN // FMOD.DSP_RETURN // FMOD.DSP_SEND // FMOD.DSP_SEND // FMOD.DSP_SFXREVERB // FMOD.DSP_SFXREVERB // FMOD.DSP_STATE // FMOD.DSP_STATE // FMOD.DSP_STATE_FUNCTIONS // FMOD.DSP_STATE_FUNCTIONS // FMOD.DSP_THREE_EQ // FMOD.DSP_THREE_EQ // FMOD.DSP_THREE_EQ_CROSSOVERSLOPE_TYPE // FMOD.DSP_THREE_EQ_CROSSOVERSLOPE_TYPE // FMOD.DSP_TRANSCEIVER // FMOD.DSP_TRANSCEIVER // FMOD.DSP_TRANSCEIVER_SPEAKERMODE // FMOD.DSP_TRANSCEIVER_SPEAKERMODE // FMOD.DSP_TREMOLO // FMOD.DSP_TREMOLO // FMOD.DSP_TYPE // FMOD.DSP_TYPE // System.Delegate // System.Delegate // FMOD.ERRORCALLBACK_INSTANCETYPE // FMOD.ERRORCALLBACK_INSTANCETYPE // FMOD.Studio.EVENT_CALLBACK_TYPE // FMOD.Studio.EVENT_CALLBACK_TYPE // 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.EventRefAttribute // FMODUnity.EventRefAttribute // 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 // FMOD.Geometry // FMOD.Geometry // UnityEngine.HideFlags // UnityEngine.HideFlags // FMOD.INITFLAGS // FMOD.INITFLAGS // FMOD.Studio.INITFLAGS // FMOD.Studio.INITFLAGS // FMOD.Studio.INSTANCETYPE // FMOD.Studio.INSTANCETYPE // FMODUnity.ImportType // FMODUnity.ImportType // System.Int32Enum // System.Int32Enum // FMOD.Studio.LOADING_STATE // FMOD.Studio.LOADING_STATE // FMOD.Studio.LOAD_BANK_FLAGS // FMOD.Studio.LOAD_BANK_FLAGS // FMOD.Studio.LOAD_MEMORY_ALIGNMENT // FMOD.Studio.LOAD_MEMORY_ALIGNMENT // FMOD.Studio.LOAD_MEMORY_MODE // FMOD.Studio.LOAD_MEMORY_MODE // FMODUnity.LoaderGameEvent // FMODUnity.LoaderGameEvent // FMOD.MEMORY_TYPE // FMOD.MEMORY_TYPE // FMOD.MODE // FMOD.MODE // FMODUnity.MeterChannelOrderingType // FMODUnity.MeterChannelOrderingType // System.Reflection.MethodInfo // System.Reflection.MethodInfo // 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.Studio.PLUGIN_INSTANCE_PROPERTIES // FMOD.Studio.PLUGIN_INSTANCE_PROPERTIES // FMOD.PORT_TYPE // FMOD.PORT_TYPE // FMODUnity.ParamRef // FMODUnity.ParamRef // FMODUnity.ParamRefAttribute // FMODUnity.ParamRefAttribute // FMODUnity.ParameterAutomationLink // FMODUnity.ParameterAutomationLink // UnityEngine.Playables.PlayableGraph // UnityEngine.Playables.PlayableGraph // UnityEngine.Playables.PlayableHandle struct PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A_StaticFields { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.PlayableHandle::m_Null PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Null_2; public: inline static int32_t get_offset_of_m_Null_2() { return static_cast(offsetof(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A_StaticFields, ___m_Null_2)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Null_2() const { return ___m_Null_2; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Null_2() { return &___m_Null_2; } inline void set_m_Null_2(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Null_2 = value; } }; // UnityEngine.Playables.PlayableHandle // UnityEngine.Playables.PlayableOutputHandle struct PlayableOutputHandle_t8C84BCDB2AECFEDBCF0E7CC7CDBADD517D148CD1_StaticFields { public: // UnityEngine.Playables.PlayableOutputHandle UnityEngine.Playables.PlayableOutputHandle::m_Null PlayableOutputHandle_t8C84BCDB2AECFEDBCF0E7CC7CDBADD517D148CD1 ___m_Null_2; public: inline static int32_t get_offset_of_m_Null_2() { return static_cast(offsetof(PlayableOutputHandle_t8C84BCDB2AECFEDBCF0E7CC7CDBADD517D148CD1_StaticFields, ___m_Null_2)); } inline PlayableOutputHandle_t8C84BCDB2AECFEDBCF0E7CC7CDBADD517D148CD1 get_m_Null_2() const { return ___m_Null_2; } inline PlayableOutputHandle_t8C84BCDB2AECFEDBCF0E7CC7CDBADD517D148CD1 * get_address_of_m_Null_2() { return &___m_Null_2; } inline void set_m_Null_2(PlayableOutputHandle_t8C84BCDB2AECFEDBCF0E7CC7CDBADD517D148CD1 value) { ___m_Null_2 = value; } }; // UnityEngine.Playables.PlayableOutputHandle // FMOD.RESULT // FMOD.RESULT // FMOD.Reverb3D // FMOD.Reverb3D // UnityEngine.RuntimePlatform // UnityEngine.RuntimePlatform // System.RuntimeTypeHandle // System.RuntimeTypeHandle // FMOD.SOUND_FORMAT // FMOD.SOUND_FORMAT // FMOD.SOUND_TYPE // FMOD.SOUND_TYPE // 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.Sound // FMOD.Sound // FMOD.StringWrapper // FMOD.StringWrapper // FMOD.System // FMOD.System // FMOD.Studio.System // FMOD.Studio.System // 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.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 // UnityEngine.Playables.FrameData/Flags // UnityEngine.Playables.FrameData/Flags // 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 // UnityEngine.Timeline.TimelineClip/BlendCurveMode // UnityEngine.Timeline.TimelineClip/BlendCurveMode // UnityEngine.Timeline.TimelineClip/ClipExtrapolation // UnityEngine.Timeline.TimelineClip/ClipExtrapolation // 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/Property`1 // FMODUnity.Platform/Property`1 // FMODUnity.Platform/Property`1 // FMODUnity.Platform/Property`1 // UnityEngine.Playables.ScriptPlayable`1 struct ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138_StaticFields { public: // UnityEngine.Playables.ScriptPlayable`1 UnityEngine.Playables.ScriptPlayable`1::m_NullPlayable ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138_StaticFields, ___m_NullPlayable_1)); } inline ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138 value) { ___m_NullPlayable_1 = value; } }; // UnityEngine.Playables.ScriptPlayable`1 // UnityEngine.Playables.ScriptPlayable`1 struct ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315_StaticFields { public: // UnityEngine.Playables.ScriptPlayable`1 UnityEngine.Playables.ScriptPlayable`1::m_NullPlayable ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315_StaticFields, ___m_NullPlayable_1)); } inline ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 value) { ___m_NullPlayable_1 = value; } }; // UnityEngine.Playables.ScriptPlayable`1 // UnityEngine.Playables.ScriptPlayable`1 struct ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_StaticFields { public: // UnityEngine.Playables.ScriptPlayable`1 UnityEngine.Playables.ScriptPlayable`1::m_NullPlayable ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_StaticFields, ___m_NullPlayable_1)); } inline ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 value) { ___m_NullPlayable_1 = value; } }; // UnityEngine.Playables.ScriptPlayable`1 // FMOD.ADVANCEDSETTINGS // FMOD.ADVANCEDSETTINGS // FMODUnity.BankLoadException // FMODUnity.BankLoadException // FMODUnity.BusNotFoundException // FMODUnity.BusNotFoundException // FMOD.Studio.COMMAND_INFO // FMOD.Studio.COMMAND_INFO // FMOD.CREATESOUNDEXINFO // FMOD.CREATESOUNDEXINFO // UnityEngine.Component // UnityEngine.Component // FMOD.DSP_BUFFER_ARRAY // FMOD.DSP_BUFFER_ARRAY // FMOD.DSP_PARAMETER_3DATTRIBUTES // FMOD.DSP_PARAMETER_3DATTRIBUTES // FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI // FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI // FMOD.DSP_PARAMETER_FLOAT_MAPPING // FMOD.DSP_PARAMETER_FLOAT_MAPPING // FMOD.ERRORCALLBACK_INFO // FMOD.ERRORCALLBACK_INFO // FMODUnity.EventNotFoundException // FMODUnity.EventNotFoundException // FMODUnity.FMODEventPlayableBehavior // FMODUnity.FMODEventPlayableBehavior // UnityEngine.GameObject // UnityEngine.GameObject // System.MulticastDelegate // System.MulticastDelegate // FMOD.Studio.PARAMETER_DESCRIPTION // FMOD.Studio.PARAMETER_DESCRIPTION // FMOD.PLUGINLIST // FMOD.PLUGINLIST // FMOD.Studio.PROGRAMMER_SOUND_PROPERTIES // FMOD.Studio.PROGRAMMER_SOUND_PROPERTIES // UnityEngine.Playables.Playable struct Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_StaticFields { public: // UnityEngine.Playables.Playable UnityEngine.Playables.Playable::m_NullPlayable Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_StaticFields, ___m_NullPlayable_1)); } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 value) { ___m_NullPlayable_1 = value; } }; // UnityEngine.Playables.Playable // UnityEngine.Playables.PlayableOutput struct PlayableOutput_tE735DC774F014DB1711310988F2F914C66520F82_StaticFields { public: // UnityEngine.Playables.PlayableOutput UnityEngine.Playables.PlayableOutput::m_NullPlayableOutput PlayableOutput_tE735DC774F014DB1711310988F2F914C66520F82 ___m_NullPlayableOutput_1; public: inline static int32_t get_offset_of_m_NullPlayableOutput_1() { return static_cast(offsetof(PlayableOutput_tE735DC774F014DB1711310988F2F914C66520F82_StaticFields, ___m_NullPlayableOutput_1)); } inline PlayableOutput_tE735DC774F014DB1711310988F2F914C66520F82 get_m_NullPlayableOutput_1() const { return ___m_NullPlayableOutput_1; } inline PlayableOutput_tE735DC774F014DB1711310988F2F914C66520F82 * get_address_of_m_NullPlayableOutput_1() { return &___m_NullPlayableOutput_1; } inline void set_m_NullPlayableOutput_1(PlayableOutput_tE735DC774F014DB1711310988F2F914C66520F82 value) { ___m_NullPlayableOutput_1 = value; } }; // UnityEngine.Playables.PlayableOutput // UnityEngine.ScriptableObject // UnityEngine.ScriptableObject // System.SystemException // System.SystemException // FMODUnity.SystemNotInitializedException // FMODUnity.SystemNotInitializedException // UnityEngine.TextAsset // UnityEngine.TextAsset // FMODUnity.ThreadAffinityGroup // FMODUnity.ThreadAffinityGroup // UnityEngine.Timeline.TimelineClip struct TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F_StaticFields { public: // UnityEngine.Timeline.ClipCaps UnityEngine.Timeline.TimelineClip::kDefaultClipCaps int32_t ___kDefaultClipCaps_2; // System.Single UnityEngine.Timeline.TimelineClip::kDefaultClipDurationInSeconds float ___kDefaultClipDurationInSeconds_3; // System.Double UnityEngine.Timeline.TimelineClip::kTimeScaleMin double ___kTimeScaleMin_4; // System.Double UnityEngine.Timeline.TimelineClip::kTimeScaleMax double ___kTimeScaleMax_5; // System.String UnityEngine.Timeline.TimelineClip::kDefaultCurvesName String_t* ___kDefaultCurvesName_6; // System.Double UnityEngine.Timeline.TimelineClip::kMinDuration double ___kMinDuration_7; // System.Double UnityEngine.Timeline.TimelineClip::kMaxTimeValue double ___kMaxTimeValue_8; public: inline static int32_t get_offset_of_kDefaultClipCaps_2() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F_StaticFields, ___kDefaultClipCaps_2)); } inline int32_t get_kDefaultClipCaps_2() const { return ___kDefaultClipCaps_2; } inline int32_t* get_address_of_kDefaultClipCaps_2() { return &___kDefaultClipCaps_2; } inline void set_kDefaultClipCaps_2(int32_t value) { ___kDefaultClipCaps_2 = value; } inline static int32_t get_offset_of_kDefaultClipDurationInSeconds_3() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F_StaticFields, ___kDefaultClipDurationInSeconds_3)); } inline float get_kDefaultClipDurationInSeconds_3() const { return ___kDefaultClipDurationInSeconds_3; } inline float* get_address_of_kDefaultClipDurationInSeconds_3() { return &___kDefaultClipDurationInSeconds_3; } inline void set_kDefaultClipDurationInSeconds_3(float value) { ___kDefaultClipDurationInSeconds_3 = value; } inline static int32_t get_offset_of_kTimeScaleMin_4() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F_StaticFields, ___kTimeScaleMin_4)); } inline double get_kTimeScaleMin_4() const { return ___kTimeScaleMin_4; } inline double* get_address_of_kTimeScaleMin_4() { return &___kTimeScaleMin_4; } inline void set_kTimeScaleMin_4(double value) { ___kTimeScaleMin_4 = value; } inline static int32_t get_offset_of_kTimeScaleMax_5() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F_StaticFields, ___kTimeScaleMax_5)); } inline double get_kTimeScaleMax_5() const { return ___kTimeScaleMax_5; } inline double* get_address_of_kTimeScaleMax_5() { return &___kTimeScaleMax_5; } inline void set_kTimeScaleMax_5(double value) { ___kTimeScaleMax_5 = value; } inline static int32_t get_offset_of_kDefaultCurvesName_6() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F_StaticFields, ___kDefaultCurvesName_6)); } inline String_t* get_kDefaultCurvesName_6() const { return ___kDefaultCurvesName_6; } inline String_t** get_address_of_kDefaultCurvesName_6() { return &___kDefaultCurvesName_6; } inline void set_kDefaultCurvesName_6(String_t* value) { ___kDefaultCurvesName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___kDefaultCurvesName_6), (void*)value); } inline static int32_t get_offset_of_kMinDuration_7() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F_StaticFields, ___kMinDuration_7)); } inline double get_kMinDuration_7() const { return ___kMinDuration_7; } inline double* get_address_of_kMinDuration_7() { return &___kMinDuration_7; } inline void set_kMinDuration_7(double value) { ___kMinDuration_7 = value; } inline static int32_t get_offset_of_kMaxTimeValue_8() { return static_cast(offsetof(TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F_StaticFields, ___kMaxTimeValue_8)); } inline double get_kMaxTimeValue_8() const { return ___kMaxTimeValue_8; } inline double* get_address_of_kMaxTimeValue_8() { return &___kMaxTimeValue_8; } inline void set_kMaxTimeValue_8(double value) { ___kMaxTimeValue_8 = value; } }; // UnityEngine.Timeline.TimelineClip // 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.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`2 // System.Action`2 // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // 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 // FMOD.CHANNELCONTROL_CALLBACK // FMOD.CHANNELCONTROL_CALLBACK // FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK // FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK // FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK // FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK // FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK // FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK // UnityEngine.Collider // UnityEngine.Collider // FMOD.DEBUG_CALLBACK // FMOD.DEBUG_CALLBACK // FMOD.DSP_ALLOC_FUNC // FMOD.DSP_ALLOC_FUNC // FMOD.DSP_CREATECALLBACK // FMOD.DSP_CREATECALLBACK // FMOD.DSP_DFT_FFTREAL_FUNC // FMOD.DSP_DFT_FFTREAL_FUNC // FMOD.DSP_DFT_IFFTREAL_FUNC // FMOD.DSP_DFT_IFFTREAL_FUNC // FMOD.DSP_FREE_FUNC // FMOD.DSP_FREE_FUNC // FMOD.DSP_GETBLOCKSIZE_FUNC // FMOD.DSP_GETBLOCKSIZE_FUNC // FMOD.DSP_GETCLOCK_FUNC // FMOD.DSP_GETCLOCK_FUNC // FMOD.DSP_GETLISTENERATTRIBUTES_FUNC // FMOD.DSP_GETLISTENERATTRIBUTES_FUNC // FMOD.DSP_GETPARAM_BOOL_CALLBACK // FMOD.DSP_GETPARAM_BOOL_CALLBACK // FMOD.DSP_GETPARAM_DATA_CALLBACK // FMOD.DSP_GETPARAM_DATA_CALLBACK // FMOD.DSP_GETPARAM_FLOAT_CALLBACK // FMOD.DSP_GETPARAM_FLOAT_CALLBACK // FMOD.DSP_GETPARAM_INT_CALLBACK // FMOD.DSP_GETPARAM_INT_CALLBACK // FMOD.DSP_GETSAMPLERATE_FUNC // FMOD.DSP_GETSAMPLERATE_FUNC // FMOD.DSP_GETSPEAKERMODE_FUNC // FMOD.DSP_GETSPEAKERMODE_FUNC // FMOD.DSP_GETUSERDATA_FUNC // FMOD.DSP_GETUSERDATA_FUNC // FMOD.DSP_LOG_FUNC // FMOD.DSP_LOG_FUNC // FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC // FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC // FMOD.DSP_PAN_SUMMONOMATRIX_FUNC // FMOD.DSP_PAN_SUMMONOMATRIX_FUNC // FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC // FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC // FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC // FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC // FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC // FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC // FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC // FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC // FMOD.DSP_PARAMETER_DESC_FLOAT // FMOD.DSP_PARAMETER_DESC_FLOAT // FMOD.DSP_PROCESS_CALLBACK // FMOD.DSP_PROCESS_CALLBACK // FMOD.DSP_READCALLBACK // FMOD.DSP_READCALLBACK // FMOD.DSP_REALLOC_FUNC // FMOD.DSP_REALLOC_FUNC // FMOD.DSP_RELEASECALLBACK // FMOD.DSP_RELEASECALLBACK // FMOD.DSP_RESETCALLBACK // FMOD.DSP_RESETCALLBACK // FMOD.DSP_SETPARAM_BOOL_CALLBACK // FMOD.DSP_SETPARAM_BOOL_CALLBACK // FMOD.DSP_SETPARAM_DATA_CALLBACK // FMOD.DSP_SETPARAM_DATA_CALLBACK // FMOD.DSP_SETPARAM_FLOAT_CALLBACK // FMOD.DSP_SETPARAM_FLOAT_CALLBACK // FMOD.DSP_SETPARAM_INT_CALLBACK // FMOD.DSP_SETPARAM_INT_CALLBACK // FMOD.DSP_SETPOSITIONCALLBACK // FMOD.DSP_SETPOSITIONCALLBACK // FMOD.DSP_SHOULDIPROCESS_CALLBACK // FMOD.DSP_SHOULDIPROCESS_CALLBACK // FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK // FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK // FMOD.DSP_SYSTEM_MIX_CALLBACK // FMOD.DSP_SYSTEM_MIX_CALLBACK // FMOD.DSP_SYSTEM_REGISTER_CALLBACK // FMOD.DSP_SYSTEM_REGISTER_CALLBACK // FMOD.Studio.EVENT_CALLBACK // FMOD.Studio.EVENT_CALLBACK // FMOD.FILE_ASYNCCANCEL_CALLBACK // FMOD.FILE_ASYNCCANCEL_CALLBACK // FMOD.FILE_ASYNCDONE_FUNC // FMOD.FILE_ASYNCDONE_FUNC // 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 // UnityEngine.Playables.FrameData // UnityEngine.Playables.FrameData // FMOD.MEMORY_ALLOC_CALLBACK // FMOD.MEMORY_ALLOC_CALLBACK // FMOD.MEMORY_FREE_CALLBACK // FMOD.MEMORY_FREE_CALLBACK // FMOD.MEMORY_REALLOC_CALLBACK // FMOD.MEMORY_REALLOC_CALLBACK // System.NotImplementedException // System.NotImplementedException // 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.Playables.PlayableAsset // UnityEngine.Playables.PlayableAsset // UnityEngine.Rigidbody // UnityEngine.Rigidbody // UnityEngine.Rigidbody2D // UnityEngine.Rigidbody2D // 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 // 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 // UnityEngine.GUI/WindowFunction // UnityEngine.GUI/WindowFunction // 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 // FMOD.DSP_PARAMETER_DESC_UNION // FMOD.DSP_PARAMETER_DESC_UNION // FMODUnity.FMODEventPlayable // FMODUnity.FMODEventPlayable // UnityEngine.MonoBehaviour // UnityEngine.MonoBehaviour // FMODUnity.PlatformAndroid // FMODUnity.PlatformAndroid // FMODUnity.PlatformAppleTV // FMODUnity.PlatformAppleTV // FMODUnity.PlatformDefault // FMODUnity.PlatformDefault // FMODUnity.PlatformGroup // FMODUnity.PlatformGroup // FMODUnity.PlatformIOS // FMODUnity.PlatformIOS // FMODUnity.PlatformLinux // FMODUnity.PlatformLinux // FMODUnity.PlatformMac // FMODUnity.PlatformMac // FMODUnity.PlatformMobileLow // FMODUnity.PlatformMobileLow // FMODUnity.PlatformPlayInEditor // FMODUnity.PlatformPlayInEditor // FMODUnity.PlatformWebGL // FMODUnity.PlatformWebGL // FMODUnity.PlatformWindows // FMODUnity.PlatformWindows // UnityEngine.Playables.PlayableDirector // UnityEngine.Playables.PlayableDirector // UnityEngine.Timeline.TrackAsset struct TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628_StaticFields { public: // UnityEngine.Timeline.TrackAsset/TransientBuildData UnityEngine.Timeline.TrackAsset::s_BuildData TransientBuildData_t9712699B02114AB8ED38C4D17EA5989208B2FF2F ___s_BuildData_7; // System.Action`3 UnityEngine.Timeline.TrackAsset::OnClipPlayableCreate Action_3_t3BCC6286248E2BB441C51F6759481EBDFD701F81 * ___OnClipPlayableCreate_9; // System.Action`3 UnityEngine.Timeline.TrackAsset::OnTrackAnimationPlayableCreate Action_3_tF30EE3D5033A43AF7E69A1AD8FA9ACC8EACE4E41 * ___OnTrackAnimationPlayableCreate_10; // UnityEngine.Timeline.TrackAsset[] UnityEngine.Timeline.TrackAsset::s_EmptyCache TrackAssetU5BU5D_t624FA4D69A21181D1A43D031EF0EA6A4E73EF27B* ___s_EmptyCache_23; // System.Collections.Generic.Dictionary`2 UnityEngine.Timeline.TrackAsset::s_TrackBindingTypeAttributeCache Dictionary_2_t076A281176CDEB6BCB84032659ED250C9E435494 * ___s_TrackBindingTypeAttributeCache_25; public: inline static int32_t get_offset_of_s_BuildData_7() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628_StaticFields, ___s_BuildData_7)); } inline TransientBuildData_t9712699B02114AB8ED38C4D17EA5989208B2FF2F get_s_BuildData_7() const { return ___s_BuildData_7; } inline TransientBuildData_t9712699B02114AB8ED38C4D17EA5989208B2FF2F * get_address_of_s_BuildData_7() { return &___s_BuildData_7; } inline void set_s_BuildData_7(TransientBuildData_t9712699B02114AB8ED38C4D17EA5989208B2FF2F value) { ___s_BuildData_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_BuildData_7))->___trackList_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_BuildData_7))->___clipList_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_BuildData_7))->___markerList_2), (void*)NULL); #endif } inline static int32_t get_offset_of_OnClipPlayableCreate_9() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628_StaticFields, ___OnClipPlayableCreate_9)); } inline Action_3_t3BCC6286248E2BB441C51F6759481EBDFD701F81 * get_OnClipPlayableCreate_9() const { return ___OnClipPlayableCreate_9; } inline Action_3_t3BCC6286248E2BB441C51F6759481EBDFD701F81 ** get_address_of_OnClipPlayableCreate_9() { return &___OnClipPlayableCreate_9; } inline void set_OnClipPlayableCreate_9(Action_3_t3BCC6286248E2BB441C51F6759481EBDFD701F81 * value) { ___OnClipPlayableCreate_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClipPlayableCreate_9), (void*)value); } inline static int32_t get_offset_of_OnTrackAnimationPlayableCreate_10() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628_StaticFields, ___OnTrackAnimationPlayableCreate_10)); } inline Action_3_tF30EE3D5033A43AF7E69A1AD8FA9ACC8EACE4E41 * get_OnTrackAnimationPlayableCreate_10() const { return ___OnTrackAnimationPlayableCreate_10; } inline Action_3_tF30EE3D5033A43AF7E69A1AD8FA9ACC8EACE4E41 ** get_address_of_OnTrackAnimationPlayableCreate_10() { return &___OnTrackAnimationPlayableCreate_10; } inline void set_OnTrackAnimationPlayableCreate_10(Action_3_tF30EE3D5033A43AF7E69A1AD8FA9ACC8EACE4E41 * value) { ___OnTrackAnimationPlayableCreate_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnTrackAnimationPlayableCreate_10), (void*)value); } inline static int32_t get_offset_of_s_EmptyCache_23() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628_StaticFields, ___s_EmptyCache_23)); } inline TrackAssetU5BU5D_t624FA4D69A21181D1A43D031EF0EA6A4E73EF27B* get_s_EmptyCache_23() const { return ___s_EmptyCache_23; } inline TrackAssetU5BU5D_t624FA4D69A21181D1A43D031EF0EA6A4E73EF27B** get_address_of_s_EmptyCache_23() { return &___s_EmptyCache_23; } inline void set_s_EmptyCache_23(TrackAssetU5BU5D_t624FA4D69A21181D1A43D031EF0EA6A4E73EF27B* value) { ___s_EmptyCache_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EmptyCache_23), (void*)value); } inline static int32_t get_offset_of_s_TrackBindingTypeAttributeCache_25() { return static_cast(offsetof(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628_StaticFields, ___s_TrackBindingTypeAttributeCache_25)); } inline Dictionary_2_t076A281176CDEB6BCB84032659ED250C9E435494 * get_s_TrackBindingTypeAttributeCache_25() const { return ___s_TrackBindingTypeAttributeCache_25; } inline Dictionary_2_t076A281176CDEB6BCB84032659ED250C9E435494 ** get_address_of_s_TrackBindingTypeAttributeCache_25() { return &___s_TrackBindingTypeAttributeCache_25; } inline void set_s_TrackBindingTypeAttributeCache_25(Dictionary_2_t076A281176CDEB6BCB84032659ED250C9E435494 * value) { ___s_TrackBindingTypeAttributeCache_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_TrackBindingTypeAttributeCache_25), (void*)value); } }; // UnityEngine.Timeline.TrackAsset // FMOD.DSP_PARAMETER_DESC // FMOD.DSP_PARAMETER_DESC // FMODUnity.EventHandler // FMODUnity.EventHandler // FMODUnity.FMODEventTrack // FMODUnity.FMODEventTrack // FMODUnity.FMODRuntimeManagerOnGUIHelper // FMODUnity.FMODRuntimeManagerOnGUIHelper // FMODUnity.PlatformMobileHigh // FMODUnity.PlatformMobileHigh // FMODUnity.RuntimeManager struct RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields { public: // FMODUnity.SystemNotInitializedException FMODUnity.RuntimeManager::initException SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C * ___initException_5; // FMODUnity.RuntimeManager FMODUnity.RuntimeManager::instance RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * ___instance_6; // System.Collections.Generic.List`1 FMODUnity.RuntimeManager::Listeners List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * ___Listeners_26; // System.Int32 FMODUnity.RuntimeManager::numListeners int32_t ___numListeners_27; public: inline static int32_t get_offset_of_initException_5() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields, ___initException_5)); } inline SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C * get_initException_5() const { return ___initException_5; } inline SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C ** get_address_of_initException_5() { return &___initException_5; } inline void set_initException_5(SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C * value) { ___initException_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___initException_5), (void*)value); } inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields, ___instance_6)); } inline RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * get_instance_6() const { return ___instance_6; } inline RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } inline static int32_t get_offset_of_Listeners_26() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields, ___Listeners_26)); } inline List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * get_Listeners_26() const { return ___Listeners_26; } inline List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 ** get_address_of_Listeners_26() { return &___Listeners_26; } inline void set_Listeners_26(List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * value) { ___Listeners_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___Listeners_26), (void*)value); } inline static int32_t get_offset_of_numListeners_27() { return static_cast(offsetof(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields, ___numListeners_27)); } inline int32_t get_numListeners_27() const { return ___numListeners_27; } inline int32_t* get_address_of_numListeners_27() { return &___numListeners_27; } inline void set_numListeners_27(int32_t value) { ___numListeners_27 = value; } }; // FMODUnity.RuntimeManager // FMODUnity.StudioListener // FMODUnity.StudioListener // FMODUnity.StudioEventEmitter // FMODUnity.StudioEventEmitter #ifdef __clang__ #pragma clang diagnostic pop #endif // FMOD.Studio.EventDescription[] struct EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226 : public RuntimeArray { public: ALIGN_FIELD (8) EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D m_Items[1]; public: inline EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * 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, EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D 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.Bus[] struct BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD : public RuntimeArray { public: ALIGN_FIELD (8) Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 m_Items[1]; public: inline Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * 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, Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 value) { m_Items[index] = value; } }; // FMOD.Studio.VCA[] struct VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17 : public RuntimeArray { public: ALIGN_FIELD (8) VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 m_Items[1]; public: inline VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * 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, VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 value) { m_Items[index] = 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); } }; // 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; } }; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_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, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = 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; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : 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; } }; // FMOD.CHANNELMASK[] struct CHANNELMASKU5BU5D_tAE7CE1BD718174103B1FFE61C4943E3F01B7C4EC : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_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, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // FMOD.ATTRIBUTES_3D[] struct ATTRIBUTES_3DU5BU5D_tE889DEEC0CF64F2EB9C3E8CF86CE2FA38CD90944 : public RuntimeArray { public: ALIGN_FIELD (8) ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 m_Items[1]; public: inline ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * 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, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 value) { m_Items[index] = value; } }; // System.Single[][] struct SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9 : public RuntimeArray { public: ALIGN_FIELD (8) SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* m_Items[1]; public: inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** 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, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // FMOD.Studio.EventInstance[] struct EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC : public RuntimeArray { public: ALIGN_FIELD (8) EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 m_Items[1]; public: inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * 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, EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 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; } }; // 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); } }; // FMOD.VECTOR[] struct VECTORU5BU5D_t1C33E14EEC99D866DC3CA50AF5A1373DDC9246AC : public RuntimeArray { public: ALIGN_FIELD (8) VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B m_Items[1]; public: inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * 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, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B value) { m_Items[index] = value; } }; // 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); } }; // FMODUnity.RuntimeManager[] struct RuntimeManagerU5BU5D_t48A7110E7E6158183E15B5943CEAD59762E93BBF : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * m_Items[1]; public: inline RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF ** 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, RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; IL2CPP_EXTERN_C void DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_pinvoke(const DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D& unmarshaled, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_pinvoke_back(const DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke& marshaled, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D& unmarshaled); IL2CPP_EXTERN_C void DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_pinvoke_cleanup(DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_pinvoke(const DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B& unmarshaled, DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_pinvoke_back(const DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_pinvoke& marshaled, DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B& unmarshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_pinvoke_cleanup(DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_com(const DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B& unmarshaled, DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_com& marshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_com_back(const DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_com& marshaled, DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B& unmarshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_com_cleanup(DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_com& marshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_pinvoke(const DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F& unmarshaled, DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_pinvoke_back(const DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_pinvoke& marshaled, DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F& unmarshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_pinvoke_cleanup(DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_pinvoke(const DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E& unmarshaled, DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_pinvoke_back(const DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_pinvoke& marshaled, DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E& unmarshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_pinvoke_cleanup(DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_com(const DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F& unmarshaled, DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_com& marshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_com_back(const DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_com& marshaled, DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F& unmarshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_com_cleanup(DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_com& marshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_com(const DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E& unmarshaled, DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_com& marshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_com_back(const DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_com& marshaled, DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E& unmarshaled); IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_com_cleanup(DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_com& marshaled); IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_pinvoke(const DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089& unmarshaled, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_pinvoke_back(const DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke& marshaled, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089& unmarshaled); IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_pinvoke_cleanup(DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshal_pinvoke(const USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1& unmarshaled, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshal_pinvoke_back(const USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke& marshaled, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1& unmarshaled); IL2CPP_EXTERN_C void USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshal_pinvoke_cleanup(USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke& marshaled); // System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement(!!0[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E_gshared (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___arr0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 UnityEngine.Playables.PlayableExtensions::GetInputCount(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlayableExtensions_GetInputCount_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m9E50A1BFF2A0B315AFD40C85E63847D0D069A6C3_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method); // UnityEngine.Playables.PlayableGraph UnityEngine.Playables.PlayableExtensions::GetGraph(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A PlayableExtensions_GetGraph_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mD69924DC45DB87F040A08983A27B4B48B74372F7_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method); // System.Double UnityEngine.Playables.PlayableExtensions::GetTime(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double PlayableExtensions_GetTime_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mE913454FD8D7035B7798295982E1CA2F71AAD88C_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method); // UnityEngine.Playables.Playable UnityEngine.Playables.PlayableExtensions::GetInput(!!0,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 PlayableExtensions_GetInput_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m4A17FD2EF8E0080F01C969B1BFDFF9F30A62D9E8_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, int32_t ___inputPort1, const RuntimeMethod* method); // UnityEngine.Playables.ScriptPlayable`1 UnityEngine.Playables.ScriptPlayable`1::op_Explicit(UnityEngine.Playables.Playable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ScriptPlayable_1_op_Explicit_m38772A74067A64E197C5C8ABACF0A2F456122406_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method); // !0 UnityEngine.Playables.ScriptPlayable`1::GetBehaviour() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ScriptPlayable_1_GetBehaviour_mAAB5A26737D268B878D5CDCF0888FC9B738C09F9_gshared (ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 * __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); // UnityEngine.Playables.ScriptPlayable`1 UnityEngine.Playables.ScriptPlayable`1::Create(UnityEngine.Playables.PlayableGraph,!0,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ScriptPlayable_1_Create_m8FF2EF0E1F9024F6E1E926F2EF5981D11EA10799_gshared (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A ___graph0, RuntimeObject * ___template1, int32_t ___inputCount2, const RuntimeMethod* method); // UnityEngine.Playables.Playable UnityEngine.Playables.ScriptPlayable`1::op_Implicit(UnityEngine.Playables.ScriptPlayable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ScriptPlayable_1_op_Implicit_m4063EDED51140B21283F767E7E005A05B29E2ABE_gshared (ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ___playable0, 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.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.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 FMODUnity.Legacy::CopySetting(System.Collections.Generic.List`1,FMODUnity.Legacy/Platform,FMODUnity.Legacy/Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Legacy_CopySetting_TisRuntimeObject_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_mAD202F9F2697FAD229E8ECFC564209686DD43E09_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list0, int32_t ___fromPlatform1, int32_t ___toPlatform2, const RuntimeMethod* method); // System.Void FMODUnity.Legacy::CopySetting(System.Collections.Generic.List`1,FMODUnity.Legacy/Platform,FMODUnity.Legacy/Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Legacy_CopySetting_TisRuntimeObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m59E0BF4128E270B1A4EE8CA21BF00F58715B1568_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list0, int32_t ___fromPlatform1, int32_t ___toPlatform2, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m152C98E120D38857ED1464915833AAE22C0812B5_gshared (Action_2_tAEEAE0CA76819C6105A7D08A17A11166D3071492 * __this, int32_t ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method); // T FMODUnity.Platform/PropertyAccessor`1::Get(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyAccessor_1_Get_m1735E71BE0CEE41C4FCD21AA5812614D14131D8A_gshared (PropertyAccessor_1_tE6A94B0BB78BE5CFB7972AF6AE68A71D21D1DEB0 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method); // T FMODUnity.Platform/PropertyAccessor`1::Get(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_gshared (PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method); // T FMODUnity.Platform/PropertyAccessor`1::Get(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyAccessor_1_Get_m5470871EFCA84A825B77C5D4F73C6F8BBFE4B032_gshared (PropertyAccessor_1_tF61529BB5BCA5CE6A8A0C45D3438CC9665270433 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method); // System.Void FMODUnity.Settings::AddPlatformTemplate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Settings_AddPlatformTemplate_TisRuntimeObject_mA42CF0E092C3CB181E4197CAEB2FD521BE3092AB_gshared (String_t* ___identifier0, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertyAccessor`1::Set(FMODUnity.Platform,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyAccessor_1_Set_m725D9D09955DC3717A408112C7FD1B1EE97867FD_gshared (PropertyAccessor_1_tF61529BB5BCA5CE6A8A0C45D3438CC9665270433 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertyAccessor`1::Set(FMODUnity.Platform,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyAccessor_1_Set_mF7B213CB4271CD989F3A6D00692A18E1CD1A07D4_gshared (PropertyAccessor_1_tE6A94B0BB78BE5CFB7972AF6AE68A71D21D1DEB0 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, int32_t ___value1, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertyAccessor`1::Set(FMODUnity.Platform,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyAccessor_1_Set_m3601DD7E7DD89F06ED23E428EC3BC0AF03C8F79F_gshared (PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, int32_t ___value1, const RuntimeMethod* method); // !!0[] UnityEngine.Resources::FindObjectsOfTypeAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Resources_FindObjectsOfTypeAll_TisRuntimeObject_m8D2DBE0C15FEBF6C7B9706DBF52503080ADFC14F_gshared (const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m78F22C8E8950F7AE37C7FDFB2B978A8C0BF50B95_gshared (Action_2_tAEEAE0CA76819C6105A7D08A17A11166D3071492 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t3A873D53A96DA0AC1C030CB5A0BF2D0F57FCC984 List_1_GetEnumerator_m727BA8689385EAF30E46DD5720E3C36A2EE2048E_gshared (List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_mDD503AFD786235D3B40842B0872AC17DC86EB040_gshared_inline (Enumerator_t3A873D53A96DA0AC1C030CB5A0BF2D0F57FCC984 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mDECBD2FBFA44578D8E050CECB33BF350152E111A_gshared (Enumerator_t3A873D53A96DA0AC1C030CB5A0BF2D0F57FCC984 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m9905093718C2F34CB58BC1D8E16860E029C08456_gshared (Enumerator_t3A873D53A96DA0AC1C030CB5A0BF2D0F57FCC984 * __this, 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.Collections.Generic.List`1::set_Item(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m73674D291C1D6030C21A39003E4743D110ACC6A2_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m99C700668AC6D272188471D2D6B784A2B5636C8E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m753F7B4281CC4D02C07AE90726F51EF34B588DF7_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); // !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); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m8950097BF0B4134CA4A84F7B9A278479D18A7391_gshared (Dictionary_2_tCBA5E4909C610253AE0904190A73FA4769E6AECE * __this, RuntimeObject * ___key0, LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mF3CEAC85C55FA2D557F6DCE5F7572466D376862D_gshared (Dictionary_2_tCBA5E4909C610253AE0904190A73FA4769E6AECE * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 Dictionary_2_get_Item_mC4B00F2F69499261DC854B5807395F1CFF32397A_gshared (Dictionary_2_tCBA5E4909C610253AE0904190A73FA4769E6AECE * __this, RuntimeObject * ___key0, 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); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mFAF51D5A0FC404B47E75E72F1D2809B94EDF4ACB_gshared (Dictionary_2_tCBA5E4909C610253AE0904190A73FA4769E6AECE * __this, RuntimeObject * ___key0, LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m6465DEF706EB529B4227F2AF79338419D517EDF9_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mEE2A2389C8212AA0CB29C407AEA70878C31CCBD2_gshared (Dictionary_2_tCBA5E4909C610253AE0904190A73FA4769E6AECE * __this, RuntimeObject * ___key0, LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_mBA38FFC03E71A218F69DB3E096FFB026A75CC740_gshared (Dictionary_2_tCBA5E4909C610253AE0904190A73FA4769E6AECE * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t71633FA2EEE24539F79567F34E1CDF2D431F27AD * Dictionary_2_get_Values_m1EA72BEBA6A65D90C428849E572E594DA2481A9C_gshared (Dictionary_2_tCBA5E4909C610253AE0904190A73FA4769E6AECE * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t1845BDD3D3091143DF551C94E0D4B0AB885FE2B1 ValueCollection_GetEnumerator_m655AA2D0BE9D209EB56D991BDDBAF148CBB57008_gshared (ValueCollection_t71633FA2EEE24539F79567F34E1CDF2D431F27AD * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 Enumerator_get_Current_mFCA8A4A9C851A6F86A9C83A67758A882C072234D_gshared_inline (Enumerator_t1845BDD3D3091143DF551C94E0D4B0AB885FE2B1 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m5DB89430610B17AEEA4B3F31CFFF664106A6CCAA_gshared (Enumerator_t1845BDD3D3091143DF551C94E0D4B0AB885FE2B1 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m4A8B81FB6C9FEA544FE32035F103C649328DB1B0_gshared (Enumerator_t1845BDD3D3091143DF551C94E0D4B0AB885FE2B1 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m92218F359147E8E8D4A0828FEC9ADDBA82797DC6_gshared (Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___key0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D Dictionary_2_get_Item_m107CAE1BDAC26433E99FB05967181414EB71ADB6_gshared (Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mE7DA4E570F0266A62CE907EB568F7D7253F84863_gshared (Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___key0, EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5173AF5FECA87E1E0FA702A9571A7EDAEB3DC541_gshared (Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mA8F810826B90D6F7D6ABE22F02A6A0E55CB2156B_gshared (Dictionary_2_tCBA5E4909C610253AE0904190A73FA4769E6AECE * __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); // 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.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Single FMODUnity.AutomatableSlots::GetValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AutomatableSlots_GetValue_m4EDAC9C7D02D9704566A5A76ED9E789C6FE843D8 (AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE * __this, int32_t ___index0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetID(System.IntPtr,FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetID_m8F54AD256D1D6215627A232FD501777721F1D5F0 (intptr_t ___bank0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::getID(FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getID_mFECA3193B42B21E87644B61834B244B511EB7657 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id0, const RuntimeMethod* method); // FMOD.StringHelper/ThreadSafeEncoding FMOD.StringHelper::GetFreeHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE (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.Studio.Bank::FMOD_Studio_Bank_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetPath_mD0F83775CDF96DD5D71A64CB4219DB166B1A3006 (intptr_t ___bank0, intptr_t ___path1, int32_t ___size2, int32_t* ___retrieved3, 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); // 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); // FMOD.RESULT FMOD.Studio.Bank::getPath(System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getPath_mAD143F0F85535F40A6B6D2237A22D4DFD9D0CA59 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, String_t** ___path0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_Unload(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_Unload_mA9AF53D7ABCFB4E80B3A1086ED5D41E010C96808 (intptr_t ___bank0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::unload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_unload_m1E4ED03A0620771B4E3F5DE6DB67AF518C7B7ABF (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_LoadSampleData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_LoadSampleData_m869B94A7B8E03D994D406031AC49998B673E6EE0 (intptr_t ___bank0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::loadSampleData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_loadSampleData_m8570A93E9031D450A055C967C02F036CFE70C4D9 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_UnloadSampleData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_UnloadSampleData_m263A6111D2490C55E18D02F709FCF5642BBC8712 (intptr_t ___bank0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::unloadSampleData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_unloadSampleData_m8D139A4F6543C9D78CFD290C77B64F88A91C669F (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetLoadingState(System.IntPtr,FMOD.Studio.LOADING_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetLoadingState_m867AA5D8BB816D0A90ABF3B5590B1A62195454B1 (intptr_t ___bank0, int32_t* ___state1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::getLoadingState(FMOD.Studio.LOADING_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getLoadingState_mF359D40FFB5D2C8A3F1493A169ADB4EECF8EB8BE (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, int32_t* ___state0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetSampleLoadingState(System.IntPtr,FMOD.Studio.LOADING_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetSampleLoadingState_m824F84F16181F1C576B010049643A993AC47C6FB (intptr_t ___bank0, int32_t* ___state1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::getSampleLoadingState(FMOD.Studio.LOADING_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getSampleLoadingState_mABF1EF877E0486A2FCB83EE7FA9FB3F444414693 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, int32_t* ___state0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetStringCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetStringCount_m1A68136121A3E0F88DA1B5E8D0815B138CE7E929 (intptr_t ___bank0, int32_t* ___count1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::getStringCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getStringCount_mB5B37F91CAEF82FB7ED936AA08AF10C8E5AA9934 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, int32_t* ___count0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetStringInfo(System.IntPtr,System.Int32,FMOD.GUID&,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetStringInfo_mEF6352C9032417B3F15DB4EA45020C47D4843AA0 (intptr_t ___bank0, int32_t ___index1, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id2, intptr_t ___path3, int32_t ___size4, int32_t* ___retrieved5, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::getStringInfo(System.Int32,FMOD.GUID&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getStringInfo_m5AF91E62DD4280C716D283AE01622052C4EE2D2C (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, int32_t ___index0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, String_t** ___path2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetEventCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetEventCount_mB38A35306ACA7FF839C2BC96BECA21C282942A79 (intptr_t ___bank0, int32_t* ___count1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::getEventCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getEventCount_m3759144F83B9422CFAA86B8CD097B774945D5BEC (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, int32_t* ___count0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetEventList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetEventList_mF6D967F3ED70E14B855C565B33AFC9F63467A379 (intptr_t ___bank0, IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___array1, int32_t ___capacity2, int32_t* ___count3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::getEventList(FMOD.Studio.EventDescription[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getEventList_m9B58928036E2D77C8B015832C3B67A8D27D321AB (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226** ___array0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetBusCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetBusCount_mC2241DBF5E3DC5DC65D48083C6FA178F55A260A8 (intptr_t ___bank0, int32_t* ___count1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::getBusCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getBusCount_m7DF074C4480C4CB1DC1FE1F3EDD8BBFC6A38E1D6 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, int32_t* ___count0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetBusList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetBusList_mF31160C0EE226F2CD856BD6798357849177D2200 (intptr_t ___bank0, IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___array1, int32_t ___capacity2, int32_t* ___count3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::getBusList(FMOD.Studio.Bus[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getBusList_m3F8C10DE6740D9F488AA1E67344C58F6BCC5949D (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD** ___array0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetVCACount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetVCACount_m7814574E3D6EDBA2E90463F5088B5EF9BEB16116 (intptr_t ___bank0, int32_t* ___count1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::getVCACount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getVCACount_m1E2F493FAEDD3D782C1061318DE347B1FE9D4CBB (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, int32_t* ___count0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetVCAList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetVCAList_m385B69B555410658C862A6FBC42BC9C1D38A0D70 (intptr_t ___bank0, IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___array1, int32_t ___capacity2, int32_t* ___count3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::getVCAList(FMOD.Studio.VCA[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getVCAList_m0D3401D5D3F901792A5337D504028E98A91E2C54 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17** ___array0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetUserData_mBFBE55C45BF10053FCEB5C25D74A659D7983389F (intptr_t ___bank0, intptr_t* ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getUserData_m8CDF4DC73B6C4A7FC7311B7CD7E2EED02A4BED89 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, intptr_t* ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_SetUserData_mE0EADD8C88C2D443E260EE006C89D86A64E1A3C5 (intptr_t ___bank0, intptr_t ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bank::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_setUserData_mB1FC7CD2FC98882BE272AAE939BE819EFBDEFC73 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, intptr_t ___userdata0, const RuntimeMethod* method); // System.Void FMOD.Studio.Bank::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bank__ctor_mD2348DD9F3E38DC0D30A0D3B668FE5B741ED9318_inline (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __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.Studio.Bank::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bank_hasHandle_mD32427C8732DAE73E95710774E91FD3FC94226CC (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, const RuntimeMethod* method); // System.Void FMOD.Studio.Bank::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bank_clearHandle_mEE761BE015FC619B88BE719CA49E6B936FDDDDAF (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, const RuntimeMethod* method); // System.Boolean FMOD.Studio.Bank::FMOD_Studio_Bank_IsValid(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bank_FMOD_Studio_Bank_IsValid_m4760334B206791F3134896DEA149785808F51394 (intptr_t ___bank0, const RuntimeMethod* method); // System.Boolean FMOD.Studio.Bank::isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bank_isValid_m0EEF93AA8F836100012E17B8D543CE8D807A3A2A (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __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.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 UnityEngine.PropertyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyAttribute__ctor_mA13181D93341AEAE429F0615989CB4647F2EB8A7 (PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetID(System.IntPtr,FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetID_m95766DE546C349E068A6AC9E52C8170BFA3FE834 (intptr_t ___bus0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::getID(FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getID_m925C925865D318B8AF794A0B08AC15F3C4D22E10 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetPath_mAC505F58C336EAC269684758A90A3F8DD49DB7AB (intptr_t ___bus0, intptr_t ___path1, int32_t ___size2, int32_t* ___retrieved3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::getPath(System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getPath_mE66A62049B199B44F0ED51D5933425019793A828 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, String_t** ___path0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::getVolume(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getVolume_m3DF46CE76B32B4275392C0779A13AEE04A190EF9 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, float* ___volume0, float* ___finalvolume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::getVolume(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getVolume_m869E0CD9F97504EFA0E2358F3E2917E6095DD71F (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, float* ___volume0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetVolume(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetVolume_mFA9C74D79DFB715FD740729D2E29B4FD1E91AF72 (intptr_t ___bus0, float* ___volume1, float* ___finalvolume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetVolume(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetVolume_mE7CCB4BAB974393901456222ABFF21A0FDB56D01 (intptr_t ___bus0, float ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::setVolume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setVolume_m4A14CBD2661706AB950AF60B8210181CAB1A8EB5 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, float ___volume0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetPaused(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetPaused_m74083D2D9691DC2028C89D609088307D32C0F170 (intptr_t ___bus0, bool* ___paused1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::getPaused(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getPaused_m67C395192349E6827B9EEBF8A2CECEE63BA0E708 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, bool* ___paused0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetPaused(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetPaused_mEFEAA7B3FFE5C99029B34B3E17C4B35C8E1500E3 (intptr_t ___bus0, bool ___paused1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::setPaused(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setPaused_m77798BCE33D514067F4285276F573C217836EC33 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, bool ___paused0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetMute(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetMute_mB71A5265E742E18714FC36BEAAB8A20D87F06EEF (intptr_t ___bus0, bool* ___mute1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::getMute(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getMute_m0C7C39956E63045CEE9D20A146738F833D749C86 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, bool* ___mute0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetMute(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetMute_m04DBE5CAC4708C7EC66E42DE542622F06A811B6C (intptr_t ___bus0, bool ___mute1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::setMute(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setMute_m93488C5DE7A80FD5886AFEA2CFEF17926AD5681B (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, bool ___mute0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_StopAllEvents(System.IntPtr,FMOD.Studio.STOP_MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_StopAllEvents_mC4C3C37786D4B2DB61C2733719560FB22ECA79FE (intptr_t ___bus0, int32_t ___mode1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::stopAllEvents(FMOD.Studio.STOP_MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_stopAllEvents_m4F31DC4153F0CE206352DAAC4D8D94D321E17B27 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, int32_t ___mode0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_LockChannelGroup(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_LockChannelGroup_mC5F566F5C75DC7A484BB859B8880C3771A0C5C21 (intptr_t ___bus0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::lockChannelGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_lockChannelGroup_mDEA4564FCF43E3C2F2DE9393ED53D426821D7A8E (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_UnlockChannelGroup(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_UnlockChannelGroup_mAB6137ACA315335058DB977807F6F33A71DF796C (intptr_t ___bus0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::unlockChannelGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_unlockChannelGroup_m2D0961C4740D463EEE13464B3E21D9B0731C22B7 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetChannelGroup(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetChannelGroup_m8C7DF566FE33469CE531EE3B6FDC5A4AF5A61E57 (intptr_t ___bus0, intptr_t* ___group1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::getChannelGroup(FMOD.ChannelGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getChannelGroup_m831052B5FC848AEB2962FD3ACF9F7F7C8BD67D54 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___group0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetCPUUsage(System.IntPtr,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetCPUUsage_mF7F834B3FFE2E418736FAF614782E0BD0FD664E5 (intptr_t ___bus0, uint32_t* ___exclusive1, uint32_t* ___inclusive2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::getCPUUsage(System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getCPUUsage_mFE29E4F73DFC17A4A48A18568D5D2C2983C7E2E7 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, uint32_t* ___exclusive0, uint32_t* ___inclusive1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetMemoryUsage(System.IntPtr,FMOD.Studio.MEMORY_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetMemoryUsage_m214C03E0C8E6C3101B334680AB59CC8B853C57E9 (intptr_t ___bus0, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 * ___memoryusage1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::getMemoryUsage(FMOD.Studio.MEMORY_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getMemoryUsage_mA220437FADB95A9BD505693D62CE006E3D37CB09 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 * ___memoryusage0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetPortIndex(System.IntPtr,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetPortIndex_m1590953623F2A0D3C4505D71F9D2203ADA603633 (intptr_t ___bus0, uint64_t* ___index1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::getPortIndex(System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getPortIndex_m55F04486AFD21BCFB99C2A2B66863082A0101263 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, uint64_t* ___index0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetPortIndex(System.IntPtr,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetPortIndex_m94178971423DB782B77761BE6F33AF72BA753A07 (intptr_t ___bus0, uint64_t ___index1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.Bus::setPortIndex(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setPortIndex_mD145685CFA33068970E86B249A59B80F428DA68F (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, uint64_t ___index0, const RuntimeMethod* method); // System.Void FMOD.Studio.Bus::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bus__ctor_mF31E7278EC6671D9D404B944AB089FD5FE22AF02_inline (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean FMOD.Studio.Bus::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bus_hasHandle_mAB11AFA297AF841F461D0225828E8C6CDAE07BF4 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, const RuntimeMethod* method); // System.Void FMOD.Studio.Bus::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bus_clearHandle_mAC8F7A9E9DD388953393D70A632D7B4538532159 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, const RuntimeMethod* method); // System.Boolean FMOD.Studio.Bus::FMOD_Studio_Bus_IsValid(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bus_FMOD_Studio_Bus_IsValid_m9AF0AA20E4C18B6883DE43E29AB1441905178068 (intptr_t ___bus0, const RuntimeMethod* method); // System.Boolean FMOD.Studio.Bus::isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bus_isValid_mD58C721F39EE7457330AAD476D0D933635C7E6EF (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __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.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetFrequency(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetFrequency_mFFE8BD126DB045C2D3D512F7B32732047187350E (intptr_t ___channel0, float ___frequency1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setFrequency(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setFrequency_mFEE3B307917749B19906FB9EE4785E9CDBC8DCD6 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___frequency0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetFrequency(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetFrequency_mF6E68EE384C636123C2926F1062EE295FD083027 (intptr_t ___channel0, float* ___frequency1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getFrequency(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getFrequency_mA1CF0B3A58BA7A0A1AAA038BF977A6F59D718E0A (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___frequency0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPriority(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPriority_mA02D3C7602AC738DE7082EB9D5DE3156F5F14A94 (intptr_t ___channel0, int32_t ___priority1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setPriority(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPriority_mC148F0C142BA41DE5A39BA8DC6AC260ECD4138A1 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t ___priority0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPriority(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPriority_mAF766093B48D8A0045397663763A909D3B2E5873 (intptr_t ___channel0, int32_t* ___priority1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getPriority(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPriority_m717AFEFC8C17E4ED731807A1FF60349B13EB7E0B (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t* ___priority0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPosition(System.IntPtr,System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPosition_mFDC943CB718A9DC2CC3E1C815F62D59D0C3F74BD (intptr_t ___channel0, uint32_t ___position1, uint32_t ___postype2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setPosition(System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPosition_m3B92466C1686CA864A9ABA2FF968552A4A197CAE (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint32_t ___position0, uint32_t ___postype1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPosition(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPosition_m7A65819E0A44839FAC9530135DDF32A272C8FCE1 (intptr_t ___channel0, uint32_t* ___position1, uint32_t ___postype2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getPosition(System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPosition_m03C60A4D3441083D3B5A9F5E06B6DA856B02315A (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint32_t* ___position0, uint32_t ___postype1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetChannelGroup(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetChannelGroup_m9850201163AA78040A5EFBE9F4F060657C3608F0 (intptr_t ___channel0, intptr_t ___channelgroup1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setChannelGroup(FMOD.ChannelGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setChannelGroup_mD58370291BF791F74066A7FFBD5CC3B212344298 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetChannelGroup(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetChannelGroup_m960B5DA7A6C95222B86210D0A294657B046D3B68 (intptr_t ___channel0, intptr_t* ___channelgroup1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getChannelGroup(FMOD.ChannelGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getChannelGroup_m310EB99ACABC16EC99B0DB9A91AE9CD4D8DC5C43 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___channelgroup0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetLoopCount(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetLoopCount_m0A5F94601045177E785E708A69D92FBE4FEF9E03 (intptr_t ___channel0, int32_t ___loopcount1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setLoopCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setLoopCount_m728BB0D3DFABFED24526E42CC5E23CBE2AA3FD7C (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t ___loopcount0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetLoopCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetLoopCount_mD500F1E12F7D83F38D4162C6C7A2405F11CA9E9B (intptr_t ___channel0, int32_t* ___loopcount1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getLoopCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getLoopCount_mFA326BB43076FC7930207059190FAC01071C4ECB (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t* ___loopcount0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetLoopPoints(System.IntPtr,System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetLoopPoints_m1210410EB74BDBB172A37A875AFDA05C4BC54F86 (intptr_t ___channel0, uint32_t ___loopstart1, uint32_t ___loopstarttype2, uint32_t ___loopend3, uint32_t ___loopendtype4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setLoopPoints(System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setLoopPoints_m97024D0756D363C2D09E7F495369C16445742FF3 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint32_t ___loopstart0, uint32_t ___loopstarttype1, uint32_t ___loopend2, uint32_t ___loopendtype3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetLoopPoints(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetLoopPoints_m32BA271E271EEB4D3D69716C6663BD4F17CFA013 (intptr_t ___channel0, uint32_t* ___loopstart1, uint32_t ___loopstarttype2, uint32_t* ___loopend3, uint32_t ___loopendtype4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getLoopPoints(System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getLoopPoints_m14573B0D27E8CDDFE2CD3F888D117C5A987DC69E (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint32_t* ___loopstart0, uint32_t ___loopstarttype1, uint32_t* ___loopend2, uint32_t ___loopendtype3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_IsVirtual(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_IsVirtual_m7BFECE3068D957FBF4F03583563F04E2F58B5460 (intptr_t ___channel0, bool* ___isvirtual1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::isVirtual(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_isVirtual_m4F8ECCA3E409A036A2E3851B40568F3C19AD4F99 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool* ___isvirtual0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetCurrentSound(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetCurrentSound_m785679646E6EDA0A8668E839DB7AC827992723A2 (intptr_t ___channel0, intptr_t* ___sound1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getCurrentSound(FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getCurrentSound_m45C95A17A7253CA8EE309A67DA28786A68352A6F (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetIndex(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetIndex_mEEBC24649EFECE661ABB4D3CAB25BA33DAE0B1FA (intptr_t ___channel0, int32_t* ___index1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getIndex(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getIndex_m4D80CBF3D3EC023B9019F5058D7E4B88C789270C (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t* ___index0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetSystemObject(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetSystemObject_m6B605F64DD8C996F47E8C7AD8306DC9D3C3A3839 (intptr_t ___channel0, intptr_t* ___system1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getSystemObject(FMOD.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getSystemObject_m8351ABB2A7D17CC7608627DDAF51410B07920E24 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Stop(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Stop_m62632E2B022281484269F680A6243481F824664E (intptr_t ___channel0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_stop_m60B39CE8B2BABB1971BDC842ABD181136AF914C2 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPaused(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPaused_mB90791DD01F27575B62715473AD5AB6326C31187 (intptr_t ___channel0, bool ___paused1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setPaused(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPaused_mC4AD0FC96138515CB9B2D6E6EF6F6CE851072B66 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool ___paused0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPaused(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPaused_mB7D4D08D04C975489ECE24C7873B936E5BBE0198 (intptr_t ___channel0, bool* ___paused1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getPaused(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPaused_mD3AE99860C4ABD8DC2E045AB32313D255642B397 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool* ___paused0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetVolume(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetVolume_m4475BB1E6E23AAE66A88BBEAE7E107BA6D69B127 (intptr_t ___channel0, float ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setVolume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setVolume_m5A08FD7226BF8A21A7D294E306DFFCFCF092AC46 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___volume0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetVolume(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetVolume_m2332A0763C350118FB6937D20A52E54F092942B5 (intptr_t ___channel0, float* ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getVolume(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getVolume_mB6B325A37C55E386EE59178BC7B46B817BB69D11 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___volume0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetVolumeRamp(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetVolumeRamp_m1AF0062DEA6A3817B37803FAD44F36EA33F519C7 (intptr_t ___channel0, bool ___ramp1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setVolumeRamp(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setVolumeRamp_m0265DF1AF6FAE2E93FA1C100B2B4DFA284729AB1 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool ___ramp0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetVolumeRamp(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetVolumeRamp_mECA6B9C7A871D7063839FEA2E8435A43AACC109E (intptr_t ___channel0, bool* ___ramp1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getVolumeRamp(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getVolumeRamp_m1D4A58CBD0F070FF890353B5EEF33BCF1D6600EB (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool* ___ramp0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetAudibility(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetAudibility_m8C5B00875E1F4EB8C8E8026A35E4387AEF741CEC (intptr_t ___channel0, float* ___audibility1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getAudibility(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getAudibility_mEFA0993F4480B5C23F0A5D66CC00C364D86E1436 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___audibility0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPitch(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPitch_mA3CFCFBB3AAAE6306B63F0BE8388AAF8BDE0BD08 (intptr_t ___channel0, float ___pitch1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setPitch(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPitch_mB24899AAC8898AB47403B58F66CDAC5CDF81B43D (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___pitch0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPitch(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPitch_m529D1FA951F49AA26EF0F927F10CF38A2E9ACD01 (intptr_t ___channel0, float* ___pitch1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getPitch(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPitch_mF6A46DCDFF77A99DD43DD9BC917082983FC0A74A (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___pitch0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMute(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMute_m4F9550B2D5893F6C4270E5D204AB65AA9BC90FAC (intptr_t ___channel0, bool ___mute1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setMute(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMute_m6414793E1B8F4B5DEDB6A1F66FF43FDABD1ED118 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool ___mute0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetMute(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetMute_m38267F5FA6DD3FC4AE71F2FCAE78F73E7A9421A8 (intptr_t ___channel0, bool* ___mute1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getMute(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getMute_m8DEABF3B6678D53CE25E436221DCEDF0715ADE74 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool* ___mute0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetReverbProperties(System.IntPtr,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetReverbProperties_mC594B9E7A346AA5738B883D458721F306EBAE8DF (intptr_t ___channel0, int32_t ___instance1, float ___wet2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setReverbProperties(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setReverbProperties_m4C4D8FA927612F23C75721C17327445F8724C1D8 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t ___instance0, float ___wet1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetReverbProperties(System.IntPtr,System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetReverbProperties_m03B239C378CDF93D89288E17A6CBA453FE5A7F43 (intptr_t ___channel0, int32_t ___instance1, float* ___wet2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getReverbProperties(System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getReverbProperties_m3E5D7D418B55102B1FCED2AD7A5C54072A6E0CEB (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t ___instance0, float* ___wet1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetLowPassGain(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetLowPassGain_mD19FB87D8017894C3A3614C32FEF467054A3CE03 (intptr_t ___channel0, float ___gain1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setLowPassGain(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setLowPassGain_mBEE1BA58144F8130A2DBC07760BCE7F070328214 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___gain0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetLowPassGain(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetLowPassGain_m835BEECA87D917106E29CA8ACEA85DBFD7E25814 (intptr_t ___channel0, float* ___gain1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getLowPassGain(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getLowPassGain_m21D9D2A9315B1C8069F1EC17336EEEC77E46DFF8 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___gain0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMode(System.IntPtr,FMOD.MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMode_mFDF44C4DC959FABF0F94F11D4FF0559E6C5E5D2E (intptr_t ___channel0, uint32_t ___mode1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setMode(FMOD.MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMode_m111157D4198DC3E0713878F46780B1B0ABE72ABE (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint32_t ___mode0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetMode(System.IntPtr,FMOD.MODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetMode_mC06EBA6C8D899C26ADF5CEDAE13FC57D56291EC7 (intptr_t ___channel0, uint32_t* ___mode1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getMode(FMOD.MODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getMode_m0D0155E61F10DAB0187B0D0D34BE0C7F091C5676 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint32_t* ___mode0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetCallback(System.IntPtr,FMOD.CHANNELCONTROL_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetCallback_m8A4B80B24D62CD00677458F372646B6AE75964AF (intptr_t ___channel0, CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * ___callback1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setCallback(FMOD.CHANNELCONTROL_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setCallback_mD725D2B09516E7BDA03D12B334B889730C735A75 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * ___callback0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_IsPlaying(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_IsPlaying_mA652F4446EE62E0A8C9DA5CC9C565F8C983AA038 (intptr_t ___channel0, bool* ___isplaying1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::isPlaying(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_isPlaying_m6228233293913BDB139EEA65077D79D0B0D7B61F (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool* ___isplaying0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPan(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPan_mBF7E70CDB6191C311C7BEA504355D68338A042B0 (intptr_t ___channel0, float ___pan1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setPan(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPan_m56DE73C0F79064B90AEF937BC882AD34828F70A4 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___pan0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMixLevelsOutput(System.IntPtr,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMixLevelsOutput_m31DF2812C01CFC4705FBAA49C0F062D621637F5E (intptr_t ___channel0, float ___frontleft1, float ___frontright2, float ___center3, float ___lfe4, float ___surroundleft5, float ___surroundright6, float ___backleft7, float ___backright8, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setMixLevelsOutput(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMixLevelsOutput_mA97AC82391BB1595157AD695A756E850FA47B191 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___frontleft0, float ___frontright1, float ___center2, float ___lfe3, float ___surroundleft4, float ___surroundright5, float ___backleft6, float ___backright7, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMixLevelsInput(System.IntPtr,System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMixLevelsInput_m396EF54E7688AC668D54943402A1731EC05D6C4F (intptr_t ___channel0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___levels1, int32_t ___numlevels2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setMixLevelsInput(System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMixLevelsInput_mB3977BAA06F34D64DD9534C9FD63306083834CC0 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___levels0, int32_t ___numlevels1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMixMatrix(System.IntPtr,System.Single[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMixMatrix_mC696711014A7A449B19B5E99E2F60B537DE684E2 (intptr_t ___channel0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix1, int32_t ___outchannels2, int32_t ___inchannels3, int32_t ___inchannel_hop4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setMixMatrix(System.Single[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMixMatrix_m6AE9B5B6470A9BC82C8F84EEE4E7364FFAA57916 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t ___outchannels1, int32_t ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetMixMatrix(System.IntPtr,System.Single[],System.Int32&,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetMixMatrix_mDC2491D3EF11F6EEAC260B4CF2D79609A48BD0B9 (intptr_t ___channel0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix1, int32_t* ___outchannels2, int32_t* ___inchannels3, int32_t ___inchannel_hop4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getMixMatrix(System.Single[],System.Int32&,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getMixMatrix_m5B03CFB45EF2A36318EB1888F39D0F48D92C1A63 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t* ___outchannels1, int32_t* ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDSPClock(System.IntPtr,System.UInt64&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDSPClock_mF4E51D8D5C028F9312B022350433644F4CAE58F2 (intptr_t ___channel0, uint64_t* ___dspclock1, uint64_t* ___parentclock2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getDSPClock(System.UInt64&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDSPClock_m9A41F69DCE6ECD93964D3CD5EFEC3580894AC88B (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint64_t* ___dspclock0, uint64_t* ___parentclock1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetDelay(System.IntPtr,System.UInt64,System.UInt64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetDelay_m535547E992C077A10967442F237C9CB3CBBA8F99 (intptr_t ___channel0, uint64_t ___dspclock_start1, uint64_t ___dspclock_end2, bool ___stopchannels3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setDelay(System.UInt64,System.UInt64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setDelay_mE276FB9773D712849D387ECFCCFA863F1503B2F3 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint64_t ___dspclock_start0, uint64_t ___dspclock_end1, bool ___stopchannels2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDelay_m2B4C1695FE54A66100D96C98721D4267D4E34DBF (intptr_t ___channel0, uint64_t* ___dspclock_start1, uint64_t* ___dspclock_end2, intptr_t ___zero3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getDelay(System.UInt64&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDelay_m62CD0A27EA0D51718A2ADC1C64F3146B530CDCBB (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint64_t* ___dspclock_start0, uint64_t* ___dspclock_end1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDelay_mF939F8B67BCB520FE39E2222612402C322E1D95D (intptr_t ___channel0, uint64_t* ___dspclock_start1, uint64_t* ___dspclock_end2, bool* ___stopchannels3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getDelay(System.UInt64&,System.UInt64&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDelay_m2E1E7BBE4E54BD5B3F286D503553EF5734D41019 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint64_t* ___dspclock_start0, uint64_t* ___dspclock_end1, bool* ___stopchannels2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_AddFadePoint(System.IntPtr,System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_AddFadePoint_m28FDA54FB7F033A1DBDD4BA53294870C1C4E1063 (intptr_t ___channel0, uint64_t ___dspclock1, float ___volume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::addFadePoint(System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_addFadePoint_m7A19582F232AF146FE576129F0595CADCDFD2618 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint64_t ___dspclock0, float ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetFadePointRamp(System.IntPtr,System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetFadePointRamp_m14A111E413DB8B3EECF946D4A8242487F353B424 (intptr_t ___channel0, uint64_t ___dspclock1, float ___volume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setFadePointRamp(System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setFadePointRamp_m282A6795D0675BF063AB49B2EA82884A0CFF6090 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint64_t ___dspclock0, float ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_RemoveFadePoints(System.IntPtr,System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_RemoveFadePoints_m3E9502E2D750F448FE7A856CA27BDCA486BDC31F (intptr_t ___channel0, uint64_t ___dspclock_start1, uint64_t ___dspclock_end2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::removeFadePoints(System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_removeFadePoints_m2E5EBAF2F8679816AD3CFC16CFF435728EF80C4F (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint64_t ___dspclock_start0, uint64_t ___dspclock_end1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetFadePoints(System.IntPtr,System.UInt32&,System.UInt64[],System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetFadePoints_m4E40B8258A4E85D0C594BFF70788E65DDBAA6755 (intptr_t ___channel0, uint32_t* ___numpoints1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___point_dspclock2, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___point_volume3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getFadePoints(System.UInt32&,System.UInt64[],System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getFadePoints_m2ABEAC4229F981245CE84B660109A8535249C2A5 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint32_t* ___numpoints0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___point_dspclock1, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___point_volume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDSP(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDSP_m53A0F01D49AB3E6BC121698E705A1D24ADD1B5E9 (intptr_t ___channel0, int32_t ___index1, intptr_t* ___dsp2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getDSP(System.Int32,FMOD.DSP&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDSP_m6BE9C56445E9850F170559B94FD9D2A003897EC8 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_AddDSP(System.IntPtr,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_AddDSP_m58D1E77E5BBF07B6592F4A753A4123B8C6266BFA (intptr_t ___channel0, int32_t ___index1, intptr_t ___dsp2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::addDSP(System.Int32,FMOD.DSP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_addDSP_mF567AE26554855CBAD735F4E301B14020DC288DB (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_RemoveDSP(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_RemoveDSP_mF137585A741309BA7F27220935807A829B3C7191 (intptr_t ___channel0, intptr_t ___dsp1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::removeDSP(FMOD.DSP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_removeDSP_m3BF17FCCACBFE06C678A27F56FAA5243DFF6DC25 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetNumDSPs(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetNumDSPs_m6D964A33C70E94D4669BA862CC8E0A939D28945D (intptr_t ___channel0, int32_t* ___numdsps1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getNumDSPs(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getNumDSPs_m54F3E0B39F6555750C4054E0953290B91DCD60D7 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t* ___numdsps0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetDSPIndex(System.IntPtr,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetDSPIndex_m93EF6D68E06C794BE561EC4C82414A33B6E8359A (intptr_t ___channel0, intptr_t ___dsp1, int32_t ___index2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setDSPIndex(FMOD.DSP,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setDSPIndex_m4442ED9A617BA8312A5907B8DBDBEBC3C564E979 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, int32_t ___index1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDSPIndex(System.IntPtr,System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDSPIndex_m48B831F84854E32D443A1E02823B84957E377658 (intptr_t ___channel0, intptr_t ___dsp1, int32_t* ___index2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getDSPIndex(FMOD.DSP,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDSPIndex_m980B3D253B82FB561D4AA186823A0106191DA03F (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, int32_t* ___index1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DAttributes_m8B31698D9DDC71C8DD08B005F732468601CDED48 (intptr_t ___channel0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::set3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DAttributes_m05F1E9449B623316DAD92CF26E2A4BCDF2C8AD43 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DAttributes_mA23455D4BAA67994FE0B1F53A2B7C6E27E38FE8C (intptr_t ___channel0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::get3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DAttributes_mC89BDFB92797AE03A8CC625C8223851508747D47 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DMinMaxDistance(System.IntPtr,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DMinMaxDistance_mAE557BF0DCECB8A1047B7DC7B7FA373149333C35 (intptr_t ___channel0, float ___mindistance1, float ___maxdistance2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::set3DMinMaxDistance(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DMinMaxDistance_m893555723C5080FE044DEDDB079FD77E66D14796 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___mindistance0, float ___maxdistance1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DMinMaxDistance(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DMinMaxDistance_m34CC0DDEB1E3DC2EFE15887A074C998CD99FE15F (intptr_t ___channel0, float* ___mindistance1, float* ___maxdistance2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::get3DMinMaxDistance(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DMinMaxDistance_m47478449EF740F290DEAF7C7FC13BA394AB8F9CD (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___mindistance0, float* ___maxdistance1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DConeSettings(System.IntPtr,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DConeSettings_mEA3833A36FD415C497A33A4FA6C2B63FC06DCA34 (intptr_t ___channel0, float ___insideconeangle1, float ___outsideconeangle2, float ___outsidevolume3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::set3DConeSettings(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DConeSettings_m14D5197BC5ED83FB0B348C23007CFB4D672D22CA (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___insideconeangle0, float ___outsideconeangle1, float ___outsidevolume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DConeSettings(System.IntPtr,System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DConeSettings_mBD7CB6F8BEF8459473CA21A3E546D9DA9095B08A (intptr_t ___channel0, float* ___insideconeangle1, float* ___outsideconeangle2, float* ___outsidevolume3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::get3DConeSettings(System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DConeSettings_m80A4328FCB59F936C95218027E0F4B0B0715FEF4 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___insideconeangle0, float* ___outsideconeangle1, float* ___outsidevolume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DConeOrientation(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DConeOrientation_mD400BBD69398A58954EF4D76C223DD510755E58B (intptr_t ___channel0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::set3DConeOrientation(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DConeOrientation_m7F815E10F240B2DE480681124F5A193F22D381BF (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DConeOrientation(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DConeOrientation_m51B0B0C0ABAE10F700335AAFE17E72BE6D13382E (intptr_t ___channel0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::get3DConeOrientation(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DConeOrientation_m7EC6758FA27493B3FFFCCD70BC0EDA6D0A585EF6 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DCustomRolloff(System.IntPtr,FMOD.VECTOR&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DCustomRolloff_mB87D3178824F321ED290887BBF9565EED36F9267 (intptr_t ___channel0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___points1, int32_t ___numpoints2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::set3DCustomRolloff(FMOD.VECTOR&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DCustomRolloff_mA4CABBA1B31C308ECA94163B6DC652F282E265DC (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___points0, int32_t ___numpoints1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DCustomRolloff(System.IntPtr,System.IntPtr&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DCustomRolloff_mAFDC404EF33B72B3F9EE84970CFC24E423B16CA2 (intptr_t ___channel0, intptr_t* ___points1, int32_t* ___numpoints2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::get3DCustomRolloff(System.IntPtr&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DCustomRolloff_mF4E5F32CA94E806457D38CFD888BDF034C889047 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, intptr_t* ___points0, int32_t* ___numpoints1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DOcclusion(System.IntPtr,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DOcclusion_mCBF3A0FE173F7207D4DED5AE191B91212F8E73D3 (intptr_t ___channel0, float ___directocclusion1, float ___reverbocclusion2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::set3DOcclusion(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DOcclusion_m5E0D2030761371E7956E205E1F1030609C661217 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___directocclusion0, float ___reverbocclusion1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DOcclusion(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DOcclusion_mF9C7C2F738258471BE7018F22B126301EF7F7230 (intptr_t ___channel0, float* ___directocclusion1, float* ___reverbocclusion2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::get3DOcclusion(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DOcclusion_m6A68E0B41137699571A2FB4F0CEAC1C1A963DF2E (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___directocclusion0, float* ___reverbocclusion1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DSpread(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DSpread_mD9F267B9998D62A5DA66D15C548425A1A024F107 (intptr_t ___channel0, float ___angle1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::set3DSpread(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DSpread_mDBDE09F08E2326846962440F588DDB6220C0D1A9 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___angle0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DSpread(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DSpread_mFFCFAF38C872D279BE287724D0FDBD85A578C7E2 (intptr_t ___channel0, float* ___angle1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::get3DSpread(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DSpread_m0D634558A22EF91A4626334FEAAA9A43CF9F8A8B (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___angle0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DLevel(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DLevel_mB6EDF89BAD117FF54DA21223A2A2C3FDAA46A700 (intptr_t ___channel0, float ___level1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::set3DLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DLevel_m4EC1A53EF1C35E945E1CF474FDADE68F194F302E (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___level0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DLevel(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DLevel_m2F1A42E594A97C2A87E00D7852FD87C043DB305F (intptr_t ___channel0, float* ___level1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::get3DLevel(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DLevel_m3F2FE86D9EB20C316FE218B72846F86FCA33E549 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___level0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DDopplerLevel(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DDopplerLevel_mFE424E129C121AF4A6FFD1A4BDAA624C64AEB0E4 (intptr_t ___channel0, float ___level1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::set3DDopplerLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DDopplerLevel_mE06DE9D0845DEF03185463F3187A978F94FFB9B6 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___level0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DDopplerLevel(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DDopplerLevel_m378C3C66A586FE3016907BCF91C3575633F22ABE (intptr_t ___channel0, float* ___level1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::get3DDopplerLevel(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DDopplerLevel_m64D4E92058F5828004A38F2EBF114EED83A1177D (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___level0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DDistanceFilter(System.IntPtr,System.Boolean,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DDistanceFilter_mDCEDAB6BD7118E8F48C15EE4BE16B9A3D47DD3E6 (intptr_t ___channel0, bool ___custom1, float ___customLevel2, float ___centerFreq3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::set3DDistanceFilter(System.Boolean,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DDistanceFilter_mE258FFF7A03754264DD170CE6F8353D885496A06 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool ___custom0, float ___customLevel1, float ___centerFreq2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DDistanceFilter(System.IntPtr,System.Boolean&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DDistanceFilter_mEAFCAFBE22B861DEC8E0B5FAAF9BAEF51E3A5DBF (intptr_t ___channel0, bool* ___custom1, float* ___customLevel2, float* ___centerFreq3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::get3DDistanceFilter(System.Boolean&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DDistanceFilter_mEB2C4FA7BED1C4601FA963B4F05C082F0A8BC53A (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool* ___custom0, float* ___customLevel1, float* ___centerFreq2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetUserData_m53B3F51D77258684BFD37A136145D5A74F3C75C5 (intptr_t ___channel0, intptr_t ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setUserData_m6702FBF5CDDA5982B6981F232A2C0D2F42B077DD (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, intptr_t ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetUserData_mBD6ABF7CDBC6287127E10D7A2B3334C314E4B4DB (intptr_t ___channel0, intptr_t* ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Channel::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getUserData_m0808F74962F40977D83D2F3B9B455F43B259CEAA (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, intptr_t* ___userdata0, const RuntimeMethod* method); // System.Void FMOD.Channel::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Channel__ctor_m469F3E2D639BDBE2CABF7D9F89B33DA6B6CA24B2_inline (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean FMOD.Channel::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Channel_hasHandle_m9879527B9633BC0784A99BF029EEE35D788B1F3A (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, const RuntimeMethod* method); // System.Void FMOD.Channel::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Channel_clearHandle_mFD2C2A0F1DD8A5773FD306967546DCF48B2F1A8C (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Release_m74B0C95D9A0A974071A5A8DD0F67DD1E39BEBDDE (intptr_t ___channelgroup0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_release_m30C0F8C751ECF27C7FBF030B09D505AE6023E1DB (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddGroup(System.IntPtr,System.IntPtr,System.Boolean,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddGroup_mB23762EB1222AE6AD08646274B7C3F5E030151F8 (intptr_t ___channelgroup0, intptr_t ___group1, bool ___propagatedspclock2, intptr_t ___zero3, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::addGroup(FMOD.ChannelGroup,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addGroup_mA991E44F1025892FD258F46FB457239354405F90 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___group0, bool ___propagatedspclock1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddGroup(System.IntPtr,System.IntPtr,System.Boolean,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddGroup_m0D4183A3FA5BAF76F7303E061EC58DF33D6AB861 (intptr_t ___channelgroup0, intptr_t ___group1, bool ___propagatedspclock2, intptr_t* ___connection3, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::addGroup(FMOD.ChannelGroup,System.Boolean,FMOD.DSPConnection&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addGroup_m4423123A632997B7416B021FDF4D9B9C9D5FE557 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___group0, bool ___propagatedspclock1, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * ___connection2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetNumGroups(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetNumGroups_mA97F83A824A9D448320BE7A117E98DAF619100F4 (intptr_t ___channelgroup0, int32_t* ___numgroups1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getNumGroups(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getNumGroups_mECE75C913A26B6871D13D3475F9AF92D67021B15 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t* ___numgroups0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetGroup(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetGroup_m0176ED9A4FBFE027A29040EC3299858CE49BDD6F (intptr_t ___channelgroup0, int32_t ___index1, intptr_t* ___group2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getGroup(System.Int32,FMOD.ChannelGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getGroup_m603A928D4E3435C8E72C76FBACBE21233D347FB2 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t ___index0, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___group1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetParentGroup(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetParentGroup_m9F682D465FCEA1533BFBA2054FC5C9FDA6E4F1AF (intptr_t ___channelgroup0, intptr_t* ___group1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getParentGroup(FMOD.ChannelGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getParentGroup_m298F0B73B1EFC01BB006C64D77D07FB559395FBE (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___group0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetName(System.IntPtr,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetName_m654D213DC3FAB6F9C7FE873BADF3AEB88EE5C7DC (intptr_t ___channelgroup0, intptr_t ___name1, int32_t ___namelen2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getName(System.String&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getName_m71B19B0A7A1E5232E23298A21ECA6D30396D8DB5 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, String_t** ___name0, int32_t ___namelen1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetNumChannels(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetNumChannels_mB8445AFF3F37B065672966CA5341CCCA98B55942 (intptr_t ___channelgroup0, int32_t* ___numchannels1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getNumChannels(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getNumChannels_mA5D3F557FA085350DCBD42C3DA54DE5215157DFD (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t* ___numchannels0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetChannel(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetChannel_m472A24B2A53E2E99EC14D6153F9DDFCA1B0DEC4B (intptr_t ___channelgroup0, int32_t ___index1, intptr_t* ___channel2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getChannel(System.Int32,FMOD.Channel&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getChannel_m4E97CE23FD5B464E23C503DA2A9DDE93E93BDD91 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t ___index0, Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * ___channel1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetSystemObject(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetSystemObject_m7AC6FF27A892C8D9A0FB25DADAEB842EECCBEBCD (intptr_t ___channelgroup0, intptr_t* ___system1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getSystemObject(FMOD.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getSystemObject_m02CA798C8AB190D6A575C51E03F93288FF05E042 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Stop(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Stop_mAA4BD7B5E043F266419AF3F2F51ECA77A8EC03D9 (intptr_t ___channelgroup0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_stop_m5A591939A0C223CCD6F31EF3B836026545313216 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetPaused(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetPaused_m942B8CA94D535B42394319AAB89DCFCCF177B9BF (intptr_t ___channelgroup0, bool ___paused1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setPaused(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setPaused_mC73E09D40B5696C4266584CC3FCF419862919949 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool ___paused0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetPaused(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetPaused_m3E42B525B88B67E449DDE793A8DD08AB437F4DBA (intptr_t ___channelgroup0, bool* ___paused1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getPaused(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getPaused_mB51A4D0C23F398F276BCC0574658369FBAD4A5A0 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool* ___paused0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetVolume(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetVolume_m9C61B7EB672550D00A03A6917E9017F6B7F97FC0 (intptr_t ___channelgroup0, float ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setVolume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setVolume_m20EBA25B4AA94C16C4BD584CBE8F9630F6F54E80 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___volume0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetVolume(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetVolume_mFC609AA294E638D3C23BE7E7EB6F8DA2876E2A96 (intptr_t ___channelgroup0, float* ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getVolume(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getVolume_mB3677FDC86FC3802E374ADB611E241FDB5B2B17A (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___volume0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetVolumeRamp(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetVolumeRamp_m286F5C0290B339491C68C1C87F134CC8E39A7AA0 (intptr_t ___channelgroup0, bool ___ramp1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setVolumeRamp(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setVolumeRamp_m9BF20AC38079B450644CF6577C6D87DCB8026DAB (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool ___ramp0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetVolumeRamp(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetVolumeRamp_mCE5E4ECD684663E68341CBB2D88EDCD89D7686B2 (intptr_t ___channelgroup0, bool* ___ramp1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getVolumeRamp(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getVolumeRamp_m29E9A0676A148B219C9AF0BFF2ECB5C9CAF40114 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool* ___ramp0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetAudibility(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetAudibility_m877AE8D6439BE299FC2B9EC6F59E19B9019F8D26 (intptr_t ___channelgroup0, float* ___audibility1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getAudibility(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getAudibility_m75659CDF8805C480B9FC8EC29859D2EA2FAA4C39 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___audibility0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetPitch(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetPitch_mB8CC1AEA1C3D4086DC0DE737FB465AFC1E934ABD (intptr_t ___channelgroup0, float ___pitch1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setPitch(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setPitch_mF8B9FC1FEC113C1E6C7A37B681EE47E97C3D05A8 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___pitch0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetPitch(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetPitch_m725D8E4F533AECA3E0405F30E0869A7FE325DC53 (intptr_t ___channelgroup0, float* ___pitch1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getPitch(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getPitch_m9C5E791E30B797007D57CB72809C84395C688F71 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___pitch0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMute(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMute_mB0F767959A5F1AE689A217B58F53C48EDAED3D74 (intptr_t ___channelgroup0, bool ___mute1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setMute(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMute_m888EEF5B14FABF82F314B2EA6938D829FAC1A32E (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool ___mute0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetMute(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetMute_m64851C6641D7D3DF37BC30A68E2CCF65559D4C57 (intptr_t ___channelgroup0, bool* ___mute1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getMute(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getMute_mE54959BE6F75897A7FCBECA8C97B86E57B0E6FFB (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool* ___mute0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetReverbProperties(System.IntPtr,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetReverbProperties_mA0F962E33346D9684C9C9211E15FC039A7198EBA (intptr_t ___channelgroup0, int32_t ___instance1, float ___wet2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setReverbProperties(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setReverbProperties_m11770E4CD53BC5BDBE8FB44DC083BF8E9788CA45 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t ___instance0, float ___wet1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetReverbProperties(System.IntPtr,System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetReverbProperties_m67E2FD0096770C5213CD8ABC7452C62D04A78DE2 (intptr_t ___channelgroup0, int32_t ___instance1, float* ___wet2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getReverbProperties(System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getReverbProperties_m1EF6B0F7EE6F29394C8E82256A2E7ED061EC22D6 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t ___instance0, float* ___wet1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetLowPassGain(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetLowPassGain_m6A48A16E86D366261492B1AFE291958258C6EE5A (intptr_t ___channelgroup0, float ___gain1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setLowPassGain(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setLowPassGain_m6DE43135C55DA704311B38D0F3B6EB1849BC0A6A (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___gain0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetLowPassGain(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetLowPassGain_mC7E3DD4D3757B607FA41751D0A3A46623DFBF39E (intptr_t ___channelgroup0, float* ___gain1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getLowPassGain(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getLowPassGain_m679A464518EB67AB32DA4903F3DE05AD6D715CE9 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___gain0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMode(System.IntPtr,FMOD.MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMode_mC4CB4E31B64A0AEDC6AB7C223FB2D0709D3A2D8D (intptr_t ___channelgroup0, uint32_t ___mode1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setMode(FMOD.MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMode_mE9C6EFFC71AAC94A8F78CB4EE13BDD4225DE10F6 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint32_t ___mode0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetMode(System.IntPtr,FMOD.MODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetMode_m792E2B86D734B4F582109DFC4C30A84BB37517D8 (intptr_t ___channelgroup0, uint32_t* ___mode1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getMode(FMOD.MODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getMode_m73C3E1E87A363E8EF6CFA19B6ED19244458A6855 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint32_t* ___mode0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetCallback(System.IntPtr,FMOD.CHANNELCONTROL_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetCallback_m45B07FF6DB021AFABB91E8458F52986ABDD21BF2 (intptr_t ___channelgroup0, CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * ___callback1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setCallback(FMOD.CHANNELCONTROL_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setCallback_mB8FC40EA73854AA5ADE8052568B4F3E823CE366E (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * ___callback0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_IsPlaying(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_IsPlaying_m25BEE84D7DB2FD4643A90542190F37EB80296B65 (intptr_t ___channelgroup0, bool* ___isplaying1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::isPlaying(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_isPlaying_m7762E6ADDD166270620794B147D32B237525A18A (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool* ___isplaying0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetPan(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetPan_m4E521145CBBE9D2131605AB450A05029CDB3F337 (intptr_t ___channelgroup0, float ___pan1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setPan(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setPan_m6F0B96D68E37C4B41A3CA787D38FF3EB63BE6FB8 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___pan0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMixLevelsOutput(System.IntPtr,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMixLevelsOutput_m7DCF92B78DBBA38FD738982B349E879542D82376 (intptr_t ___channelgroup0, float ___frontleft1, float ___frontright2, float ___center3, float ___lfe4, float ___surroundleft5, float ___surroundright6, float ___backleft7, float ___backright8, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setMixLevelsOutput(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMixLevelsOutput_m94B66E89B157A878E12C616B818DBA2C4880935F (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___frontleft0, float ___frontright1, float ___center2, float ___lfe3, float ___surroundleft4, float ___surroundright5, float ___backleft6, float ___backright7, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMixLevelsInput(System.IntPtr,System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMixLevelsInput_mE3EC32780BA2F8FCD6EB0F0D5C6450E987B32EA2 (intptr_t ___channelgroup0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___levels1, int32_t ___numlevels2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setMixLevelsInput(System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMixLevelsInput_mA2A22B27C8BCB03CB3FA974E686E734D13F2B915 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___levels0, int32_t ___numlevels1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMixMatrix(System.IntPtr,System.Single[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMixMatrix_m9B839FF83ACEDFD7B89C084E1B8C29CA8FC100A1 (intptr_t ___channelgroup0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix1, int32_t ___outchannels2, int32_t ___inchannels3, int32_t ___inchannel_hop4, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setMixMatrix(System.Single[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMixMatrix_mB08948D8749CC82893466B99BD02BB505A39E3AB (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t ___outchannels1, int32_t ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetMixMatrix(System.IntPtr,System.Single[],System.Int32&,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetMixMatrix_m8CBED1A4E94397EFAE125E74623BBE866EE57FD3 (intptr_t ___channelgroup0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix1, int32_t* ___outchannels2, int32_t* ___inchannels3, int32_t ___inchannel_hop4, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getMixMatrix(System.Single[],System.Int32&,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getMixMatrix_m7C9485E7137C1E39AFD6A22208911D3B5E0387D1 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t* ___outchannels1, int32_t* ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDSPClock(System.IntPtr,System.UInt64&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDSPClock_m4EC2BB439012CD40455A55C93D13CF35617F7941 (intptr_t ___channelgroup0, uint64_t* ___dspclock1, uint64_t* ___parentclock2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getDSPClock(System.UInt64&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDSPClock_mC35657D6935C3385D05AC74DB6185B85E2801489 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint64_t* ___dspclock0, uint64_t* ___parentclock1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetDelay(System.IntPtr,System.UInt64,System.UInt64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetDelay_m3DF883711F61E35C85939C9AF3015AB344330862 (intptr_t ___channelgroup0, uint64_t ___dspclock_start1, uint64_t ___dspclock_end2, bool ___stopchannels3, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setDelay(System.UInt64,System.UInt64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setDelay_mB48AAF5621B83BDECF0D8A090DC7CBDD8CCB872F (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint64_t ___dspclock_start0, uint64_t ___dspclock_end1, bool ___stopchannels2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDelay_m0EC34EB74FAE3CCDB028A15E96627E228B1DF4B8 (intptr_t ___channelgroup0, uint64_t* ___dspclock_start1, uint64_t* ___dspclock_end2, intptr_t ___zero3, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getDelay(System.UInt64&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDelay_m3D102215B481771F17A8A836A9487DBA4086F8BC (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint64_t* ___dspclock_start0, uint64_t* ___dspclock_end1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDelay_mAAC783A691E6C3B1BD41EB357B614681918A6560 (intptr_t ___channelgroup0, uint64_t* ___dspclock_start1, uint64_t* ___dspclock_end2, bool* ___stopchannels3, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getDelay(System.UInt64&,System.UInt64&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDelay_m7CDE933992241910F71634747C9411162C662F2F (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint64_t* ___dspclock_start0, uint64_t* ___dspclock_end1, bool* ___stopchannels2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddFadePoint(System.IntPtr,System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddFadePoint_mC4A94CFF4723C5BA605AB5EE59BB36FF889C7A59 (intptr_t ___channelgroup0, uint64_t ___dspclock1, float ___volume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::addFadePoint(System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addFadePoint_m8ECED7E1C2F82754A2CBBE5300AF6AA2D426C957 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint64_t ___dspclock0, float ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetFadePointRamp(System.IntPtr,System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetFadePointRamp_m2C26193FD3A9C42462BCA5186B102C64CDC784FC (intptr_t ___channelgroup0, uint64_t ___dspclock1, float ___volume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setFadePointRamp(System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setFadePointRamp_mD7B1CAA89B2014BA7504DD647AFD1A894D0D14D3 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint64_t ___dspclock0, float ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_RemoveFadePoints(System.IntPtr,System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_RemoveFadePoints_m784442D78AF84AF3ADEE9634C95464ED93BA84A7 (intptr_t ___channelgroup0, uint64_t ___dspclock_start1, uint64_t ___dspclock_end2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::removeFadePoints(System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_removeFadePoints_m5851B5B80DF18ACCAA47C068C044B0D3F8874456 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint64_t ___dspclock_start0, uint64_t ___dspclock_end1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetFadePoints(System.IntPtr,System.UInt32&,System.UInt64[],System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetFadePoints_m37C948ED59A3786717D5F634F2F20FB240CB873B (intptr_t ___channelgroup0, uint32_t* ___numpoints1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___point_dspclock2, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___point_volume3, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getFadePoints(System.UInt32&,System.UInt64[],System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getFadePoints_mB77E9490AAC63D61F33BAFED8356968CC78E44FF (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint32_t* ___numpoints0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___point_dspclock1, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___point_volume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDSP(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDSP_m05FB461E07FDFFF684405E77942FA12E3ABB53B2 (intptr_t ___channelgroup0, int32_t ___index1, intptr_t* ___dsp2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getDSP(System.Int32,FMOD.DSP&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDSP_m22620EE3691896CD4D2FADC3CF1FACD3D83C5E2B (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddDSP(System.IntPtr,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddDSP_m744B0CE2E67D553486C66CBDBBFD773EF1962075 (intptr_t ___channelgroup0, int32_t ___index1, intptr_t ___dsp2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::addDSP(System.Int32,FMOD.DSP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addDSP_m6BE5AF1E07E37F5A2E5634AA4C751DBC963AC907 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_RemoveDSP(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_RemoveDSP_m48087E08CB2847585C5FE183473C37468D80068E (intptr_t ___channelgroup0, intptr_t ___dsp1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::removeDSP(FMOD.DSP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_removeDSP_m9FDCD5BB3639DABF104C40369E09A2AD0FA2E562 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetNumDSPs(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetNumDSPs_mE482B48BE6CBD16D73A1A7D7BFFB368D186D268F (intptr_t ___channelgroup0, int32_t* ___numdsps1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getNumDSPs(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getNumDSPs_m47DB36935346F821AB8A1BEF42341EB466A90DA7 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t* ___numdsps0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetDSPIndex(System.IntPtr,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetDSPIndex_m2B6EE41BADD9586471828846AA0F62C9A0787CFA (intptr_t ___channelgroup0, intptr_t ___dsp1, int32_t ___index2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setDSPIndex(FMOD.DSP,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setDSPIndex_m256BEA67CD411FA6ED600EFCC9E41FC3B39C368C (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, int32_t ___index1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDSPIndex(System.IntPtr,System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDSPIndex_m65D55E0EDFB7223961A9C4B75E93B051C52AC101 (intptr_t ___channelgroup0, intptr_t ___dsp1, int32_t* ___index2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getDSPIndex(FMOD.DSP,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDSPIndex_m6742552EC762E4A0F55AA15E30F9AB1E1D20D812 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, int32_t* ___index1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DAttributes_mAE3D7A26A3B560F9CF010D5BF3789DE88D1190D7 (intptr_t ___channelgroup0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::set3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DAttributes_mA0BBE1D70BE6DB2ABE01D12867B71596097BA18B (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DAttributes_m4D270F606AC027D2D3D0D8CEA4C66AC360092443 (intptr_t ___channelgroup0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::get3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DAttributes_mC5BB74E2052A3A4EB5071D21136AA7A21F6D50C6 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DMinMaxDistance(System.IntPtr,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DMinMaxDistance_m71702136BEBACAC933D66293A3B7FC26FE06D7A3 (intptr_t ___channelgroup0, float ___mindistance1, float ___maxdistance2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::set3DMinMaxDistance(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DMinMaxDistance_m2D449CED479A36FBE06334B7D65361DB3264D9ED (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___mindistance0, float ___maxdistance1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DMinMaxDistance(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DMinMaxDistance_m4942BB8548725862AAD6D2E076DE10C4E0F2F330 (intptr_t ___channelgroup0, float* ___mindistance1, float* ___maxdistance2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::get3DMinMaxDistance(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DMinMaxDistance_m8325625064C46E6BA63C8FE313FFECA6A9F32657 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___mindistance0, float* ___maxdistance1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DConeSettings(System.IntPtr,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DConeSettings_m2289152EC263342E1141976025F386224B31E181 (intptr_t ___channelgroup0, float ___insideconeangle1, float ___outsideconeangle2, float ___outsidevolume3, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::set3DConeSettings(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DConeSettings_m502D1BE4D09A723A50509A02177D4BBEAA8A1FFA (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___insideconeangle0, float ___outsideconeangle1, float ___outsidevolume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DConeSettings(System.IntPtr,System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DConeSettings_mADDD2662396FB0BDF8062FEC54AC4751C709E18D (intptr_t ___channelgroup0, float* ___insideconeangle1, float* ___outsideconeangle2, float* ___outsidevolume3, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::get3DConeSettings(System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DConeSettings_mD3244C4E04355803861F42C45ED3E91EDA68E0CC (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___insideconeangle0, float* ___outsideconeangle1, float* ___outsidevolume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DConeOrientation(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DConeOrientation_m1C61147E94DBCA4B897BEC1E027E913D0ABFEF71 (intptr_t ___channelgroup0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::set3DConeOrientation(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DConeOrientation_mA07BFC758432F962B8D16A6A1B90CF92DE735E69 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DConeOrientation(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DConeOrientation_m9A991CBF48D3592788D6238C17B898C327D12558 (intptr_t ___channelgroup0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::get3DConeOrientation(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DConeOrientation_m7F78D7AC7E4CEFDAE2B7A143D11CB77EBC515046 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DCustomRolloff(System.IntPtr,FMOD.VECTOR&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DCustomRolloff_mDC9473D9F8DBFB782BDAE2C94753418C5800E9E0 (intptr_t ___channelgroup0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___points1, int32_t ___numpoints2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::set3DCustomRolloff(FMOD.VECTOR&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DCustomRolloff_m3C4EDA7BE2F68E9310E9A4244ACF2229B1D00DB1 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___points0, int32_t ___numpoints1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DCustomRolloff(System.IntPtr,System.IntPtr&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DCustomRolloff_m11CFE34F4990C592AE10E72D698026AF81F90EE2 (intptr_t ___channelgroup0, intptr_t* ___points1, int32_t* ___numpoints2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::get3DCustomRolloff(System.IntPtr&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DCustomRolloff_mB88C5629B9D461B7096F061B773FAD5D2DAC926D (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, intptr_t* ___points0, int32_t* ___numpoints1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DOcclusion(System.IntPtr,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DOcclusion_mD21585858B7FBA61BF1D17C9AABA5C6AB850398B (intptr_t ___channelgroup0, float ___directocclusion1, float ___reverbocclusion2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::set3DOcclusion(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DOcclusion_mF324BE5B0309E88F02B55670071A3688DC8BDFEB (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___directocclusion0, float ___reverbocclusion1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DOcclusion(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DOcclusion_m9A676497F844A80487E843EA27B42FEE5A586CBB (intptr_t ___channelgroup0, float* ___directocclusion1, float* ___reverbocclusion2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::get3DOcclusion(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DOcclusion_m635997061C248CC987E2D811628E2A637D90264C (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___directocclusion0, float* ___reverbocclusion1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DSpread(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DSpread_m3E7249511C779367567DD9A79BDEB9F4BC601BE0 (intptr_t ___channelgroup0, float ___angle1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::set3DSpread(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DSpread_m524EF4FE7783ABD8C784B425C11CA121ED2123B1 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___angle0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DSpread(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DSpread_m8FC6D3E7C44F12DB41159E2F43EEE648A0892950 (intptr_t ___channelgroup0, float* ___angle1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::get3DSpread(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DSpread_mAD1ACDDDB9099AECA9673D1D5533B55BF06CAE28 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___angle0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DLevel(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DLevel_m653044EB4361C62FF6B34E70246D954A0433BB46 (intptr_t ___channelgroup0, float ___level1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::set3DLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DLevel_mD12DA75E3497F73BA7401A7221E3AFB228B12441 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___level0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DLevel(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DLevel_m6EA271350A8A539F3CA2F2F7F94CE7C1ACF7EA23 (intptr_t ___channelgroup0, float* ___level1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::get3DLevel(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DLevel_m6C9C6D002A18CDD97FDB6336CCC80B23E448093A (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___level0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DDopplerLevel(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DDopplerLevel_mA7E7B67EC9F06726BBA403E1CE917999C5AF0EE5 (intptr_t ___channelgroup0, float ___level1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::set3DDopplerLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DDopplerLevel_m3D87C50A7383C48D23D55266997EFE5C60DF6746 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___level0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DDopplerLevel(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DDopplerLevel_m51CAF231A8F21E84C8811A02326BF5F95E979452 (intptr_t ___channelgroup0, float* ___level1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::get3DDopplerLevel(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DDopplerLevel_m355B517BBECB65EBB386C722AEC6389DC03F788C (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___level0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DDistanceFilter(System.IntPtr,System.Boolean,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DDistanceFilter_m142B9C5B572A517DF72DCA2D73F657670D04850F (intptr_t ___channelgroup0, bool ___custom1, float ___customLevel2, float ___centerFreq3, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::set3DDistanceFilter(System.Boolean,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DDistanceFilter_m7DD6FC559AC83DC2D15233EA50F1FA5B71F7F212 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool ___custom0, float ___customLevel1, float ___centerFreq2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DDistanceFilter(System.IntPtr,System.Boolean&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DDistanceFilter_mE7F37BFD9CB86FA2B663BBAAA354C21A7950AF5D (intptr_t ___channelgroup0, bool* ___custom1, float* ___customLevel2, float* ___centerFreq3, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::get3DDistanceFilter(System.Boolean&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DDistanceFilter_m97B172EF25B7776F30C735D2454FBEBF9BB8D1D2 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool* ___custom0, float* ___customLevel1, float* ___centerFreq2, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetUserData_m89006BE929C4059C4A43EA94B506D2AA3E703F9A (intptr_t ___channelgroup0, intptr_t ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setUserData_mE60C484B1C52AB8B684672681F4280005B6B5BEF (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, intptr_t ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetUserData_mC10EF876ED807A90C192919EE96295BEB3B0A91E (intptr_t ___channelgroup0, intptr_t* ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.ChannelGroup::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getUserData_m5DC0849B3AA4B05F25079A188504464F4C3613A6 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, intptr_t* ___userdata0, const RuntimeMethod* method); // System.Void FMOD.ChannelGroup::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ChannelGroup__ctor_mA4FFAAF99FB6FAD09A394ED26A7A747C205EED01_inline (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean FMOD.ChannelGroup::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChannelGroup_hasHandle_mE96C8C05AD1486172F2DD8751A851F226C731D59 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, const RuntimeMethod* method); // System.Void FMOD.ChannelGroup::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelGroup_clearHandle_m43695FA45F581D37D0048C52240EE3F2E1C1E350 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetSystem(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetSystem_m73ECF4E8EF95671DB7763D94C4225A742E8594E2 (intptr_t ___replay0, intptr_t* ___system1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::getSystem(FMOD.Studio.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getSystem_m0842C975C15CD5E64AD3E5B333C9ED15C8810AB0 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetLength(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetLength_m78151BC947C6A83A315DA24907871D5C753CC375 (intptr_t ___replay0, float* ___length1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::getLength(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getLength_m3E14839378BDEC419FB03648F15017D4CFE07989 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, float* ___length0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandCount_m9D1532AB4614F41FB1170A7FE44237F6A107587F (intptr_t ___replay0, int32_t* ___count1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::getCommandCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandCount_m0F588382437DCD2644C2B3E791DC2B7BC3989773 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, int32_t* ___count0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandInfo(System.IntPtr,System.Int32,FMOD.Studio.COMMAND_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandInfo_m9C9995709DE323E9BEC89DCD7D26930D9EF7C3FE (intptr_t ___replay0, int32_t ___commandindex1, COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C * ___info2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::getCommandInfo(System.Int32,FMOD.Studio.COMMAND_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandInfo_m3970E1B822F96D844D1458CCC321AB8715619666 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, int32_t ___commandIndex0, COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C * ___info1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandString(System.IntPtr,System.Int32,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandString_m68C5B9FA0EA470886A45F74EF7098A2783CA73EB (intptr_t ___replay0, int32_t ___commandIndex1, intptr_t ___buffer2, int32_t ___length3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::getCommandString(System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandString_m60515EB8EDEDD4683A85064F3E5CD4E1D9F2E9CA (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, int32_t ___commandIndex0, String_t** ___buffer1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandAtTime(System.IntPtr,System.Single,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandAtTime_mEBCD5B7C5C6908556321185417849B7F08ABDF32 (intptr_t ___replay0, float ___time1, int32_t* ___commandIndex2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::getCommandAtTime(System.Single,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandAtTime_m99FEAB1EE28D14E62012F148F448F9DF489DEF76 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, float ___time0, int32_t* ___commandIndex1, 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.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetBankPath(System.IntPtr,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetBankPath_m0B75AEB03F03196DDBEDB19D2EE601210DF83CD9 (intptr_t ___replay0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bankPath1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::setBankPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setBankPath_m95E94114FA56C7D6BFDF7E6ED12051CA500B75CF (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, String_t* ___bankPath0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_Start(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_Start_m85BF4999B7E71223B382EBA788102D981A878AEC (intptr_t ___replay0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_start_mD3027B3B36613FEA514879E9C9694A011BAAEDB2 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_Stop(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_Stop_mFD469F39A73AC9B1B28CBCDA946F4D88E3CAEA19 (intptr_t ___replay0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_stop_mE764D7A5E6E425AE794C588D0A7F434E8FC5E56C (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SeekToTime(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SeekToTime_m4F41A76E3DA0B74D4DA1436542F96C1B6822CCC5 (intptr_t ___replay0, float ___time1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::seekToTime(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_seekToTime_mCA3C794ED39A35B0B8E70CB7FD571E07A2CA2733 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, float ___time0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SeekToCommand(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SeekToCommand_m26B9723F36774582FAA555568FA342A46A0EBA0A (intptr_t ___replay0, int32_t ___commandIndex1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::seekToCommand(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_seekToCommand_mC565B465832D4F9B4E04B2725642E1A5D2A46C38 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, int32_t ___commandIndex0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetPaused(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetPaused_m30E4AFC4A64EF18152DEBC66A03A12603494459F (intptr_t ___replay0, bool* ___paused1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::getPaused(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getPaused_mDB17F6642490357445C2C87D1503EF345389C8E0 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, bool* ___paused0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetPaused(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetPaused_m67D1D46D04AD406C6DBEAD24C3996313D863135E (intptr_t ___replay0, bool ___paused1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::setPaused(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setPaused_m6A91DFFB4801990CB15940A0BED823B53033CF2B (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, bool ___paused0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetPlaybackState(System.IntPtr,FMOD.Studio.PLAYBACK_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetPlaybackState_m523588B4527051479EEF7532C0D68F488C87F180 (intptr_t ___replay0, int32_t* ___state1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::getPlaybackState(FMOD.Studio.PLAYBACK_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getPlaybackState_mF85B20788B293640E7D4CB5E02DA2A178C067CCB (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, int32_t* ___state0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCurrentCommand(System.IntPtr,System.Int32&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCurrentCommand_mD96C72D39F9F361FCE1C306EAE97ECB6B558D966 (intptr_t ___replay0, int32_t* ___commandIndex1, float* ___currentTime2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::getCurrentCommand(System.Int32&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCurrentCommand_mF3A650101BA52D3FC508942BDE0A65287CB05AEE (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, int32_t* ___commandIndex0, float* ___currentTime1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_Release_mBB4EB270B9B6377B9C893920D303CAC40FE5CE25 (intptr_t ___replay0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_release_m7E399EA6AFA66A3742810841EE7836A4D0B8DC67 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetFrameCallback(System.IntPtr,FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetFrameCallback_m65A737496ABD9859F47F852DE256F9FF2CBD7F00 (intptr_t ___replay0, COMMANDREPLAY_FRAME_CALLBACK_t6393F18EF7B20B8ADA5D18068BECC7FA3B958834 * ___callback1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::setFrameCallback(FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setFrameCallback_m5F8ED462501FA2E12A831A317E204AA66BCA6B09 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, COMMANDREPLAY_FRAME_CALLBACK_t6393F18EF7B20B8ADA5D18068BECC7FA3B958834 * ___callback0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetLoadBankCallback(System.IntPtr,FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetLoadBankCallback_mA62F2DAB91156B902960BC1C594127340A526B1C (intptr_t ___replay0, COMMANDREPLAY_LOAD_BANK_CALLBACK_t460E637691817F1F91F18345D4044B16BD259485 * ___callback1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::setLoadBankCallback(FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setLoadBankCallback_mCD2A889341F6BCD022FA10633232091D530991DB (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, COMMANDREPLAY_LOAD_BANK_CALLBACK_t460E637691817F1F91F18345D4044B16BD259485 * ___callback0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetCreateInstanceCallback(System.IntPtr,FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetCreateInstanceCallback_m58E96992C41C6B8B2A2513E8EA2556046797A4A2 (intptr_t ___replay0, COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t28124D766A1C2340A63BAF689D66D9804C3B4F36 * ___callback1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::setCreateInstanceCallback(FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setCreateInstanceCallback_m589109E1D8FB95A656BBD0BAC44DC118715A5909 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t28124D766A1C2340A63BAF689D66D9804C3B4F36 * ___callback0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetUserData_m4E95B49A804BBFE8CFBD2F450275B78CCBBE55C3 (intptr_t ___replay0, intptr_t* ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getUserData_m37C866B6A9057AF8874419FE2EBDC618A0425B1B (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, intptr_t* ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetUserData_m53791384BB19D4F59FE7BABBC9FF958E0BBAB052 (intptr_t ___replay0, intptr_t ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.CommandReplay::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setUserData_m7C797E59877F5F75B91F28656763041A9DC1917C (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, intptr_t ___userdata0, const RuntimeMethod* method); // System.Void FMOD.Studio.CommandReplay::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CommandReplay__ctor_m204E3DEAB88DB2284811898F5E6F792B89D73B06_inline (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean FMOD.Studio.CommandReplay::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandReplay_hasHandle_m11D04D42861C95B44B0F966DAD17E9E34249FA5A (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, const RuntimeMethod* method); // System.Void FMOD.Studio.CommandReplay::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandReplay_clearHandle_m25BF286EA288F9209731E9BE02BDEA9E5074C32B (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, const RuntimeMethod* method); // System.Boolean FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_IsValid(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandReplay_FMOD_Studio_CommandReplay_IsValid_m7027580B83AF9921143C17A9E9C1141F91670886 (intptr_t ___replay0, const RuntimeMethod* method); // System.Boolean FMOD.Studio.CommandReplay::isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandReplay_isValid_m48DF4ACDD3A06FF38CE9F5E2F000F06CBC76FD6B (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_Release_mA8D09870AFCA007D49BA880AAA5B0F70063AB227 (intptr_t ___dsp0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_release_mCB1D8720BBCF5FB9FFE1374CB14FA83AD66FA2FA (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetSystemObject(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetSystemObject_m5BC8BEEDE7C7D042857C1AE95CFBDF0917633529 (intptr_t ___dsp0, intptr_t* ___system1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getSystemObject(FMOD.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getSystemObject_m9ADF9EDAF2CCC0AF3E1E39B30D8CEB1E15573F88 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_AddInput(System.IntPtr,System.IntPtr,System.IntPtr,FMOD.DSPCONNECTION_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_AddInput_m87ACB962787044645AADAD573D8969CAF1112080 (intptr_t ___dsp0, intptr_t ___input1, intptr_t ___zero2, int32_t ___type3, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::addInput(FMOD.DSP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_addInput_mABE197BAA73B9F0A6CB60BEBEDEFACFF674833EA (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___input0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_AddInput(System.IntPtr,System.IntPtr,System.IntPtr&,FMOD.DSPCONNECTION_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_AddInput_m31B3ECB8C94C6A2AC51DF3F4697EAC1101286DAF (intptr_t ___dsp0, intptr_t ___input1, intptr_t* ___connection2, int32_t ___type3, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::addInput(FMOD.DSP,FMOD.DSPConnection&,FMOD.DSPCONNECTION_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_addInput_mBC350D75FC0A3292E11A730B3F42BD72C905B92A (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___input0, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * ___connection1, int32_t ___type2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_DisconnectFrom(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_DisconnectFrom_m2B3F069B3709365F183BCC081602ECD8E76A3C80 (intptr_t ___dsp0, intptr_t ___target1, intptr_t ___connection2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::disconnectFrom(FMOD.DSP,FMOD.DSPConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_disconnectFrom_mB50B471C88273B47A1212C83C256B8912DAC6F09 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___target0, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 ___connection1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_DisconnectAll(System.IntPtr,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_DisconnectAll_m4A13D80785D4F14F107B6F6D580D81A32CBBCBB9 (intptr_t ___dsp0, bool ___inputs1, bool ___outputs2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::disconnectAll(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_disconnectAll_m41A592AC69A7BFF2918BBEE306E483E40E22B713 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool ___inputs0, bool ___outputs1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetNumInputs(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetNumInputs_m9580E7413B1D475269E39D663644BE7BE8B64D52 (intptr_t ___dsp0, int32_t* ___numinputs1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getNumInputs(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getNumInputs_m51198D67E59C2E52B816E6F7E82B0E57E6C740F7 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t* ___numinputs0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetNumOutputs(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetNumOutputs_m21F6B9412B4884C32BE2AFDC945C7C88A9BA326B (intptr_t ___dsp0, int32_t* ___numoutputs1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getNumOutputs(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getNumOutputs_m894F0D1D0AAB8AE2207A55F227613D35C9728EFE (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t* ___numoutputs0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetInput(System.IntPtr,System.Int32,System.IntPtr&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetInput_m9DABCD6C41FF9A1265F944CABF9B446E94393066 (intptr_t ___dsp0, int32_t ___index1, intptr_t* ___input2, intptr_t* ___inputconnection3, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getInput(System.Int32,FMOD.DSP&,FMOD.DSPConnection&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getInput_mB25938ED63D2EF93D763B54AFE94D3FF94D3A34F (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___input1, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * ___inputconnection2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetOutput(System.IntPtr,System.Int32,System.IntPtr&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetOutput_m583C77C8C5CBA6D62F11B66BCD9D41D7EEAD9CB4 (intptr_t ___dsp0, int32_t ___index1, intptr_t* ___output2, intptr_t* ___outputconnection3, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getOutput(System.Int32,FMOD.DSP&,FMOD.DSPConnection&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getOutput_m8644CE02ED8D839447A001E038561C8EDC95A6EA (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___output1, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * ___outputconnection2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetActive(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetActive_m09AE6C539B17FB9A3D4894B0A0FFD4D29DEB9C36 (intptr_t ___dsp0, bool ___active1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::setActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setActive_m9EC8C23A0F05FAC43D13FCEAAB060BDE432653CC (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool ___active0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetActive(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetActive_m016FD6E4B361D645D4B4BA36711FB0FC5151A46B (intptr_t ___dsp0, bool* ___active1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getActive(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getActive_m9629B94BE19B624A56601DCF20B7C98D087E7E92 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool* ___active0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetBypass(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetBypass_m2CC38FF6CCBE1B97CEC5FC35EB7A20BA5F1CC5A3 (intptr_t ___dsp0, bool ___bypass1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::setBypass(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setBypass_mA68C64A4C0C8CB44BB26CE5327B07232A63D98AE (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool ___bypass0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetBypass(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetBypass_mB8DDEB5EC1FCBB89A6058841EBF8E55B0B2121C5 (intptr_t ___dsp0, bool* ___bypass1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getBypass(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getBypass_mDBFDDB78844494D9F526332A94034F6497621E43 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool* ___bypass0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetWetDryMix(System.IntPtr,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetWetDryMix_m06E1B8F574A1EAD3C13EE22C4E76B2460088EEF1 (intptr_t ___dsp0, float ___prewet1, float ___postwet2, float ___dry3, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::setWetDryMix(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setWetDryMix_m083AAF8BCA128B9EB1E40514CBF4106A52D2EC12 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, float ___prewet0, float ___postwet1, float ___dry2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetWetDryMix(System.IntPtr,System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetWetDryMix_m49E2F8F77220A7E0581C6983A13C3B8FAC22CEA4 (intptr_t ___dsp0, float* ___prewet1, float* ___postwet2, float* ___dry3, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getWetDryMix(System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getWetDryMix_m02F900AA452080536B3AB01D326C5DEB7867D28A (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, float* ___prewet0, float* ___postwet1, float* ___dry2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetChannelFormat(System.IntPtr,FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetChannelFormat_mDE1DFA50901B912F963A4446BFBE0A94006CD64C (intptr_t ___dsp0, uint32_t ___channelmask1, int32_t ___numchannels2, int32_t ___source_speakermode3, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::setChannelFormat(FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setChannelFormat_m07D5D771C3F225C47660011F0D1920C87BE84F96 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, uint32_t ___channelmask0, int32_t ___numchannels1, int32_t ___source_speakermode2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetChannelFormat(System.IntPtr,FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetChannelFormat_mF632CE0C11F038BE414DF2506C9AB1C6F5795825 (intptr_t ___dsp0, uint32_t* ___channelmask1, int32_t* ___numchannels2, int32_t* ___source_speakermode3, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getChannelFormat(FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getChannelFormat_m27B89F61628EBB6D37FACCDEF8B99F15F222DD7D (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, uint32_t* ___channelmask0, int32_t* ___numchannels1, int32_t* ___source_speakermode2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetOutputChannelFormat(System.IntPtr,FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE,FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetOutputChannelFormat_m3264225FE8A45D2A4D4FA013D3E27B3C90EB22DD (intptr_t ___dsp0, uint32_t ___inmask1, int32_t ___inchannels2, int32_t ___inspeakermode3, uint32_t* ___outmask4, int32_t* ___outchannels5, int32_t* ___outspeakermode6, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getOutputChannelFormat(FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE,FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getOutputChannelFormat_mE8542D4E19CB074445014F8329E996DF159DEFBB (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, uint32_t ___inmask0, int32_t ___inchannels1, int32_t ___inspeakermode2, uint32_t* ___outmask3, int32_t* ___outchannels4, int32_t* ___outspeakermode5, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_Reset(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_Reset_m973262C58816A60B7D95A269C86389287AB22C39 (intptr_t ___dsp0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_reset_mB7B416A756F9D3108D16E0A15FD9C9CA34444323 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterFloat(System.IntPtr,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterFloat_m8FC7F69E65DF7E7766F6F1FEE8CBAE699E11211B (intptr_t ___dsp0, int32_t ___index1, float ___value2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::setParameterFloat(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterFloat_mA34B7D81A6098DECA181ABBFE006D30A9CB80D12 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, float ___value1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterInt(System.IntPtr,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterInt_mA0E8CEC978BB83C8AF3B97E71C1D84A95EC2DBB0 (intptr_t ___dsp0, int32_t ___index1, int32_t ___value2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::setParameterInt(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterInt_mA0757ECD4B1960A32A0BF09B91BCD012BCB9D1F6 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterBool(System.IntPtr,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterBool_mC367529C3959B9EDD2CB3FB8AE19EE21C9FB2050 (intptr_t ___dsp0, int32_t ___index1, bool ___value2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::setParameterBool(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterBool_m2EB479B0E44E85518FB5A2D04ED7E2A5C4A1BF42 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, bool ___value1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement(!!0[],System.Int32) inline intptr_t Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___arr0, int32_t ___index1, const RuntimeMethod* method) { return (( intptr_t (*) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, const RuntimeMethod*))Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E_gshared)(___arr0, ___index1, method); } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterData(System.IntPtr,System.Int32,System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterData_m0D66CF2FCEE49F03C9A489CD97C53155DD392E7B (intptr_t ___dsp0, int32_t ___index1, intptr_t ___data2, uint32_t ___length3, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::setParameterData(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterData_m47972DF6A9F278172C34A878BF62D7782710EE7A (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterFloat(System.IntPtr,System.Int32,System.Single&,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterFloat_m34F5E575C55D260C9006A52604158A6DCAA94BAF (intptr_t ___dsp0, int32_t ___index1, float* ___value2, intptr_t ___valuestr3, int32_t ___valuestrlen4, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getParameterFloat(System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterFloat_mB1E8775B17D47977691F8CAC3A78423FAFB91486 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, float* ___value1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterInt(System.IntPtr,System.Int32,System.Int32&,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterInt_m08B1720FD0EC6C54A065EB9499FD3431D6219D68 (intptr_t ___dsp0, int32_t ___index1, int32_t* ___value2, intptr_t ___valuestr3, int32_t ___valuestrlen4, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getParameterInt(System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterInt_m2AB07835474F89426DE034E99E553C13B0AB93FC (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, int32_t* ___value1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterBool(System.IntPtr,System.Int32,System.Boolean&,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterBool_m83E2B9C4767A8B58B134F7308F20978E84E6487C (intptr_t ___dsp0, int32_t ___index1, bool* ___value2, intptr_t ___valuestr3, int32_t ___valuestrlen4, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getParameterBool(System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterBool_m34E084831D07C17FC585E158937EA50D5D4ABC53 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, bool* ___value1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterData(System.IntPtr,System.Int32,System.IntPtr&,System.UInt32&,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterData_mCC32E724F72ED153513BAF3618AA511C60D60150 (intptr_t ___dsp0, int32_t ___index1, intptr_t* ___data2, uint32_t* ___length3, intptr_t ___valuestr4, int32_t ___valuestrlen5, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getParameterData(System.Int32,System.IntPtr&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterData_m21F0B2F50A18566F4764F94EF86D34EF6BBC3897 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, intptr_t* ___data1, uint32_t* ___length2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetNumParameters(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetNumParameters_mEAAAC7D603D2EA986DED984541D41A9D0AC77EEB (intptr_t ___dsp0, int32_t* ___numparams1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getNumParameters(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getNumParameters_m7CA085B7E0AF6A320F1E6DE310225C9EB872FFAF (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t* ___numparams0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterInfo(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterInfo_m50FC0EF54E556B3F0C494F9001A6EF1A55A3639B (intptr_t ___dsp0, int32_t ___index1, intptr_t* ___desc2, 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.Object FMOD.MarshalHelper::PtrToStructure(System.IntPtr,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MarshalHelper_PtrToStructure_mF84AE7F6EF0D5661989700B4A2DDF1CBB8276EC7 (intptr_t ___ptr0, Type_t * ___structureType1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getParameterInfo(System.Int32,FMOD.DSP_PARAMETER_DESC&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterInfo_m0B3ECF1F2290E87B4A90C97624E47958A67A2DAD (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003 * ___desc1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetDataParameterIndex(System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetDataParameterIndex_m7933A088F0DB2AB69DCF03739A03CDEB7E1D6A86 (intptr_t ___dsp0, int32_t ___datatype1, int32_t* ___index2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getDataParameterIndex(System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getDataParameterIndex_m78CAD636139E5024AE209955417023B78CC8244E (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___datatype0, int32_t* ___index1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_ShowConfigDialog(System.IntPtr,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_ShowConfigDialog_mAD819E598B0CACD6DC114FEEC731FAFF0AB1174E (intptr_t ___dsp0, intptr_t ___hwnd1, bool ___show2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::showConfigDialog(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_showConfigDialog_m5BD1CC3BE28F7BD95D083721F278E1B25FE879B0 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, intptr_t ___hwnd0, bool ___show1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetInfo(System.IntPtr,System.IntPtr,System.UInt32&,System.Int32&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetInfo_m5CFA58B7DD3D5C680EC84846BD57B5883741052F (intptr_t ___dsp0, intptr_t ___name1, uint32_t* ___version2, int32_t* ___channels3, int32_t* ___configwidth4, int32_t* ___configheight5, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getInfo(System.String&,System.UInt32&,System.Int32&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getInfo_mC64A8D3730DAF1F8CAEB3B0EA46D319E0D84638F (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, String_t** ___name0, uint32_t* ___version1, int32_t* ___channels2, int32_t* ___configwidth3, int32_t* ___configheight4, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getInfo(System.UInt32&,System.Int32&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getInfo_m4CC5F67140BEA0A77465EA0FDDB8689F051BD008 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, uint32_t* ___version0, int32_t* ___channels1, int32_t* ___configwidth2, int32_t* ___configheight3, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetType(System.IntPtr,FMOD.DSP_TYPE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetType_m266B496E9DB146935D53A653E9C3E8C90502B7E9 (intptr_t ___dsp0, int32_t* ___type1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getType(FMOD.DSP_TYPE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getType_mBA922589306DCBC5D89D2130D97117E3C69FA2E7 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t* ___type0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetIdle(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetIdle_m9609CBEEF4C1152FEBFDD8C63A6F058021ADB134 (intptr_t ___dsp0, bool* ___idle1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getIdle(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getIdle_m550F0617D20F68BEECA0FDFEBBE129EA25745997 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool* ___idle0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetUserData_mB893C3C0BDAE45531CDE777797FF675C18803493 (intptr_t ___dsp0, intptr_t ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setUserData_m4ED0938F4D94C1115EA9DF941CFA9DDBF6212BE9 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, intptr_t ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetUserData_mD7246CC5E040B6C7388F1C792F1DC340DACE18E7 (intptr_t ___dsp0, intptr_t* ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getUserData_mFD7A3EDDAB08462A532C358786AD884637E0A104 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, intptr_t* ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetMeteringEnabled(System.IntPtr,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetMeteringEnabled_mE5E6185C831CE15AAE128668BB58D3FC45A32638 (intptr_t ___dsp0, bool ___inputEnabled1, bool ___outputEnabled2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::setMeteringEnabled(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setMeteringEnabled_m66FE82EB71B617AFAB0E948857B20CBA7764A14A (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool ___inputEnabled0, bool ___outputEnabled1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringEnabled(System.IntPtr,System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringEnabled_mF4B5C1214357EE4CC3763CC1F49ACDE40C236C6B (intptr_t ___dsp0, bool* ___inputEnabled1, bool* ___outputEnabled2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getMeteringEnabled(System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringEnabled_m4ADEA0F423FBF9868C2D1FEE2FAB4520FBACD287 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool* ___inputEnabled0, bool* ___outputEnabled1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringInfo(System.IntPtr,System.IntPtr,FMOD.DSP_METERING_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringInfo_m53F4EC22B79BEED5F827E71B913D1BD127188395 (intptr_t ___dsp0, intptr_t ___zero1, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___outputInfo2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getMeteringInfo(System.IntPtr,FMOD.DSP_METERING_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringInfo_mE966F1A10B54544DDA180E52C26D4596978A3A4C (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, intptr_t ___zero0, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___outputInfo1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringInfo(System.IntPtr,FMOD.DSP_METERING_INFO&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringInfo_m354208F5AC33A5195651238CD672F52759A401F9 (intptr_t ___dsp0, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___inputInfo1, intptr_t ___zero2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getMeteringInfo(FMOD.DSP_METERING_INFO&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringInfo_mB4C214FE90EAE5930541C1A088CC476DED89011F (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___inputInfo0, intptr_t ___zero1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringInfo(System.IntPtr,FMOD.DSP_METERING_INFO&,FMOD.DSP_METERING_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringInfo_m462931B26A0C7B9FE7FDE2C326D4B83EE9C109BB (intptr_t ___dsp0, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___inputInfo1, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___outputInfo2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getMeteringInfo(FMOD.DSP_METERING_INFO&,FMOD.DSP_METERING_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringInfo_mA6E6657CA84643AA3A2002E0311E8DB39FE84E46 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___inputInfo0, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___outputInfo1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetCPUUsage(System.IntPtr,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetCPUUsage_mF4148F8EF6A254633D3C1D26AF017FC7157BE087 (intptr_t ___dsp0, uint32_t* ___exclusive1, uint32_t* ___inclusive2, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSP::getCPUUsage(System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getCPUUsage_m294BF8663EC6C80810A1FCA838BAB9AABBB087FF (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, uint32_t* ___exclusive0, uint32_t* ___inclusive1, const RuntimeMethod* method); // System.Void FMOD.DSP::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DSP__ctor_mC7CDF2EB57031897C23DAF061A4634A01C8BB633_inline (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean FMOD.DSP::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSP_hasHandle_m84118160DA083533E3B6E6643D860BD1E37340B1 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, const RuntimeMethod* method); // System.Void FMOD.DSP::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_clearHandle_mBE57A433353CC572E4D88B6161B231CE34336396 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetInput(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetInput_m16867F803C159880B5BE6D8E9FCC55B6E69303A8 (intptr_t ___dspconnection0, intptr_t* ___input1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::getInput(FMOD.DSP&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getInput_m1BCB4F5DFDC14954B11EBE3FCD069A66C791277A (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___input0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetOutput(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetOutput_m573A6C5FCE7729613AD13FBFBEAB57FE08247FBC (intptr_t ___dspconnection0, intptr_t* ___output1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::getOutput(FMOD.DSP&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getOutput_mCBCE2FD390EAC974D2BA898CB3643BD07EA5B3FC (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___output0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_SetMix(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_SetMix_mED7E95558C70CCFB57B1B7A36BFF2EB19A76DC73 (intptr_t ___dspconnection0, float ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::setMix(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_setMix_m51B01830ED59FDDB6F8BA458C6A5183944FC6E10 (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, float ___volume0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetMix(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetMix_mCC1CA33DCE32EE6C347616E034FC93FCEF2A3B37 (intptr_t ___dspconnection0, float* ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::getMix(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getMix_m6A803F84256742AA95ADAF976924CC1E57BF6DA0 (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, float* ___volume0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_SetMixMatrix(System.IntPtr,System.Single[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_SetMixMatrix_m51D2C92A9CE94AB6BE29C1014884AFE910D68E71 (intptr_t ___dspconnection0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix1, int32_t ___outchannels2, int32_t ___inchannels3, int32_t ___inchannel_hop4, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::setMixMatrix(System.Single[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_setMixMatrix_m1D25E28C64F0418EA44C86CC0AA2F869C605A41A (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t ___outchannels1, int32_t ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetMixMatrix(System.IntPtr,System.Single[],System.Int32&,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetMixMatrix_m7ADEB1411234AF0CCDD94B6F337373B8D594BEB4 (intptr_t ___dspconnection0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix1, int32_t* ___outchannels2, int32_t* ___inchannels3, int32_t ___inchannel_hop4, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::getMixMatrix(System.Single[],System.Int32&,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getMixMatrix_m7F5BBC071F928C9341FABF0EBC5148CABDD5A851 (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t* ___outchannels1, int32_t* ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetType(System.IntPtr,FMOD.DSPCONNECTION_TYPE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetType_mDE2AE2F90CC357ABB3E2967CF67F1C8E47BF04AD (intptr_t ___dspconnection0, int32_t* ___type1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::getType(FMOD.DSPCONNECTION_TYPE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getType_m36F48FD52A0AE257AD80D25AD9CC9C951132EEE9 (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, int32_t* ___type0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_SetUserData_mFD58BB66354CF0A254A89BCA64A0FAD3E6F117DB (intptr_t ___dspconnection0, intptr_t ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_setUserData_m3765DC8E3757A833A9F33960E3D2CCC4F86CAF9F (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, intptr_t ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetUserData_mF916EB8624593648D81C0A371B0E7902420613B7 (intptr_t ___dspconnection0, intptr_t* ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.DSPConnection::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getUserData_m81D2075EB6100C87B40DC00C25211D34F6E959AF (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, intptr_t* ___userdata0, const RuntimeMethod* method); // System.Void FMOD.DSPConnection::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DSPConnection__ctor_mD60B79FF8FDDED9A64A3745586FDCE3CAB5F2055_inline (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean FMOD.DSPConnection::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSPConnection_hasHandle_mC1E1DAAAEE77E8AF3A71CDEBFE63B4282FD16FEE (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, const RuntimeMethod* method); // System.Void FMOD.DSPConnection::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSPConnection_clearHandle_m8279ACF77A667BF96A5C6DAD8A44B176C673162F (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m5B004FA5DF0DC280EB8677D5E253BA93924C40AD (intptr_t ___source0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method); // System.Single[][] FMOD.DSP_PARAMETER_FFT::get_spectrum() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* DSP_PARAMETER_FFT_get_spectrum_m34C1E78594E624755EC82D173B8A9F6F6E1CC98F (DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E * __this, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void FMOD.DSP_PARAMETER_FFT::getSpectrum(System.Int32,System.Single[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PARAMETER_FFT_getSpectrum_mB5DFFE2859D9A9709C00A331B0D1C6894E12FE40 (DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E * __this, int32_t ___channel0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** ___buffer1, const RuntimeMethod* method); // System.Void FMOD.DSP_PARAMETER_FFT::getSpectrum(System.Single[][]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PARAMETER_FFT_getSpectrum_mC473B86198DDA219EE1A3E4D39C0E2B8B7D8E6D3 (DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E * __this, SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9** ___buffer0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Debug::FMOD5_Debug_Initialize(FMOD.DEBUG_FLAGS,FMOD.DEBUG_MODE,FMOD.DEBUG_CALLBACK,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Debug_FMOD5_Debug_Initialize_mE64F8004BB10F6BB44B2A6A4A6C5199F8999198D (uint32_t ___flags0, int32_t ___mode1, DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD * ___callback2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___filename3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetID(System.IntPtr,FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetID_m71147570F06E9AC16AE269A4A35E136FDD031D5D (intptr_t ___eventdescription0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getID(FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getID_m9D44CACE63DDBA87C0C023C40999F9E4754A3196 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetPath_m31C9297B54E6D557998714B545FAFACEE8631E5D (intptr_t ___eventdescription0, intptr_t ___path1, int32_t ___size2, int32_t* ___retrieved3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getPath(System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getPath_m6DBD9620AE1101458FEB3741F189BA0AA5C54603 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, String_t** ___path0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionCount_mA50B823E0862CA495831CF38FA6F9B3BFBBEC340 (intptr_t ___eventdescription0, int32_t* ___count1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getParameterDescriptionCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterDescriptionCount_m22BAC405A4ED8A081F71C2B0A7293E5F93C59FC0 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t* ___count0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionByIndex(System.IntPtr,System.Int32,FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByIndex_m457D840A816F10348AE0C2785B8482313AB937CE (intptr_t ___eventdescription0, int32_t ___index1, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getParameterDescriptionByIndex(System.Int32,FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterDescriptionByIndex_mF563CA2EDB9C4F9AF0344996307030773164634A (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t ___index0, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionByName(System.IntPtr,System.Byte[],FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByName_mCA98B5E0EA28696CE0D5B4F33CCEAD546CDECEB9 (intptr_t ___eventdescription0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter2, 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); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByID_m810D0BB1394023D7BA63B327E5B9581658C548C0 (intptr_t ___eventdescription0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter2, 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.EventDescription::FMOD_Studio_EventDescription_GetParameterLabelByIndex(System.IntPtr,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByIndex_m3266622DF927130136F5C949456649DB99DAA888 (intptr_t ___eventdescription0, int32_t ___index1, int32_t ___labelindex2, intptr_t ___label3, int32_t ___size4, int32_t* ___retrieved5, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getParameterLabelByIndex(System.Int32,System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterLabelByIndex_m91F7A1988B048148E18D4F04D14F43AFBEF2AA19 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t ___index0, int32_t ___labelindex1, String_t** ___label2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterLabelByName(System.IntPtr,System.Byte[],System.Int32,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByName_m56A37D3D56875AE0F56A66300FC94C81A52E091F (intptr_t ___eventdescription0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, int32_t ___labelindex2, intptr_t ___label3, int32_t ___size4, int32_t* ___retrieved5, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getParameterLabelByName(System.String,System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterLabelByName_mF43A654A8E091F4819768CB2A0BB7EDCFBC52C54 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, String_t* ___name0, int32_t ___labelindex1, String_t** ___label2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterLabelByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Int32,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByID_m1E5BD328CF9B207CAFD07E26F6233D360D104BE6 (intptr_t ___eventdescription0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, int32_t ___labelindex2, intptr_t ___label3, int32_t ___size4, int32_t* ___retrieved5, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getParameterLabelByID(FMOD.Studio.PARAMETER_ID,System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterLabelByID_m25C348E9C1868CEF3443EFBED3B42D9D44DB2825 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, int32_t ___labelindex1, String_t** ___label2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserPropertyCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserPropertyCount_mC2E08D90407E4CDFAE3E42E24A5E8525EDF66CCF (intptr_t ___eventdescription0, int32_t* ___count1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getUserPropertyCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserPropertyCount_mD96ABF9EE0B90895EE3D902898D733FB8B713D08 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t* ___count0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserPropertyByIndex(System.IntPtr,System.Int32,FMOD.Studio.USER_PROPERTY&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserPropertyByIndex_m4152649E7F5C43C6D3D92DEBBE3AB9C93C811608 (intptr_t ___eventdescription0, int32_t ___index1, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * ___property2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getUserPropertyByIndex(System.Int32,FMOD.Studio.USER_PROPERTY&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserPropertyByIndex_m61290CF2F43CD55CAAAFDEEDCADAAB40A374307D (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t ___index0, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * ___property1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserProperty(System.IntPtr,System.Byte[],FMOD.Studio.USER_PROPERTY&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserProperty_m86515B79678232EB37E1CB45524D4FD9012867FC (intptr_t ___eventdescription0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * ___property2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getUserProperty(System.String,FMOD.Studio.USER_PROPERTY&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserProperty_m4156A2B0FA59E9B7B823F750962ED15A9A234F21 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, String_t* ___name0, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * ___property1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetLength(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetLength_m364A7F63908B630022F1CF098E3B079CA6CAABF8 (intptr_t ___eventdescription0, int32_t* ___length1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getLength(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getLength_mF113F6053027A7407AAC5A59BF3769A7BE977F65 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t* ___length0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetMinMaxDistance(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetMinMaxDistance_m51330F1A6034CB494AC7D4B27970D63A74F013FC (intptr_t ___eventdescription0, float* ___min1, float* ___max2, 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::FMOD_Studio_EventDescription_GetSoundSize(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetSoundSize_mD07CCB47B6D8277F5BC35F98B9782713595AD7F4 (intptr_t ___eventdescription0, float* ___size1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getSoundSize(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getSoundSize_m3A172FF26437C40B9DDC45430D38FE0EAF830510 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, float* ___size0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsSnapshot(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsSnapshot_m13512137FD2741F23F8D043CD2B062129EF318DF (intptr_t ___eventdescription0, bool* ___snapshot1, const RuntimeMethod* 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::FMOD_Studio_EventDescription_IsOneshot(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsOneshot_m17B8557190EA1049675EBB6120B3D30797203D77 (intptr_t ___eventdescription0, bool* ___oneshot1, 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::FMOD_Studio_EventDescription_IsStream(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsStream_m019A554BBA410EA23F386990FD9A45C73EB16D30 (intptr_t ___eventdescription0, bool* ___isStream1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::isStream(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_isStream_mDDF302EC545FF765A4D3D7BD1DF0218937E53B90 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, bool* ___isStream0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_Is3D(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_Is3D_m7FB2CEB2CB99585684728DAC57C9E4A22791CCE2 (intptr_t ___eventdescription0, bool* ___is3D1, 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); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsDopplerEnabled(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsDopplerEnabled_m122F2FDA5DCE01BECACDA475A4C60A01BC609B12 (intptr_t ___eventdescription0, bool* ___doppler1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::isDopplerEnabled(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_isDopplerEnabled_m854B657D6B6F1D2E3C2522BD4F4E25A702302718 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, bool* ___doppler0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_HasSustainPoint(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_HasSustainPoint_mF37640965874B09F3659739A16E671D554F96281 (intptr_t ___eventdescription0, bool* ___sustainPoint1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::hasSustainPoint(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_hasSustainPoint_m0C70ABB4201D7F4877BD618569A5378E1F5E766F (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, bool* ___sustainPoint0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_CreateInstance(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_CreateInstance_m490874075529A319E6813B96B318D47FAE5CCBDC (intptr_t ___eventdescription0, intptr_t* ___instance1, 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); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetInstanceCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetInstanceCount_mAAF98AE12FE5062C6256DD1F3B994ED8C9956D8D (intptr_t ___eventdescription0, int32_t* ___count1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getInstanceCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getInstanceCount_m552C63289C0F8C9141A4D1573D0C6343CB837D47 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t* ___count0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetInstanceList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetInstanceList_mD207FAAB3B454746B7E90BB753F23793C99C2C65 (intptr_t ___eventdescription0, IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___array1, int32_t ___capacity2, int32_t* ___count3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getInstanceList(FMOD.Studio.EventInstance[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getInstanceList_m8E6FAEA3E3269B62F9C41846C5251DD6C365E1E4 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC** ___array0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_LoadSampleData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_LoadSampleData_m5DF0B42B388E4BDC45C57C6D2C01851E123A7FC3 (intptr_t ___eventdescription0, 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); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_UnloadSampleData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_UnloadSampleData_mB6EDB0EDF51794A30548607C55648056C976EF97 (intptr_t ___eventdescription0, 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); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetSampleLoadingState(System.IntPtr,FMOD.Studio.LOADING_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetSampleLoadingState_mB7A0EF7833A03667A82977667B964D81C3215A10 (intptr_t ___eventdescription0, int32_t* ___state1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getSampleLoadingState(FMOD.Studio.LOADING_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getSampleLoadingState_m6458B8820B73EBA40760CF149C6B05C766A148B7 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t* ___state0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_ReleaseAllInstances(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_ReleaseAllInstances_m4AEA8E262CD98FCE426F9CFA3ECDDD39C021D7BF (intptr_t ___eventdescription0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::releaseAllInstances() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_releaseAllInstances_m88317FFB29447809FC07011DA3DC213B5860E2B5 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_SetCallback(System.IntPtr,FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_SetCallback_m8A467997B2376065113401E38FEB08B37CEECFFD (intptr_t ___eventdescription0, EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * ___callback1, uint32_t ___callbackmask2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::setCallback(FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_setCallback_m2E1DE7A5825EAC4C132AD2760A80F4F0A54C6717 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * ___callback0, uint32_t ___callbackmask1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserData_m573966ABF24B7B4B6E9A947F7C0E49C0C5A4E867 (intptr_t ___eventdescription0, intptr_t* ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserData_m85E009C3AA1A9B5DEBD3875C051803D6F6B06396 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, intptr_t* ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_SetUserData_m95ACBEEBD09DA344BC54E8B070BD44580A6DD562 (intptr_t ___eventdescription0, intptr_t ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventDescription::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_setUserData_m7F2C2CEB03706A924A8CFB1F3F4DD2295D229B3B (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, intptr_t ___userdata0, const RuntimeMethod* method); // System.Void FMOD.Studio.EventDescription::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventDescription__ctor_m45696ED229E26C971BDFB1A6B5CAD6A1FB2D3D5F_inline (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean FMOD.Studio.EventDescription::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescription_hasHandle_m761E60EE75E151DEF938B43DD30B5E5235423C1F (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, const RuntimeMethod* method); // System.Void FMOD.Studio.EventDescription::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescription_clearHandle_m2C07C16DC5D5B40A89BACA23D4F9C18C0A97700F (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, const RuntimeMethod* method); // System.Boolean FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsValid(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescription_FMOD_Studio_EventDescription_IsValid_m0AC634312D24B8F3981487D32D20708C88B3A7BE (intptr_t ___eventdescription0, 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.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3 (String_t* ___value0, 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); // UnityEngine.Rigidbody UnityEngine.Collider::get_attachedRigidbody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * __this, 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); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetDescription(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetDescription_mBD2E7BFA1783FD620417F93FFA3B6256AB74BE4B (intptr_t ____event0, intptr_t* ___description1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getDescription(FMOD.Studio.EventDescription&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getDescription_m3252F9EF41C695990535B8145C81137135CA9D42 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * ___description0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetVolume(System.IntPtr,System.Single&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetVolume_m1E426A512B79AEE72888E81A727D31D7D4166F8E (intptr_t ____event0, float* ___volume1, intptr_t ___zero2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getVolume(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getVolume_m527B049125AD60DB11676DFE1906D914D2F2DBAA (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, float* ___volume0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetVolume(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetVolume_mDBFC3188051C47022A1BB5184250E137E3305836 (intptr_t ____event0, float* ___volume1, float* ___finalvolume2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getVolume(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getVolume_mFD1C36A7C45B5AE6C6D80DC9E2B7932D7E261BCA (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, float* ___volume0, float* ___finalvolume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetVolume(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetVolume_m79F1C690150BBA6A0FB5AF2A181A86DE656288B6 (intptr_t ____event0, float ___volume1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::setVolume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setVolume_m4206450340463D0ACBBA0F813256D9CFE52F3894 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, float ___volume0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPitch(System.IntPtr,System.Single&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPitch_m913170BCA77F4DF9393E480855C49BA26C6507E4 (intptr_t ____event0, float* ___pitch1, intptr_t ___zero2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getPitch(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPitch_m24B9DAE6D56A3C676D3528DD1CA977A09457E1E4 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, float* ___pitch0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPitch(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPitch_m4F06B9F26613D199F05CBF7CA1259A1DB34D4DF3 (intptr_t ____event0, float* ___pitch1, float* ___finalpitch2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getPitch(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPitch_m0CF30F303451ABEEEA0B8DC48A15C18A1FF50507 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, float* ___pitch0, float* ___finalpitch1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetPitch(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetPitch_mF36BC869729C960BDF54DD8470A95C8F9E202B9E (intptr_t ____event0, float ___pitch1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::setPitch(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setPitch_mAC6440340869C7E0415D2F93EF628BBEFA4C98AE (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, float ___pitch0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Get3DAttributes(System.IntPtr,FMOD.ATTRIBUTES_3D&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Get3DAttributes_m049BB15F86C3C5476F1C9F79E13623EC07D54A65 (intptr_t ____event0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::get3DAttributes(FMOD.ATTRIBUTES_3D&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_get3DAttributes_m7DD5EBB5A39B801BDDBCBC3B41CE822C7853C17B (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Set3DAttributes(System.IntPtr,FMOD.ATTRIBUTES_3D&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Set3DAttributes_mB0C4CBE86A3D913BA7C7C18C980C2EF10B678295 (intptr_t ____event0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes1, 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); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetListenerMask(System.IntPtr,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetListenerMask_m73C5742206996ACB5FD15EA24A955C99B91D42C0 (intptr_t ____event0, uint32_t* ___mask1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getListenerMask(System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getListenerMask_m00274076ABDE128700A45AE619CF7AFF5563DFBF (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, uint32_t* ___mask0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetListenerMask(System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetListenerMask_m6129A5B730878811786C70B1154D56B23EC727C6 (intptr_t ____event0, uint32_t ___mask1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::setListenerMask(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setListenerMask_m4EA390A8DBE1849D7A00D128FC1564F34A2A709C (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, uint32_t ___mask0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetProperty(System.IntPtr,FMOD.Studio.EVENT_PROPERTY,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetProperty_mA2A2D97667765D9988BBB857E8B04E3306CFB892 (intptr_t ____event0, int32_t ___index1, float* ___value2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getProperty(FMOD.Studio.EVENT_PROPERTY,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getProperty_mAC2FF172B5451C3A46DDAF65CF8659566FCA4F0F (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, int32_t ___index0, float* ___value1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetProperty(System.IntPtr,FMOD.Studio.EVENT_PROPERTY,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetProperty_mC1ABE6BCD98C675C2331D39C8B70B6EB8DFDC1BC (intptr_t ____event0, int32_t ___index1, float ___value2, const RuntimeMethod* 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::FMOD_Studio_EventInstance_GetReverbLevel(System.IntPtr,System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetReverbLevel_m1F5AFABB5DF2B8AB10AC1060ABF72EC1C893EE31 (intptr_t ____event0, int32_t ___index1, float* ___level2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getReverbLevel(System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getReverbLevel_m7C44DA1E7F0A2F89B48E6B981575286C964F6443 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, int32_t ___index0, float* ___level1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetReverbLevel(System.IntPtr,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetReverbLevel_m52FC32278912B233AE0BC66E3D7D96441307F71D (intptr_t ____event0, int32_t ___index1, float ___level2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::setReverbLevel(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setReverbLevel_m97947844E2D138028F34B758105216E32F21FC0A (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, int32_t ___index0, float ___level1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPaused(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPaused_m414BC268685F2F62246612C6EB317F3DCE1C68B5 (intptr_t ____event0, bool* ___paused1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getPaused(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPaused_mB4B11CF87F9ED7B3165041E935BE9B02762DCB09 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, bool* ___paused0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetPaused(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetPaused_mBCA290F4B8A99D312947EEAA57DB60B784C74D7D (intptr_t ____event0, bool ___paused1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::setPaused(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setPaused_m0310B976872764C7EC4D451A439C4CD2638A4968 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, bool ___paused0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Start(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Start_m2B0B42BC6D7422CD14C30DF84A7E3EB01AA0CD49 (intptr_t ____event0, 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); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Stop(System.IntPtr,FMOD.Studio.STOP_MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Stop_m9FB9B30E3259599636BB756F4DCAA88AA537F01F (intptr_t ____event0, int32_t ___mode1, 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); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetTimelinePosition(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetTimelinePosition_m69B6E42DA8D03FCDAB843296568D78EBA4FA1309 (intptr_t ____event0, int32_t* ___position1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getTimelinePosition(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getTimelinePosition_m0F888FF7BAA93FDAC0EFC61551388A241781B849 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, int32_t* ___position0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetTimelinePosition(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetTimelinePosition_m5D4D8913C45B32969F57CFC23BD1AC1957C9F7B5 (intptr_t ____event0, int32_t ___position1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::setTimelinePosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setTimelinePosition_m9FB41CB0F01DE3972F05B0E63F2E655BF369B74E (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, int32_t ___position0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPlaybackState(System.IntPtr,FMOD.Studio.PLAYBACK_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPlaybackState_m32C3B3FD7137A3D54964D8554B11F67FDB69F25D (intptr_t ____event0, int32_t* ___state1, 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); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetChannelGroup(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetChannelGroup_m6B9C4AE594286C77BFC4EBC93BFFF0554DAAEFE7 (intptr_t ____event0, intptr_t* ___group1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getChannelGroup(FMOD.ChannelGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getChannelGroup_m1A8E61D52DAD6FBB6DC64D6122D59FB2283A7390 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___group0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetMinMaxDistance(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetMinMaxDistance_mCEC9EFBE1F1A2A12AC389486428E59A1BA5D6469 (intptr_t ____event0, float* ___min1, float* ___max2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getMinMaxDistance(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getMinMaxDistance_m970BAE5DAB10D8E29A3E62CBF9E85158E057BC1B (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, float* ___min0, float* ___max1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Release_m4446D1055B7DD286D75418E8979288337BA11D24 (intptr_t ____event0, 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); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_IsVirtual(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_IsVirtual_m3AB81D459AC724EC9038AFF3EB80566431B29965 (intptr_t ____event0, bool* ___virtualstate1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::isVirtual(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_isVirtual_m1C784E39A3CA02FD134ECDB4BF17FBD0E13947C2 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, bool* ___virtualstate0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByID_mE931D579340126149743E136B7E117E2137214B4 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float* ___value1, float* ___finalvalue2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByID_m69FB377495DAB4D07D3F2CE667EBA18404234822 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float* ___value1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetParameterByID_m974B0CDD9A19655D160E218A088DFE6A2617AAC9 (intptr_t ____event0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, float* ___value2, float* ___finalvalue3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByID_mDF83DB319703FDD14E53A083BC91805B08633BC6 (intptr_t ____event0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, float ___value2, bool ___ignoreseekspeed3, 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); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByIDWithLabel(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByIDWithLabel_m26241DFF451DE7E3982D8998F297A5BEDDE861EE (intptr_t ____event0, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___label2, bool ___ignoreseekspeed3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::setParameterByIDWithLabel(FMOD.Studio.PARAMETER_ID,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByIDWithLabel_m3587A3F768CD8D072B52F794E8E7B05449EE6787 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, String_t* ___label1, bool ___ignoreseekspeed2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParametersByIDs(System.IntPtr,FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParametersByIDs_mCC81A0C98CE36A2DF7D81072372E23D295D5C293 (intptr_t ____event0, PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373* ___ids1, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___values2, int32_t ___count3, bool ___ignoreseekspeed4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::setParametersByIDs(FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParametersByIDs_mBBA80B28470754073D11DCFDD2BAF73D342AF1E1 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373* ___ids0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___values1, int32_t ___count2, bool ___ignoreseekspeed3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getParameterByName(System.String,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByName_m4BB61591739B4B6DE6CE053E76BB1A4D3AB06770 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, String_t* ___name0, float* ___value1, float* ___finalvalue2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getParameterByName(System.String,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByName_m94696A996C8258538975080557EDE2359B0F89A4 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, String_t* ___name0, float* ___value1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetParameterByName(System.IntPtr,System.Byte[],System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetParameterByName_mD02CF24967EF7EBBD5F0A0D909761A591BCC52E4 (intptr_t ____event0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, float* ___value2, float* ___finalvalue3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByName(System.IntPtr,System.Byte[],System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByName_m5809697FFCE61AC3905A964CE5803B0FA83ABF26 (intptr_t ____event0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, float ___value2, bool ___ignoreseekspeed3, const RuntimeMethod* 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); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByNameWithLabel(System.IntPtr,System.Byte[],System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByNameWithLabel_m3B1BB25DD02C3E04B5D853899B6088BD220BD063 (intptr_t ____event0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___label2, bool ___ignoreseekspeed3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::setParameterByNameWithLabel(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByNameWithLabel_mD71416EE242592435B93606BB19045C0BDEF4047 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, String_t* ___name0, String_t* ___label1, bool ___ignoreseekspeed2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_KeyOff(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_KeyOff_mD6FF1BC752284131496AA106BF544323DD8083CA (intptr_t ____event0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::keyOff() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_keyOff_m6C0F6F9DE4D047F355016C108F77EDA68B67E220 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetCallback(System.IntPtr,FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetCallback_m71928874979DF1C33B6AC6E262B1EAFCB2CB4E77 (intptr_t ____event0, EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * ___callback1, uint32_t ___callbackmask2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::setCallback(FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setCallback_m3F0B382120DFB3920C07AAA913E6FB82817CBF37 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * ___callback0, uint32_t ___callbackmask1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetUserData_mEF3DB083D56B03730D1C0B8D6E753C23AE2AF78E (intptr_t ____event0, intptr_t* ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getUserData_m74926CF1E3FE4480F124B335052F1CEED19D9F05 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, intptr_t* ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetUserData_m5759E8E0279E67E9981B930A2C704C84B7C3830C (intptr_t ____event0, intptr_t ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setUserData_m28346465B55F28FE9B7FA8EA10381F0EF1E01E9D (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, intptr_t ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetCPUUsage(System.IntPtr,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetCPUUsage_mE4ADE24F49291F06F586865807270135401DFC9A (intptr_t ____event0, uint32_t* ___exclusive1, uint32_t* ___inclusive2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getCPUUsage(System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getCPUUsage_mF5D7581CF78A2A61FC666E37A33335344047F8E0 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, uint32_t* ___exclusive0, uint32_t* ___inclusive1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetMemoryUsage(System.IntPtr,FMOD.Studio.MEMORY_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetMemoryUsage_m3E4F6E8C8633D440833E0B1928271A8D0BC4346C (intptr_t ____event0, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 * ___memoryusage1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Studio.EventInstance::getMemoryUsage(FMOD.Studio.MEMORY_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getMemoryUsage_m79652F3C320E19825E7CE5C8565D7015483E1AE4 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 * ___memoryusage0, const RuntimeMethod* method); // System.Void FMOD.Studio.EventInstance::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventInstance__ctor_m9658E4E8FCA58BF099FAB13FF5A4791D3FA75490_inline (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean FMOD.Studio.EventInstance::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInstance_hasHandle_m6DB4D2D24E2BA635D289CA777CC32C280F082B52 (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.Boolean FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_IsValid(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInstance_FMOD_Studio_EventInstance_IsValid_mDA54345FC4F29A7255055706D8686AAA5E50840E (intptr_t ____event0, 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.String FMOD.GUID::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUID_ToString_m11A18A57461855A91F7255E1816D5D59F7C51406 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * __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.String FMODUnity.EventReference::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EventReference_ToString_m802A8BB1A9E77FB62CBD1C61C2F5E30BDB5748BD (EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 * __this, const RuntimeMethod* method); // System.Boolean FMOD.GUID::get_IsNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUID_get_IsNull_mA8991B1E55107D142A912ED96A36E009FB52DBF3 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * __this, 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.Int32 UnityEngine.Playables.PlayableExtensions::GetInputCount(!!0) inline int32_t PlayableExtensions_GetInputCount_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m9E50A1BFF2A0B315AFD40C85E63847D0D069A6C3 (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method) { return (( int32_t (*) (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 , const RuntimeMethod*))PlayableExtensions_GetInputCount_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m9E50A1BFF2A0B315AFD40C85E63847D0D069A6C3_gshared)(___playable0, method); } // UnityEngine.Playables.PlayableGraph UnityEngine.Playables.PlayableExtensions::GetGraph(!!0) inline PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A PlayableExtensions_GetGraph_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mD69924DC45DB87F040A08983A27B4B48B74372F7 (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method) { return (( PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A (*) (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 , const RuntimeMethod*))PlayableExtensions_GetGraph_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mD69924DC45DB87F040A08983A27B4B48B74372F7_gshared)(___playable0, method); } // UnityEngine.Playables.Playable UnityEngine.Playables.PlayableGraph::GetRootPlayable(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 PlayableGraph_GetRootPlayable_m93D18C51DC303F2A99AA1C370634746C90A6B9A3 (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * __this, int32_t ___index0, const RuntimeMethod* method); // System.Double UnityEngine.Playables.PlayableExtensions::GetTime(!!0) inline double PlayableExtensions_GetTime_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mE913454FD8D7035B7798295982E1CA2F71AAD88C (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method) { return (( double (*) (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 , const RuntimeMethod*))PlayableExtensions_GetTime_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mE913454FD8D7035B7798295982E1CA2F71AAD88C_gshared)(___playable0, method); } // UnityEngine.Playables.Playable UnityEngine.Playables.PlayableExtensions::GetInput(!!0,System.Int32) inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 PlayableExtensions_GetInput_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m4A17FD2EF8E0080F01C969B1BFDFF9F30A62D9E8 (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, int32_t ___inputPort1, const RuntimeMethod* method) { return (( Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 (*) (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 , int32_t, const RuntimeMethod*))PlayableExtensions_GetInput_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m4A17FD2EF8E0080F01C969B1BFDFF9F30A62D9E8_gshared)(___playable0, ___inputPort1, method); } // UnityEngine.Playables.ScriptPlayable`1 UnityEngine.Playables.ScriptPlayable`1::op_Explicit(UnityEngine.Playables.Playable) inline ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 ScriptPlayable_1_op_Explicit_m0E2E400802C324F0A3EC7E4D9918A5B57D717422 (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method) { return (( ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 (*) (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 , const RuntimeMethod*))ScriptPlayable_1_op_Explicit_m38772A74067A64E197C5C8ABACF0A2F456122406_gshared)(___playable0, method); } // !0 UnityEngine.Playables.ScriptPlayable`1::GetBehaviour() inline FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * ScriptPlayable_1_GetBehaviour_m371B952DA0EF507864285FD701DCA98ADB31108F (ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 * __this, const RuntimeMethod* method) { return (( FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * (*) (ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 *, const RuntimeMethod*))ScriptPlayable_1_GetBehaviour_mAAB5A26737D268B878D5CDCF0888FC9B738C09F9_gshared)(__this, method); } // System.Void FMODUnity.FMODEventPlayableBehavior::UpdateBehavior(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayableBehavior_UpdateBehavior_mC8A1F530FD4391B6764CBCE9FE1D4290A14A9676 (FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * __this, float ___time0, float ___volume1, const RuntimeMethod* method); // System.Void UnityEngine.Playables.PlayableBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableBehaviour__ctor_m1EA2FC6B8DE3503745344E7BBAA0B40FDCD50FC8 (PlayableBehaviour_t451A3E3A605FDB6CD89DE1DAD0CBE96C20687D82 * __this, const RuntimeMethod* method); // System.Double UnityEngine.Playables.PlayableAsset::get_duration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double PlayableAsset_get_duration_m7D57ED7F9E30E414F2981357A61C42CBF3D8367D (PlayableAsset_t5AD1606B76C9753A7F4C6B1061193F581023F137 * __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); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC * List_1_get_Item_m6C3ED70C6908C2A58809FA4C6707644E9BCFC39C_inline (List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC * (*) (List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mBA2E432858A4DE9FD620399D307A94551A0A893C_inline (List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // UnityEngine.Playables.ScriptPlayable`1 UnityEngine.Playables.ScriptPlayable`1::Create(UnityEngine.Playables.PlayableGraph,!0,System.Int32) inline ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 ScriptPlayable_1_Create_mEA41F6A59DF2D42B34416D6B5F4505AE585EF96B (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A ___graph0, FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * ___template1, int32_t ___inputCount2, const RuntimeMethod* method) { return (( ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 (*) (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A , FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 *, int32_t, const RuntimeMethod*))ScriptPlayable_1_Create_m8FF2EF0E1F9024F6E1E926F2EF5981D11EA10799_gshared)(___graph0, ___template1, ___inputCount2, method); } // UnityEngine.GameObject FMODUnity.FMODEventPlayable::get_TrackTargetObject() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * FMODEventPlayable_get_TrackTargetObject_mE67B945442D71B7D63D8834EC77660D022971551_inline (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, const RuntimeMethod* method); // UnityEngine.Timeline.TimelineClip FMODUnity.FMODEventPlayable::get_OwningClip() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * FMODEventPlayable_get_OwningClip_mDFF1115751E4131EDCA306C062297DC2369241A0_inline (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, const RuntimeMethod* method); // UnityEngine.Playables.Playable UnityEngine.Playables.ScriptPlayable`1::op_Implicit(UnityEngine.Playables.ScriptPlayable`1) inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ScriptPlayable_1_op_Implicit_m6CC6B29ED0E8C42543D0F0DDE9684B0FA8B1CDE1 (ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 ___playable0, const RuntimeMethod* method) { return (( Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 (*) (ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 , const RuntimeMethod*))ScriptPlayable_1_op_Implicit_m4063EDED51140B21283F767E7E005A05B29E2ABE_gshared)(___playable0, method); } // System.Void FMODUnity.FMODEventPlayableBehavior::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayableBehavior__ctor_m97C172D4AF6BE0AFAF030D1357C2A7D88350FBE6 (FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Playables.PlayableAsset::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableAsset__ctor_mAE1FA54D280C75ADC9486656C5C36AC1917D5FE4 (PlayableAsset_t5AD1606B76C9753A7F4C6B1061193F581023F137 * __this, const RuntimeMethod* method); // FMOD.Studio.EventInstance FMODUnity.RuntimeManager::CreateInstance(FMODUnity.EventReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 RuntimeManager_CreateInstance_m2B56B9F4CB418CC620F5B17A428C43D57B29D8E8 (EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 ___eventReference0, const RuntimeMethod* method); // System.Boolean UnityEngine.Application::get_isPlaying() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m0388B541E40404CBB82D6AEB224A29053A0BC58C (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); } // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, 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.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.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); // 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); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6 (const RuntimeMethod* method); // 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); // System.Void FMODUnity.FMODEventPlayableBehavior::PlayEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayableBehavior_PlayEvent_mE1175DCA89F9B94775C8C00602911DCAD3B2EF2F (FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C List_1_GetEnumerator_mBCB6756D20A4E21DD504081E16DF160E0DEA21FF (List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * __this, const RuntimeMethod* method) { return (( Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C (*) (List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC * Enumerator_get_Current_m0BC6046128F1855E0B6C915DDF3BBD292B5C356D_inline (Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C * __this, const RuntimeMethod* method) { return (( ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC * (*) (Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m23D31744394296AE33A16E927ADCEBB8A21923E7 (Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m1A1EBD96B502C5D5D628595410E7F4BB6653CD71 (Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Double UnityEngine.Timeline.TimelineClip::get_start() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TimelineClip_get_start_m401E739C569F735977B190F73BCBD4F10FD76ABD_inline (TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * __this, const RuntimeMethod* method); // System.Double UnityEngine.Timeline.TimelineClip::get_end() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimelineClip_get_end_m00D8AEC52D2496C97CE07A266570AB94306ABC22 (TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * __this, const RuntimeMethod* method); // System.Void FMODUnity.FMODEventPlayableBehavior::OnEnter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayableBehavior_OnEnter_m1E179E0BE7D0573571FD58D1FB1CD2CF4FFE83A3 (FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * __this, const RuntimeMethod* method); // System.Void FMODUnity.FMODEventPlayableBehavior::OnExit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayableBehavior_OnExit_m541C1C1AC587B46DFA64353E73A95E3A919560FC (FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * __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::update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_update_m398AD04EE5D4DD3CC8A01AF3BAF2355CFF31A82B (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mD94DBD9FDBA4EEBFF4416CDECC492BE193168768 (List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline PlayableDirector_t63912C98A4EC9D4701E88B633E27E0D97209BA38 * GameObject_GetComponent_TisPlayableDirector_t63912C98A4EC9D4701E88B633E27E0D97209BA38_m3D32B48A597D5DB9C11F87B94BB4C0853DA88686 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( PlayableDirector_t63912C98A4EC9D4701E88B633E27E0D97209BA38 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // UnityEngine.Object UnityEngine.Playables.PlayableDirector::GetGenericBinding(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * PlayableDirector_GetGenericBinding_m38A4F65D838B0E0E4E5D96A7A648FBDAAB62ADD8 (PlayableDirector_t63912C98A4EC9D4701E88B633E27E0D97209BA38 * __this, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___key0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 UnityEngine.Timeline.TrackAsset::GetClips() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TrackAsset_GetClips_m31018DAFC45C73E0F9BB6CC60C734016ED1D28CE (TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628 * __this, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Timeline.TimelineClip::get_asset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * TimelineClip_get_asset_m147143A7209205C975960CA4E67BE2B6E408DBDA_inline (TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * __this, const RuntimeMethod* method); // System.Void FMODUnity.FMODEventPlayable::set_TrackTargetObject(UnityEngine.GameObject) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FMODEventPlayable_set_TrackTargetObject_mFEDA9C0C3BC1638A9A27DA37185B3DB45E5ED7DC_inline (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___value0, const RuntimeMethod* method); // System.Void FMODUnity.FMODEventPlayable::set_OwningClip(UnityEngine.Timeline.TimelineClip) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FMODEventPlayable_set_OwningClip_m45FE93FFE8B5ED1898E61BE68AD1F2B7C636FC54_inline (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * ___value0, const RuntimeMethod* method); // UnityEngine.Playables.ScriptPlayable`1 UnityEngine.Playables.ScriptPlayable`1::Create(UnityEngine.Playables.PlayableGraph,!0,System.Int32) inline ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138 ScriptPlayable_1_Create_m532482E5B935F2924FCA257B4A951A47D2CE0FBE (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A ___graph0, FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB * ___template1, int32_t ___inputCount2, const RuntimeMethod* method) { return (( ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138 (*) (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A , FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB *, int32_t, const RuntimeMethod*))ScriptPlayable_1_Create_m8FF2EF0E1F9024F6E1E926F2EF5981D11EA10799_gshared)(___graph0, ___template1, ___inputCount2, method); } // UnityEngine.Playables.Playable UnityEngine.Playables.ScriptPlayable`1::op_Implicit(UnityEngine.Playables.ScriptPlayable`1) inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ScriptPlayable_1_op_Implicit_mC2351F39951490BFD15986A4F0AB9E2050E87AA4 (ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138 ___playable0, const RuntimeMethod* method) { return (( Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 (*) (ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138 , const RuntimeMethod*))ScriptPlayable_1_op_Implicit_m4063EDED51140B21283F767E7E005A05B29E2ABE_gshared)(___playable0, method); } // System.Void FMODUnity.FMODEventMixerBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventMixerBehaviour__ctor_mD827944561A9A3497C356035A8389A01C365E7F0 (FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB * __this, const RuntimeMethod* method); // System.Void UnityEngine.Timeline.TrackAsset::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrackAsset__ctor_m7C48D12914098F6029C001D474737762AF76A78F (TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628 * __this, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::ExecuteOnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_ExecuteOnGUI_m88BB9E0A156E1DD2D7C761352DA761E6E1CF8D80 (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Factory::FMOD5_System_Create(System.IntPtr&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Factory_FMOD5_System_Create_mDED077E95215024AA3D2AD0551E948D0F6D7F531 (intptr_t* ___system0, uint32_t ___headerversion1, const RuntimeMethod* method); // System.Byte[] System.Guid::ToByteArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Guid_ToByteArray_mFD26B992E49518AE955F1FE244A9464A5E347E0A (Guid_t * __this, const RuntimeMethod* method); // System.Int32 System.BitConverter::ToInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitConverter_ToInt32_m6C9D9DF7A40AA0C688BE3968C00A932089660E03 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Void FMOD.GUID::.ctor(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUID__ctor_m3412D12A04299D0940C310EAECA6144D41A8E6F8 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * __this, Guid_t ___guid0, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66 (Guid_t * __this, String_t* ___g0, 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.Boolean FMOD.GUID::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUID_Equals_mC7BA231A42502BB8B6A817F4925EA348B4F31A41 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * __this, RuntimeObject * ___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 System.Guid::.ctor(System.Int32,System.Int16,System.Int16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_m5FA1AE228005971FBD520A9379FFE3C0C7D2A61A (Guid_t * __this, int32_t ___a0, int16_t ___b1, int16_t ___c2, uint8_t ___d3, uint8_t ___e4, uint8_t ___f5, uint8_t ___g6, uint8_t ___h7, uint8_t ___i8, uint8_t ___j9, uint8_t ___k10, const RuntimeMethod* method); // System.Guid FMOD.GUID::op_Implicit(FMOD.GUID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t GUID_op_Implicit_mB439E209A22A1B87EE4533DFFE2DB49BCD0F5D56 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___guid0, const RuntimeMethod* method); // System.String System.Guid::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_mB4CBA020EEFAC3F6E828BB8A15E813F3680CEFAB (Guid_t * __this, String_t* ___format0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_Release_m59D062FEFC8AE7440CA840E105C56ECBBD985B32 (intptr_t ___geometry0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_release_m922EDEA2B4CA1CB8D6B1F7E6D95834ACD08E6B03 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_AddPolygon(System.IntPtr,System.Single,System.Single,System.Boolean,System.Int32,FMOD.VECTOR[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_AddPolygon_m48FE96501331536FB1A3CEB579902BBA131E9CA0 (intptr_t ___geometry0, float ___directocclusion1, float ___reverbocclusion2, bool ___doublesided3, int32_t ___numvertices4, VECTORU5BU5D_t1C33E14EEC99D866DC3CA50AF5A1373DDC9246AC* ___vertices5, int32_t* ___polygonindex6, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::addPolygon(System.Single,System.Single,System.Boolean,System.Int32,FMOD.VECTOR[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_addPolygon_m74FB964870A7F95230B5AAEF60C0B7F72A65192A (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, float ___directocclusion0, float ___reverbocclusion1, bool ___doublesided2, int32_t ___numvertices3, VECTORU5BU5D_t1C33E14EEC99D866DC3CA50AF5A1373DDC9246AC* ___vertices4, int32_t* ___polygonindex5, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetNumPolygons(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetNumPolygons_m7EB3A387D6A8F7FF30F6DF00984E5A812FFEEA12 (intptr_t ___geometry0, int32_t* ___numpolygons1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::getNumPolygons(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getNumPolygons_mD889AE959752A41440EE8A064BE8F7F805723C48 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, int32_t* ___numpolygons0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetMaxPolygons(System.IntPtr,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetMaxPolygons_m4B5C106165B2FA006658EA379DB9A206E7585150 (intptr_t ___geometry0, int32_t* ___maxpolygons1, int32_t* ___maxvertices2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::getMaxPolygons(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getMaxPolygons_m183175BA8FF3D1DB486106F3E696924EB6295328 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, int32_t* ___maxpolygons0, int32_t* ___maxvertices1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPolygonNumVertices(System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPolygonNumVertices_m5015B144CA255940F06A5D4601D33D3825CBA131 (intptr_t ___geometry0, int32_t ___index1, int32_t* ___numvertices2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::getPolygonNumVertices(System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPolygonNumVertices_mA5F5D3E414D6C503189645AB49730BA66968FD9D (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, int32_t ___index0, int32_t* ___numvertices1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetPolygonVertex(System.IntPtr,System.Int32,System.Int32,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetPolygonVertex_m8C053656E88129C90B5CA12E6CC3BA23BB642FD4 (intptr_t ___geometry0, int32_t ___index1, int32_t ___vertexindex2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vertex3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::setPolygonVertex(System.Int32,System.Int32,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setPolygonVertex_mCCD6447A6192EB728F2EDAA58814CA7A93CB893A (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, int32_t ___index0, int32_t ___vertexindex1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vertex2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPolygonVertex(System.IntPtr,System.Int32,System.Int32,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPolygonVertex_m9CC4CA29D50E4A0E1D7D6B1BDD901FD274C5F982 (intptr_t ___geometry0, int32_t ___index1, int32_t ___vertexindex2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vertex3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::getPolygonVertex(System.Int32,System.Int32,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPolygonVertex_m23D03537403791EFEA25AF6120623ACFF9CDDB86 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, int32_t ___index0, int32_t ___vertexindex1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vertex2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetPolygonAttributes(System.IntPtr,System.Int32,System.Single,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetPolygonAttributes_m53462CD30CD4315C79886E60B32B7F154AAF568A (intptr_t ___geometry0, int32_t ___index1, float ___directocclusion2, float ___reverbocclusion3, bool ___doublesided4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::setPolygonAttributes(System.Int32,System.Single,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setPolygonAttributes_mDDD14511A3D8767EAB2A3BE35B7286C4338880D9 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, int32_t ___index0, float ___directocclusion1, float ___reverbocclusion2, bool ___doublesided3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPolygonAttributes(System.IntPtr,System.Int32,System.Single&,System.Single&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPolygonAttributes_m866471C7EC20A0B727D29BACAF85E866E97AA3B9 (intptr_t ___geometry0, int32_t ___index1, float* ___directocclusion2, float* ___reverbocclusion3, bool* ___doublesided4, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::getPolygonAttributes(System.Int32,System.Single&,System.Single&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPolygonAttributes_m70EE946C9951FAE67B8B818C7CF72EA74EE3FDB9 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, int32_t ___index0, float* ___directocclusion1, float* ___reverbocclusion2, bool* ___doublesided3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetActive(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetActive_m1BF0F43148ECE5D781C9FC5FCBC3DAE4C2E35CCF (intptr_t ___geometry0, bool ___active1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::setActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setActive_m5F13A4352FB8342BE98FE5DA95A1D43927067FCA (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, bool ___active0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetActive(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetActive_m1FF612D5F53A4C59F8EF06A9541557945E66B3A2 (intptr_t ___geometry0, bool* ___active1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::getActive(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getActive_m98B10A98DC8C2894845F7BC4D6FDD0DB144039A6 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, bool* ___active0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetRotation(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetRotation_m62FF1995B1CE5029ADEFBFD46B2675F5D13EE26A (intptr_t ___geometry0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::setRotation(FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setRotation_m72C25A7A6E425C8DB8B957C2A0514FC3398230AC (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetRotation(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetRotation_mFBF393BB5014F0940348219DA63CF848273E5546 (intptr_t ___geometry0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::getRotation(FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getRotation_mAC7B322DD804829816F584EA822371339329EAEC (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetPosition(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetPosition_mD480B8FA0D19AE8E95A84291427D2DA48D44135E (intptr_t ___geometry0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::setPosition(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setPosition_m1EDA7BA42180D3C46476E7F7C35253443C544292 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPosition(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPosition_m0B11ABE1CEEA73BC10BAFDC2DF47CE71548A24AC (intptr_t ___geometry0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::getPosition(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPosition_m795462C4AFBDB9C5103BD3AC011E6A154A5E8A4F (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetScale(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetScale_m6839A8787C965E1C4F85A1D7747399952C04FCF8 (intptr_t ___geometry0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___scale1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::setScale(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setScale_mF5DB54633AEAD321CD6874F96887022B58E020A5 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___scale0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetScale(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetScale_m79254D445E2F35075E094D3EE0A0EA7AAA5BDAC5 (intptr_t ___geometry0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___scale1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::getScale(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getScale_mDA614140923C51565C2DF32455946FE287F8E5BA (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___scale0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_Save(System.IntPtr,System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_Save_m7BAE9B9D6E46537F9FD4C0988B5F2C6C57DF267A (intptr_t ___geometry0, intptr_t ___data1, int32_t* ___datasize2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::save(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_save_mA99C4CAE4AD568E8591AA31B3AEE4F0F5098101D (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, intptr_t ___data0, int32_t* ___datasize1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetUserData_m100FC93CCB353D08C22F88C0BB0927AEF41A2BF7 (intptr_t ___geometry0, intptr_t ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setUserData_mC1B046306AFDB2CD80D17CBEB7733F17476E84BC (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, intptr_t ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetUserData_m4904F551081DBBCB6519EC85B3E02B32618566FE (intptr_t ___geometry0, intptr_t* ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Geometry::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getUserData_m8C06B7E821E610B9C64B9C7D4850FA057FBF8093 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, intptr_t* ___userdata0, const RuntimeMethod* method); // System.Void FMOD.Geometry::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Geometry__ctor_m784EBA263A2D1662E6888E14775601387F0A8796_inline (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean FMOD.Geometry::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Geometry_hasHandle_m0B352A4C566455564C6ABD44AA477B9D9B1FA2AA (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, const RuntimeMethod* method); // System.Void FMOD.Geometry::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Geometry_clearHandle_m5C6394FD6EE362E4A305482EA145CC2AD880C778 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, const RuntimeMethod* method); // System.Void FMODUnity.Legacy::CopySetting(System.Collections.Generic.List`1,FMODUnity.Legacy/Platform,FMODUnity.Legacy/Platform) inline void Legacy_CopySetting_TisPlatformBoolSetting_t2E22BFCAF1E3F64C00B56A090BE84DFBBE2BA479_TisTriStateBool_t94CD06884EBE26260E024B75AE612BCF1915A078_m13325BB4ED98DBF7D15A80E4434F9F381F6FD110 (List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * ___list0, int32_t ___fromPlatform1, int32_t ___toPlatform2, const RuntimeMethod* method) { (( void (*) (List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 *, int32_t, int32_t, const RuntimeMethod*))Legacy_CopySetting_TisRuntimeObject_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_mAD202F9F2697FAD229E8ECFC564209686DD43E09_gshared)(___list0, ___fromPlatform1, ___toPlatform2, method); } // System.Void FMODUnity.Legacy::CopySetting(System.Collections.Generic.List`1,FMODUnity.Legacy/Platform,FMODUnity.Legacy/Platform) inline void Legacy_CopySetting_TisPlatformIntSetting_t9864FB4E1B651288FBC26FB386A06161EBBE30D3_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF80D43CA6BC08B52AD4711B53ECF2321BD6A14EF (List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * ___list0, int32_t ___fromPlatform1, int32_t ___toPlatform2, const RuntimeMethod* method) { (( void (*) (List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 *, int32_t, int32_t, const RuntimeMethod*))Legacy_CopySetting_TisRuntimeObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m59E0BF4128E270B1A4EE8CA21BF00F58715B1568_gshared)(___list0, ___fromPlatform1, ___toPlatform2, method); } // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92 (Type_t * ___t0, const RuntimeMethod* method); // System.Object System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4 (intptr_t ___ptr0, Type_t * ___structureType1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Memory::FMOD5_Memory_Initialize(System.IntPtr,System.Int32,FMOD.MEMORY_ALLOC_CALLBACK,FMOD.MEMORY_REALLOC_CALLBACK,FMOD.MEMORY_FREE_CALLBACK,FMOD.MEMORY_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Memory_FMOD5_Memory_Initialize_m7B41C16D51822A31A7CC75DF3D9B9359F0089E53 (intptr_t ___poolmem0, int32_t ___poollen1, MEMORY_ALLOC_CALLBACK_tD41860E88D24C47AAFB1915DB3867B45C2DA0660 * ___useralloc2, MEMORY_REALLOC_CALLBACK_tC0AA5758E2A96429BD9347F3C0085F20F255E06D * ___userrealloc3, MEMORY_FREE_CALLBACK_t3D115360BCB06042884B9C01973CB8678B92B120 * ___userfree4, uint32_t ___memtypeflags5, const RuntimeMethod* method); // FMOD.RESULT FMOD.Memory::FMOD5_Memory_GetStats(System.Int32&,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Memory_FMOD5_Memory_GetStats_m880641F73AA1361264A55F4EA81E389BFD7A96E4 (int32_t* ___currentalloced0, int32_t* ___maxalloced1, bool ___blocking2, const RuntimeMethod* method); // System.Void FMOD.REVERB_PROPERTIES::.ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664 (REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * __this, float ___decayTime0, float ___earlyDelay1, float ___lateDelay2, float ___hfReference3, float ___hfDecayRatio4, float ___diffusion5, float ___density6, float ___lowShelfFrequency7, float ___lowShelfGain8, float ___highCut9, float ___earlyLateMix10, float ___wetLevel11, 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.String UnityEngine.Application::get_dataPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_dataPath_m69F3B973BD60C419CB91DE0526D39396062947AC (const RuntimeMethod* 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.Void System.NotImplementedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Collections.Generic.List`1 FMODUnity.Platform::get_Plugins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * Platform_get_Plugins_mA37650B3F6025BD6DADE132BE24ECE86E10E7D99 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, 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); } // 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); // System.Void System.Action`2::Invoke(!0,!1) inline void Action_2_Invoke_mFBFFE24141B78A0E0C4442C15C505AC451A0E268 (Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * __this, int32_t ___arg10, String_t* ___arg21, const RuntimeMethod* method) { (( void (*) (Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 *, int32_t, String_t*, const RuntimeMethod*))Action_2_Invoke_m152C98E120D38857ED1464915833AAE22C0812B5_gshared)(__this, ___arg10, ___arg21, 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.Collections.Generic.List`1 FMODUnity.Platform::get_StaticPlugins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * Platform_get_StaticPlugins_mBC930FAB0C420CB59C73A03EA9943911B5E0C8C0 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732 (Type_t * ___left0, Type_t * ___right1, 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.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodInfo::op_Equality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Equality_m0716EB8EAA86F91031CF1C0B5E5D4B0269AC6A08 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters1, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertyStorage::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyStorage__ctor_m063CF17DD0730468FED0CB9860E0678AEBC8BC43 (PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * __this, const RuntimeMethod* method); // System.Void FMODUnity.Platform::set_ParentIdentifier(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Platform_set_ParentIdentifier_m44FFC5F466815AAE2D2A520E18E29FEDA353A346_inline (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, String_t* ___value0, const RuntimeMethod* 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); // FMODUnity.TriStateBool FMODUnity.Platform::get_LiveUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_LiveUpdate_m72F2E54814DC68C810572595068F678BC51293CE (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // FMODUnity.TriStateBool FMODUnity.Platform::get_Overlay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_Overlay_mBDAB439CBA9564077D199351933151542E9E898E (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // T FMODUnity.Platform/PropertyAccessor`1::Get(FMODUnity.Platform) inline int32_t PropertyAccessor_1_Get_m0431A76637AF5F9380E39F961426A93C176BA22D (PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method) { return (( int32_t (*) (PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 *, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 *, const RuntimeMethod*))PropertyAccessor_1_Get_m1735E71BE0CEE41C4FCD21AA5812614D14131D8A_gshared)(__this, ___platform0, method); } // T FMODUnity.Platform/PropertyAccessor`1::Get(FMODUnity.Platform) inline int32_t PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2 (PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method) { return (( int32_t (*) (PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 *, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 *, const RuntimeMethod*))PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_gshared)(__this, ___platform0, method); } // T FMODUnity.Platform/PropertyAccessor`1::Get(FMODUnity.Platform) inline String_t* PropertyAccessor_1_Get_mEA9FA9801933103D40FB42DFC94691B581DA63EF (PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method) { return (( String_t* (*) (PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7 *, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 *, const RuntimeMethod*))PropertyAccessor_1_Get_m5470871EFCA84A825B77C5D4F73C6F8BBFE4B032_gshared)(__this, ___platform0, method); } // T FMODUnity.Platform/PropertyAccessor`1::Get(FMODUnity.Platform) inline int32_t PropertyAccessor_1_Get_mB6F57A558727AADAEAA220B8D46010CC41C39EA7 (PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method) { return (( int32_t (*) (PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375 *, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 *, const RuntimeMethod*))PropertyAccessor_1_Get_m1735E71BE0CEE41C4FCD21AA5812614D14131D8A_gshared)(__this, ___platform0, method); } // T FMODUnity.Platform/PropertyAccessor`1>::Get(FMODUnity.Platform) inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * PropertyAccessor_1_Get_m12A2137BD100F2DC0289F041FE5D71FC7A1E4DE3 (PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method) { return (( List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * (*) (PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 *, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 *, const RuntimeMethod*))PropertyAccessor_1_Get_m5470871EFCA84A825B77C5D4F73C6F8BBFE4B032_gshared)(__this, ___platform0, method); } // T FMODUnity.Platform/PropertyAccessor`1::Get(FMODUnity.Platform) inline PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * PropertyAccessor_1_Get_m9AD504FFD14A85155618554769CF3F0D23E3FADD (PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method) { return (( PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * (*) (PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0 *, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 *, const RuntimeMethod*))PropertyAccessor_1_Get_m5470871EFCA84A825B77C5D4F73C6F8BBFE4B032_gshared)(__this, ___platform0, 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.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.Boolean FMODUnity.Platform::InheritsFrom(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_InheritsFrom_m0E2A63EDD4CEC843FBD965DA60E6AE88230A3601 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method); // System.Boolean System.Enum::IsDefined(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_IsDefined_m67893F49AE2F7A57F127280D2039C2A0F53D630C (Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m128197F25A38D7D23802A9DFC66B80E351BB76D1 (Type_t * ___enumType0, String_t* ___value1, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertyThreadAffinityList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyThreadAffinityList__ctor_m6B9CB8299ED2216FB8ADD9476F07A54B4A20016A (PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2 * __this, const RuntimeMethod* 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_m3B472FE1406852624B9A23FDDDAAD08191635D9A (List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void FMODUnity.Settings::AddPlatformTemplate(System.String) inline void Settings_AddPlatformTemplate_TisPlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE_m94A134C251DB7B0916536200B0BE780B0180F50E (String_t* ___identifier0, const RuntimeMethod* method) { (( void (*) (String_t*, const RuntimeMethod*))Settings_AddPlatformTemplate_TisRuntimeObject_mA42CF0E092C3CB181E4197CAEB2FD521BE3092AB_gshared)(___identifier0, method); } // 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); // System.String FMODUnity.PlatformAndroid::StaticGetBankFolder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformAndroid_StaticGetBankFolder_m3666373235C09D1140B14B109EBDE60CD3FFDC00 (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.String FMODUnity.PlatformAndroid::StaticGetPluginPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformAndroid_StaticGetPluginPath_m9CDE67010C6A2E382C80E4D4BFE93545BA926068 (String_t* ___pluginName0, const RuntimeMethod* method); // System.Void FMODUnity.Platform::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform__ctor_mEC262D56EBD01A2B9AA658A4E035B4DBFF6EF987 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Void FMODUnity.Settings::AddPlatformTemplate(System.String) inline void Settings_AddPlatformTemplate_TisPlatformAppleTV_t09468309A48AFCD6386FE41DF217768BE729A0EB_m3556DA8778FB923B12FE518C9FCF559ADC3E0BAC (String_t* ___identifier0, const RuntimeMethod* method) { (( void (*) (String_t*, const RuntimeMethod*))Settings_AddPlatformTemplate_TisRuntimeObject_mA42CF0E092C3CB181E4197CAEB2FD521BE3092AB_gshared)(___identifier0, method); } // System.Void FMODUnity.PlatformIOS::StaticLoadPlugins(FMODUnity.Platform,FMOD.System,System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS_StaticLoadPlugins_m85D17038A80548CFF97077CE4EF5AF4A53ED9AE6 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B ___coreSystem1, Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * ___reportResult2, const RuntimeMethod* method); // System.Void FMODUnity.Platform::set_Identifier(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Platform_set_Identifier_m857583446745893739F592873F07500AD6906465_inline (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void FMODUnity.Platform::InitializeProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_InitializeProperties_m0AAF7FC858241C04E3DFF51FA9F367CEC216ACA4 (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 FMODUnity.Platform/PropertyAccessor`1>::Set(FMODUnity.Platform,T) inline void PropertyAccessor_1_Set_m68DF61E94E6510C6EE4F5214B6682631FC1761AB (PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___value1, const RuntimeMethod* method) { (( void (*) (PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 *, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 *, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))PropertyAccessor_1_Set_m725D9D09955DC3717A408112C7FD1B1EE97867FD_gshared)(__this, ___platform0, ___value1, method); } // System.Void FMODUnity.Platform::EnsurePropertiesAreValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_EnsurePropertiesAreValid_m038CB0AEDFEADF67788A839AC9D1FE056374E4DE (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Void FMODUnity.Settings::AddPlatformTemplate(System.String) inline void Settings_AddPlatformTemplate_TisPlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2_mC5DE8F27B1D028C547BB4866F20D08EAC39CD4F5 (String_t* ___identifier0, const RuntimeMethod* method) { (( void (*) (String_t*, const RuntimeMethod*))Settings_AddPlatformTemplate_TisRuntimeObject_mA42CF0E092C3CB181E4197CAEB2FD521BE3092AB_gshared)(___identifier0, method); } // System.Void FMODUnity.Settings::AddPlatformTemplate(System.String) inline void Settings_AddPlatformTemplate_TisPlatformLinux_t442AC01DBDC592088623F45D893237259CF26E78_m826BEBB1CA82ABB26FE5C188C74B2CC2DFCFAE8D (String_t* ___identifier0, const RuntimeMethod* method) { (( void (*) (String_t*, const RuntimeMethod*))Settings_AddPlatformTemplate_TisRuntimeObject_mA42CF0E092C3CB181E4197CAEB2FD521BE3092AB_gshared)(___identifier0, method); } // System.Void FMODUnity.Settings::AddPlatformTemplate(System.String) inline void Settings_AddPlatformTemplate_TisPlatformMac_tB9DCCCF215BC7DACB1883168AEAF8F18019DF0F4_mC4A6951B16C58B5EE37AF109D7F1CF2335DB12CC (String_t* ___identifier0, const RuntimeMethod* method) { (( void (*) (String_t*, const RuntimeMethod*))Settings_AddPlatformTemplate_TisRuntimeObject_mA42CF0E092C3CB181E4197CAEB2FD521BE3092AB_gshared)(___identifier0, method); } // System.Void FMODUnity.Settings::AddPlatformTemplate(System.String) inline void Settings_AddPlatformTemplate_TisPlatformMobileHigh_t8C940E40638B538A9A2367DFB7FC152FD5001BEE_mBB0409668927F1D1041F2ACF435897F75F5B84C9 (String_t* ___identifier0, const RuntimeMethod* method) { (( void (*) (String_t*, const RuntimeMethod*))Settings_AddPlatformTemplate_TisRuntimeObject_mA42CF0E092C3CB181E4197CAEB2FD521BE3092AB_gshared)(___identifier0, method); } // System.Single FMODUnity.PlatformMobileLow::get_Priority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PlatformMobileLow_get_Priority_m30FAD506765EBA20486D0363EF3923A273B41729 (PlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D * __this, const RuntimeMethod* 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.PlatformMobileLow::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformMobileLow__ctor_mD27C81FDD42B6D861D18832E3278BE47EAA294CA (PlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D * __this, const RuntimeMethod* method); // System.Void FMODUnity.Settings::AddPlatformTemplate(System.String) inline void Settings_AddPlatformTemplate_TisPlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D_m2F6A1E01E6E4C82F9CF442907947A4EDCE3D50F9 (String_t* ___identifier0, const RuntimeMethod* method) { (( void (*) (String_t*, const RuntimeMethod*))Settings_AddPlatformTemplate_TisRuntimeObject_mA42CF0E092C3CB181E4197CAEB2FD521BE3092AB_gshared)(___identifier0, method); } // System.String FMODUnity.Settings::get_SourceBankPath() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Settings_get_SourceBankPath_m59796BE81516CCFDB73FFA88D2E3378880E1F1A2_inline (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method); // System.String FMODUnity.Platform::get_BuildDirectory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_get_BuildDirectory_mCD06E487B129BF5C7F47A95E5EC4DD68FF5C3CA2 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mBAC6F82953008479983594F7F95101F46310C32D (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method); // System.String FMODUnity.RuntimeUtils::GetCommonPlatformPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeUtils_GetCommonPlatformPath_mB12700F862C8A58E291C9B52A430B82C7553C9DA (String_t* ___path0, const RuntimeMethod* method); // System.Void FMODUnity.Platform/PropertyAccessor`1::Set(FMODUnity.Platform,T) inline void PropertyAccessor_1_Set_m454B38188952C971783330FB21052EE826520490 (PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 *, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 *, int32_t, const RuntimeMethod*))PropertyAccessor_1_Set_mF7B213CB4271CD989F3A6D00692A18E1CD1A07D4_gshared)(__this, ___platform0, ___value1, method); } // System.Void FMODUnity.Platform/PropertyAccessor`1::Set(FMODUnity.Platform,T) inline void PropertyAccessor_1_Set_m3601DD7E7DD89F06ED23E428EC3BC0AF03C8F79F (PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 *, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 *, int32_t, const RuntimeMethod*))PropertyAccessor_1_Set_m3601DD7E7DD89F06ED23E428EC3BC0AF03C8F79F_gshared)(__this, ___platform0, ___value1, method); } // System.Void FMODUnity.Settings::AddPlatformTemplate(System.String) inline void Settings_AddPlatformTemplate_TisPlatformWebGL_tCE0E1EB8AC608969C033338A32708A297B4161FE_m66040E1A62EF384D48A9CC3DD5565C89FB1AD12F (String_t* ___identifier0, const RuntimeMethod* method) { (( void (*) (String_t*, const RuntimeMethod*))Settings_AddPlatformTemplate_TisRuntimeObject_mA42CF0E092C3CB181E4197CAEB2FD521BE3092AB_gshared)(___identifier0, method); } // System.Void FMODUnity.Settings::AddPlatformTemplate(System.String) inline void Settings_AddPlatformTemplate_TisPlatformWindows_t38CAFA850968FD94FB25B231EC8516ACDB50B3A7_mD2098E364B0AC48AD6461CBD08CA47B18420250B (String_t* ___identifier0, const RuntimeMethod* method) { (( void (*) (String_t*, const RuntimeMethod*))Settings_AddPlatformTemplate_TisRuntimeObject_mA42CF0E092C3CB181E4197CAEB2FD521BE3092AB_gshared)(___identifier0, method); } // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_Release_mD0EE8AD43849C9D41C79ACA120920E129F5F6964 (intptr_t ___reverb3d0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_release_m5E48E954E4D62982706C5F0864D17E77940A30BA (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_Set3DAttributes(System.IntPtr,FMOD.VECTOR&,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_Set3DAttributes_m1CED32692DFF6343692A5362A70F511F118CC95B (intptr_t ___reverb3d0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position1, float ___mindistance2, float ___maxdistance3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::set3DAttributes(FMOD.VECTOR&,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_set3DAttributes_mAAD338EEBADF9A26278942B03654DD100A6BC43D (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position0, float ___mindistance1, float ___maxdistance2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_Get3DAttributes(System.IntPtr,FMOD.VECTOR&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_Get3DAttributes_m4E118331B547A0C0AC0CF7CC810ED4232BC1C0F5 (intptr_t ___reverb3d0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position1, float* ___mindistance2, float* ___maxdistance3, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::get3DAttributes(FMOD.VECTOR&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_get3DAttributes_m929068814B2EEF567A5BE66026DC19B631F97355 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position0, float* ___mindistance1, float* ___maxdistance2, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_SetProperties(System.IntPtr,FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_SetProperties_m0CB898A23B1E4092FFE5C1068F8A7EBBD43A2697 (intptr_t ___reverb3d0, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___properties1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::setProperties(FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_setProperties_mA94D9835BEDF545EC0031017D2C9FD480AA2F887 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___properties0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_GetProperties(System.IntPtr,FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_GetProperties_m6F759BDB70C00F8E69053326CE61CB4B470A7814 (intptr_t ___reverb3d0, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___properties1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::getProperties(FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_getProperties_mBEABDC3E41FADDBAD435B6DC5DC7A6DEE78949E3 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___properties0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_SetActive(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_SetActive_mD1B49D4FB88E9B1F53AF199341D2C556D166B7FA (intptr_t ___reverb3d0, bool ___active1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::setActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_setActive_mAE380C1B455B9A98DF302CAC0C6A4D16FD7FE331 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, bool ___active0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_GetActive(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_GetActive_m614B991B80257A73FB498ED2A70141F01541B72F (intptr_t ___reverb3d0, bool* ___active1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::getActive(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_getActive_mF359F89D7D9A121D281CD2719F07378242E71268 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, bool* ___active0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_SetUserData_mC8D5095DD20CF5FDDEE75F5E7D8DC7E386324EC8 (intptr_t ___reverb3d0, intptr_t ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_setUserData_mBCBC5EC6D2129EAA1F07C5894CC493D5617CFE88 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, intptr_t ___userdata0, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_GetUserData_m2B40331959A84190F541B3E445518DA86B791799 (intptr_t ___reverb3d0, intptr_t* ___userdata1, const RuntimeMethod* method); // FMOD.RESULT FMOD.Reverb3D::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_getUserData_m2FC75F09D25D6AC462A73A011FBA57184C440392 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, intptr_t* ___userdata0, const RuntimeMethod* method); // System.Void FMOD.Reverb3D::.ctor(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Reverb3D__ctor_mDC02E0301B9B60C70B56C3B7BB6E1869247D76EE_inline (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean FMOD.Reverb3D::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reverb3D_hasHandle_m1FA49B82AAB8CA07236CF2D2078152FA138F46E8 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, const RuntimeMethod* method); // System.Void FMOD.Reverb3D::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reverb3D_clearHandle_m5D9C2046D4DD64FAEBB5687D644C3962AB829AC0 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, const RuntimeMethod* method); // FMOD.RESULT FMODUnity.RuntimeManager::DEBUG_CALLBACK(FMOD.DEBUG_FLAGS,System.IntPtr,System.Int32,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeManager_DEBUG_CALLBACK_m26C2A118C72055F24B5B80EF7FAA88813AF69DBA (uint32_t ___flags0, intptr_t ___filePtr1, int32_t ___line2, intptr_t ___funcPtr3, intptr_t ___messagePtr4, const RuntimeMethod* method); // FMOD.RESULT FMODUnity.RuntimeManager::ERROR_CALLBACK(System.IntPtr,FMOD.SYSTEM_CALLBACK_TYPE,System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeManager_ERROR_CALLBACK_mD4040C3C1E8E5FE50A6813E137FA217311031DA7 (intptr_t ___system0, uint32_t ___type1, intptr_t ___commanddata12, intptr_t ___commanddata23, intptr_t ___userdata4, const RuntimeMethod* method); // FMODUnity.RuntimeManager FMODUnity.RuntimeManager::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A (const RuntimeMethod* 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.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 FMODUnity.RuntimeUtils::DebugLogError(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_DebugLogError_m32DADF824B49D54717C11A1689F35D14F6C3B57B (String_t* ___message0, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeUtils::DebugLogWarning(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_DebugLogWarning_mF611A5BF60BE3F7D44E49D0A630D0A97FD450409 (String_t* ___message0, 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); // System.String System.IntPtr::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IntPtr_ToString_m7CDFDC84936276E62AB76AA238F7571B54DF90B4 (intptr_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // !!0[] UnityEngine.Resources::FindObjectsOfTypeAll() inline RuntimeManagerU5BU5D_t48A7110E7E6158183E15B5943CEAD59762E93BBF* Resources_FindObjectsOfTypeAll_TisRuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_m9E4820378EF2E8A5F04960B5542541865D20BD24 (const RuntimeMethod* method) { return (( RuntimeManagerU5BU5D_t48A7110E7E6158183E15B5943CEAD59762E93BBF* (*) (const RuntimeMethod*))Resources_FindObjectsOfTypeAll_TisRuntimeObject_m8D2DBE0C15FEBF6C7B9706DBF52503080ADFC14F_gshared)(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); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m7E408D4287F169F714A91F4D823A0BEF6090C11F (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, String_t* ___name0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * GameObject_AddComponent_TisRuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_m33212D28124A53009481660F3AAED1D8934F2835 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // System.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m8E3B1C552851D48BDC47F510C07714610923319B (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___target0, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeUtils::EnforceLibraryOrder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtils_EnforceLibraryOrder_m7B683A846D00BFE05F075B6E444EA49CC969A4DE (const RuntimeMethod* method); // FMOD.RESULT FMODUnity.RuntimeManager::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeManager_Initialize_mB113A12B863730B076C38CD9074083ED47746ECA (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, const RuntimeMethod* method); // 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); // 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); // System.Void FMODUnity.RuntimeManager::ReleaseStudioSystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_ReleaseStudioSystem_m1964631FDCE809E3668C99C456547A32629BCA08 (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, 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); // FMOD.RESULT FMOD.Studio.System::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_release_mB9653E6FC80F89C89A16E02005DDE02449DC80DF (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); // FMODUnity.Platform FMODUnity.Settings::FindCurrentPlatform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * Settings_FindCurrentPlatform_mC1B1C6D731B02F5EA5A5D778188811AC5823DB98 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method); // System.Int32 FMODUnity.Platform::get_SampleRate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_SampleRate_m0E440809987792CC1002729BCC274C0A2D8B2583 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Int32 FMODUnity.Platform::get_RealChannelCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_RealChannelCount_m97A4E2E715F919971E061A9BBBBAEE4B329E52C8 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Int32 FMODUnity.Platform::get_VirtualChannelCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_VirtualChannelCount_m403ED5B0F2142FBD3845FD2ADFB276EF7F2824D1 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Int32 FMODUnity.Platform::get_DSPBufferLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_DSPBufferLength_mDFBAE8285E28B2FF3E456C38103A8E30C3237E94 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Int32 FMODUnity.Platform::get_DSPBufferCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_DSPBufferCount_mB22DACD741D25BEF98D1AE28037C5BE42AAF2FAA (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, 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); // FMOD.OUTPUTTYPE FMODUnity.Platform::GetOutputType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_GetOutputType_mDEF3CDD61BC101ADE2C41EE613DF998513E05F6F (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_UtcNow_m1DDFBE2EF6AB0E4461E1F23E845CDAFAB49A2970 (const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::SetThreadAffinities(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_SetThreadAffinities_m6FD3D662C90C96ED180E8B78CA6ED66EB5EF477A (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_m1F3B665D41F15B5017E4F96E0C21282B4C37E7EE (Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m78F22C8E8950F7AE37C7FDFB2B978A8C0BF50B95_gshared)(__this, ___object0, ___method1, method); } // System.Boolean FMODUnity.Platform::get_IsLiveUpdateEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_get_IsLiveUpdateEnabled_m7336D620D55DC847F51C952FD8779B0510B5F769 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Int32 FMODUnity.Platform::get_LiveUpdatePort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_LiveUpdatePort_mBBEA45E920D65B3866682589D88DF2E4E5D4EB81 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // 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); // System.Void FMODUnity.RuntimeManager::CheckInitResult(FMOD.RESULT,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, int32_t ___result0, String_t* ___cause1, 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.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::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::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::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::setAdvancedSettings(FMOD.ADVANCEDSETTINGS&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setAdvancedSettings_mA15BBCE6FF907D59721E51CCB8B49065CAB46C74 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 * ___settings0, const RuntimeMethod* method); // 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); // 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.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); // FMODUnity.PlatformCallbackHandler FMODUnity.Platform::get_CallbackHandler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * Platform_get_CallbackHandler_mA6E327947A8FF9A42B5A8F8F1F88143DB1F7A053 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, 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); // 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); // FMOD.RESULT FMOD.Studio.System::flushCommands() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_flushCommands_m1DB8630ABBD787E3BE5779817CB5901B4748FCBA (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::LoadBanks(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_LoadBanks_m8C35C4E2872379FC0D0A55BEB56DE10624C93241 (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___fmodSettings0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 FMODUnity.Platform::get_ThreadAffinities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_get_ThreadAffinities_m73758A1EEE7439A7814DD3FD2759F28D96363D92 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A List_1_GetEnumerator_mCE015269D6C92C99787A6A40776334E52F54124E (List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * __this, const RuntimeMethod* method) { return (( Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A (*) (List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 *, const RuntimeMethod*))List_1_GetEnumerator_m727BA8689385EAF30E46DD5720E3C36A2EE2048E_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline int32_t Enumerator_get_Current_mCA9F6B1AEDC182ACF5BD09B7F2B0B90D65B74587_inline (Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A * __this, const RuntimeMethod* method) { return (( int32_t (*) (Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A *, const RuntimeMethod*))Enumerator_get_Current_mDD503AFD786235D3B40842B0872AC17DC86EB040_gshared_inline)(__this, method); } // 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); // 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); // 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); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m5FAE11A79D42BC60F257582102E9159C8029816C (Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A *, const RuntimeMethod*))Enumerator_MoveNext_mDECBD2FBFA44578D8E050CECB33BF350152E111A_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m04EDCA10B3526896BB8D46B12906C5568647ECA0 (Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A *, const RuntimeMethod*))Enumerator_Dispose_m9905093718C2F34CB58BC1D8E16860E029C08456_gshared)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_inline (List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * (*) (List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_inline (List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m19F84E1C850A29C2D8C8D94F2447CDB4DE80F321 (List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * __this, StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 *, StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) inline void List_1_set_Item_m22504EDAFCFBC32413E159EED69C11AA8C6BF501 (List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * __this, int32_t ___index0, StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * ___value1, const RuntimeMethod* method) { (( void (*) (List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 *, int32_t, StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC *, const RuntimeMethod*))List_1_set_Item_m73674D291C1D6030C21A39003E4743D110ACC6A2_gshared)(__this, ___index0, ___value1, method); } // System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Min_m1D86C7400E9814579E65EFEF7B521F9BB00015C3 (int32_t ___a0, int32_t ___b1, 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); // System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Max_mDE96ED504F75C9C7985CC49B099CF308AC52BF48 (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * List_1_get_Item_m9C176FFBE52593ABF15AD6981AC2B07DF79786D5_inline (List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * __this, int32_t ___index0, const RuntimeMethod* method) { return (( StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * (*) (List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, 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.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m09F3E0DAE9571574C23CC9C92E57BB2CE05FFB38_inline (List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * __this, int32_t ___index0, const RuntimeMethod* method) { return (( AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * (*) (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_inline (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) inline void List_1_set_Item_m907F238FEB19EEF3202A756CCB196CDEF06AB2A6 (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * __this, int32_t ___index0, AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * ___value1, const RuntimeMethod* method) { (( void (*) (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C *, int32_t, AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD *, const RuntimeMethod*))List_1_set_Item_m73674D291C1D6030C21A39003E4743D110ACC6A2_gshared)(__this, ___index0, ___value1, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_mF09077FDDF8840D71C54F84E96DBC025F9298526 (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared)(__this, ___index0, method); } // 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); // 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); // 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); // !!0 UnityEngine.GameObject::AddComponent() inline FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 * GameObject_AddComponent_TisFMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86_mDF819C3BDE14AFDCE875BB6581480B3C6EAEDFFA (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeSelf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) inline bool List_1_Contains_mF9D82DD2C0311D99F9D4D8870C100CA57B6244D6 (List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * __this, StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D *, StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 *, const RuntimeMethod*))List_1_Contains_m99C700668AC6D272188471D2D6B784A2B5636C8E_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m4AA07B6D288B01CF5B05A78ABD61A3A9D2A6590A (List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * __this, StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D *, StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_mC70E583FE77527F139CFAB932C52021C7C878A04 (List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * __this, StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D *, StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 *, const RuntimeMethod*))List_1_Remove_m753F7B4281CC4D02C07AE90726F51EF34B588DF7_gshared)(__this, ___item0, method); } // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __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); // System.Single UnityEngine.Vector3::Distance(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Distance_m20A82566C3C575B972323926B2ABD7073EED005B (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // System.Single FMODUnity.StudioEventEmitter::get_MaxDistance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float StudioEventEmitter_get_MaxDistance_mC5997BEBF9F4B7902F6D7115AF34ADC8F4CB2050 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method); // System.Boolean FMODUnity.StudioEventEmitter::IsPlaying() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StudioEventEmitter_IsPlaying_m1D4D7C101552D6D5CE0B5F5593CE66F75DD9BFC5 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __this, const RuntimeMethod* method); // System.Void FMODUnity.StudioEventEmitter::PlayInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StudioEventEmitter_PlayInstance_m677385DB096CD2CD7C0FD8D226CD5A9AF6F31320 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * __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); // 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); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_m9D28AF271BF3C04E886B9E6384B2A11456D7B528 (Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84 *, 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 AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * List_1_Find_m50264B3F17A95716DB88FFF91F03B3A47EDA9D16 (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * __this, Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84 * ___match0, const RuntimeMethod* method) { return (( AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * (*) (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C *, Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84 *, const RuntimeMethod*))List_1_Find_mBE8A91B51D29EC296321E6070FCD76081576B31E_gshared)(__this, ___match0, method); } // System.Void FMODUnity.RuntimeManager/AttachedInstance::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttachedInstance__ctor_m37B483919D11A90F8E17A3D9EC01B42F0474D50C (AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mCD963ACF029739BF0EC41968992937929FB1701E (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * __this, AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C *, AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // 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); // 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); // 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 UnityEngine.Object::GetInstanceID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUI/WindowFunction::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowFunction__ctor_mCC6005520B912B8BFFAECE3612EB3334FF681238 (WindowFunction_tFA5DBAB811627D7B0946C4AAD398D4CC154C174D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // UnityEngine.Rect UnityEngine.GUI::Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI/WindowFunction,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 GUI_Window_m5EF22ADD201ED6C150BFEF1979267A5C61D52C89 (int32_t ___id0, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___clientRect1, WindowFunction_tFA5DBAB811627D7B0946C4AAD398D4CC154C174D * ___func2, String_t* ___text3, const RuntimeMethod* method); // System.Boolean FMODUnity.Platform::get_IsOverlayEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_get_IsOverlayEnabled_m74013B556DDC1C183F442F92D55CF3D16576A423 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_unscaledTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledTime_mDBF04FC47709E0C1BBBB4BA4BDA5405D8EF632A1 (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); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, 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); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, 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.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); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method); // System.Void UnityEngine.GUI::Label(UnityEngine.Rect,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Label_mD759A893937A22345833F6F5C0F50744A4D65024 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___position0, String_t* ___text1, const RuntimeMethod* method); // System.Void UnityEngine.GUI::DragWindow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_DragWindow_m2E0EF252586FAE32922D355465C8FBF1C17B937E (const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::PauseAllEvents(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_PauseAllEvents_mAD9B6D65DA4A063271B2FABF757C2D4A8A8A0254 (bool ___paused0, 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::mixerResume() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_mixerResume_m7E4D832E8BBF370747C4E7D8B8258896FF47A5C5 (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_mBA7D6E5011B0D88F6AD3838B0AB1349E16B7985A (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * __this, String_t* ___key0, LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 *, String_t*, LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 , const RuntimeMethod*))Dictionary_2_Add_m8950097BF0B4134CA4A84F7B9A278479D18A7391_gshared)(__this, ___key0, ___value1, method); } // System.Void FMODUnity.BankLoadException::.ctor(System.String,FMOD.RESULT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BankLoadException__ctor_mC42B63E9603CAD9EB669BB9EA39D2DF3B95F9BE0 (BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7 * __this, String_t* ___path0, int32_t ___result1, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::ExecuteSampleLoadRequestsIfReady() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_ExecuteSampleLoadRequestsIfReady_m4CEA548CE6D7777AB819182730044FDC07810F3F (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m2EEF3902079917AE413664052CAC8B1ACA78B50E (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mF3CEAC85C55FA2D557F6DCE5F7572466D376862D_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 Dictionary_2_get_Item_m516E660F806A253C15F95160830CEDD9245F529D (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 (*) (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_mC4B00F2F69499261DC854B5807395F1CFF32397A_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m1E4AF39A1050CD8394AA202B04F2B07267435640 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m575DB6CEE2D47EB54253060AF7276E4370DCD3EB (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * __this, String_t* ___key0, LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 *, String_t*, LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 , const RuntimeMethod*))Dictionary_2_set_Item_mFAF51D5A0FC404B47E75E72F1D2809B94EDF4ACB_gshared)(__this, ___key0, ___value1, method); } // System.String FMODUnity.Settings::get_TargetSubFolder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Settings_get_TargetSubFolder_m58ABA0CD227741302B3EB220459A342A7ADB2254 (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method); // System.String System.IO.Path::GetExtension(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetExtension_m0C2EC5BB5B37DF142039AE5B53C45B4262B82188 (String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE (String_t* ___a0, String_t* ___b1, 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.Void FMODUnity.RuntimeManager::loadedBankRegister(FMODUnity.RuntimeManager/LoadedBank,System.String,System.String,System.Boolean,FMOD.RESULT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_loadedBankRegister_mA143E45921C922B144C8670E8047168655D577BA (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 ___loadedBank0, String_t* ___bankPath1, String_t* ___bankName2, bool ___loadSamples3, int32_t ___loadResult4, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.Byte[] UnityEngine.TextAsset::get_bytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TextAsset_get_bytes_m5F15438DABBBAAF7434D53B6778A97A498C1940F (TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * __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); // System.Collections.Generic.IEnumerable`1 FMODUnity.RuntimeManager::BanksToLoad(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeManager_BanksToLoad_mC7F9188E7AB57840780C462F696C14902B570461 (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___fmodSettings0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_m67797787DD90CC9BC8EC6EA8EA1E1760EF88302C (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m6465DEF706EB529B4227F2AF79338419D517EDF9_gshared)(__this, ___collection0, 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.RuntimeManager::WaitForAllSampleLoading() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_WaitForAllSampleLoading_mAD3A490D263E7C503BAD282FB4243E37E57ECCB7 (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.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.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m5F80FB482873E709452E7E98A33A0860C104D530 (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * __this, String_t* ___key0, LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 * ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 *, String_t*, LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 *, const RuntimeMethod*))Dictionary_2_TryGetValue_mEE2A2389C8212AA0CB29C407AEA70878C31CCBD2_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m2C5A5B6C06C3638A336FBFAE81F75B066109489E (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_mBA38FFC03E71A218F69DB3E096FFB026A75CC740_gshared)(__this, ___key0, method); } // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_m31C26124B7BB19A0E5C12113701DDE5046272F70 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Remove_m753F7B4281CC4D02C07AE90726F51EF34B588DF7_gshared)(__this, ___item0, method); } // System.Boolean FMODUnity.RuntimeManager::AnySampleDataLoading() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeManager_AnySampleDataLoading_mB9C892DBD0B91AF66BFC26F3A75F09A7BD60223B (const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_t8E2C0FD59E0F114443CDC616A1DD9B3971E7C443 * Dictionary_2_get_Values_mDECB4B4C2158B552F9E073BA18542CE475724ADC (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * __this, const RuntimeMethod* method) { return (( ValueCollection_t8E2C0FD59E0F114443CDC616A1DD9B3971E7C443 * (*) (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 *, const RuntimeMethod*))Dictionary_2_get_Values_m1EA72BEBA6A65D90C428849E572E594DA2481A9C_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() inline Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675 ValueCollection_GetEnumerator_m347D61E82B2CDBBD94B302805BC1120B48022290 (ValueCollection_t8E2C0FD59E0F114443CDC616A1DD9B3971E7C443 * __this, const RuntimeMethod* method) { return (( Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675 (*) (ValueCollection_t8E2C0FD59E0F114443CDC616A1DD9B3971E7C443 *, const RuntimeMethod*))ValueCollection_GetEnumerator_m655AA2D0BE9D209EB56D991BDDBAF148CBB57008_gshared)(__this, method); } // !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() inline LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 Enumerator_get_Current_m2791EAA929FE82AD1C18796A6709E8B5BC6B7684_inline (Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675 * __this, const RuntimeMethod* method) { return (( LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 (*) (Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675 *, const RuntimeMethod*))Enumerator_get_Current_mFCA8A4A9C851A6F86A9C83A67758A882C072234D_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mC3F4CD42D708222475FDE7E64489338C6F13A9E1 (Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675 *, const RuntimeMethod*))Enumerator_MoveNext_m5DB89430610B17AEEA4B3F31CFFF664106A6CCAA_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() inline void Enumerator_Dispose_mB628BE059F3A4B605D1F5B2A78F2B7E9C835B29C (Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675 *, const RuntimeMethod*))Enumerator_Dispose_m4A8B81FB6C9FEA544FE32035F103C649328DB1B0_gshared)(__this, method); } // FMOD.RESULT FMOD.Studio.System::flushSampleLoading() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_flushSampleLoading_m53A831200437E6BCC319C282F1F0BBC6F6AB2E31 (System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * __this, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, 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); // 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); // System.Void FMODUnity.EventNotFoundException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventNotFoundException__ctor_mA3C887EAF4C67206F561FDCDE4E9B6694A5736DF (EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B * __this, String_t* ___path0, const RuntimeMethod* method); // FMOD.GUID FMODUnity.RuntimeManager::PathToGUID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC RuntimeManager_PathToGUID_m0F40B61F7F3F59BAB55C4F9F84412E6DA639E1F6 (String_t* ___path0, const RuntimeMethod* method); // FMOD.Studio.EventInstance FMODUnity.RuntimeManager::CreateInstance(FMOD.GUID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 RuntimeManager_CreateInstance_m34F4812F5947681FA28A73D92793396657B51530 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___guid0, const RuntimeMethod* method); // System.Void FMODUnity.EventNotFoundException::.ctor(FMODUnity.EventReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventNotFoundException__ctor_mD014CBC3D6254B6733EF3B539476AD219A93CA60 (EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B * __this, EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 ___eventReference0, const RuntimeMethod* method); // FMOD.Studio.EventDescription FMODUnity.RuntimeManager::GetEventDescription(FMOD.GUID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D RuntimeManager_GetEventDescription_m315815042FADA7B2D55A47D29B5EB7B33779606B (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___guid0, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::PlayOneShot(FMOD.GUID,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_PlayOneShot_mD70A2706ED1B30A60017F2688F39A206C659573B (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___guid0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::PlayOneShotAttached(FMOD.GUID,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_PlayOneShotAttached_m8CA264B81F51BEE9B6301D3120EE56A25820D3D6 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___guid0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m92218F359147E8E8D4A0828FEC9ADDBA82797DC6 (Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 *, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC , const RuntimeMethod*))Dictionary_2_ContainsKey_m92218F359147E8E8D4A0828FEC9ADDBA82797DC6_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D Dictionary_2_get_Item_m107CAE1BDAC26433E99FB05967181414EB71ADB6 (Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___key0, const RuntimeMethod* method) { return (( EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D (*) (Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 *, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC , const RuntimeMethod*))Dictionary_2_get_Item_m107CAE1BDAC26433E99FB05967181414EB71ADB6_gshared)(__this, ___key0, 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); // System.Void FMODUnity.EventNotFoundException::.ctor(FMOD.GUID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventNotFoundException__ctor_mB957B87ED6A1C3A338006135CC3BBF4B65D59254 (EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___guid0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_mE7DA4E570F0266A62CE907EB568F7D7253F84863 (Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___key0, EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 *, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC , EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D , const RuntimeMethod*))Dictionary_2_set_Item_mE7DA4E570F0266A62CE907EB568F7D7253F84863_gshared)(__this, ___key0, ___value1, 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); // FMOD.VECTOR FMODUnity.RuntimeUtils::ToFMODVector(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B RuntimeUtils_ToFMODVector_m3833ACF334A06311B64F3BC716A59780169DE92F (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___vec0, 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::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); // 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); // 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); // System.Void FMODUnity.BusNotFoundException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BusNotFoundException__ctor_m571EE6FC71C7AE11E43307BB4593863C44836417 (BusNotFoundException_tF895A193A75FFFCC12CE4B0085510C2D5371B644 * __this, String_t* ___path0, 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); // 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); // System.Boolean FMODUnity.RuntimeManager::get_HaveMasterBanksLoaded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeManager_get_HaveMasterBanksLoaded_m154F93D755F70A290023E2E36F4B35A607263C6D (const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager::ApplyMuteState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_ApplyMuteState_mA0F470DBE40B643BD0B4DA878E42D26885A61855 (const RuntimeMethod* method); // System.Boolean FMODUnity.RuntimeManager::HasBankLoaded(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeManager_HasBankLoaded_mE3D9CED62643A5EADB71DD1C3E660A4B8867AA16 (String_t* ___loadedBank0, const RuntimeMethod* method); // System.Void FMODUnity.RuntimeManager/GuidComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidComparer__ctor_m3D4FF0CB9CA636239E00C0976C5ADD29397C538A (GuidComparer_tAE5181CABB0C1A30EB2F2FC1FCC29F83D3D9AD0F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) inline void Dictionary_2__ctor_m5173AF5FECA87E1E0FA702A9571A7EDAEB3DC541 (Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 *, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_m5173AF5FECA87E1E0FA702A9571A7EDAEB3DC541_gshared)(__this, ___comparer0, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m2A27596FB4226C0CD64F9E7EA85DBAA7908C17F9 (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 *, const RuntimeMethod*))Dictionary_2__ctor_mA8F810826B90D6F7D6ABE22F02A6A0E55CB2156B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mF277EBAED5CACC1DC71691F45036242257D651AD (List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * __this, const RuntimeMethod* method) { (( void (*) (List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mEC9F30F17F73DB4480AC013D9CB423F253FB40E9 (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m2DF8249039CA1079A502D00674750686ED67896A (List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, 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 FMOD_Studio_Bank_IsValid(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetID(intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_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_Bank_Unload(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_LoadSampleData(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_UnloadSampleData(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetLoadingState(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetSampleLoadingState(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetStringCount(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetStringInfo(intptr_t, int32_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_Bank_GetEventCount(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetEventList(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_Bank_GetBusCount(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetBusList(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_Bank_GetVCACount(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetVCAList(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_Bank_GetUserData(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_SetUserData(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_IsValid(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetID(intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_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_Bus_GetVolume(intptr_t, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_SetVolume(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetPaused(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_SetPaused(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetMute(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_SetMute(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_StopAllEvents(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_LockChannelGroup(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_UnlockChannelGroup(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetChannelGroup(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetCPUUsage(intptr_t, uint32_t*, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetMemoryUsage(intptr_t, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetPortIndex(intptr_t, uint64_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_SetPortIndex(intptr_t, uint64_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetFrequency(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetFrequency(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetPriority(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetPriority(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetPosition(intptr_t, uint32_t, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetPosition(intptr_t, uint32_t*, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetChannelGroup(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetChannelGroup(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetLoopCount(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetLoopCount(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_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_Channel_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_Channel_IsVirtual(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetCurrentSound(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetIndex(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetSystemObject(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Stop(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetPaused(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetPaused(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetVolume(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetVolume(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetVolumeRamp(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetVolumeRamp(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetAudibility(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetPitch(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetPitch(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetMute(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetMute(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetReverbProperties(intptr_t, int32_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetReverbProperties(intptr_t, int32_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetLowPassGain(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetLowPassGain(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetMode(intptr_t, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetMode(intptr_t, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetCallback(intptr_t, Il2CppMethodPointer); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_IsPlaying(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetPan(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetMixLevelsOutput(intptr_t, float, float, float, float, float, float, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetMixLevelsInput(intptr_t, float*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetMixMatrix(intptr_t, float*, int32_t, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetMixMatrix(intptr_t, float*, int32_t*, int32_t*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetDSPClock(intptr_t, uint64_t*, uint64_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetDelay(intptr_t, uint64_t, uint64_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetDelay(intptr_t, uint64_t*, uint64_t*, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_AddFadePoint(intptr_t, uint64_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetFadePointRamp(intptr_t, uint64_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_RemoveFadePoints(intptr_t, uint64_t, uint64_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetFadePoints(intptr_t, uint32_t*, uint64_t*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetDSP(intptr_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_AddDSP(intptr_t, int32_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_RemoveDSP(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetNumDSPs(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetDSPIndex(intptr_t, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetDSPIndex(intptr_t, intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DAttributes(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DAttributes(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DMinMaxDistance(intptr_t, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DMinMaxDistance(intptr_t, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DConeSettings(intptr_t, float, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DConeSettings(intptr_t, float*, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DConeOrientation(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DConeOrientation(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DCustomRolloff(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DCustomRolloff(intptr_t, intptr_t*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DOcclusion(intptr_t, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DOcclusion(intptr_t, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DSpread(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DSpread(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DLevel(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DLevel(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DDopplerLevel(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DDopplerLevel(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DDistanceFilter(intptr_t, int32_t, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DDistanceFilter(intptr_t, int32_t*, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetUserData(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetUserData(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Release(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_AddGroup(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_ChannelGroup_GetNumGroups(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetGroup(intptr_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetParentGroup(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetName(intptr_t, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetNumChannels(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetChannel(intptr_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetSystemObject(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Stop(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetPaused(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetPaused(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetVolume(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetVolume(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetVolumeRamp(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetVolumeRamp(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetAudibility(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetPitch(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetPitch(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetMute(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetMute(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetReverbProperties(intptr_t, int32_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetReverbProperties(intptr_t, int32_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetLowPassGain(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetLowPassGain(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetMode(intptr_t, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetMode(intptr_t, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetCallback(intptr_t, Il2CppMethodPointer); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_IsPlaying(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetPan(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetMixLevelsOutput(intptr_t, float, float, float, float, float, float, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetMixLevelsInput(intptr_t, float*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetMixMatrix(intptr_t, float*, int32_t, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetMixMatrix(intptr_t, float*, int32_t*, int32_t*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetDSPClock(intptr_t, uint64_t*, uint64_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetDelay(intptr_t, uint64_t, uint64_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetDelay(intptr_t, uint64_t*, uint64_t*, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_AddFadePoint(intptr_t, uint64_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetFadePointRamp(intptr_t, uint64_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_RemoveFadePoints(intptr_t, uint64_t, uint64_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetFadePoints(intptr_t, uint32_t*, uint64_t*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetDSP(intptr_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_AddDSP(intptr_t, int32_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_RemoveDSP(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetNumDSPs(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetDSPIndex(intptr_t, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetDSPIndex(intptr_t, intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DAttributes(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DAttributes(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DMinMaxDistance(intptr_t, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DMinMaxDistance(intptr_t, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DConeSettings(intptr_t, float, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DConeSettings(intptr_t, float*, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DConeOrientation(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DConeOrientation(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DCustomRolloff(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DCustomRolloff(intptr_t, intptr_t*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DOcclusion(intptr_t, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DOcclusion(intptr_t, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DSpread(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DSpread(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DLevel(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DLevel(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DDopplerLevel(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DDopplerLevel(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DDistanceFilter(intptr_t, int32_t, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DDistanceFilter(intptr_t, int32_t*, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetUserData(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetUserData(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_IsValid(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetSystem(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetLength(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetCommandCount(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetCommandInfo(intptr_t, int32_t, COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetCommandString(intptr_t, int32_t, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetCommandAtTime(intptr_t, float, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SetBankPath(intptr_t, uint8_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_Start(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_Stop(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SeekToTime(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SeekToCommand(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetPaused(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SetPaused(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetPlaybackState(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetCurrentCommand(intptr_t, int32_t*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_Release(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SetFrameCallback(intptr_t, Il2CppMethodPointer); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SetLoadBankCallback(intptr_t, Il2CppMethodPointer); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SetCreateInstanceCallback(intptr_t, Il2CppMethodPointer); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetUserData(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SetUserData(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_Release(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetSystemObject(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_AddInput(intptr_t, intptr_t, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_DisconnectFrom(intptr_t, intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_DisconnectAll(intptr_t, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetNumInputs(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetNumOutputs(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetInput(intptr_t, int32_t, intptr_t*, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetOutput(intptr_t, int32_t, intptr_t*, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetActive(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetActive(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetBypass(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetBypass(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetWetDryMix(intptr_t, float, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetWetDryMix(intptr_t, float*, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetChannelFormat(intptr_t, uint32_t, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetChannelFormat(intptr_t, uint32_t*, int32_t*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetOutputChannelFormat(intptr_t, uint32_t, int32_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_DSP_Reset(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetParameterFloat(intptr_t, int32_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetParameterInt(intptr_t, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetParameterBool(intptr_t, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetParameterData(intptr_t, int32_t, intptr_t, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetParameterFloat(intptr_t, int32_t, float*, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetParameterInt(intptr_t, int32_t, int32_t*, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetParameterBool(intptr_t, int32_t, int32_t*, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetParameterData(intptr_t, int32_t, intptr_t*, uint32_t*, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetNumParameters(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetParameterInfo(intptr_t, int32_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetDataParameterIndex(intptr_t, int32_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_ShowConfigDialog(intptr_t, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetInfo(intptr_t, intptr_t, uint32_t*, int32_t*, int32_t*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetType(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetIdle(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetUserData(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetUserData(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetMeteringEnabled(intptr_t, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetMeteringEnabled(intptr_t, int32_t*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetMeteringInfo(intptr_t, intptr_t, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetCPUUsage(intptr_t, uint32_t*, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_GetInput(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_GetOutput(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_SetMix(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_GetMix(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_SetMixMatrix(intptr_t, float*, int32_t, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_GetMixMatrix(intptr_t, float*, int32_t*, int32_t*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_GetType(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_SetUserData(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_GetUserData(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Debug_Initialize(uint32_t, int32_t, Il2CppMethodPointer, uint8_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_IsValid(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetID(intptr_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_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_EventDescription_GetParameterDescriptionCount(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetParameterDescriptionByIndex(intptr_t, int32_t, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_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_EventDescription_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_EventDescription_GetParameterLabelByIndex(intptr_t, int32_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_EventDescription_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_EventDescription_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_EventDescription_GetUserPropertyCount(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetUserPropertyByIndex(intptr_t, int32_t, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetUserProperty(intptr_t, uint8_t*, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetLength(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetMinMaxDistance(intptr_t, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetSoundSize(intptr_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_IsSnapshot(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_IsOneshot(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_IsStream(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_Is3D(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_IsDopplerEnabled(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_HasSustainPoint(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_CreateInstance(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetInstanceCount(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetInstanceList(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_EventDescription_LoadSampleData(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_UnloadSampleData(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetSampleLoadingState(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_ReleaseAllInstances(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_SetCallback(intptr_t, Il2CppMethodPointer, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetUserData(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_SetUserData(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_IsValid(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetDescription(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetVolume(intptr_t, float*, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetVolume(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetPitch(intptr_t, float*, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetPitch(intptr_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_Get3DAttributes(intptr_t, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_Set3DAttributes(intptr_t, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetListenerMask(intptr_t, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetListenerMask(intptr_t, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetProperty(intptr_t, int32_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetProperty(intptr_t, int32_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetReverbLevel(intptr_t, int32_t, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetReverbLevel(intptr_t, int32_t, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetPaused(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetPaused(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_Start(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_Stop(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetTimelinePosition(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetTimelinePosition(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetPlaybackState(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetChannelGroup(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetMinMaxDistance(intptr_t, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_Release(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_IsVirtual(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_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_EventInstance_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_EventInstance_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_EventInstance_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_EventInstance_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_EventInstance_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_EventInstance_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_EventInstance_KeyOff(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetCallback(intptr_t, Il2CppMethodPointer, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetUserData(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetUserData(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetCPUUsage(intptr_t, uint32_t*, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetMemoryUsage(intptr_t, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_System_Create(intptr_t*, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_Release(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_AddPolygon(intptr_t, float, float, int32_t, int32_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetNumPolygons(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetMaxPolygons(intptr_t, int32_t*, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetPolygonNumVertices(intptr_t, int32_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_SetPolygonVertex(intptr_t, int32_t, int32_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetPolygonVertex(intptr_t, int32_t, int32_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_SetPolygonAttributes(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_Geometry_GetPolygonAttributes(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_Geometry_SetActive(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetActive(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_SetRotation(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetRotation(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_SetPosition(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetPosition(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_SetScale(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetScale(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_Save(intptr_t, intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_SetUserData(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetUserData(intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Memory_Initialize(intptr_t, int32_t, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Memory_GetStats(int32_t*, int32_t*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_Release(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_Set3DAttributes(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, float, float); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_Get3DAttributes(intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, float*, float*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_SetProperties(intptr_t, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_GetProperties(intptr_t, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_SetActive(intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_GetActive(intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_SetUserData(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_GetUserData(intptr_t, intptr_t*); #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 // Conversion methods for marshalling of: FMOD.ASYNCREADINFO IL2CPP_EXTERN_C void ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35_marshal_pinvoke(const ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35& unmarshaled, ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35_marshaled_pinvoke& marshaled) { marshaled.___handle_0 = unmarshaled.get_handle_0(); marshaled.___offset_1 = unmarshaled.get_offset_1(); marshaled.___sizebytes_2 = unmarshaled.get_sizebytes_2(); marshaled.___priority_3 = unmarshaled.get_priority_3(); marshaled.___userdata_4 = unmarshaled.get_userdata_4(); marshaled.___buffer_5 = unmarshaled.get_buffer_5(); marshaled.___bytesread_6 = unmarshaled.get_bytesread_6(); marshaled.___done_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_done_7())); } IL2CPP_EXTERN_C void ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35_marshal_pinvoke_back(const ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35_marshaled_pinvoke& marshaled, ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t unmarshaled_handle_temp_0; memset((&unmarshaled_handle_temp_0), 0, sizeof(unmarshaled_handle_temp_0)); unmarshaled_handle_temp_0 = marshaled.___handle_0; unmarshaled.set_handle_0(unmarshaled_handle_temp_0); uint32_t unmarshaled_offset_temp_1 = 0; unmarshaled_offset_temp_1 = marshaled.___offset_1; unmarshaled.set_offset_1(unmarshaled_offset_temp_1); uint32_t unmarshaled_sizebytes_temp_2 = 0; unmarshaled_sizebytes_temp_2 = marshaled.___sizebytes_2; unmarshaled.set_sizebytes_2(unmarshaled_sizebytes_temp_2); int32_t unmarshaled_priority_temp_3 = 0; unmarshaled_priority_temp_3 = marshaled.___priority_3; unmarshaled.set_priority_3(unmarshaled_priority_temp_3); intptr_t unmarshaled_userdata_temp_4; memset((&unmarshaled_userdata_temp_4), 0, sizeof(unmarshaled_userdata_temp_4)); unmarshaled_userdata_temp_4 = marshaled.___userdata_4; unmarshaled.set_userdata_4(unmarshaled_userdata_temp_4); intptr_t unmarshaled_buffer_temp_5; memset((&unmarshaled_buffer_temp_5), 0, sizeof(unmarshaled_buffer_temp_5)); unmarshaled_buffer_temp_5 = marshaled.___buffer_5; unmarshaled.set_buffer_5(unmarshaled_buffer_temp_5); uint32_t unmarshaled_bytesread_temp_6 = 0; unmarshaled_bytesread_temp_6 = marshaled.___bytesread_6; unmarshaled.set_bytesread_6(unmarshaled_bytesread_temp_6); unmarshaled.set_done_7(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___done_7, FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: FMOD.ASYNCREADINFO IL2CPP_EXTERN_C void ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35_marshal_pinvoke_cleanup(ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.ASYNCREADINFO IL2CPP_EXTERN_C void ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35_marshal_com(const ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35& unmarshaled, ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35_marshaled_com& marshaled) { marshaled.___handle_0 = unmarshaled.get_handle_0(); marshaled.___offset_1 = unmarshaled.get_offset_1(); marshaled.___sizebytes_2 = unmarshaled.get_sizebytes_2(); marshaled.___priority_3 = unmarshaled.get_priority_3(); marshaled.___userdata_4 = unmarshaled.get_userdata_4(); marshaled.___buffer_5 = unmarshaled.get_buffer_5(); marshaled.___bytesread_6 = unmarshaled.get_bytesread_6(); marshaled.___done_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_done_7())); } IL2CPP_EXTERN_C void ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35_marshal_com_back(const ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35_marshaled_com& marshaled, ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t unmarshaled_handle_temp_0; memset((&unmarshaled_handle_temp_0), 0, sizeof(unmarshaled_handle_temp_0)); unmarshaled_handle_temp_0 = marshaled.___handle_0; unmarshaled.set_handle_0(unmarshaled_handle_temp_0); uint32_t unmarshaled_offset_temp_1 = 0; unmarshaled_offset_temp_1 = marshaled.___offset_1; unmarshaled.set_offset_1(unmarshaled_offset_temp_1); uint32_t unmarshaled_sizebytes_temp_2 = 0; unmarshaled_sizebytes_temp_2 = marshaled.___sizebytes_2; unmarshaled.set_sizebytes_2(unmarshaled_sizebytes_temp_2); int32_t unmarshaled_priority_temp_3 = 0; unmarshaled_priority_temp_3 = marshaled.___priority_3; unmarshaled.set_priority_3(unmarshaled_priority_temp_3); intptr_t unmarshaled_userdata_temp_4; memset((&unmarshaled_userdata_temp_4), 0, sizeof(unmarshaled_userdata_temp_4)); unmarshaled_userdata_temp_4 = marshaled.___userdata_4; unmarshaled.set_userdata_4(unmarshaled_userdata_temp_4); intptr_t unmarshaled_buffer_temp_5; memset((&unmarshaled_buffer_temp_5), 0, sizeof(unmarshaled_buffer_temp_5)); unmarshaled_buffer_temp_5 = marshaled.___buffer_5; unmarshaled.set_buffer_5(unmarshaled_buffer_temp_5); uint32_t unmarshaled_bytesread_temp_6 = 0; unmarshaled_bytesread_temp_6 = marshaled.___bytesread_6; unmarshaled.set_bytesread_6(unmarshaled_bytesread_temp_6); unmarshaled.set_done_7(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___done_7, FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: FMOD.ASYNCREADINFO IL2CPP_EXTERN_C void ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35_marshal_com_cleanup(ASYNCREADINFO_t13090789B07683A1A33768D0C77CB502CC8B5D35_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 // System.Single FMODUnity.AutomatableSlots::GetValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AutomatableSlots_GetValue_m4EDAC9C7D02D9704566A5A76ED9E789C6FE843D8 (AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; switch (L_0) { case 0: { goto IL_0048; } case 1: { goto IL_004f; } case 2: { goto IL_0056; } case 3: { goto IL_005d; } case 4: { goto IL_0064; } case 5: { goto IL_006b; } case 6: { goto IL_0072; } case 7: { goto IL_0079; } case 8: { goto IL_0080; } case 9: { goto IL_0087; } case 10: { goto IL_008e; } case 11: { goto IL_0095; } case 12: { goto IL_009c; } case 13: { goto IL_00a3; } case 14: { goto IL_00aa; } case 15: { goto IL_00b1; } } } { goto IL_00b8; } IL_0048: { // return slot00; float L_1 = __this->get_slot00_1(); return L_1; } IL_004f: { // return slot01; float L_2 = __this->get_slot01_2(); return L_2; } IL_0056: { // return slot02; float L_3 = __this->get_slot02_3(); return L_3; } IL_005d: { // return slot03; float L_4 = __this->get_slot03_4(); return L_4; } IL_0064: { // return slot04; float L_5 = __this->get_slot04_5(); return L_5; } IL_006b: { // return slot05; float L_6 = __this->get_slot05_6(); return L_6; } IL_0072: { // return slot06; float L_7 = __this->get_slot06_7(); return L_7; } IL_0079: { // return slot07; float L_8 = __this->get_slot07_8(); return L_8; } IL_0080: { // return slot08; float L_9 = __this->get_slot08_9(); return L_9; } IL_0087: { // return slot09; float L_10 = __this->get_slot09_10(); return L_10; } IL_008e: { // return slot10; float L_11 = __this->get_slot10_11(); return L_11; } IL_0095: { // return slot11; float L_12 = __this->get_slot11_12(); return L_12; } IL_009c: { // return slot12; float L_13 = __this->get_slot12_13(); return L_13; } IL_00a3: { // return slot13; float L_14 = __this->get_slot13_14(); return L_14; } IL_00aa: { // return slot14; float L_15 = __this->get_slot14_15(); return L_15; } IL_00b1: { // return slot15; float L_16 = __this->get_slot15_16(); return L_16; } IL_00b8: { // throw new ArgumentException(string.Format("Invalid slot index: {0}", index)); int32_t L_17 = ___index0; int32_t L_18 = L_17; RuntimeObject * L_19 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_18); String_t* L_20; L_20 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral86BF89F8C7A831F2DE6C3717E9E7199125F3CEB6)), L_19, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AutomatableSlots_GetValue_m4EDAC9C7D02D9704566A5A76ED9E789C6FE843D8_RuntimeMethod_var))); } } IL2CPP_EXTERN_C float AutomatableSlots_GetValue_m4EDAC9C7D02D9704566A5A76ED9E789C6FE843D8_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method) { int32_t _offset = 1; AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE * _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = AutomatableSlots_GetValue_m4EDAC9C7D02D9704566A5A76ED9E789C6FE843D8(_thisAdjusted, ___index0, 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 // Conversion methods for marshalling of: FMOD.Studio.BANK_INFO IL2CPP_EXTERN_C void BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshal_pinvoke(const BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A& unmarshaled, BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_pinvoke& marshaled) { marshaled.___size_0 = unmarshaled.get_size_0(); marshaled.___userdata_1 = unmarshaled.get_userdata_1(); marshaled.___userdatalength_2 = unmarshaled.get_userdatalength_2(); marshaled.___opencallback_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_opencallback_3())); marshaled.___closecallback_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_closecallback_4())); marshaled.___readcallback_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_readcallback_5())); marshaled.___seekcallback_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_seekcallback_6())); } IL2CPP_EXTERN_C void BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshal_pinvoke_back(const BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_pinvoke& marshaled, BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_size_temp_0 = 0; unmarshaled_size_temp_0 = marshaled.___size_0; unmarshaled.set_size_0(unmarshaled_size_temp_0); intptr_t unmarshaled_userdata_temp_1; memset((&unmarshaled_userdata_temp_1), 0, sizeof(unmarshaled_userdata_temp_1)); unmarshaled_userdata_temp_1 = marshaled.___userdata_1; unmarshaled.set_userdata_1(unmarshaled_userdata_temp_1); int32_t unmarshaled_userdatalength_temp_2 = 0; unmarshaled_userdatalength_temp_2 = marshaled.___userdatalength_2; unmarshaled.set_userdatalength_2(unmarshaled_userdatalength_temp_2); unmarshaled.set_opencallback_3(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___opencallback_3, FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694_il2cpp_TypeInfo_var)); unmarshaled.set_closecallback_4(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___closecallback_4, FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA_il2cpp_TypeInfo_var)); unmarshaled.set_readcallback_5(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___readcallback_5, FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A_il2cpp_TypeInfo_var)); unmarshaled.set_seekcallback_6(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___seekcallback_6, FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: FMOD.Studio.BANK_INFO IL2CPP_EXTERN_C void BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshal_pinvoke_cleanup(BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.Studio.BANK_INFO IL2CPP_EXTERN_C void BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshal_com(const BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A& unmarshaled, BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_com& marshaled) { marshaled.___size_0 = unmarshaled.get_size_0(); marshaled.___userdata_1 = unmarshaled.get_userdata_1(); marshaled.___userdatalength_2 = unmarshaled.get_userdatalength_2(); marshaled.___opencallback_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_opencallback_3())); marshaled.___closecallback_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_closecallback_4())); marshaled.___readcallback_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_readcallback_5())); marshaled.___seekcallback_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_seekcallback_6())); } IL2CPP_EXTERN_C void BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshal_com_back(const BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshaled_com& marshaled, BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_size_temp_0 = 0; unmarshaled_size_temp_0 = marshaled.___size_0; unmarshaled.set_size_0(unmarshaled_size_temp_0); intptr_t unmarshaled_userdata_temp_1; memset((&unmarshaled_userdata_temp_1), 0, sizeof(unmarshaled_userdata_temp_1)); unmarshaled_userdata_temp_1 = marshaled.___userdata_1; unmarshaled.set_userdata_1(unmarshaled_userdata_temp_1); int32_t unmarshaled_userdatalength_temp_2 = 0; unmarshaled_userdatalength_temp_2 = marshaled.___userdatalength_2; unmarshaled.set_userdatalength_2(unmarshaled_userdatalength_temp_2); unmarshaled.set_opencallback_3(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___opencallback_3, FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694_il2cpp_TypeInfo_var)); unmarshaled.set_closecallback_4(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___closecallback_4, FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA_il2cpp_TypeInfo_var)); unmarshaled.set_readcallback_5(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___readcallback_5, FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A_il2cpp_TypeInfo_var)); unmarshaled.set_seekcallback_6(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___seekcallback_6, FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: FMOD.Studio.BANK_INFO IL2CPP_EXTERN_C void BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_marshal_com_cleanup(BANK_INFO_t365DD0A0C35D670F6F95E546D0D5E5926C1F041A_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 // FMOD.RESULT FMOD.Studio.Bank::getID(FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getID_mFECA3193B42B21E87644B61834B244B511EB7657 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id0, const RuntimeMethod* method) { { // return FMOD_Studio_Bank_GetID(this.handle, out id); intptr_t L_0 = __this->get_handle_0(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * L_1 = ___id0; int32_t L_2; L_2 = Bank_FMOD_Studio_Bank_GetID_m8F54AD256D1D6215627A232FD501777721F1D5F0((intptr_t)L_0, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bank_getID_mFECA3193B42B21E87644B61834B244B511EB7657_AdjustorThunk (RuntimeObject * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id0, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_getID_mFECA3193B42B21E87644B61834B244B511EB7657(_thisAdjusted, ___id0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::getPath(System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getPath_mAD143F0F85535F40A6B6D2237A22D4DFD9D0CA59 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __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_Bank_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 = Bank_FMOD_Studio_Bank_GetPath_mD0F83775CDF96DD5D71A64CB4219DB166B1A3006((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_Bank_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 = Bank_FMOD_Studio_Bank_GetPath_mD0F83775CDF96DD5D71A64CB4219DB166B1A3006((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 Bank_getPath_mAD143F0F85535F40A6B6D2237A22D4DFD9D0CA59_AdjustorThunk (RuntimeObject * __this, String_t** ___path0, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_getPath_mAD143F0F85535F40A6B6D2237A22D4DFD9D0CA59(_thisAdjusted, ___path0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::unload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_unload_m1E4ED03A0620771B4E3F5DE6DB67AF518C7B7ABF (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_Bank_Unload(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = Bank_FMOD_Studio_Bank_Unload_mA9AF53D7ABCFB4E80B3A1086ED5D41E010C96808((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Bank_unload_m1E4ED03A0620771B4E3F5DE6DB67AF518C7B7ABF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_unload_m1E4ED03A0620771B4E3F5DE6DB67AF518C7B7ABF(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::loadSampleData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_loadSampleData_m8570A93E9031D450A055C967C02F036CFE70C4D9 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_Bank_LoadSampleData(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = Bank_FMOD_Studio_Bank_LoadSampleData_m869B94A7B8E03D994D406031AC49998B673E6EE0((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Bank_loadSampleData_m8570A93E9031D450A055C967C02F036CFE70C4D9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_loadSampleData_m8570A93E9031D450A055C967C02F036CFE70C4D9(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::unloadSampleData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_unloadSampleData_m8D139A4F6543C9D78CFD290C77B64F88A91C669F (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_Bank_UnloadSampleData(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = Bank_FMOD_Studio_Bank_UnloadSampleData_m263A6111D2490C55E18D02F709FCF5642BBC8712((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Bank_unloadSampleData_m8D139A4F6543C9D78CFD290C77B64F88A91C669F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_unloadSampleData_m8D139A4F6543C9D78CFD290C77B64F88A91C669F(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::getLoadingState(FMOD.Studio.LOADING_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getLoadingState_mF359D40FFB5D2C8A3F1493A169ADB4EECF8EB8BE (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, int32_t* ___state0, const RuntimeMethod* method) { { // return FMOD_Studio_Bank_GetLoadingState(this.handle, out state); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___state0; int32_t L_2; L_2 = Bank_FMOD_Studio_Bank_GetLoadingState_m867AA5D8BB816D0A90ABF3B5590B1A62195454B1((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bank_getLoadingState_mF359D40FFB5D2C8A3F1493A169ADB4EECF8EB8BE_AdjustorThunk (RuntimeObject * __this, int32_t* ___state0, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_getLoadingState_mF359D40FFB5D2C8A3F1493A169ADB4EECF8EB8BE(_thisAdjusted, ___state0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::getSampleLoadingState(FMOD.Studio.LOADING_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getSampleLoadingState_mABF1EF877E0486A2FCB83EE7FA9FB3F444414693 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, int32_t* ___state0, const RuntimeMethod* method) { { // return FMOD_Studio_Bank_GetSampleLoadingState(this.handle, out state); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___state0; int32_t L_2; L_2 = Bank_FMOD_Studio_Bank_GetSampleLoadingState_m824F84F16181F1C576B010049643A993AC47C6FB((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bank_getSampleLoadingState_mABF1EF877E0486A2FCB83EE7FA9FB3F444414693_AdjustorThunk (RuntimeObject * __this, int32_t* ___state0, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_getSampleLoadingState_mABF1EF877E0486A2FCB83EE7FA9FB3F444414693(_thisAdjusted, ___state0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::getStringCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getStringCount_mB5B37F91CAEF82FB7ED936AA08AF10C8E5AA9934 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, int32_t* ___count0, const RuntimeMethod* method) { { // return FMOD_Studio_Bank_GetStringCount(this.handle, out count); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___count0; int32_t L_2; L_2 = Bank_FMOD_Studio_Bank_GetStringCount_m1A68136121A3E0F88DA1B5E8D0815B138CE7E929((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bank_getStringCount_mB5B37F91CAEF82FB7ED936AA08AF10C8E5AA9934_AdjustorThunk (RuntimeObject * __this, int32_t* ___count0, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_getStringCount_mB5B37F91CAEF82FB7ED936AA08AF10C8E5AA9934(_thisAdjusted, ___count0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::getStringInfo(System.Int32,FMOD.GUID&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getStringInfo_m5AF91E62DD4280C716D283AE01622052C4EE2D2C (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, int32_t ___index0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, String_t** ___path2, 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 = ___path2; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // id = new GUID(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * L_1 = ___id1; il2cpp_codegen_initobj(L_1, sizeof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC )); // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2; L_2 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_0 = L_2; } IL_0010: try { // begin try (depth: 1) { // IntPtr stringMem = Marshal.AllocHGlobal(256); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(((int32_t)256), /*hidden argument*/NULL); V_1 = (intptr_t)L_3; // int retrieved = 0; V_2 = 0; // RESULT result = FMOD_Studio_Bank_GetStringInfo(this.handle, index, out id, stringMem, 256, out retrieved); intptr_t L_4 = __this->get_handle_0(); int32_t L_5 = ___index0; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * L_6 = ___id1; intptr_t L_7 = V_1; int32_t L_8; L_8 = Bank_FMOD_Studio_Bank_GetStringInfo_mEF6352C9032417B3F15DB4EA45020C47D4843AA0((intptr_t)L_4, L_5, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)L_6, (intptr_t)L_7, ((int32_t)256), (int32_t*)(&V_2), /*hidden argument*/NULL); V_3 = L_8; // if (result == RESULT.ERR_TRUNCATED) int32_t L_9 = V_3; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)65))))) { goto IL_0057; } } IL_0038: { // Marshal.FreeHGlobal(stringMem); intptr_t L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_10, /*hidden argument*/NULL); // stringMem = Marshal.AllocHGlobal(retrieved); int32_t L_11 = V_2; intptr_t L_12; L_12 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(L_11, /*hidden argument*/NULL); V_1 = (intptr_t)L_12; // result = FMOD_Studio_Bank_GetStringInfo(this.handle, index, out id, stringMem, retrieved, out retrieved); intptr_t L_13 = __this->get_handle_0(); int32_t L_14 = ___index0; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * L_15 = ___id1; intptr_t L_16 = V_1; int32_t L_17 = V_2; int32_t L_18; L_18 = Bank_FMOD_Studio_Bank_GetStringInfo_mEF6352C9032417B3F15DB4EA45020C47D4843AA0((intptr_t)L_13, L_14, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)L_15, (intptr_t)L_16, L_17, (int32_t*)(&V_2), /*hidden argument*/NULL); V_3 = L_18; } IL_0057: { // if (result == RESULT.OK) int32_t L_19 = V_3; if (L_19) { goto IL_0063; } } IL_005a: { // path = encoder.stringFromNative(stringMem); String_t** L_20 = ___path2; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_21 = V_0; intptr_t L_22 = V_1; NullCheck(L_21); String_t* L_23; L_23 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_21, (intptr_t)L_22, /*hidden argument*/NULL); *((RuntimeObject **)L_20) = (RuntimeObject *)L_23; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_20, (void*)(RuntimeObject *)L_23); } IL_0063: { // Marshal.FreeHGlobal(stringMem); intptr_t L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_24, /*hidden argument*/NULL); // return result; int32_t L_25 = V_3; V_4 = L_25; IL2CPP_LEAVE(0x78, FINALLY_006e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006e; } FINALLY_006e: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_26 = V_0; if (!L_26) { goto IL_0077; } } IL_0071: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_27 = V_0; NullCheck(L_27); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_27); } IL_0077: { IL2CPP_END_FINALLY(110) } } // end finally (depth: 1) IL2CPP_CLEANUP(110) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x78, IL_0078) } IL_0078: { // } int32_t L_28 = V_4; return L_28; } } IL2CPP_EXTERN_C int32_t Bank_getStringInfo_m5AF91E62DD4280C716D283AE01622052C4EE2D2C_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id1, String_t** ___path2, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_getStringInfo_m5AF91E62DD4280C716D283AE01622052C4EE2D2C(_thisAdjusted, ___index0, ___id1, ___path2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::getEventCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getEventCount_m3759144F83B9422CFAA86B8CD097B774945D5BEC (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, int32_t* ___count0, const RuntimeMethod* method) { { // return FMOD_Studio_Bank_GetEventCount(this.handle, out count); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___count0; int32_t L_2; L_2 = Bank_FMOD_Studio_Bank_GetEventCount_mB38A35306ACA7FF839C2BC96BECA21C282942A79((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bank_getEventCount_m3759144F83B9422CFAA86B8CD097B774945D5BEC_AdjustorThunk (RuntimeObject * __this, int32_t* ___count0, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_getEventCount_m3759144F83B9422CFAA86B8CD097B774945D5BEC(_thisAdjusted, ___count0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::getEventList(FMOD.Studio.EventDescription[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getEventList_m9B58928036E2D77C8B015832C3B67A8D27D321AB (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226** ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226_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; EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226** L_0 = ___array0; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // result = FMOD_Studio_Bank_GetEventCount(this.handle, out capacity); intptr_t L_1 = __this->get_handle_0(); int32_t L_2; L_2 = Bank_FMOD_Studio_Bank_GetEventCount_mB38A35306ACA7FF839C2BC96BECA21C282942A79((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 EventDescription[0]; EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226** L_6 = ___array0; EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226* L_7 = (EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226*)(EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226*)SZArrayNew(EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226_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_Bank_GetEventList(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 = Bank_FMOD_Studio_Bank_GetEventList_mF6D967F3ED70E14B855C565B33AFC9F63467A379((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 EventDescription[actualCount]; EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226** L_20 = ___array0; int32_t L_21 = V_3; EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226* L_22 = (EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226*)(EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226*)SZArrayNew(EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226_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]; EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226** L_23 = ___array0; EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226* L_24 = *((EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226**)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 Bank_getEventList_m9B58928036E2D77C8B015832C3B67A8D27D321AB_AdjustorThunk (RuntimeObject * __this, EventDescriptionU5BU5D_tCE5E1E3CBA2B5AD63ED63A38876B100F0B483226** ___array0, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_getEventList_m9B58928036E2D77C8B015832C3B67A8D27D321AB(_thisAdjusted, ___array0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::getBusCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getBusCount_m7DF074C4480C4CB1DC1FE1F3EDD8BBFC6A38E1D6 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, int32_t* ___count0, const RuntimeMethod* method) { { // return FMOD_Studio_Bank_GetBusCount(this.handle, out count); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___count0; int32_t L_2; L_2 = Bank_FMOD_Studio_Bank_GetBusCount_mC2241DBF5E3DC5DC65D48083C6FA178F55A260A8((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bank_getBusCount_m7DF074C4480C4CB1DC1FE1F3EDD8BBFC6A38E1D6_AdjustorThunk (RuntimeObject * __this, int32_t* ___count0, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_getBusCount_m7DF074C4480C4CB1DC1FE1F3EDD8BBFC6A38E1D6(_thisAdjusted, ___count0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::getBusList(FMOD.Studio.Bus[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getBusList_m3F8C10DE6740D9F488AA1E67344C58F6BCC5949D (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD** ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD_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; BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD** L_0 = ___array0; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // result = FMOD_Studio_Bank_GetBusCount(this.handle, out capacity); intptr_t L_1 = __this->get_handle_0(); int32_t L_2; L_2 = Bank_FMOD_Studio_Bank_GetBusCount_mC2241DBF5E3DC5DC65D48083C6FA178F55A260A8((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 Bus[0]; BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD** L_6 = ___array0; BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD* L_7 = (BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD*)(BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD*)SZArrayNew(BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD_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_Bank_GetBusList(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 = Bank_FMOD_Studio_Bank_GetBusList_mF31160C0EE226F2CD856BD6798357849177D2200((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 Bus[actualCount]; BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD** L_20 = ___array0; int32_t L_21 = V_3; BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD* L_22 = (BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD*)(BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD*)SZArrayNew(BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD_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]; BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD** L_23 = ___array0; BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD* L_24 = *((BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD**)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 Bank_getBusList_m3F8C10DE6740D9F488AA1E67344C58F6BCC5949D_AdjustorThunk (RuntimeObject * __this, BusU5BU5D_t081E59272ADFB900EE6CCE098E088ED7E905F1CD** ___array0, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_getBusList_m3F8C10DE6740D9F488AA1E67344C58F6BCC5949D(_thisAdjusted, ___array0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::getVCACount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getVCACount_m1E2F493FAEDD3D782C1061318DE347B1FE9D4CBB (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, int32_t* ___count0, const RuntimeMethod* method) { { // return FMOD_Studio_Bank_GetVCACount(this.handle, out count); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___count0; int32_t L_2; L_2 = Bank_FMOD_Studio_Bank_GetVCACount_m7814574E3D6EDBA2E90463F5088B5EF9BEB16116((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bank_getVCACount_m1E2F493FAEDD3D782C1061318DE347B1FE9D4CBB_AdjustorThunk (RuntimeObject * __this, int32_t* ___count0, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_getVCACount_m1E2F493FAEDD3D782C1061318DE347B1FE9D4CBB(_thisAdjusted, ___count0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::getVCAList(FMOD.Studio.VCA[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getVCAList_m0D3401D5D3F901792A5337D504028E98A91E2C54 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17** ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17_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; VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17** L_0 = ___array0; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // result = FMOD_Studio_Bank_GetVCACount(this.handle, out capacity); intptr_t L_1 = __this->get_handle_0(); int32_t L_2; L_2 = Bank_FMOD_Studio_Bank_GetVCACount_m7814574E3D6EDBA2E90463F5088B5EF9BEB16116((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 VCA[0]; VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17** L_6 = ___array0; VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17* L_7 = (VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17*)(VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17*)SZArrayNew(VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17_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_Bank_GetVCAList(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 = Bank_FMOD_Studio_Bank_GetVCAList_m385B69B555410658C862A6FBC42BC9C1D38A0D70((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 VCA[actualCount]; VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17** L_20 = ___array0; int32_t L_21 = V_3; VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17* L_22 = (VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17*)(VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17*)SZArrayNew(VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17_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]; VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17** L_23 = ___array0; VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17* L_24 = *((VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17**)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 Bank_getVCAList_m0D3401D5D3F901792A5337D504028E98A91E2C54_AdjustorThunk (RuntimeObject * __this, VCAU5BU5D_t3EB4E09C1DFC89FC9CF25B3CAD265FC6032B6A17** ___array0, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_getVCAList_m0D3401D5D3F901792A5337D504028E98A91E2C54(_thisAdjusted, ___array0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getUserData_m8CDF4DC73B6C4A7FC7311B7CD7E2EED02A4BED89 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { { // return FMOD_Studio_Bank_GetUserData(this.handle, out userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___userdata0; int32_t L_2; L_2 = Bank_FMOD_Studio_Bank_GetUserData_mBFBE55C45BF10053FCEB5C25D74A659D7983389F((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bank_getUserData_m8CDF4DC73B6C4A7FC7311B7CD7E2EED02A4BED89_AdjustorThunk (RuntimeObject * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_getUserData_m8CDF4DC73B6C4A7FC7311B7CD7E2EED02A4BED89(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bank::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_setUserData_mB1FC7CD2FC98882BE272AAE939BE819EFBDEFC73 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, intptr_t ___userdata0, const RuntimeMethod* method) { { // return FMOD_Studio_Bank_SetUserData(this.handle, userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___userdata0; int32_t L_2; L_2 = Bank_FMOD_Studio_Bank_SetUserData_mE0EADD8C88C2D443E260EE006C89D86A64E1A3C5((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bank_setUserData_mB1FC7CD2FC98882BE272AAE939BE819EFBDEFC73_AdjustorThunk (RuntimeObject * __this, intptr_t ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bank_setUserData_mB1FC7CD2FC98882BE272AAE939BE819EFBDEFC73(_thisAdjusted, ___userdata0, method); return _returnValue; } // System.Boolean FMOD.Studio.Bank::FMOD_Studio_Bank_IsValid(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bank_FMOD_Studio_Bank_IsValid_m4760334B206791F3134896DEA149785808F51394 (intptr_t ___bank0, 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_Bank_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_Bank_IsValid)(___bank0); #else int32_t returnValue = il2cppPInvokeFunc(___bank0); #endif return static_cast(returnValue); } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetID(System.IntPtr,FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetID_m8F54AD256D1D6215627A232FD501777721F1D5F0 (intptr_t ___bank0, 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_Bank_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_Bank_GetID)(___bank0, ___id1); #else int32_t returnValue = il2cppPInvokeFunc(___bank0, ___id1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetPath_mD0F83775CDF96DD5D71A64CB4219DB166B1A3006 (intptr_t ___bank0, 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_Bank_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_Bank_GetPath)(___bank0, ___path1, ___size2, ___retrieved3); #else int32_t returnValue = il2cppPInvokeFunc(___bank0, ___path1, ___size2, ___retrieved3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_Unload(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_Unload_mA9AF53D7ABCFB4E80B3A1086ED5D41E010C96808 (intptr_t ___bank0, 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_Bank_Unload", 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_Bank_Unload)(___bank0); #else int32_t returnValue = il2cppPInvokeFunc(___bank0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_LoadSampleData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_LoadSampleData_m869B94A7B8E03D994D406031AC49998B673E6EE0 (intptr_t ___bank0, 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_Bank_LoadSampleData", 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_Bank_LoadSampleData)(___bank0); #else int32_t returnValue = il2cppPInvokeFunc(___bank0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_UnloadSampleData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_UnloadSampleData_m263A6111D2490C55E18D02F709FCF5642BBC8712 (intptr_t ___bank0, 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_Bank_UnloadSampleData", 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_Bank_UnloadSampleData)(___bank0); #else int32_t returnValue = il2cppPInvokeFunc(___bank0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetLoadingState(System.IntPtr,FMOD.Studio.LOADING_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetLoadingState_m867AA5D8BB816D0A90ABF3B5590B1A62195454B1 (intptr_t ___bank0, int32_t* ___state1, 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_Bank_GetLoadingState", 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_Bank_GetLoadingState)(___bank0, ___state1); #else int32_t returnValue = il2cppPInvokeFunc(___bank0, ___state1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetSampleLoadingState(System.IntPtr,FMOD.Studio.LOADING_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetSampleLoadingState_m824F84F16181F1C576B010049643A993AC47C6FB (intptr_t ___bank0, int32_t* ___state1, 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_Bank_GetSampleLoadingState", 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_Bank_GetSampleLoadingState)(___bank0, ___state1); #else int32_t returnValue = il2cppPInvokeFunc(___bank0, ___state1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetStringCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetStringCount_m1A68136121A3E0F88DA1B5E8D0815B138CE7E929 (intptr_t ___bank0, 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_Bank_GetStringCount", 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_Bank_GetStringCount)(___bank0, ___count1); #else int32_t returnValue = il2cppPInvokeFunc(___bank0, ___count1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetStringInfo(System.IntPtr,System.Int32,FMOD.GUID&,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetStringInfo_mEF6352C9032417B3F15DB4EA45020C47D4843AA0 (intptr_t ___bank0, int32_t ___index1, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id2, intptr_t ___path3, int32_t ___size4, int32_t* ___retrieved5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_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(int32_t) + sizeof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_GetStringInfo", 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_Bank_GetStringInfo)(___bank0, ___index1, ___id2, ___path3, ___size4, ___retrieved5); #else int32_t returnValue = il2cppPInvokeFunc(___bank0, ___index1, ___id2, ___path3, ___size4, ___retrieved5); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetEventCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetEventCount_mB38A35306ACA7FF839C2BC96BECA21C282942A79 (intptr_t ___bank0, 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_Bank_GetEventCount", 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_Bank_GetEventCount)(___bank0, ___count1); #else int32_t returnValue = il2cppPInvokeFunc(___bank0, ___count1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetEventList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetEventList_mF6D967F3ED70E14B855C565B33AFC9F63467A379 (intptr_t ___bank0, 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_Bank_GetEventList", 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_Bank_GetEventList)(___bank0, ____array1_marshaled, ___capacity2, ___count3); #else int32_t returnValue = il2cppPInvokeFunc(___bank0, ____array1_marshaled, ___capacity2, ___count3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetBusCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetBusCount_mC2241DBF5E3DC5DC65D48083C6FA178F55A260A8 (intptr_t ___bank0, 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_Bank_GetBusCount", 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_Bank_GetBusCount)(___bank0, ___count1); #else int32_t returnValue = il2cppPInvokeFunc(___bank0, ___count1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetBusList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetBusList_mF31160C0EE226F2CD856BD6798357849177D2200 (intptr_t ___bank0, 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_Bank_GetBusList", 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_Bank_GetBusList)(___bank0, ____array1_marshaled, ___capacity2, ___count3); #else int32_t returnValue = il2cppPInvokeFunc(___bank0, ____array1_marshaled, ___capacity2, ___count3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetVCACount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetVCACount_m7814574E3D6EDBA2E90463F5088B5EF9BEB16116 (intptr_t ___bank0, 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_Bank_GetVCACount", 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_Bank_GetVCACount)(___bank0, ___count1); #else int32_t returnValue = il2cppPInvokeFunc(___bank0, ___count1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetVCAList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetVCAList_m385B69B555410658C862A6FBC42BC9C1D38A0D70 (intptr_t ___bank0, 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_Bank_GetVCAList", 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_Bank_GetVCAList)(___bank0, ____array1_marshaled, ___capacity2, ___count3); #else int32_t returnValue = il2cppPInvokeFunc(___bank0, ____array1_marshaled, ___capacity2, ___count3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetUserData_mBFBE55C45BF10053FCEB5C25D74A659D7983389F (intptr_t ___bank0, 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_Bank_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_Bank_GetUserData)(___bank0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___bank0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_SetUserData_mE0EADD8C88C2D443E260EE006C89D86A64E1A3C5 (intptr_t ___bank0, 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_Bank_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_Bank_SetUserData)(___bank0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___bank0, ___userdata1); #endif return returnValue; } // System.Void FMOD.Studio.Bank::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bank__ctor_mD2348DD9F3E38DC0D30A0D3B668FE5B741ED9318 (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public Bank(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public Bank(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void Bank__ctor_mD2348DD9F3E38DC0D30A0D3B668FE5B741ED9318_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); Bank__ctor_mD2348DD9F3E38DC0D30A0D3B668FE5B741ED9318_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.Studio.Bank::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bank_hasHandle_mD32427C8732DAE73E95710774E91FD3FC94226CC (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __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 Bank_hasHandle_mD32427C8732DAE73E95710774E91FD3FC94226CC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Bank_hasHandle_mD32427C8732DAE73E95710774E91FD3FC94226CC(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.Studio.Bank::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bank_clearHandle_mEE761BE015FC619B88BE719CA49E6B936FDDDDAF (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __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 Bank_clearHandle_mEE761BE015FC619B88BE719CA49E6B936FDDDDAF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); Bank_clearHandle_mEE761BE015FC619B88BE719CA49E6B936FDDDDAF(_thisAdjusted, method); } // System.Boolean FMOD.Studio.Bank::isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bank_isValid_m0EEF93AA8F836100012E17B8D543CE8D807A3A2A (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, const RuntimeMethod* method) { { // return hasHandle() && FMOD_Studio_Bank_IsValid(this.handle); bool L_0; L_0 = Bank_hasHandle_mD32427C8732DAE73E95710774E91FD3FC94226CC((Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 *)__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { intptr_t L_1 = __this->get_handle_0(); bool L_2; L_2 = Bank_FMOD_Studio_Bank_IsValid_m4760334B206791F3134896DEA149785808F51394((intptr_t)L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (bool)0; } } IL2CPP_EXTERN_C bool Bank_isValid_m0EEF93AA8F836100012E17B8D543CE8D807A3A2A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Bank_isValid_m0EEF93AA8F836100012E17B8D543CE8D807A3A2A(_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.BankLoadException::.ctor(System.String,FMOD.RESULT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BankLoadException__ctor_mC42B63E9603CAD9EB669BB9EA39D2DF3B95F9BE0 (BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7 * __this, String_t* ___path0, int32_t ___result1, 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*)&_stringLiteral7BBCC07C0CF564814EF5BC26EB4C93B7F3165A96); s_Il2CppMethodInitialized = true; } { // : base(string.Format("[FMOD] Could not load bank '{0}' : {1} : {2}", path, result.ToString(), FMOD.Error.String(result))) String_t* L_0 = ___path0; RuntimeObject * L_1 = Box(RESULT_t25BE0876E69B44E7D72DC4C52217E7C5B1A82271_il2cpp_TypeInfo_var, (&___result1)); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); ___result1 = *(int32_t*)UnBox(L_1); int32_t L_3 = ___result1; String_t* L_4; L_4 = Error_String_mDEBCC8C911CE15FDDADFD559AC00AF8F825875B8(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(_stringLiteral7BBCC07C0CF564814EF5BC26EB4C93B7F3165A96, L_0, L_2, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(__this, L_5, /*hidden argument*/NULL); // Path = path; String_t* L_6 = ___path0; __this->set_Path_17(L_6); // Result = result; int32_t L_7 = ___result1; __this->set_Result_18(L_7); // } return; } } // System.Void FMODUnity.BankLoadException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BankLoadException__ctor_mECF2321A3BEDAAEEA7073AC850AFEAB544073518 (BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7 * __this, String_t* ___path0, String_t* ___error1, 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*)&_stringLiteralA40C5C7A7C4B375C962F1DA94053823C642C607F); s_Il2CppMethodInitialized = true; } { // : base(string.Format("[FMOD] Could not load bank '{0}' : {1}", path, error)) String_t* L_0 = ___path0; String_t* L_1 = ___error1; String_t* L_2; L_2 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteralA40C5C7A7C4B375C962F1DA94053823C642C607F, L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(__this, L_2, /*hidden argument*/NULL); // Path = path; String_t* L_3 = ___path0; __this->set_Path_17(L_3); // Result = FMOD.RESULT.ERR_INTERNAL; __this->set_Result_18(((int32_t)28)); // } 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.BankRefAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BankRefAttribute__ctor_m0BCBF3689B4584F3F5460C72535E3B737BE4F9B0 (BankRefAttribute_t1E50710AB4B461FA76906C98E68F2ECC902D55D1 * __this, const RuntimeMethod* method) { { PropertyAttribute__ctor_mA13181D93341AEAE429F0615989CB4647F2EB8A7(__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.Studio.Bus::getID(FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getID_m925C925865D318B8AF794A0B08AC15F3C4D22E10 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id0, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_GetID(this.handle, out id); intptr_t L_0 = __this->get_handle_0(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * L_1 = ___id0; int32_t L_2; L_2 = Bus_FMOD_Studio_Bus_GetID_m95766DE546C349E068A6AC9E52C8170BFA3FE834((intptr_t)L_0, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bus_getID_m925C925865D318B8AF794A0B08AC15F3C4D22E10_AdjustorThunk (RuntimeObject * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id0, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_getID_m925C925865D318B8AF794A0B08AC15F3C4D22E10(_thisAdjusted, ___id0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::getPath(System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getPath_mE66A62049B199B44F0ED51D5933425019793A828 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __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_Bus_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 = Bus_FMOD_Studio_Bus_GetPath_mAC505F58C336EAC269684758A90A3F8DD49DB7AB((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_Bus_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 = Bus_FMOD_Studio_Bus_GetPath_mAC505F58C336EAC269684758A90A3F8DD49DB7AB((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 Bus_getPath_mE66A62049B199B44F0ED51D5933425019793A828_AdjustorThunk (RuntimeObject * __this, String_t** ___path0, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_getPath_mE66A62049B199B44F0ED51D5933425019793A828(_thisAdjusted, ___path0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::getVolume(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getVolume_m869E0CD9F97504EFA0E2358F3E2917E6095DD71F (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __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 = Bus_getVolume_m3DF46CE76B32B4275392C0779A13AEE04A190EF9((Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 *)__this, (float*)L_0, (float*)(&V_0), /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Bus_getVolume_m869E0CD9F97504EFA0E2358F3E2917E6095DD71F_AdjustorThunk (RuntimeObject * __this, float* ___volume0, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_getVolume_m869E0CD9F97504EFA0E2358F3E2917E6095DD71F(_thisAdjusted, ___volume0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::getVolume(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getVolume_m3DF46CE76B32B4275392C0779A13AEE04A190EF9 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, float* ___volume0, float* ___finalvolume1, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_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 = Bus_FMOD_Studio_Bus_GetVolume_mFA9C74D79DFB715FD740729D2E29B4FD1E91AF72((intptr_t)L_0, (float*)L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Bus_getVolume_m3DF46CE76B32B4275392C0779A13AEE04A190EF9_AdjustorThunk (RuntimeObject * __this, float* ___volume0, float* ___finalvolume1, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_getVolume_m3DF46CE76B32B4275392C0779A13AEE04A190EF9(_thisAdjusted, ___volume0, ___finalvolume1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::setVolume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setVolume_m4A14CBD2661706AB950AF60B8210181CAB1A8EB5 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, float ___volume0, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_SetVolume(this.handle, volume); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___volume0; int32_t L_2; L_2 = Bus_FMOD_Studio_Bus_SetVolume_mE7CCB4BAB974393901456222ABFF21A0FDB56D01((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bus_setVolume_m4A14CBD2661706AB950AF60B8210181CAB1A8EB5_AdjustorThunk (RuntimeObject * __this, float ___volume0, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_setVolume_m4A14CBD2661706AB950AF60B8210181CAB1A8EB5(_thisAdjusted, ___volume0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::getPaused(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getPaused_m67C395192349E6827B9EEBF8A2CECEE63BA0E708 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, bool* ___paused0, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_GetPaused(this.handle, out paused); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___paused0; int32_t L_2; L_2 = Bus_FMOD_Studio_Bus_GetPaused_m74083D2D9691DC2028C89D609088307D32C0F170((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bus_getPaused_m67C395192349E6827B9EEBF8A2CECEE63BA0E708_AdjustorThunk (RuntimeObject * __this, bool* ___paused0, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_getPaused_m67C395192349E6827B9EEBF8A2CECEE63BA0E708(_thisAdjusted, ___paused0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::setPaused(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setPaused_m77798BCE33D514067F4285276F573C217836EC33 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, bool ___paused0, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_SetPaused(this.handle, paused); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___paused0; int32_t L_2; L_2 = Bus_FMOD_Studio_Bus_SetPaused_mEFEAA7B3FFE5C99029B34B3E17C4B35C8E1500E3((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bus_setPaused_m77798BCE33D514067F4285276F573C217836EC33_AdjustorThunk (RuntimeObject * __this, bool ___paused0, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_setPaused_m77798BCE33D514067F4285276F573C217836EC33(_thisAdjusted, ___paused0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::getMute(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getMute_m0C7C39956E63045CEE9D20A146738F833D749C86 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, bool* ___mute0, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_GetMute(this.handle, out mute); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___mute0; int32_t L_2; L_2 = Bus_FMOD_Studio_Bus_GetMute_mB71A5265E742E18714FC36BEAAB8A20D87F06EEF((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bus_getMute_m0C7C39956E63045CEE9D20A146738F833D749C86_AdjustorThunk (RuntimeObject * __this, bool* ___mute0, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_getMute_m0C7C39956E63045CEE9D20A146738F833D749C86(_thisAdjusted, ___mute0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::setMute(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setMute_m93488C5DE7A80FD5886AFEA2CFEF17926AD5681B (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, bool ___mute0, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_SetMute(this.handle, mute); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___mute0; int32_t L_2; L_2 = Bus_FMOD_Studio_Bus_SetMute_m04DBE5CAC4708C7EC66E42DE542622F06A811B6C((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bus_setMute_m93488C5DE7A80FD5886AFEA2CFEF17926AD5681B_AdjustorThunk (RuntimeObject * __this, bool ___mute0, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_setMute_m93488C5DE7A80FD5886AFEA2CFEF17926AD5681B(_thisAdjusted, ___mute0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::stopAllEvents(FMOD.Studio.STOP_MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_stopAllEvents_m4F31DC4153F0CE206352DAAC4D8D94D321E17B27 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, int32_t ___mode0, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_StopAllEvents(this.handle, mode); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___mode0; int32_t L_2; L_2 = Bus_FMOD_Studio_Bus_StopAllEvents_mC4C3C37786D4B2DB61C2733719560FB22ECA79FE((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bus_stopAllEvents_m4F31DC4153F0CE206352DAAC4D8D94D321E17B27_AdjustorThunk (RuntimeObject * __this, int32_t ___mode0, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_stopAllEvents_m4F31DC4153F0CE206352DAAC4D8D94D321E17B27(_thisAdjusted, ___mode0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::lockChannelGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_lockChannelGroup_mDEA4564FCF43E3C2F2DE9393ED53D426821D7A8E (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_LockChannelGroup(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = Bus_FMOD_Studio_Bus_LockChannelGroup_mC5F566F5C75DC7A484BB859B8880C3771A0C5C21((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Bus_lockChannelGroup_mDEA4564FCF43E3C2F2DE9393ED53D426821D7A8E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_lockChannelGroup_mDEA4564FCF43E3C2F2DE9393ED53D426821D7A8E(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::unlockChannelGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_unlockChannelGroup_m2D0961C4740D463EEE13464B3E21D9B0731C22B7 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_UnlockChannelGroup(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = Bus_FMOD_Studio_Bus_UnlockChannelGroup_mAB6137ACA315335058DB977807F6F33A71DF796C((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Bus_unlockChannelGroup_m2D0961C4740D463EEE13464B3E21D9B0731C22B7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_unlockChannelGroup_m2D0961C4740D463EEE13464B3E21D9B0731C22B7(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::getChannelGroup(FMOD.ChannelGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getChannelGroup_m831052B5FC848AEB2962FD3ACF9F7F7C8BD67D54 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___group0, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_GetChannelGroup(this.handle, out group.handle); intptr_t L_0 = __this->get_handle_0(); ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * L_1 = ___group0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = Bus_FMOD_Studio_Bus_GetChannelGroup_m8C7DF566FE33469CE531EE3B6FDC5A4AF5A61E57((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Bus_getChannelGroup_m831052B5FC848AEB2962FD3ACF9F7F7C8BD67D54_AdjustorThunk (RuntimeObject * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___group0, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_getChannelGroup_m831052B5FC848AEB2962FD3ACF9F7F7C8BD67D54(_thisAdjusted, ___group0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::getCPUUsage(System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getCPUUsage_mFE29E4F73DFC17A4A48A18568D5D2C2983C7E2E7 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, uint32_t* ___exclusive0, uint32_t* ___inclusive1, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_GetCPUUsage(this.handle, out exclusive, out inclusive); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___exclusive0; uint32_t* L_2 = ___inclusive1; int32_t L_3; L_3 = Bus_FMOD_Studio_Bus_GetCPUUsage_mF7F834B3FFE2E418736FAF614782E0BD0FD664E5((intptr_t)L_0, (uint32_t*)L_1, (uint32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Bus_getCPUUsage_mFE29E4F73DFC17A4A48A18568D5D2C2983C7E2E7_AdjustorThunk (RuntimeObject * __this, uint32_t* ___exclusive0, uint32_t* ___inclusive1, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_getCPUUsage_mFE29E4F73DFC17A4A48A18568D5D2C2983C7E2E7(_thisAdjusted, ___exclusive0, ___inclusive1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::getMemoryUsage(FMOD.Studio.MEMORY_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getMemoryUsage_mA220437FADB95A9BD505693D62CE006E3D37CB09 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 * ___memoryusage0, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_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 = Bus_FMOD_Studio_Bus_GetMemoryUsage_m214C03E0C8E6C3101B334680AB59CC8B853C57E9((intptr_t)L_0, (MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bus_getMemoryUsage_mA220437FADB95A9BD505693D62CE006E3D37CB09_AdjustorThunk (RuntimeObject * __this, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 * ___memoryusage0, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_getMemoryUsage_mA220437FADB95A9BD505693D62CE006E3D37CB09(_thisAdjusted, ___memoryusage0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::getPortIndex(System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getPortIndex_m55F04486AFD21BCFB99C2A2B66863082A0101263 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, uint64_t* ___index0, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_GetPortIndex(this.handle, out index); intptr_t L_0 = __this->get_handle_0(); uint64_t* L_1 = ___index0; int32_t L_2; L_2 = Bus_FMOD_Studio_Bus_GetPortIndex_m1590953623F2A0D3C4505D71F9D2203ADA603633((intptr_t)L_0, (uint64_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bus_getPortIndex_m55F04486AFD21BCFB99C2A2B66863082A0101263_AdjustorThunk (RuntimeObject * __this, uint64_t* ___index0, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_getPortIndex_m55F04486AFD21BCFB99C2A2B66863082A0101263(_thisAdjusted, ___index0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.Bus::setPortIndex(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setPortIndex_mD145685CFA33068970E86B249A59B80F428DA68F (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, uint64_t ___index0, const RuntimeMethod* method) { { // return FMOD_Studio_Bus_SetPortIndex(this.handle, index); intptr_t L_0 = __this->get_handle_0(); uint64_t L_1 = ___index0; int32_t L_2; L_2 = Bus_FMOD_Studio_Bus_SetPortIndex_m94178971423DB782B77761BE6F33AF72BA753A07((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Bus_setPortIndex_mD145685CFA33068970E86B249A59B80F428DA68F_AdjustorThunk (RuntimeObject * __this, uint64_t ___index0, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Bus_setPortIndex_mD145685CFA33068970E86B249A59B80F428DA68F(_thisAdjusted, ___index0, method); return _returnValue; } // System.Boolean FMOD.Studio.Bus::FMOD_Studio_Bus_IsValid(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bus_FMOD_Studio_Bus_IsValid_m9AF0AA20E4C18B6883DE43E29AB1441905178068 (intptr_t ___bus0, 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_Bus_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_Bus_IsValid)(___bus0); #else int32_t returnValue = il2cppPInvokeFunc(___bus0); #endif return static_cast(returnValue); } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetID(System.IntPtr,FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetID_m95766DE546C349E068A6AC9E52C8170BFA3FE834 (intptr_t ___bus0, 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_Bus_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_Bus_GetID)(___bus0, ___id1); #else int32_t returnValue = il2cppPInvokeFunc(___bus0, ___id1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetPath_mAC505F58C336EAC269684758A90A3F8DD49DB7AB (intptr_t ___bus0, 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_Bus_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_Bus_GetPath)(___bus0, ___path1, ___size2, ___retrieved3); #else int32_t returnValue = il2cppPInvokeFunc(___bus0, ___path1, ___size2, ___retrieved3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetVolume(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetVolume_mFA9C74D79DFB715FD740729D2E29B4FD1E91AF72 (intptr_t ___bus0, 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_Bus_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_Bus_GetVolume)(___bus0, ___volume1, ___finalvolume2); #else int32_t returnValue = il2cppPInvokeFunc(___bus0, ___volume1, ___finalvolume2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetVolume(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetVolume_mE7CCB4BAB974393901456222ABFF21A0FDB56D01 (intptr_t ___bus0, 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_Bus_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_Bus_SetVolume)(___bus0, ___volume1); #else int32_t returnValue = il2cppPInvokeFunc(___bus0, ___volume1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetPaused(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetPaused_m74083D2D9691DC2028C89D609088307D32C0F170 (intptr_t ___bus0, bool* ___paused1, 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_Bus_GetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___paused1' to native representation int32_t ____paused1_empty = 0; int32_t* ____paused1_marshaled = &____paused1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_Bus_GetPaused)(___bus0, ____paused1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___bus0, ____paused1_marshaled); #endif // Marshaling of parameter '___paused1' back from native representation bool _____paused1_marshaled_unmarshaled_dereferenced = false; _____paused1_marshaled_unmarshaled_dereferenced = static_cast(*____paused1_marshaled); *___paused1 = _____paused1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetPaused(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetPaused_mEFEAA7B3FFE5C99029B34B3E17C4B35C8E1500E3 (intptr_t ___bus0, bool ___paused1, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_SetPaused", 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_Bus_SetPaused)(___bus0, static_cast(___paused1)); #else int32_t returnValue = il2cppPInvokeFunc(___bus0, static_cast(___paused1)); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetMute(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetMute_mB71A5265E742E18714FC36BEAAB8A20D87F06EEF (intptr_t ___bus0, bool* ___mute1, 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_Bus_GetMute", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___mute1' to native representation int32_t ____mute1_empty = 0; int32_t* ____mute1_marshaled = &____mute1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_Bus_GetMute)(___bus0, ____mute1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___bus0, ____mute1_marshaled); #endif // Marshaling of parameter '___mute1' back from native representation bool _____mute1_marshaled_unmarshaled_dereferenced = false; _____mute1_marshaled_unmarshaled_dereferenced = static_cast(*____mute1_marshaled); *___mute1 = _____mute1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetMute(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetMute_m04DBE5CAC4708C7EC66E42DE542622F06A811B6C (intptr_t ___bus0, bool ___mute1, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_SetMute", 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_Bus_SetMute)(___bus0, static_cast(___mute1)); #else int32_t returnValue = il2cppPInvokeFunc(___bus0, static_cast(___mute1)); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_StopAllEvents(System.IntPtr,FMOD.Studio.STOP_MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_StopAllEvents_mC4C3C37786D4B2DB61C2733719560FB22ECA79FE (intptr_t ___bus0, int32_t ___mode1, 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_Bus_StopAllEvents", 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_Bus_StopAllEvents)(___bus0, ___mode1); #else int32_t returnValue = il2cppPInvokeFunc(___bus0, ___mode1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_LockChannelGroup(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_LockChannelGroup_mC5F566F5C75DC7A484BB859B8880C3771A0C5C21 (intptr_t ___bus0, 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_Bus_LockChannelGroup", 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_Bus_LockChannelGroup)(___bus0); #else int32_t returnValue = il2cppPInvokeFunc(___bus0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_UnlockChannelGroup(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_UnlockChannelGroup_mAB6137ACA315335058DB977807F6F33A71DF796C (intptr_t ___bus0, 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_Bus_UnlockChannelGroup", 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_Bus_UnlockChannelGroup)(___bus0); #else int32_t returnValue = il2cppPInvokeFunc(___bus0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetChannelGroup(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetChannelGroup_m8C7DF566FE33469CE531EE3B6FDC5A4AF5A61E57 (intptr_t ___bus0, intptr_t* ___group1, 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_Bus_GetChannelGroup", 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_Bus_GetChannelGroup)(___bus0, ___group1); #else int32_t returnValue = il2cppPInvokeFunc(___bus0, ___group1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetCPUUsage(System.IntPtr,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetCPUUsage_mF7F834B3FFE2E418736FAF614782E0BD0FD664E5 (intptr_t ___bus0, uint32_t* ___exclusive1, uint32_t* ___inclusive2, 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"), "FMOD_Studio_Bus_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_Bus_GetCPUUsage)(___bus0, ___exclusive1, ___inclusive2); #else int32_t returnValue = il2cppPInvokeFunc(___bus0, ___exclusive1, ___inclusive2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetMemoryUsage(System.IntPtr,FMOD.Studio.MEMORY_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetMemoryUsage_m214C03E0C8E6C3101B334680AB59CC8B853C57E9 (intptr_t ___bus0, 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_Bus_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_Bus_GetMemoryUsage)(___bus0, ___memoryusage1); #else int32_t returnValue = il2cppPInvokeFunc(___bus0, ___memoryusage1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetPortIndex(System.IntPtr,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetPortIndex_m1590953623F2A0D3C4505D71F9D2203ADA603633 (intptr_t ___bus0, uint64_t* ___index1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_GetPortIndex", 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_Bus_GetPortIndex)(___bus0, ___index1); #else int32_t returnValue = il2cppPInvokeFunc(___bus0, ___index1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetPortIndex(System.IntPtr,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetPortIndex_m94178971423DB782B77761BE6F33AF72BA753A07 (intptr_t ___bus0, uint64_t ___index1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_SetPortIndex", 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_Bus_SetPortIndex)(___bus0, ___index1); #else int32_t returnValue = il2cppPInvokeFunc(___bus0, ___index1); #endif return returnValue; } // System.Void FMOD.Studio.Bus::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bus__ctor_mF31E7278EC6671D9D404B944AB089FD5FE22AF02 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public Bus(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public Bus(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void Bus__ctor_mF31E7278EC6671D9D404B944AB089FD5FE22AF02_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); Bus__ctor_mF31E7278EC6671D9D404B944AB089FD5FE22AF02_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.Studio.Bus::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bus_hasHandle_mAB11AFA297AF841F461D0225828E8C6CDAE07BF4 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __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 Bus_hasHandle_mAB11AFA297AF841F461D0225828E8C6CDAE07BF4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Bus_hasHandle_mAB11AFA297AF841F461D0225828E8C6CDAE07BF4(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.Studio.Bus::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bus_clearHandle_mAC8F7A9E9DD388953393D70A632D7B4538532159 (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __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 Bus_clearHandle_mAC8F7A9E9DD388953393D70A632D7B4538532159_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); Bus_clearHandle_mAC8F7A9E9DD388953393D70A632D7B4538532159(_thisAdjusted, method); } // System.Boolean FMOD.Studio.Bus::isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bus_isValid_mD58C721F39EE7457330AAD476D0D933635C7E6EF (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, const RuntimeMethod* method) { { // return hasHandle() && FMOD_Studio_Bus_IsValid(this.handle); bool L_0; L_0 = Bus_hasHandle_mAB11AFA297AF841F461D0225828E8C6CDAE07BF4((Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 *)__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { intptr_t L_1 = __this->get_handle_0(); bool L_2; L_2 = Bus_FMOD_Studio_Bus_IsValid_m9AF0AA20E4C18B6883DE43E29AB1441905178068((intptr_t)L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (bool)0; } } IL2CPP_EXTERN_C bool Bus_isValid_mD58C721F39EE7457330AAD476D0D933635C7E6EF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Bus_isValid_mD58C721F39EE7457330AAD476D0D933635C7E6EF(_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.BusNotFoundException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BusNotFoundException__ctor_m571EE6FC71C7AE11E43307BB4593863C44836417 (BusNotFoundException_tF895A193A75FFFCC12CE4B0085510C2D5371B644 * __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*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4501CC63F934B001E68536A5FA3EEED376EFE5DB); s_Il2CppMethodInitialized = true; } { // : base("[FMOD] Bus not found '" + path + "'") String_t* L_0 = ___path0; String_t* L_1; L_1 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(_stringLiteral4501CC63F934B001E68536A5FA3EEED376EFE5DB, 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 IL2CPP_EXTERN_C float DelegatePInvokeWrapper_CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81 (CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81 * __this, intptr_t ___channelcontrol0, float ___distance1, const RuntimeMethod* method) { typedef float (DEFAULT_CALL *PInvokeFunc)(intptr_t, float); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation float returnValue = il2cppPInvokeFunc(___channelcontrol0, ___distance1); return returnValue; } // System.Void FMOD.CB_3D_ROLLOFF_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CB_3D_ROLLOFF_CALLBACK__ctor_m03162F360080F9D9DE171829130D2D55CAF1B945 (CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81 * __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); } // System.Single FMOD.CB_3D_ROLLOFF_CALLBACK::Invoke(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CB_3D_ROLLOFF_CALLBACK_Invoke_m9042CB761A622E97DC28C2467308A418D296F18C (CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81 * __this, intptr_t ___channelcontrol0, float ___distance1, const RuntimeMethod* method) { float result = 0.0f; 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 float (*FunctionPointerType) (intptr_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___channelcontrol0, ___distance1, targetMethod); } else { // closed typedef float (*FunctionPointerType) (void*, intptr_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___channelcontrol0, ___distance1, 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< float, intptr_t, float >::Invoke(targetMethod, targetThis, ___channelcontrol0, ___distance1); else result = GenericVirtFuncInvoker2< float, intptr_t, float >::Invoke(targetMethod, targetThis, ___channelcontrol0, ___distance1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< float, intptr_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___channelcontrol0, ___distance1); else result = VirtFuncInvoker2< float, intptr_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___channelcontrol0, ___distance1); } } else { typedef float (*FunctionPointerType) (void*, intptr_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___channelcontrol0, ___distance1, targetMethod); } } } return result; } // System.IAsyncResult FMOD.CB_3D_ROLLOFF_CALLBACK::BeginInvoke(System.IntPtr,System.Single,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CB_3D_ROLLOFF_CALLBACK_BeginInvoke_m9830C609D68F296296EA0EB19DF669933DD63374 (CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81 * __this, intptr_t ___channelcontrol0, float ___distance1, 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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___channelcontrol0); __d_args[1] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___distance1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Single FMOD.CB_3D_ROLLOFF_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CB_3D_ROLLOFF_CALLBACK_EndInvoke_m16B6876029AEC1D3504DC80C36AA46B634444403 (CB_3D_ROLLOFF_CALLBACK_t199D7855A0966DB6E4F8D6BBE5CD9120815BFF81 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(float*)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_CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 (CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * __this, intptr_t ___channelcontrol0, int32_t ___controltype1, int32_t ___callbacktype2, intptr_t ___commanddata13, intptr_t ___commanddata24, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, int32_t, int32_t, intptr_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___channelcontrol0, ___controltype1, ___callbacktype2, ___commanddata13, ___commanddata24); return returnValue; } // System.Void FMOD.CHANNELCONTROL_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CHANNELCONTROL_CALLBACK__ctor_m6937668DB18005D1BD4021F2B74D27F7E906D9D8 (CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * __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.CHANNELCONTROL_CALLBACK::Invoke(System.IntPtr,FMOD.CHANNELCONTROL_TYPE,FMOD.CHANNELCONTROL_CALLBACK_TYPE,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CHANNELCONTROL_CALLBACK_Invoke_mBAB66FFD9277540DB3B94C5E82857678193C0969 (CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * __this, intptr_t ___channelcontrol0, int32_t ___controltype1, int32_t ___callbacktype2, intptr_t ___commanddata13, intptr_t ___commanddata24, 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, int32_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___channelcontrol0, ___controltype1, ___callbacktype2, ___commanddata13, ___commanddata24, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___channelcontrol0, ___controltype1, ___callbacktype2, ___commanddata13, ___commanddata24, 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, int32_t, int32_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___channelcontrol0, ___controltype1, ___callbacktype2, ___commanddata13, ___commanddata24); else result = GenericVirtFuncInvoker5< int32_t, intptr_t, int32_t, int32_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___channelcontrol0, ___controltype1, ___callbacktype2, ___commanddata13, ___commanddata24); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< int32_t, intptr_t, int32_t, int32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___channelcontrol0, ___controltype1, ___callbacktype2, ___commanddata13, ___commanddata24); else result = VirtFuncInvoker5< int32_t, intptr_t, int32_t, int32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___channelcontrol0, ___controltype1, ___callbacktype2, ___commanddata13, ___commanddata24); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___channelcontrol0, ___controltype1, ___callbacktype2, ___commanddata13, ___commanddata24, targetMethod); } } } return result; } // System.IAsyncResult FMOD.CHANNELCONTROL_CALLBACK::BeginInvoke(System.IntPtr,FMOD.CHANNELCONTROL_TYPE,FMOD.CHANNELCONTROL_CALLBACK_TYPE,System.IntPtr,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CHANNELCONTROL_CALLBACK_BeginInvoke_m42961568F0C2A681C6C23274790DA7A14110FB47 (CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * __this, intptr_t ___channelcontrol0, int32_t ___controltype1, int32_t ___callbacktype2, intptr_t ___commanddata13, intptr_t ___commanddata24, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CHANNELCONTROL_CALLBACK_TYPE_t0F46F4F86E383F2102B2752887C832DEF5A6814F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CHANNELCONTROL_TYPE_t04FD13A17CEAF25618F34E0896CC8124CE74EB5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[6] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___channelcontrol0); __d_args[1] = Box(CHANNELCONTROL_TYPE_t04FD13A17CEAF25618F34E0896CC8124CE74EB5B_il2cpp_TypeInfo_var, &___controltype1); __d_args[2] = Box(CHANNELCONTROL_CALLBACK_TYPE_t0F46F4F86E383F2102B2752887C832DEF5A6814F_il2cpp_TypeInfo_var, &___callbacktype2); __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___commanddata13); __d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___commanddata24); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);; } // FMOD.RESULT FMOD.CHANNELCONTROL_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CHANNELCONTROL_CALLBACK_EndInvoke_m7DFDCA17AD7DED4B6F9471B0DB66DAB6F388E40A (CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * __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 #ifdef __clang__ #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_COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t28124D766A1C2340A63BAF689D66D9804C3B4F36 (COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t28124D766A1C2340A63BAF689D66D9804C3B4F36 * __this, intptr_t ___replay0, int32_t ___commandindex1, intptr_t ___eventdescription2, intptr_t* ___instance3, intptr_t ___userdata4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, int32_t, intptr_t, intptr_t*, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___replay0, ___commandindex1, ___eventdescription2, ___instance3, ___userdata4); return returnValue; } // System.Void FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void COMMANDREPLAY_CREATE_INSTANCE_CALLBACK__ctor_m990A0709410CB8787AEBBC150C826AA1F3186352 (COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t28124D766A1C2340A63BAF689D66D9804C3B4F36 * __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.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK::Invoke(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_Invoke_m334E77B6ED955246DF452F155C6AF7A8CF64977B (COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t28124D766A1C2340A63BAF689D66D9804C3B4F36 * __this, intptr_t ___replay0, int32_t ___commandindex1, intptr_t ___eventdescription2, intptr_t* ___instance3, 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, int32_t, intptr_t, intptr_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___replay0, ___commandindex1, ___eventdescription2, ___instance3, ___userdata4, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, intptr_t, intptr_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___replay0, ___commandindex1, ___eventdescription2, ___instance3, ___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, int32_t, intptr_t, intptr_t*, intptr_t >::Invoke(targetMethod, targetThis, ___replay0, ___commandindex1, ___eventdescription2, ___instance3, ___userdata4); else result = GenericVirtFuncInvoker5< int32_t, intptr_t, int32_t, intptr_t, intptr_t*, intptr_t >::Invoke(targetMethod, targetThis, ___replay0, ___commandindex1, ___eventdescription2, ___instance3, ___userdata4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< int32_t, intptr_t, int32_t, intptr_t, intptr_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___replay0, ___commandindex1, ___eventdescription2, ___instance3, ___userdata4); else result = VirtFuncInvoker5< int32_t, intptr_t, int32_t, intptr_t, intptr_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___replay0, ___commandindex1, ___eventdescription2, ___instance3, ___userdata4); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, intptr_t, intptr_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___replay0, ___commandindex1, ___eventdescription2, ___instance3, ___userdata4, targetMethod); } } } return result; } // System.IAsyncResult FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK::BeginInvoke(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr&,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_BeginInvoke_m83E5D9A9EB68A2823E675115DFC4CA7FA4BFF539 (COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t28124D766A1C2340A63BAF689D66D9804C3B4F36 * __this, intptr_t ___replay0, int32_t ___commandindex1, intptr_t ___eventdescription2, intptr_t* ___instance3, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[6] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___replay0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___commandindex1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___eventdescription2); __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &*___instance3); __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.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK::EndInvoke(System.IntPtr&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_EndInvoke_m08DE4DEA9C91930BA51D64A7A03D45BFD1B8AD96 (COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t28124D766A1C2340A63BAF689D66D9804C3B4F36 * __this, intptr_t* ___instance0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___instance0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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 IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_COMMANDREPLAY_FRAME_CALLBACK_t6393F18EF7B20B8ADA5D18068BECC7FA3B958834 (COMMANDREPLAY_FRAME_CALLBACK_t6393F18EF7B20B8ADA5D18068BECC7FA3B958834 * __this, intptr_t ___replay0, int32_t ___commandindex1, float ___currenttime2, intptr_t ___userdata3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, int32_t, float, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___replay0, ___commandindex1, ___currenttime2, ___userdata3); return returnValue; } // System.Void FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void COMMANDREPLAY_FRAME_CALLBACK__ctor_m83B359EF8B687B081FFD0A85A1DB98AB483312AB (COMMANDREPLAY_FRAME_CALLBACK_t6393F18EF7B20B8ADA5D18068BECC7FA3B958834 * __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.COMMANDREPLAY_FRAME_CALLBACK::Invoke(System.IntPtr,System.Int32,System.Single,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t COMMANDREPLAY_FRAME_CALLBACK_Invoke_mFF1F41C3A12D46B75FF3DEE328F9FC58BAB834AC (COMMANDREPLAY_FRAME_CALLBACK_t6393F18EF7B20B8ADA5D18068BECC7FA3B958834 * __this, intptr_t ___replay0, int32_t ___commandindex1, float ___currenttime2, 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, int32_t, float, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___replay0, ___commandindex1, ___currenttime2, ___userdata3, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, float, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___replay0, ___commandindex1, ___currenttime2, ___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, int32_t, float, intptr_t >::Invoke(targetMethod, targetThis, ___replay0, ___commandindex1, ___currenttime2, ___userdata3); else result = GenericVirtFuncInvoker4< int32_t, intptr_t, int32_t, float, intptr_t >::Invoke(targetMethod, targetThis, ___replay0, ___commandindex1, ___currenttime2, ___userdata3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< int32_t, intptr_t, int32_t, float, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___replay0, ___commandindex1, ___currenttime2, ___userdata3); else result = VirtFuncInvoker4< int32_t, intptr_t, int32_t, float, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___replay0, ___commandindex1, ___currenttime2, ___userdata3); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, float, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___replay0, ___commandindex1, ___currenttime2, ___userdata3, targetMethod); } } } return result; } // System.IAsyncResult FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK::BeginInvoke(System.IntPtr,System.Int32,System.Single,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* COMMANDREPLAY_FRAME_CALLBACK_BeginInvoke_m602C78036452138400ABEEE4F5D68D2CC0F761DE (COMMANDREPLAY_FRAME_CALLBACK_t6393F18EF7B20B8ADA5D18068BECC7FA3B958834 * __this, intptr_t ___replay0, int32_t ___commandindex1, float ___currenttime2, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___replay0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___commandindex1); __d_args[2] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___currenttime2); __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.COMMANDREPLAY_FRAME_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t COMMANDREPLAY_FRAME_CALLBACK_EndInvoke_m947EBBB02BAEAF7C094A86679D3EB168F7B0AC0D (COMMANDREPLAY_FRAME_CALLBACK_t6393F18EF7B20B8ADA5D18068BECC7FA3B958834 * __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_COMMANDREPLAY_LOAD_BANK_CALLBACK_t460E637691817F1F91F18345D4044B16BD259485 (COMMANDREPLAY_LOAD_BANK_CALLBACK_t460E637691817F1F91F18345D4044B16BD259485 * __this, intptr_t ___replay0, int32_t ___commandindex1, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___bankguid2, intptr_t ___bankfilename3, uint32_t ___flags4, intptr_t* ___bank5, intptr_t ___userdata6, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, int32_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC , intptr_t, uint32_t, intptr_t*, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___replay0, ___commandindex1, ___bankguid2, ___bankfilename3, ___flags4, ___bank5, ___userdata6); return returnValue; } // System.Void FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void COMMANDREPLAY_LOAD_BANK_CALLBACK__ctor_mE93E91195A9AC45EB627033BC2C3FAF54AD6C19B (COMMANDREPLAY_LOAD_BANK_CALLBACK_t460E637691817F1F91F18345D4044B16BD259485 * __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.COMMANDREPLAY_LOAD_BANK_CALLBACK::Invoke(System.IntPtr,System.Int32,FMOD.GUID,System.IntPtr,FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t COMMANDREPLAY_LOAD_BANK_CALLBACK_Invoke_mC54CE1949D01EDAF6869D9E3E9CF9B354CC6295D (COMMANDREPLAY_LOAD_BANK_CALLBACK_t460E637691817F1F91F18345D4044B16BD259485 * __this, intptr_t ___replay0, int32_t ___commandindex1, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___bankguid2, intptr_t ___bankfilename3, uint32_t ___flags4, intptr_t* ___bank5, intptr_t ___userdata6, 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 == 7) { // open typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC , intptr_t, uint32_t, intptr_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___replay0, ___commandindex1, ___bankguid2, ___bankfilename3, ___flags4, ___bank5, ___userdata6, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC , intptr_t, uint32_t, intptr_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___replay0, ___commandindex1, ___bankguid2, ___bankfilename3, ___flags4, ___bank5, ___userdata6, 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 = GenericInterfaceFuncInvoker7< int32_t, intptr_t, int32_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC , intptr_t, uint32_t, intptr_t*, intptr_t >::Invoke(targetMethod, targetThis, ___replay0, ___commandindex1, ___bankguid2, ___bankfilename3, ___flags4, ___bank5, ___userdata6); else result = GenericVirtFuncInvoker7< int32_t, intptr_t, int32_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC , intptr_t, uint32_t, intptr_t*, intptr_t >::Invoke(targetMethod, targetThis, ___replay0, ___commandindex1, ___bankguid2, ___bankfilename3, ___flags4, ___bank5, ___userdata6); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker7< int32_t, intptr_t, int32_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC , intptr_t, uint32_t, intptr_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___replay0, ___commandindex1, ___bankguid2, ___bankfilename3, ___flags4, ___bank5, ___userdata6); else result = VirtFuncInvoker7< int32_t, intptr_t, int32_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC , intptr_t, uint32_t, intptr_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___replay0, ___commandindex1, ___bankguid2, ___bankfilename3, ___flags4, ___bank5, ___userdata6); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC , intptr_t, uint32_t, intptr_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___replay0, ___commandindex1, ___bankguid2, ___bankfilename3, ___flags4, ___bank5, ___userdata6, targetMethod); } } } return result; } // System.IAsyncResult FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK::BeginInvoke(System.IntPtr,System.Int32,FMOD.GUID,System.IntPtr,FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* COMMANDREPLAY_LOAD_BANK_CALLBACK_BeginInvoke_m75D3DB3C453E631491D86BB206F7F8284FB27482 (COMMANDREPLAY_LOAD_BANK_CALLBACK_t460E637691817F1F91F18345D4044B16BD259485 * __this, intptr_t ___replay0, int32_t ___commandindex1, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___bankguid2, intptr_t ___bankfilename3, uint32_t ___flags4, intptr_t* ___bank5, intptr_t ___userdata6, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback7, RuntimeObject * ___object8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC_il2cpp_TypeInfo_var); 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*)&LOAD_BANK_FLAGS_t0A8EF1C2C0D63D65D3A68E1B4CA48B9C41EBA44D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[8] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___replay0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___commandindex1); __d_args[2] = Box(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC_il2cpp_TypeInfo_var, &___bankguid2); __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___bankfilename3); __d_args[4] = Box(LOAD_BANK_FLAGS_t0A8EF1C2C0D63D65D3A68E1B4CA48B9C41EBA44D_il2cpp_TypeInfo_var, &___flags4); __d_args[5] = Box(IntPtr_t_il2cpp_TypeInfo_var, &*___bank5); __d_args[6] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___userdata6); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback7, (RuntimeObject*)___object8);; } // FMOD.RESULT FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK::EndInvoke(System.IntPtr&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t COMMANDREPLAY_LOAD_BANK_CALLBACK_EndInvoke_mBD132D8EC2E1A4F6A23681F36618A4F196C561FF (COMMANDREPLAY_LOAD_BANK_CALLBACK_t460E637691817F1F91F18345D4044B16BD259485 * __this, intptr_t* ___bank0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___bank0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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 // System.Void FMOD.CONSTANTS::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CONSTANTS__ctor_m36C9144C439A2F88C140EFF89E12296537E6290B (CONSTANTS_t0B52C984F38EFA4C9BA41F1CF6644734D2665E56 * __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 #ifdef __clang__ #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.CREATESOUNDEXINFO IL2CPP_EXTERN_C void CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke(const CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B& unmarshaled, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke& marshaled) { marshaled.___cbsize_0 = unmarshaled.get_cbsize_0(); marshaled.___length_1 = unmarshaled.get_length_1(); marshaled.___fileoffset_2 = unmarshaled.get_fileoffset_2(); marshaled.___numchannels_3 = unmarshaled.get_numchannels_3(); marshaled.___defaultfrequency_4 = unmarshaled.get_defaultfrequency_4(); marshaled.___format_5 = unmarshaled.get_format_5(); marshaled.___decodebuffersize_6 = unmarshaled.get_decodebuffersize_6(); marshaled.___initialsubsound_7 = unmarshaled.get_initialsubsound_7(); marshaled.___numsubsounds_8 = unmarshaled.get_numsubsounds_8(); marshaled.___inclusionlist_9 = unmarshaled.get_inclusionlist_9(); marshaled.___inclusionlistnum_10 = unmarshaled.get_inclusionlistnum_10(); marshaled.___pcmreadcallback_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_pcmreadcallback_11())); marshaled.___pcmsetposcallback_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_pcmsetposcallback_12())); marshaled.___nonblockcallback_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_nonblockcallback_13())); marshaled.___dlsname_14 = unmarshaled.get_dlsname_14(); marshaled.___encryptionkey_15 = unmarshaled.get_encryptionkey_15(); marshaled.___maxpolyphony_16 = unmarshaled.get_maxpolyphony_16(); marshaled.___userdata_17 = unmarshaled.get_userdata_17(); marshaled.___suggestedsoundtype_18 = unmarshaled.get_suggestedsoundtype_18(); marshaled.___fileuseropen_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_fileuseropen_19())); marshaled.___fileuserclose_20 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_fileuserclose_20())); marshaled.___fileuserread_21 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_fileuserread_21())); marshaled.___fileuserseek_22 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_fileuserseek_22())); marshaled.___fileuserasyncread_23 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_fileuserasyncread_23())); marshaled.___fileuserasynccancel_24 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_fileuserasynccancel_24())); marshaled.___fileuserdata_25 = unmarshaled.get_fileuserdata_25(); marshaled.___filebuffersize_26 = unmarshaled.get_filebuffersize_26(); marshaled.___channelorder_27 = unmarshaled.get_channelorder_27(); marshaled.___initialsoundgroup_28 = unmarshaled.get_initialsoundgroup_28(); marshaled.___initialseekposition_29 = unmarshaled.get_initialseekposition_29(); marshaled.___initialseekpostype_30 = unmarshaled.get_initialseekpostype_30(); marshaled.___ignoresetfilesystem_31 = unmarshaled.get_ignoresetfilesystem_31(); marshaled.___audioqueuepolicy_32 = unmarshaled.get_audioqueuepolicy_32(); marshaled.___minmidigranularity_33 = unmarshaled.get_minmidigranularity_33(); marshaled.___nonblockthreadid_34 = unmarshaled.get_nonblockthreadid_34(); marshaled.___fsbguid_35 = unmarshaled.get_fsbguid_35(); } IL2CPP_EXTERN_C void CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke_back(const CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke& marshaled, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_cbsize_temp_0 = 0; unmarshaled_cbsize_temp_0 = marshaled.___cbsize_0; unmarshaled.set_cbsize_0(unmarshaled_cbsize_temp_0); uint32_t unmarshaled_length_temp_1 = 0; unmarshaled_length_temp_1 = marshaled.___length_1; unmarshaled.set_length_1(unmarshaled_length_temp_1); uint32_t unmarshaled_fileoffset_temp_2 = 0; unmarshaled_fileoffset_temp_2 = marshaled.___fileoffset_2; unmarshaled.set_fileoffset_2(unmarshaled_fileoffset_temp_2); int32_t unmarshaled_numchannels_temp_3 = 0; unmarshaled_numchannels_temp_3 = marshaled.___numchannels_3; unmarshaled.set_numchannels_3(unmarshaled_numchannels_temp_3); int32_t unmarshaled_defaultfrequency_temp_4 = 0; unmarshaled_defaultfrequency_temp_4 = marshaled.___defaultfrequency_4; unmarshaled.set_defaultfrequency_4(unmarshaled_defaultfrequency_temp_4); int32_t unmarshaled_format_temp_5 = 0; unmarshaled_format_temp_5 = marshaled.___format_5; unmarshaled.set_format_5(unmarshaled_format_temp_5); uint32_t unmarshaled_decodebuffersize_temp_6 = 0; unmarshaled_decodebuffersize_temp_6 = marshaled.___decodebuffersize_6; unmarshaled.set_decodebuffersize_6(unmarshaled_decodebuffersize_temp_6); int32_t unmarshaled_initialsubsound_temp_7 = 0; unmarshaled_initialsubsound_temp_7 = marshaled.___initialsubsound_7; unmarshaled.set_initialsubsound_7(unmarshaled_initialsubsound_temp_7); int32_t unmarshaled_numsubsounds_temp_8 = 0; unmarshaled_numsubsounds_temp_8 = marshaled.___numsubsounds_8; unmarshaled.set_numsubsounds_8(unmarshaled_numsubsounds_temp_8); intptr_t unmarshaled_inclusionlist_temp_9; memset((&unmarshaled_inclusionlist_temp_9), 0, sizeof(unmarshaled_inclusionlist_temp_9)); unmarshaled_inclusionlist_temp_9 = marshaled.___inclusionlist_9; unmarshaled.set_inclusionlist_9(unmarshaled_inclusionlist_temp_9); int32_t unmarshaled_inclusionlistnum_temp_10 = 0; unmarshaled_inclusionlistnum_temp_10 = marshaled.___inclusionlistnum_10; unmarshaled.set_inclusionlistnum_10(unmarshaled_inclusionlistnum_temp_10); unmarshaled.set_pcmreadcallback_11(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___pcmreadcallback_11, SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331_il2cpp_TypeInfo_var)); unmarshaled.set_pcmsetposcallback_12(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___pcmsetposcallback_12, SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69_il2cpp_TypeInfo_var)); unmarshaled.set_nonblockcallback_13(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___nonblockcallback_13, SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568_il2cpp_TypeInfo_var)); intptr_t unmarshaled_dlsname_temp_14; memset((&unmarshaled_dlsname_temp_14), 0, sizeof(unmarshaled_dlsname_temp_14)); unmarshaled_dlsname_temp_14 = marshaled.___dlsname_14; unmarshaled.set_dlsname_14(unmarshaled_dlsname_temp_14); intptr_t unmarshaled_encryptionkey_temp_15; memset((&unmarshaled_encryptionkey_temp_15), 0, sizeof(unmarshaled_encryptionkey_temp_15)); unmarshaled_encryptionkey_temp_15 = marshaled.___encryptionkey_15; unmarshaled.set_encryptionkey_15(unmarshaled_encryptionkey_temp_15); int32_t unmarshaled_maxpolyphony_temp_16 = 0; unmarshaled_maxpolyphony_temp_16 = marshaled.___maxpolyphony_16; unmarshaled.set_maxpolyphony_16(unmarshaled_maxpolyphony_temp_16); intptr_t unmarshaled_userdata_temp_17; memset((&unmarshaled_userdata_temp_17), 0, sizeof(unmarshaled_userdata_temp_17)); unmarshaled_userdata_temp_17 = marshaled.___userdata_17; unmarshaled.set_userdata_17(unmarshaled_userdata_temp_17); int32_t unmarshaled_suggestedsoundtype_temp_18 = 0; unmarshaled_suggestedsoundtype_temp_18 = marshaled.___suggestedsoundtype_18; unmarshaled.set_suggestedsoundtype_18(unmarshaled_suggestedsoundtype_temp_18); unmarshaled.set_fileuseropen_19(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___fileuseropen_19, FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694_il2cpp_TypeInfo_var)); unmarshaled.set_fileuserclose_20(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___fileuserclose_20, FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA_il2cpp_TypeInfo_var)); unmarshaled.set_fileuserread_21(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___fileuserread_21, FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A_il2cpp_TypeInfo_var)); unmarshaled.set_fileuserseek_22(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___fileuserseek_22, FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49_il2cpp_TypeInfo_var)); unmarshaled.set_fileuserasyncread_23(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___fileuserasyncread_23, FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F_il2cpp_TypeInfo_var)); unmarshaled.set_fileuserasynccancel_24(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___fileuserasynccancel_24, FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF_il2cpp_TypeInfo_var)); intptr_t unmarshaled_fileuserdata_temp_25; memset((&unmarshaled_fileuserdata_temp_25), 0, sizeof(unmarshaled_fileuserdata_temp_25)); unmarshaled_fileuserdata_temp_25 = marshaled.___fileuserdata_25; unmarshaled.set_fileuserdata_25(unmarshaled_fileuserdata_temp_25); int32_t unmarshaled_filebuffersize_temp_26 = 0; unmarshaled_filebuffersize_temp_26 = marshaled.___filebuffersize_26; unmarshaled.set_filebuffersize_26(unmarshaled_filebuffersize_temp_26); int32_t unmarshaled_channelorder_temp_27 = 0; unmarshaled_channelorder_temp_27 = marshaled.___channelorder_27; unmarshaled.set_channelorder_27(unmarshaled_channelorder_temp_27); intptr_t unmarshaled_initialsoundgroup_temp_28; memset((&unmarshaled_initialsoundgroup_temp_28), 0, sizeof(unmarshaled_initialsoundgroup_temp_28)); unmarshaled_initialsoundgroup_temp_28 = marshaled.___initialsoundgroup_28; unmarshaled.set_initialsoundgroup_28(unmarshaled_initialsoundgroup_temp_28); uint32_t unmarshaled_initialseekposition_temp_29 = 0; unmarshaled_initialseekposition_temp_29 = marshaled.___initialseekposition_29; unmarshaled.set_initialseekposition_29(unmarshaled_initialseekposition_temp_29); uint32_t unmarshaled_initialseekpostype_temp_30 = 0; unmarshaled_initialseekpostype_temp_30 = marshaled.___initialseekpostype_30; unmarshaled.set_initialseekpostype_30(unmarshaled_initialseekpostype_temp_30); int32_t unmarshaled_ignoresetfilesystem_temp_31 = 0; unmarshaled_ignoresetfilesystem_temp_31 = marshaled.___ignoresetfilesystem_31; unmarshaled.set_ignoresetfilesystem_31(unmarshaled_ignoresetfilesystem_temp_31); uint32_t unmarshaled_audioqueuepolicy_temp_32 = 0; unmarshaled_audioqueuepolicy_temp_32 = marshaled.___audioqueuepolicy_32; unmarshaled.set_audioqueuepolicy_32(unmarshaled_audioqueuepolicy_temp_32); uint32_t unmarshaled_minmidigranularity_temp_33 = 0; unmarshaled_minmidigranularity_temp_33 = marshaled.___minmidigranularity_33; unmarshaled.set_minmidigranularity_33(unmarshaled_minmidigranularity_temp_33); int32_t unmarshaled_nonblockthreadid_temp_34 = 0; unmarshaled_nonblockthreadid_temp_34 = marshaled.___nonblockthreadid_34; unmarshaled.set_nonblockthreadid_34(unmarshaled_nonblockthreadid_temp_34); intptr_t unmarshaled_fsbguid_temp_35; memset((&unmarshaled_fsbguid_temp_35), 0, sizeof(unmarshaled_fsbguid_temp_35)); unmarshaled_fsbguid_temp_35 = marshaled.___fsbguid_35; unmarshaled.set_fsbguid_35(unmarshaled_fsbguid_temp_35); } // Conversion method for clean up from marshalling of: FMOD.CREATESOUNDEXINFO IL2CPP_EXTERN_C void CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_pinvoke_cleanup(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.CREATESOUNDEXINFO IL2CPP_EXTERN_C void CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_com(const CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B& unmarshaled, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_com& marshaled) { marshaled.___cbsize_0 = unmarshaled.get_cbsize_0(); marshaled.___length_1 = unmarshaled.get_length_1(); marshaled.___fileoffset_2 = unmarshaled.get_fileoffset_2(); marshaled.___numchannels_3 = unmarshaled.get_numchannels_3(); marshaled.___defaultfrequency_4 = unmarshaled.get_defaultfrequency_4(); marshaled.___format_5 = unmarshaled.get_format_5(); marshaled.___decodebuffersize_6 = unmarshaled.get_decodebuffersize_6(); marshaled.___initialsubsound_7 = unmarshaled.get_initialsubsound_7(); marshaled.___numsubsounds_8 = unmarshaled.get_numsubsounds_8(); marshaled.___inclusionlist_9 = unmarshaled.get_inclusionlist_9(); marshaled.___inclusionlistnum_10 = unmarshaled.get_inclusionlistnum_10(); marshaled.___pcmreadcallback_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_pcmreadcallback_11())); marshaled.___pcmsetposcallback_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_pcmsetposcallback_12())); marshaled.___nonblockcallback_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_nonblockcallback_13())); marshaled.___dlsname_14 = unmarshaled.get_dlsname_14(); marshaled.___encryptionkey_15 = unmarshaled.get_encryptionkey_15(); marshaled.___maxpolyphony_16 = unmarshaled.get_maxpolyphony_16(); marshaled.___userdata_17 = unmarshaled.get_userdata_17(); marshaled.___suggestedsoundtype_18 = unmarshaled.get_suggestedsoundtype_18(); marshaled.___fileuseropen_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_fileuseropen_19())); marshaled.___fileuserclose_20 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_fileuserclose_20())); marshaled.___fileuserread_21 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_fileuserread_21())); marshaled.___fileuserseek_22 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_fileuserseek_22())); marshaled.___fileuserasyncread_23 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_fileuserasyncread_23())); marshaled.___fileuserasynccancel_24 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_fileuserasynccancel_24())); marshaled.___fileuserdata_25 = unmarshaled.get_fileuserdata_25(); marshaled.___filebuffersize_26 = unmarshaled.get_filebuffersize_26(); marshaled.___channelorder_27 = unmarshaled.get_channelorder_27(); marshaled.___initialsoundgroup_28 = unmarshaled.get_initialsoundgroup_28(); marshaled.___initialseekposition_29 = unmarshaled.get_initialseekposition_29(); marshaled.___initialseekpostype_30 = unmarshaled.get_initialseekpostype_30(); marshaled.___ignoresetfilesystem_31 = unmarshaled.get_ignoresetfilesystem_31(); marshaled.___audioqueuepolicy_32 = unmarshaled.get_audioqueuepolicy_32(); marshaled.___minmidigranularity_33 = unmarshaled.get_minmidigranularity_33(); marshaled.___nonblockthreadid_34 = unmarshaled.get_nonblockthreadid_34(); marshaled.___fsbguid_35 = unmarshaled.get_fsbguid_35(); } IL2CPP_EXTERN_C void CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_com_back(const CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshaled_com& marshaled, CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_cbsize_temp_0 = 0; unmarshaled_cbsize_temp_0 = marshaled.___cbsize_0; unmarshaled.set_cbsize_0(unmarshaled_cbsize_temp_0); uint32_t unmarshaled_length_temp_1 = 0; unmarshaled_length_temp_1 = marshaled.___length_1; unmarshaled.set_length_1(unmarshaled_length_temp_1); uint32_t unmarshaled_fileoffset_temp_2 = 0; unmarshaled_fileoffset_temp_2 = marshaled.___fileoffset_2; unmarshaled.set_fileoffset_2(unmarshaled_fileoffset_temp_2); int32_t unmarshaled_numchannels_temp_3 = 0; unmarshaled_numchannels_temp_3 = marshaled.___numchannels_3; unmarshaled.set_numchannels_3(unmarshaled_numchannels_temp_3); int32_t unmarshaled_defaultfrequency_temp_4 = 0; unmarshaled_defaultfrequency_temp_4 = marshaled.___defaultfrequency_4; unmarshaled.set_defaultfrequency_4(unmarshaled_defaultfrequency_temp_4); int32_t unmarshaled_format_temp_5 = 0; unmarshaled_format_temp_5 = marshaled.___format_5; unmarshaled.set_format_5(unmarshaled_format_temp_5); uint32_t unmarshaled_decodebuffersize_temp_6 = 0; unmarshaled_decodebuffersize_temp_6 = marshaled.___decodebuffersize_6; unmarshaled.set_decodebuffersize_6(unmarshaled_decodebuffersize_temp_6); int32_t unmarshaled_initialsubsound_temp_7 = 0; unmarshaled_initialsubsound_temp_7 = marshaled.___initialsubsound_7; unmarshaled.set_initialsubsound_7(unmarshaled_initialsubsound_temp_7); int32_t unmarshaled_numsubsounds_temp_8 = 0; unmarshaled_numsubsounds_temp_8 = marshaled.___numsubsounds_8; unmarshaled.set_numsubsounds_8(unmarshaled_numsubsounds_temp_8); intptr_t unmarshaled_inclusionlist_temp_9; memset((&unmarshaled_inclusionlist_temp_9), 0, sizeof(unmarshaled_inclusionlist_temp_9)); unmarshaled_inclusionlist_temp_9 = marshaled.___inclusionlist_9; unmarshaled.set_inclusionlist_9(unmarshaled_inclusionlist_temp_9); int32_t unmarshaled_inclusionlistnum_temp_10 = 0; unmarshaled_inclusionlistnum_temp_10 = marshaled.___inclusionlistnum_10; unmarshaled.set_inclusionlistnum_10(unmarshaled_inclusionlistnum_temp_10); unmarshaled.set_pcmreadcallback_11(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___pcmreadcallback_11, SOUND_PCMREAD_CALLBACK_t099B7F37663252859425D0155BD8068497E63331_il2cpp_TypeInfo_var)); unmarshaled.set_pcmsetposcallback_12(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___pcmsetposcallback_12, SOUND_PCMSETPOS_CALLBACK_t192B4401D4C053178E97EA3662840E6CF28CCB69_il2cpp_TypeInfo_var)); unmarshaled.set_nonblockcallback_13(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___nonblockcallback_13, SOUND_NONBLOCK_CALLBACK_t16BF258C0A11AF513234B9F217234BA76288B568_il2cpp_TypeInfo_var)); intptr_t unmarshaled_dlsname_temp_14; memset((&unmarshaled_dlsname_temp_14), 0, sizeof(unmarshaled_dlsname_temp_14)); unmarshaled_dlsname_temp_14 = marshaled.___dlsname_14; unmarshaled.set_dlsname_14(unmarshaled_dlsname_temp_14); intptr_t unmarshaled_encryptionkey_temp_15; memset((&unmarshaled_encryptionkey_temp_15), 0, sizeof(unmarshaled_encryptionkey_temp_15)); unmarshaled_encryptionkey_temp_15 = marshaled.___encryptionkey_15; unmarshaled.set_encryptionkey_15(unmarshaled_encryptionkey_temp_15); int32_t unmarshaled_maxpolyphony_temp_16 = 0; unmarshaled_maxpolyphony_temp_16 = marshaled.___maxpolyphony_16; unmarshaled.set_maxpolyphony_16(unmarshaled_maxpolyphony_temp_16); intptr_t unmarshaled_userdata_temp_17; memset((&unmarshaled_userdata_temp_17), 0, sizeof(unmarshaled_userdata_temp_17)); unmarshaled_userdata_temp_17 = marshaled.___userdata_17; unmarshaled.set_userdata_17(unmarshaled_userdata_temp_17); int32_t unmarshaled_suggestedsoundtype_temp_18 = 0; unmarshaled_suggestedsoundtype_temp_18 = marshaled.___suggestedsoundtype_18; unmarshaled.set_suggestedsoundtype_18(unmarshaled_suggestedsoundtype_temp_18); unmarshaled.set_fileuseropen_19(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___fileuseropen_19, FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694_il2cpp_TypeInfo_var)); unmarshaled.set_fileuserclose_20(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___fileuserclose_20, FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA_il2cpp_TypeInfo_var)); unmarshaled.set_fileuserread_21(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___fileuserread_21, FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A_il2cpp_TypeInfo_var)); unmarshaled.set_fileuserseek_22(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___fileuserseek_22, FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49_il2cpp_TypeInfo_var)); unmarshaled.set_fileuserasyncread_23(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___fileuserasyncread_23, FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F_il2cpp_TypeInfo_var)); unmarshaled.set_fileuserasynccancel_24(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___fileuserasynccancel_24, FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF_il2cpp_TypeInfo_var)); intptr_t unmarshaled_fileuserdata_temp_25; memset((&unmarshaled_fileuserdata_temp_25), 0, sizeof(unmarshaled_fileuserdata_temp_25)); unmarshaled_fileuserdata_temp_25 = marshaled.___fileuserdata_25; unmarshaled.set_fileuserdata_25(unmarshaled_fileuserdata_temp_25); int32_t unmarshaled_filebuffersize_temp_26 = 0; unmarshaled_filebuffersize_temp_26 = marshaled.___filebuffersize_26; unmarshaled.set_filebuffersize_26(unmarshaled_filebuffersize_temp_26); int32_t unmarshaled_channelorder_temp_27 = 0; unmarshaled_channelorder_temp_27 = marshaled.___channelorder_27; unmarshaled.set_channelorder_27(unmarshaled_channelorder_temp_27); intptr_t unmarshaled_initialsoundgroup_temp_28; memset((&unmarshaled_initialsoundgroup_temp_28), 0, sizeof(unmarshaled_initialsoundgroup_temp_28)); unmarshaled_initialsoundgroup_temp_28 = marshaled.___initialsoundgroup_28; unmarshaled.set_initialsoundgroup_28(unmarshaled_initialsoundgroup_temp_28); uint32_t unmarshaled_initialseekposition_temp_29 = 0; unmarshaled_initialseekposition_temp_29 = marshaled.___initialseekposition_29; unmarshaled.set_initialseekposition_29(unmarshaled_initialseekposition_temp_29); uint32_t unmarshaled_initialseekpostype_temp_30 = 0; unmarshaled_initialseekpostype_temp_30 = marshaled.___initialseekpostype_30; unmarshaled.set_initialseekpostype_30(unmarshaled_initialseekpostype_temp_30); int32_t unmarshaled_ignoresetfilesystem_temp_31 = 0; unmarshaled_ignoresetfilesystem_temp_31 = marshaled.___ignoresetfilesystem_31; unmarshaled.set_ignoresetfilesystem_31(unmarshaled_ignoresetfilesystem_temp_31); uint32_t unmarshaled_audioqueuepolicy_temp_32 = 0; unmarshaled_audioqueuepolicy_temp_32 = marshaled.___audioqueuepolicy_32; unmarshaled.set_audioqueuepolicy_32(unmarshaled_audioqueuepolicy_temp_32); uint32_t unmarshaled_minmidigranularity_temp_33 = 0; unmarshaled_minmidigranularity_temp_33 = marshaled.___minmidigranularity_33; unmarshaled.set_minmidigranularity_33(unmarshaled_minmidigranularity_temp_33); int32_t unmarshaled_nonblockthreadid_temp_34 = 0; unmarshaled_nonblockthreadid_temp_34 = marshaled.___nonblockthreadid_34; unmarshaled.set_nonblockthreadid_34(unmarshaled_nonblockthreadid_temp_34); intptr_t unmarshaled_fsbguid_temp_35; memset((&unmarshaled_fsbguid_temp_35), 0, sizeof(unmarshaled_fsbguid_temp_35)); unmarshaled_fsbguid_temp_35 = marshaled.___fsbguid_35; unmarshaled.set_fsbguid_35(unmarshaled_fsbguid_temp_35); } // Conversion method for clean up from marshalling of: FMOD.CREATESOUNDEXINFO IL2CPP_EXTERN_C void CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_marshal_com_cleanup(CREATESOUNDEXINFO_tDE10AF838AC992F2A8D839C090C26B57F3A1279B_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.Channel::setFrequency(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setFrequency_mFEE3B307917749B19906FB9EE4785E9CDBC8DCD6 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___frequency0, const RuntimeMethod* method) { { // return FMOD5_Channel_SetFrequency(this.handle, frequency); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___frequency0; int32_t L_2; L_2 = Channel_FMOD5_Channel_SetFrequency_mFFE8BD126DB045C2D3D512F7B32732047187350E((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_setFrequency_mFEE3B307917749B19906FB9EE4785E9CDBC8DCD6_AdjustorThunk (RuntimeObject * __this, float ___frequency0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setFrequency_mFEE3B307917749B19906FB9EE4785E9CDBC8DCD6(_thisAdjusted, ___frequency0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getFrequency(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getFrequency_mA1CF0B3A58BA7A0A1AAA038BF977A6F59D718E0A (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___frequency0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetFrequency(this.handle, out frequency); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___frequency0; int32_t L_2; L_2 = Channel_FMOD5_Channel_GetFrequency_mF6E68EE384C636123C2926F1062EE295FD083027((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_getFrequency_mA1CF0B3A58BA7A0A1AAA038BF977A6F59D718E0A_AdjustorThunk (RuntimeObject * __this, float* ___frequency0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getFrequency_mA1CF0B3A58BA7A0A1AAA038BF977A6F59D718E0A(_thisAdjusted, ___frequency0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setPriority(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPriority_mC148F0C142BA41DE5A39BA8DC6AC260ECD4138A1 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t ___priority0, const RuntimeMethod* method) { { // return FMOD5_Channel_SetPriority(this.handle, priority); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___priority0; int32_t L_2; L_2 = Channel_FMOD5_Channel_SetPriority_mA02D3C7602AC738DE7082EB9D5DE3156F5F14A94((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_setPriority_mC148F0C142BA41DE5A39BA8DC6AC260ECD4138A1_AdjustorThunk (RuntimeObject * __this, int32_t ___priority0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setPriority_mC148F0C142BA41DE5A39BA8DC6AC260ECD4138A1(_thisAdjusted, ___priority0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getPriority(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPriority_m717AFEFC8C17E4ED731807A1FF60349B13EB7E0B (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t* ___priority0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetPriority(this.handle, out priority); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___priority0; int32_t L_2; L_2 = Channel_FMOD5_Channel_GetPriority_mAF766093B48D8A0045397663763A909D3B2E5873((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_getPriority_m717AFEFC8C17E4ED731807A1FF60349B13EB7E0B_AdjustorThunk (RuntimeObject * __this, int32_t* ___priority0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getPriority_m717AFEFC8C17E4ED731807A1FF60349B13EB7E0B(_thisAdjusted, ___priority0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setPosition(System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPosition_m3B92466C1686CA864A9ABA2FF968552A4A197CAE (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint32_t ___position0, uint32_t ___postype1, const RuntimeMethod* method) { { // return FMOD5_Channel_SetPosition(this.handle, position, postype); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___position0; uint32_t L_2 = ___postype1; int32_t L_3; L_3 = Channel_FMOD5_Channel_SetPosition_mFDC943CB718A9DC2CC3E1C815F62D59D0C3F74BD((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_setPosition_m3B92466C1686CA864A9ABA2FF968552A4A197CAE_AdjustorThunk (RuntimeObject * __this, uint32_t ___position0, uint32_t ___postype1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setPosition_m3B92466C1686CA864A9ABA2FF968552A4A197CAE(_thisAdjusted, ___position0, ___postype1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getPosition(System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPosition_m03C60A4D3441083D3B5A9F5E06B6DA856B02315A (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint32_t* ___position0, uint32_t ___postype1, const RuntimeMethod* method) { { // return FMOD5_Channel_GetPosition(this.handle, out position, postype); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___position0; uint32_t L_2 = ___postype1; int32_t L_3; L_3 = Channel_FMOD5_Channel_GetPosition_m7A65819E0A44839FAC9530135DDF32A272C8FCE1((intptr_t)L_0, (uint32_t*)L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_getPosition_m03C60A4D3441083D3B5A9F5E06B6DA856B02315A_AdjustorThunk (RuntimeObject * __this, uint32_t* ___position0, uint32_t ___postype1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getPosition_m03C60A4D3441083D3B5A9F5E06B6DA856B02315A(_thisAdjusted, ___position0, ___postype1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setChannelGroup(FMOD.ChannelGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setChannelGroup_mD58370291BF791F74066A7FFBD5CC3B212344298 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup0, const RuntimeMethod* method) { { // return FMOD5_Channel_SetChannelGroup(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 = Channel_FMOD5_Channel_SetChannelGroup_m9850201163AA78040A5EFBE9F4F060657C3608F0((intptr_t)L_0, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_setChannelGroup_mD58370291BF791F74066A7FFBD5CC3B212344298_AdjustorThunk (RuntimeObject * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___channelgroup0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setChannelGroup_mD58370291BF791F74066A7FFBD5CC3B212344298(_thisAdjusted, ___channelgroup0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getChannelGroup(FMOD.ChannelGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getChannelGroup_m310EB99ACABC16EC99B0DB9A91AE9CD4D8DC5C43 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___channelgroup0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetChannelGroup(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 = Channel_FMOD5_Channel_GetChannelGroup_m960B5DA7A6C95222B86210D0A294657B046D3B68((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_getChannelGroup_m310EB99ACABC16EC99B0DB9A91AE9CD4D8DC5C43_AdjustorThunk (RuntimeObject * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___channelgroup0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getChannelGroup_m310EB99ACABC16EC99B0DB9A91AE9CD4D8DC5C43(_thisAdjusted, ___channelgroup0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setLoopCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setLoopCount_m728BB0D3DFABFED24526E42CC5E23CBE2AA3FD7C (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t ___loopcount0, const RuntimeMethod* method) { { // return FMOD5_Channel_SetLoopCount(this.handle, loopcount); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___loopcount0; int32_t L_2; L_2 = Channel_FMOD5_Channel_SetLoopCount_m0A5F94601045177E785E708A69D92FBE4FEF9E03((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_setLoopCount_m728BB0D3DFABFED24526E42CC5E23CBE2AA3FD7C_AdjustorThunk (RuntimeObject * __this, int32_t ___loopcount0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setLoopCount_m728BB0D3DFABFED24526E42CC5E23CBE2AA3FD7C(_thisAdjusted, ___loopcount0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getLoopCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getLoopCount_mFA326BB43076FC7930207059190FAC01071C4ECB (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t* ___loopcount0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetLoopCount(this.handle, out loopcount); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___loopcount0; int32_t L_2; L_2 = Channel_FMOD5_Channel_GetLoopCount_mD500F1E12F7D83F38D4162C6C7A2405F11CA9E9B((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_getLoopCount_mFA326BB43076FC7930207059190FAC01071C4ECB_AdjustorThunk (RuntimeObject * __this, int32_t* ___loopcount0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getLoopCount_mFA326BB43076FC7930207059190FAC01071C4ECB(_thisAdjusted, ___loopcount0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setLoopPoints(System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setLoopPoints_m97024D0756D363C2D09E7F495369C16445742FF3 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint32_t ___loopstart0, uint32_t ___loopstarttype1, uint32_t ___loopend2, uint32_t ___loopendtype3, const RuntimeMethod* method) { { // return FMOD5_Channel_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 = Channel_FMOD5_Channel_SetLoopPoints_m1210410EB74BDBB172A37A875AFDA05C4BC54F86((intptr_t)L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t Channel_setLoopPoints_m97024D0756D363C2D09E7F495369C16445742FF3_AdjustorThunk (RuntimeObject * __this, uint32_t ___loopstart0, uint32_t ___loopstarttype1, uint32_t ___loopend2, uint32_t ___loopendtype3, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setLoopPoints_m97024D0756D363C2D09E7F495369C16445742FF3(_thisAdjusted, ___loopstart0, ___loopstarttype1, ___loopend2, ___loopendtype3, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getLoopPoints(System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getLoopPoints_m14573B0D27E8CDDFE2CD3F888D117C5A987DC69E (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint32_t* ___loopstart0, uint32_t ___loopstarttype1, uint32_t* ___loopend2, uint32_t ___loopendtype3, const RuntimeMethod* method) { { // return FMOD5_Channel_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 = Channel_FMOD5_Channel_GetLoopPoints_m32BA271E271EEB4D3D69716C6663BD4F17CFA013((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 Channel_getLoopPoints_m14573B0D27E8CDDFE2CD3F888D117C5A987DC69E_AdjustorThunk (RuntimeObject * __this, uint32_t* ___loopstart0, uint32_t ___loopstarttype1, uint32_t* ___loopend2, uint32_t ___loopendtype3, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getLoopPoints_m14573B0D27E8CDDFE2CD3F888D117C5A987DC69E(_thisAdjusted, ___loopstart0, ___loopstarttype1, ___loopend2, ___loopendtype3, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::isVirtual(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_isVirtual_m4F8ECCA3E409A036A2E3851B40568F3C19AD4F99 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool* ___isvirtual0, const RuntimeMethod* method) { { // return FMOD5_Channel_IsVirtual(this.handle, out isvirtual); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___isvirtual0; int32_t L_2; L_2 = Channel_FMOD5_Channel_IsVirtual_m7BFECE3068D957FBF4F03583563F04E2F58B5460((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_isVirtual_m4F8ECCA3E409A036A2E3851B40568F3C19AD4F99_AdjustorThunk (RuntimeObject * __this, bool* ___isvirtual0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_isVirtual_m4F8ECCA3E409A036A2E3851B40568F3C19AD4F99(_thisAdjusted, ___isvirtual0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getCurrentSound(FMOD.Sound&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getCurrentSound_m45C95A17A7253CA8EE309A67DA28786A68352A6F (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetCurrentSound(this.handle, out sound.handle); intptr_t L_0 = __this->get_handle_0(); Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * L_1 = ___sound0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = Channel_FMOD5_Channel_GetCurrentSound_m785679646E6EDA0A8668E839DB7AC827992723A2((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_getCurrentSound_m45C95A17A7253CA8EE309A67DA28786A68352A6F_AdjustorThunk (RuntimeObject * __this, Sound_tDFE8EBAD5AE7FA2470169F3EC1A5FABABCA83342 * ___sound0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getCurrentSound_m45C95A17A7253CA8EE309A67DA28786A68352A6F(_thisAdjusted, ___sound0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getIndex(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getIndex_m4D80CBF3D3EC023B9019F5058D7E4B88C789270C (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t* ___index0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetIndex(this.handle, out index); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___index0; int32_t L_2; L_2 = Channel_FMOD5_Channel_GetIndex_mEEBC24649EFECE661ABB4D3CAB25BA33DAE0B1FA((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_getIndex_m4D80CBF3D3EC023B9019F5058D7E4B88C789270C_AdjustorThunk (RuntimeObject * __this, int32_t* ___index0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getIndex_m4D80CBF3D3EC023B9019F5058D7E4B88C789270C(_thisAdjusted, ___index0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getSystemObject(FMOD.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getSystemObject_m8351ABB2A7D17CC7608627DDAF51410B07920E24 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method) { { // return FMOD5_Channel_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 = Channel_FMOD5_Channel_GetSystemObject_m6B605F64DD8C996F47E8C7AD8306DC9D3C3A3839((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_getSystemObject_m8351ABB2A7D17CC7608627DDAF51410B07920E24_AdjustorThunk (RuntimeObject * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getSystemObject_m8351ABB2A7D17CC7608627DDAF51410B07920E24(_thisAdjusted, ___system0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_stop_m60B39CE8B2BABB1971BDC842ABD181136AF914C2 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, const RuntimeMethod* method) { { // return FMOD5_Channel_Stop(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = Channel_FMOD5_Channel_Stop_m62632E2B022281484269F680A6243481F824664E((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Channel_stop_m60B39CE8B2BABB1971BDC842ABD181136AF914C2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_stop_m60B39CE8B2BABB1971BDC842ABD181136AF914C2(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setPaused(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPaused_mC4AD0FC96138515CB9B2D6E6EF6F6CE851072B66 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool ___paused0, const RuntimeMethod* method) { { // return FMOD5_Channel_SetPaused(this.handle, paused); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___paused0; int32_t L_2; L_2 = Channel_FMOD5_Channel_SetPaused_mB90791DD01F27575B62715473AD5AB6326C31187((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_setPaused_mC4AD0FC96138515CB9B2D6E6EF6F6CE851072B66_AdjustorThunk (RuntimeObject * __this, bool ___paused0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setPaused_mC4AD0FC96138515CB9B2D6E6EF6F6CE851072B66(_thisAdjusted, ___paused0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getPaused(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPaused_mD3AE99860C4ABD8DC2E045AB32313D255642B397 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool* ___paused0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetPaused(this.handle, out paused); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___paused0; int32_t L_2; L_2 = Channel_FMOD5_Channel_GetPaused_mB7D4D08D04C975489ECE24C7873B936E5BBE0198((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_getPaused_mD3AE99860C4ABD8DC2E045AB32313D255642B397_AdjustorThunk (RuntimeObject * __this, bool* ___paused0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getPaused_mD3AE99860C4ABD8DC2E045AB32313D255642B397(_thisAdjusted, ___paused0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setVolume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setVolume_m5A08FD7226BF8A21A7D294E306DFFCFCF092AC46 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___volume0, const RuntimeMethod* method) { { // return FMOD5_Channel_SetVolume(this.handle, volume); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___volume0; int32_t L_2; L_2 = Channel_FMOD5_Channel_SetVolume_m4475BB1E6E23AAE66A88BBEAE7E107BA6D69B127((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_setVolume_m5A08FD7226BF8A21A7D294E306DFFCFCF092AC46_AdjustorThunk (RuntimeObject * __this, float ___volume0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setVolume_m5A08FD7226BF8A21A7D294E306DFFCFCF092AC46(_thisAdjusted, ___volume0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getVolume(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getVolume_mB6B325A37C55E386EE59178BC7B46B817BB69D11 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___volume0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetVolume(this.handle, out volume); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___volume0; int32_t L_2; L_2 = Channel_FMOD5_Channel_GetVolume_m2332A0763C350118FB6937D20A52E54F092942B5((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_getVolume_mB6B325A37C55E386EE59178BC7B46B817BB69D11_AdjustorThunk (RuntimeObject * __this, float* ___volume0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getVolume_mB6B325A37C55E386EE59178BC7B46B817BB69D11(_thisAdjusted, ___volume0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setVolumeRamp(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setVolumeRamp_m0265DF1AF6FAE2E93FA1C100B2B4DFA284729AB1 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool ___ramp0, const RuntimeMethod* method) { { // return FMOD5_Channel_SetVolumeRamp(this.handle, ramp); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___ramp0; int32_t L_2; L_2 = Channel_FMOD5_Channel_SetVolumeRamp_m1AF0062DEA6A3817B37803FAD44F36EA33F519C7((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_setVolumeRamp_m0265DF1AF6FAE2E93FA1C100B2B4DFA284729AB1_AdjustorThunk (RuntimeObject * __this, bool ___ramp0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setVolumeRamp_m0265DF1AF6FAE2E93FA1C100B2B4DFA284729AB1(_thisAdjusted, ___ramp0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getVolumeRamp(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getVolumeRamp_m1D4A58CBD0F070FF890353B5EEF33BCF1D6600EB (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool* ___ramp0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetVolumeRamp(this.handle, out ramp); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___ramp0; int32_t L_2; L_2 = Channel_FMOD5_Channel_GetVolumeRamp_mECA6B9C7A871D7063839FEA2E8435A43AACC109E((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_getVolumeRamp_m1D4A58CBD0F070FF890353B5EEF33BCF1D6600EB_AdjustorThunk (RuntimeObject * __this, bool* ___ramp0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getVolumeRamp_m1D4A58CBD0F070FF890353B5EEF33BCF1D6600EB(_thisAdjusted, ___ramp0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getAudibility(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getAudibility_mEFA0993F4480B5C23F0A5D66CC00C364D86E1436 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___audibility0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetAudibility(this.handle, out audibility); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___audibility0; int32_t L_2; L_2 = Channel_FMOD5_Channel_GetAudibility_m8C5B00875E1F4EB8C8E8026A35E4387AEF741CEC((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_getAudibility_mEFA0993F4480B5C23F0A5D66CC00C364D86E1436_AdjustorThunk (RuntimeObject * __this, float* ___audibility0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getAudibility_mEFA0993F4480B5C23F0A5D66CC00C364D86E1436(_thisAdjusted, ___audibility0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setPitch(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPitch_mB24899AAC8898AB47403B58F66CDAC5CDF81B43D (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___pitch0, const RuntimeMethod* method) { { // return FMOD5_Channel_SetPitch(this.handle, pitch); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___pitch0; int32_t L_2; L_2 = Channel_FMOD5_Channel_SetPitch_mA3CFCFBB3AAAE6306B63F0BE8388AAF8BDE0BD08((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_setPitch_mB24899AAC8898AB47403B58F66CDAC5CDF81B43D_AdjustorThunk (RuntimeObject * __this, float ___pitch0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setPitch_mB24899AAC8898AB47403B58F66CDAC5CDF81B43D(_thisAdjusted, ___pitch0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getPitch(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPitch_mF6A46DCDFF77A99DD43DD9BC917082983FC0A74A (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___pitch0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetPitch(this.handle, out pitch); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___pitch0; int32_t L_2; L_2 = Channel_FMOD5_Channel_GetPitch_m529D1FA951F49AA26EF0F927F10CF38A2E9ACD01((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_getPitch_mF6A46DCDFF77A99DD43DD9BC917082983FC0A74A_AdjustorThunk (RuntimeObject * __this, float* ___pitch0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getPitch_mF6A46DCDFF77A99DD43DD9BC917082983FC0A74A(_thisAdjusted, ___pitch0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setMute(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMute_m6414793E1B8F4B5DEDB6A1F66FF43FDABD1ED118 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool ___mute0, const RuntimeMethod* method) { { // return FMOD5_Channel_SetMute(this.handle, mute); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___mute0; int32_t L_2; L_2 = Channel_FMOD5_Channel_SetMute_m4F9550B2D5893F6C4270E5D204AB65AA9BC90FAC((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_setMute_m6414793E1B8F4B5DEDB6A1F66FF43FDABD1ED118_AdjustorThunk (RuntimeObject * __this, bool ___mute0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setMute_m6414793E1B8F4B5DEDB6A1F66FF43FDABD1ED118(_thisAdjusted, ___mute0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getMute(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getMute_m8DEABF3B6678D53CE25E436221DCEDF0715ADE74 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool* ___mute0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetMute(this.handle, out mute); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___mute0; int32_t L_2; L_2 = Channel_FMOD5_Channel_GetMute_m38267F5FA6DD3FC4AE71F2FCAE78F73E7A9421A8((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_getMute_m8DEABF3B6678D53CE25E436221DCEDF0715ADE74_AdjustorThunk (RuntimeObject * __this, bool* ___mute0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getMute_m8DEABF3B6678D53CE25E436221DCEDF0715ADE74(_thisAdjusted, ___mute0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setReverbProperties(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setReverbProperties_m4C4D8FA927612F23C75721C17327445F8724C1D8 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t ___instance0, float ___wet1, const RuntimeMethod* method) { { // return FMOD5_Channel_SetReverbProperties(this.handle, instance, wet); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___instance0; float L_2 = ___wet1; int32_t L_3; L_3 = Channel_FMOD5_Channel_SetReverbProperties_mC594B9E7A346AA5738B883D458721F306EBAE8DF((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_setReverbProperties_m4C4D8FA927612F23C75721C17327445F8724C1D8_AdjustorThunk (RuntimeObject * __this, int32_t ___instance0, float ___wet1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setReverbProperties_m4C4D8FA927612F23C75721C17327445F8724C1D8(_thisAdjusted, ___instance0, ___wet1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getReverbProperties(System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getReverbProperties_m3E5D7D418B55102B1FCED2AD7A5C54072A6E0CEB (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t ___instance0, float* ___wet1, const RuntimeMethod* method) { { // return FMOD5_Channel_GetReverbProperties(this.handle, instance, out wet); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___instance0; float* L_2 = ___wet1; int32_t L_3; L_3 = Channel_FMOD5_Channel_GetReverbProperties_m03B239C378CDF93D89288E17A6CBA453FE5A7F43((intptr_t)L_0, L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_getReverbProperties_m3E5D7D418B55102B1FCED2AD7A5C54072A6E0CEB_AdjustorThunk (RuntimeObject * __this, int32_t ___instance0, float* ___wet1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getReverbProperties_m3E5D7D418B55102B1FCED2AD7A5C54072A6E0CEB(_thisAdjusted, ___instance0, ___wet1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setLowPassGain(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setLowPassGain_mBEE1BA58144F8130A2DBC07760BCE7F070328214 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___gain0, const RuntimeMethod* method) { { // return FMOD5_Channel_SetLowPassGain(this.handle, gain); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___gain0; int32_t L_2; L_2 = Channel_FMOD5_Channel_SetLowPassGain_mD19FB87D8017894C3A3614C32FEF467054A3CE03((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_setLowPassGain_mBEE1BA58144F8130A2DBC07760BCE7F070328214_AdjustorThunk (RuntimeObject * __this, float ___gain0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setLowPassGain_mBEE1BA58144F8130A2DBC07760BCE7F070328214(_thisAdjusted, ___gain0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getLowPassGain(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getLowPassGain_m21D9D2A9315B1C8069F1EC17336EEEC77E46DFF8 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___gain0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetLowPassGain(this.handle, out gain); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___gain0; int32_t L_2; L_2 = Channel_FMOD5_Channel_GetLowPassGain_m835BEECA87D917106E29CA8ACEA85DBFD7E25814((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_getLowPassGain_m21D9D2A9315B1C8069F1EC17336EEEC77E46DFF8_AdjustorThunk (RuntimeObject * __this, float* ___gain0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getLowPassGain_m21D9D2A9315B1C8069F1EC17336EEEC77E46DFF8(_thisAdjusted, ___gain0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setMode(FMOD.MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMode_m111157D4198DC3E0713878F46780B1B0ABE72ABE (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint32_t ___mode0, const RuntimeMethod* method) { { // return FMOD5_Channel_SetMode(this.handle, mode); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___mode0; int32_t L_2; L_2 = Channel_FMOD5_Channel_SetMode_mFDF44C4DC959FABF0F94F11D4FF0559E6C5E5D2E((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_setMode_m111157D4198DC3E0713878F46780B1B0ABE72ABE_AdjustorThunk (RuntimeObject * __this, uint32_t ___mode0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setMode_m111157D4198DC3E0713878F46780B1B0ABE72ABE(_thisAdjusted, ___mode0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getMode(FMOD.MODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getMode_m0D0155E61F10DAB0187B0D0D34BE0C7F091C5676 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint32_t* ___mode0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetMode(this.handle, out mode); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___mode0; int32_t L_2; L_2 = Channel_FMOD5_Channel_GetMode_mC06EBA6C8D899C26ADF5CEDAE13FC57D56291EC7((intptr_t)L_0, (uint32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_getMode_m0D0155E61F10DAB0187B0D0D34BE0C7F091C5676_AdjustorThunk (RuntimeObject * __this, uint32_t* ___mode0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getMode_m0D0155E61F10DAB0187B0D0D34BE0C7F091C5676(_thisAdjusted, ___mode0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setCallback(FMOD.CHANNELCONTROL_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setCallback_mD725D2B09516E7BDA03D12B334B889730C735A75 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * ___callback0, const RuntimeMethod* method) { { // return FMOD5_Channel_SetCallback(this.handle, callback); intptr_t L_0 = __this->get_handle_0(); CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * L_1 = ___callback0; int32_t L_2; L_2 = Channel_FMOD5_Channel_SetCallback_m8A4B80B24D62CD00677458F372646B6AE75964AF((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_setCallback_mD725D2B09516E7BDA03D12B334B889730C735A75_AdjustorThunk (RuntimeObject * __this, CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * ___callback0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setCallback_mD725D2B09516E7BDA03D12B334B889730C735A75(_thisAdjusted, ___callback0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::isPlaying(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_isPlaying_m6228233293913BDB139EEA65077D79D0B0D7B61F (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool* ___isplaying0, const RuntimeMethod* method) { { // return FMOD5_Channel_IsPlaying(this.handle, out isplaying); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___isplaying0; int32_t L_2; L_2 = Channel_FMOD5_Channel_IsPlaying_mA652F4446EE62E0A8C9DA5CC9C565F8C983AA038((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_isPlaying_m6228233293913BDB139EEA65077D79D0B0D7B61F_AdjustorThunk (RuntimeObject * __this, bool* ___isplaying0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_isPlaying_m6228233293913BDB139EEA65077D79D0B0D7B61F(_thisAdjusted, ___isplaying0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setPan(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPan_m56DE73C0F79064B90AEF937BC882AD34828F70A4 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___pan0, const RuntimeMethod* method) { { // return FMOD5_Channel_SetPan(this.handle, pan); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___pan0; int32_t L_2; L_2 = Channel_FMOD5_Channel_SetPan_mBF7E70CDB6191C311C7BEA504355D68338A042B0((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_setPan_m56DE73C0F79064B90AEF937BC882AD34828F70A4_AdjustorThunk (RuntimeObject * __this, float ___pan0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setPan_m56DE73C0F79064B90AEF937BC882AD34828F70A4(_thisAdjusted, ___pan0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setMixLevelsOutput(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMixLevelsOutput_mA97AC82391BB1595157AD695A756E850FA47B191 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___frontleft0, float ___frontright1, float ___center2, float ___lfe3, float ___surroundleft4, float ___surroundright5, float ___backleft6, float ___backright7, const RuntimeMethod* method) { { // return FMOD5_Channel_SetMixLevelsOutput(this.handle, frontleft, frontright, center, lfe, surroundleft, surroundright, backleft, backright); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___frontleft0; float L_2 = ___frontright1; float L_3 = ___center2; float L_4 = ___lfe3; float L_5 = ___surroundleft4; float L_6 = ___surroundright5; float L_7 = ___backleft6; float L_8 = ___backright7; int32_t L_9; L_9 = Channel_FMOD5_Channel_SetMixLevelsOutput_m31DF2812C01CFC4705FBAA49C0F062D621637F5E((intptr_t)L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } IL2CPP_EXTERN_C int32_t Channel_setMixLevelsOutput_mA97AC82391BB1595157AD695A756E850FA47B191_AdjustorThunk (RuntimeObject * __this, float ___frontleft0, float ___frontright1, float ___center2, float ___lfe3, float ___surroundleft4, float ___surroundright5, float ___backleft6, float ___backright7, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setMixLevelsOutput_mA97AC82391BB1595157AD695A756E850FA47B191(_thisAdjusted, ___frontleft0, ___frontright1, ___center2, ___lfe3, ___surroundleft4, ___surroundright5, ___backleft6, ___backright7, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setMixLevelsInput(System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMixLevelsInput_mB3977BAA06F34D64DD9534C9FD63306083834CC0 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___levels0, int32_t ___numlevels1, const RuntimeMethod* method) { { // return FMOD5_Channel_SetMixLevelsInput(this.handle, levels, numlevels); intptr_t L_0 = __this->get_handle_0(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = ___levels0; int32_t L_2 = ___numlevels1; int32_t L_3; L_3 = Channel_FMOD5_Channel_SetMixLevelsInput_m396EF54E7688AC668D54943402A1731EC05D6C4F((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_setMixLevelsInput_mB3977BAA06F34D64DD9534C9FD63306083834CC0_AdjustorThunk (RuntimeObject * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___levels0, int32_t ___numlevels1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setMixLevelsInput_mB3977BAA06F34D64DD9534C9FD63306083834CC0(_thisAdjusted, ___levels0, ___numlevels1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setMixMatrix(System.Single[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMixMatrix_m6AE9B5B6470A9BC82C8F84EEE4E7364FFAA57916 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t ___outchannels1, int32_t ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method) { { // return FMOD5_Channel_SetMixMatrix(this.handle, matrix, outchannels, inchannels, inchannel_hop); intptr_t L_0 = __this->get_handle_0(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = ___matrix0; int32_t L_2 = ___outchannels1; int32_t L_3 = ___inchannels2; int32_t L_4 = ___inchannel_hop3; int32_t L_5; L_5 = Channel_FMOD5_Channel_SetMixMatrix_mC696711014A7A449B19B5E99E2F60B537DE684E2((intptr_t)L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t Channel_setMixMatrix_m6AE9B5B6470A9BC82C8F84EEE4E7364FFAA57916_AdjustorThunk (RuntimeObject * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t ___outchannels1, int32_t ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setMixMatrix_m6AE9B5B6470A9BC82C8F84EEE4E7364FFAA57916(_thisAdjusted, ___matrix0, ___outchannels1, ___inchannels2, ___inchannel_hop3, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getMixMatrix(System.Single[],System.Int32&,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getMixMatrix_m5B03CFB45EF2A36318EB1888F39D0F48D92C1A63 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t* ___outchannels1, int32_t* ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method) { { // return FMOD5_Channel_GetMixMatrix(this.handle, matrix, out outchannels, out inchannels, inchannel_hop); intptr_t L_0 = __this->get_handle_0(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = ___matrix0; int32_t* L_2 = ___outchannels1; int32_t* L_3 = ___inchannels2; int32_t L_4 = ___inchannel_hop3; int32_t L_5; L_5 = Channel_FMOD5_Channel_GetMixMatrix_mDC2491D3EF11F6EEAC260B4CF2D79609A48BD0B9((intptr_t)L_0, L_1, (int32_t*)L_2, (int32_t*)L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t Channel_getMixMatrix_m5B03CFB45EF2A36318EB1888F39D0F48D92C1A63_AdjustorThunk (RuntimeObject * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t* ___outchannels1, int32_t* ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getMixMatrix_m5B03CFB45EF2A36318EB1888F39D0F48D92C1A63(_thisAdjusted, ___matrix0, ___outchannels1, ___inchannels2, ___inchannel_hop3, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getDSPClock(System.UInt64&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDSPClock_m9A41F69DCE6ECD93964D3CD5EFEC3580894AC88B (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint64_t* ___dspclock0, uint64_t* ___parentclock1, const RuntimeMethod* method) { { // return FMOD5_Channel_GetDSPClock(this.handle, out dspclock, out parentclock); intptr_t L_0 = __this->get_handle_0(); uint64_t* L_1 = ___dspclock0; uint64_t* L_2 = ___parentclock1; int32_t L_3; L_3 = Channel_FMOD5_Channel_GetDSPClock_mF4E51D8D5C028F9312B022350433644F4CAE58F2((intptr_t)L_0, (uint64_t*)L_1, (uint64_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_getDSPClock_m9A41F69DCE6ECD93964D3CD5EFEC3580894AC88B_AdjustorThunk (RuntimeObject * __this, uint64_t* ___dspclock0, uint64_t* ___parentclock1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getDSPClock_m9A41F69DCE6ECD93964D3CD5EFEC3580894AC88B(_thisAdjusted, ___dspclock0, ___parentclock1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setDelay(System.UInt64,System.UInt64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setDelay_mE276FB9773D712849D387ECFCCFA863F1503B2F3 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint64_t ___dspclock_start0, uint64_t ___dspclock_end1, bool ___stopchannels2, const RuntimeMethod* method) { { // return FMOD5_Channel_SetDelay(this.handle, dspclock_start, dspclock_end, stopchannels); intptr_t L_0 = __this->get_handle_0(); uint64_t L_1 = ___dspclock_start0; uint64_t L_2 = ___dspclock_end1; bool L_3 = ___stopchannels2; int32_t L_4; L_4 = Channel_FMOD5_Channel_SetDelay_m535547E992C077A10967442F237C9CB3CBBA8F99((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Channel_setDelay_mE276FB9773D712849D387ECFCCFA863F1503B2F3_AdjustorThunk (RuntimeObject * __this, uint64_t ___dspclock_start0, uint64_t ___dspclock_end1, bool ___stopchannels2, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setDelay_mE276FB9773D712849D387ECFCCFA863F1503B2F3(_thisAdjusted, ___dspclock_start0, ___dspclock_end1, ___stopchannels2, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getDelay(System.UInt64&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDelay_m62CD0A27EA0D51718A2ADC1C64F3146B530CDCBB (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint64_t* ___dspclock_start0, uint64_t* ___dspclock_end1, 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_Channel_GetDelay(this.handle, out dspclock_start, out dspclock_end, IntPtr.Zero); intptr_t L_0 = __this->get_handle_0(); uint64_t* L_1 = ___dspclock_start0; uint64_t* L_2 = ___dspclock_end1; int32_t L_3; L_3 = Channel_FMOD5_Channel_GetDelay_m2B4C1695FE54A66100D96C98721D4267D4E34DBF((intptr_t)L_0, (uint64_t*)L_1, (uint64_t*)L_2, (intptr_t)(0), /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_getDelay_m62CD0A27EA0D51718A2ADC1C64F3146B530CDCBB_AdjustorThunk (RuntimeObject * __this, uint64_t* ___dspclock_start0, uint64_t* ___dspclock_end1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getDelay_m62CD0A27EA0D51718A2ADC1C64F3146B530CDCBB(_thisAdjusted, ___dspclock_start0, ___dspclock_end1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getDelay(System.UInt64&,System.UInt64&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDelay_m2E1E7BBE4E54BD5B3F286D503553EF5734D41019 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint64_t* ___dspclock_start0, uint64_t* ___dspclock_end1, bool* ___stopchannels2, const RuntimeMethod* method) { { // return FMOD5_Channel_GetDelay(this.handle, out dspclock_start, out dspclock_end, out stopchannels); intptr_t L_0 = __this->get_handle_0(); uint64_t* L_1 = ___dspclock_start0; uint64_t* L_2 = ___dspclock_end1; bool* L_3 = ___stopchannels2; int32_t L_4; L_4 = Channel_FMOD5_Channel_GetDelay_mF939F8B67BCB520FE39E2222612402C322E1D95D((intptr_t)L_0, (uint64_t*)L_1, (uint64_t*)L_2, (bool*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Channel_getDelay_m2E1E7BBE4E54BD5B3F286D503553EF5734D41019_AdjustorThunk (RuntimeObject * __this, uint64_t* ___dspclock_start0, uint64_t* ___dspclock_end1, bool* ___stopchannels2, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getDelay_m2E1E7BBE4E54BD5B3F286D503553EF5734D41019(_thisAdjusted, ___dspclock_start0, ___dspclock_end1, ___stopchannels2, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::addFadePoint(System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_addFadePoint_m7A19582F232AF146FE576129F0595CADCDFD2618 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint64_t ___dspclock0, float ___volume1, const RuntimeMethod* method) { { // return FMOD5_Channel_AddFadePoint(this.handle, dspclock, volume); intptr_t L_0 = __this->get_handle_0(); uint64_t L_1 = ___dspclock0; float L_2 = ___volume1; int32_t L_3; L_3 = Channel_FMOD5_Channel_AddFadePoint_m28FDA54FB7F033A1DBDD4BA53294870C1C4E1063((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_addFadePoint_m7A19582F232AF146FE576129F0595CADCDFD2618_AdjustorThunk (RuntimeObject * __this, uint64_t ___dspclock0, float ___volume1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_addFadePoint_m7A19582F232AF146FE576129F0595CADCDFD2618(_thisAdjusted, ___dspclock0, ___volume1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setFadePointRamp(System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setFadePointRamp_m282A6795D0675BF063AB49B2EA82884A0CFF6090 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint64_t ___dspclock0, float ___volume1, const RuntimeMethod* method) { { // return FMOD5_Channel_SetFadePointRamp(this.handle, dspclock, volume); intptr_t L_0 = __this->get_handle_0(); uint64_t L_1 = ___dspclock0; float L_2 = ___volume1; int32_t L_3; L_3 = Channel_FMOD5_Channel_SetFadePointRamp_m14A111E413DB8B3EECF946D4A8242487F353B424((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_setFadePointRamp_m282A6795D0675BF063AB49B2EA82884A0CFF6090_AdjustorThunk (RuntimeObject * __this, uint64_t ___dspclock0, float ___volume1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setFadePointRamp_m282A6795D0675BF063AB49B2EA82884A0CFF6090(_thisAdjusted, ___dspclock0, ___volume1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::removeFadePoints(System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_removeFadePoints_m2E5EBAF2F8679816AD3CFC16CFF435728EF80C4F (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint64_t ___dspclock_start0, uint64_t ___dspclock_end1, const RuntimeMethod* method) { { // return FMOD5_Channel_RemoveFadePoints(this.handle, dspclock_start, dspclock_end); intptr_t L_0 = __this->get_handle_0(); uint64_t L_1 = ___dspclock_start0; uint64_t L_2 = ___dspclock_end1; int32_t L_3; L_3 = Channel_FMOD5_Channel_RemoveFadePoints_m3E9502E2D750F448FE7A856CA27BDCA486BDC31F((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_removeFadePoints_m2E5EBAF2F8679816AD3CFC16CFF435728EF80C4F_AdjustorThunk (RuntimeObject * __this, uint64_t ___dspclock_start0, uint64_t ___dspclock_end1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_removeFadePoints_m2E5EBAF2F8679816AD3CFC16CFF435728EF80C4F(_thisAdjusted, ___dspclock_start0, ___dspclock_end1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getFadePoints(System.UInt32&,System.UInt64[],System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getFadePoints_m2ABEAC4229F981245CE84B660109A8535249C2A5 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, uint32_t* ___numpoints0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___point_dspclock1, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___point_volume2, const RuntimeMethod* method) { { // return FMOD5_Channel_GetFadePoints(this.handle, ref numpoints, point_dspclock, point_volume); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___numpoints0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ___point_dspclock1; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = ___point_volume2; int32_t L_4; L_4 = Channel_FMOD5_Channel_GetFadePoints_m4E40B8258A4E85D0C594BFF70788E65DDBAA6755((intptr_t)L_0, (uint32_t*)L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Channel_getFadePoints_m2ABEAC4229F981245CE84B660109A8535249C2A5_AdjustorThunk (RuntimeObject * __this, uint32_t* ___numpoints0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___point_dspclock1, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___point_volume2, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getFadePoints_m2ABEAC4229F981245CE84B660109A8535249C2A5(_thisAdjusted, ___numpoints0, ___point_dspclock1, ___point_volume2, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getDSP(System.Int32,FMOD.DSP&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDSP_m6BE9C56445E9850F170559B94FD9D2A003897EC8 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method) { { // return FMOD5_Channel_GetDSP(this.handle, index, out dsp.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * L_2 = ___dsp1; intptr_t* L_3 = L_2->get_address_of_handle_0(); int32_t L_4; L_4 = Channel_FMOD5_Channel_GetDSP_m53A0F01D49AB3E6BC121698E705A1D24ADD1B5E9((intptr_t)L_0, L_1, (intptr_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Channel_getDSP_m6BE9C56445E9850F170559B94FD9D2A003897EC8_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getDSP_m6BE9C56445E9850F170559B94FD9D2A003897EC8(_thisAdjusted, ___index0, ___dsp1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::addDSP(System.Int32,FMOD.DSP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_addDSP_mF567AE26554855CBAD735F4E301B14020DC288DB (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp1, const RuntimeMethod* method) { { // return FMOD5_Channel_AddDSP(this.handle, index, dsp.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 L_2 = ___dsp1; intptr_t L_3 = L_2.get_handle_0(); int32_t L_4; L_4 = Channel_FMOD5_Channel_AddDSP_m58D1E77E5BBF07B6592F4A753A4123B8C6266BFA((intptr_t)L_0, L_1, (intptr_t)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Channel_addDSP_mF567AE26554855CBAD735F4E301B14020DC288DB_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_addDSP_mF567AE26554855CBAD735F4E301B14020DC288DB(_thisAdjusted, ___index0, ___dsp1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::removeDSP(FMOD.DSP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_removeDSP_m3BF17FCCACBFE06C678A27F56FAA5243DFF6DC25 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, const RuntimeMethod* method) { { // return FMOD5_Channel_RemoveDSP(this.handle, dsp.handle); intptr_t L_0 = __this->get_handle_0(); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 L_1 = ___dsp0; intptr_t L_2 = L_1.get_handle_0(); int32_t L_3; L_3 = Channel_FMOD5_Channel_RemoveDSP_mF137585A741309BA7F27220935807A829B3C7191((intptr_t)L_0, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_removeDSP_m3BF17FCCACBFE06C678A27F56FAA5243DFF6DC25_AdjustorThunk (RuntimeObject * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_removeDSP_m3BF17FCCACBFE06C678A27F56FAA5243DFF6DC25(_thisAdjusted, ___dsp0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getNumDSPs(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getNumDSPs_m54F3E0B39F6555750C4054E0953290B91DCD60D7 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, int32_t* ___numdsps0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetNumDSPs(this.handle, out numdsps); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numdsps0; int32_t L_2; L_2 = Channel_FMOD5_Channel_GetNumDSPs_m6D964A33C70E94D4669BA862CC8E0A939D28945D((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_getNumDSPs_m54F3E0B39F6555750C4054E0953290B91DCD60D7_AdjustorThunk (RuntimeObject * __this, int32_t* ___numdsps0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getNumDSPs_m54F3E0B39F6555750C4054E0953290B91DCD60D7(_thisAdjusted, ___numdsps0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setDSPIndex(FMOD.DSP,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setDSPIndex_m4442ED9A617BA8312A5907B8DBDBEBC3C564E979 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, int32_t ___index1, const RuntimeMethod* method) { { // return FMOD5_Channel_SetDSPIndex(this.handle, dsp.handle, index); intptr_t L_0 = __this->get_handle_0(); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 L_1 = ___dsp0; intptr_t L_2 = L_1.get_handle_0(); int32_t L_3 = ___index1; int32_t L_4; L_4 = Channel_FMOD5_Channel_SetDSPIndex_m93EF6D68E06C794BE561EC4C82414A33B6E8359A((intptr_t)L_0, (intptr_t)L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Channel_setDSPIndex_m4442ED9A617BA8312A5907B8DBDBEBC3C564E979_AdjustorThunk (RuntimeObject * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, int32_t ___index1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setDSPIndex_m4442ED9A617BA8312A5907B8DBDBEBC3C564E979(_thisAdjusted, ___dsp0, ___index1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getDSPIndex(FMOD.DSP,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDSPIndex_m980B3D253B82FB561D4AA186823A0106191DA03F (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, int32_t* ___index1, const RuntimeMethod* method) { { // return FMOD5_Channel_GetDSPIndex(this.handle, dsp.handle, out index); intptr_t L_0 = __this->get_handle_0(); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 L_1 = ___dsp0; intptr_t L_2 = L_1.get_handle_0(); int32_t* L_3 = ___index1; int32_t L_4; L_4 = Channel_FMOD5_Channel_GetDSPIndex_m48B831F84854E32D443A1E02823B84957E377658((intptr_t)L_0, (intptr_t)L_2, (int32_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Channel_getDSPIndex_m980B3D253B82FB561D4AA186823A0106191DA03F_AdjustorThunk (RuntimeObject * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, int32_t* ___index1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getDSPIndex_m980B3D253B82FB561D4AA186823A0106191DA03F(_thisAdjusted, ___dsp0, ___index1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::set3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DAttributes_m05F1E9449B623316DAD92CF26E2A4BCDF2C8AD43 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel1, const RuntimeMethod* method) { { // return FMOD5_Channel_Set3DAttributes(this.handle, ref pos, ref vel); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___pos0; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_2 = ___vel1; int32_t L_3; L_3 = Channel_FMOD5_Channel_Set3DAttributes_m8B31698D9DDC71C8DD08B005F732468601CDED48((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_set3DAttributes_m05F1E9449B623316DAD92CF26E2A4BCDF2C8AD43_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_set3DAttributes_m05F1E9449B623316DAD92CF26E2A4BCDF2C8AD43(_thisAdjusted, ___pos0, ___vel1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::get3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DAttributes_mC89BDFB92797AE03A8CC625C8223851508747D47 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel1, const RuntimeMethod* method) { { // return FMOD5_Channel_Get3DAttributes(this.handle, out pos, out vel); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___pos0; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_2 = ___vel1; int32_t L_3; L_3 = Channel_FMOD5_Channel_Get3DAttributes_mA23455D4BAA67994FE0B1F53A2B7C6E27E38FE8C((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_get3DAttributes_mC89BDFB92797AE03A8CC625C8223851508747D47_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_get3DAttributes_mC89BDFB92797AE03A8CC625C8223851508747D47(_thisAdjusted, ___pos0, ___vel1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::set3DMinMaxDistance(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DMinMaxDistance_m893555723C5080FE044DEDDB079FD77E66D14796 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___mindistance0, float ___maxdistance1, const RuntimeMethod* method) { { // return FMOD5_Channel_Set3DMinMaxDistance(this.handle, mindistance, maxdistance); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___mindistance0; float L_2 = ___maxdistance1; int32_t L_3; L_3 = Channel_FMOD5_Channel_Set3DMinMaxDistance_mAE557BF0DCECB8A1047B7DC7B7FA373149333C35((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_set3DMinMaxDistance_m893555723C5080FE044DEDDB079FD77E66D14796_AdjustorThunk (RuntimeObject * __this, float ___mindistance0, float ___maxdistance1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_set3DMinMaxDistance_m893555723C5080FE044DEDDB079FD77E66D14796(_thisAdjusted, ___mindistance0, ___maxdistance1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::get3DMinMaxDistance(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DMinMaxDistance_m47478449EF740F290DEAF7C7FC13BA394AB8F9CD (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___mindistance0, float* ___maxdistance1, const RuntimeMethod* method) { { // return FMOD5_Channel_Get3DMinMaxDistance(this.handle, out mindistance, out maxdistance); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___mindistance0; float* L_2 = ___maxdistance1; int32_t L_3; L_3 = Channel_FMOD5_Channel_Get3DMinMaxDistance_m34CC0DDEB1E3DC2EFE15887A074C998CD99FE15F((intptr_t)L_0, (float*)L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_get3DMinMaxDistance_m47478449EF740F290DEAF7C7FC13BA394AB8F9CD_AdjustorThunk (RuntimeObject * __this, float* ___mindistance0, float* ___maxdistance1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_get3DMinMaxDistance_m47478449EF740F290DEAF7C7FC13BA394AB8F9CD(_thisAdjusted, ___mindistance0, ___maxdistance1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::set3DConeSettings(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DConeSettings_m14D5197BC5ED83FB0B348C23007CFB4D672D22CA (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___insideconeangle0, float ___outsideconeangle1, float ___outsidevolume2, const RuntimeMethod* method) { { // return FMOD5_Channel_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 = Channel_FMOD5_Channel_Set3DConeSettings_mEA3833A36FD415C497A33A4FA6C2B63FC06DCA34((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Channel_set3DConeSettings_m14D5197BC5ED83FB0B348C23007CFB4D672D22CA_AdjustorThunk (RuntimeObject * __this, float ___insideconeangle0, float ___outsideconeangle1, float ___outsidevolume2, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_set3DConeSettings_m14D5197BC5ED83FB0B348C23007CFB4D672D22CA(_thisAdjusted, ___insideconeangle0, ___outsideconeangle1, ___outsidevolume2, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::get3DConeSettings(System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DConeSettings_m80A4328FCB59F936C95218027E0F4B0B0715FEF4 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___insideconeangle0, float* ___outsideconeangle1, float* ___outsidevolume2, const RuntimeMethod* method) { { // return FMOD5_Channel_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 = Channel_FMOD5_Channel_Get3DConeSettings_mBD7CB6F8BEF8459473CA21A3E546D9DA9095B08A((intptr_t)L_0, (float*)L_1, (float*)L_2, (float*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Channel_get3DConeSettings_m80A4328FCB59F936C95218027E0F4B0B0715FEF4_AdjustorThunk (RuntimeObject * __this, float* ___insideconeangle0, float* ___outsideconeangle1, float* ___outsidevolume2, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_get3DConeSettings_m80A4328FCB59F936C95218027E0F4B0B0715FEF4(_thisAdjusted, ___insideconeangle0, ___outsideconeangle1, ___outsidevolume2, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::set3DConeOrientation(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DConeOrientation_m7F815E10F240B2DE480681124F5A193F22D381BF (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation0, const RuntimeMethod* method) { { // return FMOD5_Channel_Set3DConeOrientation(this.handle, ref orientation); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___orientation0; int32_t L_2; L_2 = Channel_FMOD5_Channel_Set3DConeOrientation_mD400BBD69398A58954EF4D76C223DD510755E58B((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_set3DConeOrientation_m7F815E10F240B2DE480681124F5A193F22D381BF_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_set3DConeOrientation_m7F815E10F240B2DE480681124F5A193F22D381BF(_thisAdjusted, ___orientation0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::get3DConeOrientation(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DConeOrientation_m7EC6758FA27493B3FFFCCD70BC0EDA6D0A585EF6 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation0, const RuntimeMethod* method) { { // return FMOD5_Channel_Get3DConeOrientation(this.handle, out orientation); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___orientation0; int32_t L_2; L_2 = Channel_FMOD5_Channel_Get3DConeOrientation_m51B0B0C0ABAE10F700335AAFE17E72BE6D13382E((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_get3DConeOrientation_m7EC6758FA27493B3FFFCCD70BC0EDA6D0A585EF6_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_get3DConeOrientation_m7EC6758FA27493B3FFFCCD70BC0EDA6D0A585EF6(_thisAdjusted, ___orientation0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::set3DCustomRolloff(FMOD.VECTOR&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DCustomRolloff_mA4CABBA1B31C308ECA94163B6DC652F282E265DC (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___points0, int32_t ___numpoints1, const RuntimeMethod* method) { { // return FMOD5_Channel_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 = Channel_FMOD5_Channel_Set3DCustomRolloff_mB87D3178824F321ED290887BBF9565EED36F9267((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_set3DCustomRolloff_mA4CABBA1B31C308ECA94163B6DC652F282E265DC_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___points0, int32_t ___numpoints1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_set3DCustomRolloff_mA4CABBA1B31C308ECA94163B6DC652F282E265DC(_thisAdjusted, ___points0, ___numpoints1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::get3DCustomRolloff(System.IntPtr&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DCustomRolloff_mF4E5F32CA94E806457D38CFD888BDF034C889047 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, intptr_t* ___points0, int32_t* ___numpoints1, const RuntimeMethod* method) { { // return FMOD5_Channel_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 = Channel_FMOD5_Channel_Get3DCustomRolloff_mAFDC404EF33B72B3F9EE84970CFC24E423B16CA2((intptr_t)L_0, (intptr_t*)L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_get3DCustomRolloff_mF4E5F32CA94E806457D38CFD888BDF034C889047_AdjustorThunk (RuntimeObject * __this, intptr_t* ___points0, int32_t* ___numpoints1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_get3DCustomRolloff_mF4E5F32CA94E806457D38CFD888BDF034C889047(_thisAdjusted, ___points0, ___numpoints1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::set3DOcclusion(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DOcclusion_m5E0D2030761371E7956E205E1F1030609C661217 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___directocclusion0, float ___reverbocclusion1, const RuntimeMethod* method) { { // return FMOD5_Channel_Set3DOcclusion(this.handle, directocclusion, reverbocclusion); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___directocclusion0; float L_2 = ___reverbocclusion1; int32_t L_3; L_3 = Channel_FMOD5_Channel_Set3DOcclusion_mCBF3A0FE173F7207D4DED5AE191B91212F8E73D3((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_set3DOcclusion_m5E0D2030761371E7956E205E1F1030609C661217_AdjustorThunk (RuntimeObject * __this, float ___directocclusion0, float ___reverbocclusion1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_set3DOcclusion_m5E0D2030761371E7956E205E1F1030609C661217(_thisAdjusted, ___directocclusion0, ___reverbocclusion1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::get3DOcclusion(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DOcclusion_m6A68E0B41137699571A2FB4F0CEAC1C1A963DF2E (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___directocclusion0, float* ___reverbocclusion1, const RuntimeMethod* method) { { // return FMOD5_Channel_Get3DOcclusion(this.handle, out directocclusion, out reverbocclusion); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___directocclusion0; float* L_2 = ___reverbocclusion1; int32_t L_3; L_3 = Channel_FMOD5_Channel_Get3DOcclusion_mF9C7C2F738258471BE7018F22B126301EF7F7230((intptr_t)L_0, (float*)L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Channel_get3DOcclusion_m6A68E0B41137699571A2FB4F0CEAC1C1A963DF2E_AdjustorThunk (RuntimeObject * __this, float* ___directocclusion0, float* ___reverbocclusion1, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_get3DOcclusion_m6A68E0B41137699571A2FB4F0CEAC1C1A963DF2E(_thisAdjusted, ___directocclusion0, ___reverbocclusion1, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::set3DSpread(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DSpread_mDBDE09F08E2326846962440F588DDB6220C0D1A9 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___angle0, const RuntimeMethod* method) { { // return FMOD5_Channel_Set3DSpread(this.handle, angle); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___angle0; int32_t L_2; L_2 = Channel_FMOD5_Channel_Set3DSpread_mD9F267B9998D62A5DA66D15C548425A1A024F107((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_set3DSpread_mDBDE09F08E2326846962440F588DDB6220C0D1A9_AdjustorThunk (RuntimeObject * __this, float ___angle0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_set3DSpread_mDBDE09F08E2326846962440F588DDB6220C0D1A9(_thisAdjusted, ___angle0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::get3DSpread(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DSpread_m0D634558A22EF91A4626334FEAAA9A43CF9F8A8B (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___angle0, const RuntimeMethod* method) { { // return FMOD5_Channel_Get3DSpread(this.handle, out angle); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___angle0; int32_t L_2; L_2 = Channel_FMOD5_Channel_Get3DSpread_mFFCFAF38C872D279BE287724D0FDBD85A578C7E2((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_get3DSpread_m0D634558A22EF91A4626334FEAAA9A43CF9F8A8B_AdjustorThunk (RuntimeObject * __this, float* ___angle0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_get3DSpread_m0D634558A22EF91A4626334FEAAA9A43CF9F8A8B(_thisAdjusted, ___angle0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::set3DLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DLevel_m4EC1A53EF1C35E945E1CF474FDADE68F194F302E (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___level0, const RuntimeMethod* method) { { // return FMOD5_Channel_Set3DLevel(this.handle, level); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___level0; int32_t L_2; L_2 = Channel_FMOD5_Channel_Set3DLevel_mB6EDF89BAD117FF54DA21223A2A2C3FDAA46A700((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_set3DLevel_m4EC1A53EF1C35E945E1CF474FDADE68F194F302E_AdjustorThunk (RuntimeObject * __this, float ___level0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_set3DLevel_m4EC1A53EF1C35E945E1CF474FDADE68F194F302E(_thisAdjusted, ___level0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::get3DLevel(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DLevel_m3F2FE86D9EB20C316FE218B72846F86FCA33E549 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___level0, const RuntimeMethod* method) { { // return FMOD5_Channel_Get3DLevel(this.handle, out level); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___level0; int32_t L_2; L_2 = Channel_FMOD5_Channel_Get3DLevel_m2F1A42E594A97C2A87E00D7852FD87C043DB305F((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_get3DLevel_m3F2FE86D9EB20C316FE218B72846F86FCA33E549_AdjustorThunk (RuntimeObject * __this, float* ___level0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_get3DLevel_m3F2FE86D9EB20C316FE218B72846F86FCA33E549(_thisAdjusted, ___level0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::set3DDopplerLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DDopplerLevel_mE06DE9D0845DEF03185463F3187A978F94FFB9B6 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float ___level0, const RuntimeMethod* method) { { // return FMOD5_Channel_Set3DDopplerLevel(this.handle, level); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___level0; int32_t L_2; L_2 = Channel_FMOD5_Channel_Set3DDopplerLevel_mFE424E129C121AF4A6FFD1A4BDAA624C64AEB0E4((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_set3DDopplerLevel_mE06DE9D0845DEF03185463F3187A978F94FFB9B6_AdjustorThunk (RuntimeObject * __this, float ___level0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_set3DDopplerLevel_mE06DE9D0845DEF03185463F3187A978F94FFB9B6(_thisAdjusted, ___level0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::get3DDopplerLevel(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DDopplerLevel_m64D4E92058F5828004A38F2EBF114EED83A1177D (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, float* ___level0, const RuntimeMethod* method) { { // return FMOD5_Channel_Get3DDopplerLevel(this.handle, out level); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___level0; int32_t L_2; L_2 = Channel_FMOD5_Channel_Get3DDopplerLevel_m378C3C66A586FE3016907BCF91C3575633F22ABE((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_get3DDopplerLevel_m64D4E92058F5828004A38F2EBF114EED83A1177D_AdjustorThunk (RuntimeObject * __this, float* ___level0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_get3DDopplerLevel_m64D4E92058F5828004A38F2EBF114EED83A1177D(_thisAdjusted, ___level0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::set3DDistanceFilter(System.Boolean,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DDistanceFilter_mE258FFF7A03754264DD170CE6F8353D885496A06 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool ___custom0, float ___customLevel1, float ___centerFreq2, const RuntimeMethod* method) { { // return FMOD5_Channel_Set3DDistanceFilter(this.handle, custom, customLevel, centerFreq); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___custom0; float L_2 = ___customLevel1; float L_3 = ___centerFreq2; int32_t L_4; L_4 = Channel_FMOD5_Channel_Set3DDistanceFilter_mDCEDAB6BD7118E8F48C15EE4BE16B9A3D47DD3E6((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Channel_set3DDistanceFilter_mE258FFF7A03754264DD170CE6F8353D885496A06_AdjustorThunk (RuntimeObject * __this, bool ___custom0, float ___customLevel1, float ___centerFreq2, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_set3DDistanceFilter_mE258FFF7A03754264DD170CE6F8353D885496A06(_thisAdjusted, ___custom0, ___customLevel1, ___centerFreq2, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::get3DDistanceFilter(System.Boolean&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DDistanceFilter_mEB2C4FA7BED1C4601FA963B4F05C082F0A8BC53A (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, bool* ___custom0, float* ___customLevel1, float* ___centerFreq2, const RuntimeMethod* method) { { // return FMOD5_Channel_Get3DDistanceFilter(this.handle, out custom, out customLevel, out centerFreq); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___custom0; float* L_2 = ___customLevel1; float* L_3 = ___centerFreq2; int32_t L_4; L_4 = Channel_FMOD5_Channel_Get3DDistanceFilter_mEAFCAFBE22B861DEC8E0B5FAAF9BAEF51E3A5DBF((intptr_t)L_0, (bool*)L_1, (float*)L_2, (float*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Channel_get3DDistanceFilter_mEB2C4FA7BED1C4601FA963B4F05C082F0A8BC53A_AdjustorThunk (RuntimeObject * __this, bool* ___custom0, float* ___customLevel1, float* ___centerFreq2, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_get3DDistanceFilter_mEB2C4FA7BED1C4601FA963B4F05C082F0A8BC53A(_thisAdjusted, ___custom0, ___customLevel1, ___centerFreq2, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setUserData_m6702FBF5CDDA5982B6981F232A2C0D2F42B077DD (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, intptr_t ___userdata0, const RuntimeMethod* method) { { // return FMOD5_Channel_SetUserData(this.handle, userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___userdata0; int32_t L_2; L_2 = Channel_FMOD5_Channel_SetUserData_m53B3F51D77258684BFD37A136145D5A74F3C75C5((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_setUserData_m6702FBF5CDDA5982B6981F232A2C0D2F42B077DD_AdjustorThunk (RuntimeObject * __this, intptr_t ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_setUserData_m6702FBF5CDDA5982B6981F232A2C0D2F42B077DD(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getUserData_m0808F74962F40977D83D2F3B9B455F43B259CEAA (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { { // return FMOD5_Channel_GetUserData(this.handle, out userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___userdata0; int32_t L_2; L_2 = Channel_FMOD5_Channel_GetUserData_mBD6ABF7CDBC6287127E10D7A2B3334C314E4B4DB((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Channel_getUserData_m0808F74962F40977D83D2F3B9B455F43B259CEAA_AdjustorThunk (RuntimeObject * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Channel_getUserData_m0808F74962F40977D83D2F3B9B455F43B259CEAA(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetFrequency(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetFrequency_mFFE8BD126DB045C2D3D512F7B32732047187350E (intptr_t ___channel0, float ___frequency1, 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_Channel_SetFrequency", 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_Channel_SetFrequency)(___channel0, ___frequency1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___frequency1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetFrequency(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetFrequency_mF6E68EE384C636123C2926F1062EE295FD083027 (intptr_t ___channel0, float* ___frequency1, 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_Channel_GetFrequency", 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_Channel_GetFrequency)(___channel0, ___frequency1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___frequency1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPriority(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPriority_mA02D3C7602AC738DE7082EB9D5DE3156F5F14A94 (intptr_t ___channel0, int32_t ___priority1, 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_Channel_SetPriority", 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_Channel_SetPriority)(___channel0, ___priority1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___priority1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPriority(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPriority_mAF766093B48D8A0045397663763A909D3B2E5873 (intptr_t ___channel0, int32_t* ___priority1, 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_Channel_GetPriority", 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_Channel_GetPriority)(___channel0, ___priority1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___priority1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPosition(System.IntPtr,System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPosition_mFDC943CB718A9DC2CC3E1C815F62D59D0C3F74BD (intptr_t ___channel0, uint32_t ___position1, uint32_t ___postype2, 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_Channel_SetPosition", 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_Channel_SetPosition)(___channel0, ___position1, ___postype2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___position1, ___postype2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPosition(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPosition_m7A65819E0A44839FAC9530135DDF32A272C8FCE1 (intptr_t ___channel0, uint32_t* ___position1, uint32_t ___postype2, 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_Channel_GetPosition", 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_Channel_GetPosition)(___channel0, ___position1, ___postype2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___position1, ___postype2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetChannelGroup(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetChannelGroup_m9850201163AA78040A5EFBE9F4F060657C3608F0 (intptr_t ___channel0, 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_Channel_SetChannelGroup", 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_Channel_SetChannelGroup)(___channel0, ___channelgroup1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___channelgroup1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetChannelGroup(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetChannelGroup_m960B5DA7A6C95222B86210D0A294657B046D3B68 (intptr_t ___channel0, 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_Channel_GetChannelGroup", 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_Channel_GetChannelGroup)(___channel0, ___channelgroup1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___channelgroup1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetLoopCount(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetLoopCount_m0A5F94601045177E785E708A69D92FBE4FEF9E03 (intptr_t ___channel0, 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_Channel_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_Channel_SetLoopCount)(___channel0, ___loopcount1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___loopcount1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetLoopCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetLoopCount_mD500F1E12F7D83F38D4162C6C7A2405F11CA9E9B (intptr_t ___channel0, 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_Channel_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_Channel_GetLoopCount)(___channel0, ___loopcount1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___loopcount1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetLoopPoints(System.IntPtr,System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetLoopPoints_m1210410EB74BDBB172A37A875AFDA05C4BC54F86 (intptr_t ___channel0, 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_Channel_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_Channel_SetLoopPoints)(___channel0, ___loopstart1, ___loopstarttype2, ___loopend3, ___loopendtype4); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___loopstart1, ___loopstarttype2, ___loopend3, ___loopendtype4); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetLoopPoints(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetLoopPoints_m32BA271E271EEB4D3D69716C6663BD4F17CFA013 (intptr_t ___channel0, 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_Channel_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_Channel_GetLoopPoints)(___channel0, ___loopstart1, ___loopstarttype2, ___loopend3, ___loopendtype4); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___loopstart1, ___loopstarttype2, ___loopend3, ___loopendtype4); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_IsVirtual(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_IsVirtual_m7BFECE3068D957FBF4F03583563F04E2F58B5460 (intptr_t ___channel0, bool* ___isvirtual1, 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_Channel_IsVirtual", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___isvirtual1' to native representation int32_t ____isvirtual1_empty = 0; int32_t* ____isvirtual1_marshaled = &____isvirtual1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Channel_IsVirtual)(___channel0, ____isvirtual1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ____isvirtual1_marshaled); #endif // Marshaling of parameter '___isvirtual1' back from native representation bool _____isvirtual1_marshaled_unmarshaled_dereferenced = false; _____isvirtual1_marshaled_unmarshaled_dereferenced = static_cast(*____isvirtual1_marshaled); *___isvirtual1 = _____isvirtual1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetCurrentSound(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetCurrentSound_m785679646E6EDA0A8668E839DB7AC827992723A2 (intptr_t ___channel0, intptr_t* ___sound1, 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_Channel_GetCurrentSound", 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_Channel_GetCurrentSound)(___channel0, ___sound1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___sound1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetIndex(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetIndex_mEEBC24649EFECE661ABB4D3CAB25BA33DAE0B1FA (intptr_t ___channel0, int32_t* ___index1, 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_Channel_GetIndex", 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_Channel_GetIndex)(___channel0, ___index1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___index1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetSystemObject(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetSystemObject_m6B605F64DD8C996F47E8C7AD8306DC9D3C3A3839 (intptr_t ___channel0, 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_Channel_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_Channel_GetSystemObject)(___channel0, ___system1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___system1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Stop(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Stop_m62632E2B022281484269F680A6243481F824664E (intptr_t ___channel0, 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_Channel_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_Channel_Stop)(___channel0); #else int32_t returnValue = il2cppPInvokeFunc(___channel0); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPaused(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPaused_mB90791DD01F27575B62715473AD5AB6326C31187 (intptr_t ___channel0, bool ___paused1, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_SetPaused", 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_Channel_SetPaused)(___channel0, static_cast(___paused1)); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, static_cast(___paused1)); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPaused(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPaused_mB7D4D08D04C975489ECE24C7873B936E5BBE0198 (intptr_t ___channel0, bool* ___paused1, 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_Channel_GetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___paused1' to native representation int32_t ____paused1_empty = 0; int32_t* ____paused1_marshaled = &____paused1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Channel_GetPaused)(___channel0, ____paused1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ____paused1_marshaled); #endif // Marshaling of parameter '___paused1' back from native representation bool _____paused1_marshaled_unmarshaled_dereferenced = false; _____paused1_marshaled_unmarshaled_dereferenced = static_cast(*____paused1_marshaled); *___paused1 = _____paused1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetVolume(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetVolume_m4475BB1E6E23AAE66A88BBEAE7E107BA6D69B127 (intptr_t ___channel0, 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_Channel_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_Channel_SetVolume)(___channel0, ___volume1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___volume1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetVolume(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetVolume_m2332A0763C350118FB6937D20A52E54F092942B5 (intptr_t ___channel0, 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_Channel_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_Channel_GetVolume)(___channel0, ___volume1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___volume1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetVolumeRamp(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetVolumeRamp_m1AF0062DEA6A3817B37803FAD44F36EA33F519C7 (intptr_t ___channel0, bool ___ramp1, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_SetVolumeRamp", 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_Channel_SetVolumeRamp)(___channel0, static_cast(___ramp1)); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, static_cast(___ramp1)); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetVolumeRamp(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetVolumeRamp_mECA6B9C7A871D7063839FEA2E8435A43AACC109E (intptr_t ___channel0, bool* ___ramp1, 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_Channel_GetVolumeRamp", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___ramp1' to native representation int32_t ____ramp1_empty = 0; int32_t* ____ramp1_marshaled = &____ramp1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Channel_GetVolumeRamp)(___channel0, ____ramp1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ____ramp1_marshaled); #endif // Marshaling of parameter '___ramp1' back from native representation bool _____ramp1_marshaled_unmarshaled_dereferenced = false; _____ramp1_marshaled_unmarshaled_dereferenced = static_cast(*____ramp1_marshaled); *___ramp1 = _____ramp1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetAudibility(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetAudibility_m8C5B00875E1F4EB8C8E8026A35E4387AEF741CEC (intptr_t ___channel0, float* ___audibility1, 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_Channel_GetAudibility", 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_Channel_GetAudibility)(___channel0, ___audibility1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___audibility1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPitch(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPitch_mA3CFCFBB3AAAE6306B63F0BE8388AAF8BDE0BD08 (intptr_t ___channel0, float ___pitch1, 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_Channel_SetPitch", 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_Channel_SetPitch)(___channel0, ___pitch1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___pitch1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPitch(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPitch_m529D1FA951F49AA26EF0F927F10CF38A2E9ACD01 (intptr_t ___channel0, float* ___pitch1, 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_Channel_GetPitch", 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_Channel_GetPitch)(___channel0, ___pitch1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___pitch1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMute(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMute_m4F9550B2D5893F6C4270E5D204AB65AA9BC90FAC (intptr_t ___channel0, bool ___mute1, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_SetMute", 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_Channel_SetMute)(___channel0, static_cast(___mute1)); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, static_cast(___mute1)); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetMute(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetMute_m38267F5FA6DD3FC4AE71F2FCAE78F73E7A9421A8 (intptr_t ___channel0, bool* ___mute1, 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_Channel_GetMute", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___mute1' to native representation int32_t ____mute1_empty = 0; int32_t* ____mute1_marshaled = &____mute1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Channel_GetMute)(___channel0, ____mute1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ____mute1_marshaled); #endif // Marshaling of parameter '___mute1' back from native representation bool _____mute1_marshaled_unmarshaled_dereferenced = false; _____mute1_marshaled_unmarshaled_dereferenced = static_cast(*____mute1_marshaled); *___mute1 = _____mute1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetReverbProperties(System.IntPtr,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetReverbProperties_mC594B9E7A346AA5738B883D458721F306EBAE8DF (intptr_t ___channel0, int32_t ___instance1, float ___wet2, 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_Channel_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_Channel_SetReverbProperties)(___channel0, ___instance1, ___wet2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___instance1, ___wet2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetReverbProperties(System.IntPtr,System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetReverbProperties_m03B239C378CDF93D89288E17A6CBA453FE5A7F43 (intptr_t ___channel0, int32_t ___instance1, float* ___wet2, 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_Channel_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_Channel_GetReverbProperties)(___channel0, ___instance1, ___wet2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___instance1, ___wet2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetLowPassGain(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetLowPassGain_mD19FB87D8017894C3A3614C32FEF467054A3CE03 (intptr_t ___channel0, float ___gain1, 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_Channel_SetLowPassGain", 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_Channel_SetLowPassGain)(___channel0, ___gain1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___gain1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetLowPassGain(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetLowPassGain_m835BEECA87D917106E29CA8ACEA85DBFD7E25814 (intptr_t ___channel0, float* ___gain1, 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_Channel_GetLowPassGain", 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_Channel_GetLowPassGain)(___channel0, ___gain1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___gain1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMode(System.IntPtr,FMOD.MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMode_mFDF44C4DC959FABF0F94F11D4FF0559E6C5E5D2E (intptr_t ___channel0, 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_Channel_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_Channel_SetMode)(___channel0, ___mode1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___mode1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetMode(System.IntPtr,FMOD.MODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetMode_mC06EBA6C8D899C26ADF5CEDAE13FC57D56291EC7 (intptr_t ___channel0, 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_Channel_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_Channel_GetMode)(___channel0, ___mode1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___mode1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetCallback(System.IntPtr,FMOD.CHANNELCONTROL_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetCallback_m8A4B80B24D62CD00677458F372646B6AE75964AF (intptr_t ___channel0, CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * ___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_Channel_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_Channel_SetCallback)(___channel0, ____callback1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ____callback1_marshaled); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_IsPlaying(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_IsPlaying_mA652F4446EE62E0A8C9DA5CC9C565F8C983AA038 (intptr_t ___channel0, bool* ___isplaying1, 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_Channel_IsPlaying", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___isplaying1' to native representation int32_t ____isplaying1_empty = 0; int32_t* ____isplaying1_marshaled = &____isplaying1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Channel_IsPlaying)(___channel0, ____isplaying1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ____isplaying1_marshaled); #endif // Marshaling of parameter '___isplaying1' back from native representation bool _____isplaying1_marshaled_unmarshaled_dereferenced = false; _____isplaying1_marshaled_unmarshaled_dereferenced = static_cast(*____isplaying1_marshaled); *___isplaying1 = _____isplaying1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPan(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPan_mBF7E70CDB6191C311C7BEA504355D68338A042B0 (intptr_t ___channel0, float ___pan1, 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_Channel_SetPan", 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_Channel_SetPan)(___channel0, ___pan1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___pan1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMixLevelsOutput(System.IntPtr,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMixLevelsOutput_m31DF2812C01CFC4705FBAA49C0F062D621637F5E (intptr_t ___channel0, float ___frontleft1, float ___frontright2, float ___center3, float ___lfe4, float ___surroundleft5, float ___surroundright6, float ___backleft7, float ___backright8, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float, float, float, float, 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) + sizeof(float) + sizeof(float) + sizeof(float) + sizeof(float) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_SetMixLevelsOutput", 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_Channel_SetMixLevelsOutput)(___channel0, ___frontleft1, ___frontright2, ___center3, ___lfe4, ___surroundleft5, ___surroundright6, ___backleft7, ___backright8); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___frontleft1, ___frontright2, ___center3, ___lfe4, ___surroundleft5, ___surroundright6, ___backleft7, ___backright8); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMixLevelsInput(System.IntPtr,System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMixLevelsInput_m396EF54E7688AC668D54943402A1731EC05D6C4F (intptr_t ___channel0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___levels1, int32_t ___numlevels2, 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(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_SetMixLevelsInput", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___levels1' to native representation float* ____levels1_marshaled = NULL; if (___levels1 != NULL) { ____levels1_marshaled = reinterpret_cast((___levels1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Channel_SetMixLevelsInput)(___channel0, ____levels1_marshaled, ___numlevels2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ____levels1_marshaled, ___numlevels2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMixMatrix(System.IntPtr,System.Single[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMixMatrix_mC696711014A7A449B19B5E99E2F60B537DE684E2 (intptr_t ___channel0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix1, int32_t ___outchannels2, int32_t ___inchannels3, int32_t ___inchannel_hop4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, 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(void*) + sizeof(int32_t) + sizeof(int32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_SetMixMatrix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___matrix1' to native representation float* ____matrix1_marshaled = NULL; if (___matrix1 != NULL) { ____matrix1_marshaled = reinterpret_cast((___matrix1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Channel_SetMixMatrix)(___channel0, ____matrix1_marshaled, ___outchannels2, ___inchannels3, ___inchannel_hop4); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ____matrix1_marshaled, ___outchannels2, ___inchannels3, ___inchannel_hop4); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetMixMatrix(System.IntPtr,System.Single[],System.Int32&,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetMixMatrix_mDC2491D3EF11F6EEAC260B4CF2D79609A48BD0B9 (intptr_t ___channel0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix1, int32_t* ___outchannels2, int32_t* ___inchannels3, int32_t ___inchannel_hop4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, 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(void*) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_GetMixMatrix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___matrix1' to native representation float* ____matrix1_marshaled = NULL; if (___matrix1 != NULL) { ____matrix1_marshaled = reinterpret_cast((___matrix1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Channel_GetMixMatrix)(___channel0, ____matrix1_marshaled, ___outchannels2, ___inchannels3, ___inchannel_hop4); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ____matrix1_marshaled, ___outchannels2, ___inchannels3, ___inchannel_hop4); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDSPClock(System.IntPtr,System.UInt64&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDSPClock_mF4E51D8D5C028F9312B022350433644F4CAE58F2 (intptr_t ___channel0, uint64_t* ___dspclock1, uint64_t* ___parentclock2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t*, uint64_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t*) + sizeof(uint64_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_GetDSPClock", 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_Channel_GetDSPClock)(___channel0, ___dspclock1, ___parentclock2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___dspclock1, ___parentclock2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetDelay(System.IntPtr,System.UInt64,System.UInt64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetDelay_m535547E992C077A10967442F237C9CB3CBBA8F99 (intptr_t ___channel0, uint64_t ___dspclock_start1, uint64_t ___dspclock_end2, bool ___stopchannels3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, uint64_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(uint64_t) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_SetDelay", 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_Channel_SetDelay)(___channel0, ___dspclock_start1, ___dspclock_end2, static_cast(___stopchannels3)); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___dspclock_start1, ___dspclock_end2, static_cast(___stopchannels3)); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDelay_m2B4C1695FE54A66100D96C98721D4267D4E34DBF (intptr_t ___channel0, uint64_t* ___dspclock_start1, uint64_t* ___dspclock_end2, intptr_t ___zero3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t*, uint64_t*, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t*) + sizeof(uint64_t*) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_GetDelay", 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_Channel_GetDelay)(___channel0, ___dspclock_start1, ___dspclock_end2, ___zero3); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___dspclock_start1, ___dspclock_end2, ___zero3); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDelay_mF939F8B67BCB520FE39E2222612402C322E1D95D (intptr_t ___channel0, uint64_t* ___dspclock_start1, uint64_t* ___dspclock_end2, bool* ___stopchannels3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t*, uint64_t*, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t*) + sizeof(uint64_t*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_GetDelay", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___stopchannels3' to native representation int32_t ____stopchannels3_empty = 0; int32_t* ____stopchannels3_marshaled = &____stopchannels3_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Channel_GetDelay)(___channel0, ___dspclock_start1, ___dspclock_end2, ____stopchannels3_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___dspclock_start1, ___dspclock_end2, ____stopchannels3_marshaled); #endif // Marshaling of parameter '___stopchannels3' back from native representation bool _____stopchannels3_marshaled_unmarshaled_dereferenced = false; _____stopchannels3_marshaled_unmarshaled_dereferenced = static_cast(*____stopchannels3_marshaled); *___stopchannels3 = _____stopchannels3_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_AddFadePoint(System.IntPtr,System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_AddFadePoint_m28FDA54FB7F033A1DBDD4BA53294870C1C4E1063 (intptr_t ___channel0, uint64_t ___dspclock1, float ___volume2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_AddFadePoint", 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_Channel_AddFadePoint)(___channel0, ___dspclock1, ___volume2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___dspclock1, ___volume2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetFadePointRamp(System.IntPtr,System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetFadePointRamp_m14A111E413DB8B3EECF946D4A8242487F353B424 (intptr_t ___channel0, uint64_t ___dspclock1, float ___volume2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_SetFadePointRamp", 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_Channel_SetFadePointRamp)(___channel0, ___dspclock1, ___volume2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___dspclock1, ___volume2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_RemoveFadePoints(System.IntPtr,System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_RemoveFadePoints_m3E9502E2D750F448FE7A856CA27BDCA486BDC31F (intptr_t ___channel0, uint64_t ___dspclock_start1, uint64_t ___dspclock_end2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, uint64_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(uint64_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_RemoveFadePoints", 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_Channel_RemoveFadePoints)(___channel0, ___dspclock_start1, ___dspclock_end2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___dspclock_start1, ___dspclock_end2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetFadePoints(System.IntPtr,System.UInt32&,System.UInt64[],System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetFadePoints_m4E40B8258A4E85D0C594BFF70788E65DDBAA6755 (intptr_t ___channel0, uint32_t* ___numpoints1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___point_dspclock2, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___point_volume3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, uint64_t*, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_GetFadePoints", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___point_dspclock2' to native representation uint64_t* ____point_dspclock2_marshaled = NULL; if (___point_dspclock2 != NULL) { ____point_dspclock2_marshaled = reinterpret_cast((___point_dspclock2)->GetAddressAtUnchecked(0)); } // Marshaling of parameter '___point_volume3' to native representation float* ____point_volume3_marshaled = NULL; if (___point_volume3 != NULL) { ____point_volume3_marshaled = reinterpret_cast((___point_volume3)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Channel_GetFadePoints)(___channel0, ___numpoints1, ____point_dspclock2_marshaled, ____point_volume3_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___numpoints1, ____point_dspclock2_marshaled, ____point_volume3_marshaled); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDSP(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDSP_m53A0F01D49AB3E6BC121698E705A1D24ADD1B5E9 (intptr_t ___channel0, int32_t ___index1, 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_Channel_GetDSP", 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_Channel_GetDSP)(___channel0, ___index1, ___dsp2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___index1, ___dsp2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_AddDSP(System.IntPtr,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_AddDSP_m58D1E77E5BBF07B6592F4A753A4123B8C6266BFA (intptr_t ___channel0, int32_t ___index1, 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_Channel_AddDSP", 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_Channel_AddDSP)(___channel0, ___index1, ___dsp2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___index1, ___dsp2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_RemoveDSP(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_RemoveDSP_mF137585A741309BA7F27220935807A829B3C7191 (intptr_t ___channel0, intptr_t ___dsp1, 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_Channel_RemoveDSP", 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_Channel_RemoveDSP)(___channel0, ___dsp1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___dsp1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetNumDSPs(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetNumDSPs_m6D964A33C70E94D4669BA862CC8E0A939D28945D (intptr_t ___channel0, int32_t* ___numdsps1, 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_Channel_GetNumDSPs", 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_Channel_GetNumDSPs)(___channel0, ___numdsps1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___numdsps1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetDSPIndex(System.IntPtr,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetDSPIndex_m93EF6D68E06C794BE561EC4C82414A33B6E8359A (intptr_t ___channel0, intptr_t ___dsp1, int32_t ___index2, 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_Channel_SetDSPIndex", 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_Channel_SetDSPIndex)(___channel0, ___dsp1, ___index2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___dsp1, ___index2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDSPIndex(System.IntPtr,System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDSPIndex_m48B831F84854E32D443A1E02823B84957E377658 (intptr_t ___channel0, intptr_t ___dsp1, int32_t* ___index2, 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_Channel_GetDSPIndex", 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_Channel_GetDSPIndex)(___channel0, ___dsp1, ___index2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___dsp1, ___index2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DAttributes_m8B31698D9DDC71C8DD08B005F732468601CDED48 (intptr_t ___channel0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #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 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_Set3DAttributes", 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_Channel_Set3DAttributes)(___channel0, ___pos1, ___vel2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___pos1, ___vel2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DAttributes_mA23455D4BAA67994FE0B1F53A2B7C6E27E38FE8C (intptr_t ___channel0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #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 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_Get3DAttributes", 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_Channel_Get3DAttributes)(___channel0, ___pos1, ___vel2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___pos1, ___vel2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DMinMaxDistance(System.IntPtr,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DMinMaxDistance_mAE557BF0DCECB8A1047B7DC7B7FA373149333C35 (intptr_t ___channel0, float ___mindistance1, float ___maxdistance2, 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_Channel_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_Channel_Set3DMinMaxDistance)(___channel0, ___mindistance1, ___maxdistance2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___mindistance1, ___maxdistance2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DMinMaxDistance(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DMinMaxDistance_m34CC0DDEB1E3DC2EFE15887A074C998CD99FE15F (intptr_t ___channel0, float* ___mindistance1, float* ___maxdistance2, 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_Channel_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_Channel_Get3DMinMaxDistance)(___channel0, ___mindistance1, ___maxdistance2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___mindistance1, ___maxdistance2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DConeSettings(System.IntPtr,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DConeSettings_mEA3833A36FD415C497A33A4FA6C2B63FC06DCA34 (intptr_t ___channel0, 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_Channel_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_Channel_Set3DConeSettings)(___channel0, ___insideconeangle1, ___outsideconeangle2, ___outsidevolume3); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___insideconeangle1, ___outsideconeangle2, ___outsidevolume3); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DConeSettings(System.IntPtr,System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DConeSettings_mBD7CB6F8BEF8459473CA21A3E546D9DA9095B08A (intptr_t ___channel0, 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_Channel_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_Channel_Get3DConeSettings)(___channel0, ___insideconeangle1, ___outsideconeangle2, ___outsidevolume3); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___insideconeangle1, ___outsideconeangle2, ___outsidevolume3); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DConeOrientation(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DConeOrientation_mD400BBD69398A58954EF4D76C223DD510755E58B (intptr_t ___channel0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_Set3DConeOrientation", 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_Channel_Set3DConeOrientation)(___channel0, ___orientation1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___orientation1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DConeOrientation(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DConeOrientation_m51B0B0C0ABAE10F700335AAFE17E72BE6D13382E (intptr_t ___channel0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_Get3DConeOrientation", 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_Channel_Get3DConeOrientation)(___channel0, ___orientation1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___orientation1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DCustomRolloff(System.IntPtr,FMOD.VECTOR&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DCustomRolloff_mB87D3178824F321ED290887BBF9565EED36F9267 (intptr_t ___channel0, 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_Channel_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_Channel_Set3DCustomRolloff)(___channel0, ___points1, ___numpoints2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___points1, ___numpoints2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DCustomRolloff(System.IntPtr,System.IntPtr&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DCustomRolloff_mAFDC404EF33B72B3F9EE84970CFC24E423B16CA2 (intptr_t ___channel0, 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_Channel_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_Channel_Get3DCustomRolloff)(___channel0, ___points1, ___numpoints2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___points1, ___numpoints2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DOcclusion(System.IntPtr,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DOcclusion_mCBF3A0FE173F7207D4DED5AE191B91212F8E73D3 (intptr_t ___channel0, float ___directocclusion1, float ___reverbocclusion2, 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_Channel_Set3DOcclusion", 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_Channel_Set3DOcclusion)(___channel0, ___directocclusion1, ___reverbocclusion2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___directocclusion1, ___reverbocclusion2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DOcclusion(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DOcclusion_mF9C7C2F738258471BE7018F22B126301EF7F7230 (intptr_t ___channel0, float* ___directocclusion1, float* ___reverbocclusion2, 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_Channel_Get3DOcclusion", 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_Channel_Get3DOcclusion)(___channel0, ___directocclusion1, ___reverbocclusion2); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___directocclusion1, ___reverbocclusion2); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DSpread(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DSpread_mD9F267B9998D62A5DA66D15C548425A1A024F107 (intptr_t ___channel0, float ___angle1, 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_Channel_Set3DSpread", 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_Channel_Set3DSpread)(___channel0, ___angle1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___angle1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DSpread(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DSpread_mFFCFAF38C872D279BE287724D0FDBD85A578C7E2 (intptr_t ___channel0, float* ___angle1, 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_Channel_Get3DSpread", 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_Channel_Get3DSpread)(___channel0, ___angle1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___angle1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DLevel(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DLevel_mB6EDF89BAD117FF54DA21223A2A2C3FDAA46A700 (intptr_t ___channel0, float ___level1, 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_Channel_Set3DLevel", 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_Channel_Set3DLevel)(___channel0, ___level1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___level1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DLevel(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DLevel_m2F1A42E594A97C2A87E00D7852FD87C043DB305F (intptr_t ___channel0, float* ___level1, 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_Channel_Get3DLevel", 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_Channel_Get3DLevel)(___channel0, ___level1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___level1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DDopplerLevel(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DDopplerLevel_mFE424E129C121AF4A6FFD1A4BDAA624C64AEB0E4 (intptr_t ___channel0, float ___level1, 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_Channel_Set3DDopplerLevel", 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_Channel_Set3DDopplerLevel)(___channel0, ___level1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___level1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DDopplerLevel(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DDopplerLevel_m378C3C66A586FE3016907BCF91C3575633F22ABE (intptr_t ___channel0, float* ___level1, 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_Channel_Get3DDopplerLevel", 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_Channel_Get3DDopplerLevel)(___channel0, ___level1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___level1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DDistanceFilter(System.IntPtr,System.Boolean,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DDistanceFilter_mDCEDAB6BD7118E8F48C15EE4BE16B9A3D47DD3E6 (intptr_t ___channel0, bool ___custom1, float ___customLevel2, float ___centerFreq3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + 4 + sizeof(float) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_Set3DDistanceFilter", 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_Channel_Set3DDistanceFilter)(___channel0, static_cast(___custom1), ___customLevel2, ___centerFreq3); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, static_cast(___custom1), ___customLevel2, ___centerFreq3); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DDistanceFilter(System.IntPtr,System.Boolean&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DDistanceFilter_mEAFCAFBE22B861DEC8E0B5FAAF9BAEF51E3A5DBF (intptr_t ___channel0, bool* ___custom1, float* ___customLevel2, float* ___centerFreq3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, float*, 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*) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Channel_Get3DDistanceFilter", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___custom1' to native representation int32_t ____custom1_empty = 0; int32_t* ____custom1_marshaled = &____custom1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Channel_Get3DDistanceFilter)(___channel0, ____custom1_marshaled, ___customLevel2, ___centerFreq3); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ____custom1_marshaled, ___customLevel2, ___centerFreq3); #endif // Marshaling of parameter '___custom1' back from native representation bool _____custom1_marshaled_unmarshaled_dereferenced = false; _____custom1_marshaled_unmarshaled_dereferenced = static_cast(*____custom1_marshaled); *___custom1 = _____custom1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetUserData_m53B3F51D77258684BFD37A136145D5A74F3C75C5 (intptr_t ___channel0, 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_Channel_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_Channel_SetUserData)(___channel0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetUserData_mBD6ABF7CDBC6287127E10D7A2B3334C314E4B4DB (intptr_t ___channel0, 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_Channel_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_Channel_GetUserData)(___channel0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___channel0, ___userdata1); #endif return returnValue; } // System.Void FMOD.Channel::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Channel__ctor_m469F3E2D639BDBE2CABF7D9F89B33DA6B6CA24B2 (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public Channel(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public Channel(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void Channel__ctor_m469F3E2D639BDBE2CABF7D9F89B33DA6B6CA24B2_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); Channel__ctor_m469F3E2D639BDBE2CABF7D9F89B33DA6B6CA24B2_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.Channel::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Channel_hasHandle_m9879527B9633BC0784A99BF029EEE35D788B1F3A (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __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 Channel_hasHandle_m9879527B9633BC0784A99BF029EEE35D788B1F3A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Channel_hasHandle_m9879527B9633BC0784A99BF029EEE35D788B1F3A(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.Channel::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Channel_clearHandle_mFD2C2A0F1DD8A5773FD306967546DCF48B2F1A8C (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __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 Channel_clearHandle_mFD2C2A0F1DD8A5773FD306967546DCF48B2F1A8C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * _thisAdjusted = reinterpret_cast(__this + _offset); Channel_clearHandle_mFD2C2A0F1DD8A5773FD306967546DCF48B2F1A8C(_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.ChannelGroup::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_release_m30C0F8C751ECF27C7FBF030B09D505AE6023E1DB (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Release(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = ChannelGroup_FMOD5_ChannelGroup_Release_m74B0C95D9A0A974071A5A8DD0F67DD1E39BEBDDE((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t ChannelGroup_release_m30C0F8C751ECF27C7FBF030B09D505AE6023E1DB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_release_m30C0F8C751ECF27C7FBF030B09D505AE6023E1DB(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::addGroup(FMOD.ChannelGroup,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addGroup_mA991E44F1025892FD258F46FB457239354405F90 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___group0, bool ___propagatedspclock1, 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_ChannelGroup_AddGroup(this.handle, group.handle, propagatedspclock, IntPtr.Zero); intptr_t L_0 = __this->get_handle_0(); ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A L_1 = ___group0; intptr_t L_2 = L_1.get_handle_0(); bool L_3 = ___propagatedspclock1; int32_t L_4; L_4 = ChannelGroup_FMOD5_ChannelGroup_AddGroup_mB23762EB1222AE6AD08646274B7C3F5E030151F8((intptr_t)L_0, (intptr_t)L_2, L_3, (intptr_t)(0), /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t ChannelGroup_addGroup_mA991E44F1025892FD258F46FB457239354405F90_AdjustorThunk (RuntimeObject * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___group0, bool ___propagatedspclock1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_addGroup_mA991E44F1025892FD258F46FB457239354405F90(_thisAdjusted, ___group0, ___propagatedspclock1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::addGroup(FMOD.ChannelGroup,System.Boolean,FMOD.DSPConnection&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addGroup_m4423123A632997B7416B021FDF4D9B9C9D5FE557 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___group0, bool ___propagatedspclock1, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * ___connection2, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_AddGroup(this.handle, group.handle, propagatedspclock, out connection.handle); intptr_t L_0 = __this->get_handle_0(); ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A L_1 = ___group0; intptr_t L_2 = L_1.get_handle_0(); bool L_3 = ___propagatedspclock1; DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * L_4 = ___connection2; intptr_t* L_5 = L_4->get_address_of_handle_0(); int32_t L_6; L_6 = ChannelGroup_FMOD5_ChannelGroup_AddGroup_m0D4183A3FA5BAF76F7303E061EC58DF33D6AB861((intptr_t)L_0, (intptr_t)L_2, L_3, (intptr_t*)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t ChannelGroup_addGroup_m4423123A632997B7416B021FDF4D9B9C9D5FE557_AdjustorThunk (RuntimeObject * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A ___group0, bool ___propagatedspclock1, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * ___connection2, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_addGroup_m4423123A632997B7416B021FDF4D9B9C9D5FE557(_thisAdjusted, ___group0, ___propagatedspclock1, ___connection2, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getNumGroups(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getNumGroups_mECE75C913A26B6871D13D3475F9AF92D67021B15 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t* ___numgroups0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetNumGroups(this.handle, out numgroups); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numgroups0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_GetNumGroups_mA97F83A824A9D448320BE7A117E98DAF619100F4((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getNumGroups_mECE75C913A26B6871D13D3475F9AF92D67021B15_AdjustorThunk (RuntimeObject * __this, int32_t* ___numgroups0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getNumGroups_mECE75C913A26B6871D13D3475F9AF92D67021B15(_thisAdjusted, ___numgroups0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getGroup(System.Int32,FMOD.ChannelGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getGroup_m603A928D4E3435C8E72C76FBACBE21233D347FB2 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t ___index0, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___group1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetGroup(this.handle, index, out group.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * L_2 = ___group1; intptr_t* L_3 = L_2->get_address_of_handle_0(); int32_t L_4; L_4 = ChannelGroup_FMOD5_ChannelGroup_GetGroup_m0176ED9A4FBFE027A29040EC3299858CE49BDD6F((intptr_t)L_0, L_1, (intptr_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getGroup_m603A928D4E3435C8E72C76FBACBE21233D347FB2_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___group1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getGroup_m603A928D4E3435C8E72C76FBACBE21233D347FB2(_thisAdjusted, ___index0, ___group1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getParentGroup(FMOD.ChannelGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getParentGroup_m298F0B73B1EFC01BB006C64D77D07FB559395FBE (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___group0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetParentGroup(this.handle, out group.handle); intptr_t L_0 = __this->get_handle_0(); ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * L_1 = ___group0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_GetParentGroup_m9F682D465FCEA1533BFBA2054FC5C9FDA6E4F1AF((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getParentGroup_m298F0B73B1EFC01BB006C64D77D07FB559395FBE_AdjustorThunk (RuntimeObject * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___group0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getParentGroup_m298F0B73B1EFC01BB006C64D77D07FB559395FBE(_thisAdjusted, ___group0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getName(System.String&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getName_m71B19B0A7A1E5232E23298A21ECA6D30396D8DB5 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __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_ChannelGroup_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 = ChannelGroup_FMOD5_ChannelGroup_GetName_m654D213DC3FAB6F9C7FE873BADF3AEB88EE5C7DC((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 ChannelGroup_getName_m71B19B0A7A1E5232E23298A21ECA6D30396D8DB5_AdjustorThunk (RuntimeObject * __this, String_t** ___name0, int32_t ___namelen1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getName_m71B19B0A7A1E5232E23298A21ECA6D30396D8DB5(_thisAdjusted, ___name0, ___namelen1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getNumChannels(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getNumChannels_mA5D3F557FA085350DCBD42C3DA54DE5215157DFD (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t* ___numchannels0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetNumChannels(this.handle, out numchannels); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numchannels0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_GetNumChannels_mB8445AFF3F37B065672966CA5341CCCA98B55942((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getNumChannels_mA5D3F557FA085350DCBD42C3DA54DE5215157DFD_AdjustorThunk (RuntimeObject * __this, int32_t* ___numchannels0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getNumChannels_mA5D3F557FA085350DCBD42C3DA54DE5215157DFD(_thisAdjusted, ___numchannels0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getChannel(System.Int32,FMOD.Channel&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getChannel_m4E97CE23FD5B464E23C503DA2A9DDE93E93BDD91 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t ___index0, Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * ___channel1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetChannel(this.handle, index, out channel.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * L_2 = ___channel1; intptr_t* L_3 = L_2->get_address_of_handle_0(); int32_t L_4; L_4 = ChannelGroup_FMOD5_ChannelGroup_GetChannel_m472A24B2A53E2E99EC14D6153F9DDFCA1B0DEC4B((intptr_t)L_0, L_1, (intptr_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getChannel_m4E97CE23FD5B464E23C503DA2A9DDE93E93BDD91_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * ___channel1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getChannel_m4E97CE23FD5B464E23C503DA2A9DDE93E93BDD91(_thisAdjusted, ___index0, ___channel1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getSystemObject(FMOD.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getSystemObject_m02CA798C8AB190D6A575C51E03F93288FF05E042 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_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 = ChannelGroup_FMOD5_ChannelGroup_GetSystemObject_m7AC6FF27A892C8D9A0FB25DADAEB842EECCBEBCD((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getSystemObject_m02CA798C8AB190D6A575C51E03F93288FF05E042_AdjustorThunk (RuntimeObject * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getSystemObject_m02CA798C8AB190D6A575C51E03F93288FF05E042(_thisAdjusted, ___system0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_stop_m5A591939A0C223CCD6F31EF3B836026545313216 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Stop(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = ChannelGroup_FMOD5_ChannelGroup_Stop_mAA4BD7B5E043F266419AF3F2F51ECA77A8EC03D9((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t ChannelGroup_stop_m5A591939A0C223CCD6F31EF3B836026545313216_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_stop_m5A591939A0C223CCD6F31EF3B836026545313216(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setPaused(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setPaused_mC73E09D40B5696C4266584CC3FCF419862919949 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool ___paused0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetPaused(this.handle, paused); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___paused0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_SetPaused_m942B8CA94D535B42394319AAB89DCFCCF177B9BF((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setPaused_mC73E09D40B5696C4266584CC3FCF419862919949_AdjustorThunk (RuntimeObject * __this, bool ___paused0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setPaused_mC73E09D40B5696C4266584CC3FCF419862919949(_thisAdjusted, ___paused0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getPaused(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getPaused_mB51A4D0C23F398F276BCC0574658369FBAD4A5A0 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool* ___paused0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetPaused(this.handle, out paused); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___paused0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_GetPaused_m3E42B525B88B67E449DDE793A8DD08AB437F4DBA((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getPaused_mB51A4D0C23F398F276BCC0574658369FBAD4A5A0_AdjustorThunk (RuntimeObject * __this, bool* ___paused0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getPaused_mB51A4D0C23F398F276BCC0574658369FBAD4A5A0(_thisAdjusted, ___paused0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setVolume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setVolume_m20EBA25B4AA94C16C4BD584CBE8F9630F6F54E80 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___volume0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetVolume(this.handle, volume); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___volume0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_SetVolume_m9C61B7EB672550D00A03A6917E9017F6B7F97FC0((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setVolume_m20EBA25B4AA94C16C4BD584CBE8F9630F6F54E80_AdjustorThunk (RuntimeObject * __this, float ___volume0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setVolume_m20EBA25B4AA94C16C4BD584CBE8F9630F6F54E80(_thisAdjusted, ___volume0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getVolume(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getVolume_mB3677FDC86FC3802E374ADB611E241FDB5B2B17A (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___volume0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetVolume(this.handle, out volume); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___volume0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_GetVolume_mFC609AA294E638D3C23BE7E7EB6F8DA2876E2A96((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getVolume_mB3677FDC86FC3802E374ADB611E241FDB5B2B17A_AdjustorThunk (RuntimeObject * __this, float* ___volume0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getVolume_mB3677FDC86FC3802E374ADB611E241FDB5B2B17A(_thisAdjusted, ___volume0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setVolumeRamp(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setVolumeRamp_m9BF20AC38079B450644CF6577C6D87DCB8026DAB (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool ___ramp0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetVolumeRamp(this.handle, ramp); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___ramp0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_SetVolumeRamp_m286F5C0290B339491C68C1C87F134CC8E39A7AA0((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setVolumeRamp_m9BF20AC38079B450644CF6577C6D87DCB8026DAB_AdjustorThunk (RuntimeObject * __this, bool ___ramp0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setVolumeRamp_m9BF20AC38079B450644CF6577C6D87DCB8026DAB(_thisAdjusted, ___ramp0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getVolumeRamp(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getVolumeRamp_m29E9A0676A148B219C9AF0BFF2ECB5C9CAF40114 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool* ___ramp0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetVolumeRamp(this.handle, out ramp); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___ramp0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_GetVolumeRamp_mCE5E4ECD684663E68341CBB2D88EDCD89D7686B2((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getVolumeRamp_m29E9A0676A148B219C9AF0BFF2ECB5C9CAF40114_AdjustorThunk (RuntimeObject * __this, bool* ___ramp0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getVolumeRamp_m29E9A0676A148B219C9AF0BFF2ECB5C9CAF40114(_thisAdjusted, ___ramp0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getAudibility(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getAudibility_m75659CDF8805C480B9FC8EC29859D2EA2FAA4C39 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___audibility0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetAudibility(this.handle, out audibility); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___audibility0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_GetAudibility_m877AE8D6439BE299FC2B9EC6F59E19B9019F8D26((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getAudibility_m75659CDF8805C480B9FC8EC29859D2EA2FAA4C39_AdjustorThunk (RuntimeObject * __this, float* ___audibility0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getAudibility_m75659CDF8805C480B9FC8EC29859D2EA2FAA4C39(_thisAdjusted, ___audibility0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setPitch(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setPitch_mF8B9FC1FEC113C1E6C7A37B681EE47E97C3D05A8 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___pitch0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetPitch(this.handle, pitch); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___pitch0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_SetPitch_mB8CC1AEA1C3D4086DC0DE737FB465AFC1E934ABD((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setPitch_mF8B9FC1FEC113C1E6C7A37B681EE47E97C3D05A8_AdjustorThunk (RuntimeObject * __this, float ___pitch0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setPitch_mF8B9FC1FEC113C1E6C7A37B681EE47E97C3D05A8(_thisAdjusted, ___pitch0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getPitch(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getPitch_m9C5E791E30B797007D57CB72809C84395C688F71 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___pitch0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetPitch(this.handle, out pitch); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___pitch0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_GetPitch_m725D8E4F533AECA3E0405F30E0869A7FE325DC53((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getPitch_m9C5E791E30B797007D57CB72809C84395C688F71_AdjustorThunk (RuntimeObject * __this, float* ___pitch0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getPitch_m9C5E791E30B797007D57CB72809C84395C688F71(_thisAdjusted, ___pitch0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setMute(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMute_m888EEF5B14FABF82F314B2EA6938D829FAC1A32E (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool ___mute0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetMute(this.handle, mute); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___mute0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_SetMute_mB0F767959A5F1AE689A217B58F53C48EDAED3D74((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setMute_m888EEF5B14FABF82F314B2EA6938D829FAC1A32E_AdjustorThunk (RuntimeObject * __this, bool ___mute0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setMute_m888EEF5B14FABF82F314B2EA6938D829FAC1A32E(_thisAdjusted, ___mute0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getMute(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getMute_mE54959BE6F75897A7FCBECA8C97B86E57B0E6FFB (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool* ___mute0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetMute(this.handle, out mute); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___mute0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_GetMute_m64851C6641D7D3DF37BC30A68E2CCF65559D4C57((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getMute_mE54959BE6F75897A7FCBECA8C97B86E57B0E6FFB_AdjustorThunk (RuntimeObject * __this, bool* ___mute0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getMute_mE54959BE6F75897A7FCBECA8C97B86E57B0E6FFB(_thisAdjusted, ___mute0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setReverbProperties(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setReverbProperties_m11770E4CD53BC5BDBE8FB44DC083BF8E9788CA45 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t ___instance0, float ___wet1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetReverbProperties(this.handle, instance, wet); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___instance0; float L_2 = ___wet1; int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_SetReverbProperties_mA0F962E33346D9684C9C9211E15FC039A7198EBA((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setReverbProperties_m11770E4CD53BC5BDBE8FB44DC083BF8E9788CA45_AdjustorThunk (RuntimeObject * __this, int32_t ___instance0, float ___wet1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setReverbProperties_m11770E4CD53BC5BDBE8FB44DC083BF8E9788CA45(_thisAdjusted, ___instance0, ___wet1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getReverbProperties(System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getReverbProperties_m1EF6B0F7EE6F29394C8E82256A2E7ED061EC22D6 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t ___instance0, float* ___wet1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetReverbProperties(this.handle, instance, out wet); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___instance0; float* L_2 = ___wet1; int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_GetReverbProperties_m67E2FD0096770C5213CD8ABC7452C62D04A78DE2((intptr_t)L_0, L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getReverbProperties_m1EF6B0F7EE6F29394C8E82256A2E7ED061EC22D6_AdjustorThunk (RuntimeObject * __this, int32_t ___instance0, float* ___wet1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getReverbProperties_m1EF6B0F7EE6F29394C8E82256A2E7ED061EC22D6(_thisAdjusted, ___instance0, ___wet1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setLowPassGain(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setLowPassGain_m6DE43135C55DA704311B38D0F3B6EB1849BC0A6A (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___gain0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetLowPassGain(this.handle, gain); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___gain0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_SetLowPassGain_m6A48A16E86D366261492B1AFE291958258C6EE5A((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setLowPassGain_m6DE43135C55DA704311B38D0F3B6EB1849BC0A6A_AdjustorThunk (RuntimeObject * __this, float ___gain0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setLowPassGain_m6DE43135C55DA704311B38D0F3B6EB1849BC0A6A(_thisAdjusted, ___gain0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getLowPassGain(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getLowPassGain_m679A464518EB67AB32DA4903F3DE05AD6D715CE9 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___gain0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetLowPassGain(this.handle, out gain); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___gain0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_GetLowPassGain_mC7E3DD4D3757B607FA41751D0A3A46623DFBF39E((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getLowPassGain_m679A464518EB67AB32DA4903F3DE05AD6D715CE9_AdjustorThunk (RuntimeObject * __this, float* ___gain0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getLowPassGain_m679A464518EB67AB32DA4903F3DE05AD6D715CE9(_thisAdjusted, ___gain0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setMode(FMOD.MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMode_mE9C6EFFC71AAC94A8F78CB4EE13BDD4225DE10F6 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint32_t ___mode0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetMode(this.handle, mode); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___mode0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_SetMode_mC4CB4E31B64A0AEDC6AB7C223FB2D0709D3A2D8D((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setMode_mE9C6EFFC71AAC94A8F78CB4EE13BDD4225DE10F6_AdjustorThunk (RuntimeObject * __this, uint32_t ___mode0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setMode_mE9C6EFFC71AAC94A8F78CB4EE13BDD4225DE10F6(_thisAdjusted, ___mode0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getMode(FMOD.MODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getMode_m73C3E1E87A363E8EF6CFA19B6ED19244458A6855 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint32_t* ___mode0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetMode(this.handle, out mode); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___mode0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_GetMode_m792E2B86D734B4F582109DFC4C30A84BB37517D8((intptr_t)L_0, (uint32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getMode_m73C3E1E87A363E8EF6CFA19B6ED19244458A6855_AdjustorThunk (RuntimeObject * __this, uint32_t* ___mode0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getMode_m73C3E1E87A363E8EF6CFA19B6ED19244458A6855(_thisAdjusted, ___mode0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setCallback(FMOD.CHANNELCONTROL_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setCallback_mB8FC40EA73854AA5ADE8052568B4F3E823CE366E (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * ___callback0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetCallback(this.handle, callback); intptr_t L_0 = __this->get_handle_0(); CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * L_1 = ___callback0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_SetCallback_m45B07FF6DB021AFABB91E8458F52986ABDD21BF2((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setCallback_mB8FC40EA73854AA5ADE8052568B4F3E823CE366E_AdjustorThunk (RuntimeObject * __this, CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * ___callback0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setCallback_mB8FC40EA73854AA5ADE8052568B4F3E823CE366E(_thisAdjusted, ___callback0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::isPlaying(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_isPlaying_m7762E6ADDD166270620794B147D32B237525A18A (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool* ___isplaying0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_IsPlaying(this.handle, out isplaying); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___isplaying0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_IsPlaying_m25BEE84D7DB2FD4643A90542190F37EB80296B65((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_isPlaying_m7762E6ADDD166270620794B147D32B237525A18A_AdjustorThunk (RuntimeObject * __this, bool* ___isplaying0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_isPlaying_m7762E6ADDD166270620794B147D32B237525A18A(_thisAdjusted, ___isplaying0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setPan(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setPan_m6F0B96D68E37C4B41A3CA787D38FF3EB63BE6FB8 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___pan0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetPan(this.handle, pan); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___pan0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_SetPan_m4E521145CBBE9D2131605AB450A05029CDB3F337((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setPan_m6F0B96D68E37C4B41A3CA787D38FF3EB63BE6FB8_AdjustorThunk (RuntimeObject * __this, float ___pan0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setPan_m6F0B96D68E37C4B41A3CA787D38FF3EB63BE6FB8(_thisAdjusted, ___pan0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setMixLevelsOutput(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMixLevelsOutput_m94B66E89B157A878E12C616B818DBA2C4880935F (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___frontleft0, float ___frontright1, float ___center2, float ___lfe3, float ___surroundleft4, float ___surroundright5, float ___backleft6, float ___backright7, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetMixLevelsOutput(this.handle, frontleft, frontright, center, lfe, surroundleft, surroundright, backleft, backright); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___frontleft0; float L_2 = ___frontright1; float L_3 = ___center2; float L_4 = ___lfe3; float L_5 = ___surroundleft4; float L_6 = ___surroundright5; float L_7 = ___backleft6; float L_8 = ___backright7; int32_t L_9; L_9 = ChannelGroup_FMOD5_ChannelGroup_SetMixLevelsOutput_m7DCF92B78DBBA38FD738982B349E879542D82376((intptr_t)L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setMixLevelsOutput_m94B66E89B157A878E12C616B818DBA2C4880935F_AdjustorThunk (RuntimeObject * __this, float ___frontleft0, float ___frontright1, float ___center2, float ___lfe3, float ___surroundleft4, float ___surroundright5, float ___backleft6, float ___backright7, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setMixLevelsOutput_m94B66E89B157A878E12C616B818DBA2C4880935F(_thisAdjusted, ___frontleft0, ___frontright1, ___center2, ___lfe3, ___surroundleft4, ___surroundright5, ___backleft6, ___backright7, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setMixLevelsInput(System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMixLevelsInput_mA2A22B27C8BCB03CB3FA974E686E734D13F2B915 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___levels0, int32_t ___numlevels1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetMixLevelsInput(this.handle, levels, numlevels); intptr_t L_0 = __this->get_handle_0(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = ___levels0; int32_t L_2 = ___numlevels1; int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_SetMixLevelsInput_mE3EC32780BA2F8FCD6EB0F0D5C6450E987B32EA2((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setMixLevelsInput_mA2A22B27C8BCB03CB3FA974E686E734D13F2B915_AdjustorThunk (RuntimeObject * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___levels0, int32_t ___numlevels1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setMixLevelsInput_mA2A22B27C8BCB03CB3FA974E686E734D13F2B915(_thisAdjusted, ___levels0, ___numlevels1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setMixMatrix(System.Single[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMixMatrix_mB08948D8749CC82893466B99BD02BB505A39E3AB (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t ___outchannels1, int32_t ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetMixMatrix(this.handle, matrix, outchannels, inchannels, inchannel_hop); intptr_t L_0 = __this->get_handle_0(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = ___matrix0; int32_t L_2 = ___outchannels1; int32_t L_3 = ___inchannels2; int32_t L_4 = ___inchannel_hop3; int32_t L_5; L_5 = ChannelGroup_FMOD5_ChannelGroup_SetMixMatrix_m9B839FF83ACEDFD7B89C084E1B8C29CA8FC100A1((intptr_t)L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setMixMatrix_mB08948D8749CC82893466B99BD02BB505A39E3AB_AdjustorThunk (RuntimeObject * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t ___outchannels1, int32_t ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setMixMatrix_mB08948D8749CC82893466B99BD02BB505A39E3AB(_thisAdjusted, ___matrix0, ___outchannels1, ___inchannels2, ___inchannel_hop3, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getMixMatrix(System.Single[],System.Int32&,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getMixMatrix_m7C9485E7137C1E39AFD6A22208911D3B5E0387D1 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t* ___outchannels1, int32_t* ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetMixMatrix(this.handle, matrix, out outchannels, out inchannels, inchannel_hop); intptr_t L_0 = __this->get_handle_0(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = ___matrix0; int32_t* L_2 = ___outchannels1; int32_t* L_3 = ___inchannels2; int32_t L_4 = ___inchannel_hop3; int32_t L_5; L_5 = ChannelGroup_FMOD5_ChannelGroup_GetMixMatrix_m8CBED1A4E94397EFAE125E74623BBE866EE57FD3((intptr_t)L_0, L_1, (int32_t*)L_2, (int32_t*)L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getMixMatrix_m7C9485E7137C1E39AFD6A22208911D3B5E0387D1_AdjustorThunk (RuntimeObject * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t* ___outchannels1, int32_t* ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getMixMatrix_m7C9485E7137C1E39AFD6A22208911D3B5E0387D1(_thisAdjusted, ___matrix0, ___outchannels1, ___inchannels2, ___inchannel_hop3, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getDSPClock(System.UInt64&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDSPClock_mC35657D6935C3385D05AC74DB6185B85E2801489 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint64_t* ___dspclock0, uint64_t* ___parentclock1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetDSPClock(this.handle, out dspclock, out parentclock); intptr_t L_0 = __this->get_handle_0(); uint64_t* L_1 = ___dspclock0; uint64_t* L_2 = ___parentclock1; int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_GetDSPClock_m4EC2BB439012CD40455A55C93D13CF35617F7941((intptr_t)L_0, (uint64_t*)L_1, (uint64_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getDSPClock_mC35657D6935C3385D05AC74DB6185B85E2801489_AdjustorThunk (RuntimeObject * __this, uint64_t* ___dspclock0, uint64_t* ___parentclock1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getDSPClock_mC35657D6935C3385D05AC74DB6185B85E2801489(_thisAdjusted, ___dspclock0, ___parentclock1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setDelay(System.UInt64,System.UInt64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setDelay_mB48AAF5621B83BDECF0D8A090DC7CBDD8CCB872F (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint64_t ___dspclock_start0, uint64_t ___dspclock_end1, bool ___stopchannels2, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetDelay(this.handle, dspclock_start, dspclock_end, stopchannels); intptr_t L_0 = __this->get_handle_0(); uint64_t L_1 = ___dspclock_start0; uint64_t L_2 = ___dspclock_end1; bool L_3 = ___stopchannels2; int32_t L_4; L_4 = ChannelGroup_FMOD5_ChannelGroup_SetDelay_m3DF883711F61E35C85939C9AF3015AB344330862((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setDelay_mB48AAF5621B83BDECF0D8A090DC7CBDD8CCB872F_AdjustorThunk (RuntimeObject * __this, uint64_t ___dspclock_start0, uint64_t ___dspclock_end1, bool ___stopchannels2, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setDelay_mB48AAF5621B83BDECF0D8A090DC7CBDD8CCB872F(_thisAdjusted, ___dspclock_start0, ___dspclock_end1, ___stopchannels2, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getDelay(System.UInt64&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDelay_m3D102215B481771F17A8A836A9487DBA4086F8BC (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint64_t* ___dspclock_start0, uint64_t* ___dspclock_end1, 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_ChannelGroup_GetDelay(this.handle, out dspclock_start, out dspclock_end, IntPtr.Zero); intptr_t L_0 = __this->get_handle_0(); uint64_t* L_1 = ___dspclock_start0; uint64_t* L_2 = ___dspclock_end1; int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_GetDelay_m0EC34EB74FAE3CCDB028A15E96627E228B1DF4B8((intptr_t)L_0, (uint64_t*)L_1, (uint64_t*)L_2, (intptr_t)(0), /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getDelay_m3D102215B481771F17A8A836A9487DBA4086F8BC_AdjustorThunk (RuntimeObject * __this, uint64_t* ___dspclock_start0, uint64_t* ___dspclock_end1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getDelay_m3D102215B481771F17A8A836A9487DBA4086F8BC(_thisAdjusted, ___dspclock_start0, ___dspclock_end1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getDelay(System.UInt64&,System.UInt64&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDelay_m7CDE933992241910F71634747C9411162C662F2F (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint64_t* ___dspclock_start0, uint64_t* ___dspclock_end1, bool* ___stopchannels2, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetDelay(this.handle, out dspclock_start, out dspclock_end, out stopchannels); intptr_t L_0 = __this->get_handle_0(); uint64_t* L_1 = ___dspclock_start0; uint64_t* L_2 = ___dspclock_end1; bool* L_3 = ___stopchannels2; int32_t L_4; L_4 = ChannelGroup_FMOD5_ChannelGroup_GetDelay_mAAC783A691E6C3B1BD41EB357B614681918A6560((intptr_t)L_0, (uint64_t*)L_1, (uint64_t*)L_2, (bool*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getDelay_m7CDE933992241910F71634747C9411162C662F2F_AdjustorThunk (RuntimeObject * __this, uint64_t* ___dspclock_start0, uint64_t* ___dspclock_end1, bool* ___stopchannels2, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getDelay_m7CDE933992241910F71634747C9411162C662F2F(_thisAdjusted, ___dspclock_start0, ___dspclock_end1, ___stopchannels2, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::addFadePoint(System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addFadePoint_m8ECED7E1C2F82754A2CBBE5300AF6AA2D426C957 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint64_t ___dspclock0, float ___volume1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_AddFadePoint(this.handle, dspclock, volume); intptr_t L_0 = __this->get_handle_0(); uint64_t L_1 = ___dspclock0; float L_2 = ___volume1; int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_AddFadePoint_mC4A94CFF4723C5BA605AB5EE59BB36FF889C7A59((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_addFadePoint_m8ECED7E1C2F82754A2CBBE5300AF6AA2D426C957_AdjustorThunk (RuntimeObject * __this, uint64_t ___dspclock0, float ___volume1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_addFadePoint_m8ECED7E1C2F82754A2CBBE5300AF6AA2D426C957(_thisAdjusted, ___dspclock0, ___volume1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setFadePointRamp(System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setFadePointRamp_mD7B1CAA89B2014BA7504DD647AFD1A894D0D14D3 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint64_t ___dspclock0, float ___volume1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetFadePointRamp(this.handle, dspclock, volume); intptr_t L_0 = __this->get_handle_0(); uint64_t L_1 = ___dspclock0; float L_2 = ___volume1; int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_SetFadePointRamp_m2C26193FD3A9C42462BCA5186B102C64CDC784FC((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setFadePointRamp_mD7B1CAA89B2014BA7504DD647AFD1A894D0D14D3_AdjustorThunk (RuntimeObject * __this, uint64_t ___dspclock0, float ___volume1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setFadePointRamp_mD7B1CAA89B2014BA7504DD647AFD1A894D0D14D3(_thisAdjusted, ___dspclock0, ___volume1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::removeFadePoints(System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_removeFadePoints_m5851B5B80DF18ACCAA47C068C044B0D3F8874456 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint64_t ___dspclock_start0, uint64_t ___dspclock_end1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_RemoveFadePoints(this.handle, dspclock_start, dspclock_end); intptr_t L_0 = __this->get_handle_0(); uint64_t L_1 = ___dspclock_start0; uint64_t L_2 = ___dspclock_end1; int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_RemoveFadePoints_m784442D78AF84AF3ADEE9634C95464ED93BA84A7((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_removeFadePoints_m5851B5B80DF18ACCAA47C068C044B0D3F8874456_AdjustorThunk (RuntimeObject * __this, uint64_t ___dspclock_start0, uint64_t ___dspclock_end1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_removeFadePoints_m5851B5B80DF18ACCAA47C068C044B0D3F8874456(_thisAdjusted, ___dspclock_start0, ___dspclock_end1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getFadePoints(System.UInt32&,System.UInt64[],System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getFadePoints_mB77E9490AAC63D61F33BAFED8356968CC78E44FF (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, uint32_t* ___numpoints0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___point_dspclock1, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___point_volume2, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetFadePoints(this.handle, ref numpoints, point_dspclock, point_volume); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___numpoints0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ___point_dspclock1; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = ___point_volume2; int32_t L_4; L_4 = ChannelGroup_FMOD5_ChannelGroup_GetFadePoints_m37C948ED59A3786717D5F634F2F20FB240CB873B((intptr_t)L_0, (uint32_t*)L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getFadePoints_mB77E9490AAC63D61F33BAFED8356968CC78E44FF_AdjustorThunk (RuntimeObject * __this, uint32_t* ___numpoints0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___point_dspclock1, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___point_volume2, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getFadePoints_mB77E9490AAC63D61F33BAFED8356968CC78E44FF(_thisAdjusted, ___numpoints0, ___point_dspclock1, ___point_volume2, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getDSP(System.Int32,FMOD.DSP&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDSP_m22620EE3691896CD4D2FADC3CF1FACD3D83C5E2B (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetDSP(this.handle, index, out dsp.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * L_2 = ___dsp1; intptr_t* L_3 = L_2->get_address_of_handle_0(); int32_t L_4; L_4 = ChannelGroup_FMOD5_ChannelGroup_GetDSP_m05FB461E07FDFFF684405E77942FA12E3ABB53B2((intptr_t)L_0, L_1, (intptr_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getDSP_m22620EE3691896CD4D2FADC3CF1FACD3D83C5E2B_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___dsp1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getDSP_m22620EE3691896CD4D2FADC3CF1FACD3D83C5E2B(_thisAdjusted, ___index0, ___dsp1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::addDSP(System.Int32,FMOD.DSP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addDSP_m6BE5AF1E07E37F5A2E5634AA4C751DBC963AC907 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_AddDSP(this.handle, index, dsp.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 L_2 = ___dsp1; intptr_t L_3 = L_2.get_handle_0(); int32_t L_4; L_4 = ChannelGroup_FMOD5_ChannelGroup_AddDSP_m744B0CE2E67D553486C66CBDBBFD773EF1962075((intptr_t)L_0, L_1, (intptr_t)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t ChannelGroup_addDSP_m6BE5AF1E07E37F5A2E5634AA4C751DBC963AC907_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_addDSP_m6BE5AF1E07E37F5A2E5634AA4C751DBC963AC907(_thisAdjusted, ___index0, ___dsp1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::removeDSP(FMOD.DSP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_removeDSP_m9FDCD5BB3639DABF104C40369E09A2AD0FA2E562 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_RemoveDSP(this.handle, dsp.handle); intptr_t L_0 = __this->get_handle_0(); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 L_1 = ___dsp0; intptr_t L_2 = L_1.get_handle_0(); int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_RemoveDSP_m48087E08CB2847585C5FE183473C37468D80068E((intptr_t)L_0, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_removeDSP_m9FDCD5BB3639DABF104C40369E09A2AD0FA2E562_AdjustorThunk (RuntimeObject * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_removeDSP_m9FDCD5BB3639DABF104C40369E09A2AD0FA2E562(_thisAdjusted, ___dsp0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getNumDSPs(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getNumDSPs_m47DB36935346F821AB8A1BEF42341EB466A90DA7 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, int32_t* ___numdsps0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetNumDSPs(this.handle, out numdsps); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numdsps0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_GetNumDSPs_mE482B48BE6CBD16D73A1A7D7BFFB368D186D268F((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getNumDSPs_m47DB36935346F821AB8A1BEF42341EB466A90DA7_AdjustorThunk (RuntimeObject * __this, int32_t* ___numdsps0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getNumDSPs_m47DB36935346F821AB8A1BEF42341EB466A90DA7(_thisAdjusted, ___numdsps0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setDSPIndex(FMOD.DSP,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setDSPIndex_m256BEA67CD411FA6ED600EFCC9E41FC3B39C368C (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, int32_t ___index1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetDSPIndex(this.handle, dsp.handle, index); intptr_t L_0 = __this->get_handle_0(); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 L_1 = ___dsp0; intptr_t L_2 = L_1.get_handle_0(); int32_t L_3 = ___index1; int32_t L_4; L_4 = ChannelGroup_FMOD5_ChannelGroup_SetDSPIndex_m2B6EE41BADD9586471828846AA0F62C9A0787CFA((intptr_t)L_0, (intptr_t)L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setDSPIndex_m256BEA67CD411FA6ED600EFCC9E41FC3B39C368C_AdjustorThunk (RuntimeObject * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, int32_t ___index1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setDSPIndex_m256BEA67CD411FA6ED600EFCC9E41FC3B39C368C(_thisAdjusted, ___dsp0, ___index1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getDSPIndex(FMOD.DSP,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDSPIndex_m6742552EC762E4A0F55AA15E30F9AB1E1D20D812 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, int32_t* ___index1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetDSPIndex(this.handle, dsp.handle, out index); intptr_t L_0 = __this->get_handle_0(); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 L_1 = ___dsp0; intptr_t L_2 = L_1.get_handle_0(); int32_t* L_3 = ___index1; int32_t L_4; L_4 = ChannelGroup_FMOD5_ChannelGroup_GetDSPIndex_m65D55E0EDFB7223961A9C4B75E93B051C52AC101((intptr_t)L_0, (intptr_t)L_2, (int32_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getDSPIndex_m6742552EC762E4A0F55AA15E30F9AB1E1D20D812_AdjustorThunk (RuntimeObject * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___dsp0, int32_t* ___index1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getDSPIndex_m6742552EC762E4A0F55AA15E30F9AB1E1D20D812(_thisAdjusted, ___dsp0, ___index1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::set3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DAttributes_mA0BBE1D70BE6DB2ABE01D12867B71596097BA18B (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Set3DAttributes(this.handle, ref pos, ref vel); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___pos0; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_2 = ___vel1; int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_Set3DAttributes_mAE3D7A26A3B560F9CF010D5BF3789DE88D1190D7((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_set3DAttributes_mA0BBE1D70BE6DB2ABE01D12867B71596097BA18B_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_set3DAttributes_mA0BBE1D70BE6DB2ABE01D12867B71596097BA18B(_thisAdjusted, ___pos0, ___vel1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::get3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DAttributes_mC5BB74E2052A3A4EB5071D21136AA7A21F6D50C6 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Get3DAttributes(this.handle, out pos, out vel); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___pos0; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_2 = ___vel1; int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_Get3DAttributes_m4D270F606AC027D2D3D0D8CEA4C66AC360092443((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_get3DAttributes_mC5BB74E2052A3A4EB5071D21136AA7A21F6D50C6_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_get3DAttributes_mC5BB74E2052A3A4EB5071D21136AA7A21F6D50C6(_thisAdjusted, ___pos0, ___vel1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::set3DMinMaxDistance(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DMinMaxDistance_m2D449CED479A36FBE06334B7D65361DB3264D9ED (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___mindistance0, float ___maxdistance1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Set3DMinMaxDistance(this.handle, mindistance, maxdistance); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___mindistance0; float L_2 = ___maxdistance1; int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_Set3DMinMaxDistance_m71702136BEBACAC933D66293A3B7FC26FE06D7A3((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_set3DMinMaxDistance_m2D449CED479A36FBE06334B7D65361DB3264D9ED_AdjustorThunk (RuntimeObject * __this, float ___mindistance0, float ___maxdistance1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_set3DMinMaxDistance_m2D449CED479A36FBE06334B7D65361DB3264D9ED(_thisAdjusted, ___mindistance0, ___maxdistance1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::get3DMinMaxDistance(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DMinMaxDistance_m8325625064C46E6BA63C8FE313FFECA6A9F32657 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___mindistance0, float* ___maxdistance1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Get3DMinMaxDistance(this.handle, out mindistance, out maxdistance); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___mindistance0; float* L_2 = ___maxdistance1; int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_Get3DMinMaxDistance_m4942BB8548725862AAD6D2E076DE10C4E0F2F330((intptr_t)L_0, (float*)L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_get3DMinMaxDistance_m8325625064C46E6BA63C8FE313FFECA6A9F32657_AdjustorThunk (RuntimeObject * __this, float* ___mindistance0, float* ___maxdistance1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_get3DMinMaxDistance_m8325625064C46E6BA63C8FE313FFECA6A9F32657(_thisAdjusted, ___mindistance0, ___maxdistance1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::set3DConeSettings(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DConeSettings_m502D1BE4D09A723A50509A02177D4BBEAA8A1FFA (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___insideconeangle0, float ___outsideconeangle1, float ___outsidevolume2, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_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 = ChannelGroup_FMOD5_ChannelGroup_Set3DConeSettings_m2289152EC263342E1141976025F386224B31E181((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t ChannelGroup_set3DConeSettings_m502D1BE4D09A723A50509A02177D4BBEAA8A1FFA_AdjustorThunk (RuntimeObject * __this, float ___insideconeangle0, float ___outsideconeangle1, float ___outsidevolume2, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_set3DConeSettings_m502D1BE4D09A723A50509A02177D4BBEAA8A1FFA(_thisAdjusted, ___insideconeangle0, ___outsideconeangle1, ___outsidevolume2, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::get3DConeSettings(System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DConeSettings_mD3244C4E04355803861F42C45ED3E91EDA68E0CC (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___insideconeangle0, float* ___outsideconeangle1, float* ___outsidevolume2, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_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 = ChannelGroup_FMOD5_ChannelGroup_Get3DConeSettings_mADDD2662396FB0BDF8062FEC54AC4751C709E18D((intptr_t)L_0, (float*)L_1, (float*)L_2, (float*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t ChannelGroup_get3DConeSettings_mD3244C4E04355803861F42C45ED3E91EDA68E0CC_AdjustorThunk (RuntimeObject * __this, float* ___insideconeangle0, float* ___outsideconeangle1, float* ___outsidevolume2, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_get3DConeSettings_mD3244C4E04355803861F42C45ED3E91EDA68E0CC(_thisAdjusted, ___insideconeangle0, ___outsideconeangle1, ___outsidevolume2, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::set3DConeOrientation(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DConeOrientation_mA07BFC758432F962B8D16A6A1B90CF92DE735E69 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Set3DConeOrientation(this.handle, ref orientation); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___orientation0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_Set3DConeOrientation_m1C61147E94DBCA4B897BEC1E027E913D0ABFEF71((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_set3DConeOrientation_mA07BFC758432F962B8D16A6A1B90CF92DE735E69_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_set3DConeOrientation_mA07BFC758432F962B8D16A6A1B90CF92DE735E69(_thisAdjusted, ___orientation0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::get3DConeOrientation(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DConeOrientation_m7F78D7AC7E4CEFDAE2B7A143D11CB77EBC515046 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Get3DConeOrientation(this.handle, out orientation); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___orientation0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_Get3DConeOrientation_m9A991CBF48D3592788D6238C17B898C327D12558((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_get3DConeOrientation_m7F78D7AC7E4CEFDAE2B7A143D11CB77EBC515046_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_get3DConeOrientation_m7F78D7AC7E4CEFDAE2B7A143D11CB77EBC515046(_thisAdjusted, ___orientation0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::set3DCustomRolloff(FMOD.VECTOR&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DCustomRolloff_m3C4EDA7BE2F68E9310E9A4244ACF2229B1D00DB1 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___points0, int32_t ___numpoints1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_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 = ChannelGroup_FMOD5_ChannelGroup_Set3DCustomRolloff_mDC9473D9F8DBFB782BDAE2C94753418C5800E9E0((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_set3DCustomRolloff_m3C4EDA7BE2F68E9310E9A4244ACF2229B1D00DB1_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___points0, int32_t ___numpoints1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_set3DCustomRolloff_m3C4EDA7BE2F68E9310E9A4244ACF2229B1D00DB1(_thisAdjusted, ___points0, ___numpoints1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::get3DCustomRolloff(System.IntPtr&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DCustomRolloff_mB88C5629B9D461B7096F061B773FAD5D2DAC926D (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, intptr_t* ___points0, int32_t* ___numpoints1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_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 = ChannelGroup_FMOD5_ChannelGroup_Get3DCustomRolloff_m11CFE34F4990C592AE10E72D698026AF81F90EE2((intptr_t)L_0, (intptr_t*)L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_get3DCustomRolloff_mB88C5629B9D461B7096F061B773FAD5D2DAC926D_AdjustorThunk (RuntimeObject * __this, intptr_t* ___points0, int32_t* ___numpoints1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_get3DCustomRolloff_mB88C5629B9D461B7096F061B773FAD5D2DAC926D(_thisAdjusted, ___points0, ___numpoints1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::set3DOcclusion(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DOcclusion_mF324BE5B0309E88F02B55670071A3688DC8BDFEB (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___directocclusion0, float ___reverbocclusion1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Set3DOcclusion(this.handle, directocclusion, reverbocclusion); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___directocclusion0; float L_2 = ___reverbocclusion1; int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_Set3DOcclusion_mD21585858B7FBA61BF1D17C9AABA5C6AB850398B((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_set3DOcclusion_mF324BE5B0309E88F02B55670071A3688DC8BDFEB_AdjustorThunk (RuntimeObject * __this, float ___directocclusion0, float ___reverbocclusion1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_set3DOcclusion_mF324BE5B0309E88F02B55670071A3688DC8BDFEB(_thisAdjusted, ___directocclusion0, ___reverbocclusion1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::get3DOcclusion(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DOcclusion_m635997061C248CC987E2D811628E2A637D90264C (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___directocclusion0, float* ___reverbocclusion1, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Get3DOcclusion(this.handle, out directocclusion, out reverbocclusion); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___directocclusion0; float* L_2 = ___reverbocclusion1; int32_t L_3; L_3 = ChannelGroup_FMOD5_ChannelGroup_Get3DOcclusion_m9A676497F844A80487E843EA27B42FEE5A586CBB((intptr_t)L_0, (float*)L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t ChannelGroup_get3DOcclusion_m635997061C248CC987E2D811628E2A637D90264C_AdjustorThunk (RuntimeObject * __this, float* ___directocclusion0, float* ___reverbocclusion1, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_get3DOcclusion_m635997061C248CC987E2D811628E2A637D90264C(_thisAdjusted, ___directocclusion0, ___reverbocclusion1, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::set3DSpread(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DSpread_m524EF4FE7783ABD8C784B425C11CA121ED2123B1 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___angle0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Set3DSpread(this.handle, angle); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___angle0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_Set3DSpread_m3E7249511C779367567DD9A79BDEB9F4BC601BE0((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_set3DSpread_m524EF4FE7783ABD8C784B425C11CA121ED2123B1_AdjustorThunk (RuntimeObject * __this, float ___angle0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_set3DSpread_m524EF4FE7783ABD8C784B425C11CA121ED2123B1(_thisAdjusted, ___angle0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::get3DSpread(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DSpread_mAD1ACDDDB9099AECA9673D1D5533B55BF06CAE28 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___angle0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Get3DSpread(this.handle, out angle); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___angle0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_Get3DSpread_m8FC6D3E7C44F12DB41159E2F43EEE648A0892950((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_get3DSpread_mAD1ACDDDB9099AECA9673D1D5533B55BF06CAE28_AdjustorThunk (RuntimeObject * __this, float* ___angle0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_get3DSpread_mAD1ACDDDB9099AECA9673D1D5533B55BF06CAE28(_thisAdjusted, ___angle0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::set3DLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DLevel_mD12DA75E3497F73BA7401A7221E3AFB228B12441 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___level0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Set3DLevel(this.handle, level); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___level0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_Set3DLevel_m653044EB4361C62FF6B34E70246D954A0433BB46((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_set3DLevel_mD12DA75E3497F73BA7401A7221E3AFB228B12441_AdjustorThunk (RuntimeObject * __this, float ___level0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_set3DLevel_mD12DA75E3497F73BA7401A7221E3AFB228B12441(_thisAdjusted, ___level0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::get3DLevel(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DLevel_m6C9C6D002A18CDD97FDB6336CCC80B23E448093A (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___level0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Get3DLevel(this.handle, out level); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___level0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_Get3DLevel_m6EA271350A8A539F3CA2F2F7F94CE7C1ACF7EA23((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_get3DLevel_m6C9C6D002A18CDD97FDB6336CCC80B23E448093A_AdjustorThunk (RuntimeObject * __this, float* ___level0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_get3DLevel_m6C9C6D002A18CDD97FDB6336CCC80B23E448093A(_thisAdjusted, ___level0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::set3DDopplerLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DDopplerLevel_m3D87C50A7383C48D23D55266997EFE5C60DF6746 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float ___level0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Set3DDopplerLevel(this.handle, level); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___level0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_Set3DDopplerLevel_mA7E7B67EC9F06726BBA403E1CE917999C5AF0EE5((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_set3DDopplerLevel_m3D87C50A7383C48D23D55266997EFE5C60DF6746_AdjustorThunk (RuntimeObject * __this, float ___level0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_set3DDopplerLevel_m3D87C50A7383C48D23D55266997EFE5C60DF6746(_thisAdjusted, ___level0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::get3DDopplerLevel(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DDopplerLevel_m355B517BBECB65EBB386C722AEC6389DC03F788C (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, float* ___level0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Get3DDopplerLevel(this.handle, out level); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___level0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_Get3DDopplerLevel_m51CAF231A8F21E84C8811A02326BF5F95E979452((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_get3DDopplerLevel_m355B517BBECB65EBB386C722AEC6389DC03F788C_AdjustorThunk (RuntimeObject * __this, float* ___level0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_get3DDopplerLevel_m355B517BBECB65EBB386C722AEC6389DC03F788C(_thisAdjusted, ___level0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::set3DDistanceFilter(System.Boolean,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DDistanceFilter_m7DD6FC559AC83DC2D15233EA50F1FA5B71F7F212 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool ___custom0, float ___customLevel1, float ___centerFreq2, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Set3DDistanceFilter(this.handle, custom, customLevel, centerFreq); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___custom0; float L_2 = ___customLevel1; float L_3 = ___centerFreq2; int32_t L_4; L_4 = ChannelGroup_FMOD5_ChannelGroup_Set3DDistanceFilter_m142B9C5B572A517DF72DCA2D73F657670D04850F((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t ChannelGroup_set3DDistanceFilter_m7DD6FC559AC83DC2D15233EA50F1FA5B71F7F212_AdjustorThunk (RuntimeObject * __this, bool ___custom0, float ___customLevel1, float ___centerFreq2, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_set3DDistanceFilter_m7DD6FC559AC83DC2D15233EA50F1FA5B71F7F212(_thisAdjusted, ___custom0, ___customLevel1, ___centerFreq2, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::get3DDistanceFilter(System.Boolean&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DDistanceFilter_m97B172EF25B7776F30C735D2454FBEBF9BB8D1D2 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, bool* ___custom0, float* ___customLevel1, float* ___centerFreq2, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_Get3DDistanceFilter(this.handle, out custom, out customLevel, out centerFreq); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___custom0; float* L_2 = ___customLevel1; float* L_3 = ___centerFreq2; int32_t L_4; L_4 = ChannelGroup_FMOD5_ChannelGroup_Get3DDistanceFilter_mE7F37BFD9CB86FA2B663BBAAA354C21A7950AF5D((intptr_t)L_0, (bool*)L_1, (float*)L_2, (float*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t ChannelGroup_get3DDistanceFilter_m97B172EF25B7776F30C735D2454FBEBF9BB8D1D2_AdjustorThunk (RuntimeObject * __this, bool* ___custom0, float* ___customLevel1, float* ___centerFreq2, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_get3DDistanceFilter_m97B172EF25B7776F30C735D2454FBEBF9BB8D1D2(_thisAdjusted, ___custom0, ___customLevel1, ___centerFreq2, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setUserData_mE60C484B1C52AB8B684672681F4280005B6B5BEF (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, intptr_t ___userdata0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_SetUserData(this.handle, userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___userdata0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_SetUserData_m89006BE929C4059C4A43EA94B506D2AA3E703F9A((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_setUserData_mE60C484B1C52AB8B684672681F4280005B6B5BEF_AdjustorThunk (RuntimeObject * __this, intptr_t ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_setUserData_mE60C484B1C52AB8B684672681F4280005B6B5BEF(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getUserData_m5DC0849B3AA4B05F25079A188504464F4C3613A6 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { { // return FMOD5_ChannelGroup_GetUserData(this.handle, out userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___userdata0; int32_t L_2; L_2 = ChannelGroup_FMOD5_ChannelGroup_GetUserData_mC10EF876ED807A90C192919EE96295BEB3B0A91E((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t ChannelGroup_getUserData_m5DC0849B3AA4B05F25079A188504464F4C3613A6_AdjustorThunk (RuntimeObject * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ChannelGroup_getUserData_m5DC0849B3AA4B05F25079A188504464F4C3613A6(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Release_m74B0C95D9A0A974071A5A8DD0F67DD1E39BEBDDE (intptr_t ___channelgroup0, 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_ChannelGroup_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_ChannelGroup_Release)(___channelgroup0); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddGroup(System.IntPtr,System.IntPtr,System.Boolean,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddGroup_mB23762EB1222AE6AD08646274B7C3F5E030151F8 (intptr_t ___channelgroup0, intptr_t ___group1, bool ___propagatedspclock2, intptr_t ___zero3, 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) + 4 + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_AddGroup", 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_ChannelGroup_AddGroup)(___channelgroup0, ___group1, static_cast(___propagatedspclock2), ___zero3); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___group1, static_cast(___propagatedspclock2), ___zero3); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddGroup(System.IntPtr,System.IntPtr,System.Boolean,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddGroup_m0D4183A3FA5BAF76F7303E061EC58DF33D6AB861 (intptr_t ___channelgroup0, intptr_t ___group1, bool ___propagatedspclock2, intptr_t* ___connection3, 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) + 4 + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_AddGroup", 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_ChannelGroup_AddGroup)(___channelgroup0, ___group1, static_cast(___propagatedspclock2), ___connection3); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___group1, static_cast(___propagatedspclock2), ___connection3); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetNumGroups(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetNumGroups_mA97F83A824A9D448320BE7A117E98DAF619100F4 (intptr_t ___channelgroup0, int32_t* ___numgroups1, 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_ChannelGroup_GetNumGroups", 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_ChannelGroup_GetNumGroups)(___channelgroup0, ___numgroups1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___numgroups1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetGroup(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetGroup_m0176ED9A4FBFE027A29040EC3299858CE49BDD6F (intptr_t ___channelgroup0, int32_t ___index1, intptr_t* ___group2, 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_ChannelGroup_GetGroup", 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_ChannelGroup_GetGroup)(___channelgroup0, ___index1, ___group2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___index1, ___group2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetParentGroup(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetParentGroup_m9F682D465FCEA1533BFBA2054FC5C9FDA6E4F1AF (intptr_t ___channelgroup0, intptr_t* ___group1, 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_ChannelGroup_GetParentGroup", 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_ChannelGroup_GetParentGroup)(___channelgroup0, ___group1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___group1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetName(System.IntPtr,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetName_m654D213DC3FAB6F9C7FE873BADF3AEB88EE5C7DC (intptr_t ___channelgroup0, 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_ChannelGroup_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_ChannelGroup_GetName)(___channelgroup0, ___name1, ___namelen2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___name1, ___namelen2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetNumChannels(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetNumChannels_mB8445AFF3F37B065672966CA5341CCCA98B55942 (intptr_t ___channelgroup0, 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_ChannelGroup_GetNumChannels", 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_ChannelGroup_GetNumChannels)(___channelgroup0, ___numchannels1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___numchannels1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetChannel(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetChannel_m472A24B2A53E2E99EC14D6153F9DDFCA1B0DEC4B (intptr_t ___channelgroup0, int32_t ___index1, 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_ChannelGroup_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_ChannelGroup_GetChannel)(___channelgroup0, ___index1, ___channel2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___index1, ___channel2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetSystemObject(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetSystemObject_m7AC6FF27A892C8D9A0FB25DADAEB842EECCBEBCD (intptr_t ___channelgroup0, 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_ChannelGroup_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_ChannelGroup_GetSystemObject)(___channelgroup0, ___system1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___system1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Stop(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Stop_mAA4BD7B5E043F266419AF3F2F51ECA77A8EC03D9 (intptr_t ___channelgroup0, 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_ChannelGroup_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_ChannelGroup_Stop)(___channelgroup0); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetPaused(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetPaused_m942B8CA94D535B42394319AAB89DCFCCF177B9BF (intptr_t ___channelgroup0, bool ___paused1, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_SetPaused", 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_ChannelGroup_SetPaused)(___channelgroup0, static_cast(___paused1)); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, static_cast(___paused1)); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetPaused(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetPaused_m3E42B525B88B67E449DDE793A8DD08AB437F4DBA (intptr_t ___channelgroup0, bool* ___paused1, 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_ChannelGroup_GetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___paused1' to native representation int32_t ____paused1_empty = 0; int32_t* ____paused1_marshaled = &____paused1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_ChannelGroup_GetPaused)(___channelgroup0, ____paused1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ____paused1_marshaled); #endif // Marshaling of parameter '___paused1' back from native representation bool _____paused1_marshaled_unmarshaled_dereferenced = false; _____paused1_marshaled_unmarshaled_dereferenced = static_cast(*____paused1_marshaled); *___paused1 = _____paused1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetVolume(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetVolume_m9C61B7EB672550D00A03A6917E9017F6B7F97FC0 (intptr_t ___channelgroup0, 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_ChannelGroup_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_ChannelGroup_SetVolume)(___channelgroup0, ___volume1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___volume1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetVolume(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetVolume_mFC609AA294E638D3C23BE7E7EB6F8DA2876E2A96 (intptr_t ___channelgroup0, 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_ChannelGroup_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_ChannelGroup_GetVolume)(___channelgroup0, ___volume1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___volume1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetVolumeRamp(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetVolumeRamp_m286F5C0290B339491C68C1C87F134CC8E39A7AA0 (intptr_t ___channelgroup0, bool ___ramp1, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_SetVolumeRamp", 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_ChannelGroup_SetVolumeRamp)(___channelgroup0, static_cast(___ramp1)); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, static_cast(___ramp1)); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetVolumeRamp(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetVolumeRamp_mCE5E4ECD684663E68341CBB2D88EDCD89D7686B2 (intptr_t ___channelgroup0, bool* ___ramp1, 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_ChannelGroup_GetVolumeRamp", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___ramp1' to native representation int32_t ____ramp1_empty = 0; int32_t* ____ramp1_marshaled = &____ramp1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_ChannelGroup_GetVolumeRamp)(___channelgroup0, ____ramp1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ____ramp1_marshaled); #endif // Marshaling of parameter '___ramp1' back from native representation bool _____ramp1_marshaled_unmarshaled_dereferenced = false; _____ramp1_marshaled_unmarshaled_dereferenced = static_cast(*____ramp1_marshaled); *___ramp1 = _____ramp1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetAudibility(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetAudibility_m877AE8D6439BE299FC2B9EC6F59E19B9019F8D26 (intptr_t ___channelgroup0, float* ___audibility1, 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_ChannelGroup_GetAudibility", 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_ChannelGroup_GetAudibility)(___channelgroup0, ___audibility1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___audibility1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetPitch(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetPitch_mB8CC1AEA1C3D4086DC0DE737FB465AFC1E934ABD (intptr_t ___channelgroup0, float ___pitch1, 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_ChannelGroup_SetPitch", 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_ChannelGroup_SetPitch)(___channelgroup0, ___pitch1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___pitch1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetPitch(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetPitch_m725D8E4F533AECA3E0405F30E0869A7FE325DC53 (intptr_t ___channelgroup0, float* ___pitch1, 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_ChannelGroup_GetPitch", 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_ChannelGroup_GetPitch)(___channelgroup0, ___pitch1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___pitch1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMute(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMute_mB0F767959A5F1AE689A217B58F53C48EDAED3D74 (intptr_t ___channelgroup0, bool ___mute1, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_SetMute", 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_ChannelGroup_SetMute)(___channelgroup0, static_cast(___mute1)); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, static_cast(___mute1)); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetMute(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetMute_m64851C6641D7D3DF37BC30A68E2CCF65559D4C57 (intptr_t ___channelgroup0, bool* ___mute1, 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_ChannelGroup_GetMute", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___mute1' to native representation int32_t ____mute1_empty = 0; int32_t* ____mute1_marshaled = &____mute1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_ChannelGroup_GetMute)(___channelgroup0, ____mute1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ____mute1_marshaled); #endif // Marshaling of parameter '___mute1' back from native representation bool _____mute1_marshaled_unmarshaled_dereferenced = false; _____mute1_marshaled_unmarshaled_dereferenced = static_cast(*____mute1_marshaled); *___mute1 = _____mute1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetReverbProperties(System.IntPtr,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetReverbProperties_mA0F962E33346D9684C9C9211E15FC039A7198EBA (intptr_t ___channelgroup0, int32_t ___instance1, float ___wet2, 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_ChannelGroup_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_ChannelGroup_SetReverbProperties)(___channelgroup0, ___instance1, ___wet2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___instance1, ___wet2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetReverbProperties(System.IntPtr,System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetReverbProperties_m67E2FD0096770C5213CD8ABC7452C62D04A78DE2 (intptr_t ___channelgroup0, int32_t ___instance1, float* ___wet2, 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_ChannelGroup_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_ChannelGroup_GetReverbProperties)(___channelgroup0, ___instance1, ___wet2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___instance1, ___wet2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetLowPassGain(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetLowPassGain_m6A48A16E86D366261492B1AFE291958258C6EE5A (intptr_t ___channelgroup0, float ___gain1, 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_ChannelGroup_SetLowPassGain", 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_ChannelGroup_SetLowPassGain)(___channelgroup0, ___gain1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___gain1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetLowPassGain(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetLowPassGain_mC7E3DD4D3757B607FA41751D0A3A46623DFBF39E (intptr_t ___channelgroup0, float* ___gain1, 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_ChannelGroup_GetLowPassGain", 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_ChannelGroup_GetLowPassGain)(___channelgroup0, ___gain1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___gain1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMode(System.IntPtr,FMOD.MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMode_mC4CB4E31B64A0AEDC6AB7C223FB2D0709D3A2D8D (intptr_t ___channelgroup0, 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_ChannelGroup_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_ChannelGroup_SetMode)(___channelgroup0, ___mode1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___mode1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetMode(System.IntPtr,FMOD.MODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetMode_m792E2B86D734B4F582109DFC4C30A84BB37517D8 (intptr_t ___channelgroup0, 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_ChannelGroup_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_ChannelGroup_GetMode)(___channelgroup0, ___mode1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___mode1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetCallback(System.IntPtr,FMOD.CHANNELCONTROL_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetCallback_m45B07FF6DB021AFABB91E8458F52986ABDD21BF2 (intptr_t ___channelgroup0, CHANNELCONTROL_CALLBACK_tA14F9A1077D71EF11BF2CB1421ECE275DECE6D52 * ___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_ChannelGroup_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_ChannelGroup_SetCallback)(___channelgroup0, ____callback1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ____callback1_marshaled); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_IsPlaying(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_IsPlaying_m25BEE84D7DB2FD4643A90542190F37EB80296B65 (intptr_t ___channelgroup0, bool* ___isplaying1, 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_ChannelGroup_IsPlaying", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___isplaying1' to native representation int32_t ____isplaying1_empty = 0; int32_t* ____isplaying1_marshaled = &____isplaying1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_ChannelGroup_IsPlaying)(___channelgroup0, ____isplaying1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ____isplaying1_marshaled); #endif // Marshaling of parameter '___isplaying1' back from native representation bool _____isplaying1_marshaled_unmarshaled_dereferenced = false; _____isplaying1_marshaled_unmarshaled_dereferenced = static_cast(*____isplaying1_marshaled); *___isplaying1 = _____isplaying1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetPan(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetPan_m4E521145CBBE9D2131605AB450A05029CDB3F337 (intptr_t ___channelgroup0, float ___pan1, 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_ChannelGroup_SetPan", 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_ChannelGroup_SetPan)(___channelgroup0, ___pan1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___pan1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMixLevelsOutput(System.IntPtr,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMixLevelsOutput_m7DCF92B78DBBA38FD738982B349E879542D82376 (intptr_t ___channelgroup0, float ___frontleft1, float ___frontright2, float ___center3, float ___lfe4, float ___surroundleft5, float ___surroundright6, float ___backleft7, float ___backright8, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float, float, float, float, 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) + sizeof(float) + sizeof(float) + sizeof(float) + sizeof(float) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_SetMixLevelsOutput", 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_ChannelGroup_SetMixLevelsOutput)(___channelgroup0, ___frontleft1, ___frontright2, ___center3, ___lfe4, ___surroundleft5, ___surroundright6, ___backleft7, ___backright8); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___frontleft1, ___frontright2, ___center3, ___lfe4, ___surroundleft5, ___surroundright6, ___backleft7, ___backright8); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMixLevelsInput(System.IntPtr,System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMixLevelsInput_mE3EC32780BA2F8FCD6EB0F0D5C6450E987B32EA2 (intptr_t ___channelgroup0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___levels1, int32_t ___numlevels2, 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(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_SetMixLevelsInput", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___levels1' to native representation float* ____levels1_marshaled = NULL; if (___levels1 != NULL) { ____levels1_marshaled = reinterpret_cast((___levels1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_ChannelGroup_SetMixLevelsInput)(___channelgroup0, ____levels1_marshaled, ___numlevels2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ____levels1_marshaled, ___numlevels2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMixMatrix(System.IntPtr,System.Single[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMixMatrix_m9B839FF83ACEDFD7B89C084E1B8C29CA8FC100A1 (intptr_t ___channelgroup0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix1, int32_t ___outchannels2, int32_t ___inchannels3, int32_t ___inchannel_hop4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, 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(void*) + sizeof(int32_t) + sizeof(int32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_SetMixMatrix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___matrix1' to native representation float* ____matrix1_marshaled = NULL; if (___matrix1 != NULL) { ____matrix1_marshaled = reinterpret_cast((___matrix1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_ChannelGroup_SetMixMatrix)(___channelgroup0, ____matrix1_marshaled, ___outchannels2, ___inchannels3, ___inchannel_hop4); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ____matrix1_marshaled, ___outchannels2, ___inchannels3, ___inchannel_hop4); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetMixMatrix(System.IntPtr,System.Single[],System.Int32&,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetMixMatrix_m8CBED1A4E94397EFAE125E74623BBE866EE57FD3 (intptr_t ___channelgroup0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix1, int32_t* ___outchannels2, int32_t* ___inchannels3, int32_t ___inchannel_hop4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, 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(void*) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_GetMixMatrix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___matrix1' to native representation float* ____matrix1_marshaled = NULL; if (___matrix1 != NULL) { ____matrix1_marshaled = reinterpret_cast((___matrix1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_ChannelGroup_GetMixMatrix)(___channelgroup0, ____matrix1_marshaled, ___outchannels2, ___inchannels3, ___inchannel_hop4); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ____matrix1_marshaled, ___outchannels2, ___inchannels3, ___inchannel_hop4); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDSPClock(System.IntPtr,System.UInt64&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDSPClock_m4EC2BB439012CD40455A55C93D13CF35617F7941 (intptr_t ___channelgroup0, uint64_t* ___dspclock1, uint64_t* ___parentclock2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t*, uint64_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t*) + sizeof(uint64_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_GetDSPClock", 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_ChannelGroup_GetDSPClock)(___channelgroup0, ___dspclock1, ___parentclock2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___dspclock1, ___parentclock2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetDelay(System.IntPtr,System.UInt64,System.UInt64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetDelay_m3DF883711F61E35C85939C9AF3015AB344330862 (intptr_t ___channelgroup0, uint64_t ___dspclock_start1, uint64_t ___dspclock_end2, bool ___stopchannels3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, uint64_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(uint64_t) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_SetDelay", 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_ChannelGroup_SetDelay)(___channelgroup0, ___dspclock_start1, ___dspclock_end2, static_cast(___stopchannels3)); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___dspclock_start1, ___dspclock_end2, static_cast(___stopchannels3)); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDelay_m0EC34EB74FAE3CCDB028A15E96627E228B1DF4B8 (intptr_t ___channelgroup0, uint64_t* ___dspclock_start1, uint64_t* ___dspclock_end2, intptr_t ___zero3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t*, uint64_t*, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t*) + sizeof(uint64_t*) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_GetDelay", 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_ChannelGroup_GetDelay)(___channelgroup0, ___dspclock_start1, ___dspclock_end2, ___zero3); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___dspclock_start1, ___dspclock_end2, ___zero3); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDelay_mAAC783A691E6C3B1BD41EB357B614681918A6560 (intptr_t ___channelgroup0, uint64_t* ___dspclock_start1, uint64_t* ___dspclock_end2, bool* ___stopchannels3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t*, uint64_t*, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t*) + sizeof(uint64_t*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_GetDelay", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___stopchannels3' to native representation int32_t ____stopchannels3_empty = 0; int32_t* ____stopchannels3_marshaled = &____stopchannels3_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_ChannelGroup_GetDelay)(___channelgroup0, ___dspclock_start1, ___dspclock_end2, ____stopchannels3_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___dspclock_start1, ___dspclock_end2, ____stopchannels3_marshaled); #endif // Marshaling of parameter '___stopchannels3' back from native representation bool _____stopchannels3_marshaled_unmarshaled_dereferenced = false; _____stopchannels3_marshaled_unmarshaled_dereferenced = static_cast(*____stopchannels3_marshaled); *___stopchannels3 = _____stopchannels3_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddFadePoint(System.IntPtr,System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddFadePoint_mC4A94CFF4723C5BA605AB5EE59BB36FF889C7A59 (intptr_t ___channelgroup0, uint64_t ___dspclock1, float ___volume2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_AddFadePoint", 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_ChannelGroup_AddFadePoint)(___channelgroup0, ___dspclock1, ___volume2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___dspclock1, ___volume2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetFadePointRamp(System.IntPtr,System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetFadePointRamp_m2C26193FD3A9C42462BCA5186B102C64CDC784FC (intptr_t ___channelgroup0, uint64_t ___dspclock1, float ___volume2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_SetFadePointRamp", 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_ChannelGroup_SetFadePointRamp)(___channelgroup0, ___dspclock1, ___volume2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___dspclock1, ___volume2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_RemoveFadePoints(System.IntPtr,System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_RemoveFadePoints_m784442D78AF84AF3ADEE9634C95464ED93BA84A7 (intptr_t ___channelgroup0, uint64_t ___dspclock_start1, uint64_t ___dspclock_end2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, uint64_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(uint64_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_RemoveFadePoints", 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_ChannelGroup_RemoveFadePoints)(___channelgroup0, ___dspclock_start1, ___dspclock_end2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___dspclock_start1, ___dspclock_end2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetFadePoints(System.IntPtr,System.UInt32&,System.UInt64[],System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetFadePoints_m37C948ED59A3786717D5F634F2F20FB240CB873B (intptr_t ___channelgroup0, uint32_t* ___numpoints1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___point_dspclock2, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___point_volume3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, uint64_t*, float*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_GetFadePoints", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___point_dspclock2' to native representation uint64_t* ____point_dspclock2_marshaled = NULL; if (___point_dspclock2 != NULL) { ____point_dspclock2_marshaled = reinterpret_cast((___point_dspclock2)->GetAddressAtUnchecked(0)); } // Marshaling of parameter '___point_volume3' to native representation float* ____point_volume3_marshaled = NULL; if (___point_volume3 != NULL) { ____point_volume3_marshaled = reinterpret_cast((___point_volume3)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_ChannelGroup_GetFadePoints)(___channelgroup0, ___numpoints1, ____point_dspclock2_marshaled, ____point_volume3_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___numpoints1, ____point_dspclock2_marshaled, ____point_volume3_marshaled); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDSP(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDSP_m05FB461E07FDFFF684405E77942FA12E3ABB53B2 (intptr_t ___channelgroup0, int32_t ___index1, 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_ChannelGroup_GetDSP", 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_ChannelGroup_GetDSP)(___channelgroup0, ___index1, ___dsp2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___index1, ___dsp2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddDSP(System.IntPtr,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddDSP_m744B0CE2E67D553486C66CBDBBFD773EF1962075 (intptr_t ___channelgroup0, int32_t ___index1, 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_ChannelGroup_AddDSP", 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_ChannelGroup_AddDSP)(___channelgroup0, ___index1, ___dsp2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___index1, ___dsp2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_RemoveDSP(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_RemoveDSP_m48087E08CB2847585C5FE183473C37468D80068E (intptr_t ___channelgroup0, intptr_t ___dsp1, 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_ChannelGroup_RemoveDSP", 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_ChannelGroup_RemoveDSP)(___channelgroup0, ___dsp1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___dsp1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetNumDSPs(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetNumDSPs_mE482B48BE6CBD16D73A1A7D7BFFB368D186D268F (intptr_t ___channelgroup0, int32_t* ___numdsps1, 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_ChannelGroup_GetNumDSPs", 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_ChannelGroup_GetNumDSPs)(___channelgroup0, ___numdsps1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___numdsps1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetDSPIndex(System.IntPtr,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetDSPIndex_m2B6EE41BADD9586471828846AA0F62C9A0787CFA (intptr_t ___channelgroup0, intptr_t ___dsp1, int32_t ___index2, 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_ChannelGroup_SetDSPIndex", 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_ChannelGroup_SetDSPIndex)(___channelgroup0, ___dsp1, ___index2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___dsp1, ___index2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDSPIndex(System.IntPtr,System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDSPIndex_m65D55E0EDFB7223961A9C4B75E93B051C52AC101 (intptr_t ___channelgroup0, intptr_t ___dsp1, int32_t* ___index2, 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_ChannelGroup_GetDSPIndex", 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_ChannelGroup_GetDSPIndex)(___channelgroup0, ___dsp1, ___index2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___dsp1, ___index2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DAttributes_mAE3D7A26A3B560F9CF010D5BF3789DE88D1190D7 (intptr_t ___channelgroup0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #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 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_Set3DAttributes", 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_ChannelGroup_Set3DAttributes)(___channelgroup0, ___pos1, ___vel2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___pos1, ___vel2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DAttributes_m4D270F606AC027D2D3D0D8CEA4C66AC360092443 (intptr_t ___channelgroup0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___pos1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vel2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #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 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_Get3DAttributes", 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_ChannelGroup_Get3DAttributes)(___channelgroup0, ___pos1, ___vel2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___pos1, ___vel2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DMinMaxDistance(System.IntPtr,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DMinMaxDistance_m71702136BEBACAC933D66293A3B7FC26FE06D7A3 (intptr_t ___channelgroup0, float ___mindistance1, float ___maxdistance2, 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_ChannelGroup_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_ChannelGroup_Set3DMinMaxDistance)(___channelgroup0, ___mindistance1, ___maxdistance2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___mindistance1, ___maxdistance2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DMinMaxDistance(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DMinMaxDistance_m4942BB8548725862AAD6D2E076DE10C4E0F2F330 (intptr_t ___channelgroup0, float* ___mindistance1, float* ___maxdistance2, 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_ChannelGroup_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_ChannelGroup_Get3DMinMaxDistance)(___channelgroup0, ___mindistance1, ___maxdistance2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___mindistance1, ___maxdistance2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DConeSettings(System.IntPtr,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DConeSettings_m2289152EC263342E1141976025F386224B31E181 (intptr_t ___channelgroup0, 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_ChannelGroup_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_ChannelGroup_Set3DConeSettings)(___channelgroup0, ___insideconeangle1, ___outsideconeangle2, ___outsidevolume3); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___insideconeangle1, ___outsideconeangle2, ___outsidevolume3); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DConeSettings(System.IntPtr,System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DConeSettings_mADDD2662396FB0BDF8062FEC54AC4751C709E18D (intptr_t ___channelgroup0, 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_ChannelGroup_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_ChannelGroup_Get3DConeSettings)(___channelgroup0, ___insideconeangle1, ___outsideconeangle2, ___outsidevolume3); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___insideconeangle1, ___outsideconeangle2, ___outsidevolume3); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DConeOrientation(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DConeOrientation_m1C61147E94DBCA4B897BEC1E027E913D0ABFEF71 (intptr_t ___channelgroup0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_Set3DConeOrientation", 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_ChannelGroup_Set3DConeOrientation)(___channelgroup0, ___orientation1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___orientation1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DConeOrientation(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DConeOrientation_m9A991CBF48D3592788D6238C17B898C327D12558 (intptr_t ___channelgroup0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___orientation1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_Get3DConeOrientation", 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_ChannelGroup_Get3DConeOrientation)(___channelgroup0, ___orientation1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___orientation1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DCustomRolloff(System.IntPtr,FMOD.VECTOR&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DCustomRolloff_mDC9473D9F8DBFB782BDAE2C94753418C5800E9E0 (intptr_t ___channelgroup0, 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_ChannelGroup_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_ChannelGroup_Set3DCustomRolloff)(___channelgroup0, ___points1, ___numpoints2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___points1, ___numpoints2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DCustomRolloff(System.IntPtr,System.IntPtr&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DCustomRolloff_m11CFE34F4990C592AE10E72D698026AF81F90EE2 (intptr_t ___channelgroup0, 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_ChannelGroup_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_ChannelGroup_Get3DCustomRolloff)(___channelgroup0, ___points1, ___numpoints2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___points1, ___numpoints2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DOcclusion(System.IntPtr,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DOcclusion_mD21585858B7FBA61BF1D17C9AABA5C6AB850398B (intptr_t ___channelgroup0, float ___directocclusion1, float ___reverbocclusion2, 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_ChannelGroup_Set3DOcclusion", 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_ChannelGroup_Set3DOcclusion)(___channelgroup0, ___directocclusion1, ___reverbocclusion2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___directocclusion1, ___reverbocclusion2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DOcclusion(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DOcclusion_m9A676497F844A80487E843EA27B42FEE5A586CBB (intptr_t ___channelgroup0, float* ___directocclusion1, float* ___reverbocclusion2, 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_ChannelGroup_Get3DOcclusion", 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_ChannelGroup_Get3DOcclusion)(___channelgroup0, ___directocclusion1, ___reverbocclusion2); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___directocclusion1, ___reverbocclusion2); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DSpread(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DSpread_m3E7249511C779367567DD9A79BDEB9F4BC601BE0 (intptr_t ___channelgroup0, float ___angle1, 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_ChannelGroup_Set3DSpread", 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_ChannelGroup_Set3DSpread)(___channelgroup0, ___angle1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___angle1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DSpread(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DSpread_m8FC6D3E7C44F12DB41159E2F43EEE648A0892950 (intptr_t ___channelgroup0, float* ___angle1, 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_ChannelGroup_Get3DSpread", 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_ChannelGroup_Get3DSpread)(___channelgroup0, ___angle1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___angle1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DLevel(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DLevel_m653044EB4361C62FF6B34E70246D954A0433BB46 (intptr_t ___channelgroup0, float ___level1, 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_ChannelGroup_Set3DLevel", 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_ChannelGroup_Set3DLevel)(___channelgroup0, ___level1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___level1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DLevel(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DLevel_m6EA271350A8A539F3CA2F2F7F94CE7C1ACF7EA23 (intptr_t ___channelgroup0, float* ___level1, 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_ChannelGroup_Get3DLevel", 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_ChannelGroup_Get3DLevel)(___channelgroup0, ___level1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___level1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DDopplerLevel(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DDopplerLevel_mA7E7B67EC9F06726BBA403E1CE917999C5AF0EE5 (intptr_t ___channelgroup0, float ___level1, 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_ChannelGroup_Set3DDopplerLevel", 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_ChannelGroup_Set3DDopplerLevel)(___channelgroup0, ___level1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___level1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DDopplerLevel(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DDopplerLevel_m51CAF231A8F21E84C8811A02326BF5F95E979452 (intptr_t ___channelgroup0, float* ___level1, 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_ChannelGroup_Get3DDopplerLevel", 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_ChannelGroup_Get3DDopplerLevel)(___channelgroup0, ___level1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___level1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DDistanceFilter(System.IntPtr,System.Boolean,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DDistanceFilter_m142B9C5B572A517DF72DCA2D73F657670D04850F (intptr_t ___channelgroup0, bool ___custom1, float ___customLevel2, float ___centerFreq3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float, float); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + 4 + sizeof(float) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_Set3DDistanceFilter", 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_ChannelGroup_Set3DDistanceFilter)(___channelgroup0, static_cast(___custom1), ___customLevel2, ___centerFreq3); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, static_cast(___custom1), ___customLevel2, ___centerFreq3); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DDistanceFilter(System.IntPtr,System.Boolean&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DDistanceFilter_mE7F37BFD9CB86FA2B663BBAAA354C21A7950AF5D (intptr_t ___channelgroup0, bool* ___custom1, float* ___customLevel2, float* ___centerFreq3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, float*, 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*) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_ChannelGroup_Get3DDistanceFilter", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___custom1' to native representation int32_t ____custom1_empty = 0; int32_t* ____custom1_marshaled = &____custom1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_ChannelGroup_Get3DDistanceFilter)(___channelgroup0, ____custom1_marshaled, ___customLevel2, ___centerFreq3); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ____custom1_marshaled, ___customLevel2, ___centerFreq3); #endif // Marshaling of parameter '___custom1' back from native representation bool _____custom1_marshaled_unmarshaled_dereferenced = false; _____custom1_marshaled_unmarshaled_dereferenced = static_cast(*____custom1_marshaled); *___custom1 = _____custom1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetUserData_m89006BE929C4059C4A43EA94B506D2AA3E703F9A (intptr_t ___channelgroup0, 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_ChannelGroup_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_ChannelGroup_SetUserData)(___channelgroup0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetUserData_mC10EF876ED807A90C192919EE96295BEB3B0A91E (intptr_t ___channelgroup0, 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_ChannelGroup_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_ChannelGroup_GetUserData)(___channelgroup0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___channelgroup0, ___userdata1); #endif return returnValue; } // System.Void FMOD.ChannelGroup::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelGroup__ctor_mA4FFAAF99FB6FAD09A394ED26A7A747C205EED01 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public ChannelGroup(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public ChannelGroup(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void ChannelGroup__ctor_mA4FFAAF99FB6FAD09A394ED26A7A747C205EED01_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); ChannelGroup__ctor_mA4FFAAF99FB6FAD09A394ED26A7A747C205EED01_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.ChannelGroup::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChannelGroup_hasHandle_mE96C8C05AD1486172F2DD8751A851F226C731D59 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __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 ChannelGroup_hasHandle_mE96C8C05AD1486172F2DD8751A851F226C731D59_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ChannelGroup_hasHandle_mE96C8C05AD1486172F2DD8751A851F226C731D59(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.ChannelGroup::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelGroup_clearHandle_m43695FA45F581D37D0048C52240EE3F2E1C1E350 (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __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 ChannelGroup_clearHandle_m43695FA45F581D37D0048C52240EE3F2E1C1E350_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * _thisAdjusted = reinterpret_cast(__this + _offset); ChannelGroup_clearHandle_m43695FA45F581D37D0048C52240EE3F2E1C1E350(_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.CommandReplay::getSystem(FMOD.Studio.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getSystem_m0842C975C15CD5E64AD3E5B333C9ED15C8810AB0 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * ___system0, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_GetSystem(this.handle, out system.handle); intptr_t L_0 = __this->get_handle_0(); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_1 = ___system0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = CommandReplay_FMOD_Studio_CommandReplay_GetSystem_m73ECF4E8EF95671DB7763D94C4225A742E8594E2((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t CommandReplay_getSystem_m0842C975C15CD5E64AD3E5B333C9ED15C8810AB0_AdjustorThunk (RuntimeObject * __this, System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * ___system0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_getSystem_m0842C975C15CD5E64AD3E5B333C9ED15C8810AB0(_thisAdjusted, ___system0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::getLength(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getLength_m3E14839378BDEC419FB03648F15017D4CFE07989 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, float* ___length0, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_GetLength(this.handle, out length); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___length0; int32_t L_2; L_2 = CommandReplay_FMOD_Studio_CommandReplay_GetLength_m78151BC947C6A83A315DA24907871D5C753CC375((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t CommandReplay_getLength_m3E14839378BDEC419FB03648F15017D4CFE07989_AdjustorThunk (RuntimeObject * __this, float* ___length0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_getLength_m3E14839378BDEC419FB03648F15017D4CFE07989(_thisAdjusted, ___length0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::getCommandCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandCount_m0F588382437DCD2644C2B3E791DC2B7BC3989773 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, int32_t* ___count0, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_GetCommandCount(this.handle, out count); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___count0; int32_t L_2; L_2 = CommandReplay_FMOD_Studio_CommandReplay_GetCommandCount_m9D1532AB4614F41FB1170A7FE44237F6A107587F((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t CommandReplay_getCommandCount_m0F588382437DCD2644C2B3E791DC2B7BC3989773_AdjustorThunk (RuntimeObject * __this, int32_t* ___count0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_getCommandCount_m0F588382437DCD2644C2B3E791DC2B7BC3989773(_thisAdjusted, ___count0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::getCommandInfo(System.Int32,FMOD.Studio.COMMAND_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandInfo_m3970E1B822F96D844D1458CCC321AB8715619666 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, int32_t ___commandIndex0, COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C * ___info1, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_GetCommandInfo(this.handle, commandIndex, out info); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___commandIndex0; COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C * L_2 = ___info1; int32_t L_3; L_3 = CommandReplay_FMOD_Studio_CommandReplay_GetCommandInfo_m9C9995709DE323E9BEC89DCD7D26930D9EF7C3FE((intptr_t)L_0, L_1, (COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t CommandReplay_getCommandInfo_m3970E1B822F96D844D1458CCC321AB8715619666_AdjustorThunk (RuntimeObject * __this, int32_t ___commandIndex0, COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C * ___info1, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_getCommandInfo_m3970E1B822F96D844D1458CCC321AB8715619666(_thisAdjusted, ___commandIndex0, ___info1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::getCommandString(System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandString_m60515EB8EDEDD4683A85064F3E5CD4E1D9F2E9CA (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, int32_t ___commandIndex0, String_t** ___buffer1, 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; int32_t V_1 = 0; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // buffer = null; String_t** L_0 = ___buffer1; *((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) { // int stringLength = 256; V_1 = ((int32_t)256); // 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_2 = (intptr_t)L_2; // RESULT result = FMOD_Studio_CommandReplay_GetCommandString(this.handle, commandIndex, stringMem, stringLength); intptr_t L_3 = __this->get_handle_0(); int32_t L_4 = ___commandIndex0; intptr_t L_5 = V_2; int32_t L_6 = V_1; int32_t L_7; L_7 = CommandReplay_FMOD_Studio_CommandReplay_GetCommandString_m68C5B9FA0EA470886A45F74EF7098A2783CA73EB((intptr_t)L_3, L_4, (intptr_t)L_5, L_6, /*hidden argument*/NULL); V_3 = L_7; goto IL_004b; } IL_002b: { // Marshal.FreeHGlobal(stringMem); intptr_t L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_8, /*hidden argument*/NULL); // stringLength *= 2; int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2)); // stringMem = Marshal.AllocHGlobal(stringLength); int32_t L_10 = V_1; intptr_t L_11; L_11 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(L_10, /*hidden argument*/NULL); V_2 = (intptr_t)L_11; // result = FMOD_Studio_CommandReplay_GetCommandString(this.handle, commandIndex, stringMem, stringLength); intptr_t L_12 = __this->get_handle_0(); int32_t L_13 = ___commandIndex0; intptr_t L_14 = V_2; int32_t L_15 = V_1; int32_t L_16; L_16 = CommandReplay_FMOD_Studio_CommandReplay_GetCommandString_m68C5B9FA0EA470886A45F74EF7098A2783CA73EB((intptr_t)L_12, L_13, (intptr_t)L_14, L_15, /*hidden argument*/NULL); V_3 = L_16; } IL_004b: { // while (result == RESULT.ERR_TRUNCATED) int32_t L_17 = V_3; if ((((int32_t)L_17) == ((int32_t)((int32_t)65)))) { goto IL_002b; } } IL_0050: { // if (result == RESULT.OK) int32_t L_18 = V_3; if (L_18) { goto IL_005c; } } IL_0053: { // buffer = encoder.stringFromNative(stringMem); String_t** L_19 = ___buffer1; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_20 = V_0; intptr_t L_21 = V_2; NullCheck(L_20); String_t* L_22; L_22 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_20, (intptr_t)L_21, /*hidden argument*/NULL); *((RuntimeObject **)L_19) = (RuntimeObject *)L_22; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_19, (void*)(RuntimeObject *)L_22); } IL_005c: { // Marshal.FreeHGlobal(stringMem); intptr_t L_23 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_23, /*hidden argument*/NULL); // return result; int32_t L_24 = V_3; V_4 = L_24; 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_25 = V_0; if (!L_25) { goto IL_0070; } } IL_006a: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_26 = V_0; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_26); } 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_27 = V_4; return L_27; } } IL2CPP_EXTERN_C int32_t CommandReplay_getCommandString_m60515EB8EDEDD4683A85064F3E5CD4E1D9F2E9CA_AdjustorThunk (RuntimeObject * __this, int32_t ___commandIndex0, String_t** ___buffer1, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_getCommandString_m60515EB8EDEDD4683A85064F3E5CD4E1D9F2E9CA(_thisAdjusted, ___commandIndex0, ___buffer1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::getCommandAtTime(System.Single,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandAtTime_m99FEAB1EE28D14E62012F148F448F9DF489DEF76 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, float ___time0, int32_t* ___commandIndex1, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_GetCommandAtTime(this.handle, time, out commandIndex); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___time0; int32_t* L_2 = ___commandIndex1; int32_t L_3; L_3 = CommandReplay_FMOD_Studio_CommandReplay_GetCommandAtTime_mEBCD5B7C5C6908556321185417849B7F08ABDF32((intptr_t)L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t CommandReplay_getCommandAtTime_m99FEAB1EE28D14E62012F148F448F9DF489DEF76_AdjustorThunk (RuntimeObject * __this, float ___time0, int32_t* ___commandIndex1, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_getCommandAtTime_m99FEAB1EE28D14E62012F148F448F9DF489DEF76(_thisAdjusted, ___time0, ___commandIndex1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::setBankPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setBankPath_m95E94114FA56C7D6BFDF7E6ED12051CA500B75CF (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, String_t* ___bankPath0, 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_CommandReplay_SetBankPath(this.handle, encoder.byteFromStringUTF8(bankPath)); intptr_t L_1 = __this->get_handle_0(); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_2 = V_0; String_t* L_3 = ___bankPath0; 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 = CommandReplay_FMOD_Studio_CommandReplay_SetBankPath_m0B75AEB03F03196DDBEDB19D2EE601210DF83CD9((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 CommandReplay_setBankPath_m95E94114FA56C7D6BFDF7E6ED12051CA500B75CF_AdjustorThunk (RuntimeObject * __this, String_t* ___bankPath0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_setBankPath_m95E94114FA56C7D6BFDF7E6ED12051CA500B75CF(_thisAdjusted, ___bankPath0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_start_mD3027B3B36613FEA514879E9C9694A011BAAEDB2 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_Start(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = CommandReplay_FMOD_Studio_CommandReplay_Start_m85BF4999B7E71223B382EBA788102D981A878AEC((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t CommandReplay_start_mD3027B3B36613FEA514879E9C9694A011BAAEDB2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_start_mD3027B3B36613FEA514879E9C9694A011BAAEDB2(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_stop_mE764D7A5E6E425AE794C588D0A7F434E8FC5E56C (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_Stop(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = CommandReplay_FMOD_Studio_CommandReplay_Stop_mFD469F39A73AC9B1B28CBCDA946F4D88E3CAEA19((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t CommandReplay_stop_mE764D7A5E6E425AE794C588D0A7F434E8FC5E56C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_stop_mE764D7A5E6E425AE794C588D0A7F434E8FC5E56C(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::seekToTime(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_seekToTime_mCA3C794ED39A35B0B8E70CB7FD571E07A2CA2733 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, float ___time0, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_SeekToTime(this.handle, time); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___time0; int32_t L_2; L_2 = CommandReplay_FMOD_Studio_CommandReplay_SeekToTime_m4F41A76E3DA0B74D4DA1436542F96C1B6822CCC5((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t CommandReplay_seekToTime_mCA3C794ED39A35B0B8E70CB7FD571E07A2CA2733_AdjustorThunk (RuntimeObject * __this, float ___time0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_seekToTime_mCA3C794ED39A35B0B8E70CB7FD571E07A2CA2733(_thisAdjusted, ___time0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::seekToCommand(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_seekToCommand_mC565B465832D4F9B4E04B2725642E1A5D2A46C38 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, int32_t ___commandIndex0, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_SeekToCommand(this.handle, commandIndex); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___commandIndex0; int32_t L_2; L_2 = CommandReplay_FMOD_Studio_CommandReplay_SeekToCommand_m26B9723F36774582FAA555568FA342A46A0EBA0A((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t CommandReplay_seekToCommand_mC565B465832D4F9B4E04B2725642E1A5D2A46C38_AdjustorThunk (RuntimeObject * __this, int32_t ___commandIndex0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_seekToCommand_mC565B465832D4F9B4E04B2725642E1A5D2A46C38(_thisAdjusted, ___commandIndex0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::getPaused(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getPaused_mDB17F6642490357445C2C87D1503EF345389C8E0 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, bool* ___paused0, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_GetPaused(this.handle, out paused); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___paused0; int32_t L_2; L_2 = CommandReplay_FMOD_Studio_CommandReplay_GetPaused_m30E4AFC4A64EF18152DEBC66A03A12603494459F((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t CommandReplay_getPaused_mDB17F6642490357445C2C87D1503EF345389C8E0_AdjustorThunk (RuntimeObject * __this, bool* ___paused0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_getPaused_mDB17F6642490357445C2C87D1503EF345389C8E0(_thisAdjusted, ___paused0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::setPaused(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setPaused_m6A91DFFB4801990CB15940A0BED823B53033CF2B (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, bool ___paused0, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_SetPaused(this.handle, paused); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___paused0; int32_t L_2; L_2 = CommandReplay_FMOD_Studio_CommandReplay_SetPaused_m67D1D46D04AD406C6DBEAD24C3996313D863135E((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t CommandReplay_setPaused_m6A91DFFB4801990CB15940A0BED823B53033CF2B_AdjustorThunk (RuntimeObject * __this, bool ___paused0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_setPaused_m6A91DFFB4801990CB15940A0BED823B53033CF2B(_thisAdjusted, ___paused0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::getPlaybackState(FMOD.Studio.PLAYBACK_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getPlaybackState_mF85B20788B293640E7D4CB5E02DA2A178C067CCB (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, int32_t* ___state0, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_GetPlaybackState(this.handle, out state); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___state0; int32_t L_2; L_2 = CommandReplay_FMOD_Studio_CommandReplay_GetPlaybackState_m523588B4527051479EEF7532C0D68F488C87F180((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t CommandReplay_getPlaybackState_mF85B20788B293640E7D4CB5E02DA2A178C067CCB_AdjustorThunk (RuntimeObject * __this, int32_t* ___state0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_getPlaybackState_mF85B20788B293640E7D4CB5E02DA2A178C067CCB(_thisAdjusted, ___state0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::getCurrentCommand(System.Int32&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCurrentCommand_mF3A650101BA52D3FC508942BDE0A65287CB05AEE (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, int32_t* ___commandIndex0, float* ___currentTime1, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_GetCurrentCommand(this.handle, out commandIndex, out currentTime); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___commandIndex0; float* L_2 = ___currentTime1; int32_t L_3; L_3 = CommandReplay_FMOD_Studio_CommandReplay_GetCurrentCommand_mD96C72D39F9F361FCE1C306EAE97ECB6B558D966((intptr_t)L_0, (int32_t*)L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t CommandReplay_getCurrentCommand_mF3A650101BA52D3FC508942BDE0A65287CB05AEE_AdjustorThunk (RuntimeObject * __this, int32_t* ___commandIndex0, float* ___currentTime1, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_getCurrentCommand_mF3A650101BA52D3FC508942BDE0A65287CB05AEE(_thisAdjusted, ___commandIndex0, ___currentTime1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_release_m7E399EA6AFA66A3742810841EE7836A4D0B8DC67 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_Release(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = CommandReplay_FMOD_Studio_CommandReplay_Release_mBB4EB270B9B6377B9C893920D303CAC40FE5CE25((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t CommandReplay_release_m7E399EA6AFA66A3742810841EE7836A4D0B8DC67_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_release_m7E399EA6AFA66A3742810841EE7836A4D0B8DC67(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::setFrameCallback(FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setFrameCallback_m5F8ED462501FA2E12A831A317E204AA66BCA6B09 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, COMMANDREPLAY_FRAME_CALLBACK_t6393F18EF7B20B8ADA5D18068BECC7FA3B958834 * ___callback0, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_SetFrameCallback(this.handle, callback); intptr_t L_0 = __this->get_handle_0(); COMMANDREPLAY_FRAME_CALLBACK_t6393F18EF7B20B8ADA5D18068BECC7FA3B958834 * L_1 = ___callback0; int32_t L_2; L_2 = CommandReplay_FMOD_Studio_CommandReplay_SetFrameCallback_m65A737496ABD9859F47F852DE256F9FF2CBD7F00((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t CommandReplay_setFrameCallback_m5F8ED462501FA2E12A831A317E204AA66BCA6B09_AdjustorThunk (RuntimeObject * __this, COMMANDREPLAY_FRAME_CALLBACK_t6393F18EF7B20B8ADA5D18068BECC7FA3B958834 * ___callback0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_setFrameCallback_m5F8ED462501FA2E12A831A317E204AA66BCA6B09(_thisAdjusted, ___callback0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::setLoadBankCallback(FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setLoadBankCallback_mCD2A889341F6BCD022FA10633232091D530991DB (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, COMMANDREPLAY_LOAD_BANK_CALLBACK_t460E637691817F1F91F18345D4044B16BD259485 * ___callback0, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_SetLoadBankCallback(this.handle, callback); intptr_t L_0 = __this->get_handle_0(); COMMANDREPLAY_LOAD_BANK_CALLBACK_t460E637691817F1F91F18345D4044B16BD259485 * L_1 = ___callback0; int32_t L_2; L_2 = CommandReplay_FMOD_Studio_CommandReplay_SetLoadBankCallback_mA62F2DAB91156B902960BC1C594127340A526B1C((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t CommandReplay_setLoadBankCallback_mCD2A889341F6BCD022FA10633232091D530991DB_AdjustorThunk (RuntimeObject * __this, COMMANDREPLAY_LOAD_BANK_CALLBACK_t460E637691817F1F91F18345D4044B16BD259485 * ___callback0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_setLoadBankCallback_mCD2A889341F6BCD022FA10633232091D530991DB(_thisAdjusted, ___callback0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::setCreateInstanceCallback(FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setCreateInstanceCallback_m589109E1D8FB95A656BBD0BAC44DC118715A5909 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t28124D766A1C2340A63BAF689D66D9804C3B4F36 * ___callback0, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_SetCreateInstanceCallback(this.handle, callback); intptr_t L_0 = __this->get_handle_0(); COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t28124D766A1C2340A63BAF689D66D9804C3B4F36 * L_1 = ___callback0; int32_t L_2; L_2 = CommandReplay_FMOD_Studio_CommandReplay_SetCreateInstanceCallback_m58E96992C41C6B8B2A2513E8EA2556046797A4A2((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t CommandReplay_setCreateInstanceCallback_m589109E1D8FB95A656BBD0BAC44DC118715A5909_AdjustorThunk (RuntimeObject * __this, COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t28124D766A1C2340A63BAF689D66D9804C3B4F36 * ___callback0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_setCreateInstanceCallback_m589109E1D8FB95A656BBD0BAC44DC118715A5909(_thisAdjusted, ___callback0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getUserData_m37C866B6A9057AF8874419FE2EBDC618A0425B1B (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_GetUserData(this.handle, out userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___userdata0; int32_t L_2; L_2 = CommandReplay_FMOD_Studio_CommandReplay_GetUserData_m4E95B49A804BBFE8CFBD2F450275B78CCBBE55C3((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t CommandReplay_getUserData_m37C866B6A9057AF8874419FE2EBDC618A0425B1B_AdjustorThunk (RuntimeObject * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_getUserData_m37C866B6A9057AF8874419FE2EBDC618A0425B1B(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setUserData_m7C797E59877F5F75B91F28656763041A9DC1917C (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, intptr_t ___userdata0, const RuntimeMethod* method) { { // return FMOD_Studio_CommandReplay_SetUserData(this.handle, userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___userdata0; int32_t L_2; L_2 = CommandReplay_FMOD_Studio_CommandReplay_SetUserData_m53791384BB19D4F59FE7BABBC9FF958E0BBAB052((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t CommandReplay_setUserData_m7C797E59877F5F75B91F28656763041A9DC1917C_AdjustorThunk (RuntimeObject * __this, intptr_t ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CommandReplay_setUserData_m7C797E59877F5F75B91F28656763041A9DC1917C(_thisAdjusted, ___userdata0, method); return _returnValue; } // System.Boolean FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_IsValid(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandReplay_FMOD_Studio_CommandReplay_IsValid_m7027580B83AF9921143C17A9E9C1141F91670886 (intptr_t ___replay0, 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_CommandReplay_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_CommandReplay_IsValid)(___replay0); #else int32_t returnValue = il2cppPInvokeFunc(___replay0); #endif return static_cast(returnValue); } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetSystem(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetSystem_m73ECF4E8EF95671DB7763D94C4225A742E8594E2 (intptr_t ___replay0, 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"), "FMOD_Studio_CommandReplay_GetSystem", 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_CommandReplay_GetSystem)(___replay0, ___system1); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ___system1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetLength(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetLength_m78151BC947C6A83A315DA24907871D5C753CC375 (intptr_t ___replay0, float* ___length1, 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_CommandReplay_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(FMOD_Studio_CommandReplay_GetLength)(___replay0, ___length1); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ___length1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandCount_m9D1532AB4614F41FB1170A7FE44237F6A107587F (intptr_t ___replay0, 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_CommandReplay_GetCommandCount", 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_CommandReplay_GetCommandCount)(___replay0, ___count1); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ___count1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandInfo(System.IntPtr,System.Int32,FMOD.Studio.COMMAND_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandInfo_m9C9995709DE323E9BEC89DCD7D26930D9EF7C3FE (intptr_t ___replay0, int32_t ___commandindex1, COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C * ___info2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(COMMAND_INFO_t5646CBFE9DB260196881DA23625A8CBD9AA37B9C *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_GetCommandInfo", 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_CommandReplay_GetCommandInfo)(___replay0, ___commandindex1, ___info2); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ___commandindex1, ___info2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandString(System.IntPtr,System.Int32,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandString_m68C5B9FA0EA470886A45F74EF7098A2783CA73EB (intptr_t ___replay0, int32_t ___commandIndex1, intptr_t ___buffer2, int32_t ___length3, 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) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_GetCommandString", 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_CommandReplay_GetCommandString)(___replay0, ___commandIndex1, ___buffer2, ___length3); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ___commandIndex1, ___buffer2, ___length3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandAtTime(System.IntPtr,System.Single,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandAtTime_mEBCD5B7C5C6908556321185417849B7F08ABDF32 (intptr_t ___replay0, float ___time1, int32_t* ___commandIndex2, 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"), "FMOD_Studio_CommandReplay_GetCommandAtTime", 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_CommandReplay_GetCommandAtTime)(___replay0, ___time1, ___commandIndex2); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ___time1, ___commandIndex2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetBankPath(System.IntPtr,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetBankPath_m0B75AEB03F03196DDBEDB19D2EE601210DF83CD9 (intptr_t ___replay0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bankPath1, 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"), "FMOD_Studio_CommandReplay_SetBankPath", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___bankPath1' to native representation uint8_t* ____bankPath1_marshaled = NULL; if (___bankPath1 != NULL) { ____bankPath1_marshaled = reinterpret_cast((___bankPath1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_CommandReplay_SetBankPath)(___replay0, ____bankPath1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ____bankPath1_marshaled); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_Start(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_Start_m85BF4999B7E71223B382EBA788102D981A878AEC (intptr_t ___replay0, 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_CommandReplay_Start", 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_CommandReplay_Start)(___replay0); #else int32_t returnValue = il2cppPInvokeFunc(___replay0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_Stop(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_Stop_mFD469F39A73AC9B1B28CBCDA946F4D88E3CAEA19 (intptr_t ___replay0, 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_CommandReplay_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(FMOD_Studio_CommandReplay_Stop)(___replay0); #else int32_t returnValue = il2cppPInvokeFunc(___replay0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SeekToTime(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SeekToTime_m4F41A76E3DA0B74D4DA1436542F96C1B6822CCC5 (intptr_t ___replay0, float ___time1, 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_CommandReplay_SeekToTime", 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_CommandReplay_SeekToTime)(___replay0, ___time1); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ___time1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SeekToCommand(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SeekToCommand_m26B9723F36774582FAA555568FA342A46A0EBA0A (intptr_t ___replay0, int32_t ___commandIndex1, 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_CommandReplay_SeekToCommand", 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_CommandReplay_SeekToCommand)(___replay0, ___commandIndex1); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ___commandIndex1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetPaused(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetPaused_m30E4AFC4A64EF18152DEBC66A03A12603494459F (intptr_t ___replay0, bool* ___paused1, 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_CommandReplay_GetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___paused1' to native representation int32_t ____paused1_empty = 0; int32_t* ____paused1_marshaled = &____paused1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_CommandReplay_GetPaused)(___replay0, ____paused1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ____paused1_marshaled); #endif // Marshaling of parameter '___paused1' back from native representation bool _____paused1_marshaled_unmarshaled_dereferenced = false; _____paused1_marshaled_unmarshaled_dereferenced = static_cast(*____paused1_marshaled); *___paused1 = _____paused1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetPaused(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetPaused_m67D1D46D04AD406C6DBEAD24C3996313D863135E (intptr_t ___replay0, bool ___paused1, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_SetPaused", 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_CommandReplay_SetPaused)(___replay0, static_cast(___paused1)); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, static_cast(___paused1)); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetPlaybackState(System.IntPtr,FMOD.Studio.PLAYBACK_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetPlaybackState_m523588B4527051479EEF7532C0D68F488C87F180 (intptr_t ___replay0, int32_t* ___state1, 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_CommandReplay_GetPlaybackState", 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_CommandReplay_GetPlaybackState)(___replay0, ___state1); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ___state1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCurrentCommand(System.IntPtr,System.Int32&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCurrentCommand_mD96C72D39F9F361FCE1C306EAE97ECB6B558D966 (intptr_t ___replay0, int32_t* ___commandIndex1, float* ___currentTime2, 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_CommandReplay_GetCurrentCommand", 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_CommandReplay_GetCurrentCommand)(___replay0, ___commandIndex1, ___currentTime2); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ___commandIndex1, ___currentTime2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_Release_mBB4EB270B9B6377B9C893920D303CAC40FE5CE25 (intptr_t ___replay0, 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_CommandReplay_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_CommandReplay_Release)(___replay0); #else int32_t returnValue = il2cppPInvokeFunc(___replay0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetFrameCallback(System.IntPtr,FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetFrameCallback_m65A737496ABD9859F47F852DE256F9FF2CBD7F00 (intptr_t ___replay0, COMMANDREPLAY_FRAME_CALLBACK_t6393F18EF7B20B8ADA5D18068BECC7FA3B958834 * ___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"), "FMOD_Studio_CommandReplay_SetFrameCallback", 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_CommandReplay_SetFrameCallback)(___replay0, ____callback1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ____callback1_marshaled); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetLoadBankCallback(System.IntPtr,FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetLoadBankCallback_mA62F2DAB91156B902960BC1C594127340A526B1C (intptr_t ___replay0, COMMANDREPLAY_LOAD_BANK_CALLBACK_t460E637691817F1F91F18345D4044B16BD259485 * ___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"), "FMOD_Studio_CommandReplay_SetLoadBankCallback", 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_CommandReplay_SetLoadBankCallback)(___replay0, ____callback1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ____callback1_marshaled); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetCreateInstanceCallback(System.IntPtr,FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetCreateInstanceCallback_m58E96992C41C6B8B2A2513E8EA2556046797A4A2 (intptr_t ___replay0, COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t28124D766A1C2340A63BAF689D66D9804C3B4F36 * ___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"), "FMOD_Studio_CommandReplay_SetCreateInstanceCallback", 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_CommandReplay_SetCreateInstanceCallback)(___replay0, ____callback1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ____callback1_marshaled); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetUserData_m4E95B49A804BBFE8CFBD2F450275B78CCBBE55C3 (intptr_t ___replay0, 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_CommandReplay_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_CommandReplay_GetUserData)(___replay0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetUserData_m53791384BB19D4F59FE7BABBC9FF958E0BBAB052 (intptr_t ___replay0, 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_CommandReplay_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_CommandReplay_SetUserData)(___replay0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___replay0, ___userdata1); #endif return returnValue; } // System.Void FMOD.Studio.CommandReplay::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandReplay__ctor_m204E3DEAB88DB2284811898F5E6F792B89D73B06 (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public CommandReplay(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public CommandReplay(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void CommandReplay__ctor_m204E3DEAB88DB2284811898F5E6F792B89D73B06_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); CommandReplay__ctor_m204E3DEAB88DB2284811898F5E6F792B89D73B06_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.Studio.CommandReplay::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandReplay_hasHandle_m11D04D42861C95B44B0F966DAD17E9E34249FA5A (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __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 CommandReplay_hasHandle_m11D04D42861C95B44B0F966DAD17E9E34249FA5A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = CommandReplay_hasHandle_m11D04D42861C95B44B0F966DAD17E9E34249FA5A(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.Studio.CommandReplay::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandReplay_clearHandle_m25BF286EA288F9209731E9BE02BDEA9E5074C32B (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __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 CommandReplay_clearHandle_m25BF286EA288F9209731E9BE02BDEA9E5074C32B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); CommandReplay_clearHandle_m25BF286EA288F9209731E9BE02BDEA9E5074C32B(_thisAdjusted, method); } // System.Boolean FMOD.Studio.CommandReplay::isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandReplay_isValid_m48DF4ACDD3A06FF38CE9F5E2F000F06CBC76FD6B (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, const RuntimeMethod* method) { { // return hasHandle() && FMOD_Studio_CommandReplay_IsValid(this.handle); bool L_0; L_0 = CommandReplay_hasHandle_m11D04D42861C95B44B0F966DAD17E9E34249FA5A((CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 *)__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { intptr_t L_1 = __this->get_handle_0(); bool L_2; L_2 = CommandReplay_FMOD_Studio_CommandReplay_IsValid_m7027580B83AF9921143C17A9E9C1141F91670886((intptr_t)L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (bool)0; } } IL2CPP_EXTERN_C bool CommandReplay_isValid_m48DF4ACDD3A06FF38CE9F5E2F000F06CBC76FD6B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = CommandReplay_isValid_m48DF4ACDD3A06FF38CE9F5E2F000F06CBC76FD6B(_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_DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD (DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD * __this, uint32_t ___flags0, intptr_t ___file1, int32_t ___line2, intptr_t ___func3, intptr_t ___message4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(uint32_t, intptr_t, int32_t, intptr_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___flags0, ___file1, ___line2, ___func3, ___message4); return returnValue; } // System.Void FMOD.DEBUG_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DEBUG_CALLBACK__ctor_mFEF299040B1110DC351AD126FD68CED3DC5AE8CF (DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD * __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.DEBUG_CALLBACK::Invoke(FMOD.DEBUG_FLAGS,System.IntPtr,System.Int32,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DEBUG_CALLBACK_Invoke_m2E55839DC406AF5A8F5CDB5BA55CF943495CD189 (DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD * __this, uint32_t ___flags0, intptr_t ___file1, int32_t ___line2, intptr_t ___func3, intptr_t ___message4, 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) (uint32_t, intptr_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___flags0, ___file1, ___line2, ___func3, ___message4, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, uint32_t, intptr_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___flags0, ___file1, ___line2, ___func3, ___message4, 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, uint32_t, intptr_t, int32_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___flags0, ___file1, ___line2, ___func3, ___message4); else result = GenericVirtFuncInvoker5< int32_t, uint32_t, intptr_t, int32_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___flags0, ___file1, ___line2, ___func3, ___message4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< int32_t, uint32_t, intptr_t, int32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___flags0, ___file1, ___line2, ___func3, ___message4); else result = VirtFuncInvoker5< int32_t, uint32_t, intptr_t, int32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___flags0, ___file1, ___line2, ___func3, ___message4); } } else { if (___parameterCount == 4) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, intptr_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___flags0) - 1), ___file1, ___line2, ___func3, ___message4, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, uint32_t, intptr_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___flags0, ___file1, ___line2, ___func3, ___message4, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DEBUG_CALLBACK::BeginInvoke(FMOD.DEBUG_FLAGS,System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DEBUG_CALLBACK_BeginInvoke_m0412478D4CED3959BE26A1258FC77D46C6997E9C (DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD * __this, uint32_t ___flags0, intptr_t ___file1, int32_t ___line2, intptr_t ___func3, intptr_t ___message4, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DEBUG_FLAGS_t5B534E621EFD0EA230E7BCB3D1CBEE658CB61D62_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[6] = {0}; __d_args[0] = Box(DEBUG_FLAGS_t5B534E621EFD0EA230E7BCB3D1CBEE658CB61D62_il2cpp_TypeInfo_var, &___flags0); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___file1); __d_args[2] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___line2); __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___func3); __d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___message4); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);; } // FMOD.RESULT FMOD.DEBUG_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DEBUG_CALLBACK_EndInvoke_m3C31A6D7E1415DE705A05623C5724A190A867CF7 (DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD * __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 // FMOD.RESULT FMOD.DSP::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_release_mCB1D8720BBCF5FB9FFE1374CB14FA83AD66FA2FA (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, const RuntimeMethod* method) { { // return FMOD5_DSP_Release(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = DSP_FMOD5_DSP_Release_mA8D09870AFCA007D49BA880AAA5B0F70063AB227((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t DSP_release_mCB1D8720BBCF5FB9FFE1374CB14FA83AD66FA2FA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_release_mCB1D8720BBCF5FB9FFE1374CB14FA83AD66FA2FA(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getSystemObject(FMOD.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getSystemObject_m9ADF9EDAF2CCC0AF3E1E39B30D8CEB1E15573F88 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method) { { // return FMOD5_DSP_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 = DSP_FMOD5_DSP_GetSystemObject_m5BC8BEEDE7C7D042857C1AE95CFBDF0917633529((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_getSystemObject_m9ADF9EDAF2CCC0AF3E1E39B30D8CEB1E15573F88_AdjustorThunk (RuntimeObject * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getSystemObject_m9ADF9EDAF2CCC0AF3E1E39B30D8CEB1E15573F88(_thisAdjusted, ___system0, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::addInput(FMOD.DSP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_addInput_mABE197BAA73B9F0A6CB60BEBEDEFACFF674833EA (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___input0, 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_DSP_AddInput(this.handle, input.handle, IntPtr.Zero, DSPCONNECTION_TYPE.STANDARD); intptr_t L_0 = __this->get_handle_0(); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 L_1 = ___input0; intptr_t L_2 = L_1.get_handle_0(); int32_t L_3; L_3 = DSP_FMOD5_DSP_AddInput_m87ACB962787044645AADAD573D8969CAF1112080((intptr_t)L_0, (intptr_t)L_2, (intptr_t)(0), 0, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_addInput_mABE197BAA73B9F0A6CB60BEBEDEFACFF674833EA_AdjustorThunk (RuntimeObject * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___input0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_addInput_mABE197BAA73B9F0A6CB60BEBEDEFACFF674833EA(_thisAdjusted, ___input0, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::addInput(FMOD.DSP,FMOD.DSPConnection&,FMOD.DSPCONNECTION_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_addInput_mBC350D75FC0A3292E11A730B3F42BD72C905B92A (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___input0, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * ___connection1, int32_t ___type2, const RuntimeMethod* method) { { // return FMOD5_DSP_AddInput(this.handle, input.handle, out connection.handle, type); intptr_t L_0 = __this->get_handle_0(); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 L_1 = ___input0; intptr_t L_2 = L_1.get_handle_0(); DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * L_3 = ___connection1; intptr_t* L_4 = L_3->get_address_of_handle_0(); int32_t L_5 = ___type2; int32_t L_6; L_6 = DSP_FMOD5_DSP_AddInput_m31B3ECB8C94C6A2AC51DF3F4697EAC1101286DAF((intptr_t)L_0, (intptr_t)L_2, (intptr_t*)L_4, L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t DSP_addInput_mBC350D75FC0A3292E11A730B3F42BD72C905B92A_AdjustorThunk (RuntimeObject * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___input0, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * ___connection1, int32_t ___type2, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_addInput_mBC350D75FC0A3292E11A730B3F42BD72C905B92A(_thisAdjusted, ___input0, ___connection1, ___type2, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::disconnectFrom(FMOD.DSP,FMOD.DSPConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_disconnectFrom_mB50B471C88273B47A1212C83C256B8912DAC6F09 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___target0, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 ___connection1, const RuntimeMethod* method) { { // return FMOD5_DSP_DisconnectFrom(this.handle, target.handle, connection.handle); intptr_t L_0 = __this->get_handle_0(); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 L_1 = ___target0; intptr_t L_2 = L_1.get_handle_0(); DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 L_3 = ___connection1; intptr_t L_4 = L_3.get_handle_0(); int32_t L_5; L_5 = DSP_FMOD5_DSP_DisconnectFrom_m2B3F069B3709365F183BCC081602ECD8E76A3C80((intptr_t)L_0, (intptr_t)L_2, (intptr_t)L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t DSP_disconnectFrom_mB50B471C88273B47A1212C83C256B8912DAC6F09_AdjustorThunk (RuntimeObject * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 ___target0, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 ___connection1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_disconnectFrom_mB50B471C88273B47A1212C83C256B8912DAC6F09(_thisAdjusted, ___target0, ___connection1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::disconnectAll(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_disconnectAll_m41A592AC69A7BFF2918BBEE306E483E40E22B713 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool ___inputs0, bool ___outputs1, const RuntimeMethod* method) { { // return FMOD5_DSP_DisconnectAll(this.handle, inputs, outputs); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___inputs0; bool L_2 = ___outputs1; int32_t L_3; L_3 = DSP_FMOD5_DSP_DisconnectAll_m4A13D80785D4F14F107B6F6D580D81A32CBBCBB9((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_disconnectAll_m41A592AC69A7BFF2918BBEE306E483E40E22B713_AdjustorThunk (RuntimeObject * __this, bool ___inputs0, bool ___outputs1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_disconnectAll_m41A592AC69A7BFF2918BBEE306E483E40E22B713(_thisAdjusted, ___inputs0, ___outputs1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getNumInputs(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getNumInputs_m51198D67E59C2E52B816E6F7E82B0E57E6C740F7 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t* ___numinputs0, const RuntimeMethod* method) { { // return FMOD5_DSP_GetNumInputs(this.handle, out numinputs); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numinputs0; int32_t L_2; L_2 = DSP_FMOD5_DSP_GetNumInputs_m9580E7413B1D475269E39D663644BE7BE8B64D52((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSP_getNumInputs_m51198D67E59C2E52B816E6F7E82B0E57E6C740F7_AdjustorThunk (RuntimeObject * __this, int32_t* ___numinputs0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getNumInputs_m51198D67E59C2E52B816E6F7E82B0E57E6C740F7(_thisAdjusted, ___numinputs0, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getNumOutputs(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getNumOutputs_m894F0D1D0AAB8AE2207A55F227613D35C9728EFE (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t* ___numoutputs0, const RuntimeMethod* method) { { // return FMOD5_DSP_GetNumOutputs(this.handle, out numoutputs); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numoutputs0; int32_t L_2; L_2 = DSP_FMOD5_DSP_GetNumOutputs_m21F6B9412B4884C32BE2AFDC945C7C88A9BA326B((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSP_getNumOutputs_m894F0D1D0AAB8AE2207A55F227613D35C9728EFE_AdjustorThunk (RuntimeObject * __this, int32_t* ___numoutputs0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getNumOutputs_m894F0D1D0AAB8AE2207A55F227613D35C9728EFE(_thisAdjusted, ___numoutputs0, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getInput(System.Int32,FMOD.DSP&,FMOD.DSPConnection&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getInput_mB25938ED63D2EF93D763B54AFE94D3FF94D3A34F (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___input1, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * ___inputconnection2, const RuntimeMethod* method) { { // return FMOD5_DSP_GetInput(this.handle, index, out input.handle, out inputconnection.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * L_2 = ___input1; intptr_t* L_3 = L_2->get_address_of_handle_0(); DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * L_4 = ___inputconnection2; intptr_t* L_5 = L_4->get_address_of_handle_0(); int32_t L_6; L_6 = DSP_FMOD5_DSP_GetInput_m9DABCD6C41FF9A1265F944CABF9B446E94393066((intptr_t)L_0, L_1, (intptr_t*)L_3, (intptr_t*)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t DSP_getInput_mB25938ED63D2EF93D763B54AFE94D3FF94D3A34F_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___input1, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * ___inputconnection2, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getInput_mB25938ED63D2EF93D763B54AFE94D3FF94D3A34F(_thisAdjusted, ___index0, ___input1, ___inputconnection2, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getOutput(System.Int32,FMOD.DSP&,FMOD.DSPConnection&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getOutput_m8644CE02ED8D839447A001E038561C8EDC95A6EA (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___output1, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * ___outputconnection2, const RuntimeMethod* method) { { // return FMOD5_DSP_GetOutput(this.handle, index, out output.handle, out outputconnection.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * L_2 = ___output1; intptr_t* L_3 = L_2->get_address_of_handle_0(); DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * L_4 = ___outputconnection2; intptr_t* L_5 = L_4->get_address_of_handle_0(); int32_t L_6; L_6 = DSP_FMOD5_DSP_GetOutput_m583C77C8C5CBA6D62F11B66BCD9D41D7EEAD9CB4((intptr_t)L_0, L_1, (intptr_t*)L_3, (intptr_t*)L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C int32_t DSP_getOutput_m8644CE02ED8D839447A001E038561C8EDC95A6EA_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___output1, DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * ___outputconnection2, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getOutput_m8644CE02ED8D839447A001E038561C8EDC95A6EA(_thisAdjusted, ___index0, ___output1, ___outputconnection2, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::setActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setActive_m9EC8C23A0F05FAC43D13FCEAAB060BDE432653CC (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool ___active0, const RuntimeMethod* method) { { // return FMOD5_DSP_SetActive(this.handle, active); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___active0; int32_t L_2; L_2 = DSP_FMOD5_DSP_SetActive_m09AE6C539B17FB9A3D4894B0A0FFD4D29DEB9C36((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSP_setActive_m9EC8C23A0F05FAC43D13FCEAAB060BDE432653CC_AdjustorThunk (RuntimeObject * __this, bool ___active0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_setActive_m9EC8C23A0F05FAC43D13FCEAAB060BDE432653CC(_thisAdjusted, ___active0, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getActive(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getActive_m9629B94BE19B624A56601DCF20B7C98D087E7E92 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool* ___active0, const RuntimeMethod* method) { { // return FMOD5_DSP_GetActive(this.handle, out active); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___active0; int32_t L_2; L_2 = DSP_FMOD5_DSP_GetActive_m016FD6E4B361D645D4B4BA36711FB0FC5151A46B((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSP_getActive_m9629B94BE19B624A56601DCF20B7C98D087E7E92_AdjustorThunk (RuntimeObject * __this, bool* ___active0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getActive_m9629B94BE19B624A56601DCF20B7C98D087E7E92(_thisAdjusted, ___active0, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::setBypass(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setBypass_mA68C64A4C0C8CB44BB26CE5327B07232A63D98AE (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool ___bypass0, const RuntimeMethod* method) { { // return FMOD5_DSP_SetBypass(this.handle, bypass); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___bypass0; int32_t L_2; L_2 = DSP_FMOD5_DSP_SetBypass_m2CC38FF6CCBE1B97CEC5FC35EB7A20BA5F1CC5A3((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSP_setBypass_mA68C64A4C0C8CB44BB26CE5327B07232A63D98AE_AdjustorThunk (RuntimeObject * __this, bool ___bypass0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_setBypass_mA68C64A4C0C8CB44BB26CE5327B07232A63D98AE(_thisAdjusted, ___bypass0, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getBypass(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getBypass_mDBFDDB78844494D9F526332A94034F6497621E43 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool* ___bypass0, const RuntimeMethod* method) { { // return FMOD5_DSP_GetBypass(this.handle, out bypass); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___bypass0; int32_t L_2; L_2 = DSP_FMOD5_DSP_GetBypass_mB8DDEB5EC1FCBB89A6058841EBF8E55B0B2121C5((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSP_getBypass_mDBFDDB78844494D9F526332A94034F6497621E43_AdjustorThunk (RuntimeObject * __this, bool* ___bypass0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getBypass_mDBFDDB78844494D9F526332A94034F6497621E43(_thisAdjusted, ___bypass0, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::setWetDryMix(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setWetDryMix_m083AAF8BCA128B9EB1E40514CBF4106A52D2EC12 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, float ___prewet0, float ___postwet1, float ___dry2, const RuntimeMethod* method) { { // return FMOD5_DSP_SetWetDryMix(this.handle, prewet, postwet, dry); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___prewet0; float L_2 = ___postwet1; float L_3 = ___dry2; int32_t L_4; L_4 = DSP_FMOD5_DSP_SetWetDryMix_m06E1B8F574A1EAD3C13EE22C4E76B2460088EEF1((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t DSP_setWetDryMix_m083AAF8BCA128B9EB1E40514CBF4106A52D2EC12_AdjustorThunk (RuntimeObject * __this, float ___prewet0, float ___postwet1, float ___dry2, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_setWetDryMix_m083AAF8BCA128B9EB1E40514CBF4106A52D2EC12(_thisAdjusted, ___prewet0, ___postwet1, ___dry2, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getWetDryMix(System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getWetDryMix_m02F900AA452080536B3AB01D326C5DEB7867D28A (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, float* ___prewet0, float* ___postwet1, float* ___dry2, const RuntimeMethod* method) { { // return FMOD5_DSP_GetWetDryMix(this.handle, out prewet, out postwet, out dry); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___prewet0; float* L_2 = ___postwet1; float* L_3 = ___dry2; int32_t L_4; L_4 = DSP_FMOD5_DSP_GetWetDryMix_m49E2F8F77220A7E0581C6983A13C3B8FAC22CEA4((intptr_t)L_0, (float*)L_1, (float*)L_2, (float*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t DSP_getWetDryMix_m02F900AA452080536B3AB01D326C5DEB7867D28A_AdjustorThunk (RuntimeObject * __this, float* ___prewet0, float* ___postwet1, float* ___dry2, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getWetDryMix_m02F900AA452080536B3AB01D326C5DEB7867D28A(_thisAdjusted, ___prewet0, ___postwet1, ___dry2, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::setChannelFormat(FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setChannelFormat_m07D5D771C3F225C47660011F0D1920C87BE84F96 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, uint32_t ___channelmask0, int32_t ___numchannels1, int32_t ___source_speakermode2, const RuntimeMethod* method) { { // return FMOD5_DSP_SetChannelFormat(this.handle, channelmask, numchannels, source_speakermode); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___channelmask0; int32_t L_2 = ___numchannels1; int32_t L_3 = ___source_speakermode2; int32_t L_4; L_4 = DSP_FMOD5_DSP_SetChannelFormat_mDE1DFA50901B912F963A4446BFBE0A94006CD64C((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t DSP_setChannelFormat_m07D5D771C3F225C47660011F0D1920C87BE84F96_AdjustorThunk (RuntimeObject * __this, uint32_t ___channelmask0, int32_t ___numchannels1, int32_t ___source_speakermode2, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_setChannelFormat_m07D5D771C3F225C47660011F0D1920C87BE84F96(_thisAdjusted, ___channelmask0, ___numchannels1, ___source_speakermode2, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getChannelFormat(FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getChannelFormat_m27B89F61628EBB6D37FACCDEF8B99F15F222DD7D (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, uint32_t* ___channelmask0, int32_t* ___numchannels1, int32_t* ___source_speakermode2, const RuntimeMethod* method) { { // return FMOD5_DSP_GetChannelFormat(this.handle, out channelmask, out numchannels, out source_speakermode); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___channelmask0; int32_t* L_2 = ___numchannels1; int32_t* L_3 = ___source_speakermode2; int32_t L_4; L_4 = DSP_FMOD5_DSP_GetChannelFormat_mF632CE0C11F038BE414DF2506C9AB1C6F5795825((intptr_t)L_0, (uint32_t*)L_1, (int32_t*)L_2, (int32_t*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t DSP_getChannelFormat_m27B89F61628EBB6D37FACCDEF8B99F15F222DD7D_AdjustorThunk (RuntimeObject * __this, uint32_t* ___channelmask0, int32_t* ___numchannels1, int32_t* ___source_speakermode2, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getChannelFormat_m27B89F61628EBB6D37FACCDEF8B99F15F222DD7D(_thisAdjusted, ___channelmask0, ___numchannels1, ___source_speakermode2, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getOutputChannelFormat(FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE,FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getOutputChannelFormat_mE8542D4E19CB074445014F8329E996DF159DEFBB (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, uint32_t ___inmask0, int32_t ___inchannels1, int32_t ___inspeakermode2, uint32_t* ___outmask3, int32_t* ___outchannels4, int32_t* ___outspeakermode5, const RuntimeMethod* method) { { // return FMOD5_DSP_GetOutputChannelFormat(this.handle, inmask, inchannels, inspeakermode, out outmask, out outchannels, out outspeakermode); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___inmask0; int32_t L_2 = ___inchannels1; int32_t L_3 = ___inspeakermode2; uint32_t* L_4 = ___outmask3; int32_t* L_5 = ___outchannels4; int32_t* L_6 = ___outspeakermode5; int32_t L_7; L_7 = DSP_FMOD5_DSP_GetOutputChannelFormat_m3264225FE8A45D2A4D4FA013D3E27B3C90EB22DD((intptr_t)L_0, L_1, L_2, L_3, (uint32_t*)L_4, (int32_t*)L_5, (int32_t*)L_6, /*hidden argument*/NULL); return L_7; } } IL2CPP_EXTERN_C int32_t DSP_getOutputChannelFormat_mE8542D4E19CB074445014F8329E996DF159DEFBB_AdjustorThunk (RuntimeObject * __this, uint32_t ___inmask0, int32_t ___inchannels1, int32_t ___inspeakermode2, uint32_t* ___outmask3, int32_t* ___outchannels4, int32_t* ___outspeakermode5, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getOutputChannelFormat_mE8542D4E19CB074445014F8329E996DF159DEFBB(_thisAdjusted, ___inmask0, ___inchannels1, ___inspeakermode2, ___outmask3, ___outchannels4, ___outspeakermode5, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_reset_mB7B416A756F9D3108D16E0A15FD9C9CA34444323 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, const RuntimeMethod* method) { { // return FMOD5_DSP_Reset(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = DSP_FMOD5_DSP_Reset_m973262C58816A60B7D95A269C86389287AB22C39((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t DSP_reset_mB7B416A756F9D3108D16E0A15FD9C9CA34444323_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_reset_mB7B416A756F9D3108D16E0A15FD9C9CA34444323(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::setParameterFloat(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterFloat_mA34B7D81A6098DECA181ABBFE006D30A9CB80D12 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, float ___value1, const RuntimeMethod* method) { { // return FMOD5_DSP_SetParameterFloat(this.handle, index, value); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; float L_2 = ___value1; int32_t L_3; L_3 = DSP_FMOD5_DSP_SetParameterFloat_m8FC7F69E65DF7E7766F6F1FEE8CBAE699E11211B((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_setParameterFloat_mA34B7D81A6098DECA181ABBFE006D30A9CB80D12_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, float ___value1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_setParameterFloat_mA34B7D81A6098DECA181ABBFE006D30A9CB80D12(_thisAdjusted, ___index0, ___value1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::setParameterInt(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterInt_mA0757ECD4B1960A32A0BF09B91BCD012BCB9D1F6 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method) { { // return FMOD5_DSP_SetParameterInt(this.handle, index, value); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; int32_t L_2 = ___value1; int32_t L_3; L_3 = DSP_FMOD5_DSP_SetParameterInt_mA0E8CEC978BB83C8AF3B97E71C1D84A95EC2DBB0((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_setParameterInt_mA0757ECD4B1960A32A0BF09B91BCD012BCB9D1F6_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_setParameterInt_mA0757ECD4B1960A32A0BF09B91BCD012BCB9D1F6(_thisAdjusted, ___index0, ___value1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::setParameterBool(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterBool_m2EB479B0E44E85518FB5A2D04ED7E2A5C4A1BF42 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, bool ___value1, const RuntimeMethod* method) { { // return FMOD5_DSP_SetParameterBool(this.handle, index, value); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; bool L_2 = ___value1; int32_t L_3; L_3 = DSP_FMOD5_DSP_SetParameterBool_mC367529C3959B9EDD2CB3FB8AE19EE21C9FB2050((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_setParameterBool_m2EB479B0E44E85518FB5A2D04ED7E2A5C4A1BF42_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, bool ___value1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_setParameterBool_m2EB479B0E44E85518FB5A2D04ED7E2A5C4A1BF42(_thisAdjusted, ___index0, ___value1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::setParameterData(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterData_m47972DF6A9F278172C34A878BF62D7782710EE7A (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return FMOD5_DSP_SetParameterData(this.handle, index, Marshal.UnsafeAddrOfPinnedArrayElement(data, 0), (uint)data.Length); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___data1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E(L_2, 0, /*hidden argument*/Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___data1; NullCheck(L_4); int32_t L_5; L_5 = DSP_FMOD5_DSP_SetParameterData_m0D66CF2FCEE49F03C9A489CD97C53155DD392E7B((intptr_t)L_0, L_1, (intptr_t)L_3, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t DSP_setParameterData_m47972DF6A9F278172C34A878BF62D7782710EE7A_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_setParameterData_m47972DF6A9F278172C34A878BF62D7782710EE7A(_thisAdjusted, ___index0, ___data1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getParameterFloat(System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterFloat_mB1E8775B17D47977691F8CAC3A78423FAFB91486 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, float* ___value1, 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_DSP_GetParameterFloat(this.handle, index, out value, IntPtr.Zero, 0); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; float* L_2 = ___value1; int32_t L_3; L_3 = DSP_FMOD5_DSP_GetParameterFloat_m34F5E575C55D260C9006A52604158A6DCAA94BAF((intptr_t)L_0, L_1, (float*)L_2, (intptr_t)(0), 0, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_getParameterFloat_mB1E8775B17D47977691F8CAC3A78423FAFB91486_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, float* ___value1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getParameterFloat_mB1E8775B17D47977691F8CAC3A78423FAFB91486(_thisAdjusted, ___index0, ___value1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getParameterInt(System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterInt_m2AB07835474F89426DE034E99E553C13B0AB93FC (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, int32_t* ___value1, 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_DSP_GetParameterInt(this.handle, index, out value, IntPtr.Zero, 0); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; int32_t* L_2 = ___value1; int32_t L_3; L_3 = DSP_FMOD5_DSP_GetParameterInt_m08B1720FD0EC6C54A065EB9499FD3431D6219D68((intptr_t)L_0, L_1, (int32_t*)L_2, (intptr_t)(0), 0, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_getParameterInt_m2AB07835474F89426DE034E99E553C13B0AB93FC_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, int32_t* ___value1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getParameterInt_m2AB07835474F89426DE034E99E553C13B0AB93FC(_thisAdjusted, ___index0, ___value1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getParameterBool(System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterBool_m34E084831D07C17FC585E158937EA50D5D4ABC53 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, bool* ___value1, 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_DSP_GetParameterBool(this.handle, index, out value, IntPtr.Zero, 0); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; bool* L_2 = ___value1; int32_t L_3; L_3 = DSP_FMOD5_DSP_GetParameterBool_m83E2B9C4767A8B58B134F7308F20978E84E6487C((intptr_t)L_0, L_1, (bool*)L_2, (intptr_t)(0), 0, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_getParameterBool_m34E084831D07C17FC585E158937EA50D5D4ABC53_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, bool* ___value1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getParameterBool_m34E084831D07C17FC585E158937EA50D5D4ABC53(_thisAdjusted, ___index0, ___value1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getParameterData(System.Int32,System.IntPtr&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterData_m21F0B2F50A18566F4764F94EF86D34EF6BBC3897 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, intptr_t* ___data1, uint32_t* ___length2, 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_DSP_GetParameterData(this.handle, index, out data, out length, IntPtr.Zero, 0); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; intptr_t* L_2 = ___data1; uint32_t* L_3 = ___length2; int32_t L_4; L_4 = DSP_FMOD5_DSP_GetParameterData_mCC32E724F72ED153513BAF3618AA511C60D60150((intptr_t)L_0, L_1, (intptr_t*)L_2, (uint32_t*)L_3, (intptr_t)(0), 0, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t DSP_getParameterData_m21F0B2F50A18566F4764F94EF86D34EF6BBC3897_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, intptr_t* ___data1, uint32_t* ___length2, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getParameterData_m21F0B2F50A18566F4764F94EF86D34EF6BBC3897(_thisAdjusted, ___index0, ___data1, ___length2, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getNumParameters(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getNumParameters_m7CA085B7E0AF6A320F1E6DE310225C9EB872FFAF (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t* ___numparams0, const RuntimeMethod* method) { { // return FMOD5_DSP_GetNumParameters(this.handle, out numparams); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numparams0; int32_t L_2; L_2 = DSP_FMOD5_DSP_GetNumParameters_mEAAAC7D603D2EA986DED984541D41A9D0AC77EEB((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSP_getNumParameters_m7CA085B7E0AF6A320F1E6DE310225C9EB872FFAF_AdjustorThunk (RuntimeObject * __this, int32_t* ___numparams0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getNumParameters_m7CA085B7E0AF6A320F1E6DE310225C9EB872FFAF(_thisAdjusted, ___numparams0, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getParameterInfo(System.Int32,FMOD.DSP_PARAMETER_DESC&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterInfo_m0B3ECF1F2290E87B4A90C97624E47958A67A2DAD (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___index0, DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003 * ___desc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { // RESULT result = FMOD5_DSP_GetParameterInfo(this.handle, index, out descPtr); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; int32_t L_2; L_2 = DSP_FMOD5_DSP_GetParameterInfo_m50FC0EF54E556B3F0C494F9001A6EF1A55A3639B((intptr_t)L_0, L_1, (intptr_t*)(&V_0), /*hidden argument*/NULL); // desc = (DSP_PARAMETER_DESC)MarshalHelper.PtrToStructure(descPtr, typeof(DSP_PARAMETER_DESC)); DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003 * L_3 = ___desc1; intptr_t L_4 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_5, /*hidden argument*/NULL); RuntimeObject * L_7; L_7 = MarshalHelper_PtrToStructure_mF84AE7F6EF0D5661989700B4A2DDF1CBB8276EC7((intptr_t)L_4, L_6, /*hidden argument*/NULL); *(DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003 *)L_3 = ((*(DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003 *)((DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003 *)UnBox(L_7, DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_il2cpp_TypeInfo_var)))); Il2CppCodeGenWriteBarrier((void**)&(((DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003 *)L_3)->___name_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003 *)L_3)->___label_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003 *)L_3)->___description_3), (void*)NULL); #endif // return result; return L_2; } } IL2CPP_EXTERN_C int32_t DSP_getParameterInfo_m0B3ECF1F2290E87B4A90C97624E47958A67A2DAD_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003 * ___desc1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getParameterInfo_m0B3ECF1F2290E87B4A90C97624E47958A67A2DAD(_thisAdjusted, ___index0, ___desc1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getDataParameterIndex(System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getDataParameterIndex_m78CAD636139E5024AE209955417023B78CC8244E (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t ___datatype0, int32_t* ___index1, const RuntimeMethod* method) { { // return FMOD5_DSP_GetDataParameterIndex(this.handle, datatype, out index); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___datatype0; int32_t* L_2 = ___index1; int32_t L_3; L_3 = DSP_FMOD5_DSP_GetDataParameterIndex_m7933A088F0DB2AB69DCF03739A03CDEB7E1D6A86((intptr_t)L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_getDataParameterIndex_m78CAD636139E5024AE209955417023B78CC8244E_AdjustorThunk (RuntimeObject * __this, int32_t ___datatype0, int32_t* ___index1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getDataParameterIndex_m78CAD636139E5024AE209955417023B78CC8244E(_thisAdjusted, ___datatype0, ___index1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::showConfigDialog(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_showConfigDialog_m5BD1CC3BE28F7BD95D083721F278E1B25FE879B0 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, intptr_t ___hwnd0, bool ___show1, const RuntimeMethod* method) { { // return FMOD5_DSP_ShowConfigDialog(this.handle, hwnd, show); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___hwnd0; bool L_2 = ___show1; int32_t L_3; L_3 = DSP_FMOD5_DSP_ShowConfigDialog_mAD819E598B0CACD6DC114FEEC731FAFF0AB1174E((intptr_t)L_0, (intptr_t)L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_showConfigDialog_m5BD1CC3BE28F7BD95D083721F278E1B25FE879B0_AdjustorThunk (RuntimeObject * __this, intptr_t ___hwnd0, bool ___show1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_showConfigDialog_m5BD1CC3BE28F7BD95D083721F278E1B25FE879B0(_thisAdjusted, ___hwnd0, ___show1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getInfo(System.String&,System.UInt32&,System.Int32&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getInfo_mC64A8D3730DAF1F8CAEB3B0EA46D319E0D84638F (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, String_t** ___name0, uint32_t* ___version1, int32_t* ___channels2, int32_t* ___configwidth3, int32_t* ___configheight4, 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 nameMem = Marshal.AllocHGlobal(32); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(((int32_t)32), /*hidden argument*/NULL); V_0 = (intptr_t)L_0; // RESULT result = FMOD5_DSP_GetInfo(this.handle, nameMem, out version, out channels, out configwidth, out configheight); intptr_t L_1 = __this->get_handle_0(); intptr_t L_2 = V_0; uint32_t* L_3 = ___version1; int32_t* L_4 = ___channels2; int32_t* L_5 = ___configwidth3; int32_t* L_6 = ___configheight4; int32_t L_7; L_7 = DSP_FMOD5_DSP_GetInfo_m5CFA58B7DD3D5C680EC84846BD57B5883741052F((intptr_t)L_1, (intptr_t)L_2, (uint32_t*)L_3, (int32_t*)L_4, (int32_t*)L_5, (int32_t*)L_6, /*hidden argument*/NULL); V_1 = L_7; // using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper()) IL2CPP_RUNTIME_CLASS_INIT(StringHelper_t6ECA2959E47C57368910FCEB71728BBDC58FCFAC_il2cpp_TypeInfo_var); ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8; L_8 = StringHelper_GetFreeHelper_m53201B7471A19247ED2A82EB21F4F5B8AB1C7DFE(/*hidden argument*/NULL); V_2 = L_8; } IL_0021: try { // begin try (depth: 1) // name = encoder.stringFromNative(nameMem); String_t** L_9 = ___name0; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_10 = V_2; intptr_t L_11 = V_0; NullCheck(L_10); String_t* L_12; L_12 = ThreadSafeEncoding_stringFromNative_mC8F16234AA2F887DD608463B826DB612F4998234(L_10, (intptr_t)L_11, /*hidden argument*/NULL); *((RuntimeObject **)L_9) = (RuntimeObject *)L_12; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_9, (void*)(RuntimeObject *)L_12); // } 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_13 = V_2; if (!L_13) { goto IL_0035; } } IL_002f: { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_14 = V_2; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_14); } 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(nameMem); intptr_t L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_15, /*hidden argument*/NULL); // return result; int32_t L_16 = V_1; return L_16; } } IL2CPP_EXTERN_C int32_t DSP_getInfo_mC64A8D3730DAF1F8CAEB3B0EA46D319E0D84638F_AdjustorThunk (RuntimeObject * __this, String_t** ___name0, uint32_t* ___version1, int32_t* ___channels2, int32_t* ___configwidth3, int32_t* ___configheight4, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getInfo_mC64A8D3730DAF1F8CAEB3B0EA46D319E0D84638F(_thisAdjusted, ___name0, ___version1, ___channels2, ___configwidth3, ___configheight4, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getInfo(System.UInt32&,System.Int32&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getInfo_m4CC5F67140BEA0A77465EA0FDDB8689F051BD008 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, uint32_t* ___version0, int32_t* ___channels1, int32_t* ___configwidth2, int32_t* ___configheight3, 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_DSP_GetInfo(this.handle, IntPtr.Zero, out version, out channels, out configwidth, out configheight); ; intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___version0; int32_t* L_2 = ___channels1; int32_t* L_3 = ___configwidth2; int32_t* L_4 = ___configheight3; int32_t L_5; L_5 = DSP_FMOD5_DSP_GetInfo_m5CFA58B7DD3D5C680EC84846BD57B5883741052F((intptr_t)L_0, (intptr_t)(0), (uint32_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 DSP_getInfo_m4CC5F67140BEA0A77465EA0FDDB8689F051BD008_AdjustorThunk (RuntimeObject * __this, uint32_t* ___version0, int32_t* ___channels1, int32_t* ___configwidth2, int32_t* ___configheight3, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getInfo_m4CC5F67140BEA0A77465EA0FDDB8689F051BD008(_thisAdjusted, ___version0, ___channels1, ___configwidth2, ___configheight3, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getType(FMOD.DSP_TYPE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getType_mBA922589306DCBC5D89D2130D97117E3C69FA2E7 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, int32_t* ___type0, const RuntimeMethod* method) { { // return FMOD5_DSP_GetType(this.handle, out type); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___type0; int32_t L_2; L_2 = DSP_FMOD5_DSP_GetType_m266B496E9DB146935D53A653E9C3E8C90502B7E9((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSP_getType_mBA922589306DCBC5D89D2130D97117E3C69FA2E7_AdjustorThunk (RuntimeObject * __this, int32_t* ___type0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getType_mBA922589306DCBC5D89D2130D97117E3C69FA2E7(_thisAdjusted, ___type0, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getIdle(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getIdle_m550F0617D20F68BEECA0FDFEBBE129EA25745997 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool* ___idle0, const RuntimeMethod* method) { { // return FMOD5_DSP_GetIdle(this.handle, out idle); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___idle0; int32_t L_2; L_2 = DSP_FMOD5_DSP_GetIdle_m9609CBEEF4C1152FEBFDD8C63A6F058021ADB134((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSP_getIdle_m550F0617D20F68BEECA0FDFEBBE129EA25745997_AdjustorThunk (RuntimeObject * __this, bool* ___idle0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getIdle_m550F0617D20F68BEECA0FDFEBBE129EA25745997(_thisAdjusted, ___idle0, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setUserData_m4ED0938F4D94C1115EA9DF941CFA9DDBF6212BE9 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, intptr_t ___userdata0, const RuntimeMethod* method) { { // return FMOD5_DSP_SetUserData(this.handle, userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___userdata0; int32_t L_2; L_2 = DSP_FMOD5_DSP_SetUserData_mB893C3C0BDAE45531CDE777797FF675C18803493((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSP_setUserData_m4ED0938F4D94C1115EA9DF941CFA9DDBF6212BE9_AdjustorThunk (RuntimeObject * __this, intptr_t ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_setUserData_m4ED0938F4D94C1115EA9DF941CFA9DDBF6212BE9(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getUserData_mFD7A3EDDAB08462A532C358786AD884637E0A104 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { { // return FMOD5_DSP_GetUserData(this.handle, out userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___userdata0; int32_t L_2; L_2 = DSP_FMOD5_DSP_GetUserData_mD7246CC5E040B6C7388F1C792F1DC340DACE18E7((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSP_getUserData_mFD7A3EDDAB08462A532C358786AD884637E0A104_AdjustorThunk (RuntimeObject * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getUserData_mFD7A3EDDAB08462A532C358786AD884637E0A104(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::setMeteringEnabled(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setMeteringEnabled_m66FE82EB71B617AFAB0E948857B20CBA7764A14A (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool ___inputEnabled0, bool ___outputEnabled1, const RuntimeMethod* method) { { // return FMOD5_DSP_SetMeteringEnabled(this.handle, inputEnabled, outputEnabled); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___inputEnabled0; bool L_2 = ___outputEnabled1; int32_t L_3; L_3 = DSP_FMOD5_DSP_SetMeteringEnabled_mE5E6185C831CE15AAE128668BB58D3FC45A32638((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_setMeteringEnabled_m66FE82EB71B617AFAB0E948857B20CBA7764A14A_AdjustorThunk (RuntimeObject * __this, bool ___inputEnabled0, bool ___outputEnabled1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_setMeteringEnabled_m66FE82EB71B617AFAB0E948857B20CBA7764A14A(_thisAdjusted, ___inputEnabled0, ___outputEnabled1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getMeteringEnabled(System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringEnabled_m4ADEA0F423FBF9868C2D1FEE2FAB4520FBACD287 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, bool* ___inputEnabled0, bool* ___outputEnabled1, const RuntimeMethod* method) { { // return FMOD5_DSP_GetMeteringEnabled(this.handle, out inputEnabled, out outputEnabled); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___inputEnabled0; bool* L_2 = ___outputEnabled1; int32_t L_3; L_3 = DSP_FMOD5_DSP_GetMeteringEnabled_mF4B5C1214357EE4CC3763CC1F49ACDE40C236C6B((intptr_t)L_0, (bool*)L_1, (bool*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_getMeteringEnabled_m4ADEA0F423FBF9868C2D1FEE2FAB4520FBACD287_AdjustorThunk (RuntimeObject * __this, bool* ___inputEnabled0, bool* ___outputEnabled1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getMeteringEnabled_m4ADEA0F423FBF9868C2D1FEE2FAB4520FBACD287(_thisAdjusted, ___inputEnabled0, ___outputEnabled1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getMeteringInfo(System.IntPtr,FMOD.DSP_METERING_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringInfo_mE966F1A10B54544DDA180E52C26D4596978A3A4C (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, intptr_t ___zero0, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___outputInfo1, const RuntimeMethod* method) { { // return FMOD5_DSP_GetMeteringInfo(this.handle, zero, out outputInfo); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___zero0; DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * L_2 = ___outputInfo1; int32_t L_3; L_3 = DSP_FMOD5_DSP_GetMeteringInfo_m53F4EC22B79BEED5F827E71B913D1BD127188395((intptr_t)L_0, (intptr_t)L_1, (DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_getMeteringInfo_mE966F1A10B54544DDA180E52C26D4596978A3A4C_AdjustorThunk (RuntimeObject * __this, intptr_t ___zero0, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___outputInfo1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getMeteringInfo_mE966F1A10B54544DDA180E52C26D4596978A3A4C(_thisAdjusted, ___zero0, ___outputInfo1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getMeteringInfo(FMOD.DSP_METERING_INFO&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringInfo_mB4C214FE90EAE5930541C1A088CC476DED89011F (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___inputInfo0, intptr_t ___zero1, const RuntimeMethod* method) { { // return FMOD5_DSP_GetMeteringInfo(this.handle, out inputInfo, zero); intptr_t L_0 = __this->get_handle_0(); DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * L_1 = ___inputInfo0; intptr_t L_2 = ___zero1; int32_t L_3; L_3 = DSP_FMOD5_DSP_GetMeteringInfo_m354208F5AC33A5195651238CD672F52759A401F9((intptr_t)L_0, (DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_getMeteringInfo_mB4C214FE90EAE5930541C1A088CC476DED89011F_AdjustorThunk (RuntimeObject * __this, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___inputInfo0, intptr_t ___zero1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getMeteringInfo_mB4C214FE90EAE5930541C1A088CC476DED89011F(_thisAdjusted, ___inputInfo0, ___zero1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getMeteringInfo(FMOD.DSP_METERING_INFO&,FMOD.DSP_METERING_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringInfo_mA6E6657CA84643AA3A2002E0311E8DB39FE84E46 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___inputInfo0, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___outputInfo1, const RuntimeMethod* method) { { // return FMOD5_DSP_GetMeteringInfo(this.handle, out inputInfo, out outputInfo); intptr_t L_0 = __this->get_handle_0(); DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * L_1 = ___inputInfo0; DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * L_2 = ___outputInfo1; int32_t L_3; L_3 = DSP_FMOD5_DSP_GetMeteringInfo_m462931B26A0C7B9FE7FDE2C326D4B83EE9C109BB((intptr_t)L_0, (DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D *)L_1, (DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_getMeteringInfo_mA6E6657CA84643AA3A2002E0311E8DB39FE84E46_AdjustorThunk (RuntimeObject * __this, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___inputInfo0, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___outputInfo1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getMeteringInfo_mA6E6657CA84643AA3A2002E0311E8DB39FE84E46(_thisAdjusted, ___inputInfo0, ___outputInfo1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::getCPUUsage(System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getCPUUsage_m294BF8663EC6C80810A1FCA838BAB9AABBB087FF (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, uint32_t* ___exclusive0, uint32_t* ___inclusive1, const RuntimeMethod* method) { { // return FMOD5_DSP_GetCPUUsage(this.handle, out exclusive, out inclusive); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___exclusive0; uint32_t* L_2 = ___inclusive1; int32_t L_3; L_3 = DSP_FMOD5_DSP_GetCPUUsage_mF4148F8EF6A254633D3C1D26AF017FC7157BE087((intptr_t)L_0, (uint32_t*)L_1, (uint32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSP_getCPUUsage_m294BF8663EC6C80810A1FCA838BAB9AABBB087FF_AdjustorThunk (RuntimeObject * __this, uint32_t* ___exclusive0, uint32_t* ___inclusive1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSP_getCPUUsage_m294BF8663EC6C80810A1FCA838BAB9AABBB087FF(_thisAdjusted, ___exclusive0, ___inclusive1, method); return _returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_Release_mA8D09870AFCA007D49BA880AAA5B0F70063AB227 (intptr_t ___dsp0, 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_DSP_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_DSP_Release)(___dsp0); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetSystemObject(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetSystemObject_m5BC8BEEDE7C7D042857C1AE95CFBDF0917633529 (intptr_t ___dsp0, 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_DSP_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_DSP_GetSystemObject)(___dsp0, ___system1); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___system1); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_AddInput(System.IntPtr,System.IntPtr,System.IntPtr,FMOD.DSPCONNECTION_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_AddInput_m87ACB962787044645AADAD573D8969CAF1112080 (intptr_t ___dsp0, intptr_t ___input1, intptr_t ___zero2, int32_t ___type3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, 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(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_AddInput", 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_DSP_AddInput)(___dsp0, ___input1, ___zero2, ___type3); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___input1, ___zero2, ___type3); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_AddInput(System.IntPtr,System.IntPtr,System.IntPtr&,FMOD.DSPCONNECTION_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_AddInput_m31B3ECB8C94C6A2AC51DF3F4697EAC1101286DAF (intptr_t ___dsp0, intptr_t ___input1, intptr_t* ___connection2, int32_t ___type3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, 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(intptr_t*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_AddInput", 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_DSP_AddInput)(___dsp0, ___input1, ___connection2, ___type3); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___input1, ___connection2, ___type3); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_DisconnectFrom(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_DisconnectFrom_m2B3F069B3709365F183BCC081602ECD8E76A3C80 (intptr_t ___dsp0, intptr_t ___target1, intptr_t ___connection2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, 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) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_DisconnectFrom", 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_DSP_DisconnectFrom)(___dsp0, ___target1, ___connection2); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___target1, ___connection2); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_DisconnectAll(System.IntPtr,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_DisconnectAll_m4A13D80785D4F14F107B6F6D580D81A32CBBCBB9 (intptr_t ___dsp0, bool ___inputs1, bool ___outputs2, 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) + 4 + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_DisconnectAll", 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_DSP_DisconnectAll)(___dsp0, static_cast(___inputs1), static_cast(___outputs2)); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, static_cast(___inputs1), static_cast(___outputs2)); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetNumInputs(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetNumInputs_m9580E7413B1D475269E39D663644BE7BE8B64D52 (intptr_t ___dsp0, int32_t* ___numinputs1, 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_DSP_GetNumInputs", 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_DSP_GetNumInputs)(___dsp0, ___numinputs1); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___numinputs1); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetNumOutputs(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetNumOutputs_m21F6B9412B4884C32BE2AFDC945C7C88A9BA326B (intptr_t ___dsp0, int32_t* ___numoutputs1, 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_DSP_GetNumOutputs", 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_DSP_GetNumOutputs)(___dsp0, ___numoutputs1); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___numoutputs1); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetInput(System.IntPtr,System.Int32,System.IntPtr&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetInput_m9DABCD6C41FF9A1265F944CABF9B446E94393066 (intptr_t ___dsp0, int32_t ___index1, intptr_t* ___input2, intptr_t* ___inputconnection3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_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*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_GetInput", 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_DSP_GetInput)(___dsp0, ___index1, ___input2, ___inputconnection3); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___index1, ___input2, ___inputconnection3); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetOutput(System.IntPtr,System.Int32,System.IntPtr&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetOutput_m583C77C8C5CBA6D62F11B66BCD9D41D7EEAD9CB4 (intptr_t ___dsp0, int32_t ___index1, intptr_t* ___output2, intptr_t* ___outputconnection3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_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*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_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_DSP_GetOutput)(___dsp0, ___index1, ___output2, ___outputconnection3); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___index1, ___output2, ___outputconnection3); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetActive(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetActive_m09AE6C539B17FB9A3D4894B0A0FFD4D29DEB9C36 (intptr_t ___dsp0, bool ___active1, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_SetActive", 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_DSP_SetActive)(___dsp0, static_cast(___active1)); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, static_cast(___active1)); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetActive(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetActive_m016FD6E4B361D645D4B4BA36711FB0FC5151A46B (intptr_t ___dsp0, bool* ___active1, 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_DSP_GetActive", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___active1' to native representation int32_t ____active1_empty = 0; int32_t* ____active1_marshaled = &____active1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_DSP_GetActive)(___dsp0, ____active1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ____active1_marshaled); #endif // Marshaling of parameter '___active1' back from native representation bool _____active1_marshaled_unmarshaled_dereferenced = false; _____active1_marshaled_unmarshaled_dereferenced = static_cast(*____active1_marshaled); *___active1 = _____active1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetBypass(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetBypass_m2CC38FF6CCBE1B97CEC5FC35EB7A20BA5F1CC5A3 (intptr_t ___dsp0, bool ___bypass1, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_SetBypass", 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_DSP_SetBypass)(___dsp0, static_cast(___bypass1)); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, static_cast(___bypass1)); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetBypass(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetBypass_mB8DDEB5EC1FCBB89A6058841EBF8E55B0B2121C5 (intptr_t ___dsp0, bool* ___bypass1, 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_DSP_GetBypass", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___bypass1' to native representation int32_t ____bypass1_empty = 0; int32_t* ____bypass1_marshaled = &____bypass1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_DSP_GetBypass)(___dsp0, ____bypass1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ____bypass1_marshaled); #endif // Marshaling of parameter '___bypass1' back from native representation bool _____bypass1_marshaled_unmarshaled_dereferenced = false; _____bypass1_marshaled_unmarshaled_dereferenced = static_cast(*____bypass1_marshaled); *___bypass1 = _____bypass1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetWetDryMix(System.IntPtr,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetWetDryMix_m06E1B8F574A1EAD3C13EE22C4E76B2460088EEF1 (intptr_t ___dsp0, float ___prewet1, float ___postwet2, float ___dry3, 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_DSP_SetWetDryMix", 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_DSP_SetWetDryMix)(___dsp0, ___prewet1, ___postwet2, ___dry3); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___prewet1, ___postwet2, ___dry3); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetWetDryMix(System.IntPtr,System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetWetDryMix_m49E2F8F77220A7E0581C6983A13C3B8FAC22CEA4 (intptr_t ___dsp0, float* ___prewet1, float* ___postwet2, float* ___dry3, 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_DSP_GetWetDryMix", 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_DSP_GetWetDryMix)(___dsp0, ___prewet1, ___postwet2, ___dry3); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___prewet1, ___postwet2, ___dry3); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetChannelFormat(System.IntPtr,FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetChannelFormat_mDE1DFA50901B912F963A4446BFBE0A94006CD64C (intptr_t ___dsp0, uint32_t ___channelmask1, int32_t ___numchannels2, int32_t ___source_speakermode3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_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(uint32_t) + sizeof(int32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_SetChannelFormat", 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_DSP_SetChannelFormat)(___dsp0, ___channelmask1, ___numchannels2, ___source_speakermode3); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___channelmask1, ___numchannels2, ___source_speakermode3); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetChannelFormat(System.IntPtr,FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetChannelFormat_mF632CE0C11F038BE414DF2506C9AB1C6F5795825 (intptr_t ___dsp0, uint32_t* ___channelmask1, int32_t* ___numchannels2, int32_t* ___source_speakermode3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_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(uint32_t*) + sizeof(int32_t*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_GetChannelFormat", 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_DSP_GetChannelFormat)(___dsp0, ___channelmask1, ___numchannels2, ___source_speakermode3); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___channelmask1, ___numchannels2, ___source_speakermode3); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetOutputChannelFormat(System.IntPtr,FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE,FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetOutputChannelFormat_m3264225FE8A45D2A4D4FA013D3E27B3C90EB22DD (intptr_t ___dsp0, uint32_t ___inmask1, int32_t ___inchannels2, int32_t ___inspeakermode3, uint32_t* ___outmask4, int32_t* ___outchannels5, int32_t* ___outspeakermode6, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, int32_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(uint32_t) + sizeof(int32_t) + sizeof(int32_t) + sizeof(uint32_t*) + sizeof(int32_t*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_GetOutputChannelFormat", 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_DSP_GetOutputChannelFormat)(___dsp0, ___inmask1, ___inchannels2, ___inspeakermode3, ___outmask4, ___outchannels5, ___outspeakermode6); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___inmask1, ___inchannels2, ___inspeakermode3, ___outmask4, ___outchannels5, ___outspeakermode6); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_Reset(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_Reset_m973262C58816A60B7D95A269C86389287AB22C39 (intptr_t ___dsp0, 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_DSP_Reset", 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_DSP_Reset)(___dsp0); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterFloat(System.IntPtr,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterFloat_m8FC7F69E65DF7E7766F6F1FEE8CBAE699E11211B (intptr_t ___dsp0, int32_t ___index1, float ___value2, 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_DSP_SetParameterFloat", 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_DSP_SetParameterFloat)(___dsp0, ___index1, ___value2); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___index1, ___value2); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterInt(System.IntPtr,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterInt_mA0E8CEC978BB83C8AF3B97E71C1D84A95EC2DBB0 (intptr_t ___dsp0, int32_t ___index1, int32_t ___value2, 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_DSP_SetParameterInt", 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_DSP_SetParameterInt)(___dsp0, ___index1, ___value2); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___index1, ___value2); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterBool(System.IntPtr,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterBool_mC367529C3959B9EDD2CB3FB8AE19EE21C9FB2050 (intptr_t ___dsp0, int32_t ___index1, bool ___value2, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_SetParameterBool", 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_DSP_SetParameterBool)(___dsp0, ___index1, static_cast(___value2)); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___index1, static_cast(___value2)); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterData(System.IntPtr,System.Int32,System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterData_m0D66CF2FCEE49F03C9A489CD97C53155DD392E7B (intptr_t ___dsp0, int32_t ___index1, intptr_t ___data2, uint32_t ___length3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_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(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_SetParameterData", 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_DSP_SetParameterData)(___dsp0, ___index1, ___data2, ___length3); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___index1, ___data2, ___length3); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterFloat(System.IntPtr,System.Int32,System.Single&,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterFloat_m34F5E575C55D260C9006A52604158A6DCAA94BAF (intptr_t ___dsp0, int32_t ___index1, float* ___value2, intptr_t ___valuestr3, int32_t ___valuestrlen4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float*, 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(float*) + sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_GetParameterFloat", 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_DSP_GetParameterFloat)(___dsp0, ___index1, ___value2, ___valuestr3, ___valuestrlen4); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___index1, ___value2, ___valuestr3, ___valuestrlen4); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterInt(System.IntPtr,System.Int32,System.Int32&,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterInt_m08B1720FD0EC6C54A065EB9499FD3431D6219D68 (intptr_t ___dsp0, int32_t ___index1, int32_t* ___value2, intptr_t ___valuestr3, int32_t ___valuestrlen4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_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(int32_t*) + sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_GetParameterInt", 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_DSP_GetParameterInt)(___dsp0, ___index1, ___value2, ___valuestr3, ___valuestrlen4); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___index1, ___value2, ___valuestr3, ___valuestrlen4); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterBool(System.IntPtr,System.Int32,System.Boolean&,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterBool_m83E2B9C4767A8B58B134F7308F20978E84E6487C (intptr_t ___dsp0, int32_t ___index1, bool* ___value2, intptr_t ___valuestr3, int32_t ___valuestrlen4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_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(int32_t*) + sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_GetParameterBool", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___value2' to native representation int32_t ____value2_empty = 0; int32_t* ____value2_marshaled = &____value2_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_DSP_GetParameterBool)(___dsp0, ___index1, ____value2_marshaled, ___valuestr3, ___valuestrlen4); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___index1, ____value2_marshaled, ___valuestr3, ___valuestrlen4); #endif // Marshaling of parameter '___value2' back from native representation bool _____value2_marshaled_unmarshaled_dereferenced = false; _____value2_marshaled_unmarshaled_dereferenced = static_cast(*____value2_marshaled); *___value2 = _____value2_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterData(System.IntPtr,System.Int32,System.IntPtr&,System.UInt32&,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterData_mCC32E724F72ED153513BAF3618AA511C60D60150 (intptr_t ___dsp0, int32_t ___index1, intptr_t* ___data2, uint32_t* ___length3, intptr_t ___valuestr4, int32_t ___valuestrlen5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*, uint32_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*) + sizeof(uint32_t*) + sizeof(intptr_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_GetParameterData", 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_DSP_GetParameterData)(___dsp0, ___index1, ___data2, ___length3, ___valuestr4, ___valuestrlen5); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___index1, ___data2, ___length3, ___valuestr4, ___valuestrlen5); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetNumParameters(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetNumParameters_mEAAAC7D603D2EA986DED984541D41A9D0AC77EEB (intptr_t ___dsp0, int32_t* ___numparams1, 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_DSP_GetNumParameters", 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_DSP_GetNumParameters)(___dsp0, ___numparams1); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___numparams1); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterInfo(System.IntPtr,System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterInfo_m50FC0EF54E556B3F0C494F9001A6EF1A55A3639B (intptr_t ___dsp0, int32_t ___index1, intptr_t* ___desc2, 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_DSP_GetParameterInfo", 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_DSP_GetParameterInfo)(___dsp0, ___index1, ___desc2); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___index1, ___desc2); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetDataParameterIndex(System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetDataParameterIndex_m7933A088F0DB2AB69DCF03739A03CDEB7E1D6A86 (intptr_t ___dsp0, int32_t ___datatype1, int32_t* ___index2, 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_DSP_GetDataParameterIndex", 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_DSP_GetDataParameterIndex)(___dsp0, ___datatype1, ___index2); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___datatype1, ___index2); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_ShowConfigDialog(System.IntPtr,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_ShowConfigDialog_mAD819E598B0CACD6DC114FEEC731FAFF0AB1174E (intptr_t ___dsp0, intptr_t ___hwnd1, bool ___show2, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_ShowConfigDialog", 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_DSP_ShowConfigDialog)(___dsp0, ___hwnd1, static_cast(___show2)); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___hwnd1, static_cast(___show2)); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetInfo(System.IntPtr,System.IntPtr,System.UInt32&,System.Int32&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetInfo_m5CFA58B7DD3D5C680EC84846BD57B5883741052F (intptr_t ___dsp0, intptr_t ___name1, uint32_t* ___version2, int32_t* ___channels3, int32_t* ___configwidth4, int32_t* ___configheight5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, uint32_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(intptr_t) + sizeof(uint32_t*) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_GetInfo", 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_DSP_GetInfo)(___dsp0, ___name1, ___version2, ___channels3, ___configwidth4, ___configheight5); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___name1, ___version2, ___channels3, ___configwidth4, ___configheight5); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetType(System.IntPtr,FMOD.DSP_TYPE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetType_m266B496E9DB146935D53A653E9C3E8C90502B7E9 (intptr_t ___dsp0, int32_t* ___type1, 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_DSP_GetType", 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_DSP_GetType)(___dsp0, ___type1); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___type1); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetIdle(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetIdle_m9609CBEEF4C1152FEBFDD8C63A6F058021ADB134 (intptr_t ___dsp0, bool* ___idle1, 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_DSP_GetIdle", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___idle1' to native representation int32_t ____idle1_empty = 0; int32_t* ____idle1_marshaled = &____idle1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_DSP_GetIdle)(___dsp0, ____idle1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ____idle1_marshaled); #endif // Marshaling of parameter '___idle1' back from native representation bool _____idle1_marshaled_unmarshaled_dereferenced = false; _____idle1_marshaled_unmarshaled_dereferenced = static_cast(*____idle1_marshaled); *___idle1 = _____idle1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetUserData_mB893C3C0BDAE45531CDE777797FF675C18803493 (intptr_t ___dsp0, 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_DSP_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_DSP_SetUserData)(___dsp0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetUserData_mD7246CC5E040B6C7388F1C792F1DC340DACE18E7 (intptr_t ___dsp0, 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_DSP_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_DSP_GetUserData)(___dsp0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetMeteringEnabled(System.IntPtr,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetMeteringEnabled_mE5E6185C831CE15AAE128668BB58D3FC45A32638 (intptr_t ___dsp0, bool ___inputEnabled1, bool ___outputEnabled2, 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) + 4 + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_SetMeteringEnabled", 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_DSP_SetMeteringEnabled)(___dsp0, static_cast(___inputEnabled1), static_cast(___outputEnabled2)); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, static_cast(___inputEnabled1), static_cast(___outputEnabled2)); #endif return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringEnabled(System.IntPtr,System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringEnabled_mF4B5C1214357EE4CC3763CC1F49ACDE40C236C6B (intptr_t ___dsp0, bool* ___inputEnabled1, bool* ___outputEnabled2, 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_DSP_GetMeteringEnabled", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___inputEnabled1' to native representation int32_t ____inputEnabled1_empty = 0; int32_t* ____inputEnabled1_marshaled = &____inputEnabled1_empty; // Marshaling of parameter '___outputEnabled2' to native representation int32_t ____outputEnabled2_empty = 0; int32_t* ____outputEnabled2_marshaled = &____outputEnabled2_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_DSP_GetMeteringEnabled)(___dsp0, ____inputEnabled1_marshaled, ____outputEnabled2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ____inputEnabled1_marshaled, ____outputEnabled2_marshaled); #endif // Marshaling of parameter '___inputEnabled1' back from native representation bool _____inputEnabled1_marshaled_unmarshaled_dereferenced = false; _____inputEnabled1_marshaled_unmarshaled_dereferenced = static_cast(*____inputEnabled1_marshaled); *___inputEnabled1 = _____inputEnabled1_marshaled_unmarshaled_dereferenced; // Marshaling of parameter '___outputEnabled2' back from native representation bool _____outputEnabled2_marshaled_unmarshaled_dereferenced = false; _____outputEnabled2_marshaled_unmarshaled_dereferenced = static_cast(*____outputEnabled2_marshaled); *___outputEnabled2 = _____outputEnabled2_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringInfo(System.IntPtr,System.IntPtr,FMOD.DSP_METERING_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringInfo_m53F4EC22B79BEED5F827E71B913D1BD127188395 (intptr_t ___dsp0, intptr_t ___zero1, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___outputInfo2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_GetMeteringInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___outputInfo2' to native representation DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke ____outputInfo2_empty = {}; DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke* ____outputInfo2_marshaled = &____outputInfo2_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_DSP_GetMeteringInfo)(___dsp0, ___zero1, ____outputInfo2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___zero1, ____outputInfo2_marshaled); #endif // Marshaling of parameter '___outputInfo2' back from native representation DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D _____outputInfo2_marshaled_unmarshaled_dereferenced; memset((&_____outputInfo2_marshaled_unmarshaled_dereferenced), 0, sizeof(_____outputInfo2_marshaled_unmarshaled_dereferenced)); DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_pinvoke_back(*____outputInfo2_marshaled, _____outputInfo2_marshaled_unmarshaled_dereferenced); *___outputInfo2 = _____outputInfo2_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((___outputInfo2)->___peaklevel_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___outputInfo2)->___rmslevel_2), (void*)NULL); #endif // Marshaling cleanup of parameter '___outputInfo2' native representation DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_pinvoke_cleanup(*____outputInfo2_marshaled); return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringInfo(System.IntPtr,FMOD.DSP_METERING_INFO&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringInfo_m354208F5AC33A5195651238CD672F52759A401F9 (intptr_t ___dsp0, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___inputInfo1, intptr_t ___zero2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_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_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke*) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_GetMeteringInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___inputInfo1' to native representation DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke ____inputInfo1_empty = {}; DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke* ____inputInfo1_marshaled = &____inputInfo1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_DSP_GetMeteringInfo)(___dsp0, ____inputInfo1_marshaled, ___zero2); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ____inputInfo1_marshaled, ___zero2); #endif // Marshaling of parameter '___inputInfo1' back from native representation DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D _____inputInfo1_marshaled_unmarshaled_dereferenced; memset((&_____inputInfo1_marshaled_unmarshaled_dereferenced), 0, sizeof(_____inputInfo1_marshaled_unmarshaled_dereferenced)); DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_pinvoke_back(*____inputInfo1_marshaled, _____inputInfo1_marshaled_unmarshaled_dereferenced); *___inputInfo1 = _____inputInfo1_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((___inputInfo1)->___peaklevel_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___inputInfo1)->___rmslevel_2), (void*)NULL); #endif // Marshaling cleanup of parameter '___inputInfo1' native representation DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_pinvoke_cleanup(*____inputInfo1_marshaled); return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringInfo(System.IntPtr,FMOD.DSP_METERING_INFO&,FMOD.DSP_METERING_INFO&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringInfo_m462931B26A0C7B9FE7FDE2C326D4B83EE9C109BB (intptr_t ___dsp0, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___inputInfo1, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D * ___outputInfo2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke*, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke*) + sizeof(DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSP_GetMeteringInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___inputInfo1' to native representation DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke ____inputInfo1_empty = {}; DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke* ____inputInfo1_marshaled = &____inputInfo1_empty; // Marshaling of parameter '___outputInfo2' to native representation DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke ____outputInfo2_empty = {}; DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke* ____outputInfo2_marshaled = &____outputInfo2_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_DSP_GetMeteringInfo)(___dsp0, ____inputInfo1_marshaled, ____outputInfo2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ____inputInfo1_marshaled, ____outputInfo2_marshaled); #endif // Marshaling of parameter '___inputInfo1' back from native representation DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D _____inputInfo1_marshaled_unmarshaled_dereferenced; memset((&_____inputInfo1_marshaled_unmarshaled_dereferenced), 0, sizeof(_____inputInfo1_marshaled_unmarshaled_dereferenced)); DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_pinvoke_back(*____inputInfo1_marshaled, _____inputInfo1_marshaled_unmarshaled_dereferenced); *___inputInfo1 = _____inputInfo1_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((___inputInfo1)->___peaklevel_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___inputInfo1)->___rmslevel_2), (void*)NULL); #endif // Marshaling cleanup of parameter '___inputInfo1' native representation DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_pinvoke_cleanup(*____inputInfo1_marshaled); // Marshaling of parameter '___outputInfo2' back from native representation DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D _____outputInfo2_marshaled_unmarshaled_dereferenced; memset((&_____outputInfo2_marshaled_unmarshaled_dereferenced), 0, sizeof(_____outputInfo2_marshaled_unmarshaled_dereferenced)); DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_pinvoke_back(*____outputInfo2_marshaled, _____outputInfo2_marshaled_unmarshaled_dereferenced); *___outputInfo2 = _____outputInfo2_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((___outputInfo2)->___peaklevel_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___outputInfo2)->___rmslevel_2), (void*)NULL); #endif // Marshaling cleanup of parameter '___outputInfo2' native representation DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_pinvoke_cleanup(*____outputInfo2_marshaled); return returnValue; } // FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetCPUUsage(System.IntPtr,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetCPUUsage_mF4148F8EF6A254633D3C1D26AF017FC7157BE087 (intptr_t ___dsp0, uint32_t* ___exclusive1, uint32_t* ___inclusive2, 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_DSP_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_DSP_GetCPUUsage)(___dsp0, ___exclusive1, ___inclusive2); #else int32_t returnValue = il2cppPInvokeFunc(___dsp0, ___exclusive1, ___inclusive2); #endif return returnValue; } // System.Void FMOD.DSP::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP__ctor_mC7CDF2EB57031897C23DAF061A4634A01C8BB633 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public DSP(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public DSP(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void DSP__ctor_mC7CDF2EB57031897C23DAF061A4634A01C8BB633_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); DSP__ctor_mC7CDF2EB57031897C23DAF061A4634A01C8BB633_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.DSP::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSP_hasHandle_m84118160DA083533E3B6E6643D860BD1E37340B1 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __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 DSP_hasHandle_m84118160DA083533E3B6E6643D860BD1E37340B1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = DSP_hasHandle_m84118160DA083533E3B6E6643D860BD1E37340B1(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.DSP::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_clearHandle_mBE57A433353CC572E4D88B6161B231CE34336396 (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __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 DSP_clearHandle_mBE57A433353CC572E4D88B6161B231CE34336396_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * _thisAdjusted = reinterpret_cast(__this + _offset); DSP_clearHandle_mBE57A433353CC572E4D88B6161B231CE34336396(_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 #ifdef __clang__ #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.DSPConnection::getInput(FMOD.DSP&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getInput_m1BCB4F5DFDC14954B11EBE3FCD069A66C791277A (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___input0, const RuntimeMethod* method) { { // return FMOD5_DSPConnection_GetInput(this.handle, out input.handle); intptr_t L_0 = __this->get_handle_0(); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * L_1 = ___input0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = DSPConnection_FMOD5_DSPConnection_GetInput_m16867F803C159880B5BE6D8E9FCC55B6E69303A8((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSPConnection_getInput_m1BCB4F5DFDC14954B11EBE3FCD069A66C791277A_AdjustorThunk (RuntimeObject * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___input0, const RuntimeMethod* method) { int32_t _offset = 1; DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSPConnection_getInput_m1BCB4F5DFDC14954B11EBE3FCD069A66C791277A(_thisAdjusted, ___input0, method); return _returnValue; } // FMOD.RESULT FMOD.DSPConnection::getOutput(FMOD.DSP&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getOutput_mCBCE2FD390EAC974D2BA898CB3643BD07EA5B3FC (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___output0, const RuntimeMethod* method) { { // return FMOD5_DSPConnection_GetOutput(this.handle, out output.handle); intptr_t L_0 = __this->get_handle_0(); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * L_1 = ___output0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = DSPConnection_FMOD5_DSPConnection_GetOutput_m573A6C5FCE7729613AD13FBFBEAB57FE08247FBC((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t DSPConnection_getOutput_mCBCE2FD390EAC974D2BA898CB3643BD07EA5B3FC_AdjustorThunk (RuntimeObject * __this, DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * ___output0, const RuntimeMethod* method) { int32_t _offset = 1; DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSPConnection_getOutput_mCBCE2FD390EAC974D2BA898CB3643BD07EA5B3FC(_thisAdjusted, ___output0, method); return _returnValue; } // FMOD.RESULT FMOD.DSPConnection::setMix(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_setMix_m51B01830ED59FDDB6F8BA458C6A5183944FC6E10 (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, float ___volume0, const RuntimeMethod* method) { { // return FMOD5_DSPConnection_SetMix(this.handle, volume); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___volume0; int32_t L_2; L_2 = DSPConnection_FMOD5_DSPConnection_SetMix_mED7E95558C70CCFB57B1B7A36BFF2EB19A76DC73((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSPConnection_setMix_m51B01830ED59FDDB6F8BA458C6A5183944FC6E10_AdjustorThunk (RuntimeObject * __this, float ___volume0, const RuntimeMethod* method) { int32_t _offset = 1; DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSPConnection_setMix_m51B01830ED59FDDB6F8BA458C6A5183944FC6E10(_thisAdjusted, ___volume0, method); return _returnValue; } // FMOD.RESULT FMOD.DSPConnection::getMix(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getMix_m6A803F84256742AA95ADAF976924CC1E57BF6DA0 (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, float* ___volume0, const RuntimeMethod* method) { { // return FMOD5_DSPConnection_GetMix(this.handle, out volume); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___volume0; int32_t L_2; L_2 = DSPConnection_FMOD5_DSPConnection_GetMix_mCC1CA33DCE32EE6C347616E034FC93FCEF2A3B37((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSPConnection_getMix_m6A803F84256742AA95ADAF976924CC1E57BF6DA0_AdjustorThunk (RuntimeObject * __this, float* ___volume0, const RuntimeMethod* method) { int32_t _offset = 1; DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSPConnection_getMix_m6A803F84256742AA95ADAF976924CC1E57BF6DA0(_thisAdjusted, ___volume0, method); return _returnValue; } // FMOD.RESULT FMOD.DSPConnection::setMixMatrix(System.Single[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_setMixMatrix_m1D25E28C64F0418EA44C86CC0AA2F869C605A41A (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t ___outchannels1, int32_t ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method) { { // return FMOD5_DSPConnection_SetMixMatrix(this.handle, matrix, outchannels, inchannels, inchannel_hop); intptr_t L_0 = __this->get_handle_0(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = ___matrix0; int32_t L_2 = ___outchannels1; int32_t L_3 = ___inchannels2; int32_t L_4 = ___inchannel_hop3; int32_t L_5; L_5 = DSPConnection_FMOD5_DSPConnection_SetMixMatrix_m51D2C92A9CE94AB6BE29C1014884AFE910D68E71((intptr_t)L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t DSPConnection_setMixMatrix_m1D25E28C64F0418EA44C86CC0AA2F869C605A41A_AdjustorThunk (RuntimeObject * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t ___outchannels1, int32_t ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method) { int32_t _offset = 1; DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSPConnection_setMixMatrix_m1D25E28C64F0418EA44C86CC0AA2F869C605A41A(_thisAdjusted, ___matrix0, ___outchannels1, ___inchannels2, ___inchannel_hop3, method); return _returnValue; } // FMOD.RESULT FMOD.DSPConnection::getMixMatrix(System.Single[],System.Int32&,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getMixMatrix_m7F5BBC071F928C9341FABF0EBC5148CABDD5A851 (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t* ___outchannels1, int32_t* ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method) { { // return FMOD5_DSPConnection_GetMixMatrix(this.handle, matrix, out outchannels, out inchannels, inchannel_hop); intptr_t L_0 = __this->get_handle_0(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = ___matrix0; int32_t* L_2 = ___outchannels1; int32_t* L_3 = ___inchannels2; int32_t L_4 = ___inchannel_hop3; int32_t L_5; L_5 = DSPConnection_FMOD5_DSPConnection_GetMixMatrix_m7ADEB1411234AF0CCDD94B6F337373B8D594BEB4((intptr_t)L_0, L_1, (int32_t*)L_2, (int32_t*)L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t DSPConnection_getMixMatrix_m7F5BBC071F928C9341FABF0EBC5148CABDD5A851_AdjustorThunk (RuntimeObject * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix0, int32_t* ___outchannels1, int32_t* ___inchannels2, int32_t ___inchannel_hop3, const RuntimeMethod* method) { int32_t _offset = 1; DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSPConnection_getMixMatrix_m7F5BBC071F928C9341FABF0EBC5148CABDD5A851(_thisAdjusted, ___matrix0, ___outchannels1, ___inchannels2, ___inchannel_hop3, method); return _returnValue; } // FMOD.RESULT FMOD.DSPConnection::getType(FMOD.DSPCONNECTION_TYPE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getType_m36F48FD52A0AE257AD80D25AD9CC9C951132EEE9 (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, int32_t* ___type0, const RuntimeMethod* method) { { // return FMOD5_DSPConnection_GetType(this.handle, out type); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___type0; int32_t L_2; L_2 = DSPConnection_FMOD5_DSPConnection_GetType_mDE2AE2F90CC357ABB3E2967CF67F1C8E47BF04AD((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSPConnection_getType_m36F48FD52A0AE257AD80D25AD9CC9C951132EEE9_AdjustorThunk (RuntimeObject * __this, int32_t* ___type0, const RuntimeMethod* method) { int32_t _offset = 1; DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSPConnection_getType_m36F48FD52A0AE257AD80D25AD9CC9C951132EEE9(_thisAdjusted, ___type0, method); return _returnValue; } // FMOD.RESULT FMOD.DSPConnection::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_setUserData_m3765DC8E3757A833A9F33960E3D2CCC4F86CAF9F (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, intptr_t ___userdata0, const RuntimeMethod* method) { { // return FMOD5_DSPConnection_SetUserData(this.handle, userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___userdata0; int32_t L_2; L_2 = DSPConnection_FMOD5_DSPConnection_SetUserData_mFD58BB66354CF0A254A89BCA64A0FAD3E6F117DB((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSPConnection_setUserData_m3765DC8E3757A833A9F33960E3D2CCC4F86CAF9F_AdjustorThunk (RuntimeObject * __this, intptr_t ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSPConnection_setUserData_m3765DC8E3757A833A9F33960E3D2CCC4F86CAF9F(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.DSPConnection::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getUserData_m81D2075EB6100C87B40DC00C25211D34F6E959AF (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { { // return FMOD5_DSPConnection_GetUserData(this.handle, out userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___userdata0; int32_t L_2; L_2 = DSPConnection_FMOD5_DSPConnection_GetUserData_mF916EB8624593648D81C0A371B0E7902420613B7((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t DSPConnection_getUserData_m81D2075EB6100C87B40DC00C25211D34F6E959AF_AdjustorThunk (RuntimeObject * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DSPConnection_getUserData_m81D2075EB6100C87B40DC00C25211D34F6E959AF(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetInput(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetInput_m16867F803C159880B5BE6D8E9FCC55B6E69303A8 (intptr_t ___dspconnection0, intptr_t* ___input1, 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_DSPConnection_GetInput", 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_DSPConnection_GetInput)(___dspconnection0, ___input1); #else int32_t returnValue = il2cppPInvokeFunc(___dspconnection0, ___input1); #endif return returnValue; } // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetOutput(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetOutput_m573A6C5FCE7729613AD13FBFBEAB57FE08247FBC (intptr_t ___dspconnection0, intptr_t* ___output1, 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_DSPConnection_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_DSPConnection_GetOutput)(___dspconnection0, ___output1); #else int32_t returnValue = il2cppPInvokeFunc(___dspconnection0, ___output1); #endif return returnValue; } // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_SetMix(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_SetMix_mED7E95558C70CCFB57B1B7A36BFF2EB19A76DC73 (intptr_t ___dspconnection0, 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_DSPConnection_SetMix", 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_DSPConnection_SetMix)(___dspconnection0, ___volume1); #else int32_t returnValue = il2cppPInvokeFunc(___dspconnection0, ___volume1); #endif return returnValue; } // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetMix(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetMix_mCC1CA33DCE32EE6C347616E034FC93FCEF2A3B37 (intptr_t ___dspconnection0, 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_DSPConnection_GetMix", 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_DSPConnection_GetMix)(___dspconnection0, ___volume1); #else int32_t returnValue = il2cppPInvokeFunc(___dspconnection0, ___volume1); #endif return returnValue; } // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_SetMixMatrix(System.IntPtr,System.Single[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_SetMixMatrix_m51D2C92A9CE94AB6BE29C1014884AFE910D68E71 (intptr_t ___dspconnection0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix1, int32_t ___outchannels2, int32_t ___inchannels3, int32_t ___inchannel_hop4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, 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(void*) + sizeof(int32_t) + sizeof(int32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSPConnection_SetMixMatrix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___matrix1' to native representation float* ____matrix1_marshaled = NULL; if (___matrix1 != NULL) { ____matrix1_marshaled = reinterpret_cast((___matrix1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_DSPConnection_SetMixMatrix)(___dspconnection0, ____matrix1_marshaled, ___outchannels2, ___inchannels3, ___inchannel_hop4); #else int32_t returnValue = il2cppPInvokeFunc(___dspconnection0, ____matrix1_marshaled, ___outchannels2, ___inchannels3, ___inchannel_hop4); #endif return returnValue; } // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetMixMatrix(System.IntPtr,System.Single[],System.Int32&,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetMixMatrix_m7ADEB1411234AF0CCDD94B6F337373B8D594BEB4 (intptr_t ___dspconnection0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___matrix1, int32_t* ___outchannels2, int32_t* ___inchannels3, int32_t ___inchannel_hop4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, 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(void*) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_DSPConnection_GetMixMatrix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___matrix1' to native representation float* ____matrix1_marshaled = NULL; if (___matrix1 != NULL) { ____matrix1_marshaled = reinterpret_cast((___matrix1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_DSPConnection_GetMixMatrix)(___dspconnection0, ____matrix1_marshaled, ___outchannels2, ___inchannels3, ___inchannel_hop4); #else int32_t returnValue = il2cppPInvokeFunc(___dspconnection0, ____matrix1_marshaled, ___outchannels2, ___inchannels3, ___inchannel_hop4); #endif return returnValue; } // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetType(System.IntPtr,FMOD.DSPCONNECTION_TYPE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetType_mDE2AE2F90CC357ABB3E2967CF67F1C8E47BF04AD (intptr_t ___dspconnection0, int32_t* ___type1, 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_DSPConnection_GetType", 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_DSPConnection_GetType)(___dspconnection0, ___type1); #else int32_t returnValue = il2cppPInvokeFunc(___dspconnection0, ___type1); #endif return returnValue; } // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_SetUserData_mFD58BB66354CF0A254A89BCA64A0FAD3E6F117DB (intptr_t ___dspconnection0, 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_DSPConnection_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_DSPConnection_SetUserData)(___dspconnection0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___dspconnection0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetUserData_mF916EB8624593648D81C0A371B0E7902420613B7 (intptr_t ___dspconnection0, 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_DSPConnection_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_DSPConnection_GetUserData)(___dspconnection0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___dspconnection0, ___userdata1); #endif return returnValue; } // System.Void FMOD.DSPConnection::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSPConnection__ctor_mD60B79FF8FDDED9A64A3745586FDCE3CAB5F2055 (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public DSPConnection(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public DSPConnection(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void DSPConnection__ctor_mD60B79FF8FDDED9A64A3745586FDCE3CAB5F2055_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * _thisAdjusted = reinterpret_cast(__this + _offset); DSPConnection__ctor_mD60B79FF8FDDED9A64A3745586FDCE3CAB5F2055_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.DSPConnection::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSPConnection_hasHandle_mC1E1DAAAEE77E8AF3A71CDEBFE63B4282FD16FEE (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __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 DSPConnection_hasHandle_mC1E1DAAAEE77E8AF3A71CDEBFE63B4282FD16FEE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = DSPConnection_hasHandle_mC1E1DAAAEE77E8AF3A71CDEBFE63B4282FD16FEE(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.DSPConnection::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSPConnection_clearHandle_m8279ACF77A667BF96A5C6DAD8A44B176C673162F (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __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 DSPConnection_clearHandle_m8279ACF77A667BF96A5C6DAD8A44B176C673162F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * _thisAdjusted = reinterpret_cast(__this + _offset); DSPConnection_clearHandle_m8279ACF77A667BF96A5C6DAD8A44B176C673162F(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C intptr_t DelegatePInvokeWrapper_DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266 (DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266 * __this, uint32_t ___size0, uint32_t ___type1, intptr_t ___sourcestr2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc)(uint32_t, uint32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation intptr_t returnValue = il2cppPInvokeFunc(___size0, ___type1, ___sourcestr2); return returnValue; } // System.Void FMOD.DSP_ALLOC_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_ALLOC_FUNC__ctor_mF8650E0883C4985B466A1870F392D6A8C44439CA (DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266 * __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); } // System.IntPtr FMOD.DSP_ALLOC_FUNC::Invoke(System.UInt32,FMOD.MEMORY_TYPE,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t DSP_ALLOC_FUNC_Invoke_mD8B03010B8AA1820C9AF6B1CEF20C05EF00B207F (DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266 * __this, uint32_t ___size0, uint32_t ___type1, intptr_t ___sourcestr2, const RuntimeMethod* method) { intptr_t result; memset((&result), 0, sizeof(result)); 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 intptr_t (*FunctionPointerType) (uint32_t, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___size0, ___type1, ___sourcestr2, targetMethod); } else { // closed typedef intptr_t (*FunctionPointerType) (void*, uint32_t, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___size0, ___type1, ___sourcestr2, 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< intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(targetMethod, targetThis, ___size0, ___type1, ___sourcestr2); else result = GenericVirtFuncInvoker3< intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(targetMethod, targetThis, ___size0, ___type1, ___sourcestr2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___size0, ___type1, ___sourcestr2); else result = VirtFuncInvoker3< intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___size0, ___type1, ___sourcestr2); } } else { typedef intptr_t (*FunctionPointerType) (void*, uint32_t, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___size0, ___type1, ___sourcestr2, targetMethod); } } } return result; } // System.IAsyncResult FMOD.DSP_ALLOC_FUNC::BeginInvoke(System.UInt32,FMOD.MEMORY_TYPE,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_ALLOC_FUNC_BeginInvoke_mB96203F575BF22DA9D996750C31C396E3CEF3990 (DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266 * __this, uint32_t ___size0, uint32_t ___type1, intptr_t ___sourcestr2, 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*)&MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5_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(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &___size0); __d_args[1] = Box(MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5_il2cpp_TypeInfo_var, &___type1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___sourcestr2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // System.IntPtr FMOD.DSP_ALLOC_FUNC::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t DSP_ALLOC_FUNC_EndInvoke_m49C6224DF5B15D81D2D1D2DE438A9AD2F15C6640 (DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(intptr_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 // Conversion methods for marshalling of: FMOD.DSP_BUFFER_ARRAY IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_pinvoke(const DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089& unmarshaled, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke& marshaled) { marshaled.___numbuffers_0 = unmarshaled.get_numbuffers_0(); marshaled.___buffernumchannels_1 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I4, unmarshaled.get_buffernumchannels_1()); if (unmarshaled.get_bufferchannelmask_2() != NULL) { il2cpp_array_size_t _unmarshaled_bufferchannelmask_Length = (unmarshaled.get_bufferchannelmask_2())->max_length; marshaled.___bufferchannelmask_2 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_bufferchannelmask_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_bufferchannelmask_Length); i++) { (marshaled.___bufferchannelmask_2)[i] = (unmarshaled.get_bufferchannelmask_2())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___bufferchannelmask_2 = NULL; } marshaled.___buffers_3 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_INT, unmarshaled.get_buffers_3()); marshaled.___speakermode_4 = unmarshaled.get_speakermode_4(); } IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_pinvoke_back(const DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke& marshaled, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CHANNELMASKU5BU5D_tAE7CE1BD718174103B1FFE61C4943E3F01B7C4EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_numbuffers_temp_0 = 0; unmarshaled_numbuffers_temp_0 = marshaled.___numbuffers_0; unmarshaled.set_numbuffers_0(unmarshaled_numbuffers_temp_0); unmarshaled.set_buffernumchannels_1((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I4, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, marshaled.___buffernumchannels_1)); if (marshaled.___bufferchannelmask_2 != NULL) { if (unmarshaled.get_bufferchannelmask_2() == NULL) { unmarshaled.set_bufferchannelmask_2(reinterpret_cast((CHANNELMASKU5BU5D_tAE7CE1BD718174103B1FFE61C4943E3F01B7C4EC*)SZArrayNew(CHANNELMASKU5BU5D_tAE7CE1BD718174103B1FFE61C4943E3F01B7C4EC_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_bufferchannelmask_2())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_bufferchannelmask_2())->SetAtUnchecked(static_cast(i), (marshaled.___bufferchannelmask_2)[i]); } } unmarshaled.set_buffers_3((IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_INT, IntPtr_t_il2cpp_TypeInfo_var, marshaled.___buffers_3)); int32_t unmarshaled_speakermode_temp_4 = 0; unmarshaled_speakermode_temp_4 = marshaled.___speakermode_4; unmarshaled.set_speakermode_4(unmarshaled_speakermode_temp_4); } // Conversion method for clean up from marshalling of: FMOD.DSP_BUFFER_ARRAY IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_pinvoke_cleanup(DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke& marshaled) { il2cpp_codegen_com_destroy_safe_array(marshaled.___buffernumchannels_1); marshaled.___buffernumchannels_1 = NULL; if (marshaled.___bufferchannelmask_2 != NULL) { il2cpp_codegen_marshal_free(marshaled.___bufferchannelmask_2); marshaled.___bufferchannelmask_2 = NULL; } il2cpp_codegen_com_destroy_safe_array(marshaled.___buffers_3); marshaled.___buffers_3 = NULL; } // Conversion methods for marshalling of: FMOD.DSP_BUFFER_ARRAY IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_com(const DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089& unmarshaled, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_com& marshaled) { marshaled.___numbuffers_0 = unmarshaled.get_numbuffers_0(); marshaled.___buffernumchannels_1 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I4, unmarshaled.get_buffernumchannels_1()); if (unmarshaled.get_bufferchannelmask_2() != NULL) { il2cpp_array_size_t _unmarshaled_bufferchannelmask_Length = (unmarshaled.get_bufferchannelmask_2())->max_length; marshaled.___bufferchannelmask_2 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_bufferchannelmask_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_bufferchannelmask_Length); i++) { (marshaled.___bufferchannelmask_2)[i] = (unmarshaled.get_bufferchannelmask_2())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___bufferchannelmask_2 = NULL; } marshaled.___buffers_3 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_INT, unmarshaled.get_buffers_3()); marshaled.___speakermode_4 = unmarshaled.get_speakermode_4(); } IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_com_back(const DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_com& marshaled, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CHANNELMASKU5BU5D_tAE7CE1BD718174103B1FFE61C4943E3F01B7C4EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_numbuffers_temp_0 = 0; unmarshaled_numbuffers_temp_0 = marshaled.___numbuffers_0; unmarshaled.set_numbuffers_0(unmarshaled_numbuffers_temp_0); unmarshaled.set_buffernumchannels_1((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I4, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, marshaled.___buffernumchannels_1)); if (marshaled.___bufferchannelmask_2 != NULL) { if (unmarshaled.get_bufferchannelmask_2() == NULL) { unmarshaled.set_bufferchannelmask_2(reinterpret_cast((CHANNELMASKU5BU5D_tAE7CE1BD718174103B1FFE61C4943E3F01B7C4EC*)SZArrayNew(CHANNELMASKU5BU5D_tAE7CE1BD718174103B1FFE61C4943E3F01B7C4EC_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_bufferchannelmask_2())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_bufferchannelmask_2())->SetAtUnchecked(static_cast(i), (marshaled.___bufferchannelmask_2)[i]); } } unmarshaled.set_buffers_3((IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_INT, IntPtr_t_il2cpp_TypeInfo_var, marshaled.___buffers_3)); int32_t unmarshaled_speakermode_temp_4 = 0; unmarshaled_speakermode_temp_4 = marshaled.___speakermode_4; unmarshaled.set_speakermode_4(unmarshaled_speakermode_temp_4); } // Conversion method for clean up from marshalling of: FMOD.DSP_BUFFER_ARRAY IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_com_cleanup(DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_com& marshaled) { il2cpp_codegen_com_destroy_safe_array(marshaled.___buffernumchannels_1); marshaled.___buffernumchannels_1 = NULL; if (marshaled.___bufferchannelmask_2 != NULL) { il2cpp_codegen_marshal_free(marshaled.___bufferchannelmask_2); marshaled.___bufferchannelmask_2 = NULL; } il2cpp_codegen_com_destroy_safe_array(marshaled.___buffers_3); marshaled.___buffers_3 = 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3 (DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0); return returnValue; } // System.Void FMOD.DSP_CREATECALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_CREATECALLBACK__ctor_mDD30946D0DF6BAEE979994D49E67F3F184C634A1 (DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3 * __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.DSP_CREATECALLBACK::Invoke(FMOD.DSP_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_CREATECALLBACK_Invoke_mFE0A2ABA4CF7413C15E600960DDD9FE11BDDED6A (DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, 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 == 1) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, 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 = GenericInterfaceFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(targetMethod, targetThis, ___dsp_state0); else result = GenericVirtFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(targetMethod, targetThis, ___dsp_state0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0); else result = VirtFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0); } } else { if (___parameterCount == 0) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_CREATECALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_CREATECALLBACK_BeginInvoke_m1D11EE32FB93055CEBB75D3EE8E09DAF13355FEE (DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // FMOD.RESULT FMOD.DSP_CREATECALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_CREATECALLBACK_EndInvoke_mFFEE5016DC42536915FE3BEDC981982EE787902B (DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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 // Conversion methods for marshalling of: FMOD.DSP_DESCRIPTION IL2CPP_EXTERN_C void DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_pinvoke(const DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466& unmarshaled, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke& marshaled) { marshaled.___pluginsdkversion_0 = unmarshaled.get_pluginsdkversion_0(); if (unmarshaled.get_name_1() != NULL) { if (32 > (unmarshaled.get_name_1())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (marshaled.___name_1)[i] = (unmarshaled.get_name_1())->GetAtUnchecked(static_cast(i)); } } marshaled.___version_2 = unmarshaled.get_version_2(); marshaled.___numinputbuffers_3 = unmarshaled.get_numinputbuffers_3(); marshaled.___numoutputbuffers_4 = unmarshaled.get_numoutputbuffers_4(); marshaled.___create_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_create_5())); marshaled.___release_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_release_6())); marshaled.___reset_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_reset_7())); marshaled.___read_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_read_8())); marshaled.___process_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_process_9())); marshaled.___setposition_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_setposition_10())); marshaled.___numparameters_11 = unmarshaled.get_numparameters_11(); marshaled.___paramdesc_12 = unmarshaled.get_paramdesc_12(); marshaled.___setparameterfloat_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_setparameterfloat_13())); marshaled.___setparameterint_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_setparameterint_14())); marshaled.___setparameterbool_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_setparameterbool_15())); marshaled.___setparameterdata_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_setparameterdata_16())); marshaled.___getparameterfloat_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getparameterfloat_17())); marshaled.___getparameterint_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getparameterint_18())); marshaled.___getparameterbool_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getparameterbool_19())); marshaled.___getparameterdata_20 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getparameterdata_20())); marshaled.___shouldiprocess_21 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_shouldiprocess_21())); marshaled.___userdata_22 = unmarshaled.get_userdata_22(); marshaled.___sys_register_23 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_sys_register_23())); marshaled.___sys_deregister_24 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_sys_deregister_24())); marshaled.___sys_mix_25 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_sys_mix_25())); } IL2CPP_EXTERN_C void DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_pinvoke_back(const DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke& marshaled, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466& unmarshaled) { 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*)&DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t unmarshaled_pluginsdkversion_temp_0 = 0; unmarshaled_pluginsdkversion_temp_0 = marshaled.___pluginsdkversion_0; unmarshaled.set_pluginsdkversion_0(unmarshaled_pluginsdkversion_temp_0); unmarshaled.set_name_1(reinterpret_cast((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, 32))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (unmarshaled.get_name_1())->SetAtUnchecked(static_cast(i), (marshaled.___name_1)[i]); } uint32_t unmarshaled_version_temp_2 = 0; unmarshaled_version_temp_2 = marshaled.___version_2; unmarshaled.set_version_2(unmarshaled_version_temp_2); int32_t unmarshaled_numinputbuffers_temp_3 = 0; unmarshaled_numinputbuffers_temp_3 = marshaled.___numinputbuffers_3; unmarshaled.set_numinputbuffers_3(unmarshaled_numinputbuffers_temp_3); int32_t unmarshaled_numoutputbuffers_temp_4 = 0; unmarshaled_numoutputbuffers_temp_4 = marshaled.___numoutputbuffers_4; unmarshaled.set_numoutputbuffers_4(unmarshaled_numoutputbuffers_temp_4); unmarshaled.set_create_5(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___create_5, DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3_il2cpp_TypeInfo_var)); unmarshaled.set_release_6(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___release_6, DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C_il2cpp_TypeInfo_var)); unmarshaled.set_reset_7(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___reset_7, DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4_il2cpp_TypeInfo_var)); unmarshaled.set_read_8(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___read_8, DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089_il2cpp_TypeInfo_var)); unmarshaled.set_process_9(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___process_9, DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007_il2cpp_TypeInfo_var)); unmarshaled.set_setposition_10(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___setposition_10, DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF_il2cpp_TypeInfo_var)); int32_t unmarshaled_numparameters_temp_11 = 0; unmarshaled_numparameters_temp_11 = marshaled.___numparameters_11; unmarshaled.set_numparameters_11(unmarshaled_numparameters_temp_11); intptr_t unmarshaled_paramdesc_temp_12; memset((&unmarshaled_paramdesc_temp_12), 0, sizeof(unmarshaled_paramdesc_temp_12)); unmarshaled_paramdesc_temp_12 = marshaled.___paramdesc_12; unmarshaled.set_paramdesc_12(unmarshaled_paramdesc_temp_12); unmarshaled.set_setparameterfloat_13(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___setparameterfloat_13, DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90_il2cpp_TypeInfo_var)); unmarshaled.set_setparameterint_14(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___setparameterint_14, DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF_il2cpp_TypeInfo_var)); unmarshaled.set_setparameterbool_15(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___setparameterbool_15, DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33_il2cpp_TypeInfo_var)); unmarshaled.set_setparameterdata_16(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___setparameterdata_16, DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A_il2cpp_TypeInfo_var)); unmarshaled.set_getparameterfloat_17(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getparameterfloat_17, DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279_il2cpp_TypeInfo_var)); unmarshaled.set_getparameterint_18(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getparameterint_18, DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB_il2cpp_TypeInfo_var)); unmarshaled.set_getparameterbool_19(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getparameterbool_19, DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683_il2cpp_TypeInfo_var)); unmarshaled.set_getparameterdata_20(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getparameterdata_20, DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005_il2cpp_TypeInfo_var)); unmarshaled.set_shouldiprocess_21(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___shouldiprocess_21, DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0_il2cpp_TypeInfo_var)); intptr_t unmarshaled_userdata_temp_22; memset((&unmarshaled_userdata_temp_22), 0, sizeof(unmarshaled_userdata_temp_22)); unmarshaled_userdata_temp_22 = marshaled.___userdata_22; unmarshaled.set_userdata_22(unmarshaled_userdata_temp_22); unmarshaled.set_sys_register_23(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___sys_register_23, DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996_il2cpp_TypeInfo_var)); unmarshaled.set_sys_deregister_24(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___sys_deregister_24, DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6_il2cpp_TypeInfo_var)); unmarshaled.set_sys_mix_25(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___sys_mix_25, DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: FMOD.DSP_DESCRIPTION IL2CPP_EXTERN_C void DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_pinvoke_cleanup(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.DSP_DESCRIPTION IL2CPP_EXTERN_C void DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_com(const DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466& unmarshaled, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_com& marshaled) { marshaled.___pluginsdkversion_0 = unmarshaled.get_pluginsdkversion_0(); if (unmarshaled.get_name_1() != NULL) { if (32 > (unmarshaled.get_name_1())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (marshaled.___name_1)[i] = (unmarshaled.get_name_1())->GetAtUnchecked(static_cast(i)); } } marshaled.___version_2 = unmarshaled.get_version_2(); marshaled.___numinputbuffers_3 = unmarshaled.get_numinputbuffers_3(); marshaled.___numoutputbuffers_4 = unmarshaled.get_numoutputbuffers_4(); marshaled.___create_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_create_5())); marshaled.___release_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_release_6())); marshaled.___reset_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_reset_7())); marshaled.___read_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_read_8())); marshaled.___process_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_process_9())); marshaled.___setposition_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_setposition_10())); marshaled.___numparameters_11 = unmarshaled.get_numparameters_11(); marshaled.___paramdesc_12 = unmarshaled.get_paramdesc_12(); marshaled.___setparameterfloat_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_setparameterfloat_13())); marshaled.___setparameterint_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_setparameterint_14())); marshaled.___setparameterbool_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_setparameterbool_15())); marshaled.___setparameterdata_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_setparameterdata_16())); marshaled.___getparameterfloat_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getparameterfloat_17())); marshaled.___getparameterint_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getparameterint_18())); marshaled.___getparameterbool_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getparameterbool_19())); marshaled.___getparameterdata_20 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getparameterdata_20())); marshaled.___shouldiprocess_21 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_shouldiprocess_21())); marshaled.___userdata_22 = unmarshaled.get_userdata_22(); marshaled.___sys_register_23 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_sys_register_23())); marshaled.___sys_deregister_24 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_sys_deregister_24())); marshaled.___sys_mix_25 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_sys_mix_25())); } IL2CPP_EXTERN_C void DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_com_back(const DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_com& marshaled, DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466& unmarshaled) { 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*)&DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t unmarshaled_pluginsdkversion_temp_0 = 0; unmarshaled_pluginsdkversion_temp_0 = marshaled.___pluginsdkversion_0; unmarshaled.set_pluginsdkversion_0(unmarshaled_pluginsdkversion_temp_0); unmarshaled.set_name_1(reinterpret_cast((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, 32))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (unmarshaled.get_name_1())->SetAtUnchecked(static_cast(i), (marshaled.___name_1)[i]); } uint32_t unmarshaled_version_temp_2 = 0; unmarshaled_version_temp_2 = marshaled.___version_2; unmarshaled.set_version_2(unmarshaled_version_temp_2); int32_t unmarshaled_numinputbuffers_temp_3 = 0; unmarshaled_numinputbuffers_temp_3 = marshaled.___numinputbuffers_3; unmarshaled.set_numinputbuffers_3(unmarshaled_numinputbuffers_temp_3); int32_t unmarshaled_numoutputbuffers_temp_4 = 0; unmarshaled_numoutputbuffers_temp_4 = marshaled.___numoutputbuffers_4; unmarshaled.set_numoutputbuffers_4(unmarshaled_numoutputbuffers_temp_4); unmarshaled.set_create_5(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___create_5, DSP_CREATECALLBACK_t4140ACF1215C157DB34AD708242DCFC9D2D338A3_il2cpp_TypeInfo_var)); unmarshaled.set_release_6(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___release_6, DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C_il2cpp_TypeInfo_var)); unmarshaled.set_reset_7(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___reset_7, DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4_il2cpp_TypeInfo_var)); unmarshaled.set_read_8(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___read_8, DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089_il2cpp_TypeInfo_var)); unmarshaled.set_process_9(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___process_9, DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007_il2cpp_TypeInfo_var)); unmarshaled.set_setposition_10(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___setposition_10, DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF_il2cpp_TypeInfo_var)); int32_t unmarshaled_numparameters_temp_11 = 0; unmarshaled_numparameters_temp_11 = marshaled.___numparameters_11; unmarshaled.set_numparameters_11(unmarshaled_numparameters_temp_11); intptr_t unmarshaled_paramdesc_temp_12; memset((&unmarshaled_paramdesc_temp_12), 0, sizeof(unmarshaled_paramdesc_temp_12)); unmarshaled_paramdesc_temp_12 = marshaled.___paramdesc_12; unmarshaled.set_paramdesc_12(unmarshaled_paramdesc_temp_12); unmarshaled.set_setparameterfloat_13(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___setparameterfloat_13, DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90_il2cpp_TypeInfo_var)); unmarshaled.set_setparameterint_14(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___setparameterint_14, DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF_il2cpp_TypeInfo_var)); unmarshaled.set_setparameterbool_15(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___setparameterbool_15, DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33_il2cpp_TypeInfo_var)); unmarshaled.set_setparameterdata_16(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___setparameterdata_16, DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A_il2cpp_TypeInfo_var)); unmarshaled.set_getparameterfloat_17(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getparameterfloat_17, DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279_il2cpp_TypeInfo_var)); unmarshaled.set_getparameterint_18(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getparameterint_18, DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB_il2cpp_TypeInfo_var)); unmarshaled.set_getparameterbool_19(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getparameterbool_19, DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683_il2cpp_TypeInfo_var)); unmarshaled.set_getparameterdata_20(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getparameterdata_20, DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005_il2cpp_TypeInfo_var)); unmarshaled.set_shouldiprocess_21(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___shouldiprocess_21, DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0_il2cpp_TypeInfo_var)); intptr_t unmarshaled_userdata_temp_22; memset((&unmarshaled_userdata_temp_22), 0, sizeof(unmarshaled_userdata_temp_22)); unmarshaled_userdata_temp_22 = marshaled.___userdata_22; unmarshaled.set_userdata_22(unmarshaled_userdata_temp_22); unmarshaled.set_sys_register_23(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___sys_register_23, DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996_il2cpp_TypeInfo_var)); unmarshaled.set_sys_deregister_24(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___sys_deregister_24, DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6_il2cpp_TypeInfo_var)); unmarshaled.set_sys_mix_25(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___sys_mix_25, DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: FMOD.DSP_DESCRIPTION IL2CPP_EXTERN_C void DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshal_com_cleanup(DSP_DESCRIPTION_tF3F41E1F0DAB24735DD4FC246BDE3D47D29B5466_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649 (DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___size1, intptr_t ___signal2, intptr_t ___dft3, intptr_t ___window4, int32_t ___signalhop5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___size1, ___signal2, ___dft3, ___window4, ___signalhop5); return returnValue; } // System.Void FMOD.DSP_DFT_FFTREAL_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_DFT_FFTREAL_FUNC__ctor_m21DF3D1A50C8A82064071EEEFDF7191FA28FE7D0 (DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649 * __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.DSP_DFT_FFTREAL_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_DFT_FFTREAL_FUNC_Invoke_m937A1B826892C9F8A4FB60204B320FB2436B7C19 (DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___size1, intptr_t ___signal2, intptr_t ___dft3, intptr_t ___window4, int32_t ___signalhop5, 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 == 6) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___size1, ___signal2, ___dft3, ___window4, ___signalhop5, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___size1, ___signal2, ___dft3, ___window4, ___signalhop5, 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 = GenericInterfaceFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___size1, ___signal2, ___dft3, ___window4, ___signalhop5); else result = GenericVirtFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___size1, ___signal2, ___dft3, ___window4, ___signalhop5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___size1, ___signal2, ___dft3, ___window4, ___signalhop5); else result = VirtFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___size1, ___signal2, ___dft3, ___window4, ___signalhop5); } } else { if (___parameterCount == 5) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___size1, ___signal2, ___dft3, ___window4, ___signalhop5, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___size1, ___signal2, ___dft3, ___window4, ___signalhop5, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_DFT_FFTREAL_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_DFT_FFTREAL_FUNC_BeginInvoke_m3A745CE32D41FC15CDBA156C0DFDF123F8711D18 (DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___size1, intptr_t ___signal2, intptr_t ___dft3, intptr_t ___window4, int32_t ___signalhop5, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___size1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___signal2); __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___dft3); __d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___window4); __d_args[5] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___signalhop5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7);; } // FMOD.RESULT FMOD.DSP_DFT_FFTREAL_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_DFT_FFTREAL_FUNC_EndInvoke_mDCA041754F6BF2503EA4B490B4EBF27E5FB00501 (DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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_DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238 (DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___size1, intptr_t ___dft2, intptr_t ___signal3, intptr_t ___window4, int32_t ___signalhop5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___size1, ___dft2, ___signal3, ___window4, ___signalhop5); return returnValue; } // System.Void FMOD.DSP_DFT_IFFTREAL_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_DFT_IFFTREAL_FUNC__ctor_m8D2A867BB3E2E4D691EBF0BD55378EE2F0E7E711 (DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238 * __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.DSP_DFT_IFFTREAL_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_DFT_IFFTREAL_FUNC_Invoke_m297D7FB3E3C63AD24265FA7D8FB4FBEE7B0F8B0F (DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___size1, intptr_t ___dft2, intptr_t ___signal3, intptr_t ___window4, int32_t ___signalhop5, 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 == 6) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___size1, ___dft2, ___signal3, ___window4, ___signalhop5, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___size1, ___dft2, ___signal3, ___window4, ___signalhop5, 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 = GenericInterfaceFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___size1, ___dft2, ___signal3, ___window4, ___signalhop5); else result = GenericVirtFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___size1, ___dft2, ___signal3, ___window4, ___signalhop5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___size1, ___dft2, ___signal3, ___window4, ___signalhop5); else result = VirtFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___size1, ___dft2, ___signal3, ___window4, ___signalhop5); } } else { if (___parameterCount == 5) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___size1, ___dft2, ___signal3, ___window4, ___signalhop5, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___size1, ___dft2, ___signal3, ___window4, ___signalhop5, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_DFT_IFFTREAL_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_DFT_IFFTREAL_FUNC_BeginInvoke_m92DD931C100B040FDAFF48350B6DF4FC881BBF62 (DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___size1, intptr_t ___dft2, intptr_t ___signal3, intptr_t ___window4, int32_t ___signalhop5, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___size1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___dft2); __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___signal3); __d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___window4); __d_args[5] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___signalhop5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7);; } // FMOD.RESULT FMOD.DSP_DFT_IFFTREAL_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_DFT_IFFTREAL_FUNC_EndInvoke_m9E6DBAC1F8F3B956EFAABBF884A6AFDDE2BB7225 (DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void DelegatePInvokeWrapper_DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F (DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F * __this, intptr_t ___ptr0, uint32_t ___type1, intptr_t ___sourcestr2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(intptr_t, uint32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(___ptr0, ___type1, ___sourcestr2); } // System.Void FMOD.DSP_FREE_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_FREE_FUNC__ctor_m1153252C9D2C25EE869C5FECE0CFA16BB8DE0A3F (DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F * __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); } // System.Void FMOD.DSP_FREE_FUNC::Invoke(System.IntPtr,FMOD.MEMORY_TYPE,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_FREE_FUNC_Invoke_mF123C3256524682446619BDDCFEE3F3CCC5EE5C9 (DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F * __this, intptr_t ___ptr0, uint32_t ___type1, intptr_t ___sourcestr2, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (intptr_t, uint32_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___ptr0, ___type1, ___sourcestr2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, intptr_t, uint32_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___ptr0, ___type1, ___sourcestr2, 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)) GenericInterfaceActionInvoker3< intptr_t, uint32_t, intptr_t >::Invoke(targetMethod, targetThis, ___ptr0, ___type1, ___sourcestr2); else GenericVirtActionInvoker3< intptr_t, uint32_t, intptr_t >::Invoke(targetMethod, targetThis, ___ptr0, ___type1, ___sourcestr2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, uint32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___ptr0, ___type1, ___sourcestr2); else VirtActionInvoker3< intptr_t, uint32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___ptr0, ___type1, ___sourcestr2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, uint32_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___ptr0, ___type1, ___sourcestr2, targetMethod); } } } } // System.IAsyncResult FMOD.DSP_FREE_FUNC::BeginInvoke(System.IntPtr,FMOD.MEMORY_TYPE,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_FREE_FUNC_BeginInvoke_m1DD5B160AD2E93CE3AA7FEAF2CC31F014F69DCE2 (DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F * __this, intptr_t ___ptr0, uint32_t ___type1, intptr_t ___sourcestr2, 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*)&MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___ptr0); __d_args[1] = Box(MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5_il2cpp_TypeInfo_var, &___type1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___sourcestr2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // System.Void FMOD.DSP_FREE_FUNC::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_FREE_FUNC_EndInvoke_m8A8E7BCBD9F9856A25DB1FCC9C7AFD16074E84EF (DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC (DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, uint32_t* ___blocksize1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___blocksize1); return returnValue; } // System.Void FMOD.DSP_GETBLOCKSIZE_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETBLOCKSIZE_FUNC__ctor_m666E231BD69B6CE92340554CA7851D1FBB0C316B (DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC * __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.DSP_GETBLOCKSIZE_FUNC::Invoke(FMOD.DSP_STATE&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETBLOCKSIZE_FUNC_Invoke_m09C0CB99714FBD3F28DEC2A61CAAB2A1407C123D (DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, uint32_t* ___blocksize1, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___blocksize1, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___blocksize1, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t* >::Invoke(targetMethod, targetThis, ___dsp_state0, ___blocksize1); else result = GenericVirtFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t* >::Invoke(targetMethod, targetThis, ___dsp_state0, ___blocksize1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___blocksize1); else result = VirtFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___blocksize1); } } else { if (___parameterCount == 1) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, uint32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___blocksize1, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___blocksize1, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_GETBLOCKSIZE_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.UInt32&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETBLOCKSIZE_FUNC_BeginInvoke_m15B946395A2B9DD8C9BB7A5CFDCA365D34CF1F84 (DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, uint32_t* ___blocksize1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &*___blocksize1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // FMOD.RESULT FMOD.DSP_GETBLOCKSIZE_FUNC::EndInvoke(FMOD.DSP_STATE&,System.UInt32&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETBLOCKSIZE_FUNC_EndInvoke_m51865DCC05B07246954F8E8458877B0DD9A5E4CE (DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, uint32_t* ___blocksize1, RuntimeObject* ___result2, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, ___blocksize1, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args); 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_DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717 (DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, uint64_t* ___clock1, uint32_t* ___offset2, uint32_t* ___length3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint64_t*, uint32_t*, uint32_t*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___clock1, ___offset2, ___length3); return returnValue; } // System.Void FMOD.DSP_GETCLOCK_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETCLOCK_FUNC__ctor_m5DCE78CB824D7C418D080F9ED7B68211E7A11141 (DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717 * __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.DSP_GETCLOCK_FUNC::Invoke(FMOD.DSP_STATE&,System.UInt64&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETCLOCK_FUNC_Invoke_m6C22EC838C55F16D4E426DE366FBA1B2D46B85ED (DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, uint64_t* ___clock1, uint32_t* ___offset2, uint32_t* ___length3, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint64_t*, uint32_t*, uint32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___clock1, ___offset2, ___length3, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint64_t*, uint32_t*, uint32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___clock1, ___offset2, ___length3, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint64_t*, uint32_t*, uint32_t* >::Invoke(targetMethod, targetThis, ___dsp_state0, ___clock1, ___offset2, ___length3); else result = GenericVirtFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint64_t*, uint32_t*, uint32_t* >::Invoke(targetMethod, targetThis, ___dsp_state0, ___clock1, ___offset2, ___length3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint64_t*, uint32_t*, uint32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___clock1, ___offset2, ___length3); else result = VirtFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint64_t*, uint32_t*, uint32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___clock1, ___offset2, ___length3); } } else { if (___parameterCount == 3) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, uint64_t*, uint32_t*, uint32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___clock1, ___offset2, ___length3, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint64_t*, uint32_t*, uint32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___clock1, ___offset2, ___length3, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_GETCLOCK_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.UInt64&,System.UInt32&,System.UInt32&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETCLOCK_FUNC_BeginInvoke_m07FEA1111C07BC7982811E041AF930869B7C7CD0 (DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, uint64_t* ___clock1, uint32_t* ___offset2, uint32_t* ___length3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &*___clock1); __d_args[2] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &*___offset2); __d_args[3] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &*___length3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);; } // FMOD.RESULT FMOD.DSP_GETCLOCK_FUNC::EndInvoke(FMOD.DSP_STATE&,System.UInt64&,System.UInt32&,System.UInt32&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETCLOCK_FUNC_EndInvoke_m19544D9DDDB7BFFDCA53FAAC664B38C996D45A10 (DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, uint64_t* ___clock1, uint32_t* ___offset2, uint32_t* ___length3, RuntimeObject* ___result4, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, ___clock1, ___offset2, ___length3, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result4, ___out_args); 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_DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48 (DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t* ___numlisteners1, intptr_t ___attributes2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___numlisteners1, ___attributes2); return returnValue; } // System.Void FMOD.DSP_GETLISTENERATTRIBUTES_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETLISTENERATTRIBUTES_FUNC__ctor_m907C2634AA02FD68F0C1AE43D239E108613185B9 (DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48 * __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.DSP_GETLISTENERATTRIBUTES_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETLISTENERATTRIBUTES_FUNC_Invoke_mCDF751741457348CDD701DE539FF3840F3F9FC52 (DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t* ___numlisteners1, intptr_t ___attributes2, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___numlisteners1, ___attributes2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___numlisteners1, ___attributes2, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___numlisteners1, ___attributes2); else result = GenericVirtFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___numlisteners1, ___attributes2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___numlisteners1, ___attributes2); else result = VirtFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___numlisteners1, ___attributes2); } } else { if (___parameterCount == 2) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___numlisteners1, ___attributes2, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___numlisteners1, ___attributes2, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_GETLISTENERATTRIBUTES_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32&,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETLISTENERATTRIBUTES_FUNC_BeginInvoke_m69A32929EABD7FD9DA4340D76E4CC132F80D9D69 (DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t* ___numlisteners1, intptr_t ___attributes2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &*___numlisteners1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___attributes2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // FMOD.RESULT FMOD.DSP_GETLISTENERATTRIBUTES_FUNC::EndInvoke(FMOD.DSP_STATE&,System.Int32&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETLISTENERATTRIBUTES_FUNC_EndInvoke_mD93104E9C73CF8539FBD568033AD82FB903FA905 (DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t* ___numlisteners1, RuntimeObject* ___result2, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, ___numlisteners1, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args); 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_DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683 (DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, bool* ___value2, intptr_t ___valuestr3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t*, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Marshaling of parameter '___value2' to native representation int32_t* ____value2_marshaled = NULL; int32_t ____value2_marshaled_dereferenced = 0; ____value2_marshaled_dereferenced = static_cast(*___value2); ____value2_marshaled = &____value2_marshaled_dereferenced; // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___index1, ____value2_marshaled, ___valuestr3); // Marshaling of parameter '___value2' back from native representation bool _____value2_marshaled_unmarshaled_dereferenced = false; _____value2_marshaled_unmarshaled_dereferenced = static_cast(*____value2_marshaled); *___value2 = _____value2_marshaled_unmarshaled_dereferenced; return returnValue; } // System.Void FMOD.DSP_GETPARAM_BOOL_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETPARAM_BOOL_CALLBACK__ctor_m330F1EF8CCE859B0396346D6C1502CF9E1335742 (DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683 * __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.DSP_GETPARAM_BOOL_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.Boolean&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_BOOL_CALLBACK_Invoke_mCF28023E56A4AA1CDAC2AF1A15D7BEA6CDF9982D (DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, bool* ___value2, intptr_t ___valuestr3, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, bool*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___index1, ___value2, ___valuestr3, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, bool*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, bool*, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3); else result = GenericVirtFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, bool*, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, bool*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3); else result = VirtFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, bool*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3); } } else { if (___parameterCount == 3) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, bool*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___index1, ___value2, ___valuestr3, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, bool*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_GETPARAM_BOOL_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Boolean&,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETPARAM_BOOL_CALLBACK_BeginInvoke_m050DE15186CD7364C64A7FE990777B5C7EC1F395 (DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, bool* ___value2, intptr_t ___valuestr3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___index1); __d_args[2] = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &*___value2); __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___valuestr3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);; } // FMOD.RESULT FMOD.DSP_GETPARAM_BOOL_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.Boolean&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_BOOL_CALLBACK_EndInvoke_mF5996B0633CB82F7A449CB3A4B32991C4E0D2AC0 (DSP_GETPARAM_BOOL_CALLBACK_tB18ACFF06B5E3858F1B4F1C7BFB18D6D8240E683 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, bool* ___value1, RuntimeObject* ___result2, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, ___value1, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args); 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_DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005 (DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, intptr_t* ___data2, uint32_t* ___length3, intptr_t ___valuestr4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t*, uint32_t*, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___index1, ___data2, ___length3, ___valuestr4); return returnValue; } // System.Void FMOD.DSP_GETPARAM_DATA_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETPARAM_DATA_CALLBACK__ctor_m4B30DBD4F83BCEA3859B8223DDC59F7B5C9A0F81 (DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005 * __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.DSP_GETPARAM_DATA_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr&,System.UInt32&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_DATA_CALLBACK_Invoke_m1F7BDDA606535F04A8A81D42621CD521D4A06063 (DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, intptr_t* ___data2, uint32_t* ___length3, intptr_t ___valuestr4, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t*, uint32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___index1, ___data2, ___length3, ___valuestr4, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t*, uint32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___data2, ___length3, ___valuestr4, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t*, uint32_t*, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___data2, ___length3, ___valuestr4); else result = GenericVirtFuncInvoker5< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t*, uint32_t*, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___data2, ___length3, ___valuestr4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t*, uint32_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___index1, ___data2, ___length3, ___valuestr4); else result = VirtFuncInvoker5< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t*, uint32_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___index1, ___data2, ___length3, ___valuestr4); } } else { if (___parameterCount == 4) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, intptr_t*, uint32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___index1, ___data2, ___length3, ___valuestr4, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t*, uint32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___data2, ___length3, ___valuestr4, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_GETPARAM_DATA_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr&,System.UInt32&,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETPARAM_DATA_CALLBACK_BeginInvoke_m0E3DC3E02B01983998391FA71EBFEBDFD470274C (DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, intptr_t* ___data2, uint32_t* ___length3, intptr_t ___valuestr4, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); 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*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[6] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___index1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &*___data2); __d_args[3] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &*___length3); __d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___valuestr4); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);; } // FMOD.RESULT FMOD.DSP_GETPARAM_DATA_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IntPtr&,System.UInt32&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_DATA_CALLBACK_EndInvoke_mFF34B8B6149C22E462B5FD41EC30F20080FF2397 (DSP_GETPARAM_DATA_CALLBACK_tDC6EB811C69D0BEB45536A7E7DA85D86F7C83005 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, intptr_t* ___data1, uint32_t* ___length2, RuntimeObject* ___result3, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, ___data1, ___length2, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result3, ___out_args); 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_DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279 (DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, float* ___value2, intptr_t ___valuestr3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float*, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___index1, ___value2, ___valuestr3); return returnValue; } // System.Void FMOD.DSP_GETPARAM_FLOAT_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETPARAM_FLOAT_CALLBACK__ctor_m560535F0513D538F8215B097D815C499663A036F (DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279 * __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.DSP_GETPARAM_FLOAT_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.Single&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_FLOAT_CALLBACK_Invoke_mE9F4BBE38DA0C7BFCF1E14F1BCE71D592BEE6674 (DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, float* ___value2, intptr_t ___valuestr3, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___index1, ___value2, ___valuestr3, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float*, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3); else result = GenericVirtFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float*, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3); else result = VirtFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3); } } else { if (___parameterCount == 3) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, float*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___index1, ___value2, ___valuestr3, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_GETPARAM_FLOAT_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Single&,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETPARAM_FLOAT_CALLBACK_BeginInvoke_m530D2DE50C04F9A17F62A6DF3AC418F817A24B80 (DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, float* ___value2, intptr_t ___valuestr3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); 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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___index1); __d_args[2] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &*___value2); __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___valuestr3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);; } // FMOD.RESULT FMOD.DSP_GETPARAM_FLOAT_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.Single&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_FLOAT_CALLBACK_EndInvoke_m6D0F3FE97830B7B53521FA1D15DC97A5864F09AE (DSP_GETPARAM_FLOAT_CALLBACK_t6AACD3AE743AFEB7D484F8327D456B14F95C1279 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, float* ___value1, RuntimeObject* ___result2, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, ___value1, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args); 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_DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB (DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, int32_t* ___value2, intptr_t ___valuestr3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t*, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___index1, ___value2, ___valuestr3); return returnValue; } // System.Void FMOD.DSP_GETPARAM_INT_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETPARAM_INT_CALLBACK__ctor_mAC96FBA64109B8B0F659D7D68A63D987C1ECED40 (DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB * __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.DSP_GETPARAM_INT_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.Int32&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_INT_CALLBACK_Invoke_m59EF2E0ACE4BF127F791DD52441BEF9752D89B35 (DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, int32_t* ___value2, intptr_t ___valuestr3, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___index1, ___value2, ___valuestr3, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t*, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3); else result = GenericVirtFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t*, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3); else result = VirtFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3); } } else { if (___parameterCount == 3) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, int32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___index1, ___value2, ___valuestr3, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___value2, ___valuestr3, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_GETPARAM_INT_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Int32&,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETPARAM_INT_CALLBACK_BeginInvoke_m9A71A9817505B073A6778531D83E9B1F1B046AC9 (DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, int32_t* ___value2, intptr_t ___valuestr3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___index1); __d_args[2] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &*___value2); __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___valuestr3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);; } // FMOD.RESULT FMOD.DSP_GETPARAM_INT_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.Int32&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_INT_CALLBACK_EndInvoke_mC54F66D8012B7C2C01F72AABE4F8DAE19217F31D (DSP_GETPARAM_INT_CALLBACK_t091B7DB34E0C10548AF9347089DCBBCF8CF037EB * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t* ___value1, RuntimeObject* ___result2, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, ___value1, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args); 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_DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC (DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t* ___rate1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___rate1); return returnValue; } // System.Void FMOD.DSP_GETSAMPLERATE_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETSAMPLERATE_FUNC__ctor_m8AD4973D11D462CE3F2A6C8838CC943AC4747BD5 (DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC * __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.DSP_GETSAMPLERATE_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETSAMPLERATE_FUNC_Invoke_mD923000CF1376390EED91E0E0735FC77FEFF8DE6 (DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t* ___rate1, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___rate1, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___rate1, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t* >::Invoke(targetMethod, targetThis, ___dsp_state0, ___rate1); else result = GenericVirtFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t* >::Invoke(targetMethod, targetThis, ___dsp_state0, ___rate1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___rate1); else result = VirtFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___rate1); } } else { if (___parameterCount == 1) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___rate1, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___rate1, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_GETSAMPLERATE_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETSAMPLERATE_FUNC_BeginInvoke_m99FFE511A9211C09FA2FE35D787341F38D42CA6F (DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t* ___rate1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &*___rate1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // FMOD.RESULT FMOD.DSP_GETSAMPLERATE_FUNC::EndInvoke(FMOD.DSP_STATE&,System.Int32&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETSAMPLERATE_FUNC_EndInvoke_mF34A0F199BD762FDC89790413C3B8532ECF1D15E (DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t* ___rate1, RuntimeObject* ___result2, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, ___rate1, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args); 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_DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3 (DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t* ___speakermode_mixer1, int32_t* ___speakermode_output2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, int32_t*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___speakermode_mixer1, ___speakermode_output2); return returnValue; } // System.Void FMOD.DSP_GETSPEAKERMODE_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETSPEAKERMODE_FUNC__ctor_m9B049CC5FB2B71CC2B2BA1BFBDBC2887C321E4A1 (DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3 * __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.DSP_GETSPEAKERMODE_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETSPEAKERMODE_FUNC_Invoke_mF35B65E96EC90F374846F409417341B4FB984651 (DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t* ___speakermode_mixer1, int32_t* ___speakermode_output2, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, int32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___speakermode_mixer1, ___speakermode_output2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, int32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___speakermode_mixer1, ___speakermode_output2, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, int32_t* >::Invoke(targetMethod, targetThis, ___dsp_state0, ___speakermode_mixer1, ___speakermode_output2); else result = GenericVirtFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, int32_t* >::Invoke(targetMethod, targetThis, ___dsp_state0, ___speakermode_mixer1, ___speakermode_output2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___speakermode_mixer1, ___speakermode_output2); else result = VirtFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___speakermode_mixer1, ___speakermode_output2); } } else { if (___parameterCount == 2) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t*, int32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___speakermode_mixer1, ___speakermode_output2, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t*, int32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___speakermode_mixer1, ___speakermode_output2, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_GETSPEAKERMODE_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32&,System.Int32&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETSPEAKERMODE_FUNC_BeginInvoke_m333E1D4F82DDA15964FC947187A8A38D50438E73 (DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t* ___speakermode_mixer1, int32_t* ___speakermode_output2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &*___speakermode_mixer1); __d_args[2] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &*___speakermode_output2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // FMOD.RESULT FMOD.DSP_GETSPEAKERMODE_FUNC::EndInvoke(FMOD.DSP_STATE&,System.Int32&,System.Int32&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETSPEAKERMODE_FUNC_EndInvoke_m1606D632F27EFF3BB4A4FD4F4A84799E083B52E1 (DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t* ___speakermode_mixer1, int32_t* ___speakermode_output2, RuntimeObject* ___result3, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, ___speakermode_mixer1, ___speakermode_output2, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result3, ___out_args); 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_DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8 (DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, intptr_t* ___userdata1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___userdata1); return returnValue; } // System.Void FMOD.DSP_GETUSERDATA_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETUSERDATA_FUNC__ctor_mE253FB858B0FAF153D4FDDACF68A2F2F3D819F0F (DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8 * __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.DSP_GETUSERDATA_FUNC::Invoke(FMOD.DSP_STATE&,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETUSERDATA_FUNC_Invoke_m1B927B69C469103E630D74C1780BA4547175D04E (DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, intptr_t* ___userdata1, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___userdata1, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___userdata1, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t* >::Invoke(targetMethod, targetThis, ___dsp_state0, ___userdata1); else result = GenericVirtFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t* >::Invoke(targetMethod, targetThis, ___dsp_state0, ___userdata1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___userdata1); else result = VirtFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___userdata1); } } else { if (___parameterCount == 1) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, intptr_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___userdata1, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___userdata1, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_GETUSERDATA_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.IntPtr&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETUSERDATA_FUNC_BeginInvoke_m3AF4BF0F1B019F220F1606DC94EE5FF665B1E69C (DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, intptr_t* ___userdata1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &*___userdata1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // FMOD.RESULT FMOD.DSP_GETUSERDATA_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IntPtr&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETUSERDATA_FUNC_EndInvoke_mB6EAB98203F03F6FE3D49750AAB862AB9D1E0484 (DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, intptr_t* ___userdata1, RuntimeObject* ___result2, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, ___userdata1, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args); 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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47 (DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47 * __this, uint32_t ___level0, intptr_t ___file1, int32_t ___line2, intptr_t ___function3, intptr_t ___format4, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(uint32_t, intptr_t, int32_t, intptr_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(___level0, ___file1, ___line2, ___function3, ___format4); } // System.Void FMOD.DSP_LOG_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_LOG_FUNC__ctor_mA4833EE0F84946C588F2EDFC86C6B9B35C1C2AB3 (DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47 * __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); } // System.Void FMOD.DSP_LOG_FUNC::Invoke(FMOD.DEBUG_FLAGS,System.IntPtr,System.Int32,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_LOG_FUNC_Invoke_mC2429AEE04C4A2F937E0A2764249E1339A86B92A (DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47 * __this, uint32_t ___level0, intptr_t ___file1, int32_t ___line2, intptr_t ___function3, intptr_t ___format4, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (uint32_t, intptr_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___level0, ___file1, ___line2, ___function3, ___format4, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, uint32_t, intptr_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___level0, ___file1, ___line2, ___function3, ___format4, 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)) GenericInterfaceActionInvoker5< uint32_t, intptr_t, int32_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___level0, ___file1, ___line2, ___function3, ___format4); else GenericVirtActionInvoker5< uint32_t, intptr_t, int32_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___level0, ___file1, ___line2, ___function3, ___format4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker5< uint32_t, intptr_t, int32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___level0, ___file1, ___line2, ___function3, ___format4); else VirtActionInvoker5< uint32_t, intptr_t, int32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___level0, ___file1, ___line2, ___function3, ___format4); } } else { if (___parameterCount == 4) { typedef void (*FunctionPointerType) (RuntimeObject*, intptr_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___level0) - 1), ___file1, ___line2, ___function3, ___format4, targetMethod); } else { typedef void (*FunctionPointerType) (void*, uint32_t, intptr_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___level0, ___file1, ___line2, ___function3, ___format4, targetMethod); } } } } } // System.IAsyncResult FMOD.DSP_LOG_FUNC::BeginInvoke(FMOD.DEBUG_FLAGS,System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_LOG_FUNC_BeginInvoke_mED9429C98022AE2A037A9AD808EE070CB56E7736 (DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47 * __this, uint32_t ___level0, intptr_t ___file1, int32_t ___line2, intptr_t ___function3, intptr_t ___format4, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DEBUG_FLAGS_t5B534E621EFD0EA230E7BCB3D1CBEE658CB61D62_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[6] = {0}; __d_args[0] = Box(DEBUG_FLAGS_t5B534E621EFD0EA230E7BCB3D1CBEE658CB61D62_il2cpp_TypeInfo_var, &___level0); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___file1); __d_args[2] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___line2); __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___function3); __d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___format4); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);; } // System.Void FMOD.DSP_LOG_FUNC::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_LOG_FUNC_EndInvoke_m2D822CD346B73BC659EF90D076D3F4C034741BA2 (DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: FMOD.DSP_LOUDNESS_METER_INFO_TYPE IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04_marshal_pinvoke(const DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04& unmarshaled, DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04_marshaled_pinvoke& marshaled) { marshaled.___momentaryloudness_0 = unmarshaled.get_momentaryloudness_0(); marshaled.___shorttermloudness_1 = unmarshaled.get_shorttermloudness_1(); marshaled.___integratedloudness_2 = unmarshaled.get_integratedloudness_2(); marshaled.___loudness10thpercentile_3 = unmarshaled.get_loudness10thpercentile_3(); marshaled.___loudness95thpercentile_4 = unmarshaled.get_loudness95thpercentile_4(); if (unmarshaled.get_loudnesshistogram_5() != NULL) { if (66 > (unmarshaled.get_loudnesshistogram_5())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(66); i++) { (marshaled.___loudnesshistogram_5)[i] = (unmarshaled.get_loudnesshistogram_5())->GetAtUnchecked(static_cast(i)); } } marshaled.___maxtruepeak_6 = unmarshaled.get_maxtruepeak_6(); marshaled.___maxmomentaryloudness_7 = unmarshaled.get_maxmomentaryloudness_7(); } IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04_marshal_pinvoke_back(const DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04_marshaled_pinvoke& marshaled, DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float unmarshaled_momentaryloudness_temp_0 = 0.0f; unmarshaled_momentaryloudness_temp_0 = marshaled.___momentaryloudness_0; unmarshaled.set_momentaryloudness_0(unmarshaled_momentaryloudness_temp_0); float unmarshaled_shorttermloudness_temp_1 = 0.0f; unmarshaled_shorttermloudness_temp_1 = marshaled.___shorttermloudness_1; unmarshaled.set_shorttermloudness_1(unmarshaled_shorttermloudness_temp_1); float unmarshaled_integratedloudness_temp_2 = 0.0f; unmarshaled_integratedloudness_temp_2 = marshaled.___integratedloudness_2; unmarshaled.set_integratedloudness_2(unmarshaled_integratedloudness_temp_2); float unmarshaled_loudness10thpercentile_temp_3 = 0.0f; unmarshaled_loudness10thpercentile_temp_3 = marshaled.___loudness10thpercentile_3; unmarshaled.set_loudness10thpercentile_3(unmarshaled_loudness10thpercentile_temp_3); float unmarshaled_loudness95thpercentile_temp_4 = 0.0f; unmarshaled_loudness95thpercentile_temp_4 = marshaled.___loudness95thpercentile_4; unmarshaled.set_loudness95thpercentile_4(unmarshaled_loudness95thpercentile_temp_4); unmarshaled.set_loudnesshistogram_5(reinterpret_cast((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, 66))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(66); i++) { (unmarshaled.get_loudnesshistogram_5())->SetAtUnchecked(static_cast(i), (marshaled.___loudnesshistogram_5)[i]); } float unmarshaled_maxtruepeak_temp_6 = 0.0f; unmarshaled_maxtruepeak_temp_6 = marshaled.___maxtruepeak_6; unmarshaled.set_maxtruepeak_6(unmarshaled_maxtruepeak_temp_6); float unmarshaled_maxmomentaryloudness_temp_7 = 0.0f; unmarshaled_maxmomentaryloudness_temp_7 = marshaled.___maxmomentaryloudness_7; unmarshaled.set_maxmomentaryloudness_7(unmarshaled_maxmomentaryloudness_temp_7); } // Conversion method for clean up from marshalling of: FMOD.DSP_LOUDNESS_METER_INFO_TYPE IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04_marshal_pinvoke_cleanup(DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.DSP_LOUDNESS_METER_INFO_TYPE IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04_marshal_com(const DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04& unmarshaled, DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04_marshaled_com& marshaled) { marshaled.___momentaryloudness_0 = unmarshaled.get_momentaryloudness_0(); marshaled.___shorttermloudness_1 = unmarshaled.get_shorttermloudness_1(); marshaled.___integratedloudness_2 = unmarshaled.get_integratedloudness_2(); marshaled.___loudness10thpercentile_3 = unmarshaled.get_loudness10thpercentile_3(); marshaled.___loudness95thpercentile_4 = unmarshaled.get_loudness95thpercentile_4(); if (unmarshaled.get_loudnesshistogram_5() != NULL) { if (66 > (unmarshaled.get_loudnesshistogram_5())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(66); i++) { (marshaled.___loudnesshistogram_5)[i] = (unmarshaled.get_loudnesshistogram_5())->GetAtUnchecked(static_cast(i)); } } marshaled.___maxtruepeak_6 = unmarshaled.get_maxtruepeak_6(); marshaled.___maxmomentaryloudness_7 = unmarshaled.get_maxmomentaryloudness_7(); } IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04_marshal_com_back(const DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04_marshaled_com& marshaled, DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float unmarshaled_momentaryloudness_temp_0 = 0.0f; unmarshaled_momentaryloudness_temp_0 = marshaled.___momentaryloudness_0; unmarshaled.set_momentaryloudness_0(unmarshaled_momentaryloudness_temp_0); float unmarshaled_shorttermloudness_temp_1 = 0.0f; unmarshaled_shorttermloudness_temp_1 = marshaled.___shorttermloudness_1; unmarshaled.set_shorttermloudness_1(unmarshaled_shorttermloudness_temp_1); float unmarshaled_integratedloudness_temp_2 = 0.0f; unmarshaled_integratedloudness_temp_2 = marshaled.___integratedloudness_2; unmarshaled.set_integratedloudness_2(unmarshaled_integratedloudness_temp_2); float unmarshaled_loudness10thpercentile_temp_3 = 0.0f; unmarshaled_loudness10thpercentile_temp_3 = marshaled.___loudness10thpercentile_3; unmarshaled.set_loudness10thpercentile_3(unmarshaled_loudness10thpercentile_temp_3); float unmarshaled_loudness95thpercentile_temp_4 = 0.0f; unmarshaled_loudness95thpercentile_temp_4 = marshaled.___loudness95thpercentile_4; unmarshaled.set_loudness95thpercentile_4(unmarshaled_loudness95thpercentile_temp_4); unmarshaled.set_loudnesshistogram_5(reinterpret_cast((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, 66))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(66); i++) { (unmarshaled.get_loudnesshistogram_5())->SetAtUnchecked(static_cast(i), (marshaled.___loudnesshistogram_5)[i]); } float unmarshaled_maxtruepeak_temp_6 = 0.0f; unmarshaled_maxtruepeak_temp_6 = marshaled.___maxtruepeak_6; unmarshaled.set_maxtruepeak_6(unmarshaled_maxtruepeak_temp_6); float unmarshaled_maxmomentaryloudness_temp_7 = 0.0f; unmarshaled_maxmomentaryloudness_temp_7 = marshaled.___maxmomentaryloudness_7; unmarshaled.set_maxmomentaryloudness_7(unmarshaled_maxmomentaryloudness_temp_7); } // Conversion method for clean up from marshalling of: FMOD.DSP_LOUDNESS_METER_INFO_TYPE IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04_marshal_com_cleanup(DSP_LOUDNESS_METER_INFO_TYPE_t6A0A89BBFD0DDEB4BD1461DDAFD434B5E4218C04_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 // Conversion methods for marshalling of: FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7_marshal_pinvoke(const DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7& unmarshaled, DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7_marshaled_pinvoke& marshaled) { if (unmarshaled.get_channelweight_0() != NULL) { if (32 > (unmarshaled.get_channelweight_0())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (marshaled.___channelweight_0)[i] = (unmarshaled.get_channelweight_0())->GetAtUnchecked(static_cast(i)); } } } IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7_marshal_pinvoke_back(const DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7_marshaled_pinvoke& marshaled, DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_channelweight_0(reinterpret_cast((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, 32))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (unmarshaled.get_channelweight_0())->SetAtUnchecked(static_cast(i), (marshaled.___channelweight_0)[i]); } } // Conversion method for clean up from marshalling of: FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7_marshal_pinvoke_cleanup(DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7_marshal_com(const DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7& unmarshaled, DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7_marshaled_com& marshaled) { if (unmarshaled.get_channelweight_0() != NULL) { if (32 > (unmarshaled.get_channelweight_0())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (marshaled.___channelweight_0)[i] = (unmarshaled.get_channelweight_0())->GetAtUnchecked(static_cast(i)); } } } IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7_marshal_com_back(const DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7_marshaled_com& marshaled, DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_channelweight_0(reinterpret_cast((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, 32))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (unmarshaled.get_channelweight_0())->SetAtUnchecked(static_cast(i), (marshaled.___channelweight_0)[i]); } } // Conversion method for clean up from marshalling of: FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7_marshal_com_cleanup(DSP_LOUDNESS_METER_WEIGHTING_TYPE_t4530DDF00E2B439A75396C9A63E7A3B4CC0624C7_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 // Conversion methods for marshalling of: FMOD.DSP_METERING_INFO IL2CPP_EXTERN_C void DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_pinvoke(const DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D& unmarshaled, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke& marshaled) { marshaled.___numsamples_0 = unmarshaled.get_numsamples_0(); if (unmarshaled.get_peaklevel_1() != NULL) { if (32 > (unmarshaled.get_peaklevel_1())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (marshaled.___peaklevel_1)[i] = (unmarshaled.get_peaklevel_1())->GetAtUnchecked(static_cast(i)); } } if (unmarshaled.get_rmslevel_2() != NULL) { if (32 > (unmarshaled.get_rmslevel_2())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (marshaled.___rmslevel_2)[i] = (unmarshaled.get_rmslevel_2())->GetAtUnchecked(static_cast(i)); } } marshaled.___numchannels_3 = unmarshaled.get_numchannels_3(); } IL2CPP_EXTERN_C void DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_pinvoke_back(const DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke& marshaled, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_numsamples_temp_0 = 0; unmarshaled_numsamples_temp_0 = marshaled.___numsamples_0; unmarshaled.set_numsamples_0(unmarshaled_numsamples_temp_0); unmarshaled.set_peaklevel_1(reinterpret_cast((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, 32))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (unmarshaled.get_peaklevel_1())->SetAtUnchecked(static_cast(i), (marshaled.___peaklevel_1)[i]); } unmarshaled.set_rmslevel_2(reinterpret_cast((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, 32))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (unmarshaled.get_rmslevel_2())->SetAtUnchecked(static_cast(i), (marshaled.___rmslevel_2)[i]); } int16_t unmarshaled_numchannels_temp_3 = 0; unmarshaled_numchannels_temp_3 = marshaled.___numchannels_3; unmarshaled.set_numchannels_3(unmarshaled_numchannels_temp_3); } // Conversion method for clean up from marshalling of: FMOD.DSP_METERING_INFO IL2CPP_EXTERN_C void DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_pinvoke_cleanup(DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.DSP_METERING_INFO IL2CPP_EXTERN_C void DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_com(const DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D& unmarshaled, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_com& marshaled) { marshaled.___numsamples_0 = unmarshaled.get_numsamples_0(); if (unmarshaled.get_peaklevel_1() != NULL) { if (32 > (unmarshaled.get_peaklevel_1())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (marshaled.___peaklevel_1)[i] = (unmarshaled.get_peaklevel_1())->GetAtUnchecked(static_cast(i)); } } if (unmarshaled.get_rmslevel_2() != NULL) { if (32 > (unmarshaled.get_rmslevel_2())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (marshaled.___rmslevel_2)[i] = (unmarshaled.get_rmslevel_2())->GetAtUnchecked(static_cast(i)); } } marshaled.___numchannels_3 = unmarshaled.get_numchannels_3(); } IL2CPP_EXTERN_C void DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_com_back(const DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshaled_com& marshaled, DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_numsamples_temp_0 = 0; unmarshaled_numsamples_temp_0 = marshaled.___numsamples_0; unmarshaled.set_numsamples_0(unmarshaled_numsamples_temp_0); unmarshaled.set_peaklevel_1(reinterpret_cast((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, 32))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (unmarshaled.get_peaklevel_1())->SetAtUnchecked(static_cast(i), (marshaled.___peaklevel_1)[i]); } unmarshaled.set_rmslevel_2(reinterpret_cast((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, 32))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (unmarshaled.get_rmslevel_2())->SetAtUnchecked(static_cast(i), (marshaled.___rmslevel_2)[i]); } int16_t unmarshaled_numchannels_temp_3 = 0; unmarshaled_numchannels_temp_3 = marshaled.___numchannels_3; unmarshaled.set_numchannels_3(unmarshaled_numchannels_temp_3); } // Conversion method for clean up from marshalling of: FMOD.DSP_METERING_INFO IL2CPP_EXTERN_C void DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_marshal_com_cleanup(DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D_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 IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E (DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___rolloff1, float ___distance2, float ___mindistance3, float ___maxdistance4, float* ___gain5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___rolloff1, ___distance2, ___mindistance3, ___maxdistance4, ___gain5); return returnValue; } // System.Void FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PAN_GETROLLOFFGAIN_FUNC__ctor_m1B680A0C9CE2CF2EFF9187CE501ED5F782EC4214 (DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E * __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.DSP_PAN_GETROLLOFFGAIN_FUNC::Invoke(FMOD.DSP_STATE&,FMOD.DSP_PAN_3D_ROLLOFF_TYPE,System.Single,System.Single,System.Single,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_GETROLLOFFGAIN_FUNC_Invoke_mDFC3F8E3BC2383DDFFDBC8D897E032600CC83312 (DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___rolloff1, float ___distance2, float ___mindistance3, float ___maxdistance4, float* ___gain5, 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 == 6) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___rolloff1, ___distance2, ___mindistance3, ___maxdistance4, ___gain5, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___rolloff1, ___distance2, ___mindistance3, ___maxdistance4, ___gain5, 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 = GenericInterfaceFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float* >::Invoke(targetMethod, targetThis, ___dsp_state0, ___rolloff1, ___distance2, ___mindistance3, ___maxdistance4, ___gain5); else result = GenericVirtFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float* >::Invoke(targetMethod, targetThis, ___dsp_state0, ___rolloff1, ___distance2, ___mindistance3, ___maxdistance4, ___gain5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___rolloff1, ___distance2, ___mindistance3, ___maxdistance4, ___gain5); else result = VirtFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___rolloff1, ___distance2, ___mindistance3, ___maxdistance4, ___gain5); } } else { if (___parameterCount == 5) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, float, float, float, float*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___rolloff1, ___distance2, ___mindistance3, ___maxdistance4, ___gain5, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___rolloff1, ___distance2, ___mindistance3, ___maxdistance4, ___gain5, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC::BeginInvoke(FMOD.DSP_STATE&,FMOD.DSP_PAN_3D_ROLLOFF_TYPE,System.Single,System.Single,System.Single,System.Single&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_PAN_GETROLLOFFGAIN_FUNC_BeginInvoke_m49D3ECE899AD950569E798B996A8CAB308D3ED18 (DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___rolloff1, float ___distance2, float ___mindistance3, float ___maxdistance4, float* ___gain5, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_3D_ROLLOFF_TYPE_tCE91B59744DBCF253E2E8E1D97454206A706BAFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(DSP_PAN_3D_ROLLOFF_TYPE_tCE91B59744DBCF253E2E8E1D97454206A706BAFC_il2cpp_TypeInfo_var, &___rolloff1); __d_args[2] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___distance2); __d_args[3] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___mindistance3); __d_args[4] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___maxdistance4); __d_args[5] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &*___gain5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7);; } // FMOD.RESULT FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC::EndInvoke(FMOD.DSP_STATE&,System.Single&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_GETROLLOFFGAIN_FUNC_EndInvoke_mD79812440B1C5CD0A6D0EECD67ED04201D5A9CB9 (DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, float* ___gain1, RuntimeObject* ___result2, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, ___gain1, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args); 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 IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2 (DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___sourceSpeakerMode1, float ___lowFrequencyGain2, float ___overallGain3, intptr_t ___matrix4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___sourceSpeakerMode1, ___lowFrequencyGain2, ___overallGain3, ___matrix4); return returnValue; } // System.Void FMOD.DSP_PAN_SUMMONOMATRIX_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PAN_SUMMONOMATRIX_FUNC__ctor_mB21F17C6F74BB2E3999BAA310569309F8316FA47 (DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2 * __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.DSP_PAN_SUMMONOMATRIX_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMMONOMATRIX_FUNC_Invoke_m87DD43EDD8D2059C683AF8DCAB2F1E18C733A8E1 (DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___sourceSpeakerMode1, float ___lowFrequencyGain2, float ___overallGain3, intptr_t ___matrix4, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___sourceSpeakerMode1, ___lowFrequencyGain2, ___overallGain3, ___matrix4, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___lowFrequencyGain2, ___overallGain3, ___matrix4, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___lowFrequencyGain2, ___overallGain3, ___matrix4); else result = GenericVirtFuncInvoker5< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___lowFrequencyGain2, ___overallGain3, ___matrix4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___lowFrequencyGain2, ___overallGain3, ___matrix4); else result = VirtFuncInvoker5< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___lowFrequencyGain2, ___overallGain3, ___matrix4); } } else { if (___parameterCount == 4) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, float, float, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___sourceSpeakerMode1, ___lowFrequencyGain2, ___overallGain3, ___matrix4, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___lowFrequencyGain2, ___overallGain3, ___matrix4, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_PAN_SUMMONOMATRIX_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_PAN_SUMMONOMATRIX_FUNC_BeginInvoke_mA5E54D91850A2408A4C83D4AA115DAEC463DC604 (DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___sourceSpeakerMode1, float ___lowFrequencyGain2, float ___overallGain3, intptr_t ___matrix4, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); 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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[6] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___sourceSpeakerMode1); __d_args[2] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___lowFrequencyGain2); __d_args[3] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___overallGain3); __d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___matrix4); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);; } // FMOD.RESULT FMOD.DSP_PAN_SUMMONOMATRIX_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMMONOMATRIX_FUNC_EndInvoke_mE7626A4A21FC803182A7066BD3255B371CD5C845 (DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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_DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D (DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___targetSpeakerMode1, float ___direction2, float ___extent3, float ___lowFrequencyGain4, float ___overallGain5, int32_t ___matrixHop6, intptr_t ___matrix7, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, int32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___lowFrequencyGain4, ___overallGain5, ___matrixHop6, ___matrix7); return returnValue; } // System.Void FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC__ctor_mD9A555EF4768B8E1F09CA7D61107D2B982A3D203 (DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D * __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.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_Invoke_m9E05B50B2F5C46A2D0416DC08631D8DCE6F9BB39 (DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___targetSpeakerMode1, float ___direction2, float ___extent3, float ___lowFrequencyGain4, float ___overallGain5, int32_t ___matrixHop6, intptr_t ___matrix7, 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 == 8) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___lowFrequencyGain4, ___overallGain5, ___matrixHop6, ___matrix7, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___lowFrequencyGain4, ___overallGain5, ___matrixHop6, ___matrix7, 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 = GenericInterfaceFuncInvoker8< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___lowFrequencyGain4, ___overallGain5, ___matrixHop6, ___matrix7); else result = GenericVirtFuncInvoker8< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___lowFrequencyGain4, ___overallGain5, ___matrixHop6, ___matrix7); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker8< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___lowFrequencyGain4, ___overallGain5, ___matrixHop6, ___matrix7); else result = VirtFuncInvoker8< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___lowFrequencyGain4, ___overallGain5, ___matrixHop6, ___matrix7); } } else { if (___parameterCount == 7) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___targetSpeakerMode1, ___direction2, ___extent3, ___lowFrequencyGain4, ___overallGain5, ___matrixHop6, ___matrix7, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___lowFrequencyGain4, ___overallGain5, ___matrixHop6, ___matrix7, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_BeginInvoke_mC41B3A08ACD4F56C3F04DF32A4079CCBC4F1C092 (DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___targetSpeakerMode1, float ___direction2, float ___extent3, float ___lowFrequencyGain4, float ___overallGain5, int32_t ___matrixHop6, intptr_t ___matrix7, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback8, RuntimeObject * ___object9, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); 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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[9] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___targetSpeakerMode1); __d_args[2] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___direction2); __d_args[3] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___extent3); __d_args[4] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___lowFrequencyGain4); __d_args[5] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___overallGain5); __d_args[6] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___matrixHop6); __d_args[7] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___matrix7); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback8, (RuntimeObject*)___object9);; } // FMOD.RESULT FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_EndInvoke_mAA650EBE17C5ED862829A44CE9693E8359E0810F (DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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_DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B (DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___sourceSpeakerMode1, float ___pan2, float ___lowFrequencyGain3, float ___overallGain4, int32_t ___matrixHop5, intptr_t ___matrix6, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, int32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___sourceSpeakerMode1, ___pan2, ___lowFrequencyGain3, ___overallGain4, ___matrixHop5, ___matrix6); return returnValue; } // System.Void FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PAN_SUMSTEREOMATRIX_FUNC__ctor_mFEB8056E4746C877F13DB0C80B68E37711EF2068 (DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B * __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.DSP_PAN_SUMSTEREOMATRIX_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.Single,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMSTEREOMATRIX_FUNC_Invoke_mC8439C90516521391AC8651C3DD5EFB6075992CA (DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___sourceSpeakerMode1, float ___pan2, float ___lowFrequencyGain3, float ___overallGain4, int32_t ___matrixHop5, intptr_t ___matrix6, 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 == 7) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___sourceSpeakerMode1, ___pan2, ___lowFrequencyGain3, ___overallGain4, ___matrixHop5, ___matrix6, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___pan2, ___lowFrequencyGain3, ___overallGain4, ___matrixHop5, ___matrix6, 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 = GenericInterfaceFuncInvoker7< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___pan2, ___lowFrequencyGain3, ___overallGain4, ___matrixHop5, ___matrix6); else result = GenericVirtFuncInvoker7< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___pan2, ___lowFrequencyGain3, ___overallGain4, ___matrixHop5, ___matrix6); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker7< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___pan2, ___lowFrequencyGain3, ___overallGain4, ___matrixHop5, ___matrix6); else result = VirtFuncInvoker7< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___pan2, ___lowFrequencyGain3, ___overallGain4, ___matrixHop5, ___matrix6); } } else { if (___parameterCount == 6) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, float, float, float, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___sourceSpeakerMode1, ___pan2, ___lowFrequencyGain3, ___overallGain4, ___matrixHop5, ___matrix6, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___pan2, ___lowFrequencyGain3, ___overallGain4, ___matrixHop5, ___matrix6, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.Single,System.Int32,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_PAN_SUMSTEREOMATRIX_FUNC_BeginInvoke_m611AC7B4A64FDBAFCFE0F1DEFC7BE3B811E730A1 (DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___sourceSpeakerMode1, float ___pan2, float ___lowFrequencyGain3, float ___overallGain4, int32_t ___matrixHop5, intptr_t ___matrix6, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback7, RuntimeObject * ___object8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); 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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[8] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___sourceSpeakerMode1); __d_args[2] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___pan2); __d_args[3] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___lowFrequencyGain3); __d_args[4] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___overallGain4); __d_args[5] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___matrixHop5); __d_args[6] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___matrix6); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback7, (RuntimeObject*)___object8);; } // FMOD.RESULT FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMSTEREOMATRIX_FUNC_EndInvoke_m71864717B843D31798C73BB19EFFE0C13EF017C1 (DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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_DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E (DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___targetSpeakerMode1, float ___direction2, float ___extent3, float ___rotation4, float ___lowFrequencyGain5, float ___overallGain6, int32_t ___matrixHop7, intptr_t ___matrix8, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, float, int32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___rotation4, ___lowFrequencyGain5, ___overallGain6, ___matrixHop7, ___matrix8); return returnValue; } // System.Void FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC__ctor_mF08B694255C5C8F4A0F82F7EB6FC51537FEB1841 (DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E * __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.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_Invoke_m9D54329897FC1B1D860F33644804EF32128DBE75 (DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___targetSpeakerMode1, float ___direction2, float ___extent3, float ___rotation4, float ___lowFrequencyGain5, float ___overallGain6, int32_t ___matrixHop7, intptr_t ___matrix8, 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 == 9) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___rotation4, ___lowFrequencyGain5, ___overallGain6, ___matrixHop7, ___matrix8, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___rotation4, ___lowFrequencyGain5, ___overallGain6, ___matrixHop7, ___matrix8, 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 = GenericInterfaceFuncInvoker9< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, float, int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___rotation4, ___lowFrequencyGain5, ___overallGain6, ___matrixHop7, ___matrix8); else result = GenericVirtFuncInvoker9< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, float, int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___rotation4, ___lowFrequencyGain5, ___overallGain6, ___matrixHop7, ___matrix8); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker9< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, float, int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___rotation4, ___lowFrequencyGain5, ___overallGain6, ___matrixHop7, ___matrix8); else result = VirtFuncInvoker9< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, float, int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___rotation4, ___lowFrequencyGain5, ___overallGain6, ___matrixHop7, ___matrix8); } } else { if (___parameterCount == 8) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, float, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___targetSpeakerMode1, ___direction2, ___extent3, ___rotation4, ___lowFrequencyGain5, ___overallGain6, ___matrixHop7, ___matrix8, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___targetSpeakerMode1, ___direction2, ___extent3, ___rotation4, ___lowFrequencyGain5, ___overallGain6, ___matrixHop7, ___matrix8, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Int32,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_BeginInvoke_mDA55BAC5DD0F4FCACB12F2BBD21BA9C7651671B9 (DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___targetSpeakerMode1, float ___direction2, float ___extent3, float ___rotation4, float ___lowFrequencyGain5, float ___overallGain6, int32_t ___matrixHop7, intptr_t ___matrix8, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback9, RuntimeObject * ___object10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); 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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[10] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___targetSpeakerMode1); __d_args[2] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___direction2); __d_args[3] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___extent3); __d_args[4] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___rotation4); __d_args[5] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___lowFrequencyGain5); __d_args[6] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___overallGain6); __d_args[7] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___matrixHop7); __d_args[8] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___matrix8); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback9, (RuntimeObject*)___object10);; } // FMOD.RESULT FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_EndInvoke_m4B05853DAA3B25E5047E9D2A945244FD016AFC41 (DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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_DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6 (DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___sourceSpeakerMode1, int32_t ___targetSpeakerMode2, float ___direction3, float ___extent4, float ___rotation5, float ___lowFrequencyGain6, float ___overallGain7, int32_t ___matrixHop8, intptr_t ___matrix9, int32_t ___flags10, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___sourceSpeakerMode1, ___targetSpeakerMode2, ___direction3, ___extent4, ___rotation5, ___lowFrequencyGain6, ___overallGain7, ___matrixHop8, ___matrix9, ___flags10); return returnValue; } // System.Void FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PAN_SUMSURROUNDMATRIX_FUNC__ctor_m12C2265BE0B2D889201F33A8B99E33E74A9DFCB9 (DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6 * __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.DSP_PAN_SUMSURROUNDMATRIX_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Int32,System.IntPtr,FMOD.DSP_PAN_SURROUND_FLAGS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMSURROUNDMATRIX_FUNC_Invoke_m34A8AC519511CA34D98AB73F789938CA8E2903F3 (DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___sourceSpeakerMode1, int32_t ___targetSpeakerMode2, float ___direction3, float ___extent4, float ___rotation5, float ___lowFrequencyGain6, float ___overallGain7, int32_t ___matrixHop8, intptr_t ___matrix9, int32_t ___flags10, 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 == 11) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___sourceSpeakerMode1, ___targetSpeakerMode2, ___direction3, ___extent4, ___rotation5, ___lowFrequencyGain6, ___overallGain7, ___matrixHop8, ___matrix9, ___flags10, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___targetSpeakerMode2, ___direction3, ___extent4, ___rotation5, ___lowFrequencyGain6, ___overallGain7, ___matrixHop8, ___matrix9, ___flags10, 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 = GenericInterfaceFuncInvoker11< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___targetSpeakerMode2, ___direction3, ___extent4, ___rotation5, ___lowFrequencyGain6, ___overallGain7, ___matrixHop8, ___matrix9, ___flags10); else result = GenericVirtFuncInvoker11< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___targetSpeakerMode2, ___direction3, ___extent4, ___rotation5, ___lowFrequencyGain6, ___overallGain7, ___matrixHop8, ___matrix9, ___flags10); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker11< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___targetSpeakerMode2, ___direction3, ___extent4, ___rotation5, ___lowFrequencyGain6, ___overallGain7, ___matrixHop8, ___matrix9, ___flags10); else result = VirtFuncInvoker11< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___targetSpeakerMode2, ___direction3, ___extent4, ___rotation5, ___lowFrequencyGain6, ___overallGain7, ___matrixHop8, ___matrix9, ___flags10); } } else { if (___parameterCount == 10) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___sourceSpeakerMode1, ___targetSpeakerMode2, ___direction3, ___extent4, ___rotation5, ___lowFrequencyGain6, ___overallGain7, ___matrixHop8, ___matrix9, ___flags10, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___sourceSpeakerMode1, ___targetSpeakerMode2, ___direction3, ___extent4, ___rotation5, ___lowFrequencyGain6, ___overallGain7, ___matrixHop8, ___matrix9, ___flags10, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Int32,System.IntPtr,FMOD.DSP_PAN_SURROUND_FLAGS,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_PAN_SUMSURROUNDMATRIX_FUNC_BeginInvoke_m7FFF0BC010D5FA4A4FAA655F2EB39B12D8B14A74 (DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___sourceSpeakerMode1, int32_t ___targetSpeakerMode2, float ___direction3, float ___extent4, float ___rotation5, float ___lowFrequencyGain6, float ___overallGain7, int32_t ___matrixHop8, intptr_t ___matrix9, int32_t ___flags10, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback11, RuntimeObject * ___object12, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SURROUND_FLAGS_tD4EF939232D59085A3B442A5A33ADE6C77A1107A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); 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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[12] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___sourceSpeakerMode1); __d_args[2] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___targetSpeakerMode2); __d_args[3] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___direction3); __d_args[4] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___extent4); __d_args[5] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___rotation5); __d_args[6] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___lowFrequencyGain6); __d_args[7] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___overallGain7); __d_args[8] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___matrixHop8); __d_args[9] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___matrix9); __d_args[10] = Box(DSP_PAN_SURROUND_FLAGS_tD4EF939232D59085A3B442A5A33ADE6C77A1107A_il2cpp_TypeInfo_var, &___flags10); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback11, (RuntimeObject*)___object12);; } // FMOD.RESULT FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMSURROUNDMATRIX_FUNC_EndInvoke_m0FAE3850B20D1E7315196F2B1309A2194F627C75 (DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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 // Conversion methods for marshalling of: FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI IL2CPP_EXTERN_C void DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A_marshal_pinvoke(const DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A& unmarshaled, DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A_marshaled_pinvoke& marshaled) { marshaled.___numlisteners_0 = unmarshaled.get_numlisteners_0(); if (unmarshaled.get_relative_1() != NULL) { if (8 > (unmarshaled.get_relative_1())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++) { (marshaled.___relative_1)[i] = (unmarshaled.get_relative_1())->GetAtUnchecked(static_cast(i)); } } if (unmarshaled.get_weight_2() != NULL) { if (8 > (unmarshaled.get_weight_2())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++) { (marshaled.___weight_2)[i] = (unmarshaled.get_weight_2())->GetAtUnchecked(static_cast(i)); } } marshaled.___absolute_3 = unmarshaled.get_absolute_3(); } IL2CPP_EXTERN_C void DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A_marshal_pinvoke_back(const DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A_marshaled_pinvoke& marshaled, DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ATTRIBUTES_3DU5BU5D_tE889DEEC0CF64F2EB9C3E8CF86CE2FA38CD90944_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_numlisteners_temp_0 = 0; unmarshaled_numlisteners_temp_0 = marshaled.___numlisteners_0; unmarshaled.set_numlisteners_0(unmarshaled_numlisteners_temp_0); unmarshaled.set_relative_1(reinterpret_cast((ATTRIBUTES_3DU5BU5D_tE889DEEC0CF64F2EB9C3E8CF86CE2FA38CD90944*)SZArrayNew(ATTRIBUTES_3DU5BU5D_tE889DEEC0CF64F2EB9C3E8CF86CE2FA38CD90944_il2cpp_TypeInfo_var, 8))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++) { (unmarshaled.get_relative_1())->SetAtUnchecked(static_cast(i), (marshaled.___relative_1)[i]); } unmarshaled.set_weight_2(reinterpret_cast((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, 8))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++) { (unmarshaled.get_weight_2())->SetAtUnchecked(static_cast(i), (marshaled.___weight_2)[i]); } ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 unmarshaled_absolute_temp_3; memset((&unmarshaled_absolute_temp_3), 0, sizeof(unmarshaled_absolute_temp_3)); unmarshaled_absolute_temp_3 = marshaled.___absolute_3; unmarshaled.set_absolute_3(unmarshaled_absolute_temp_3); } // Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI IL2CPP_EXTERN_C void DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A_marshal_pinvoke_cleanup(DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI IL2CPP_EXTERN_C void DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A_marshal_com(const DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A& unmarshaled, DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A_marshaled_com& marshaled) { marshaled.___numlisteners_0 = unmarshaled.get_numlisteners_0(); if (unmarshaled.get_relative_1() != NULL) { if (8 > (unmarshaled.get_relative_1())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++) { (marshaled.___relative_1)[i] = (unmarshaled.get_relative_1())->GetAtUnchecked(static_cast(i)); } } if (unmarshaled.get_weight_2() != NULL) { if (8 > (unmarshaled.get_weight_2())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++) { (marshaled.___weight_2)[i] = (unmarshaled.get_weight_2())->GetAtUnchecked(static_cast(i)); } } marshaled.___absolute_3 = unmarshaled.get_absolute_3(); } IL2CPP_EXTERN_C void DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A_marshal_com_back(const DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A_marshaled_com& marshaled, DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ATTRIBUTES_3DU5BU5D_tE889DEEC0CF64F2EB9C3E8CF86CE2FA38CD90944_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_numlisteners_temp_0 = 0; unmarshaled_numlisteners_temp_0 = marshaled.___numlisteners_0; unmarshaled.set_numlisteners_0(unmarshaled_numlisteners_temp_0); unmarshaled.set_relative_1(reinterpret_cast((ATTRIBUTES_3DU5BU5D_tE889DEEC0CF64F2EB9C3E8CF86CE2FA38CD90944*)SZArrayNew(ATTRIBUTES_3DU5BU5D_tE889DEEC0CF64F2EB9C3E8CF86CE2FA38CD90944_il2cpp_TypeInfo_var, 8))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++) { (unmarshaled.get_relative_1())->SetAtUnchecked(static_cast(i), (marshaled.___relative_1)[i]); } unmarshaled.set_weight_2(reinterpret_cast((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, 8))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++) { (unmarshaled.get_weight_2())->SetAtUnchecked(static_cast(i), (marshaled.___weight_2)[i]); } ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 unmarshaled_absolute_temp_3; memset((&unmarshaled_absolute_temp_3), 0, sizeof(unmarshaled_absolute_temp_3)); unmarshaled_absolute_temp_3 = marshaled.___absolute_3; unmarshaled.set_absolute_3(unmarshaled_absolute_temp_3); } // Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI IL2CPP_EXTERN_C void DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A_marshal_com_cleanup(DSP_PARAMETER_3DATTRIBUTES_MULTI_t46F4CBFB5645CA9BA8A84F557BC2D8548908A92A_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 // Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_marshal_pinvoke(const DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003& unmarshaled, DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_marshaled_pinvoke& marshaled) { marshaled.___type_0 = unmarshaled.get_type_0(); if (unmarshaled.get_name_1() != NULL) { if (16 > (unmarshaled.get_name_1())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++) { (marshaled.___name_1)[i] = (unmarshaled.get_name_1())->GetAtUnchecked(static_cast(i)); } } if (unmarshaled.get_label_2() != NULL) { if (16 > (unmarshaled.get_label_2())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++) { (marshaled.___label_2)[i] = (unmarshaled.get_label_2())->GetAtUnchecked(static_cast(i)); } } marshaled.___description_3 = il2cpp_codegen_marshal_string(unmarshaled.get_description_3()); DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_pinvoke(unmarshaled.get_desc_4(), marshaled.___desc_4); } IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_marshal_pinvoke_back(const DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_marshaled_pinvoke& marshaled, DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_type_temp_0 = 0; unmarshaled_type_temp_0 = marshaled.___type_0; unmarshaled.set_type_0(unmarshaled_type_temp_0); unmarshaled.set_name_1(reinterpret_cast((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, 16))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++) { (unmarshaled.get_name_1())->SetAtUnchecked(static_cast(i), (marshaled.___name_1)[i]); } unmarshaled.set_label_2(reinterpret_cast((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, 16))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++) { (unmarshaled.get_label_2())->SetAtUnchecked(static_cast(i), (marshaled.___label_2)[i]); } unmarshaled.set_description_3(il2cpp_codegen_marshal_string_result(marshaled.___description_3)); DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B unmarshaled_desc_temp_4; memset((&unmarshaled_desc_temp_4), 0, sizeof(unmarshaled_desc_temp_4)); DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_pinvoke_back(marshaled.___desc_4, unmarshaled_desc_temp_4); unmarshaled.set_desc_4(unmarshaled_desc_temp_4); } // Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_marshal_pinvoke_cleanup(DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___description_3); marshaled.___description_3 = NULL; DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_pinvoke_cleanup(marshaled.___desc_4); } // Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_marshal_com(const DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003& unmarshaled, DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_marshaled_com& marshaled) { marshaled.___type_0 = unmarshaled.get_type_0(); if (unmarshaled.get_name_1() != NULL) { if (16 > (unmarshaled.get_name_1())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++) { (marshaled.___name_1)[i] = (unmarshaled.get_name_1())->GetAtUnchecked(static_cast(i)); } } if (unmarshaled.get_label_2() != NULL) { if (16 > (unmarshaled.get_label_2())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++) { (marshaled.___label_2)[i] = (unmarshaled.get_label_2())->GetAtUnchecked(static_cast(i)); } } marshaled.___description_3 = il2cpp_codegen_marshal_bstring(unmarshaled.get_description_3()); DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_com(unmarshaled.get_desc_4(), marshaled.___desc_4); } IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_marshal_com_back(const DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_marshaled_com& marshaled, DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_type_temp_0 = 0; unmarshaled_type_temp_0 = marshaled.___type_0; unmarshaled.set_type_0(unmarshaled_type_temp_0); unmarshaled.set_name_1(reinterpret_cast((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, 16))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++) { (unmarshaled.get_name_1())->SetAtUnchecked(static_cast(i), (marshaled.___name_1)[i]); } unmarshaled.set_label_2(reinterpret_cast((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, 16))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++) { (unmarshaled.get_label_2())->SetAtUnchecked(static_cast(i), (marshaled.___label_2)[i]); } unmarshaled.set_description_3(il2cpp_codegen_marshal_bstring_result(marshaled.___description_3)); DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B unmarshaled_desc_temp_4; memset((&unmarshaled_desc_temp_4), 0, sizeof(unmarshaled_desc_temp_4)); DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_com_back(marshaled.___desc_4, unmarshaled_desc_temp_4); unmarshaled.set_desc_4(unmarshaled_desc_temp_4); } // Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_marshal_com_cleanup(DSP_PARAMETER_DESC_t0B9D59E6C862CD1D96FCC25EFC7C24A5C43B1003_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___description_3); marshaled.___description_3 = NULL; DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_com_cleanup(marshaled.___desc_4); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC_BOOL IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_pinvoke(const DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E& unmarshaled, DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_pinvoke& marshaled) { marshaled.___defaultval_0 = static_cast(unmarshaled.get_defaultval_0()); marshaled.___valuenames_1 = unmarshaled.get_valuenames_1(); } IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_pinvoke_back(const DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_pinvoke& marshaled, DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E& unmarshaled) { bool unmarshaled_defaultval_temp_0 = false; unmarshaled_defaultval_temp_0 = static_cast(marshaled.___defaultval_0); unmarshaled.set_defaultval_0(unmarshaled_defaultval_temp_0); intptr_t unmarshaled_valuenames_temp_1; memset((&unmarshaled_valuenames_temp_1), 0, sizeof(unmarshaled_valuenames_temp_1)); unmarshaled_valuenames_temp_1 = marshaled.___valuenames_1; unmarshaled.set_valuenames_1(unmarshaled_valuenames_temp_1); } // Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC_BOOL IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_pinvoke_cleanup(DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC_BOOL IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_com(const DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E& unmarshaled, DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_com& marshaled) { marshaled.___defaultval_0 = static_cast(unmarshaled.get_defaultval_0()); marshaled.___valuenames_1 = unmarshaled.get_valuenames_1(); } IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_com_back(const DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshaled_com& marshaled, DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E& unmarshaled) { bool unmarshaled_defaultval_temp_0 = false; unmarshaled_defaultval_temp_0 = static_cast(marshaled.___defaultval_0); unmarshaled.set_defaultval_0(unmarshaled_defaultval_temp_0); intptr_t unmarshaled_valuenames_temp_1; memset((&unmarshaled_valuenames_temp_1), 0, sizeof(unmarshaled_valuenames_temp_1)); unmarshaled_valuenames_temp_1 = marshaled.___valuenames_1; unmarshaled.set_valuenames_1(unmarshaled_valuenames_temp_1); } // Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC_BOOL IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_com_cleanup(DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_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 // Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC_INT IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_pinvoke(const DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F& unmarshaled, DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_pinvoke& marshaled) { marshaled.___min_0 = unmarshaled.get_min_0(); marshaled.___max_1 = unmarshaled.get_max_1(); marshaled.___defaultval_2 = unmarshaled.get_defaultval_2(); marshaled.___goestoinf_3 = static_cast(unmarshaled.get_goestoinf_3()); marshaled.___valuenames_4 = unmarshaled.get_valuenames_4(); } IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_pinvoke_back(const DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_pinvoke& marshaled, DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F& unmarshaled) { int32_t unmarshaled_min_temp_0 = 0; unmarshaled_min_temp_0 = marshaled.___min_0; unmarshaled.set_min_0(unmarshaled_min_temp_0); int32_t unmarshaled_max_temp_1 = 0; unmarshaled_max_temp_1 = marshaled.___max_1; unmarshaled.set_max_1(unmarshaled_max_temp_1); int32_t unmarshaled_defaultval_temp_2 = 0; unmarshaled_defaultval_temp_2 = marshaled.___defaultval_2; unmarshaled.set_defaultval_2(unmarshaled_defaultval_temp_2); bool unmarshaled_goestoinf_temp_3 = false; unmarshaled_goestoinf_temp_3 = static_cast(marshaled.___goestoinf_3); unmarshaled.set_goestoinf_3(unmarshaled_goestoinf_temp_3); intptr_t unmarshaled_valuenames_temp_4; memset((&unmarshaled_valuenames_temp_4), 0, sizeof(unmarshaled_valuenames_temp_4)); unmarshaled_valuenames_temp_4 = marshaled.___valuenames_4; unmarshaled.set_valuenames_4(unmarshaled_valuenames_temp_4); } // Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC_INT IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_pinvoke_cleanup(DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC_INT IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_com(const DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F& unmarshaled, DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_com& marshaled) { marshaled.___min_0 = unmarshaled.get_min_0(); marshaled.___max_1 = unmarshaled.get_max_1(); marshaled.___defaultval_2 = unmarshaled.get_defaultval_2(); marshaled.___goestoinf_3 = static_cast(unmarshaled.get_goestoinf_3()); marshaled.___valuenames_4 = unmarshaled.get_valuenames_4(); } IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_com_back(const DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_com& marshaled, DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F& unmarshaled) { int32_t unmarshaled_min_temp_0 = 0; unmarshaled_min_temp_0 = marshaled.___min_0; unmarshaled.set_min_0(unmarshaled_min_temp_0); int32_t unmarshaled_max_temp_1 = 0; unmarshaled_max_temp_1 = marshaled.___max_1; unmarshaled.set_max_1(unmarshaled_max_temp_1); int32_t unmarshaled_defaultval_temp_2 = 0; unmarshaled_defaultval_temp_2 = marshaled.___defaultval_2; unmarshaled.set_defaultval_2(unmarshaled_defaultval_temp_2); bool unmarshaled_goestoinf_temp_3 = false; unmarshaled_goestoinf_temp_3 = static_cast(marshaled.___goestoinf_3); unmarshaled.set_goestoinf_3(unmarshaled_goestoinf_temp_3); intptr_t unmarshaled_valuenames_temp_4; memset((&unmarshaled_valuenames_temp_4), 0, sizeof(unmarshaled_valuenames_temp_4)); unmarshaled_valuenames_temp_4 = marshaled.___valuenames_4; unmarshaled.set_valuenames_4(unmarshaled_valuenames_temp_4); } // Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC_INT IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_com_cleanup(DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC_UNION IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_pinvoke(const DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B& unmarshaled, DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_pinvoke& marshaled) { marshaled.___floatdesc_0 = unmarshaled.get_floatdesc_0(); DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_pinvoke(unmarshaled.get_intdesc_1(), marshaled.___intdesc_1); DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_pinvoke(unmarshaled.get_booldesc_2(), marshaled.___booldesc_2); marshaled.___datadesc_3 = unmarshaled.get_datadesc_3(); } IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_pinvoke_back(const DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_pinvoke& marshaled, DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B& unmarshaled) { DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85 unmarshaled_floatdesc_temp_0; memset((&unmarshaled_floatdesc_temp_0), 0, sizeof(unmarshaled_floatdesc_temp_0)); unmarshaled_floatdesc_temp_0 = marshaled.___floatdesc_0; unmarshaled.set_floatdesc_0(unmarshaled_floatdesc_temp_0); DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F unmarshaled_intdesc_temp_1; memset((&unmarshaled_intdesc_temp_1), 0, sizeof(unmarshaled_intdesc_temp_1)); DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_pinvoke_back(marshaled.___intdesc_1, unmarshaled_intdesc_temp_1); unmarshaled.set_intdesc_1(unmarshaled_intdesc_temp_1); DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E unmarshaled_booldesc_temp_2; memset((&unmarshaled_booldesc_temp_2), 0, sizeof(unmarshaled_booldesc_temp_2)); DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_pinvoke_back(marshaled.___booldesc_2, unmarshaled_booldesc_temp_2); unmarshaled.set_booldesc_2(unmarshaled_booldesc_temp_2); DSP_PARAMETER_DESC_DATA_tA166895E032A3A72F1FC0E7F6E7AC23AFE2DA81D unmarshaled_datadesc_temp_3; memset((&unmarshaled_datadesc_temp_3), 0, sizeof(unmarshaled_datadesc_temp_3)); unmarshaled_datadesc_temp_3 = marshaled.___datadesc_3; unmarshaled.set_datadesc_3(unmarshaled_datadesc_temp_3); } // Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC_UNION IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_pinvoke_cleanup(DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_pinvoke& marshaled) { DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_pinvoke_cleanup(marshaled.___intdesc_1); DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_pinvoke_cleanup(marshaled.___booldesc_2); } // Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC_UNION IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_com(const DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B& unmarshaled, DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_com& marshaled) { marshaled.___floatdesc_0 = unmarshaled.get_floatdesc_0(); DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_com(unmarshaled.get_intdesc_1(), marshaled.___intdesc_1); DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_com(unmarshaled.get_booldesc_2(), marshaled.___booldesc_2); marshaled.___datadesc_3 = unmarshaled.get_datadesc_3(); } IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_com_back(const DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_com& marshaled, DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B& unmarshaled) { DSP_PARAMETER_DESC_FLOAT_tDCBEF87092327FE7E8CF0335F11266A2BF19BC85 unmarshaled_floatdesc_temp_0; memset((&unmarshaled_floatdesc_temp_0), 0, sizeof(unmarshaled_floatdesc_temp_0)); unmarshaled_floatdesc_temp_0 = marshaled.___floatdesc_0; unmarshaled.set_floatdesc_0(unmarshaled_floatdesc_temp_0); DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F unmarshaled_intdesc_temp_1; memset((&unmarshaled_intdesc_temp_1), 0, sizeof(unmarshaled_intdesc_temp_1)); DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_com_back(marshaled.___intdesc_1, unmarshaled_intdesc_temp_1); unmarshaled.set_intdesc_1(unmarshaled_intdesc_temp_1); DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E unmarshaled_booldesc_temp_2; memset((&unmarshaled_booldesc_temp_2), 0, sizeof(unmarshaled_booldesc_temp_2)); DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_com_back(marshaled.___booldesc_2, unmarshaled_booldesc_temp_2); unmarshaled.set_booldesc_2(unmarshaled_booldesc_temp_2); DSP_PARAMETER_DESC_DATA_tA166895E032A3A72F1FC0E7F6E7AC23AFE2DA81D unmarshaled_datadesc_temp_3; memset((&unmarshaled_datadesc_temp_3), 0, sizeof(unmarshaled_datadesc_temp_3)); unmarshaled_datadesc_temp_3 = marshaled.___datadesc_3; unmarshaled.set_datadesc_3(unmarshaled_datadesc_temp_3); } // Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC_UNION IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshal_com_cleanup(DSP_PARAMETER_DESC_UNION_tA5E832B498500FFCC86EA41046A5AEF26FB9C19B_marshaled_com& marshaled) { DSP_PARAMETER_DESC_INT_t423DB955D277E03F361474769F63A2E29C0FB06F_marshal_com_cleanup(marshaled.___intdesc_1); DSP_PARAMETER_DESC_BOOL_t8899247E5825845A09676CD8F4EF1C5384E02F6E_marshal_com_cleanup(marshaled.___booldesc_2); } #ifdef __clang__ #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.DSP_PARAMETER_FFT IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E_marshal_pinvoke(const DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E& unmarshaled, DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E_marshaled_pinvoke& marshaled) { marshaled.___length_0 = unmarshaled.get_length_0(); marshaled.___numchannels_1 = unmarshaled.get_numchannels_1(); if (unmarshaled.get_spectrum_internal_2() != NULL) { if (32 > (unmarshaled.get_spectrum_internal_2())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (marshaled.___spectrum_internal_2)[i] = (unmarshaled.get_spectrum_internal_2())->GetAtUnchecked(static_cast(i)); } } } IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E_marshal_pinvoke_back(const DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E_marshaled_pinvoke& marshaled, DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_length_temp_0 = 0; unmarshaled_length_temp_0 = marshaled.___length_0; unmarshaled.set_length_0(unmarshaled_length_temp_0); int32_t unmarshaled_numchannels_temp_1 = 0; unmarshaled_numchannels_temp_1 = marshaled.___numchannels_1; unmarshaled.set_numchannels_1(unmarshaled_numchannels_temp_1); unmarshaled.set_spectrum_internal_2(reinterpret_cast((IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6*)SZArrayNew(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6_il2cpp_TypeInfo_var, 32))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (unmarshaled.get_spectrum_internal_2())->SetAtUnchecked(static_cast(i), (marshaled.___spectrum_internal_2)[i]); } } // Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_FFT IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E_marshal_pinvoke_cleanup(DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.DSP_PARAMETER_FFT IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E_marshal_com(const DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E& unmarshaled, DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E_marshaled_com& marshaled) { marshaled.___length_0 = unmarshaled.get_length_0(); marshaled.___numchannels_1 = unmarshaled.get_numchannels_1(); if (unmarshaled.get_spectrum_internal_2() != NULL) { if (32 > (unmarshaled.get_spectrum_internal_2())->max_length) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL); } for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (marshaled.___spectrum_internal_2)[i] = (unmarshaled.get_spectrum_internal_2())->GetAtUnchecked(static_cast(i)); } } } IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E_marshal_com_back(const DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E_marshaled_com& marshaled, DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_length_temp_0 = 0; unmarshaled_length_temp_0 = marshaled.___length_0; unmarshaled.set_length_0(unmarshaled_length_temp_0); int32_t unmarshaled_numchannels_temp_1 = 0; unmarshaled_numchannels_temp_1 = marshaled.___numchannels_1; unmarshaled.set_numchannels_1(unmarshaled_numchannels_temp_1); unmarshaled.set_spectrum_internal_2(reinterpret_cast((IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6*)SZArrayNew(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6_il2cpp_TypeInfo_var, 32))); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++) { (unmarshaled.get_spectrum_internal_2())->SetAtUnchecked(static_cast(i), (marshaled.___spectrum_internal_2)[i]); } } // Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_FFT IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E_marshal_com_cleanup(DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E_marshaled_com& marshaled) { } // System.Single[][] FMOD.DSP_PARAMETER_FFT::get_spectrum() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* DSP_PARAMETER_FFT_get_spectrum_m34C1E78594E624755EC82D173B8A9F6F6E1CC98F (DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* V_0 = NULL; int32_t V_1 = 0; { // var buffer = new float[numchannels][]; int32_t L_0 = __this->get_numchannels_1(); SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* L_1 = (SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9*)(SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9*)SZArrayNew(SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // for (int i = 0; i < numchannels; ++i) V_1 = 0; goto IL_0039; } IL_0010: { // buffer[i] = new float[length]; SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = __this->get_length_0(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_5 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)L_4); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAt(static_cast(L_3), (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_5); // Marshal.Copy(spectrum_internal[i], buffer[i], 0, length); IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* L_6 = __this->get_spectrum_internal_2(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; intptr_t L_9 = (L_6)->GetAt(static_cast(L_8)); SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* L_10 = V_0; int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_13 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(L_10)->GetAt(static_cast(L_12)); int32_t L_14 = __this->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_Copy_m5B004FA5DF0DC280EB8677D5E253BA93924C40AD((intptr_t)L_9, L_13, 0, L_14, /*hidden argument*/NULL); // for (int i = 0; i < numchannels; ++i) int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0039: { // for (int i = 0; i < numchannels; ++i) int32_t L_16 = V_1; int32_t L_17 = __this->get_numchannels_1(); if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0010; } } { // return buffer; SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* L_18 = V_0; return L_18; } } IL2CPP_EXTERN_C SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* DSP_PARAMETER_FFT_get_spectrum_m34C1E78594E624755EC82D173B8A9F6F6E1CC98F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E * _thisAdjusted = reinterpret_cast(__this + _offset); SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* _returnValue; _returnValue = DSP_PARAMETER_FFT_get_spectrum_m34C1E78594E624755EC82D173B8A9F6F6E1CC98F(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.DSP_PARAMETER_FFT::getSpectrum(System.Single[][]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PARAMETER_FFT_getSpectrum_mC473B86198DDA219EE1A3E4D39C0E2B8B7D8E6D3 (DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E * __this, SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int bufferLength = Math.Min(buffer.Length, numchannels); SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9** L_0 = ___buffer0; SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* L_1 = *((SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9**)L_0); NullCheck(L_1); int32_t L_2 = __this->get_numchannels_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), L_2, /*hidden argument*/NULL); V_0 = L_3; // for (int i = 0; i < bufferLength; ++i) V_1 = 0; goto IL_0027; } IL_0014: { // getSpectrum(i, ref buffer[i]); int32_t L_4 = V_1; SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9** L_5 = ___buffer0; SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* L_6 = *((SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9**)L_5); int32_t L_7 = V_1; NullCheck(L_6); DSP_PARAMETER_FFT_getSpectrum_mB5DFFE2859D9A9709C00A331B0D1C6894E12FE40((DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E *)__this, L_4, (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA**)((L_6)->GetAddressAt(static_cast(L_7))), /*hidden argument*/NULL); // for (int i = 0; i < bufferLength; ++i) int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0027: { // for (int i = 0; i < bufferLength; ++i) int32_t L_9 = V_1; int32_t L_10 = V_0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0014; } } { // } return; } } IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_getSpectrum_mC473B86198DDA219EE1A3E4D39C0E2B8B7D8E6D3_AdjustorThunk (RuntimeObject * __this, SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9** ___buffer0, const RuntimeMethod* method) { int32_t _offset = 1; DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E * _thisAdjusted = reinterpret_cast(__this + _offset); DSP_PARAMETER_FFT_getSpectrum_mC473B86198DDA219EE1A3E4D39C0E2B8B7D8E6D3(_thisAdjusted, ___buffer0, method); } // System.Void FMOD.DSP_PARAMETER_FFT::getSpectrum(System.Int32,System.Single[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PARAMETER_FFT_getSpectrum_mB5DFFE2859D9A9709C00A331B0D1C6894E12FE40 (DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E * __this, int32_t ___channel0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int bufferLength = Math.Min(buffer.Length, length); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** L_0 = ___buffer1; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = *((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA**)L_0); NullCheck(L_1); int32_t L_2 = __this->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), L_2, /*hidden argument*/NULL); V_0 = L_3; // Marshal.Copy(spectrum_internal[channel], buffer, 0, bufferLength); IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* L_4 = __this->get_spectrum_internal_2(); int32_t L_5 = ___channel0; NullCheck(L_4); int32_t L_6 = L_5; intptr_t L_7 = (L_4)->GetAt(static_cast(L_6)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** L_8 = ___buffer1; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_9 = *((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA**)L_8); int32_t L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_Copy_m5B004FA5DF0DC280EB8677D5E253BA93924C40AD((intptr_t)L_7, L_9, 0, L_10, /*hidden argument*/NULL); // } return; } } IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_getSpectrum_mB5DFFE2859D9A9709C00A331B0D1C6894E12FE40_AdjustorThunk (RuntimeObject * __this, int32_t ___channel0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** ___buffer1, const RuntimeMethod* method) { int32_t _offset = 1; DSP_PARAMETER_FFT_t787CFD83F27D7E5C39424ECDE86515EBA9EB290E * _thisAdjusted = reinterpret_cast(__this + _offset); DSP_PARAMETER_FFT_getSpectrum_mB5DFFE2859D9A9709C00A331B0D1C6894E12FE40(_thisAdjusted, ___channel0, ___buffer1, 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 #ifdef __clang__ #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 IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007 (DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, uint32_t ___length1, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 * ___inbufferarray2, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 * ___outbufferarray3, bool ___inputsidle4, int32_t ___op5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke*, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Marshaling of parameter '___inbufferarray2' to native representation DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke* ____inbufferarray2_marshaled = NULL; DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke ____inbufferarray2_marshaled_dereferenced = {}; DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_pinvoke(*___inbufferarray2, ____inbufferarray2_marshaled_dereferenced); ____inbufferarray2_marshaled = &____inbufferarray2_marshaled_dereferenced; // Marshaling of parameter '___outbufferarray3' to native representation DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke* ____outbufferarray3_marshaled = NULL; DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshaled_pinvoke ____outbufferarray3_marshaled_dereferenced = {}; DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_pinvoke(*___outbufferarray3, ____outbufferarray3_marshaled_dereferenced); ____outbufferarray3_marshaled = &____outbufferarray3_marshaled_dereferenced; // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___length1, ____inbufferarray2_marshaled, ____outbufferarray3_marshaled, static_cast(___inputsidle4), ___op5); // Marshaling of parameter '___inbufferarray2' back from native representation DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 _____inbufferarray2_marshaled_unmarshaled_dereferenced; memset((&_____inbufferarray2_marshaled_unmarshaled_dereferenced), 0, sizeof(_____inbufferarray2_marshaled_unmarshaled_dereferenced)); DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_pinvoke_back(*____inbufferarray2_marshaled, _____inbufferarray2_marshaled_unmarshaled_dereferenced); DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_pinvoke_cleanup(*____inbufferarray2_marshaled); *___inbufferarray2 = _____inbufferarray2_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((___inbufferarray2)->___buffernumchannels_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___inbufferarray2)->___bufferchannelmask_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___inbufferarray2)->___buffers_3), (void*)NULL); #endif // Marshaling of parameter '___outbufferarray3' back from native representation DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 _____outbufferarray3_marshaled_unmarshaled_dereferenced; memset((&_____outbufferarray3_marshaled_unmarshaled_dereferenced), 0, sizeof(_____outbufferarray3_marshaled_unmarshaled_dereferenced)); DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_pinvoke_back(*____outbufferarray3_marshaled, _____outbufferarray3_marshaled_unmarshaled_dereferenced); DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_marshal_pinvoke_cleanup(*____outbufferarray3_marshaled); *___outbufferarray3 = _____outbufferarray3_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((___outbufferarray3)->___buffernumchannels_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___outbufferarray3)->___bufferchannelmask_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___outbufferarray3)->___buffers_3), (void*)NULL); #endif return returnValue; } // System.Void FMOD.DSP_PROCESS_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PROCESS_CALLBACK__ctor_m81E510B521D70089DAA76D0E05399AFE2BD034DB (DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007 * __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.DSP_PROCESS_CALLBACK::Invoke(FMOD.DSP_STATE&,System.UInt32,FMOD.DSP_BUFFER_ARRAY&,FMOD.DSP_BUFFER_ARRAY&,System.Boolean,FMOD.DSP_PROCESS_OPERATION) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PROCESS_CALLBACK_Invoke_m3A3688BE770382C880B011BE56E78AA92A68EB9C (DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, uint32_t ___length1, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 * ___inbufferarray2, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 * ___outbufferarray3, bool ___inputsidle4, int32_t ___op5, 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 == 6) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, bool, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___length1, ___inbufferarray2, ___outbufferarray3, ___inputsidle4, ___op5, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, bool, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___length1, ___inbufferarray2, ___outbufferarray3, ___inputsidle4, ___op5, 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 = GenericInterfaceFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, bool, int32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___length1, ___inbufferarray2, ___outbufferarray3, ___inputsidle4, ___op5); else result = GenericVirtFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, bool, int32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___length1, ___inbufferarray2, ___outbufferarray3, ___inputsidle4, ___op5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___length1, ___inbufferarray2, ___outbufferarray3, ___inputsidle4, ___op5); else result = VirtFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___length1, ___inbufferarray2, ___outbufferarray3, ___inputsidle4, ___op5); } } else { if (___parameterCount == 5) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, uint32_t, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, bool, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___length1, ___inbufferarray2, ___outbufferarray3, ___inputsidle4, ___op5, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 *, bool, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___length1, ___inbufferarray2, ___outbufferarray3, ___inputsidle4, ___op5, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_PROCESS_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.UInt32,FMOD.DSP_BUFFER_ARRAY&,FMOD.DSP_BUFFER_ARRAY&,System.Boolean,FMOD.DSP_PROCESS_OPERATION,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_PROCESS_CALLBACK_BeginInvoke_m2582C4A129738C8C6D0261134F3508EEEE160F46 (DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, uint32_t ___length1, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 * ___inbufferarray2, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 * ___outbufferarray3, bool ___inputsidle4, int32_t ___op5, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PROCESS_OPERATION_t75B5E82EAC62E7B441B841246B33FF34F12772AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &___length1); __d_args[2] = Box(DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_il2cpp_TypeInfo_var, &*___inbufferarray2); __d_args[3] = Box(DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089_il2cpp_TypeInfo_var, &*___outbufferarray3); __d_args[4] = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &___inputsidle4); __d_args[5] = Box(DSP_PROCESS_OPERATION_t75B5E82EAC62E7B441B841246B33FF34F12772AD_il2cpp_TypeInfo_var, &___op5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7);; } // FMOD.RESULT FMOD.DSP_PROCESS_CALLBACK::EndInvoke(FMOD.DSP_STATE&,FMOD.DSP_BUFFER_ARRAY&,FMOD.DSP_BUFFER_ARRAY&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PROCESS_CALLBACK_EndInvoke_m444222DA4604B742D18D5EFC5F2ED280A7FBE114 (DSP_PROCESS_CALLBACK_tDC3FD21206B98413ACBB6FB5B10E86F94B7A3007 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 * ___inbufferarray1, DSP_BUFFER_ARRAY_tE6C24938D2BD4B5BEBA107F6AE4B803AB0CAF089 * ___outbufferarray2, RuntimeObject* ___result3, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, ___inbufferarray1, ___outbufferarray2, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result3, ___out_args); 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 IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089 (DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, intptr_t ___inbuffer1, intptr_t ___outbuffer2, uint32_t ___length3, int32_t ___inchannels4, int32_t* ___outchannels5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t, intptr_t, uint32_t, int32_t, int32_t*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___inbuffer1, ___outbuffer2, ___length3, ___inchannels4, ___outchannels5); return returnValue; } // System.Void FMOD.DSP_READCALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_READCALLBACK__ctor_mA1446E59C94CE43F2E534D23507E57AE2280C85B (DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089 * __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.DSP_READCALLBACK::Invoke(FMOD.DSP_STATE&,System.IntPtr,System.IntPtr,System.UInt32,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_READCALLBACK_Invoke_m121B7E59F5500C69D60A70BB554F99A1FDFF7DAF (DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, intptr_t ___inbuffer1, intptr_t ___outbuffer2, uint32_t ___length3, int32_t ___inchannels4, int32_t* ___outchannels5, 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 == 6) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t, intptr_t, uint32_t, int32_t, int32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___inbuffer1, ___outbuffer2, ___length3, ___inchannels4, ___outchannels5, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t, intptr_t, uint32_t, int32_t, int32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___inbuffer1, ___outbuffer2, ___length3, ___inchannels4, ___outchannels5, 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 = GenericInterfaceFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t, intptr_t, uint32_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___dsp_state0, ___inbuffer1, ___outbuffer2, ___length3, ___inchannels4, ___outchannels5); else result = GenericVirtFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t, intptr_t, uint32_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___dsp_state0, ___inbuffer1, ___outbuffer2, ___length3, ___inchannels4, ___outchannels5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t, intptr_t, uint32_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___inbuffer1, ___outbuffer2, ___length3, ___inchannels4, ___outchannels5); else result = VirtFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t, intptr_t, uint32_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___inbuffer1, ___outbuffer2, ___length3, ___inchannels4, ___outchannels5); } } else { if (___parameterCount == 5) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, intptr_t, intptr_t, uint32_t, int32_t, int32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___inbuffer1, ___outbuffer2, ___length3, ___inchannels4, ___outchannels5, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, intptr_t, intptr_t, uint32_t, int32_t, int32_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___inbuffer1, ___outbuffer2, ___length3, ___inchannels4, ___outchannels5, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_READCALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.IntPtr,System.IntPtr,System.UInt32,System.Int32,System.Int32&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_READCALLBACK_BeginInvoke_m019EE89930AFF6D683A5A12308F93C08B9C5D6A9 (DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, intptr_t ___inbuffer1, intptr_t ___outbuffer2, uint32_t ___length3, int32_t ___inchannels4, int32_t* ___outchannels5, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); 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*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___inbuffer1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___outbuffer2); __d_args[3] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &___length3); __d_args[4] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___inchannels4); __d_args[5] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &*___outchannels5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7);; } // FMOD.RESULT FMOD.DSP_READCALLBACK::EndInvoke(FMOD.DSP_STATE&,System.Int32&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_READCALLBACK_EndInvoke_m055C73B4FCD2E4AC115B07B5BFADED1E3E07F4DE (DSP_READCALLBACK_tDD5EA1A9D4C6D7C05C228394CFDB2BD523460089 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t* ___outchannels1, RuntimeObject* ___result2, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, ___outchannels1, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args); 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 intptr_t DelegatePInvokeWrapper_DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A (DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A * __this, intptr_t ___ptr0, uint32_t ___size1, uint32_t ___type2, intptr_t ___sourcestr3, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, uint32_t, uint32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation intptr_t returnValue = il2cppPInvokeFunc(___ptr0, ___size1, ___type2, ___sourcestr3); return returnValue; } // System.Void FMOD.DSP_REALLOC_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_REALLOC_FUNC__ctor_m426E9A973DDA2A17AE0E399196058BDEB10859DE (DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A * __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); } // System.IntPtr FMOD.DSP_REALLOC_FUNC::Invoke(System.IntPtr,System.UInt32,FMOD.MEMORY_TYPE,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t DSP_REALLOC_FUNC_Invoke_m3C62AE984076381BBD8E135DB25DB349F7D254F0 (DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A * __this, intptr_t ___ptr0, uint32_t ___size1, uint32_t ___type2, intptr_t ___sourcestr3, const RuntimeMethod* method) { intptr_t result; memset((&result), 0, sizeof(result)); 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 intptr_t (*FunctionPointerType) (intptr_t, uint32_t, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___ptr0, ___size1, ___type2, ___sourcestr3, targetMethod); } else { // closed typedef intptr_t (*FunctionPointerType) (void*, intptr_t, uint32_t, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___ptr0, ___size1, ___type2, ___sourcestr3, 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< intptr_t, intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(targetMethod, targetThis, ___ptr0, ___size1, ___type2, ___sourcestr3); else result = GenericVirtFuncInvoker4< intptr_t, intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(targetMethod, targetThis, ___ptr0, ___size1, ___type2, ___sourcestr3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< intptr_t, intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___ptr0, ___size1, ___type2, ___sourcestr3); else result = VirtFuncInvoker4< intptr_t, intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___ptr0, ___size1, ___type2, ___sourcestr3); } } else { typedef intptr_t (*FunctionPointerType) (void*, intptr_t, uint32_t, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___ptr0, ___size1, ___type2, ___sourcestr3, targetMethod); } } } return result; } // System.IAsyncResult FMOD.DSP_REALLOC_FUNC::BeginInvoke(System.IntPtr,System.UInt32,FMOD.MEMORY_TYPE,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_REALLOC_FUNC_BeginInvoke_mD85552F7C2F2F03C01C13D944231171B74F7CE58 (DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A * __this, intptr_t ___ptr0, uint32_t ___size1, uint32_t ___type2, intptr_t ___sourcestr3, 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*)&MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5_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, &___ptr0); __d_args[1] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &___size1); __d_args[2] = Box(MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5_il2cpp_TypeInfo_var, &___type2); __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___sourcestr3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);; } // System.IntPtr FMOD.DSP_REALLOC_FUNC::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t DSP_REALLOC_FUNC_EndInvoke_m759F3AFF40F174B15B0C6BBDC201D298C60069F9 (DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(intptr_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_DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C (DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0); return returnValue; } // System.Void FMOD.DSP_RELEASECALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_RELEASECALLBACK__ctor_mE70A96CBD9BFDA947BCFB98AD5A64CC229A2741A (DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C * __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.DSP_RELEASECALLBACK::Invoke(FMOD.DSP_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_RELEASECALLBACK_Invoke_m0CB397637E14C943C7052B31B88955B3976870A6 (DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, 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 == 1) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, 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 = GenericInterfaceFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(targetMethod, targetThis, ___dsp_state0); else result = GenericVirtFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(targetMethod, targetThis, ___dsp_state0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0); else result = VirtFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0); } } else { if (___parameterCount == 0) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_RELEASECALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_RELEASECALLBACK_BeginInvoke_m875F65DF5D7908D6A0EAC42E7313DD1F33E76A06 (DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // FMOD.RESULT FMOD.DSP_RELEASECALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_RELEASECALLBACK_EndInvoke_mD2628E3DCF83A00934F7A52681D7D5943C288A56 (DSP_RELEASECALLBACK_t2858C914CA7F0256EC506792EA6766FAB4E1633C * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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 IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4 (DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0); return returnValue; } // System.Void FMOD.DSP_RESETCALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_RESETCALLBACK__ctor_m4049534950BFC456EC5EE9A3B286A8DC27FF42DF (DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4 * __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.DSP_RESETCALLBACK::Invoke(FMOD.DSP_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_RESETCALLBACK_Invoke_mF7D983ADEE68248B9642D923208C5E65C813EB37 (DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, 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 == 1) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, 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 = GenericInterfaceFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(targetMethod, targetThis, ___dsp_state0); else result = GenericVirtFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(targetMethod, targetThis, ___dsp_state0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0); else result = VirtFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0); } } else { if (___parameterCount == 0) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_RESETCALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_RESETCALLBACK_BeginInvoke_m57F40105BE2F4288D78879BEE6A4AD29823C6EF9 (DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // FMOD.RESULT FMOD.DSP_RESETCALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_RESETCALLBACK_EndInvoke_m492C5DA46EE8D1A876E2C1D2B6F011B70CABCB27 (DSP_RESETCALLBACK_t8FC578452FA533917BC55FFC3F075804CE345EA4 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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 IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33 (DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, bool ___value2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___index1, static_cast(___value2)); return returnValue; } // System.Void FMOD.DSP_SETPARAM_BOOL_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SETPARAM_BOOL_CALLBACK__ctor_m64497330F37250E355FAFB1DEDE8AEB310E10BE2 (DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33 * __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.DSP_SETPARAM_BOOL_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_BOOL_CALLBACK_Invoke_m94B0DCF93419EB0AE1CB04113F28128ACBBD872E (DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, bool ___value2, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___index1, ___value2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___value2, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, bool >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___value2); else result = GenericVirtFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, bool >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___value2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___index1, ___value2); else result = VirtFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___index1, ___value2); } } else { if (___parameterCount == 2) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___index1, ___value2, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___value2, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_SETPARAM_BOOL_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Boolean,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SETPARAM_BOOL_CALLBACK_BeginInvoke_m90DB439F85104782B0206B770E291F7DA8BEFBA2 (DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, bool ___value2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___index1); __d_args[2] = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &___value2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // FMOD.RESULT FMOD.DSP_SETPARAM_BOOL_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_BOOL_CALLBACK_EndInvoke_m9CE539045B53FB418CE042081AF8C5CDF1EE724C (DSP_SETPARAM_BOOL_CALLBACK_tFAB94E78BEA3FD063341841070DB5442C46D1F33 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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_DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A (DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, intptr_t ___data2, uint32_t ___length3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, uint32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___index1, ___data2, ___length3); return returnValue; } // System.Void FMOD.DSP_SETPARAM_DATA_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SETPARAM_DATA_CALLBACK__ctor_mDB9E341CDF8EDA294F94DEF26B390E062F50DBBA (DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A * __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.DSP_SETPARAM_DATA_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_DATA_CALLBACK_Invoke_mE4819684A41391B0B4B6278E6B2830A2E3BFF0E7 (DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, intptr_t ___data2, uint32_t ___length3, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___index1, ___data2, ___length3, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___data2, ___length3, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, uint32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___data2, ___length3); else result = GenericVirtFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, uint32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___data2, ___length3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___index1, ___data2, ___length3); else result = VirtFuncInvoker4< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___index1, ___data2, ___length3); } } else { if (___parameterCount == 3) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, intptr_t, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___index1, ___data2, ___length3, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, intptr_t, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___data2, ___length3, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_SETPARAM_DATA_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr,System.UInt32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SETPARAM_DATA_CALLBACK_BeginInvoke_mBC521805E9FB99F7D4C41EBC6ED7A727A3A0D7BA (DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, intptr_t ___data2, uint32_t ___length3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); 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*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___index1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___data2); __d_args[3] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &___length3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);; } // FMOD.RESULT FMOD.DSP_SETPARAM_DATA_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_DATA_CALLBACK_EndInvoke_mE8CFA5C0F2036B77369FB5A5696A3D970E542BD9 (DSP_SETPARAM_DATA_CALLBACK_t533099ED6BBF041569CDFD75A1337BBA5B1C0E1A * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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_DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90 (DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, float ___value2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___index1, ___value2); return returnValue; } // System.Void FMOD.DSP_SETPARAM_FLOAT_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SETPARAM_FLOAT_CALLBACK__ctor_m4BE7C0071CD1D7D240563D0C169E3B56AEE5025C (DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90 * __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.DSP_SETPARAM_FLOAT_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_FLOAT_CALLBACK_Invoke_m409BA487BE58B554B26760271DE50DA3DCEA8562 (DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, float ___value2, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___index1, ___value2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___value2, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___value2); else result = GenericVirtFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___value2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___index1, ___value2); else result = VirtFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___index1, ___value2); } } else { if (___parameterCount == 2) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___index1, ___value2, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___value2, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_SETPARAM_FLOAT_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SETPARAM_FLOAT_CALLBACK_BeginInvoke_m0280C281DC2A97BD4C118CD0C0B8C0EFB1EECE61 (DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, float ___value2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___index1); __d_args[2] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___value2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // FMOD.RESULT FMOD.DSP_SETPARAM_FLOAT_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_FLOAT_CALLBACK_EndInvoke_m9E78906E4374EF654B6167A2A024136E66F5024C (DSP_SETPARAM_FLOAT_CALLBACK_tA3EB9BF55F930FE1FE023ED71D10C84FDFAACB90 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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_DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF (DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, int32_t ___value2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___index1, ___value2); return returnValue; } // System.Void FMOD.DSP_SETPARAM_INT_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SETPARAM_INT_CALLBACK__ctor_m8A9FC7723F050BDF4A8E9AC57666E02989DC5D1A (DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF * __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.DSP_SETPARAM_INT_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_INT_CALLBACK_Invoke_m98977A522B782DFB1247944F0BE7FBCAC388BEA6 (DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, int32_t ___value2, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___index1, ___value2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___value2, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___value2); else result = GenericVirtFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___index1, ___value2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___index1, ___value2); else result = VirtFuncInvoker3< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___index1, ___value2); } } else { if (___parameterCount == 2) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___index1, ___value2, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___index1, ___value2, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_SETPARAM_INT_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SETPARAM_INT_CALLBACK_BeginInvoke_m7BAF4852F577FD91AB6366911C9E5B549D589EFE (DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___index1, int32_t ___value2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___index1); __d_args[2] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___value2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // FMOD.RESULT FMOD.DSP_SETPARAM_INT_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_INT_CALLBACK_EndInvoke_m74CDA7F76B760C548A1CA06B4FEE2E29E9C6CC93 (DSP_SETPARAM_INT_CALLBACK_t02EAC3406F16144B0E05A6666584BE4EF36236EF * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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_DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF (DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, uint32_t ___pos1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___pos1); return returnValue; } // System.Void FMOD.DSP_SETPOSITIONCALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SETPOSITIONCALLBACK__ctor_mF031AA3BD3065B5F2D45249058B25674527636A8 (DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF * __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.DSP_SETPOSITIONCALLBACK::Invoke(FMOD.DSP_STATE&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPOSITIONCALLBACK_Invoke_mB1EB0723C760737F5702823192A336C99191D677 (DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, uint32_t ___pos1, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___pos1, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___pos1, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___pos1); else result = GenericVirtFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___pos1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___pos1); else result = VirtFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___pos1); } } else { if (___parameterCount == 1) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___pos1, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___pos1, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_SETPOSITIONCALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.UInt32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SETPOSITIONCALLBACK_BeginInvoke_m435174FAD5F8AF11B85CE2EA118367D98CB67F06 (DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, uint32_t ___pos1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &___pos1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // FMOD.RESULT FMOD.DSP_SETPOSITIONCALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPOSITIONCALLBACK_EndInvoke_m5CF9B7537397E6C1142D43627D8ACA82B2FA1254 (DSP_SETPOSITIONCALLBACK_t08AAD1F35D33955F282751B255970805C3C3D3BF * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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 IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0 (DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, bool ___inputsidle1, uint32_t ___length2, uint32_t ___inmask3, int32_t ___inchannels4, int32_t ___speakermode5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, uint32_t, uint32_t, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, static_cast(___inputsidle1), ___length2, ___inmask3, ___inchannels4, ___speakermode5); return returnValue; } // System.Void FMOD.DSP_SHOULDIPROCESS_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SHOULDIPROCESS_CALLBACK__ctor_m18ACF986C7FA21DC8D30F4BCF5B3BA8E6DE61206 (DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0 * __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.DSP_SHOULDIPROCESS_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Boolean,System.UInt32,FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SHOULDIPROCESS_CALLBACK_Invoke_m1DB048B4ADA517278B9AE7B4F0C2C1B652E72EBD (DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, bool ___inputsidle1, uint32_t ___length2, uint32_t ___inmask3, int32_t ___inchannels4, int32_t ___speakermode5, 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 == 6) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, bool, uint32_t, uint32_t, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___inputsidle1, ___length2, ___inmask3, ___inchannels4, ___speakermode5, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, bool, uint32_t, uint32_t, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___inputsidle1, ___length2, ___inmask3, ___inchannels4, ___speakermode5, 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 = GenericInterfaceFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, bool, uint32_t, uint32_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___inputsidle1, ___length2, ___inmask3, ___inchannels4, ___speakermode5); else result = GenericVirtFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, bool, uint32_t, uint32_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___inputsidle1, ___length2, ___inmask3, ___inchannels4, ___speakermode5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, bool, uint32_t, uint32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___inputsidle1, ___length2, ___inmask3, ___inchannels4, ___speakermode5); else result = VirtFuncInvoker6< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, bool, uint32_t, uint32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___inputsidle1, ___length2, ___inmask3, ___inchannels4, ___speakermode5); } } else { if (___parameterCount == 5) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, bool, uint32_t, uint32_t, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___inputsidle1, ___length2, ___inmask3, ___inchannels4, ___speakermode5, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, bool, uint32_t, uint32_t, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___inputsidle1, ___length2, ___inmask3, ___inchannels4, ___speakermode5, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_SHOULDIPROCESS_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Boolean,System.UInt32,FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SHOULDIPROCESS_CALLBACK_BeginInvoke_mF5780BF57F8ADDBB3CD4BBB9DB943979F223D1DB (DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, bool ___inputsidle1, uint32_t ___length2, uint32_t ___inmask3, int32_t ___inchannels4, int32_t ___speakermode5, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CHANNELMASK_t6C4C7808D1B61C1D518480FC39A47609520D9143_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SPEAKERMODE_tA70DD9EE396684B717A57A981C2E793CC0D11F13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &___inputsidle1); __d_args[2] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &___length2); __d_args[3] = Box(CHANNELMASK_t6C4C7808D1B61C1D518480FC39A47609520D9143_il2cpp_TypeInfo_var, &___inmask3); __d_args[4] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___inchannels4); __d_args[5] = Box(SPEAKERMODE_tA70DD9EE396684B717A57A981C2E793CC0D11F13_il2cpp_TypeInfo_var, &___speakermode5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7);; } // FMOD.RESULT FMOD.DSP_SHOULDIPROCESS_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SHOULDIPROCESS_CALLBACK_EndInvoke_m5707BA64B01D5F3AE51424F884E6F4BA219DB92F (DSP_SHOULDIPROCESS_CALLBACK_t5D306EAA5F9CB5706078327176811C11098590F0 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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 // Conversion methods for marshalling of: FMOD.DSP_STATE_DFT_FUNCTIONS IL2CPP_EXTERN_C void DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6_marshal_pinvoke(const DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6& unmarshaled, DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6_marshaled_pinvoke& marshaled) { marshaled.___fftreal_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_fftreal_0())); marshaled.___inversefftreal_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_inversefftreal_1())); } IL2CPP_EXTERN_C void DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6_marshal_pinvoke_back(const DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6_marshaled_pinvoke& marshaled, DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_fftreal_0(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___fftreal_0, DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649_il2cpp_TypeInfo_var)); unmarshaled.set_inversefftreal_1(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___inversefftreal_1, DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: FMOD.DSP_STATE_DFT_FUNCTIONS IL2CPP_EXTERN_C void DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6_marshal_pinvoke_cleanup(DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.DSP_STATE_DFT_FUNCTIONS IL2CPP_EXTERN_C void DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6_marshal_com(const DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6& unmarshaled, DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6_marshaled_com& marshaled) { marshaled.___fftreal_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_fftreal_0())); marshaled.___inversefftreal_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_inversefftreal_1())); } IL2CPP_EXTERN_C void DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6_marshal_com_back(const DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6_marshaled_com& marshaled, DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_fftreal_0(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___fftreal_0, DSP_DFT_FFTREAL_FUNC_t56A3297676AA0EF6B7C4EA75738D2D06A0425649_il2cpp_TypeInfo_var)); unmarshaled.set_inversefftreal_1(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___inversefftreal_1, DSP_DFT_IFFTREAL_FUNC_t3EC64B6D1B095E0B94F193DA5C7871BDA223E238_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: FMOD.DSP_STATE_DFT_FUNCTIONS IL2CPP_EXTERN_C void DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6_marshal_com_cleanup(DSP_STATE_DFT_FUNCTIONS_t689BCCD0C43AA969F42858FEABFEF176C955BDE6_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: FMOD.DSP_STATE_FUNCTIONS IL2CPP_EXTERN_C void DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF_marshal_pinvoke(const DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF& unmarshaled, DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF_marshaled_pinvoke& marshaled) { marshaled.___alloc_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_alloc_0())); marshaled.___realloc_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_realloc_1())); marshaled.___free_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_free_2())); marshaled.___getsamplerate_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getsamplerate_3())); marshaled.___getblocksize_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getblocksize_4())); marshaled.___dft_5 = unmarshaled.get_dft_5(); marshaled.___pan_6 = unmarshaled.get_pan_6(); marshaled.___getspeakermode_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getspeakermode_7())); marshaled.___getclock_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getclock_8())); marshaled.___getlistenerattributes_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getlistenerattributes_9())); marshaled.___log_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_log_10())); marshaled.___getuserdata_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getuserdata_11())); } IL2CPP_EXTERN_C void DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF_marshal_pinvoke_back(const DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF_marshaled_pinvoke& marshaled, DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_alloc_0(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___alloc_0, DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266_il2cpp_TypeInfo_var)); unmarshaled.set_realloc_1(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___realloc_1, DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A_il2cpp_TypeInfo_var)); unmarshaled.set_free_2(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___free_2, DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F_il2cpp_TypeInfo_var)); unmarshaled.set_getsamplerate_3(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getsamplerate_3, DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC_il2cpp_TypeInfo_var)); unmarshaled.set_getblocksize_4(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getblocksize_4, DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC_il2cpp_TypeInfo_var)); intptr_t unmarshaled_dft_temp_5; memset((&unmarshaled_dft_temp_5), 0, sizeof(unmarshaled_dft_temp_5)); unmarshaled_dft_temp_5 = marshaled.___dft_5; unmarshaled.set_dft_5(unmarshaled_dft_temp_5); intptr_t unmarshaled_pan_temp_6; memset((&unmarshaled_pan_temp_6), 0, sizeof(unmarshaled_pan_temp_6)); unmarshaled_pan_temp_6 = marshaled.___pan_6; unmarshaled.set_pan_6(unmarshaled_pan_temp_6); unmarshaled.set_getspeakermode_7(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getspeakermode_7, DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3_il2cpp_TypeInfo_var)); unmarshaled.set_getclock_8(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getclock_8, DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717_il2cpp_TypeInfo_var)); unmarshaled.set_getlistenerattributes_9(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getlistenerattributes_9, DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48_il2cpp_TypeInfo_var)); unmarshaled.set_log_10(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___log_10, DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47_il2cpp_TypeInfo_var)); unmarshaled.set_getuserdata_11(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getuserdata_11, DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: FMOD.DSP_STATE_FUNCTIONS IL2CPP_EXTERN_C void DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF_marshal_pinvoke_cleanup(DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.DSP_STATE_FUNCTIONS IL2CPP_EXTERN_C void DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF_marshal_com(const DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF& unmarshaled, DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF_marshaled_com& marshaled) { marshaled.___alloc_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_alloc_0())); marshaled.___realloc_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_realloc_1())); marshaled.___free_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_free_2())); marshaled.___getsamplerate_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getsamplerate_3())); marshaled.___getblocksize_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getblocksize_4())); marshaled.___dft_5 = unmarshaled.get_dft_5(); marshaled.___pan_6 = unmarshaled.get_pan_6(); marshaled.___getspeakermode_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getspeakermode_7())); marshaled.___getclock_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getclock_8())); marshaled.___getlistenerattributes_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getlistenerattributes_9())); marshaled.___log_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_log_10())); marshaled.___getuserdata_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getuserdata_11())); } IL2CPP_EXTERN_C void DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF_marshal_com_back(const DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF_marshaled_com& marshaled, DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_alloc_0(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___alloc_0, DSP_ALLOC_FUNC_t199E7638C45824572B5A3EB7128EED09C8DCD266_il2cpp_TypeInfo_var)); unmarshaled.set_realloc_1(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___realloc_1, DSP_REALLOC_FUNC_tA95DC8B40A130A49B5A73D2B17C212B5570EAF3A_il2cpp_TypeInfo_var)); unmarshaled.set_free_2(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___free_2, DSP_FREE_FUNC_t1ED70EB47778EF6C3DCF5FF72D2E0F4CFD10E58F_il2cpp_TypeInfo_var)); unmarshaled.set_getsamplerate_3(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getsamplerate_3, DSP_GETSAMPLERATE_FUNC_tA42F265BEC48FF037AA710597B0AD80E36D815FC_il2cpp_TypeInfo_var)); unmarshaled.set_getblocksize_4(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getblocksize_4, DSP_GETBLOCKSIZE_FUNC_t41CE7FE836FC21F15FD0DC49D5684E24AA645EFC_il2cpp_TypeInfo_var)); intptr_t unmarshaled_dft_temp_5; memset((&unmarshaled_dft_temp_5), 0, sizeof(unmarshaled_dft_temp_5)); unmarshaled_dft_temp_5 = marshaled.___dft_5; unmarshaled.set_dft_5(unmarshaled_dft_temp_5); intptr_t unmarshaled_pan_temp_6; memset((&unmarshaled_pan_temp_6), 0, sizeof(unmarshaled_pan_temp_6)); unmarshaled_pan_temp_6 = marshaled.___pan_6; unmarshaled.set_pan_6(unmarshaled_pan_temp_6); unmarshaled.set_getspeakermode_7(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getspeakermode_7, DSP_GETSPEAKERMODE_FUNC_t8A8AE88C069EA36A86E8B0CCF44C893A48668DC3_il2cpp_TypeInfo_var)); unmarshaled.set_getclock_8(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getclock_8, DSP_GETCLOCK_FUNC_t5772769207525F7225FB33DDA0CFB7D7EE3F0717_il2cpp_TypeInfo_var)); unmarshaled.set_getlistenerattributes_9(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getlistenerattributes_9, DSP_GETLISTENERATTRIBUTES_FUNC_t3611F0C206EA68A550BC43C65EF1FEE2C88BFC48_il2cpp_TypeInfo_var)); unmarshaled.set_log_10(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___log_10, DSP_LOG_FUNC_tD00064C6D409BC0DE279EBD2DF93ABDB87CBCF47_il2cpp_TypeInfo_var)); unmarshaled.set_getuserdata_11(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getuserdata_11, DSP_GETUSERDATA_FUNC_t50F7DC832E10F9D6576A299D80743A8108FEFAB8_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: FMOD.DSP_STATE_FUNCTIONS IL2CPP_EXTERN_C void DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF_marshal_com_cleanup(DSP_STATE_FUNCTIONS_t84A888D015069A40DDB500BC63E9386767AE42DF_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: FMOD.DSP_STATE_PAN_FUNCTIONS IL2CPP_EXTERN_C void DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402_marshal_pinvoke(const DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402& unmarshaled, DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402_marshaled_pinvoke& marshaled) { marshaled.___summonomatrix_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_summonomatrix_0())); marshaled.___sumstereomatrix_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_sumstereomatrix_1())); marshaled.___sumsurroundmatrix_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_sumsurroundmatrix_2())); marshaled.___summonotosurroundmatrix_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_summonotosurroundmatrix_3())); marshaled.___sumstereotosurroundmatrix_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_sumstereotosurroundmatrix_4())); marshaled.___getrolloffgain_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getrolloffgain_5())); } IL2CPP_EXTERN_C void DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402_marshal_pinvoke_back(const DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402_marshaled_pinvoke& marshaled, DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_summonomatrix_0(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___summonomatrix_0, DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2_il2cpp_TypeInfo_var)); unmarshaled.set_sumstereomatrix_1(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___sumstereomatrix_1, DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B_il2cpp_TypeInfo_var)); unmarshaled.set_sumsurroundmatrix_2(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___sumsurroundmatrix_2, DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6_il2cpp_TypeInfo_var)); unmarshaled.set_summonotosurroundmatrix_3(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___summonotosurroundmatrix_3, DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D_il2cpp_TypeInfo_var)); unmarshaled.set_sumstereotosurroundmatrix_4(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___sumstereotosurroundmatrix_4, DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E_il2cpp_TypeInfo_var)); unmarshaled.set_getrolloffgain_5(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getrolloffgain_5, DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: FMOD.DSP_STATE_PAN_FUNCTIONS IL2CPP_EXTERN_C void DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402_marshal_pinvoke_cleanup(DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMOD.DSP_STATE_PAN_FUNCTIONS IL2CPP_EXTERN_C void DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402_marshal_com(const DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402& unmarshaled, DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402_marshaled_com& marshaled) { marshaled.___summonomatrix_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_summonomatrix_0())); marshaled.___sumstereomatrix_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_sumstereomatrix_1())); marshaled.___sumsurroundmatrix_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_sumsurroundmatrix_2())); marshaled.___summonotosurroundmatrix_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_summonotosurroundmatrix_3())); marshaled.___sumstereotosurroundmatrix_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_sumstereotosurroundmatrix_4())); marshaled.___getrolloffgain_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_getrolloffgain_5())); } IL2CPP_EXTERN_C void DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402_marshal_com_back(const DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402_marshaled_com& marshaled, DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_summonomatrix_0(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___summonomatrix_0, DSP_PAN_SUMMONOMATRIX_FUNC_t90A9DCA2AB445A263B7D734FFD16D5F591FF2EF2_il2cpp_TypeInfo_var)); unmarshaled.set_sumstereomatrix_1(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___sumstereomatrix_1, DSP_PAN_SUMSTEREOMATRIX_FUNC_t9F97D4ED15D527369BF0007E4F508D2D7E9EED9B_il2cpp_TypeInfo_var)); unmarshaled.set_sumsurroundmatrix_2(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___sumsurroundmatrix_2, DSP_PAN_SUMSURROUNDMATRIX_FUNC_t353693C0D78F67FBEF40B40870EDA94325B197A6_il2cpp_TypeInfo_var)); unmarshaled.set_summonotosurroundmatrix_3(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___summonotosurroundmatrix_3, DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_tC8497E6C3F6275A517A31798A072D041099CB03D_il2cpp_TypeInfo_var)); unmarshaled.set_sumstereotosurroundmatrix_4(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___sumstereotosurroundmatrix_4, DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_tA90E59EF3A7C47BE78E8F916FCF7F84AB110E19E_il2cpp_TypeInfo_var)); unmarshaled.set_getrolloffgain_5(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___getrolloffgain_5, DSP_PAN_GETROLLOFFGAIN_FUNC_t4E6FC17D3C1FA11AD062C58CEE5574F49C9E515E_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: FMOD.DSP_STATE_PAN_FUNCTIONS IL2CPP_EXTERN_C void DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402_marshal_com_cleanup(DSP_STATE_PAN_FUNCTIONS_tAC9F9F087BA1C8D53078A7BE71C612CF5443F402_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6 (DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0); return returnValue; } // System.Void FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SYSTEM_DEREGISTER_CALLBACK__ctor_m3924AC058AF830532AF5A0625C75DB80138AC28D (DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6 * __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.DSP_SYSTEM_DEREGISTER_CALLBACK::Invoke(FMOD.DSP_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SYSTEM_DEREGISTER_CALLBACK_Invoke_m74EB3D0ECA40C4879A8FE7F4D667D68075FF3D3C (DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, 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 == 1) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, 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 = GenericInterfaceFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(targetMethod, targetThis, ___dsp_state0); else result = GenericVirtFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(targetMethod, targetThis, ___dsp_state0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0); else result = VirtFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0); } } else { if (___parameterCount == 0) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SYSTEM_DEREGISTER_CALLBACK_BeginInvoke_m4E20FFFFC2925D5D6C917FE0C3B6020D0123E91B (DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // FMOD.RESULT FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SYSTEM_DEREGISTER_CALLBACK_EndInvoke_mB6FAE9534C9519796C201C475E67407E2453F204 (DSP_SYSTEM_DEREGISTER_CALLBACK_t90B09FEDDD158FE44417708E40DD68CAB384E1A6 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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_DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07 (DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___stage1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0, ___stage1); return returnValue; } // System.Void FMOD.DSP_SYSTEM_MIX_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SYSTEM_MIX_CALLBACK__ctor_m48BE1103C8BA640CD20643E3A7C74A97B7150ADA (DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07 * __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.DSP_SYSTEM_MIX_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SYSTEM_MIX_CALLBACK_Invoke_mFCA2154C00984FCF4A3F04216FBAA80C33B000E5 (DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___stage1, 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) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, ___stage1, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___stage1, 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, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___stage1); else result = GenericVirtFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t >::Invoke(targetMethod, targetThis, ___dsp_state0, ___stage1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0, ___stage1); else result = VirtFuncInvoker2< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0, ___stage1); } } else { if (___parameterCount == 1) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), ___stage1, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, ___stage1, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_SYSTEM_MIX_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SYSTEM_MIX_CALLBACK_BeginInvoke_mD31A122F1D6914301B08E8BFB124AF9672E1D2F2 (DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, int32_t ___stage1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___stage1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // FMOD.RESULT FMOD.DSP_SYSTEM_MIX_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SYSTEM_MIX_CALLBACK_EndInvoke_mB399181B652906AA9D79F430A5EFA5F6C28AEF9F (DSP_SYSTEM_MIX_CALLBACK_t8C749DD8163558D852B376E4BDFA6CCB94488B07 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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_DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996 (DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___dsp_state0); return returnValue; } // System.Void FMOD.DSP_SYSTEM_REGISTER_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SYSTEM_REGISTER_CALLBACK__ctor_mE998D920F6E1AA1CB05A94BA5CFA8E22FFD947BD (DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996 * __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.DSP_SYSTEM_REGISTER_CALLBACK::Invoke(FMOD.DSP_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SYSTEM_REGISTER_CALLBACK_Invoke_mE73DD0410D513AEB845F340138C0250AD3482762 (DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, 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 == 1) { // open typedef int32_t (*FunctionPointerType) (DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___dsp_state0, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, 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 = GenericInterfaceFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(targetMethod, targetThis, ___dsp_state0); else result = GenericVirtFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(targetMethod, targetThis, ___dsp_state0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___dsp_state0); else result = VirtFuncInvoker1< int32_t, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___dsp_state0); } } else { if (___parameterCount == 0) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(___dsp_state0) - 1), targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___dsp_state0, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.DSP_SYSTEM_REGISTER_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SYSTEM_REGISTER_CALLBACK_BeginInvoke_mBEA8B5EE7E5F7DEAAE730E0599CB4DEC0CDF25B1 (DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5_il2cpp_TypeInfo_var, &*___dsp_state0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // FMOD.RESULT FMOD.DSP_SYSTEM_REGISTER_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SYSTEM_REGISTER_CALLBACK_EndInvoke_m0D4693B5B1E88ECB067157982BAD3900997BC71F (DSP_SYSTEM_REGISTER_CALLBACK_t6A3B6186111CD247E4881E21D84B9F41F5567996 * __this, DSP_STATE_tF724C745D9C490259F222FFDEAD91AA68A8E47B5 * ___dsp_state0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___dsp_state0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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 #ifdef __clang__ #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.Debug::Initialize(FMOD.DEBUG_FLAGS,FMOD.DEBUG_MODE,FMOD.DEBUG_CALLBACK,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Debug_Initialize_mE5F4A3BCBB881316B76234815A8C906B68632713 (uint32_t ___flags0, int32_t ___mode1, DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD * ___callback2, String_t* ___filename3, 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_Debug_Initialize(flags, mode, callback, encoder.byteFromStringUTF8(filename)); uint32_t L_1 = ___flags0; int32_t L_2 = ___mode1; DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD * L_3 = ___callback2; ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_4 = V_0; String_t* L_5 = ___filename3; NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = ThreadSafeEncoding_byteFromStringUTF8_m125AE74374BC84CA626377F9CF7FDF6DF0D1E24E(L_4, L_5, /*hidden argument*/NULL); int32_t L_7; L_7 = Debug_FMOD5_Debug_Initialize_mE64F8004BB10F6BB44B2A6A4A6C5199F8999198D(L_1, L_2, L_3, L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_LEAVE(0x22, FINALLY_0018); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0018; } FINALLY_0018: { // begin finally (depth: 1) { ThreadSafeEncoding_t60A88DD304C33E31AF253C304F89CDCD1978D5F2 * L_8 = V_0; if (!L_8) { goto IL_0021; } } IL_001b: { 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_0021: { IL2CPP_END_FINALLY(24) } } // end finally (depth: 1) IL2CPP_CLEANUP(24) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x22, IL_0022) } IL_0022: { // } int32_t L_10 = V_1; return L_10; } } // FMOD.RESULT FMOD.Debug::FMOD5_Debug_Initialize(FMOD.DEBUG_FLAGS,FMOD.DEBUG_MODE,FMOD.DEBUG_CALLBACK,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Debug_FMOD5_Debug_Initialize_mE64F8004BB10F6BB44B2A6A4A6C5199F8999198D (uint32_t ___flags0, int32_t ___mode1, DEBUG_CALLBACK_t1BC2753FE5FF586D70E6296FADBD10D4E4648EFD * ___callback2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___filename3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (uint32_t, int32_t, Il2CppMethodPointer, uint8_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(uint32_t) + sizeof(int32_t) + sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Debug_Initialize", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___callback2' to native representation Il2CppMethodPointer ____callback2_marshaled = NULL; ____callback2_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___callback2)); // Marshaling of parameter '___filename3' to native representation uint8_t* ____filename3_marshaled = NULL; if (___filename3 != NULL) { ____filename3_marshaled = reinterpret_cast((___filename3)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Debug_Initialize)(___flags0, ___mode1, ____callback2_marshaled, ____filename3_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___flags0, ___mode1, ____callback2_marshaled, ____filename3_marshaled); #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 #ifdef __clang__ #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_EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F (EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * __this, uint32_t ___type0, intptr_t ____event1, intptr_t ___parameters2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(uint32_t, intptr_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___type0, ____event1, ___parameters2); return returnValue; } // System.Void FMOD.Studio.EVENT_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EVENT_CALLBACK__ctor_mC7EEBC067710470804095FDA80F30426DAD7243D (EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * __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.EVENT_CALLBACK::Invoke(FMOD.Studio.EVENT_CALLBACK_TYPE,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EVENT_CALLBACK_Invoke_mDAD50CB4C5A9268F4F52ED634988A35516157807 (EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * __this, uint32_t ___type0, intptr_t ____event1, intptr_t ___parameters2, 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) (uint32_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___type0, ____event1, ___parameters2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, uint32_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___type0, ____event1, ___parameters2, 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, uint32_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___type0, ____event1, ___parameters2); else result = GenericVirtFuncInvoker3< int32_t, uint32_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___type0, ____event1, ___parameters2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, uint32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___type0, ____event1, ___parameters2); else result = VirtFuncInvoker3< int32_t, uint32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___type0, ____event1, ___parameters2); } } else { if (___parameterCount == 2) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___type0) - 1), ____event1, ___parameters2, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, uint32_t, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___type0, ____event1, ___parameters2, targetMethod); } } } } return result; } // System.IAsyncResult FMOD.Studio.EVENT_CALLBACK::BeginInvoke(FMOD.Studio.EVENT_CALLBACK_TYPE,System.IntPtr,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EVENT_CALLBACK_BeginInvoke_m7C0A6D774B146C78CD46F907FA58C960A80034F7 (EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * __this, uint32_t ___type0, intptr_t ____event1, intptr_t ___parameters2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EVENT_CALLBACK_TYPE_tBC966372E1ACB31A8D00AC3963FC345E028E44D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(EVENT_CALLBACK_TYPE_tBC966372E1ACB31A8D00AC3963FC345E028E44D7_il2cpp_TypeInfo_var, &___type0); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &____event1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___parameters2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // FMOD.RESULT FMOD.Studio.EVENT_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EVENT_CALLBACK_EndInvoke_m5C5C30B84C518AA6188727A1F5E5499395DA31DF (EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * __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 // System.Void FMODUnity.EmitterRef::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmitterRef__ctor_mB60D4B4A2950FD0AE7295FDA658FFC4FDA2B8B4D (EmitterRef_tA5F1DEBDDB901A7C13F21E54A2C2A33F300B75C2 * __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.String FMOD.Error::String(FMOD.RESULT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Error_String_mDEBCC8C911CE15FDDADFD559AC00AF8F825875B8 (int32_t ___errcode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0010077B4EF2BDE13EAA6A73F24BE95890E277CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral008A11E64329C60DC6DF2197311F936A04D59474); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05AB00AEF523E133EA83D30305AB638C4B2090DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0737FADF5E07CE5926259B1798DDC91E935139DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07B6BB501F829D89F0A6C41FA078847BAC0F22FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10270AE7D20537C6D9D9B3AD73994DAA2960B608); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10F53F41433A826E62B2F542212D91C404ACBFA8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral123FC6BF7E9739EF43E13156E416E3030ED1EF28); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17E0282127E6003D83ED80B574AA08CB2EF6E6E0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral202F0E3B832B988BE5EE3109E0E09E6BC1F99671); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral203500387DC21AFCBCE9B4F84957B7A7F248D1A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral228B9B40F51ADE259B0E07974FFDB8DC23E76099); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27999BE1AB58E792E93343B50E9B9EDE0FD1332E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A16A34456D292BCF94F2C712E260F608FB38AD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ADF459FDC792BD6A376A2397BD0F3D59A294B3C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DE0115548E3A7C76F9D2072F70E5AC7CAF256D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral304D7FECE6EA33036CBD5DDA14F1D5CB8A5B8E35); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral307B45F3C445B119B39F18A2AFDBB4FF1B4A19DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral316CAE74F78E918A24A3263BF6838007A9828A50); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral326A1EC75760C2D7E3627C70FE2E94BE80EFEA85); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33E5FF9EEE33C88A0AE82F2016AC9F9006EA6BFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38A04EAA393C12A27DC4DF500191387E1BAB2A53); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C3E32615D9A158A5ED8FBF1A318CF7D952492C3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D318A703A9CBE754C627446A0EEEBE8E12716A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral428D830C381B849482E3482EEA87EB361978B8ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43C0A5C4D98B25C1591785F9D7436505D357DFFB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral479A5AE26C032CF3E927F0B9AF8166C5E5609B84); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4EF50D58E013293C619399FE4DBF1B1BE440B9F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F56D9FEA3F5B9CBC66AE0BC5CFA5306269BB300); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral594B350A13327EB90EA6751F0AC194B2A805D11E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral595F8595938CBA5FF92006BFE0A42192C3727A5A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5AD690790D14D273E140660A90C6C9DEE3A3A9B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D634FF70437BA2400A2985E50CE118A3E22CC24); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D74BA16ED781FEF2FC9DA71E534005370F19B77); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6371FCB952BCB90FDB7A0412CE071A335CF0D281); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6555D619DF10C3DFF9961F8B3B6FE159188B6C7D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral692D7B8DF08EF592FA8906A0F80FE2A10A052460); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A6F915F0ECE641FF59C3CE6AC1BEB9AE53038B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B1270BDE6BC879EA5B79ECD3EAA6BB315B1EF36); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FA0B7E74CA50CAED6C98119CB68946346264C8C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7261E2F7694673BF47CA4A085B60B05F8E1D47BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7433752B036853CA934C016E04587E1F3836915D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral773E7982873A2C26366BB36CFDD702F0110F9675); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77492DF6FD9E3D5874B0F14BC4C84B15CB9CA455); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A2EC820DF03EFBCE2446A31DC9744347DF728BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BD70A238D606FB44D18A1F980C3608C092DA788); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E4D324CE04AC228F496A1E751FFA7ABE5DAED49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral850A0FDA84C2561C0B05005716439732E1B42B13); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89D2DC99F858D01FF69415D491AFB7B8A1A31D41); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A6E58A1CAC6E784DF4A9F9EBF343D476C2DBC10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral901004CD8CCFA3E034AA8C3B228A8868C9AA8B9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94938512E8B6D592830D5FCD860FA91A65192E10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9551693C84C63EEBDB0CAC85C21866E006A9BA7D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9593754CD972378A2BB347BB39CBD3B5CC3521BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AB84FFFBB8068091736819327D842A3A5449A7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D27D1550A79F9AD7F5B99DA3C67A10FF606474F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F997E6C01594C7DB1201F379FE3398E51A3B90C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C31AB28BBA19DA504DCAC2B457F82E53ED6DC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA85B434397252DE755B438879810DD4517F0ECDC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA89C772A19B912C9549AF808CC33D3331256987E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6D2815DE1BA3747326FD6DAA5C9ADC2A8A94301); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB78EBC58683CE4FC04B9E955E6B0A249B486BDE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB91063A02435B98F5271EB86235C32F511666EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD3682B6BD9E5A45FB6966A33D8300B4E6318AE5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC35BF7089B4B8185F470348AB8009F2441095494); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5C4852CB18400EC4B7C20647A0CE0DEF9B0D077); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9AF97B3A7D8542A768306E08615122A5925AB15); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA0F9A354A808914B27A811ADA643A0B1D350AA2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC5400DD245A4E2E7959AC108FE01B149D796251); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD26C8972F3082E86F5C96ECFC237EFA4FB70B2D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2AB29C748E09E62EFCABF23A98693DF91DB4517); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD576F9D44538072784838DC0C217B5B21D50A091); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD44F09E4206DEB33FB989C25311070C576E146C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDFBEDCC56F2A532911F4EC7914606C1E9DD07F74); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE16C301FB3263607808B13CDC0F4ACB4E2C50DA2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2F637BD4993A7F80DB6A6727674C565A35FF1EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE31DB399608237125AA03D2ABFD4080B890A0276); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE94011193EFF9DEA52D1A656A8B8957220E7880A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9F8E3C8FC9225486ADF61A483FD35978F8884B4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAC9BCB5E50DCDB2AEC643B28F305F7C79071AE8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF672F75321AFFB56697660BFB114A8A3EF8F9208); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6F0989BDFA4FB66BB19573209F56B868F08A7AD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF84593D0AD6D812008667D6BA895709ED769BB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___errcode0; switch (L_0) { case 0: { goto IL_0153; } case 1: { goto IL_0159; } case 2: { goto IL_015f; } case 3: { goto IL_0165; } case 4: { goto IL_016b; } case 5: { goto IL_0171; } case 6: { goto IL_0177; } case 7: { goto IL_017d; } case 8: { goto IL_0183; } case 9: { goto IL_0189; } case 10: { goto IL_018f; } case 11: { goto IL_0195; } case 12: { goto IL_019b; } case 13: { goto IL_01a1; } case 14: { goto IL_01a7; } case 15: { goto IL_01ad; } case 16: { goto IL_01b3; } case 17: { goto IL_01b9; } case 18: { goto IL_01bf; } case 19: { goto IL_01c5; } case 20: { goto IL_01cb; } case 21: { goto IL_01d1; } case 22: { goto IL_01d7; } case 23: { goto IL_01dd; } case 24: { goto IL_01e3; } case 25: { goto IL_01e9; } case 26: { goto IL_01ef; } case 27: { goto IL_01f5; } case 28: { goto IL_01fb; } case 29: { goto IL_0201; } case 30: { goto IL_0207; } case 31: { goto IL_020d; } case 32: { goto IL_0213; } case 33: { goto IL_0219; } case 34: { goto IL_021f; } case 35: { goto IL_0225; } case 36: { goto IL_022b; } case 37: { goto IL_0231; } case 38: { goto IL_0237; } case 39: { goto IL_023d; } case 40: { goto IL_0243; } case 41: { goto IL_0249; } case 42: { goto IL_024f; } case 43: { goto IL_0255; } case 44: { goto IL_025b; } case 45: { goto IL_0261; } case 46: { goto IL_0267; } case 47: { goto IL_026d; } case 48: { goto IL_0273; } case 49: { goto IL_0279; } case 50: { goto IL_027f; } case 51: { goto IL_0285; } case 52: { goto IL_028b; } case 53: { goto IL_0291; } case 54: { goto IL_0297; } case 55: { goto IL_029d; } case 56: { goto IL_02a3; } case 57: { goto IL_02a9; } case 58: { goto IL_02af; } case 59: { goto IL_02b5; } case 60: { goto IL_02bb; } case 61: { goto IL_02c1; } case 62: { goto IL_02c7; } case 63: { goto IL_02cd; } case 64: { goto IL_02d3; } case 65: { goto IL_02d9; } case 66: { goto IL_02df; } case 67: { goto IL_02e5; } case 68: { goto IL_02eb; } case 69: { goto IL_02f1; } case 70: { goto IL_02f7; } case 71: { goto IL_02fd; } case 72: { goto IL_0303; } case 73: { goto IL_0309; } case 74: { goto IL_030f; } case 75: { goto IL_0315; } case 76: { goto IL_031b; } case 77: { goto IL_0321; } case 78: { goto IL_0327; } case 79: { goto IL_032d; } case 80: { goto IL_0333; } case 81: { goto IL_0339; } } } { goto IL_033f; } IL_0153: { // case FMOD.RESULT.OK: return "No errors."; return _stringLiteralA85B434397252DE755B438879810DD4517F0ECDC; } IL_0159: { // case FMOD.RESULT.ERR_BADCOMMAND: return "Tried to call a function on a data type that does not allow this type of functionality (ie calling Sound::lock on a streaming sound)."; return _stringLiteral7261E2F7694673BF47CA4A085B60B05F8E1D47BB; } IL_015f: { // case FMOD.RESULT.ERR_CHANNEL_ALLOC: return "Error trying to allocate a channel."; return _stringLiteral8A6E58A1CAC6E784DF4A9F9EBF343D476C2DBC10; } IL_0165: { // case FMOD.RESULT.ERR_CHANNEL_STOLEN: return "The specified channel has been reused to play another sound."; return _stringLiteral6B1270BDE6BC879EA5B79ECD3EAA6BB315B1EF36; } IL_016b: { // case FMOD.RESULT.ERR_DMA: return "DMA Failure. See debug output for more information."; return _stringLiteral4EF50D58E013293C619399FE4DBF1B1BE440B9F8; } IL_0171: { // case FMOD.RESULT.ERR_DSP_CONNECTION: return "DSP connection error. Connection possibly caused a cyclic dependency or connected dsps with incompatible buffer counts."; return _stringLiteral2DE0115548E3A7C76F9D2072F70E5AC7CAF256D3; } IL_0177: { // case FMOD.RESULT.ERR_DSP_DONTPROCESS: return "DSP return code from a DSP process query callback. Tells mixer not to call the process callback and therefore not consume CPU. Use this to optimize the DSP graph."; return _stringLiteral10F53F41433A826E62B2F542212D91C404ACBFA8; } IL_017d: { // case FMOD.RESULT.ERR_DSP_FORMAT: return "DSP Format error. A DSP unit may have attempted to connect to this network with the wrong format, or a matrix may have been set with the wrong size if the target unit has a specified channel map."; return _stringLiteral6A6F915F0ECE641FF59C3CE6AC1BEB9AE53038B9; } IL_0183: { // case FMOD.RESULT.ERR_DSP_INUSE: return "DSP is already in the mixer's DSP network. It must be removed before being reinserted or released."; return _stringLiteral0737FADF5E07CE5926259B1798DDC91E935139DC; } IL_0189: { // case FMOD.RESULT.ERR_DSP_NOTFOUND: return "DSP connection error. Couldn't find the DSP unit specified."; return _stringLiteral428D830C381B849482E3482EEA87EB361978B8ED; } IL_018f: { // case FMOD.RESULT.ERR_DSP_RESERVED: return "DSP operation error. Cannot perform operation on this DSP as it is reserved by the system."; return _stringLiteral9D27D1550A79F9AD7F5B99DA3C67A10FF606474F; } IL_0195: { // case FMOD.RESULT.ERR_DSP_SILENCE: return "DSP return code from a DSP process query callback. Tells mixer silence would be produced from read, so go idle and not consume CPU. Use this to optimize the DSP graph."; return _stringLiteral10270AE7D20537C6D9D9B3AD73994DAA2960B608; } IL_019b: { // case FMOD.RESULT.ERR_DSP_TYPE: return "DSP operation cannot be performed on a DSP of this type."; return _stringLiteralF6F0989BDFA4FB66BB19573209F56B868F08A7AD; } IL_01a1: { // case FMOD.RESULT.ERR_FILE_BAD: return "Error loading file."; return _stringLiteral77492DF6FD9E3D5874B0F14BC4C84B15CB9CA455; } IL_01a7: { // case FMOD.RESULT.ERR_FILE_COULDNOTSEEK: return "Couldn't perform seek operation. This is a limitation of the medium (ie netstreams) or the file format."; return _stringLiteralBB91063A02435B98F5271EB86235C32F511666EE; } IL_01ad: { // case FMOD.RESULT.ERR_FILE_DISKEJECTED: return "Media was ejected while reading."; return _stringLiteral7BD70A238D606FB44D18A1F980C3608C092DA788; } IL_01b3: { // case FMOD.RESULT.ERR_FILE_EOF: return "End of file unexpectedly reached while trying to read essential data (truncated?)."; return _stringLiteral94938512E8B6D592830D5FCD860FA91A65192E10; } IL_01b9: { // case FMOD.RESULT.ERR_FILE_ENDOFDATA: return "End of current chunk reached while trying to read data."; return _stringLiteral3D318A703A9CBE754C627446A0EEEBE8E12716A0; } IL_01bf: { // case FMOD.RESULT.ERR_FILE_NOTFOUND: return "File not found."; return _stringLiteral304D7FECE6EA33036CBD5DDA14F1D5CB8A5B8E35; } IL_01c5: { // case FMOD.RESULT.ERR_FORMAT: return "Unsupported file or audio format."; return _stringLiteral326A1EC75760C2D7E3627C70FE2E94BE80EFEA85; } IL_01cb: { // case FMOD.RESULT.ERR_HEADER_MISMATCH: return "There is a version mismatch between the FMOD header and either the FMOD Studio library or the FMOD Low Level library."; return _stringLiteralF672F75321AFFB56697660BFB114A8A3EF8F9208; } IL_01d1: { // case FMOD.RESULT.ERR_HTTP: return "A HTTP error occurred. This is a catch-all for HTTP errors not listed elsewhere."; return _stringLiteralEAC9BCB5E50DCDB2AEC643B28F305F7C79071AE8; } IL_01d7: { // case FMOD.RESULT.ERR_HTTP_ACCESS: return "The specified resource requires authentication or is forbidden."; return _stringLiteralDFBEDCC56F2A532911F4EC7914606C1E9DD07F74; } IL_01dd: { // case FMOD.RESULT.ERR_HTTP_PROXY_AUTH: return "Proxy authentication is required to access the specified resource."; return _stringLiteralBD3682B6BD9E5A45FB6966A33D8300B4E6318AE5; } IL_01e3: { // case FMOD.RESULT.ERR_HTTP_SERVER_ERROR: return "A HTTP server error occurred."; return _stringLiteralD576F9D44538072784838DC0C217B5B21D50A091; } IL_01e9: { // case FMOD.RESULT.ERR_HTTP_TIMEOUT: return "The HTTP request timed out."; return _stringLiteral89D2DC99F858D01FF69415D491AFB7B8A1A31D41; } IL_01ef: { // case FMOD.RESULT.ERR_INITIALIZATION: return "FMOD was not initialized correctly to support this function."; return _stringLiteralFFF84593D0AD6D812008667D6BA895709ED769BB; } IL_01f5: { // case FMOD.RESULT.ERR_INITIALIZED: return "Cannot call this command after System::init."; return _stringLiteral9AB84FFFBB8068091736819327D842A3A5449A7C; } IL_01fb: { // case FMOD.RESULT.ERR_INTERNAL: return "An error occurred that wasn't supposed to. Contact support."; return _stringLiteralA3C31AB28BBA19DA504DCAC2B457F82E53ED6DC4; } IL_0201: { // case FMOD.RESULT.ERR_INVALID_FLOAT: return "Value passed in was a NaN, Inf or denormalized float."; return _stringLiteral307B45F3C445B119B39F18A2AFDBB4FF1B4A19DD; } IL_0207: { // case FMOD.RESULT.ERR_INVALID_HANDLE: return "An invalid object handle was used."; return _stringLiteral595F8595938CBA5FF92006BFE0A42192C3727A5A; } IL_020d: { // case FMOD.RESULT.ERR_INVALID_PARAM: return "An invalid parameter was passed to this function."; return _stringLiteral2ADF459FDC792BD6A376A2397BD0F3D59A294B3C; } IL_0213: { // case FMOD.RESULT.ERR_INVALID_POSITION: return "An invalid seek position was passed to this function."; return _stringLiteral2A16A34456D292BCF94F2C712E260F608FB38AD9; } IL_0219: { // case FMOD.RESULT.ERR_INVALID_SPEAKER: return "An invalid speaker was passed to this function based on the current speaker mode."; return _stringLiteral07B6BB501F829D89F0A6C41FA078847BAC0F22FB; } IL_021f: { // case FMOD.RESULT.ERR_INVALID_SYNCPOINT: return "The syncpoint did not come from this sound handle."; return _stringLiteral4F56D9FEA3F5B9CBC66AE0BC5CFA5306269BB300; } IL_0225: { // case FMOD.RESULT.ERR_INVALID_THREAD: return "Tried to call a function on a thread that is not supported."; return _stringLiteral5D74BA16ED781FEF2FC9DA71E534005370F19B77; } IL_022b: { // case FMOD.RESULT.ERR_INVALID_VECTOR: return "The vectors passed in are not unit length, or perpendicular."; return _stringLiteralE16C301FB3263607808B13CDC0F4ACB4E2C50DA2; } IL_0231: { // case FMOD.RESULT.ERR_MAXAUDIBLE: return "Reached maximum audible playback count for this sound's soundgroup."; return _stringLiteralB78EBC58683CE4FC04B9E955E6B0A249B486BDE0; } IL_0237: { // case FMOD.RESULT.ERR_MEMORY: return "Not enough memory or resources."; return _stringLiteral594B350A13327EB90EA6751F0AC194B2A805D11E; } IL_023d: { // case FMOD.RESULT.ERR_MEMORY_CANTPOINT: return "Can't use FMOD_OPENMEMORY_POINT on non PCM source data, or non mp3/xma/adpcm data if FMOD_CREATECOMPRESSEDSAMPLE was used."; return _stringLiteral6371FCB952BCB90FDB7A0412CE071A335CF0D281; } IL_0243: { // case FMOD.RESULT.ERR_NEEDS3D: return "Tried to call a command on a 2d sound when the command was meant for 3d sound."; return _stringLiteral5D634FF70437BA2400A2985E50CE118A3E22CC24; } IL_0249: { // case FMOD.RESULT.ERR_NEEDSHARDWARE: return "Tried to use a feature that requires hardware support."; return _stringLiteral9551693C84C63EEBDB0CAC85C21866E006A9BA7D; } IL_024f: { // case FMOD.RESULT.ERR_NET_CONNECT: return "Couldn't connect to the specified host."; return _stringLiteralE9F8E3C8FC9225486ADF61A483FD35978F8884B4; } IL_0255: { // case FMOD.RESULT.ERR_NET_SOCKET_ERROR: return "A socket error occurred. This is a catch-all for socket-related errors not listed elsewhere."; return _stringLiteral7E4D324CE04AC228F496A1E751FFA7ABE5DAED49; } IL_025b: { // case FMOD.RESULT.ERR_NET_URL: return "The specified URL couldn't be resolved."; return _stringLiteralCA0F9A354A808914B27A811ADA643A0B1D350AA2; } IL_0261: { // case FMOD.RESULT.ERR_NET_WOULD_BLOCK: return "Operation on a non-blocking socket could not complete immediately."; return _stringLiteral27999BE1AB58E792E93343B50E9B9EDE0FD1332E; } IL_0267: { // case FMOD.RESULT.ERR_NOTREADY: return "Operation could not be performed because specified sound/DSP connection is not ready."; return _stringLiteral7A2EC820DF03EFBCE2446A31DC9744347DF728BD; } IL_026d: { // case FMOD.RESULT.ERR_OUTPUT_ALLOCATED: return "Error initializing output device, but more specifically, the output device is already in use and cannot be reused."; return _stringLiteral479A5AE26C032CF3E927F0B9AF8166C5E5609B84; } IL_0273: { // case FMOD.RESULT.ERR_OUTPUT_CREATEBUFFER: return "Error creating hardware sound buffer."; return _stringLiteral316CAE74F78E918A24A3263BF6838007A9828A50; } IL_0279: { // case FMOD.RESULT.ERR_OUTPUT_DRIVERCALL: return "A call to a standard soundcard driver failed, which could possibly mean a bug in the driver or resources were missing or exhausted."; return _stringLiteralCC5400DD245A4E2E7959AC108FE01B149D796251; } IL_027f: { // case FMOD.RESULT.ERR_OUTPUT_FORMAT: return "Soundcard does not support the specified format."; return _stringLiteral33E5FF9EEE33C88A0AE82F2016AC9F9006EA6BFD; } IL_0285: { // case FMOD.RESULT.ERR_OUTPUT_INIT: return "Error initializing output device."; return _stringLiteral202F0E3B832B988BE5EE3109E0E09E6BC1F99671; } IL_028b: { // case FMOD.RESULT.ERR_OUTPUT_NODRIVERS: return "The output device has no drivers installed. If pre-init, FMOD_OUTPUT_NOSOUND is selected as the output mode. If post-init, the function just fails."; return _stringLiteralDD44F09E4206DEB33FB989C25311070C576E146C; } IL_0291: { // case FMOD.RESULT.ERR_PLUGIN: return "An unspecified error has been returned from a plugin."; return _stringLiteral9593754CD972378A2BB347BB39CBD3B5CC3521BF; } IL_0297: { // case FMOD.RESULT.ERR_PLUGIN_MISSING: return "A requested output, dsp unit type or codec was not available."; return _stringLiteralD26C8972F3082E86F5C96ECFC237EFA4FB70B2D6; } IL_029d: { // case FMOD.RESULT.ERR_PLUGIN_RESOURCE: return "A resource that the plugin requires cannot be found. (ie the DLS file for MIDI playback)"; return _stringLiteral7433752B036853CA934C016E04587E1F3836915D; } IL_02a3: { // case FMOD.RESULT.ERR_PLUGIN_VERSION: return "A plugin was built with an unsupported SDK version."; return _stringLiteralE31DB399608237125AA03D2ABFD4080B890A0276; } IL_02a9: { // case FMOD.RESULT.ERR_RECORD: return "An error occurred trying to initialize the recording device."; return _stringLiteral17E0282127E6003D83ED80B574AA08CB2EF6E6E0; } IL_02af: { // case FMOD.RESULT.ERR_REVERB_CHANNELGROUP: return "Reverb properties cannot be set on this channel because a parent channelgroup owns the reverb connection."; return _stringLiteralE94011193EFF9DEA52D1A656A8B8957220E7880A; } IL_02b5: { // case FMOD.RESULT.ERR_REVERB_INSTANCE: return "Specified instance in FMOD_REVERB_PROPERTIES couldn't be set. Most likely because it is an invalid instance number or the reverb doesn't exist."; return _stringLiteral3C3E32615D9A158A5ED8FBF1A318CF7D952492C3; } IL_02bb: { // case FMOD.RESULT.ERR_SUBSOUNDS: return "The error occurred because the sound referenced contains subsounds when it shouldn't have, or it doesn't contain subsounds when it should have. The operation may also not be able to be performed on a parent sound."; return _stringLiteralC9AF97B3A7D8542A768306E08615122A5925AB15; } IL_02c1: { // case FMOD.RESULT.ERR_SUBSOUND_ALLOCATED: return "This subsound is already being used by another sound, you cannot have more than one parent to a sound. Null out the other parent's entry first."; return _stringLiteralA89C772A19B912C9549AF808CC33D3331256987E; } IL_02c7: { // case FMOD.RESULT.ERR_SUBSOUND_CANTMOVE: return "Shared subsounds cannot be replaced or moved from their parent stream, such as when the parent stream is an FSB file."; return _stringLiteral901004CD8CCFA3E034AA8C3B228A8868C9AA8B9D; } IL_02cd: { // case FMOD.RESULT.ERR_TAGNOTFOUND: return "The specified tag could not be found or there are no tags."; return _stringLiteral692D7B8DF08EF592FA8906A0F80FE2A10A052460; } IL_02d3: { // case FMOD.RESULT.ERR_TOOMANYCHANNELS: return "The sound created exceeds the allowable input channel count. This can be increased using the 'maxinputchannels' parameter in System::setSoftwareFormat."; return _stringLiteralC35BF7089B4B8185F470348AB8009F2441095494; } IL_02d9: { // case FMOD.RESULT.ERR_TRUNCATED: return "The retrieved string is too long to fit in the supplied buffer and has been truncated."; return _stringLiteral773E7982873A2C26366BB36CFDD702F0110F9675; } IL_02df: { // case FMOD.RESULT.ERR_UNIMPLEMENTED: return "Something in FMOD hasn't been implemented when it should be! contact support!"; return _stringLiteral43C0A5C4D98B25C1591785F9D7436505D357DFFB; } IL_02e5: { // case FMOD.RESULT.ERR_UNINITIALIZED: return "This command failed because System::init or System::setDriver was not called."; return _stringLiteral228B9B40F51ADE259B0E07974FFDB8DC23E76099; } IL_02eb: { // case FMOD.RESULT.ERR_UNSUPPORTED: return "A command issued was not supported by this object. Possibly a plugin without certain callbacks specified."; return _stringLiteralB6D2815DE1BA3747326FD6DAA5C9ADC2A8A94301; } IL_02f1: { // case FMOD.RESULT.ERR_VERSION: return "The version number of this file format is not supported."; return _stringLiteral05AB00AEF523E133EA83D30305AB638C4B2090DD; } IL_02f7: { // case FMOD.RESULT.ERR_EVENT_ALREADY_LOADED: return "The specified bank has already been loaded."; return _stringLiteralE2F637BD4993A7F80DB6A6727674C565A35FF1EE; } IL_02fd: { // case FMOD.RESULT.ERR_EVENT_LIVEUPDATE_BUSY: return "The live update connection failed due to the game already being connected."; return _stringLiteral008A11E64329C60DC6DF2197311F936A04D59474; } IL_0303: { // case FMOD.RESULT.ERR_EVENT_LIVEUPDATE_MISMATCH: return "The live update connection failed due to the game data being out of sync with the tool."; return _stringLiteral9F997E6C01594C7DB1201F379FE3398E51A3B90C; } IL_0309: { // case FMOD.RESULT.ERR_EVENT_LIVEUPDATE_TIMEOUT: return "The live update connection timed out."; return _stringLiteralC5C4852CB18400EC4B7C20647A0CE0DEF9B0D077; } IL_030f: { // case FMOD.RESULT.ERR_EVENT_NOTFOUND: return "The requested event, bus or vca could not be found."; return _stringLiteral0010077B4EF2BDE13EAA6A73F24BE95890E277CB; } IL_0315: { // case FMOD.RESULT.ERR_STUDIO_UNINITIALIZED: return "The Studio::System object is not yet initialized."; return _stringLiteral5AD690790D14D273E140660A90C6C9DEE3A3A9B7; } IL_031b: { // case FMOD.RESULT.ERR_STUDIO_NOT_LOADED: return "The specified resource is not loaded, so it can't be unloaded."; return _stringLiteral123FC6BF7E9739EF43E13156E416E3030ED1EF28; } IL_0321: { // case FMOD.RESULT.ERR_INVALID_STRING: return "An invalid string was passed to this function."; return _stringLiteral38A04EAA393C12A27DC4DF500191387E1BAB2A53; } IL_0327: { // case FMOD.RESULT.ERR_ALREADY_LOCKED: return "The specified resource is already locked."; return _stringLiteral203500387DC21AFCBCE9B4F84957B7A7F248D1A3; } IL_032d: { // case FMOD.RESULT.ERR_NOT_LOCKED: return "The specified resource is not locked, so it can't be unlocked."; return _stringLiteral6FA0B7E74CA50CAED6C98119CB68946346264C8C; } IL_0333: { // case FMOD.RESULT.ERR_RECORD_DISCONNECTED: return "The specified recording driver has been disconnected."; return _stringLiteralD2AB29C748E09E62EFCABF23A98693DF91DB4517; } IL_0339: { // case FMOD.RESULT.ERR_TOOMANYSAMPLES: return "The length provided exceed the allowable limit."; return _stringLiteral850A0FDA84C2561C0B05005716439732E1B42B13; } IL_033f: { // default: return "Unknown error."; return _stringLiteral6555D619DF10C3DFF9961F8B3B6FE159188B6C7D; } } // System.Void FMOD.Error::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Error__ctor_m79FF322CB7EC125D761A9CFC3C616D7396C7FCF1 (Error_t104C39EE21D269086A00F0E89B975607F117659A * __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 // FMOD.RESULT FMOD.Studio.EventDescription::getID(FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getID_m9D44CACE63DDBA87C0C023C40999F9E4754A3196 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id0, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_GetID(this.handle, out id); intptr_t L_0 = __this->get_handle_0(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * L_1 = ___id0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_GetID_m71147570F06E9AC16AE269A4A35E136FDD031D5D((intptr_t)L_0, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_getID_m9D44CACE63DDBA87C0C023C40999F9E4754A3196_AdjustorThunk (RuntimeObject * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * ___id0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getID_m9D44CACE63DDBA87C0C023C40999F9E4754A3196(_thisAdjusted, ___id0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getPath(System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getPath_m6DBD9620AE1101458FEB3741F189BA0AA5C54603 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __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_EventDescription_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 = EventDescription_FMOD_Studio_EventDescription_GetPath_m31C9297B54E6D557998714B545FAFACEE8631E5D((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_EventDescription_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 = EventDescription_FMOD_Studio_EventDescription_GetPath_m31C9297B54E6D557998714B545FAFACEE8631E5D((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 EventDescription_getPath_m6DBD9620AE1101458FEB3741F189BA0AA5C54603_AdjustorThunk (RuntimeObject * __this, String_t** ___path0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getPath_m6DBD9620AE1101458FEB3741F189BA0AA5C54603(_thisAdjusted, ___path0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getParameterDescriptionCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterDescriptionCount_m22BAC405A4ED8A081F71C2B0A7293E5F93C59FC0 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t* ___count0, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_GetParameterDescriptionCount(this.handle, out count); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___count0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionCount_mA50B823E0862CA495831CF38FA6F9B3BFBBEC340((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_getParameterDescriptionCount_m22BAC405A4ED8A081F71C2B0A7293E5F93C59FC0_AdjustorThunk (RuntimeObject * __this, int32_t* ___count0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getParameterDescriptionCount_m22BAC405A4ED8A081F71C2B0A7293E5F93C59FC0(_thisAdjusted, ___count0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getParameterDescriptionByIndex(System.Int32,FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterDescriptionByIndex_mF563CA2EDB9C4F9AF0344996307030773164634A (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t ___index0, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter1, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_GetParameterDescriptionByIndex(this.handle, index, out parameter); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * L_2 = ___parameter1; int32_t L_3; L_3 = EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByIndex_m457D840A816F10348AE0C2785B8482313AB937CE((intptr_t)L_0, L_1, (PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventDescription_getParameterDescriptionByIndex_mF563CA2EDB9C4F9AF0344996307030773164634A_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter1, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getParameterDescriptionByIndex_mF563CA2EDB9C4F9AF0344996307030773164634A(_thisAdjusted, ___index0, ___parameter1, method); return _returnValue; } // 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) { 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_EventDescription_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 = EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByName_mCA98B5E0EA28696CE0D5B4F33CCEAD546CDECEB9((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 EventDescription_getParameterDescriptionByName_mD9CEA2307FB550F93E6BB18274A079F60103E917_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter1, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getParameterDescriptionByName_mD9CEA2307FB550F93E6BB18274A079F60103E917(_thisAdjusted, ___name0, ___parameter1, method); return _returnValue; } // 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) { { // return FMOD_Studio_EventDescription_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 = EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByID_m810D0BB1394023D7BA63B327E5B9581658C548C0((intptr_t)L_0, L_1, (PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventDescription_getParameterDescriptionByID_mF47028872B0E3BCB38537BBF587DC58B7639E6AD_AdjustorThunk (RuntimeObject * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter1, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getParameterDescriptionByID_mF47028872B0E3BCB38537BBF587DC58B7639E6AD(_thisAdjusted, ___id0, ___parameter1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getParameterLabelByIndex(System.Int32,System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterLabelByIndex_m91F7A1988B048148E18D4F04D14F43AFBEF2AA19 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t ___index0, 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_EventDescription_GetParameterLabelByIndex(this.handle, index, labelindex, stringMem, 256, out retrieved); intptr_t L_3 = __this->get_handle_0(); int32_t L_4 = ___index0; int32_t L_5 = ___labelindex1; intptr_t L_6 = V_1; int32_t L_7; L_7 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByIndex_m3266622DF927130136F5C949456649DB99DAA888((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_EventDescription_GetParameterLabelByIndex(this.handle, index, labelindex, IntPtr.Zero, 0, out retrieved); intptr_t L_10 = __this->get_handle_0(); int32_t L_11 = ___index0; int32_t L_12 = ___labelindex1; int32_t L_13; L_13 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByIndex_m3266622DF927130136F5C949456649DB99DAA888((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_EventDescription_GetParameterLabelByIndex(this.handle, index, labelindex, stringMem, retrieved, out retrieved); intptr_t L_16 = __this->get_handle_0(); int32_t L_17 = ___index0; int32_t L_18 = ___labelindex1; intptr_t L_19 = V_1; int32_t L_20 = V_2; int32_t L_21; L_21 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByIndex_m3266622DF927130136F5C949456649DB99DAA888((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 EventDescription_getParameterLabelByIndex_m91F7A1988B048148E18D4F04D14F43AFBEF2AA19_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, int32_t ___labelindex1, String_t** ___label2, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getParameterLabelByIndex_m91F7A1988B048148E18D4F04D14F43AFBEF2AA19(_thisAdjusted, ___index0, ___labelindex1, ___label2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getParameterLabelByName(System.String,System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterLabelByName_mF43A654A8E091F4819768CB2A0BB7EDCFBC52C54 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __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_EventDescription_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 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByName_m56A37D3D56875AE0F56A66300FC94C81A52E091F((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_EventDescription_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 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByName_m56A37D3D56875AE0F56A66300FC94C81A52E091F((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_EventDescription_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 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByName_m56A37D3D56875AE0F56A66300FC94C81A52E091F((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 EventDescription_getParameterLabelByName_mF43A654A8E091F4819768CB2A0BB7EDCFBC52C54_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, int32_t ___labelindex1, String_t** ___label2, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getParameterLabelByName_mF43A654A8E091F4819768CB2A0BB7EDCFBC52C54(_thisAdjusted, ___name0, ___labelindex1, ___label2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getParameterLabelByID(FMOD.Studio.PARAMETER_ID,System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterLabelByID_m25C348E9C1868CEF3443EFBED3B42D9D44DB2825 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __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_EventDescription_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 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByID_m1E5BD328CF9B207CAFD07E26F6233D360D104BE6((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_EventDescription_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 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByID_m1E5BD328CF9B207CAFD07E26F6233D360D104BE6((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_EventDescription_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 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByID_m1E5BD328CF9B207CAFD07E26F6233D360D104BE6((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 EventDescription_getParameterLabelByID_m25C348E9C1868CEF3443EFBED3B42D9D44DB2825_AdjustorThunk (RuntimeObject * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, int32_t ___labelindex1, String_t** ___label2, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getParameterLabelByID_m25C348E9C1868CEF3443EFBED3B42D9D44DB2825(_thisAdjusted, ___id0, ___labelindex1, ___label2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getUserPropertyCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserPropertyCount_mD96ABF9EE0B90895EE3D902898D733FB8B713D08 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t* ___count0, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_GetUserPropertyCount(this.handle, out count); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___count0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_GetUserPropertyCount_mC2E08D90407E4CDFAE3E42E24A5E8525EDF66CCF((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_getUserPropertyCount_mD96ABF9EE0B90895EE3D902898D733FB8B713D08_AdjustorThunk (RuntimeObject * __this, int32_t* ___count0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getUserPropertyCount_mD96ABF9EE0B90895EE3D902898D733FB8B713D08(_thisAdjusted, ___count0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getUserPropertyByIndex(System.Int32,FMOD.Studio.USER_PROPERTY&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserPropertyByIndex_m61290CF2F43CD55CAAAFDEEDCADAAB40A374307D (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t ___index0, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * ___property1, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_GetUserPropertyByIndex(this.handle, index, out property); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * L_2 = ___property1; int32_t L_3; L_3 = EventDescription_FMOD_Studio_EventDescription_GetUserPropertyByIndex_m4152649E7F5C43C6D3D92DEBBE3AB9C93C811608((intptr_t)L_0, L_1, (USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventDescription_getUserPropertyByIndex_m61290CF2F43CD55CAAAFDEEDCADAAB40A374307D_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * ___property1, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getUserPropertyByIndex_m61290CF2F43CD55CAAAFDEEDCADAAB40A374307D(_thisAdjusted, ___index0, ___property1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getUserProperty(System.String,FMOD.Studio.USER_PROPERTY&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserProperty_m4156A2B0FA59E9B7B823F750962ED15A9A234F21 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, String_t* ___name0, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * ___property1, 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_EventDescription_GetUserProperty(this.handle, encoder.byteFromStringUTF8(name), out property); 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); USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * L_5 = ___property1; int32_t L_6; L_6 = EventDescription_FMOD_Studio_EventDescription_GetUserProperty_m86515B79678232EB37E1CB45524D4FD9012867FC((intptr_t)L_1, L_4, (USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 *)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 EventDescription_getUserProperty_m4156A2B0FA59E9B7B823F750962ED15A9A234F21_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * ___property1, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getUserProperty_m4156A2B0FA59E9B7B823F750962ED15A9A234F21(_thisAdjusted, ___name0, ___property1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getLength(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getLength_mF113F6053027A7407AAC5A59BF3769A7BE977F65 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t* ___length0, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_GetLength(this.handle, out length); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___length0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_GetLength_m364A7F63908B630022F1CF098E3B079CA6CAABF8((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_getLength_mF113F6053027A7407AAC5A59BF3769A7BE977F65_AdjustorThunk (RuntimeObject * __this, int32_t* ___length0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getLength_mF113F6053027A7407AAC5A59BF3769A7BE977F65(_thisAdjusted, ___length0, method); return _returnValue; } // 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) { { // return FMOD_Studio_EventDescription_GetMinMaxDistance(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 = EventDescription_FMOD_Studio_EventDescription_GetMinMaxDistance_m51330F1A6034CB494AC7D4B27970D63A74F013FC((intptr_t)L_0, (float*)L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventDescription_getMinMaxDistance_m94CADB7D4BCCA0682AC681016A3A3A638F921541_AdjustorThunk (RuntimeObject * __this, float* ___min0, float* ___max1, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getMinMaxDistance_m94CADB7D4BCCA0682AC681016A3A3A638F921541(_thisAdjusted, ___min0, ___max1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getSoundSize(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getSoundSize_m3A172FF26437C40B9DDC45430D38FE0EAF830510 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, float* ___size0, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_GetSoundSize(this.handle, out size); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___size0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_GetSoundSize_mD07CCB47B6D8277F5BC35F98B9782713595AD7F4((intptr_t)L_0, (float*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_getSoundSize_m3A172FF26437C40B9DDC45430D38FE0EAF830510_AdjustorThunk (RuntimeObject * __this, float* ___size0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getSoundSize_m3A172FF26437C40B9DDC45430D38FE0EAF830510(_thisAdjusted, ___size0, method); return _returnValue; } // 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) { { // return FMOD_Studio_EventDescription_IsSnapshot(this.handle, out snapshot); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___snapshot0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_IsSnapshot_m13512137FD2741F23F8D043CD2B062129EF318DF((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_isSnapshot_m943D5060F9E3E95884D201A1EEF8CD92BFAEC577_AdjustorThunk (RuntimeObject * __this, bool* ___snapshot0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_isSnapshot_m943D5060F9E3E95884D201A1EEF8CD92BFAEC577(_thisAdjusted, ___snapshot0, method); return _returnValue; } // 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) { { // return FMOD_Studio_EventDescription_IsOneshot(this.handle, out oneshot); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___oneshot0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_IsOneshot_m17B8557190EA1049675EBB6120B3D30797203D77((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_isOneshot_m37103DF3AF20ADB4311C2799C6ECD61A445DBE0F_AdjustorThunk (RuntimeObject * __this, bool* ___oneshot0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_isOneshot_m37103DF3AF20ADB4311C2799C6ECD61A445DBE0F(_thisAdjusted, ___oneshot0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::isStream(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_isStream_mDDF302EC545FF765A4D3D7BD1DF0218937E53B90 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, bool* ___isStream0, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_IsStream(this.handle, out isStream); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___isStream0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_IsStream_m019A554BBA410EA23F386990FD9A45C73EB16D30((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_isStream_mDDF302EC545FF765A4D3D7BD1DF0218937E53B90_AdjustorThunk (RuntimeObject * __this, bool* ___isStream0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_isStream_mDDF302EC545FF765A4D3D7BD1DF0218937E53B90(_thisAdjusted, ___isStream0, method); return _returnValue; } // 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) { { // return FMOD_Studio_EventDescription_Is3D(this.handle, out is3D); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___is3D0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_Is3D_m7FB2CEB2CB99585684728DAC57C9E4A22791CCE2((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_is3D_mB8AEE6840612734A9447A21A684334EC3D131E87_AdjustorThunk (RuntimeObject * __this, bool* ___is3D0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_is3D_mB8AEE6840612734A9447A21A684334EC3D131E87(_thisAdjusted, ___is3D0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::isDopplerEnabled(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_isDopplerEnabled_m854B657D6B6F1D2E3C2522BD4F4E25A702302718 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, bool* ___doppler0, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_IsDopplerEnabled(this.handle, out doppler); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___doppler0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_IsDopplerEnabled_m122F2FDA5DCE01BECACDA475A4C60A01BC609B12((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_isDopplerEnabled_m854B657D6B6F1D2E3C2522BD4F4E25A702302718_AdjustorThunk (RuntimeObject * __this, bool* ___doppler0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_isDopplerEnabled_m854B657D6B6F1D2E3C2522BD4F4E25A702302718(_thisAdjusted, ___doppler0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::hasSustainPoint(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_hasSustainPoint_m0C70ABB4201D7F4877BD618569A5378E1F5E766F (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, bool* ___sustainPoint0, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_HasSustainPoint(this.handle, out sustainPoint); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___sustainPoint0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_HasSustainPoint_mF37640965874B09F3659739A16E671D554F96281((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_hasSustainPoint_m0C70ABB4201D7F4877BD618569A5378E1F5E766F_AdjustorThunk (RuntimeObject * __this, bool* ___sustainPoint0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_hasSustainPoint_m0C70ABB4201D7F4877BD618569A5378E1F5E766F(_thisAdjusted, ___sustainPoint0, method); return _returnValue; } // 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) { { // return FMOD_Studio_EventDescription_CreateInstance(this.handle, out instance.handle); intptr_t L_0 = __this->get_handle_0(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_1 = ___instance0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = EventDescription_FMOD_Studio_EventDescription_CreateInstance_m490874075529A319E6813B96B318D47FAE5CCBDC((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventDescription_createInstance_m0CD53348F05E79AAAC266E2514A0CAC35B9A7645_AdjustorThunk (RuntimeObject * __this, EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * ___instance0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_createInstance_m0CD53348F05E79AAAC266E2514A0CAC35B9A7645(_thisAdjusted, ___instance0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getInstanceCount(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getInstanceCount_m552C63289C0F8C9141A4D1573D0C6343CB837D47 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t* ___count0, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_GetInstanceCount(this.handle, out count); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___count0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_GetInstanceCount_mAAF98AE12FE5062C6256DD1F3B994ED8C9956D8D((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_getInstanceCount_m552C63289C0F8C9141A4D1573D0C6343CB837D47_AdjustorThunk (RuntimeObject * __this, int32_t* ___count0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getInstanceCount_m552C63289C0F8C9141A4D1573D0C6343CB837D47(_thisAdjusted, ___count0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getInstanceList(FMOD.Studio.EventInstance[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getInstanceList_m8E6FAEA3E3269B62F9C41846C5251DD6C365E1E4 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC** ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC_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; EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC** L_0 = ___array0; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // result = FMOD_Studio_EventDescription_GetInstanceCount(this.handle, out capacity); intptr_t L_1 = __this->get_handle_0(); int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_GetInstanceCount_mAAF98AE12FE5062C6256DD1F3B994ED8C9956D8D((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 EventInstance[0]; EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC** L_6 = ___array0; EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC* L_7 = (EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC*)(EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC*)SZArrayNew(EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC_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_EventDescription_GetInstanceList(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 = EventDescription_FMOD_Studio_EventDescription_GetInstanceList_mD207FAAB3B454746B7E90BB753F23793C99C2C65((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 EventInstance[actualCount]; EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC** L_20 = ___array0; int32_t L_21 = V_3; EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC* L_22 = (EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC*)(EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC*)SZArrayNew(EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC_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]; EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC** L_23 = ___array0; EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC* L_24 = *((EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC**)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 EventDescription_getInstanceList_m8E6FAEA3E3269B62F9C41846C5251DD6C365E1E4_AdjustorThunk (RuntimeObject * __this, EventInstanceU5BU5D_t0030DCA7B38B31ACE15AC5696FF774211D2C86AC** ___array0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getInstanceList_m8E6FAEA3E3269B62F9C41846C5251DD6C365E1E4(_thisAdjusted, ___array0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::loadSampleData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_loadSampleData_m1065F878C592C54E2CAFD0FA590579A4A0364E2E (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_LoadSampleData(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = EventDescription_FMOD_Studio_EventDescription_LoadSampleData_m5DF0B42B388E4BDC45C57C6D2C01851E123A7FC3((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t EventDescription_loadSampleData_m1065F878C592C54E2CAFD0FA590579A4A0364E2E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_loadSampleData_m1065F878C592C54E2CAFD0FA590579A4A0364E2E(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::unloadSampleData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_unloadSampleData_mE9BD24AB3F5F9DE40364FDB5897AD76F3E24D1ED (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_UnloadSampleData(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = EventDescription_FMOD_Studio_EventDescription_UnloadSampleData_mB6EDB0EDF51794A30548607C55648056C976EF97((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t EventDescription_unloadSampleData_mE9BD24AB3F5F9DE40364FDB5897AD76F3E24D1ED_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_unloadSampleData_mE9BD24AB3F5F9DE40364FDB5897AD76F3E24D1ED(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getSampleLoadingState(FMOD.Studio.LOADING_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getSampleLoadingState_m6458B8820B73EBA40760CF149C6B05C766A148B7 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, int32_t* ___state0, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_GetSampleLoadingState(this.handle, out state); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___state0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_GetSampleLoadingState_mB7A0EF7833A03667A82977667B964D81C3215A10((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_getSampleLoadingState_m6458B8820B73EBA40760CF149C6B05C766A148B7_AdjustorThunk (RuntimeObject * __this, int32_t* ___state0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getSampleLoadingState_m6458B8820B73EBA40760CF149C6B05C766A148B7(_thisAdjusted, ___state0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::releaseAllInstances() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_releaseAllInstances_m88317FFB29447809FC07011DA3DC213B5860E2B5 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_ReleaseAllInstances(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = EventDescription_FMOD_Studio_EventDescription_ReleaseAllInstances_m4AEA8E262CD98FCE426F9CFA3ECDDD39C021D7BF((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t EventDescription_releaseAllInstances_m88317FFB29447809FC07011DA3DC213B5860E2B5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_releaseAllInstances_m88317FFB29447809FC07011DA3DC213B5860E2B5(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::setCallback(FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_setCallback_m2E1DE7A5825EAC4C132AD2760A80F4F0A54C6717 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * ___callback0, uint32_t ___callbackmask1, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_SetCallback(this.handle, callback, callbackmask); intptr_t L_0 = __this->get_handle_0(); EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * L_1 = ___callback0; uint32_t L_2 = ___callbackmask1; int32_t L_3; L_3 = EventDescription_FMOD_Studio_EventDescription_SetCallback_m8A467997B2376065113401E38FEB08B37CEECFFD((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventDescription_setCallback_m2E1DE7A5825EAC4C132AD2760A80F4F0A54C6717_AdjustorThunk (RuntimeObject * __this, EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * ___callback0, uint32_t ___callbackmask1, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_setCallback_m2E1DE7A5825EAC4C132AD2760A80F4F0A54C6717(_thisAdjusted, ___callback0, ___callbackmask1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserData_m85E009C3AA1A9B5DEBD3875C051803D6F6B06396 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_GetUserData(this.handle, out userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___userdata0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_GetUserData_m573966ABF24B7B4B6E9A947F7C0E49C0C5A4E867((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_getUserData_m85E009C3AA1A9B5DEBD3875C051803D6F6B06396_AdjustorThunk (RuntimeObject * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_getUserData_m85E009C3AA1A9B5DEBD3875C051803D6F6B06396(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_setUserData_m7F2C2CEB03706A924A8CFB1F3F4DD2295D229B3B (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, intptr_t ___userdata0, const RuntimeMethod* method) { { // return FMOD_Studio_EventDescription_SetUserData(this.handle, userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___userdata0; int32_t L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_SetUserData_m95ACBEEBD09DA344BC54E8B070BD44580A6DD562((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventDescription_setUserData_m7F2C2CEB03706A924A8CFB1F3F4DD2295D229B3B_AdjustorThunk (RuntimeObject * __this, intptr_t ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventDescription_setUserData_m7F2C2CEB03706A924A8CFB1F3F4DD2295D229B3B(_thisAdjusted, ___userdata0, method); return _returnValue; } // System.Boolean FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsValid(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescription_FMOD_Studio_EventDescription_IsValid_m0AC634312D24B8F3981487D32D20708C88B3A7BE (intptr_t ___eventdescription0, 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_EventDescription_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_EventDescription_IsValid)(___eventdescription0); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0); #endif return static_cast(returnValue); } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetID(System.IntPtr,FMOD.GUID&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetID_m71147570F06E9AC16AE269A4A35E136FDD031D5D (intptr_t ___eventdescription0, 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_EventDescription_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_EventDescription_GetID)(___eventdescription0, ___id1); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___id1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetPath_m31C9297B54E6D557998714B545FAFACEE8631E5D (intptr_t ___eventdescription0, 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_EventDescription_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_EventDescription_GetPath)(___eventdescription0, ___path1, ___size2, ___retrieved3); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___path1, ___size2, ___retrieved3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionCount_mA50B823E0862CA495831CF38FA6F9B3BFBBEC340 (intptr_t ___eventdescription0, 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_EventDescription_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_EventDescription_GetParameterDescriptionCount)(___eventdescription0, ___count1); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___count1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionByIndex(System.IntPtr,System.Int32,FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByIndex_m457D840A816F10348AE0C2785B8482313AB937CE (intptr_t ___eventdescription0, int32_t ___index1, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B * ___parameter2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetParameterDescriptionByIndex", 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_EventDescription_GetParameterDescriptionByIndex)(___eventdescription0, ___index1, ___parameter2); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___index1, ___parameter2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionByName(System.IntPtr,System.Byte[],FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByName_mCA98B5E0EA28696CE0D5B4F33CCEAD546CDECEB9 (intptr_t ___eventdescription0, 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_EventDescription_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_EventDescription_GetParameterDescriptionByName)(___eventdescription0, ____name1_marshaled, ___parameter2); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ____name1_marshaled, ___parameter2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByID_m810D0BB1394023D7BA63B327E5B9581658C548C0 (intptr_t ___eventdescription0, 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_EventDescription_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_EventDescription_GetParameterDescriptionByID)(___eventdescription0, ___id1, ___parameter2); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___id1, ___parameter2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterLabelByIndex(System.IntPtr,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByIndex_m3266622DF927130136F5C949456649DB99DAA888 (intptr_t ___eventdescription0, int32_t ___index1, int32_t ___labelindex2, intptr_t ___label3, int32_t ___size4, int32_t* ___retrieved5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_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(int32_t) + sizeof(int32_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetParameterLabelByIndex", 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_EventDescription_GetParameterLabelByIndex)(___eventdescription0, ___index1, ___labelindex2, ___label3, ___size4, ___retrieved5); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___index1, ___labelindex2, ___label3, ___size4, ___retrieved5); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterLabelByName(System.IntPtr,System.Byte[],System.Int32,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByName_m56A37D3D56875AE0F56A66300FC94C81A52E091F (intptr_t ___eventdescription0, 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_EventDescription_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_EventDescription_GetParameterLabelByName)(___eventdescription0, ____name1_marshaled, ___labelindex2, ___label3, ___size4, ___retrieved5); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ____name1_marshaled, ___labelindex2, ___label3, ___size4, ___retrieved5); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterLabelByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Int32,System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByID_m1E5BD328CF9B207CAFD07E26F6233D360D104BE6 (intptr_t ___eventdescription0, 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_EventDescription_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_EventDescription_GetParameterLabelByID)(___eventdescription0, ___id1, ___labelindex2, ___label3, ___size4, ___retrieved5); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___id1, ___labelindex2, ___label3, ___size4, ___retrieved5); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserPropertyCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserPropertyCount_mC2E08D90407E4CDFAE3E42E24A5E8525EDF66CCF (intptr_t ___eventdescription0, 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_EventDescription_GetUserPropertyCount", 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_EventDescription_GetUserPropertyCount)(___eventdescription0, ___count1); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___count1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserPropertyByIndex(System.IntPtr,System.Int32,FMOD.Studio.USER_PROPERTY&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserPropertyByIndex_m4152649E7F5C43C6D3D92DEBBE3AB9C93C811608 (intptr_t ___eventdescription0, int32_t ___index1, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * ___property2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetUserPropertyByIndex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___property2' to native representation USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke ____property2_empty = {}; USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke* ____property2_marshaled = &____property2_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_EventDescription_GetUserPropertyByIndex)(___eventdescription0, ___index1, ____property2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___index1, ____property2_marshaled); #endif // Marshaling of parameter '___property2' back from native representation USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 _____property2_marshaled_unmarshaled_dereferenced; memset((&_____property2_marshaled_unmarshaled_dereferenced), 0, sizeof(_____property2_marshaled_unmarshaled_dereferenced)); USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshal_pinvoke_back(*____property2_marshaled, _____property2_marshaled_unmarshaled_dereferenced); *___property2 = _____property2_marshaled_unmarshaled_dereferenced; // Marshaling cleanup of parameter '___property2' native representation USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshal_pinvoke_cleanup(*____property2_marshaled); return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserProperty(System.IntPtr,System.Byte[],FMOD.Studio.USER_PROPERTY&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserProperty_m86515B79678232EB37E1CB45524D4FD9012867FC (intptr_t ___eventdescription0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name1, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 * ___property2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetUserProperty", 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 '___property2' to native representation USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke ____property2_empty = {}; USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshaled_pinvoke* ____property2_marshaled = &____property2_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_EventDescription_GetUserProperty)(___eventdescription0, ____name1_marshaled, ____property2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ____name1_marshaled, ____property2_marshaled); #endif // Marshaling of parameter '___property2' back from native representation USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1 _____property2_marshaled_unmarshaled_dereferenced; memset((&_____property2_marshaled_unmarshaled_dereferenced), 0, sizeof(_____property2_marshaled_unmarshaled_dereferenced)); USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshal_pinvoke_back(*____property2_marshaled, _____property2_marshaled_unmarshaled_dereferenced); *___property2 = _____property2_marshaled_unmarshaled_dereferenced; // Marshaling cleanup of parameter '___property2' native representation USER_PROPERTY_tECF0E1D72B54D20694A965C9275A68C6AABEE0D1_marshal_pinvoke_cleanup(*____property2_marshaled); return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetLength(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetLength_m364A7F63908B630022F1CF098E3B079CA6CAABF8 (intptr_t ___eventdescription0, int32_t* ___length1, 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_EventDescription_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(FMOD_Studio_EventDescription_GetLength)(___eventdescription0, ___length1); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___length1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetMinMaxDistance(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetMinMaxDistance_m51330F1A6034CB494AC7D4B27970D63A74F013FC (intptr_t ___eventdescription0, 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"), "FMOD_Studio_EventDescription_GetMinMaxDistance", 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_EventDescription_GetMinMaxDistance)(___eventdescription0, ___min1, ___max2); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___min1, ___max2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetSoundSize(System.IntPtr,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetSoundSize_mD07CCB47B6D8277F5BC35F98B9782713595AD7F4 (intptr_t ___eventdescription0, float* ___size1, 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_EventDescription_GetSoundSize", 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_EventDescription_GetSoundSize)(___eventdescription0, ___size1); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___size1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsSnapshot(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsSnapshot_m13512137FD2741F23F8D043CD2B062129EF318DF (intptr_t ___eventdescription0, bool* ___snapshot1, 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_EventDescription_IsSnapshot", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___snapshot1' to native representation int32_t ____snapshot1_empty = 0; int32_t* ____snapshot1_marshaled = &____snapshot1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_EventDescription_IsSnapshot)(___eventdescription0, ____snapshot1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ____snapshot1_marshaled); #endif // Marshaling of parameter '___snapshot1' back from native representation bool _____snapshot1_marshaled_unmarshaled_dereferenced = false; _____snapshot1_marshaled_unmarshaled_dereferenced = static_cast(*____snapshot1_marshaled); *___snapshot1 = _____snapshot1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsOneshot(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsOneshot_m17B8557190EA1049675EBB6120B3D30797203D77 (intptr_t ___eventdescription0, bool* ___oneshot1, 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_EventDescription_IsOneshot", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___oneshot1' to native representation int32_t ____oneshot1_empty = 0; int32_t* ____oneshot1_marshaled = &____oneshot1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_EventDescription_IsOneshot)(___eventdescription0, ____oneshot1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ____oneshot1_marshaled); #endif // Marshaling of parameter '___oneshot1' back from native representation bool _____oneshot1_marshaled_unmarshaled_dereferenced = false; _____oneshot1_marshaled_unmarshaled_dereferenced = static_cast(*____oneshot1_marshaled); *___oneshot1 = _____oneshot1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsStream(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsStream_m019A554BBA410EA23F386990FD9A45C73EB16D30 (intptr_t ___eventdescription0, bool* ___isStream1, 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_EventDescription_IsStream", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___isStream1' to native representation int32_t ____isStream1_empty = 0; int32_t* ____isStream1_marshaled = &____isStream1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_EventDescription_IsStream)(___eventdescription0, ____isStream1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ____isStream1_marshaled); #endif // Marshaling of parameter '___isStream1' back from native representation bool _____isStream1_marshaled_unmarshaled_dereferenced = false; _____isStream1_marshaled_unmarshaled_dereferenced = static_cast(*____isStream1_marshaled); *___isStream1 = _____isStream1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_Is3D(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_Is3D_m7FB2CEB2CB99585684728DAC57C9E4A22791CCE2 (intptr_t ___eventdescription0, bool* ___is3D1, 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_EventDescription_Is3D", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___is3D1' to native representation int32_t ____is3D1_empty = 0; int32_t* ____is3D1_marshaled = &____is3D1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_EventDescription_Is3D)(___eventdescription0, ____is3D1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ____is3D1_marshaled); #endif // Marshaling of parameter '___is3D1' back from native representation bool _____is3D1_marshaled_unmarshaled_dereferenced = false; _____is3D1_marshaled_unmarshaled_dereferenced = static_cast(*____is3D1_marshaled); *___is3D1 = _____is3D1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsDopplerEnabled(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsDopplerEnabled_m122F2FDA5DCE01BECACDA475A4C60A01BC609B12 (intptr_t ___eventdescription0, bool* ___doppler1, 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_EventDescription_IsDopplerEnabled", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___doppler1' to native representation int32_t ____doppler1_empty = 0; int32_t* ____doppler1_marshaled = &____doppler1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_EventDescription_IsDopplerEnabled)(___eventdescription0, ____doppler1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ____doppler1_marshaled); #endif // Marshaling of parameter '___doppler1' back from native representation bool _____doppler1_marshaled_unmarshaled_dereferenced = false; _____doppler1_marshaled_unmarshaled_dereferenced = static_cast(*____doppler1_marshaled); *___doppler1 = _____doppler1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_HasSustainPoint(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_HasSustainPoint_mF37640965874B09F3659739A16E671D554F96281 (intptr_t ___eventdescription0, bool* ___sustainPoint1, 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_EventDescription_HasSustainPoint", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___sustainPoint1' to native representation int32_t ____sustainPoint1_empty = 0; int32_t* ____sustainPoint1_marshaled = &____sustainPoint1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_EventDescription_HasSustainPoint)(___eventdescription0, ____sustainPoint1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ____sustainPoint1_marshaled); #endif // Marshaling of parameter '___sustainPoint1' back from native representation bool _____sustainPoint1_marshaled_unmarshaled_dereferenced = false; _____sustainPoint1_marshaled_unmarshaled_dereferenced = static_cast(*____sustainPoint1_marshaled); *___sustainPoint1 = _____sustainPoint1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_CreateInstance(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_CreateInstance_m490874075529A319E6813B96B318D47FAE5CCBDC (intptr_t ___eventdescription0, intptr_t* ___instance1, 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_EventDescription_CreateInstance", 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_EventDescription_CreateInstance)(___eventdescription0, ___instance1); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___instance1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetInstanceCount(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetInstanceCount_mAAF98AE12FE5062C6256DD1F3B994ED8C9956D8D (intptr_t ___eventdescription0, 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_EventDescription_GetInstanceCount", 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_EventDescription_GetInstanceCount)(___eventdescription0, ___count1); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___count1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetInstanceList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetInstanceList_mD207FAAB3B454746B7E90BB753F23793C99C2C65 (intptr_t ___eventdescription0, 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_EventDescription_GetInstanceList", 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_EventDescription_GetInstanceList)(___eventdescription0, ____array1_marshaled, ___capacity2, ___count3); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ____array1_marshaled, ___capacity2, ___count3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_LoadSampleData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_LoadSampleData_m5DF0B42B388E4BDC45C57C6D2C01851E123A7FC3 (intptr_t ___eventdescription0, 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_EventDescription_LoadSampleData", 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_EventDescription_LoadSampleData)(___eventdescription0); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_UnloadSampleData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_UnloadSampleData_mB6EDB0EDF51794A30548607C55648056C976EF97 (intptr_t ___eventdescription0, 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_EventDescription_UnloadSampleData", 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_EventDescription_UnloadSampleData)(___eventdescription0); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetSampleLoadingState(System.IntPtr,FMOD.Studio.LOADING_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetSampleLoadingState_mB7A0EF7833A03667A82977667B964D81C3215A10 (intptr_t ___eventdescription0, int32_t* ___state1, 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_EventDescription_GetSampleLoadingState", 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_EventDescription_GetSampleLoadingState)(___eventdescription0, ___state1); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___state1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_ReleaseAllInstances(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_ReleaseAllInstances_m4AEA8E262CD98FCE426F9CFA3ECDDD39C021D7BF (intptr_t ___eventdescription0, 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_EventDescription_ReleaseAllInstances", 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_EventDescription_ReleaseAllInstances)(___eventdescription0); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_SetCallback(System.IntPtr,FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_SetCallback_m8A467997B2376065113401E38FEB08B37CEECFFD (intptr_t ___eventdescription0, EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * ___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_EventDescription_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_EventDescription_SetCallback)(___eventdescription0, ____callback1_marshaled, ___callbackmask2); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ____callback1_marshaled, ___callbackmask2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserData_m573966ABF24B7B4B6E9A947F7C0E49C0C5A4E867 (intptr_t ___eventdescription0, 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_EventDescription_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_EventDescription_GetUserData)(___eventdescription0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_SetUserData_m95ACBEEBD09DA344BC54E8B070BD44580A6DD562 (intptr_t ___eventdescription0, 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_EventDescription_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_EventDescription_SetUserData)(___eventdescription0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___eventdescription0, ___userdata1); #endif return returnValue; } // System.Void FMOD.Studio.EventDescription::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescription__ctor_m45696ED229E26C971BDFB1A6B5CAD6A1FB2D3D5F (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public EventDescription(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public EventDescription(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void EventDescription__ctor_m45696ED229E26C971BDFB1A6B5CAD6A1FB2D3D5F_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); EventDescription__ctor_m45696ED229E26C971BDFB1A6B5CAD6A1FB2D3D5F_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.Studio.EventDescription::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescription_hasHandle_m761E60EE75E151DEF938B43DD30B5E5235423C1F (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __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 EventDescription_hasHandle_m761E60EE75E151DEF938B43DD30B5E5235423C1F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = EventDescription_hasHandle_m761E60EE75E151DEF938B43DD30B5E5235423C1F(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.Studio.EventDescription::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescription_clearHandle_m2C07C16DC5D5B40A89BACA23D4F9C18C0A97700F (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __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 EventDescription_clearHandle_m2C07C16DC5D5B40A89BACA23D4F9C18C0A97700F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); EventDescription_clearHandle_m2C07C16DC5D5B40A89BACA23D4F9C18C0A97700F(_thisAdjusted, method); } // System.Boolean FMOD.Studio.EventDescription::isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescription_isValid_m7761CD3FF1E7A927B0BD4057EAF9635FDE9D0C34 (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, const RuntimeMethod* method) { { // return hasHandle() && FMOD_Studio_EventDescription_IsValid(this.handle); bool L_0; L_0 = EventDescription_hasHandle_m761E60EE75E151DEF938B43DD30B5E5235423C1F((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { intptr_t L_1 = __this->get_handle_0(); bool L_2; L_2 = EventDescription_FMOD_Studio_EventDescription_IsValid_m0AC634312D24B8F3981487D32D20708C88B3A7BE((intptr_t)L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (bool)0; } } IL2CPP_EXTERN_C bool EventDescription_isValid_m7761CD3FF1E7A927B0BD4057EAF9635FDE9D0C34_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = EventDescription_isValid_m7761CD3FF1E7A927B0BD4057EAF9635FDE9D0C34(_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.EventHandler::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_Start_m2DB0F247C9028D828296A00656C5D7BA981C2B57 (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, const RuntimeMethod* method) { { // HandleGameEvent(EmitterGameEvent.ObjectStart); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, 1); // } return; } } // System.Void FMODUnity.EventHandler::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnDestroy_mBE04F57C700F83EEE48D9D5AE470C60666BA57AD (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, const RuntimeMethod* method) { { // HandleGameEvent(EmitterGameEvent.ObjectDestroy); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, 2); // } return; } } // System.Void FMODUnity.EventHandler::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnEnable_m1910C77D7BDF75625F78186242B1F37FAB35066F (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, const RuntimeMethod* method) { { // HandleGameEvent(EmitterGameEvent.ObjectEnable); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, ((int32_t)11)); // } return; } } // System.Void FMODUnity.EventHandler::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnDisable_m6C99EE9B63E18C4A5E6AF7230540C9764FCCA4BF (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, const RuntimeMethod* method) { { // HandleGameEvent(EmitterGameEvent.ObjectDisable); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, ((int32_t)12)); // } return; } } // System.Void FMODUnity.EventHandler::OnTriggerEnter(UnityEngine.Collider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnTriggerEnter_mBCAE6A072F3969D6539AB7677241864FC90BDD80 (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___other0, 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; } { // if (string.IsNullOrEmpty(CollisionTag) || other.CompareTag(CollisionTag) || (other.attachedRigidbody && other.attachedRigidbody.CompareTag(CollisionTag))) String_t* L_0 = __this->get_CollisionTag_4(); bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_003b; } } { Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_2 = ___other0; String_t* L_3 = __this->get_CollisionTag_4(); NullCheck(L_2); bool L_4; L_4 = Component_CompareTag_m17D74EDCC81A10B18A0A588519F522E8DF1D7879(L_2, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_003b; } } { Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_5 = ___other0; NullCheck(L_5); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_6; L_6 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_5, /*hidden argument*/NULL); 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_0042; } } { Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_8 = ___other0; NullCheck(L_8); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_9; L_9 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_8, /*hidden argument*/NULL); String_t* L_10 = __this->get_CollisionTag_4(); NullCheck(L_9); bool L_11; L_11 = Component_CompareTag_m17D74EDCC81A10B18A0A588519F522E8DF1D7879(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0042; } } IL_003b: { // HandleGameEvent(EmitterGameEvent.TriggerEnter); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, 3); } IL_0042: { // } return; } } // System.Void FMODUnity.EventHandler::OnTriggerExit(UnityEngine.Collider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnTriggerExit_mF2491A7F0A2A06E420F3D1B94AAD8FE1DE395909 (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___other0, 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; } { // if (string.IsNullOrEmpty(CollisionTag) || other.CompareTag(CollisionTag) || (other.attachedRigidbody && other.attachedRigidbody.CompareTag(CollisionTag))) String_t* L_0 = __this->get_CollisionTag_4(); bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_003b; } } { Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_2 = ___other0; String_t* L_3 = __this->get_CollisionTag_4(); NullCheck(L_2); bool L_4; L_4 = Component_CompareTag_m17D74EDCC81A10B18A0A588519F522E8DF1D7879(L_2, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_003b; } } { Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_5 = ___other0; NullCheck(L_5); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_6; L_6 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_5, /*hidden argument*/NULL); 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_0042; } } { Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_8 = ___other0; NullCheck(L_8); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_9; L_9 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_8, /*hidden argument*/NULL); String_t* L_10 = __this->get_CollisionTag_4(); NullCheck(L_9); bool L_11; L_11 = Component_CompareTag_m17D74EDCC81A10B18A0A588519F522E8DF1D7879(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0042; } } IL_003b: { // HandleGameEvent(EmitterGameEvent.TriggerExit); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, 4); } IL_0042: { // } return; } } // System.Void FMODUnity.EventHandler::OnTriggerEnter2D(UnityEngine.Collider2D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnTriggerEnter2D_m35477B8220E42CF3A533F3C18DBE7E2AEC6A7360 (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, Collider2D_tDDBF081328B83D21D0BA3B5036D77B32528BA722 * ___other0, const RuntimeMethod* method) { { // if (string.IsNullOrEmpty(CollisionTag) || other.CompareTag(CollisionTag)) String_t* L_0 = __this->get_CollisionTag_4(); 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_4(); 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(EmitterGameEvent.TriggerEnter2D); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, 5); } IL_0022: { // } return; } } // System.Void FMODUnity.EventHandler::OnTriggerExit2D(UnityEngine.Collider2D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnTriggerExit2D_mCB94143D2CB5BAB628A32533F6E253E308088B6F (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, Collider2D_tDDBF081328B83D21D0BA3B5036D77B32528BA722 * ___other0, const RuntimeMethod* method) { { // if (string.IsNullOrEmpty(CollisionTag) || other.CompareTag(CollisionTag)) String_t* L_0 = __this->get_CollisionTag_4(); 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_4(); 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(EmitterGameEvent.TriggerExit2D); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, 6); } IL_0022: { // } return; } } // System.Void FMODUnity.EventHandler::OnCollisionEnter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnCollisionEnter_mCA55FC06AC6556E7D15578A9E17925FD9E7426BD (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, const RuntimeMethod* method) { { // HandleGameEvent(EmitterGameEvent.CollisionEnter); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, 7); // } return; } } // System.Void FMODUnity.EventHandler::OnCollisionExit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnCollisionExit_mD73C2FA31BAB1C0A21076082911677C048291A13 (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, const RuntimeMethod* method) { { // HandleGameEvent(EmitterGameEvent.CollisionExit); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, 8); // } return; } } // System.Void FMODUnity.EventHandler::OnCollisionEnter2D() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnCollisionEnter2D_mB37E5DE34DE026D6AD5D9AADC313F288172E241D (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, const RuntimeMethod* method) { { // HandleGameEvent(EmitterGameEvent.CollisionEnter2D); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, ((int32_t)9)); // } return; } } // System.Void FMODUnity.EventHandler::OnCollisionExit2D() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnCollisionExit2D_m0559D93424C17491DB180BF1710661051EA3B9CF (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, const RuntimeMethod* method) { { // HandleGameEvent(EmitterGameEvent.CollisionExit2D); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, ((int32_t)10)); // } return; } } // System.Void FMODUnity.EventHandler::OnMouseEnter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnMouseEnter_mE1AC58CF37408851C37EA8F8F150C572C52C97B4 (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, const RuntimeMethod* method) { { // HandleGameEvent(EmitterGameEvent.MouseEnter); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, ((int32_t)13)); // } return; } } // System.Void FMODUnity.EventHandler::OnMouseExit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnMouseExit_mA7FB1D8DF17F1AC1614555437A43674EA0EE8FF1 (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, const RuntimeMethod* method) { { // HandleGameEvent(EmitterGameEvent.MouseExit); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, ((int32_t)14)); // } return; } } // System.Void FMODUnity.EventHandler::OnMouseDown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnMouseDown_m821D3E460ABE9999FF5EE87E945EF252059D0E9E (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, const RuntimeMethod* method) { { // HandleGameEvent(EmitterGameEvent.MouseDown); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, ((int32_t)15)); // } return; } } // System.Void FMODUnity.EventHandler::OnMouseUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_OnMouseUp_m42A2FDD0ECC3935A04F09E22DC5E2799A64317E2 (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, const RuntimeMethod* method) { { // HandleGameEvent(EmitterGameEvent.MouseUp); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void FMODUnity.EventHandler::HandleGameEvent(FMODUnity.EmitterGameEvent) */, __this, ((int32_t)16)); // } return; } } // System.Void FMODUnity.EventHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler__ctor_m3ED5728681101F586E5E4F1F26EF85D733DFC6E1 (EventHandler_tA402A97FCEAF4B7252CCE95626A868A2FDF34634 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // public string CollisionTag = ""; __this->set_CollisionTag_4(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); 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.RESULT FMOD.Studio.EventInstance::getDescription(FMOD.Studio.EventDescription&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getDescription_m3252F9EF41C695990535B8145C81137135CA9D42 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * ___description0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_GetDescription(this.handle, out description.handle); intptr_t L_0 = __this->get_handle_0(); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * L_1 = ___description0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = EventInstance_FMOD_Studio_EventInstance_GetDescription_mBD2E7BFA1783FD620417F93FFA3B6256AB74BE4B((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventInstance_getDescription_m3252F9EF41C695990535B8145C81137135CA9D42_AdjustorThunk (RuntimeObject * __this, EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * ___description0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getDescription_m3252F9EF41C695990535B8145C81137135CA9D42(_thisAdjusted, ___description0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getVolume(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getVolume_m527B049125AD60DB11676DFE1906D914D2F2DBAA (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, float* ___volume0, 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_EventInstance_GetVolume(this.handle, out volume, IntPtr.Zero); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___volume0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_GetVolume_m1E426A512B79AEE72888E81A727D31D7D4166F8E((intptr_t)L_0, (float*)L_1, (intptr_t)(0), /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_getVolume_m527B049125AD60DB11676DFE1906D914D2F2DBAA_AdjustorThunk (RuntimeObject * __this, float* ___volume0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getVolume_m527B049125AD60DB11676DFE1906D914D2F2DBAA(_thisAdjusted, ___volume0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getVolume(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getVolume_mFD1C36A7C45B5AE6C6D80DC9E2B7932D7E261BCA (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, float* ___volume0, float* ___finalvolume1, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_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 = EventInstance_FMOD_Studio_EventInstance_GetVolume_mDBFC3188051C47022A1BB5184250E137E3305836((intptr_t)L_0, (float*)L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventInstance_getVolume_mFD1C36A7C45B5AE6C6D80DC9E2B7932D7E261BCA_AdjustorThunk (RuntimeObject * __this, float* ___volume0, float* ___finalvolume1, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getVolume_mFD1C36A7C45B5AE6C6D80DC9E2B7932D7E261BCA(_thisAdjusted, ___volume0, ___finalvolume1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::setVolume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setVolume_m4206450340463D0ACBBA0F813256D9CFE52F3894 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, float ___volume0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_SetVolume(this.handle, volume); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___volume0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_SetVolume_m79F1C690150BBA6A0FB5AF2A181A86DE656288B6((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_setVolume_m4206450340463D0ACBBA0F813256D9CFE52F3894_AdjustorThunk (RuntimeObject * __this, float ___volume0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_setVolume_m4206450340463D0ACBBA0F813256D9CFE52F3894(_thisAdjusted, ___volume0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getPitch(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPitch_m24B9DAE6D56A3C676D3528DD1CA977A09457E1E4 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, float* ___pitch0, 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_EventInstance_GetPitch(this.handle, out pitch, IntPtr.Zero); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___pitch0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_GetPitch_m913170BCA77F4DF9393E480855C49BA26C6507E4((intptr_t)L_0, (float*)L_1, (intptr_t)(0), /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_getPitch_m24B9DAE6D56A3C676D3528DD1CA977A09457E1E4_AdjustorThunk (RuntimeObject * __this, float* ___pitch0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getPitch_m24B9DAE6D56A3C676D3528DD1CA977A09457E1E4(_thisAdjusted, ___pitch0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getPitch(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPitch_m0CF30F303451ABEEEA0B8DC48A15C18A1FF50507 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, float* ___pitch0, float* ___finalpitch1, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_GetPitch(this.handle, out pitch, out finalpitch); intptr_t L_0 = __this->get_handle_0(); float* L_1 = ___pitch0; float* L_2 = ___finalpitch1; int32_t L_3; L_3 = EventInstance_FMOD_Studio_EventInstance_GetPitch_m4F06B9F26613D199F05CBF7CA1259A1DB34D4DF3((intptr_t)L_0, (float*)L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventInstance_getPitch_m0CF30F303451ABEEEA0B8DC48A15C18A1FF50507_AdjustorThunk (RuntimeObject * __this, float* ___pitch0, float* ___finalpitch1, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getPitch_m0CF30F303451ABEEEA0B8DC48A15C18A1FF50507(_thisAdjusted, ___pitch0, ___finalpitch1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::setPitch(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setPitch_mAC6440340869C7E0415D2F93EF628BBEFA4C98AE (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, float ___pitch0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_SetPitch(this.handle, pitch); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___pitch0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_SetPitch_mF36BC869729C960BDF54DD8470A95C8F9E202B9E((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_setPitch_mAC6440340869C7E0415D2F93EF628BBEFA4C98AE_AdjustorThunk (RuntimeObject * __this, float ___pitch0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_setPitch_mAC6440340869C7E0415D2F93EF628BBEFA4C98AE(_thisAdjusted, ___pitch0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::get3DAttributes(FMOD.ATTRIBUTES_3D&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_get3DAttributes_m7DD5EBB5A39B801BDDBCBC3B41CE822C7853C17B (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_Get3DAttributes(this.handle, out attributes); intptr_t L_0 = __this->get_handle_0(); ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * L_1 = ___attributes0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_Get3DAttributes_m049BB15F86C3C5476F1C9F79E13623EC07D54A65((intptr_t)L_0, (ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_get3DAttributes_m7DD5EBB5A39B801BDDBCBC3B41CE822C7853C17B_AdjustorThunk (RuntimeObject * __this, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_get3DAttributes_m7DD5EBB5A39B801BDDBCBC3B41CE822C7853C17B(_thisAdjusted, ___attributes0, method); return _returnValue; } // 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) { { // return FMOD_Studio_EventInstance_Set3DAttributes(this.handle, ref attributes); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = EventInstance_FMOD_Studio_EventInstance_Set3DAttributes_mB0C4CBE86A3D913BA7C7C18C980C2EF10B678295((intptr_t)L_0, (ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *)(&___attributes0), /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t EventInstance_set3DAttributes_m10DD916A9EC590EA8B79F25F777D5AF3E8B1F885_AdjustorThunk (RuntimeObject * __this, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 ___attributes0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_set3DAttributes_m10DD916A9EC590EA8B79F25F777D5AF3E8B1F885(_thisAdjusted, ___attributes0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getListenerMask(System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getListenerMask_m00274076ABDE128700A45AE619CF7AFF5563DFBF (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, uint32_t* ___mask0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_GetListenerMask(this.handle, out mask); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___mask0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_GetListenerMask_m73C5742206996ACB5FD15EA24A955C99B91D42C0((intptr_t)L_0, (uint32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_getListenerMask_m00274076ABDE128700A45AE619CF7AFF5563DFBF_AdjustorThunk (RuntimeObject * __this, uint32_t* ___mask0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getListenerMask_m00274076ABDE128700A45AE619CF7AFF5563DFBF(_thisAdjusted, ___mask0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::setListenerMask(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setListenerMask_m4EA390A8DBE1849D7A00D128FC1564F34A2A709C (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, uint32_t ___mask0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_SetListenerMask(this.handle, mask); intptr_t L_0 = __this->get_handle_0(); uint32_t L_1 = ___mask0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_SetListenerMask_m6129A5B730878811786C70B1154D56B23EC727C6((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_setListenerMask_m4EA390A8DBE1849D7A00D128FC1564F34A2A709C_AdjustorThunk (RuntimeObject * __this, uint32_t ___mask0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_setListenerMask_m4EA390A8DBE1849D7A00D128FC1564F34A2A709C(_thisAdjusted, ___mask0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getProperty(FMOD.Studio.EVENT_PROPERTY,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getProperty_mAC2FF172B5451C3A46DDAF65CF8659566FCA4F0F (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, int32_t ___index0, float* ___value1, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_GetProperty(this.handle, index, out value); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; float* L_2 = ___value1; int32_t L_3; L_3 = EventInstance_FMOD_Studio_EventInstance_GetProperty_mA2A2D97667765D9988BBB857E8B04E3306CFB892((intptr_t)L_0, L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventInstance_getProperty_mAC2FF172B5451C3A46DDAF65CF8659566FCA4F0F_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, float* ___value1, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getProperty_mAC2FF172B5451C3A46DDAF65CF8659566FCA4F0F(_thisAdjusted, ___index0, ___value1, method); return _returnValue; } // 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) { { // return FMOD_Studio_EventInstance_SetProperty(this.handle, index, value); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; float L_2 = ___value1; int32_t L_3; L_3 = EventInstance_FMOD_Studio_EventInstance_SetProperty_mC1ABE6BCD98C675C2331D39C8B70B6EB8DFDC1BC((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventInstance_setProperty_mC3901535740BB21BC32668A1F507987F87BBABA7_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, float ___value1, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_setProperty_mC3901535740BB21BC32668A1F507987F87BBABA7(_thisAdjusted, ___index0, ___value1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getReverbLevel(System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getReverbLevel_m7C44DA1E7F0A2F89B48E6B981575286C964F6443 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, int32_t ___index0, float* ___level1, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_GetReverbLevel(this.handle, index, out level); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; float* L_2 = ___level1; int32_t L_3; L_3 = EventInstance_FMOD_Studio_EventInstance_GetReverbLevel_m1F5AFABB5DF2B8AB10AC1060ABF72EC1C893EE31((intptr_t)L_0, L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventInstance_getReverbLevel_m7C44DA1E7F0A2F89B48E6B981575286C964F6443_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, float* ___level1, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getReverbLevel_m7C44DA1E7F0A2F89B48E6B981575286C964F6443(_thisAdjusted, ___index0, ___level1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::setReverbLevel(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setReverbLevel_m97947844E2D138028F34B758105216E32F21FC0A (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, int32_t ___index0, float ___level1, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_SetReverbLevel(this.handle, index, level); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; float L_2 = ___level1; int32_t L_3; L_3 = EventInstance_FMOD_Studio_EventInstance_SetReverbLevel_m52FC32278912B233AE0BC66E3D7D96441307F71D((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventInstance_setReverbLevel_m97947844E2D138028F34B758105216E32F21FC0A_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, float ___level1, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_setReverbLevel_m97947844E2D138028F34B758105216E32F21FC0A(_thisAdjusted, ___index0, ___level1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getPaused(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPaused_mB4B11CF87F9ED7B3165041E935BE9B02762DCB09 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, bool* ___paused0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_GetPaused(this.handle, out paused); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___paused0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_GetPaused_m414BC268685F2F62246612C6EB317F3DCE1C68B5((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_getPaused_mB4B11CF87F9ED7B3165041E935BE9B02762DCB09_AdjustorThunk (RuntimeObject * __this, bool* ___paused0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getPaused_mB4B11CF87F9ED7B3165041E935BE9B02762DCB09(_thisAdjusted, ___paused0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::setPaused(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setPaused_m0310B976872764C7EC4D451A439C4CD2638A4968 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, bool ___paused0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_SetPaused(this.handle, paused); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___paused0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_SetPaused_mBCA290F4B8A99D312947EEAA57DB60B784C74D7D((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_setPaused_m0310B976872764C7EC4D451A439C4CD2638A4968_AdjustorThunk (RuntimeObject * __this, bool ___paused0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_setPaused_m0310B976872764C7EC4D451A439C4CD2638A4968(_thisAdjusted, ___paused0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_start_mE3EA9B9B0606815C7FB674F0CC2D6A3BBA2A9141 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_Start(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = EventInstance_FMOD_Studio_EventInstance_Start_m2B0B42BC6D7422CD14C30DF84A7E3EB01AA0CD49((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t EventInstance_start_mE3EA9B9B0606815C7FB674F0CC2D6A3BBA2A9141_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_start_mE3EA9B9B0606815C7FB674F0CC2D6A3BBA2A9141(_thisAdjusted, method); return _returnValue; } // 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) { { // return FMOD_Studio_EventInstance_Stop(this.handle, mode); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___mode0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_Stop_m9FB9B30E3259599636BB756F4DCAA88AA537F01F((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_stop_mA8E03AF1E11B25790B1EDB4CBA6FB95B485451F3_AdjustorThunk (RuntimeObject * __this, int32_t ___mode0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_stop_mA8E03AF1E11B25790B1EDB4CBA6FB95B485451F3(_thisAdjusted, ___mode0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getTimelinePosition(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getTimelinePosition_m0F888FF7BAA93FDAC0EFC61551388A241781B849 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, int32_t* ___position0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_GetTimelinePosition(this.handle, out position); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___position0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_GetTimelinePosition_m69B6E42DA8D03FCDAB843296568D78EBA4FA1309((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_getTimelinePosition_m0F888FF7BAA93FDAC0EFC61551388A241781B849_AdjustorThunk (RuntimeObject * __this, int32_t* ___position0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getTimelinePosition_m0F888FF7BAA93FDAC0EFC61551388A241781B849(_thisAdjusted, ___position0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::setTimelinePosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setTimelinePosition_m9FB41CB0F01DE3972F05B0E63F2E655BF369B74E (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, int32_t ___position0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_SetTimelinePosition(this.handle, position); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___position0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_SetTimelinePosition_m5D4D8913C45B32969F57CFC23BD1AC1957C9F7B5((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_setTimelinePosition_m9FB41CB0F01DE3972F05B0E63F2E655BF369B74E_AdjustorThunk (RuntimeObject * __this, int32_t ___position0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_setTimelinePosition_m9FB41CB0F01DE3972F05B0E63F2E655BF369B74E(_thisAdjusted, ___position0, method); return _returnValue; } // 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) { { // return FMOD_Studio_EventInstance_GetPlaybackState(this.handle, out state); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___state0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_GetPlaybackState_m32C3B3FD7137A3D54964D8554B11F67FDB69F25D((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_getPlaybackState_mA1F9D7BB93F9A9BBA0EC2763A9476E1DE3B8A72C_AdjustorThunk (RuntimeObject * __this, int32_t* ___state0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getPlaybackState_mA1F9D7BB93F9A9BBA0EC2763A9476E1DE3B8A72C(_thisAdjusted, ___state0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getChannelGroup(FMOD.ChannelGroup&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getChannelGroup_m1A8E61D52DAD6FBB6DC64D6122D59FB2283A7390 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___group0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_GetChannelGroup(this.handle, out group.handle); intptr_t L_0 = __this->get_handle_0(); ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * L_1 = ___group0; intptr_t* L_2 = L_1->get_address_of_handle_0(); int32_t L_3; L_3 = EventInstance_FMOD_Studio_EventInstance_GetChannelGroup_m6B9C4AE594286C77BFC4EBC93BFFF0554DAAEFE7((intptr_t)L_0, (intptr_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventInstance_getChannelGroup_m1A8E61D52DAD6FBB6DC64D6122D59FB2283A7390_AdjustorThunk (RuntimeObject * __this, ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * ___group0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getChannelGroup_m1A8E61D52DAD6FBB6DC64D6122D59FB2283A7390(_thisAdjusted, ___group0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getMinMaxDistance(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getMinMaxDistance_m970BAE5DAB10D8E29A3E62CBF9E85158E057BC1B (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, float* ___min0, float* ___max1, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_GetMinMaxDistance(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 = EventInstance_FMOD_Studio_EventInstance_GetMinMaxDistance_mCEC9EFBE1F1A2A12AC389486428E59A1BA5D6469((intptr_t)L_0, (float*)L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventInstance_getMinMaxDistance_m970BAE5DAB10D8E29A3E62CBF9E85158E057BC1B_AdjustorThunk (RuntimeObject * __this, float* ___min0, float* ___max1, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getMinMaxDistance_m970BAE5DAB10D8E29A3E62CBF9E85158E057BC1B(_thisAdjusted, ___min0, ___max1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_release_m012DDAB8EC67E2F69000A1A013714E91CF569082 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_Release(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = EventInstance_FMOD_Studio_EventInstance_Release_m4446D1055B7DD286D75418E8979288337BA11D24((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t EventInstance_release_m012DDAB8EC67E2F69000A1A013714E91CF569082_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_release_m012DDAB8EC67E2F69000A1A013714E91CF569082(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::isVirtual(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_isVirtual_m1C784E39A3CA02FD134ECDB4BF17FBD0E13947C2 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, bool* ___virtualstate0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_IsVirtual(this.handle, out virtualstate); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___virtualstate0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_IsVirtual_m3AB81D459AC724EC9038AFF3EB80566431B29965((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_isVirtual_m1C784E39A3CA02FD134ECDB4BF17FBD0E13947C2_AdjustorThunk (RuntimeObject * __this, bool* ___virtualstate0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_isVirtual_m1C784E39A3CA02FD134ECDB4BF17FBD0E13947C2(_thisAdjusted, ___virtualstate0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByID_m69FB377495DAB4D07D3F2CE667EBA18404234822 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __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 = EventInstance_getParameterByID_mE931D579340126149743E136B7E117E2137214B4((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)__this, L_0, (float*)L_1, (float*)(&V_0), /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_getParameterByID_m69FB377495DAB4D07D3F2CE667EBA18404234822_AdjustorThunk (RuntimeObject * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float* ___value1, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getParameterByID_m69FB377495DAB4D07D3F2CE667EBA18404234822(_thisAdjusted, ___id0, ___value1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByID_mE931D579340126149743E136B7E117E2137214B4 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float* ___value1, float* ___finalvalue2, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_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 = EventInstance_FMOD_Studio_EventInstance_GetParameterByID_m974B0CDD9A19655D160E218A088DFE6A2617AAC9((intptr_t)L_0, L_1, (float*)L_2, (float*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t EventInstance_getParameterByID_mE931D579340126149743E136B7E117E2137214B4_AdjustorThunk (RuntimeObject * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float* ___value1, float* ___finalvalue2, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getParameterByID_mE931D579340126149743E136B7E117E2137214B4(_thisAdjusted, ___id0, ___value1, ___finalvalue2, method); return _returnValue; } // 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) { { // return FMOD_Studio_EventInstance_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 = EventInstance_FMOD_Studio_EventInstance_SetParameterByID_mDF83DB319703FDD14E53A083BC91805B08633BC6((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t EventInstance_setParameterByID_m3129D9EDDF71A1719F309030F8F937F204FE4BE9_AdjustorThunk (RuntimeObject * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, float ___value1, bool ___ignoreseekspeed2, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_setParameterByID_m3129D9EDDF71A1719F309030F8F937F204FE4BE9(_thisAdjusted, ___id0, ___value1, ___ignoreseekspeed2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::setParameterByIDWithLabel(FMOD.Studio.PARAMETER_ID,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByIDWithLabel_m3587A3F768CD8D072B52F794E8E7B05449EE6787 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __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_EventInstance_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 = EventInstance_FMOD_Studio_EventInstance_SetParameterByIDWithLabel_m26241DFF451DE7E3982D8998F297A5BEDDE861EE((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 EventInstance_setParameterByIDWithLabel_m3587A3F768CD8D072B52F794E8E7B05449EE6787_AdjustorThunk (RuntimeObject * __this, PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id0, String_t* ___label1, bool ___ignoreseekspeed2, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_setParameterByIDWithLabel_m3587A3F768CD8D072B52F794E8E7B05449EE6787(_thisAdjusted, ___id0, ___label1, ___ignoreseekspeed2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::setParametersByIDs(FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParametersByIDs_mBBA80B28470754073D11DCFDD2BAF73D342AF1E1 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373* ___ids0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___values1, int32_t ___count2, bool ___ignoreseekspeed3, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_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 = EventInstance_FMOD_Studio_EventInstance_SetParametersByIDs_mCC81A0C98CE36A2DF7D81072372E23D295D5C293((intptr_t)L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t EventInstance_setParametersByIDs_mBBA80B28470754073D11DCFDD2BAF73D342AF1E1_AdjustorThunk (RuntimeObject * __this, PARAMETER_IDU5BU5D_tBF176CF014283DCED4159FBAE8605A11C6F2B373* ___ids0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___values1, int32_t ___count2, bool ___ignoreseekspeed3, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_setParametersByIDs_mBBA80B28470754073D11DCFDD2BAF73D342AF1E1(_thisAdjusted, ___ids0, ___values1, ___count2, ___ignoreseekspeed3, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getParameterByName(System.String,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByName_m94696A996C8258538975080557EDE2359B0F89A4 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __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 = EventInstance_getParameterByName_m4BB61591739B4B6DE6CE053E76BB1A4D3AB06770((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)__this, L_0, (float*)L_1, (float*)(&V_0), /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_getParameterByName_m94696A996C8258538975080557EDE2359B0F89A4_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, float* ___value1, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getParameterByName_m94696A996C8258538975080557EDE2359B0F89A4(_thisAdjusted, ___name0, ___value1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getParameterByName(System.String,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByName_m4BB61591739B4B6DE6CE053E76BB1A4D3AB06770 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __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_EventInstance_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 = EventInstance_FMOD_Studio_EventInstance_GetParameterByName_mD02CF24967EF7EBBD5F0A0D909761A591BCC52E4((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 EventInstance_getParameterByName_m4BB61591739B4B6DE6CE053E76BB1A4D3AB06770_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, float* ___value1, float* ___finalvalue2, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getParameterByName_m4BB61591739B4B6DE6CE053E76BB1A4D3AB06770(_thisAdjusted, ___name0, ___value1, ___finalvalue2, method); return _returnValue; } // 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) { 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_EventInstance_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 = EventInstance_FMOD_Studio_EventInstance_SetParameterByName_m5809697FFCE61AC3905A964CE5803B0FA83ABF26((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 EventInstance_setParameterByName_mBA06A2B5E5F69F25F61EF96BD19299CC2B447002_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, float ___value1, bool ___ignoreseekspeed2, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_setParameterByName_mBA06A2B5E5F69F25F61EF96BD19299CC2B447002(_thisAdjusted, ___name0, ___value1, ___ignoreseekspeed2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::setParameterByNameWithLabel(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByNameWithLabel_mD71416EE242592435B93606BB19045C0BDEF4047 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __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_EventInstance_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 = EventInstance_FMOD_Studio_EventInstance_SetParameterByNameWithLabel_m3B1BB25DD02C3E04B5D853899B6088BD220BD063((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 EventInstance_setParameterByNameWithLabel_mD71416EE242592435B93606BB19045C0BDEF4047_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, String_t* ___label1, bool ___ignoreseekspeed2, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_setParameterByNameWithLabel_mD71416EE242592435B93606BB19045C0BDEF4047(_thisAdjusted, ___name0, ___label1, ___ignoreseekspeed2, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::keyOff() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_keyOff_m6C0F6F9DE4D047F355016C108F77EDA68B67E220 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_KeyOff(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = EventInstance_FMOD_Studio_EventInstance_KeyOff_mD6FF1BC752284131496AA106BF544323DD8083CA((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t EventInstance_keyOff_m6C0F6F9DE4D047F355016C108F77EDA68B67E220_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_keyOff_m6C0F6F9DE4D047F355016C108F77EDA68B67E220(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::setCallback(FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setCallback_m3F0B382120DFB3920C07AAA913E6FB82817CBF37 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * ___callback0, uint32_t ___callbackmask1, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_SetCallback(this.handle, callback, callbackmask); intptr_t L_0 = __this->get_handle_0(); EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * L_1 = ___callback0; uint32_t L_2 = ___callbackmask1; int32_t L_3; L_3 = EventInstance_FMOD_Studio_EventInstance_SetCallback_m71928874979DF1C33B6AC6E262B1EAFCB2CB4E77((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventInstance_setCallback_m3F0B382120DFB3920C07AAA913E6FB82817CBF37_AdjustorThunk (RuntimeObject * __this, EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * ___callback0, uint32_t ___callbackmask1, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_setCallback_m3F0B382120DFB3920C07AAA913E6FB82817CBF37(_thisAdjusted, ___callback0, ___callbackmask1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getUserData_m74926CF1E3FE4480F124B335052F1CEED19D9F05 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_GetUserData(this.handle, out userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___userdata0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_GetUserData_mEF3DB083D56B03730D1C0B8D6E753C23AE2AF78E((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_getUserData_m74926CF1E3FE4480F124B335052F1CEED19D9F05_AdjustorThunk (RuntimeObject * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getUserData_m74926CF1E3FE4480F124B335052F1CEED19D9F05(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setUserData_m28346465B55F28FE9B7FA8EA10381F0EF1E01E9D (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, intptr_t ___userdata0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_SetUserData(this.handle, userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___userdata0; int32_t L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_SetUserData_m5759E8E0279E67E9981B930A2C704C84B7C3830C((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_setUserData_m28346465B55F28FE9B7FA8EA10381F0EF1E01E9D_AdjustorThunk (RuntimeObject * __this, intptr_t ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_setUserData_m28346465B55F28FE9B7FA8EA10381F0EF1E01E9D(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getCPUUsage(System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getCPUUsage_mF5D7581CF78A2A61FC666E37A33335344047F8E0 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, uint32_t* ___exclusive0, uint32_t* ___inclusive1, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_GetCPUUsage(this.handle, out exclusive, out inclusive); intptr_t L_0 = __this->get_handle_0(); uint32_t* L_1 = ___exclusive0; uint32_t* L_2 = ___inclusive1; int32_t L_3; L_3 = EventInstance_FMOD_Studio_EventInstance_GetCPUUsage_mE4ADE24F49291F06F586865807270135401DFC9A((intptr_t)L_0, (uint32_t*)L_1, (uint32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t EventInstance_getCPUUsage_mF5D7581CF78A2A61FC666E37A33335344047F8E0_AdjustorThunk (RuntimeObject * __this, uint32_t* ___exclusive0, uint32_t* ___inclusive1, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getCPUUsage_mF5D7581CF78A2A61FC666E37A33335344047F8E0(_thisAdjusted, ___exclusive0, ___inclusive1, method); return _returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::getMemoryUsage(FMOD.Studio.MEMORY_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getMemoryUsage_m79652F3C320E19825E7CE5C8565D7015483E1AE4 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 * ___memoryusage0, const RuntimeMethod* method) { { // return FMOD_Studio_EventInstance_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 = EventInstance_FMOD_Studio_EventInstance_GetMemoryUsage_m3E4F6E8C8633D440833E0B1928271A8D0BC4346C((intptr_t)L_0, (MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t EventInstance_getMemoryUsage_m79652F3C320E19825E7CE5C8565D7015483E1AE4_AdjustorThunk (RuntimeObject * __this, MEMORY_USAGE_tE2E03D2DB8C162FC199C1EBBD91C1BC08B605647 * ___memoryusage0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = EventInstance_getMemoryUsage_m79652F3C320E19825E7CE5C8565D7015483E1AE4(_thisAdjusted, ___memoryusage0, method); return _returnValue; } // System.Boolean FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_IsValid(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInstance_FMOD_Studio_EventInstance_IsValid_mDA54345FC4F29A7255055706D8686AAA5E50840E (intptr_t ____event0, 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_EventInstance_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_EventInstance_IsValid)(____event0); #else int32_t returnValue = il2cppPInvokeFunc(____event0); #endif return static_cast(returnValue); } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetDescription(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetDescription_mBD2E7BFA1783FD620417F93FFA3B6256AB74BE4B (intptr_t ____event0, intptr_t* ___description1, 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_EventInstance_GetDescription", 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_EventInstance_GetDescription)(____event0, ___description1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___description1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetVolume(System.IntPtr,System.Single&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetVolume_m1E426A512B79AEE72888E81A727D31D7D4166F8E (intptr_t ____event0, float* ___volume1, intptr_t ___zero2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_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_EventInstance_GetVolume)(____event0, ___volume1, ___zero2); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___volume1, ___zero2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetVolume(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetVolume_mDBFC3188051C47022A1BB5184250E137E3305836 (intptr_t ____event0, 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_EventInstance_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_EventInstance_GetVolume)(____event0, ___volume1, ___finalvolume2); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___volume1, ___finalvolume2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetVolume(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetVolume_m79F1C690150BBA6A0FB5AF2A181A86DE656288B6 (intptr_t ____event0, 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_EventInstance_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_EventInstance_SetVolume)(____event0, ___volume1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___volume1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPitch(System.IntPtr,System.Single&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPitch_m913170BCA77F4DF9393E480855C49BA26C6507E4 (intptr_t ____event0, float* ___pitch1, intptr_t ___zero2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetPitch", 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_EventInstance_GetPitch)(____event0, ___pitch1, ___zero2); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___pitch1, ___zero2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPitch(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPitch_m4F06B9F26613D199F05CBF7CA1259A1DB34D4DF3 (intptr_t ____event0, float* ___pitch1, float* ___finalpitch2, 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_EventInstance_GetPitch", 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_EventInstance_GetPitch)(____event0, ___pitch1, ___finalpitch2); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___pitch1, ___finalpitch2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetPitch(System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetPitch_mF36BC869729C960BDF54DD8470A95C8F9E202B9E (intptr_t ____event0, float ___pitch1, 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_EventInstance_SetPitch", 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_EventInstance_SetPitch)(____event0, ___pitch1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___pitch1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Get3DAttributes(System.IntPtr,FMOD.ATTRIBUTES_3D&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Get3DAttributes_m049BB15F86C3C5476F1C9F79E13623EC07D54A65 (intptr_t ____event0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_Get3DAttributes", 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_EventInstance_Get3DAttributes)(____event0, ___attributes1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___attributes1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Set3DAttributes(System.IntPtr,FMOD.ATTRIBUTES_3D&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Set3DAttributes_mB0C4CBE86A3D913BA7C7C18C980C2EF10B678295 (intptr_t ____event0, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 * ___attributes1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_Set3DAttributes", 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_EventInstance_Set3DAttributes)(____event0, ___attributes1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___attributes1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetListenerMask(System.IntPtr,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetListenerMask_m73C5742206996ACB5FD15EA24A955C99B91D42C0 (intptr_t ____event0, uint32_t* ___mask1, 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_EventInstance_GetListenerMask", 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_EventInstance_GetListenerMask)(____event0, ___mask1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___mask1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetListenerMask(System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetListenerMask_m6129A5B730878811786C70B1154D56B23EC727C6 (intptr_t ____event0, uint32_t ___mask1, 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_EventInstance_SetListenerMask", 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_EventInstance_SetListenerMask)(____event0, ___mask1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___mask1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetProperty(System.IntPtr,FMOD.Studio.EVENT_PROPERTY,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetProperty_mA2A2D97667765D9988BBB857E8B04E3306CFB892 (intptr_t ____event0, int32_t ___index1, float* ___value2, 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_EventInstance_GetProperty", 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_EventInstance_GetProperty)(____event0, ___index1, ___value2); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___index1, ___value2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetProperty(System.IntPtr,FMOD.Studio.EVENT_PROPERTY,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetProperty_mC1ABE6BCD98C675C2331D39C8B70B6EB8DFDC1BC (intptr_t ____event0, int32_t ___index1, float ___value2, 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_EventInstance_SetProperty", 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_EventInstance_SetProperty)(____event0, ___index1, ___value2); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___index1, ___value2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetReverbLevel(System.IntPtr,System.Int32,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetReverbLevel_m1F5AFABB5DF2B8AB10AC1060ABF72EC1C893EE31 (intptr_t ____event0, int32_t ___index1, float* ___level2, 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_EventInstance_GetReverbLevel", 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_EventInstance_GetReverbLevel)(____event0, ___index1, ___level2); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___index1, ___level2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetReverbLevel(System.IntPtr,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetReverbLevel_m52FC32278912B233AE0BC66E3D7D96441307F71D (intptr_t ____event0, int32_t ___index1, float ___level2, 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_EventInstance_SetReverbLevel", 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_EventInstance_SetReverbLevel)(____event0, ___index1, ___level2); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___index1, ___level2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPaused(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPaused_m414BC268685F2F62246612C6EB317F3DCE1C68B5 (intptr_t ____event0, bool* ___paused1, 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_EventInstance_GetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___paused1' to native representation int32_t ____paused1_empty = 0; int32_t* ____paused1_marshaled = &____paused1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_EventInstance_GetPaused)(____event0, ____paused1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ____paused1_marshaled); #endif // Marshaling of parameter '___paused1' back from native representation bool _____paused1_marshaled_unmarshaled_dereferenced = false; _____paused1_marshaled_unmarshaled_dereferenced = static_cast(*____paused1_marshaled); *___paused1 = _____paused1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetPaused(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetPaused_mBCA290F4B8A99D312947EEAA57DB60B784C74D7D (intptr_t ____event0, bool ___paused1, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetPaused", 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_EventInstance_SetPaused)(____event0, static_cast(___paused1)); #else int32_t returnValue = il2cppPInvokeFunc(____event0, static_cast(___paused1)); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Start(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Start_m2B0B42BC6D7422CD14C30DF84A7E3EB01AA0CD49 (intptr_t ____event0, 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_EventInstance_Start", 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_EventInstance_Start)(____event0); #else int32_t returnValue = il2cppPInvokeFunc(____event0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Stop(System.IntPtr,FMOD.Studio.STOP_MODE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Stop_m9FB9B30E3259599636BB756F4DCAA88AA537F01F (intptr_t ____event0, int32_t ___mode1, 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_EventInstance_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(FMOD_Studio_EventInstance_Stop)(____event0, ___mode1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___mode1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetTimelinePosition(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetTimelinePosition_m69B6E42DA8D03FCDAB843296568D78EBA4FA1309 (intptr_t ____event0, int32_t* ___position1, 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_EventInstance_GetTimelinePosition", 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_EventInstance_GetTimelinePosition)(____event0, ___position1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___position1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetTimelinePosition(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetTimelinePosition_m5D4D8913C45B32969F57CFC23BD1AC1957C9F7B5 (intptr_t ____event0, int32_t ___position1, 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_EventInstance_SetTimelinePosition", 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_EventInstance_SetTimelinePosition)(____event0, ___position1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___position1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPlaybackState(System.IntPtr,FMOD.Studio.PLAYBACK_STATE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPlaybackState_m32C3B3FD7137A3D54964D8554B11F67FDB69F25D (intptr_t ____event0, int32_t* ___state1, 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_EventInstance_GetPlaybackState", 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_EventInstance_GetPlaybackState)(____event0, ___state1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___state1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetChannelGroup(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetChannelGroup_m6B9C4AE594286C77BFC4EBC93BFFF0554DAAEFE7 (intptr_t ____event0, intptr_t* ___group1, 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_EventInstance_GetChannelGroup", 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_EventInstance_GetChannelGroup)(____event0, ___group1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___group1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetMinMaxDistance(System.IntPtr,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetMinMaxDistance_mCEC9EFBE1F1A2A12AC389486428E59A1BA5D6469 (intptr_t ____event0, 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"), "FMOD_Studio_EventInstance_GetMinMaxDistance", 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_EventInstance_GetMinMaxDistance)(____event0, ___min1, ___max2); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___min1, ___max2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Release_m4446D1055B7DD286D75418E8979288337BA11D24 (intptr_t ____event0, 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_EventInstance_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_EventInstance_Release)(____event0); #else int32_t returnValue = il2cppPInvokeFunc(____event0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_IsVirtual(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_IsVirtual_m3AB81D459AC724EC9038AFF3EB80566431B29965 (intptr_t ____event0, bool* ___virtualstate1, 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_EventInstance_IsVirtual", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___virtualstate1' to native representation int32_t ____virtualstate1_empty = 0; int32_t* ____virtualstate1_marshaled = &____virtualstate1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD_Studio_EventInstance_IsVirtual)(____event0, ____virtualstate1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ____virtualstate1_marshaled); #endif // Marshaling of parameter '___virtualstate1' back from native representation bool _____virtualstate1_marshaled_unmarshaled_dereferenced = false; _____virtualstate1_marshaled_unmarshaled_dereferenced = static_cast(*____virtualstate1_marshaled); *___virtualstate1 = _____virtualstate1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetParameterByName(System.IntPtr,System.Byte[],System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetParameterByName_mD02CF24967EF7EBBD5F0A0D909761A591BCC52E4 (intptr_t ____event0, 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_EventInstance_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_EventInstance_GetParameterByName)(____event0, ____name1_marshaled, ___value2, ___finalvalue3); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ____name1_marshaled, ___value2, ___finalvalue3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByName(System.IntPtr,System.Byte[],System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByName_m5809697FFCE61AC3905A964CE5803B0FA83ABF26 (intptr_t ____event0, 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_EventInstance_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_EventInstance_SetParameterByName)(____event0, ____name1_marshaled, ___value2, static_cast(___ignoreseekspeed3)); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ____name1_marshaled, ___value2, static_cast(___ignoreseekspeed3)); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByNameWithLabel(System.IntPtr,System.Byte[],System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByNameWithLabel_m3B1BB25DD02C3E04B5D853899B6088BD220BD063 (intptr_t ____event0, 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_EventInstance_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_EventInstance_SetParameterByNameWithLabel)(____event0, ____name1_marshaled, ____label2_marshaled, static_cast(___ignoreseekspeed3)); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ____name1_marshaled, ____label2_marshaled, static_cast(___ignoreseekspeed3)); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetParameterByID_m974B0CDD9A19655D160E218A088DFE6A2617AAC9 (intptr_t ____event0, 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_EventInstance_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_EventInstance_GetParameterByID)(____event0, ___id1, ___value2, ___finalvalue3); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___id1, ___value2, ___finalvalue3); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByID_mDF83DB319703FDD14E53A083BC91805B08633BC6 (intptr_t ____event0, 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_EventInstance_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_EventInstance_SetParameterByID)(____event0, ___id1, ___value2, static_cast(___ignoreseekspeed3)); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___id1, ___value2, static_cast(___ignoreseekspeed3)); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByIDWithLabel(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByIDWithLabel_m26241DFF451DE7E3982D8998F297A5BEDDE861EE (intptr_t ____event0, 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_EventInstance_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_EventInstance_SetParameterByIDWithLabel)(____event0, ___id1, ____label2_marshaled, static_cast(___ignoreseekspeed3)); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___id1, ____label2_marshaled, static_cast(___ignoreseekspeed3)); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParametersByIDs(System.IntPtr,FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParametersByIDs_mCC81A0C98CE36A2DF7D81072372E23D295D5C293 (intptr_t ____event0, 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_EventInstance_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_EventInstance_SetParametersByIDs)(____event0, ____ids1_marshaled, ____values2_marshaled, ___count3, static_cast(___ignoreseekspeed4)); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ____ids1_marshaled, ____values2_marshaled, ___count3, static_cast(___ignoreseekspeed4)); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_KeyOff(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_KeyOff_mD6FF1BC752284131496AA106BF544323DD8083CA (intptr_t ____event0, 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_EventInstance_KeyOff", 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_EventInstance_KeyOff)(____event0); #else int32_t returnValue = il2cppPInvokeFunc(____event0); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetCallback(System.IntPtr,FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetCallback_m71928874979DF1C33B6AC6E262B1EAFCB2CB4E77 (intptr_t ____event0, EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * ___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_EventInstance_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_EventInstance_SetCallback)(____event0, ____callback1_marshaled, ___callbackmask2); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ____callback1_marshaled, ___callbackmask2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetUserData_mEF3DB083D56B03730D1C0B8D6E753C23AE2AF78E (intptr_t ____event0, 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_EventInstance_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_EventInstance_GetUserData)(____event0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetUserData_m5759E8E0279E67E9981B930A2C704C84B7C3830C (intptr_t ____event0, 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_EventInstance_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_EventInstance_SetUserData)(____event0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetCPUUsage(System.IntPtr,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetCPUUsage_mE4ADE24F49291F06F586865807270135401DFC9A (intptr_t ____event0, uint32_t* ___exclusive1, uint32_t* ___inclusive2, 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"), "FMOD_Studio_EventInstance_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_EventInstance_GetCPUUsage)(____event0, ___exclusive1, ___inclusive2); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___exclusive1, ___inclusive2); #endif return returnValue; } // FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetMemoryUsage(System.IntPtr,FMOD.Studio.MEMORY_USAGE&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetMemoryUsage_m3E4F6E8C8633D440833E0B1928271A8D0BC4346C (intptr_t ____event0, 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_EventInstance_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_EventInstance_GetMemoryUsage)(____event0, ___memoryusage1); #else int32_t returnValue = il2cppPInvokeFunc(____event0, ___memoryusage1); #endif return returnValue; } // System.Void FMOD.Studio.EventInstance::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventInstance__ctor_m9658E4E8FCA58BF099FAB13FF5A4791D3FA75490 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public EventInstance(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public EventInstance(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void EventInstance__ctor_m9658E4E8FCA58BF099FAB13FF5A4791D3FA75490_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); EventInstance__ctor_m9658E4E8FCA58BF099FAB13FF5A4791D3FA75490_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.Studio.EventInstance::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInstance_hasHandle_m6DB4D2D24E2BA635D289CA777CC32C280F082B52 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __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 EventInstance_hasHandle_m6DB4D2D24E2BA635D289CA777CC32C280F082B52_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = EventInstance_hasHandle_m6DB4D2D24E2BA635D289CA777CC32C280F082B52(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.Studio.EventInstance::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventInstance_clearHandle_mA041FC386E262AAD970BD94CC0D5D100F5DCC81E (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __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 EventInstance_clearHandle_mA041FC386E262AAD970BD94CC0D5D100F5DCC81E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); EventInstance_clearHandle_mA041FC386E262AAD970BD94CC0D5D100F5DCC81E(_thisAdjusted, method); } // System.Boolean FMOD.Studio.EventInstance::isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, const RuntimeMethod* method) { { // return hasHandle() && FMOD_Studio_EventInstance_IsValid(this.handle); bool L_0; L_0 = EventInstance_hasHandle_m6DB4D2D24E2BA635D289CA777CC32C280F082B52((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { intptr_t L_1 = __this->get_handle_0(); bool L_2; L_2 = EventInstance_FMOD_Studio_EventInstance_IsValid_mDA54345FC4F29A7255055706D8686AAA5E50840E((intptr_t)L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (bool)0; } } IL2CPP_EXTERN_C bool EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461(_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 // System.Void FMODUnity.EventNotFoundException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventNotFoundException__ctor_mA3C887EAF4C67206F561FDCDE4E9B6694A5736DF (EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B * __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*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE7D0FF1B8D93072447AA552DC39F57F1F92D69B); s_Il2CppMethodInitialized = true; } { // : base("[FMOD] Event not found: '" + path + "'") String_t* L_0 = ___path0; String_t* L_1; L_1 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(_stringLiteralBE7D0FF1B8D93072447AA552DC39F57F1F92D69B, 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_18(L_2); // } return; } } // System.Void FMODUnity.EventNotFoundException::.ctor(FMOD.GUID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventNotFoundException__ctor_mB957B87ED6A1C3A338006135CC3BBF4B65D59254 (EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___guid0, 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*)&_stringLiteralFF0DBC596D9E0166EEF3C12FA327682167AA572C); s_Il2CppMethodInitialized = true; } GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC V_0; memset((&V_0), 0, sizeof(V_0)); { // : base("[FMOD] Event not found: " + guid) GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_0 = ___guid0; V_0 = L_0; String_t* L_1; L_1 = GUID_ToString_m11A18A57461855A91F7255E1816D5D59F7C51406((GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)(&V_0), /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralFF0DBC596D9E0166EEF3C12FA327682167AA572C, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(__this, L_2, /*hidden argument*/NULL); // Guid = guid; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_3 = ___guid0; __this->set_Guid_17(L_3); // } return; } } // System.Void FMODUnity.EventNotFoundException::.ctor(FMODUnity.EventReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventNotFoundException__ctor_mD014CBC3D6254B6733EF3B539476AD219A93CA60 (EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B * __this, EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 ___eventReference0, 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*)&_stringLiteralFF0DBC596D9E0166EEF3C12FA327682167AA572C); s_Il2CppMethodInitialized = true; } { // : base("[FMOD] Event not found: " + eventReference.ToString()) String_t* L_0; L_0 = EventReference_ToString_m802A8BB1A9E77FB62CBD1C61C2F5E30BDB5748BD((EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 *)(&___eventReference0), /*hidden argument*/NULL); String_t* L_1; L_1 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralFF0DBC596D9E0166EEF3C12FA327682167AA572C, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(__this, L_1, /*hidden argument*/NULL); // Guid = eventReference.Guid; EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 L_2 = ___eventReference0; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_3 = L_2.get_Guid_0(); __this->set_Guid_17(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 // System.Void FMODUnity.EventRefAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventRefAttribute__ctor_m1BE62A92B8AB75A8A57F1E38F5A16CDC153337D6 (EventRefAttribute_t55BD45D59B337037D9A3E0A5936B8457E64E01FD * __this, const RuntimeMethod* method) { { PropertyAttribute__ctor_mA13181D93341AEAE429F0615989CB4647F2EB8A7(__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.String FMODUnity.EventReference::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EventReference_ToString_m802A8BB1A9E77FB62CBD1C61C2F5E30BDB5748BD (EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 * __this, const RuntimeMethod* method) { { // return Guid.ToString(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * L_0 = __this->get_address_of_Guid_0(); String_t* L_1; L_1 = GUID_ToString_m11A18A57461855A91F7255E1816D5D59F7C51406((GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C String_t* EventReference_ToString_m802A8BB1A9E77FB62CBD1C61C2F5E30BDB5748BD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = EventReference_ToString_m802A8BB1A9E77FB62CBD1C61C2F5E30BDB5748BD(_thisAdjusted, method); return _returnValue; } // System.Boolean FMODUnity.EventReference::get_IsNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventReference_get_IsNull_m036D97EA0BC3BEC1908AE9EFDC5595468D36FACF (EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 * __this, const RuntimeMethod* method) { { // return Guid.IsNull; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * L_0 = __this->get_address_of_Guid_0(); bool L_1; L_1 = GUID_get_IsNull_mA8991B1E55107D142A912ED96A36E009FB52DBF3((GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C bool EventReference_get_IsNull_m036D97EA0BC3BEC1908AE9EFDC5595468D36FACF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = EventReference_get_IsNull_m036D97EA0BC3BEC1908AE9EFDC5595468D36FACF(_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_FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF (FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF * __this, intptr_t ___info0, intptr_t ___userdata1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___info0, ___userdata1); return returnValue; } // System.Void FMOD.FILE_ASYNCCANCEL_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FILE_ASYNCCANCEL_CALLBACK__ctor_m4A903969DAC5C54C6EAE70A7A4530320A7EEDEFD (FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF * __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.FILE_ASYNCCANCEL_CALLBACK::Invoke(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FILE_ASYNCCANCEL_CALLBACK_Invoke_m3599742E9C97B0014CFB7F929F14FC30FA58FEF5 (FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF * __this, intptr_t ___info0, intptr_t ___userdata1, 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, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___info0, ___userdata1, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___info0, ___userdata1, 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, intptr_t >::Invoke(targetMethod, targetThis, ___info0, ___userdata1); else result = GenericVirtFuncInvoker2< int32_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___info0, ___userdata1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___info0, ___userdata1); else result = VirtFuncInvoker2< int32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___info0, ___userdata1); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___info0, ___userdata1, targetMethod); } } } return result; } // System.IAsyncResult FMOD.FILE_ASYNCCANCEL_CALLBACK::BeginInvoke(System.IntPtr,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FILE_ASYNCCANCEL_CALLBACK_BeginInvoke_m5555A232821B6170BED74F10FB0BA0F2B76572FF (FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF * __this, intptr_t ___info0, intptr_t ___userdata1, 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); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___info0); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___userdata1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // FMOD.RESULT FMOD.FILE_ASYNCCANCEL_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FILE_ASYNCCANCEL_CALLBACK_EndInvoke_m0C15B16FB4441DDB76132530C3FB1C7E68A90155 (FILE_ASYNCCANCEL_CALLBACK_t00890D8ED225C89563E670D2BF248926F90164BF * __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_FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182 (FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182 * __this, intptr_t ___info0, 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(___info0, ___result1); return returnValue; } // System.Void FMOD.FILE_ASYNCDONE_FUNC::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FILE_ASYNCDONE_FUNC__ctor_m2225AA46F8DCE0A534D8F19197EE71D58F34511D (FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182 * __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.FILE_ASYNCDONE_FUNC::Invoke(System.IntPtr,FMOD.RESULT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FILE_ASYNCDONE_FUNC_Invoke_m8CD7453A6A105DD9FB563CD527A8F290D8B0C8C8 (FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182 * __this, intptr_t ___info0, 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)(___info0, ___result1, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___info0, ___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, ___info0, ___result1); else result = GenericVirtFuncInvoker2< int32_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___info0, ___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, ___info0, ___result1); else result = VirtFuncInvoker2< int32_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___info0, ___result1); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___info0, ___result1, targetMethod); } } } return result; } // System.IAsyncResult FMOD.FILE_ASYNCDONE_FUNC::BeginInvoke(System.IntPtr,FMOD.RESULT,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FILE_ASYNCDONE_FUNC_BeginInvoke_mF6488A4F6D7FA61FFCF87ACAA30DF93E5A6987E7 (FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182 * __this, intptr_t ___info0, 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, &___info0); __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.FILE_ASYNCDONE_FUNC::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FILE_ASYNCDONE_FUNC_EndInvoke_m453358401E59E7B12FB31DCFDE7CD6169D200CF9 (FILE_ASYNCDONE_FUNC_t68C030390B80E83A7F8C81ABDC115456C587A182 * __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_FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F (FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F * __this, intptr_t ___info0, intptr_t ___userdata1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___info0, ___userdata1); return returnValue; } // System.Void FMOD.FILE_ASYNCREAD_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FILE_ASYNCREAD_CALLBACK__ctor_mFA9ABC01A0A575C2397044938E14954610A8D66D (FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F * __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.FILE_ASYNCREAD_CALLBACK::Invoke(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FILE_ASYNCREAD_CALLBACK_Invoke_mB85848F20A43A77657B68F72CFD37CFBEE034C86 (FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F * __this, intptr_t ___info0, intptr_t ___userdata1, 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, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___info0, ___userdata1, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___info0, ___userdata1, 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, intptr_t >::Invoke(targetMethod, targetThis, ___info0, ___userdata1); else result = GenericVirtFuncInvoker2< int32_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___info0, ___userdata1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___info0, ___userdata1); else result = VirtFuncInvoker2< int32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___info0, ___userdata1); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___info0, ___userdata1, targetMethod); } } } return result; } // System.IAsyncResult FMOD.FILE_ASYNCREAD_CALLBACK::BeginInvoke(System.IntPtr,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FILE_ASYNCREAD_CALLBACK_BeginInvoke_m03CB54FC654C92A0FD28317DAED8B6CD2A6745C4 (FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F * __this, intptr_t ___info0, intptr_t ___userdata1, 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); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___info0); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___userdata1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // FMOD.RESULT FMOD.FILE_ASYNCREAD_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FILE_ASYNCREAD_CALLBACK_EndInvoke_m8995DD9582919101CFA28638AE51D9F7DEA3A8DF (FILE_ASYNCREAD_CALLBACK_t9C5810186500FC37052F3D4A4FBF9ABA48CAFC8F * __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_FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA (FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * __this, intptr_t ___handle0, intptr_t ___userdata1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___handle0, ___userdata1); return returnValue; } // System.Void FMOD.FILE_CLOSE_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FILE_CLOSE_CALLBACK__ctor_m27572CF075373C1390B5BD4BCC38EC3E285DEA76 (FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * __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.FILE_CLOSE_CALLBACK::Invoke(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FILE_CLOSE_CALLBACK_Invoke_mD4FA088A8B370392973BF1EA4D7F76D2F136C7A0 (FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * __this, intptr_t ___handle0, intptr_t ___userdata1, 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, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___handle0, ___userdata1, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___handle0, ___userdata1, 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, intptr_t >::Invoke(targetMethod, targetThis, ___handle0, ___userdata1); else result = GenericVirtFuncInvoker2< int32_t, intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___handle0, ___userdata1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___handle0, ___userdata1); else result = VirtFuncInvoker2< int32_t, intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___handle0, ___userdata1); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___handle0, ___userdata1, targetMethod); } } } return result; } // System.IAsyncResult FMOD.FILE_CLOSE_CALLBACK::BeginInvoke(System.IntPtr,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FILE_CLOSE_CALLBACK_BeginInvoke_m9E465541EDA7A3CA2741ACE4630587DBBE8B9889 (FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * __this, intptr_t ___handle0, intptr_t ___userdata1, 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); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___handle0); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___userdata1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // FMOD.RESULT FMOD.FILE_CLOSE_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FILE_CLOSE_CALLBACK_EndInvoke_m2905261EFAE7F5152FAA6053880D51D5051B2726 (FILE_CLOSE_CALLBACK_t9405C9698E17716FC0E2B95CB3D7331DFB6E80EA * __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_FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 (FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * __this, intptr_t ___name0, uint32_t* ___filesize1, intptr_t* ___handle2, 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(___name0, ___filesize1, ___handle2, ___userdata3); return returnValue; } // System.Void FMOD.FILE_OPEN_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FILE_OPEN_CALLBACK__ctor_mD063C3937579C8047EA9A01101D58F4E80BE2D39 (FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * __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.FILE_OPEN_CALLBACK::Invoke(System.IntPtr,System.UInt32&,System.IntPtr&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FILE_OPEN_CALLBACK_Invoke_m4579CA4009B10F9678F99117578C4907F264D477 (FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * __this, intptr_t ___name0, uint32_t* ___filesize1, intptr_t* ___handle2, 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)(___name0, ___filesize1, ___handle2, ___userdata3, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, uint32_t*, intptr_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___name0, ___filesize1, ___handle2, ___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, ___name0, ___filesize1, ___handle2, ___userdata3); else result = GenericVirtFuncInvoker4< int32_t, intptr_t, uint32_t*, intptr_t*, intptr_t >::Invoke(targetMethod, targetThis, ___name0, ___filesize1, ___handle2, ___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, ___name0, ___filesize1, ___handle2, ___userdata3); else result = VirtFuncInvoker4< int32_t, intptr_t, uint32_t*, intptr_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___name0, ___filesize1, ___handle2, ___userdata3); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, uint32_t*, intptr_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___name0, ___filesize1, ___handle2, ___userdata3, targetMethod); } } } return result; } // System.IAsyncResult FMOD.FILE_OPEN_CALLBACK::BeginInvoke(System.IntPtr,System.UInt32&,System.IntPtr&,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FILE_OPEN_CALLBACK_BeginInvoke_m24507DC6726476E253D5DF80C83B752E8CCAD0C7 (FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * __this, intptr_t ___name0, uint32_t* ___filesize1, intptr_t* ___handle2, 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*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___name0); __d_args[1] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &*___filesize1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &*___handle2); __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.FILE_OPEN_CALLBACK::EndInvoke(System.UInt32&,System.IntPtr&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FILE_OPEN_CALLBACK_EndInvoke_m781CB67848CC9D22A2C22C78B1FC598C0570E6FB (FILE_OPEN_CALLBACK_tA13B923FE5970CFC0B305A287DEEFE71D1C77694 * __this, uint32_t* ___filesize0, intptr_t* ___handle1, RuntimeObject* ___result2, const RuntimeMethod* method) { void* ___out_args[] = { ___filesize0, ___handle1, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args); 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_FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A (FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * __this, intptr_t ___handle0, intptr_t ___buffer1, uint32_t ___sizebytes2, uint32_t* ___bytesread3, intptr_t ___userdata4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, intptr_t, uint32_t, uint32_t*, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___handle0, ___buffer1, ___sizebytes2, ___bytesread3, ___userdata4); return returnValue; } // System.Void FMOD.FILE_READ_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FILE_READ_CALLBACK__ctor_mAFBDA00D0FA2CDBA9377FD28AA2A0DD0E18186D6 (FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * __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.FILE_READ_CALLBACK::Invoke(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FILE_READ_CALLBACK_Invoke_m08F19C4A51F347F6710C30A0DB3DF750F392648E (FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * __this, intptr_t ___handle0, intptr_t ___buffer1, uint32_t ___sizebytes2, uint32_t* ___bytesread3, 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, intptr_t, uint32_t, uint32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___handle0, ___buffer1, ___sizebytes2, ___bytesread3, ___userdata4, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, intptr_t, uint32_t, uint32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___handle0, ___buffer1, ___sizebytes2, ___bytesread3, ___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, intptr_t, uint32_t, uint32_t*, intptr_t >::Invoke(targetMethod, targetThis, ___handle0, ___buffer1, ___sizebytes2, ___bytesread3, ___userdata4); else result = GenericVirtFuncInvoker5< int32_t, intptr_t, intptr_t, uint32_t, uint32_t*, intptr_t >::Invoke(targetMethod, targetThis, ___handle0, ___buffer1, ___sizebytes2, ___bytesread3, ___userdata4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< int32_t, intptr_t, intptr_t, uint32_t, uint32_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___handle0, ___buffer1, ___sizebytes2, ___bytesread3, ___userdata4); else result = VirtFuncInvoker5< int32_t, intptr_t, intptr_t, uint32_t, uint32_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___handle0, ___buffer1, ___sizebytes2, ___bytesread3, ___userdata4); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, intptr_t, uint32_t, uint32_t*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___handle0, ___buffer1, ___sizebytes2, ___bytesread3, ___userdata4, targetMethod); } } } return result; } // System.IAsyncResult FMOD.FILE_READ_CALLBACK::BeginInvoke(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32&,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FILE_READ_CALLBACK_BeginInvoke_mE3079B7AE5E5EC26196870E433868C5B15A7FFDF (FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * __this, intptr_t ___handle0, intptr_t ___buffer1, uint32_t ___sizebytes2, uint32_t* ___bytesread3, 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*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[6] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___handle0); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___buffer1); __d_args[2] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &___sizebytes2); __d_args[3] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &*___bytesread3); __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.FILE_READ_CALLBACK::EndInvoke(System.UInt32&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FILE_READ_CALLBACK_EndInvoke_mB128589D75C063BA7772F1EEE919FCB687CCD270 (FILE_READ_CALLBACK_tF4B8F36AB9729B31440DB6204D0E32AACD42937A * __this, uint32_t* ___bytesread0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___bytesread0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); 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_FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 (FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * __this, intptr_t ___handle0, uint32_t ___pos1, intptr_t ___userdata2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, uint32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___handle0, ___pos1, ___userdata2); return returnValue; } // System.Void FMOD.FILE_SEEK_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FILE_SEEK_CALLBACK__ctor_m04C85F448AA058E679A6F6E1BD71D9C8F76D8CC7 (FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * __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.FILE_SEEK_CALLBACK::Invoke(System.IntPtr,System.UInt32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FILE_SEEK_CALLBACK_Invoke_m120532A49C81B39FF5CE882134CE29E411CDAEFA (FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * __this, intptr_t ___handle0, uint32_t ___pos1, intptr_t ___userdata2, 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, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___handle0, ___pos1, ___userdata2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___handle0, ___pos1, ___userdata2, 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, uint32_t, intptr_t >::Invoke(targetMethod, targetThis, ___handle0, ___pos1, ___userdata2); else result = GenericVirtFuncInvoker3< int32_t, intptr_t, uint32_t, intptr_t >::Invoke(targetMethod, targetThis, ___handle0, ___pos1, ___userdata2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, intptr_t, uint32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___handle0, ___pos1, ___userdata2); else result = VirtFuncInvoker3< int32_t, intptr_t, uint32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___handle0, ___pos1, ___userdata2); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___handle0, ___pos1, ___userdata2, targetMethod); } } } return result; } // System.IAsyncResult FMOD.FILE_SEEK_CALLBACK::BeginInvoke(System.IntPtr,System.UInt32,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FILE_SEEK_CALLBACK_BeginInvoke_m7BD351A29701B0B462AB9634DC929640E5E9B7D4 (FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * __this, intptr_t ___handle0, uint32_t ___pos1, intptr_t ___userdata2, 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, &___handle0); __d_args[1] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &___pos1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___userdata2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // FMOD.RESULT FMOD.FILE_SEEK_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FILE_SEEK_CALLBACK_EndInvoke_mD682901C566189BB37DEDB2801086980C15A47FF (FILE_SEEK_CALLBACK_t9494A7DB9F5B0DF84468422A4F14842218347C49 * __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 // System.Void FMODUnity.FMODEventMixerBehaviour::ProcessFrame(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventMixerBehaviour_ProcessFrame_m3056E962D5E6AC59235683E961DD25E5D16A585D (FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, FrameData_tE12630B2C0918A5945E834E53F1E0028BBD8898B ___info1, RuntimeObject * ___playerData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlayableExtensions_GetGraph_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mD69924DC45DB87F040A08983A27B4B48B74372F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlayableExtensions_GetInputCount_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m9E50A1BFF2A0B315AFD40C85E63847D0D069A6C3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlayableExtensions_GetInput_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m4A17FD2EF8E0080F01C969B1BFDFF9F30A62D9E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlayableExtensions_GetTime_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mE913454FD8D7035B7798295982E1CA2F71AAD88C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptPlayable_1_GetBehaviour_m371B952DA0EF507864285FD701DCA98ADB31108F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptPlayable_1_op_Explicit_m0E2E400802C324F0A3EC7E4D9918A5B57D717422_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 V_4; memset((&V_4), 0, sizeof(V_4)); { // int inputCount = playable.GetInputCount(); Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 L_0 = ___playable0; int32_t L_1; L_1 = PlayableExtensions_GetInputCount_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m9E50A1BFF2A0B315AFD40C85E63847D0D069A6C3(L_0, /*hidden argument*/PlayableExtensions_GetInputCount_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m9E50A1BFF2A0B315AFD40C85E63847D0D069A6C3_RuntimeMethod_var); V_0 = L_1; // float time = (float)playable.GetGraph().GetRootPlayable(0).GetTime(); Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 L_2 = ___playable0; PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A L_3; L_3 = PlayableExtensions_GetGraph_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mD69924DC45DB87F040A08983A27B4B48B74372F7(L_2, /*hidden argument*/PlayableExtensions_GetGraph_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mD69924DC45DB87F040A08983A27B4B48B74372F7_RuntimeMethod_var); V_2 = L_3; Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 L_4; L_4 = PlayableGraph_GetRootPlayable_m93D18C51DC303F2A99AA1C370634746C90A6B9A3((PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A *)(&V_2), 0, /*hidden argument*/NULL); double L_5; L_5 = PlayableExtensions_GetTime_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mE913454FD8D7035B7798295982E1CA2F71AAD88C(L_4, /*hidden argument*/PlayableExtensions_GetTime_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mE913454FD8D7035B7798295982E1CA2F71AAD88C_RuntimeMethod_var); V_1 = ((float)((float)L_5)); // for (int i = 0; i < inputCount; i++) V_3 = 0; goto IL_0046; } IL_0021: { // ScriptPlayable inputPlayable = (ScriptPlayable)playable.GetInput(i); Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 L_6 = ___playable0; int32_t L_7 = V_3; Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 L_8; L_8 = PlayableExtensions_GetInput_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m4A17FD2EF8E0080F01C969B1BFDFF9F30A62D9E8(L_6, L_7, /*hidden argument*/PlayableExtensions_GetInput_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m4A17FD2EF8E0080F01C969B1BFDFF9F30A62D9E8_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315_il2cpp_TypeInfo_var); ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 L_9; L_9 = ScriptPlayable_1_op_Explicit_m0E2E400802C324F0A3EC7E4D9918A5B57D717422(L_8, /*hidden argument*/ScriptPlayable_1_op_Explicit_m0E2E400802C324F0A3EC7E4D9918A5B57D717422_RuntimeMethod_var); V_4 = L_9; // FMODEventPlayableBehavior input = inputPlayable.GetBehaviour(); FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * L_10; L_10 = ScriptPlayable_1_GetBehaviour_m371B952DA0EF507864285FD701DCA98ADB31108F((ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 *)(&V_4), /*hidden argument*/ScriptPlayable_1_GetBehaviour_m371B952DA0EF507864285FD701DCA98ADB31108F_RuntimeMethod_var); // input.UpdateBehavior(time, volume); float L_11 = V_1; float L_12 = __this->get_volume_0(); NullCheck(L_10); FMODEventPlayableBehavior_UpdateBehavior_mC8A1F530FD4391B6764CBCE9FE1D4290A14A9676(L_10, L_11, L_12, /*hidden argument*/NULL); // for (int i = 0; i < inputCount; i++) int32_t L_13 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0046: { // for (int i = 0; i < inputCount; i++) int32_t L_14 = V_3; int32_t L_15 = V_0; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0021; } } { // } return; } } // System.Void FMODUnity.FMODEventMixerBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventMixerBehaviour__ctor_mD827944561A9A3497C356035A8389A01C365E7F0 (FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB * __this, const RuntimeMethod* method) { { // public float volume = 1; __this->set_volume_0((1.0f)); PlayableBehaviour__ctor_m1EA2FC6B8DE3503745344E7BBAA0B40FDCD50FC8(__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 // UnityEngine.GameObject FMODUnity.FMODEventPlayable::get_TrackTargetObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * FMODEventPlayable_get_TrackTargetObject_mE67B945442D71B7D63D8834EC77660D022971551 (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, const RuntimeMethod* method) { { // public GameObject TrackTargetObject { get; set; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_U3CTrackTargetObjectU3Ek__BackingField_12(); return L_0; } } // System.Void FMODUnity.FMODEventPlayable::set_TrackTargetObject(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayable_set_TrackTargetObject_mFEDA9C0C3BC1638A9A27DA37185B3DB45E5ED7DC (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___value0, const RuntimeMethod* method) { { // public GameObject TrackTargetObject { get; set; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___value0; __this->set_U3CTrackTargetObjectU3Ek__BackingField_12(L_0); return; } } // System.Double FMODUnity.FMODEventPlayable::get_duration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double FMODEventPlayable_get_duration_mCB0BABC3FC2257161B66D805E3E3C180742C7A3C (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, const RuntimeMethod* method) { { // if (eventReference.IsNull) EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 * L_0 = __this->get_address_of_eventReference_7(); bool L_1; L_1 = EventReference_get_IsNull_m036D97EA0BC3BEC1908AE9EFDC5595468D36FACF((EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { // return base.duration; double L_2; L_2 = PlayableAsset_get_duration_m7D57ED7F9E30E414F2981357A61C42CBF3D8367D(__this, /*hidden argument*/NULL); return L_2; } IL_0014: { // return eventLength; float L_3 = __this->get_eventLength_5(); return ((double)((double)L_3)); } } // UnityEngine.Timeline.ClipCaps FMODUnity.FMODEventPlayable::get_clipCaps() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FMODEventPlayable_get_clipCaps_m9DB876B960A4135434BEEC146429EC05E9914C64 (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, const RuntimeMethod* method) { { // get { return ClipCaps.None; } return (int32_t)(0); } } // UnityEngine.Timeline.TimelineClip FMODUnity.FMODEventPlayable::get_OwningClip() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * FMODEventPlayable_get_OwningClip_mDFF1115751E4131EDCA306C062297DC2369241A0 (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, const RuntimeMethod* method) { { // public TimelineClip OwningClip { get; set; } TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * L_0 = __this->get_U3COwningClipU3Ek__BackingField_13(); return L_0; } } // System.Void FMODUnity.FMODEventPlayable::set_OwningClip(UnityEngine.Timeline.TimelineClip) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayable_set_OwningClip_m45FE93FFE8B5ED1898E61BE68AD1F2B7C636FC54 (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * ___value0, const RuntimeMethod* method) { { // public TimelineClip OwningClip { get; set; } TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * L_0 = ___value0; __this->set_U3COwningClipU3Ek__BackingField_13(L_0); return; } } // UnityEngine.Playables.Playable FMODUnity.FMODEventPlayable::CreatePlayable(UnityEngine.Playables.PlayableGraph,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 FMODEventPlayable_CreatePlayable_mE7F3806B5432EB627FF0244B69BEEE15C3EF42FD (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A ___graph0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___owner1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mBA2E432858A4DE9FD620399D307A94551A0A893C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m6C3ED70C6908C2A58809FA4C6707644E9BCFC39C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptPlayable_1_Create_mEA41F6A59DF2D42B34416D6B5F4505AE585EF96B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptPlayable_1_GetBehaviour_m371B952DA0EF507864285FD701DCA98ADB31108F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptPlayable_1_op_Implicit_m6CC6B29ED0E8C42543D0F0DDE9684B0FA8B1CDE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 V_0; memset((&V_0), 0, sizeof(V_0)); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D V_1; memset((&V_1), 0, sizeof(V_1)); List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * V_2 = NULL; int32_t V_3 = 0; PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B V_6; memset((&V_6), 0, sizeof(V_6)); { // if (!cachedParameters && !eventReference.IsNull) bool L_0 = __this->get_cachedParameters_10(); if (L_0) { goto IL_00b8; } } { EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 * L_1 = __this->get_address_of_eventReference_7(); bool L_2; L_2 = EventReference_get_IsNull_m036D97EA0BC3BEC1908AE9EFDC5595468D36FACF((EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 *)L_1, /*hidden argument*/NULL); if (L_2) { goto IL_00b8; } } { // FMOD.Studio.EventDescription eventDescription = RuntimeManager.GetEventDescription(eventReference); EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 L_3 = __this->get_eventReference_7(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_4; L_4 = RuntimeManager_GetEventDescription_m8C024A6715EB9E3DC013FD2DFF5F41E6729D978E(L_3, /*hidden argument*/NULL); V_1 = L_4; // for (int i = 0; i < parameters.Length; i++) V_3 = 0; goto IL_005a; } IL_002b: { // eventDescription.getParameterDescriptionByName(parameters[i].Name, out parameterDescription); ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_5 = __this->get_parameters_9(); int32_t L_6 = V_3; 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 *)(&V_1), L_9, (PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *)(&V_4), /*hidden argument*/NULL); // parameters[i].ID = parameterDescription.id; ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_11 = __this->get_parameters_9(); int32_t L_12 = V_3; 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_4; 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 < parameters.Length; i++) int32_t L_17 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_005a: { // for (int i = 0; i < parameters.Length; i++) int32_t L_18 = V_3; ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_19 = __this->get_parameters_9(); NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_002b; } } { // List parameterLinks = template.parameterLinks; FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * L_20 = __this->get_template_4(); NullCheck(L_20); List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * L_21 = L_20->get_parameterLinks_3(); V_2 = L_21; // for (int i = 0; i < parameterLinks.Count; i++) V_5 = 0; goto IL_00a7; } IL_0076: { // eventDescription.getParameterDescriptionByName(parameterLinks[i].Name, out parameterDescription); List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * L_22 = V_2; int32_t L_23 = V_5; NullCheck(L_22); ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC * L_24; L_24 = List_1_get_Item_m6C3ED70C6908C2A58809FA4C6707644E9BCFC39C_inline(L_22, L_23, /*hidden argument*/List_1_get_Item_m6C3ED70C6908C2A58809FA4C6707644E9BCFC39C_RuntimeMethod_var); NullCheck(L_24); String_t* L_25 = L_24->get_Name_0(); int32_t L_26; L_26 = EventDescription_getParameterDescriptionByName_mD9CEA2307FB550F93E6BB18274A079F60103E917((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)(&V_1), L_25, (PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B *)(&V_6), /*hidden argument*/NULL); // parameterLinks[i].ID = parameterDescription.id; List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * L_27 = V_2; int32_t L_28 = V_5; NullCheck(L_27); ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC * L_29; L_29 = List_1_get_Item_m6C3ED70C6908C2A58809FA4C6707644E9BCFC39C_inline(L_27, L_28, /*hidden argument*/List_1_get_Item_m6C3ED70C6908C2A58809FA4C6707644E9BCFC39C_RuntimeMethod_var); PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B L_30 = V_6; PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_31 = L_30.get_id_1(); NullCheck(L_29); L_29->set_ID_1(L_31); // for (int i = 0; i < parameterLinks.Count; i++) int32_t L_32 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00a7: { // for (int i = 0; i < parameterLinks.Count; i++) int32_t L_33 = V_5; List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * L_34 = V_2; NullCheck(L_34); int32_t L_35; L_35 = List_1_get_Count_mBA2E432858A4DE9FD620399D307A94551A0A893C_inline(L_34, /*hidden argument*/List_1_get_Count_mBA2E432858A4DE9FD620399D307A94551A0A893C_RuntimeMethod_var); if ((((int32_t)L_33) < ((int32_t)L_35))) { goto IL_0076; } } { // cachedParameters = true; __this->set_cachedParameters_10((bool)1); } IL_00b8: { // var playable = ScriptPlayable.Create(graph, template); PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A L_36 = ___graph0; FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * L_37 = __this->get_template_4(); IL2CPP_RUNTIME_CLASS_INIT(ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315_il2cpp_TypeInfo_var); ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 L_38; L_38 = ScriptPlayable_1_Create_mEA41F6A59DF2D42B34416D6B5F4505AE585EF96B(L_36, L_37, 0, /*hidden argument*/ScriptPlayable_1_Create_mEA41F6A59DF2D42B34416D6B5F4505AE585EF96B_RuntimeMethod_var); V_0 = L_38; // behavior = playable.GetBehaviour(); FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * L_39; L_39 = ScriptPlayable_1_GetBehaviour_m371B952DA0EF507864285FD701DCA98ADB31108F((ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 *)(&V_0), /*hidden argument*/ScriptPlayable_1_GetBehaviour_m371B952DA0EF507864285FD701DCA98ADB31108F_RuntimeMethod_var); __this->set_behavior_11(L_39); // behavior.TrackTargetObject = TrackTargetObject; FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * L_40 = __this->get_behavior_11(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_41; L_41 = FMODEventPlayable_get_TrackTargetObject_mE67B945442D71B7D63D8834EC77660D022971551_inline(__this, /*hidden argument*/NULL); NullCheck(L_40); L_40->set_TrackTargetObject_4(L_41); // behavior.eventReference = eventReference; FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * L_42 = __this->get_behavior_11(); EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 L_43 = __this->get_eventReference_7(); NullCheck(L_42); L_42->set_eventReference_0(L_43); // behavior.stopType = stopType; FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * L_44 = __this->get_behavior_11(); int32_t L_45 = __this->get_stopType_8(); NullCheck(L_44); L_44->set_stopType_1(L_45); // behavior.parameters = parameters; FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * L_46 = __this->get_behavior_11(); ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_47 = __this->get_parameters_9(); NullCheck(L_46); L_46->set_parameters_2(L_47); // behavior.OwningClip = OwningClip; FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * L_48 = __this->get_behavior_11(); TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * L_49; L_49 = FMODEventPlayable_get_OwningClip_mDFF1115751E4131EDCA306C062297DC2369241A0_inline(__this, /*hidden argument*/NULL); NullCheck(L_48); L_48->set_OwningClip_5(L_49); // return playable; ScriptPlayable_1_t37F83CBFEDF09FCB41A9843AB673765294815315 L_50 = V_0; Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 L_51; L_51 = ScriptPlayable_1_op_Implicit_m6CC6B29ED0E8C42543D0F0DDE9684B0FA8B1CDE1(L_50, /*hidden argument*/ScriptPlayable_1_op_Implicit_m6CC6B29ED0E8C42543D0F0DDE9684B0FA8B1CDE1_RuntimeMethod_var); return L_51; } } // System.Void FMODUnity.FMODEventPlayable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayable__ctor_mA6CFE1F9413E44E315D82DBC5BF31DC814F04EC0 (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public FMODEventPlayableBehavior template = new FMODEventPlayableBehavior(); FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * L_0 = (FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 *)il2cpp_codegen_object_new(FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674_il2cpp_TypeInfo_var); FMODEventPlayableBehavior__ctor_m97C172D4AF6BE0AFAF030D1357C2A7D88350FBE6(L_0, /*hidden argument*/NULL); __this->set_template_4(L_0); // public ParamRef[] parameters = new ParamRef[0]; ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_1 = (ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B*)(ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B*)SZArrayNew(ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_parameters_9(L_1); PlayableAsset__ctor_mAE1FA54D280C75ADC9486656C5C36AC1917D5FE4(__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.FMODEventPlayableBehavior::PlayEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayableBehavior_PlayEvent_mE1175DCA89F9B94775C8C00602911DCAD3B2EF2F (FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * __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*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* V_0 = NULL; int32_t V_1 = 0; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * V_2 = NULL; { // if (!eventReference.IsNull) EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 * L_0 = __this->get_address_of_eventReference_0(); bool L_1; L_1 = EventReference_get_IsNull_m036D97EA0BC3BEC1908AE9EFDC5595468D36FACF((EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 *)L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0123; } } { // eventInstance = RuntimeManager.CreateInstance(eventReference); EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 L_2 = __this->get_eventReference_0(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_3; L_3 = RuntimeManager_CreateInstance_m2B56B9F4CB418CC620F5B17A428C43D57B29D8E8(L_2, /*hidden argument*/NULL); __this->set_eventInstance_8(L_3); // if (Application.isPlaying && TrackTargetObject) bool L_4; L_4 = Application_get_isPlaying_m0388B541E40404CBB82D6AEB224A29053A0BC58C(/*hidden argument*/NULL); if (!L_4) { goto IL_00bd; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = __this->get_TrackTargetObject_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_00bd; } } { // if (TrackTargetObject.GetComponent()) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7 = __this->get_TrackTargetObject_4(); NullCheck(L_7); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_8; L_8 = GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354(L_7, /*hidden argument*/GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_9; L_9 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0070; } } { // RuntimeManager.AttachInstanceToGameObject(eventInstance, TrackTargetObject.transform, TrackTargetObject.GetComponent()); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_10 = __this->get_eventInstance_8(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11 = __this->get_TrackTargetObject_4(); NullCheck(L_11); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_11, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13 = __this->get_TrackTargetObject_4(); NullCheck(L_13); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_14; L_14 = GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354(L_13, /*hidden argument*/GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_AttachInstanceToGameObject_mDC33DD2A81EB6121C29793CB6DC91CDFC70ADC8D(L_10, L_12, L_14, /*hidden argument*/NULL); // } goto IL_00d3; } IL_0070: { // if (TrackTargetObject.GetComponent()) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_15 = __this->get_TrackTargetObject_4(); NullCheck(L_15); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_16; L_16 = GameObject_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_mE749A8DAAB8733CB623A476DC361B88581AF3E40(L_15, /*hidden argument*/GameObject_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_mE749A8DAAB8733CB623A476DC361B88581AF3E40_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_17; L_17 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00a5; } } { // RuntimeManager.AttachInstanceToGameObject(eventInstance, TrackTargetObject.transform, TrackTargetObject.GetComponent()); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_18 = __this->get_eventInstance_8(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_19 = __this->get_TrackTargetObject_4(); NullCheck(L_19); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20; L_20 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_19, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_21 = __this->get_TrackTargetObject_4(); NullCheck(L_21); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_22; L_22 = GameObject_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_mE749A8DAAB8733CB623A476DC361B88581AF3E40(L_21, /*hidden argument*/GameObject_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_mE749A8DAAB8733CB623A476DC361B88581AF3E40_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_AttachInstanceToGameObject_mA9448CB4A75F1CD5ED3E1F59A23079C9F40ED652(L_18, L_20, L_22, /*hidden argument*/NULL); // } goto IL_00d3; } IL_00a5: { // RuntimeManager.AttachInstanceToGameObject(eventInstance, TrackTargetObject.transform); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_23 = __this->get_eventInstance_8(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24 = __this->get_TrackTargetObject_4(); NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_AttachInstanceToGameObject_mE61C6E431D521D5EB03A0E25A4ED716C15AD85C7(L_23, L_25, /*hidden argument*/NULL); // } goto IL_00d3; } IL_00bd: { // eventInstance.set3DAttributes(RuntimeUtils.To3DAttributes(Vector3.zero)); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_26 = __this->get_address_of_eventInstance_8(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_28; L_28 = RuntimeUtils_To3DAttributes_m24C0F85C9563F3089853610E1F7C6FCF07883DB9(L_27, /*hidden argument*/NULL); int32_t L_29; L_29 = EventInstance_set3DAttributes_m10DD916A9EC590EA8B79F25F777D5AF3E8B1F885((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_26, L_28, /*hidden argument*/NULL); } IL_00d3: { // foreach (var param in parameters) ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_30 = __this->get_parameters_2(); V_0 = L_30; V_1 = 0; goto IL_00ff; } IL_00de: { // foreach (var param in parameters) ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_31 = V_0; int32_t L_32 = V_1; NullCheck(L_31); int32_t L_33 = L_32; ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_34 = (L_31)->GetAt(static_cast(L_33)); V_2 = L_34; // eventInstance.setParameterByID(param.ID, param.Value); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_35 = __this->get_address_of_eventInstance_8(); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_36 = V_2; NullCheck(L_36); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_37 = L_36->get_ID_2(); ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * L_38 = V_2; NullCheck(L_38); float L_39 = L_38->get_Value_1(); int32_t L_40; L_40 = EventInstance_setParameterByID_m3129D9EDDF71A1719F309030F8F937F204FE4BE9((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_35, L_37, L_39, (bool)0, /*hidden argument*/NULL); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ff: { // foreach (var param in parameters) int32_t L_42 = V_1; ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_43 = V_0; NullCheck(L_43); if ((((int32_t)L_42) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length)))))) { goto IL_00de; } } { // eventInstance.setVolume(currentVolume); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_44 = __this->get_address_of_eventInstance_8(); float L_45 = __this->get_currentVolume_9(); int32_t L_46; L_46 = EventInstance_setVolume_m4206450340463D0ACBBA0F813256D9CFE52F3894((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_44, L_45, /*hidden argument*/NULL); // eventInstance.start(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_47 = __this->get_address_of_eventInstance_8(); int32_t L_48; L_48 = EventInstance_start_mE3EA9B9B0606815C7FB674F0CC2D6A3BBA2A9141((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_47, /*hidden argument*/NULL); } IL_0123: { // } return; } } // System.Void FMODUnity.FMODEventPlayableBehavior::OnEnter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayableBehavior_OnEnter_m1E179E0BE7D0573571FD58D1FB1CD2CF4FFE83A3 (FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * __this, const RuntimeMethod* method) { { // if (!isPlayheadInside) bool L_0 = __this->get_isPlayheadInside_7(); if (L_0) { goto IL_0015; } } { // PlayEvent(); FMODEventPlayableBehavior_PlayEvent_mE1175DCA89F9B94775C8C00602911DCAD3B2EF2F(__this, /*hidden argument*/NULL); // isPlayheadInside = true; __this->set_isPlayheadInside_7((bool)1); } IL_0015: { // } return; } } // System.Void FMODUnity.FMODEventPlayableBehavior::OnExit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayableBehavior_OnExit_m541C1C1AC587B46DFA64353E73A95E3A919560FC (FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * __this, const RuntimeMethod* method) { EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * G_B5_0 = NULL; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * G_B4_0 = NULL; int32_t G_B6_0 = 0; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * G_B6_1 = NULL; { // if (isPlayheadInside) bool L_0 = __this->get_isPlayheadInside_7(); if (!L_0) { goto IL_004a; } } { // if (eventInstance.isValid()) EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_1 = __this->get_address_of_eventInstance_8(); bool L_2; L_2 = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0043; } } { // if (stopType != STOP_MODE.None) int32_t L_3 = __this->get_stopType_1(); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0037; } } { // eventInstance.stop(stopType == STOP_MODE.Immediate ? FMOD.Studio.STOP_MODE.IMMEDIATE : FMOD.Studio.STOP_MODE.ALLOWFADEOUT); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_4 = __this->get_address_of_eventInstance_8(); int32_t L_5 = __this->get_stopType_1(); G_B4_0 = L_4; if ((((int32_t)L_5) == ((int32_t)1))) { G_B5_0 = L_4; goto IL_0030; } } { G_B6_0 = 0; G_B6_1 = G_B4_0; goto IL_0031; } IL_0030: { G_B6_0 = 1; G_B6_1 = G_B5_0; } IL_0031: { int32_t L_6; L_6 = EventInstance_stop_mA8E03AF1E11B25790B1EDB4CBA6FB95B485451F3((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)G_B6_1, G_B6_0, /*hidden argument*/NULL); } IL_0037: { // eventInstance.release(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_7 = __this->get_address_of_eventInstance_8(); int32_t L_8; L_8 = EventInstance_release_m012DDAB8EC67E2F69000A1A013714E91CF569082((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_7, /*hidden argument*/NULL); } IL_0043: { // isPlayheadInside = false; __this->set_isPlayheadInside_7((bool)0); } IL_004a: { // } return; } } // System.Void FMODUnity.FMODEventPlayableBehavior::ProcessFrame(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayableBehavior_ProcessFrame_mFDB3CAB772EFB49B4265C9797CEDC8F6A158346D (FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, FrameData_tE12630B2C0918A5945E834E53F1E0028BBD8898B ___info1, RuntimeObject * ___playerData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m1A1EBD96B502C5D5D628595410E7F4BB6653CD71_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m23D31744394296AE33A16E927ADCEBB8A21923E7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m0BC6046128F1855E0B6C915DDF3BBD292B5C356D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mBCB6756D20A4E21DD504081E16DF160E0DEA21FF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C V_0; memset((&V_0), 0, sizeof(V_0)); ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC * V_1 = NULL; float V_2 = 0.0f; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (eventInstance.isValid()) EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_0 = __this->get_address_of_eventInstance_8(); bool L_1; L_1 = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0062; } } { // foreach (ParameterAutomationLink link in parameterLinks) List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * L_2 = __this->get_parameterLinks_3(); NullCheck(L_2); Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C L_3; L_3 = List_1_GetEnumerator_mBCB6756D20A4E21DD504081E16DF160E0DEA21FF(L_2, /*hidden argument*/List_1_GetEnumerator_mBCB6756D20A4E21DD504081E16DF160E0DEA21FF_RuntimeMethod_var); V_0 = L_3; } IL_0019: try { // begin try (depth: 1) { goto IL_0049; } IL_001b: { // foreach (ParameterAutomationLink link in parameterLinks) ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC * L_4; L_4 = Enumerator_get_Current_m0BC6046128F1855E0B6C915DDF3BBD292B5C356D_inline((Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C *)(&V_0), /*hidden argument*/Enumerator_get_Current_m0BC6046128F1855E0B6C915DDF3BBD292B5C356D_RuntimeMethod_var); V_1 = L_4; // float value = parameterAutomation.GetValue(link.Slot); AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE * L_5 = __this->get_address_of_parameterAutomation_6(); ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC * L_6 = V_1; NullCheck(L_6); int32_t L_7 = L_6->get_Slot_2(); float L_8; L_8 = AutomatableSlots_GetValue_m4EDAC9C7D02D9704566A5A76ED9E789C6FE843D8((AutomatableSlots_t7EAE480145A92FD6354714BA1A0B403F7BBE38AE *)L_5, L_7, /*hidden argument*/NULL); V_2 = L_8; // eventInstance.setParameterByID(link.ID, value); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_9 = __this->get_address_of_eventInstance_8(); ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC * L_10 = V_1; NullCheck(L_10); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_11 = L_10->get_ID_1(); float L_12 = V_2; int32_t L_13; L_13 = EventInstance_setParameterByID_m3129D9EDDF71A1719F309030F8F937F204FE4BE9((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_9, L_11, L_12, (bool)0, /*hidden argument*/NULL); } IL_0049: { // foreach (ParameterAutomationLink link in parameterLinks) bool L_14; L_14 = Enumerator_MoveNext_m23D31744394296AE33A16E927ADCEBB8A21923E7((Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m23D31744394296AE33A16E927ADCEBB8A21923E7_RuntimeMethod_var); if (L_14) { goto IL_001b; } } IL_0052: { IL2CPP_LEAVE(0x62, FINALLY_0054); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0054; } FINALLY_0054: { // begin finally (depth: 1) Enumerator_Dispose_m1A1EBD96B502C5D5D628595410E7F4BB6653CD71((Enumerator_t7014DA50AA3C841BA15706CFBA0C0ABFB4B9729C *)(&V_0), /*hidden argument*/Enumerator_Dispose_m1A1EBD96B502C5D5D628595410E7F4BB6653CD71_RuntimeMethod_var); IL2CPP_END_FINALLY(84) } // end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x62, IL_0062) } IL_0062: { // } return; } } // System.Void FMODUnity.FMODEventPlayableBehavior::UpdateBehavior(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayableBehavior_UpdateBehavior_mC8A1F530FD4391B6764CBCE9FE1D4290A14A9676 (FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * __this, float ___time0, float ___volume1, const RuntimeMethod* method) { { // if (volume != currentVolume) float L_0 = ___volume1; float L_1 = __this->get_currentVolume_9(); if ((((float)L_0) == ((float)L_1))) { goto IL_002a; } } { // currentVolume = volume; float L_2 = ___volume1; __this->set_currentVolume_9(L_2); // if (eventInstance.isValid()) EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_3 = __this->get_address_of_eventInstance_8(); bool L_4; L_4 = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002a; } } { // eventInstance.setVolume(volume); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_5 = __this->get_address_of_eventInstance_8(); float L_6 = ___volume1; int32_t L_7; L_7 = EventInstance_setVolume_m4206450340463D0ACBBA0F813256D9CFE52F3894((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_5, L_6, /*hidden argument*/NULL); } IL_002a: { // if ((time >= OwningClip.start) && (time < OwningClip.end)) float L_8 = ___time0; TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * L_9 = __this->get_OwningClip_5(); NullCheck(L_9); double L_10; L_10 = TimelineClip_get_start_m401E739C569F735977B190F73BCBD4F10FD76ABD_inline(L_9, /*hidden argument*/NULL); if ((!(((double)((double)((double)L_8))) >= ((double)L_10)))) { goto IL_004f; } } { float L_11 = ___time0; TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * L_12 = __this->get_OwningClip_5(); NullCheck(L_12); double L_13; L_13 = TimelineClip_get_end_m00D8AEC52D2496C97CE07A266570AB94306ABC22(L_12, /*hidden argument*/NULL); if ((!(((double)((double)((double)L_11))) < ((double)L_13)))) { goto IL_004f; } } { // OnEnter(); FMODEventPlayableBehavior_OnEnter_m1E179E0BE7D0573571FD58D1FB1CD2CF4FFE83A3(__this, /*hidden argument*/NULL); // } return; } IL_004f: { // OnExit(); FMODEventPlayableBehavior_OnExit_m541C1C1AC587B46DFA64353E73A95E3A919560FC(__this, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.FMODEventPlayableBehavior::OnGraphStop(UnityEngine.Playables.Playable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayableBehavior_OnGraphStop_m176103B344E3DE241AAE41E9DD521C6BD625A13E (FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, 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)); { // isPlayheadInside = false; __this->set_isPlayheadInside_7((bool)0); // if (eventInstance.isValid()) EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_0 = __this->get_address_of_eventInstance_8(); bool L_1; L_1 = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_003b; } } { // eventInstance.stop(FMOD.Studio.STOP_MODE.IMMEDIATE); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_2 = __this->get_address_of_eventInstance_8(); int32_t L_3; L_3 = EventInstance_stop_mA8E03AF1E11B25790B1EDB4CBA6FB95B485451F3((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_2, 1, /*hidden argument*/NULL); // eventInstance.release(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_4 = __this->get_address_of_eventInstance_8(); int32_t L_5; L_5 = EventInstance_release_m012DDAB8EC67E2F69000A1A013714E91CF569082((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_4, /*hidden argument*/NULL); // RuntimeManager.StudioSystem.update(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 L_6; L_6 = RuntimeManager_get_StudioSystem_m8B2E68C05A396FD847539CA6556A83D2342C55CA(/*hidden argument*/NULL); V_0 = L_6; int32_t L_7; L_7 = System_update_m398AD04EE5D4DD3CC8A01AF3BAF2355CFF31A82B((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)(&V_0), /*hidden argument*/NULL); } IL_003b: { // } return; } } // System.Void FMODUnity.FMODEventPlayableBehavior::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventPlayableBehavior__ctor_m97C172D4AF6BE0AFAF030D1357C2A7D88350FBE6 (FMODEventPlayableBehavior_tDC50796DE348B45946BF9932CC980DFEF0AE0674 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD94DBD9FDBA4EEBFF4416CDECC492BE193168768_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public ParamRef[] parameters = new ParamRef[0]; ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B* L_0 = (ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B*)(ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B*)SZArrayNew(ParamRefU5BU5D_t170620C53578FAD812BED2B6E2FB0341709CC95B_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_parameters_2(L_0); // public List parameterLinks = new List(); List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 * L_1 = (List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54 *)il2cpp_codegen_object_new(List_1_t67E96EA60EB24570B25EBFA376A2BD78C0FE2E54_il2cpp_TypeInfo_var); List_1__ctor_mD94DBD9FDBA4EEBFF4416CDECC492BE193168768(L_1, /*hidden argument*/List_1__ctor_mD94DBD9FDBA4EEBFF4416CDECC492BE193168768_RuntimeMethod_var); __this->set_parameterLinks_3(L_1); // private float currentVolume = 1; __this->set_currentVolume_9((1.0f)); PlayableBehaviour__ctor_m1EA2FC6B8DE3503745344E7BBAA0B40FDCD50FC8(__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 // UnityEngine.Playables.Playable FMODUnity.FMODEventTrack::CreateTrackMixer(UnityEngine.Playables.PlayableGraph,UnityEngine.GameObject,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 FMODEventTrack_CreateTrackMixer_m07E6E22F1B8E4800C0701E5E83E66CB198634B6E (FMODEventTrack_t6E8EA0C270AC79118813F88FFF435200F4C90F2B * __this, PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A ___graph0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___go1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisPlayableDirector_t63912C98A4EC9D4701E88B633E27E0D97209BA38_m3D32B48A597D5DB9C11F87B94BB4C0853DA88686_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t2B9913D3A516FD389D1F8DD573D215DE3F85783C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tDB38FB6AB422E000350B5DBF1B2E91D22AF69F39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptPlayable_1_Create_m532482E5B935F2924FCA257B4A951A47D2CE0FBE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptPlayable_1_op_Implicit_mC2351F39951490BFD15986A4F0AB9E2050E87AA4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_0 = NULL; RuntimeObject* V_1 = NULL; TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * V_2 = NULL; FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var director = go.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___go1; NullCheck(L_0); PlayableDirector_t63912C98A4EC9D4701E88B633E27E0D97209BA38 * L_1; L_1 = GameObject_GetComponent_TisPlayableDirector_t63912C98A4EC9D4701E88B633E27E0D97209BA38_m3D32B48A597D5DB9C11F87B94BB4C0853DA88686(L_0, /*hidden argument*/GameObject_GetComponent_TisPlayableDirector_t63912C98A4EC9D4701E88B633E27E0D97209BA38_m3D32B48A597D5DB9C11F87B94BB4C0853DA88686_RuntimeMethod_var); // var trackTargetObject = director.GetGenericBinding(this) as GameObject; NullCheck(L_1); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_2; L_2 = PlayableDirector_GetGenericBinding_m38A4F65D838B0E0E4E5D96A7A648FBDAAB62ADD8(L_1, __this, /*hidden argument*/NULL); V_0 = ((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)IsInstSealed((RuntimeObject*)L_2, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var)); // foreach (var clip in GetClips()) RuntimeObject* L_3; L_3 = TrackAsset_GetClips_m31018DAFC45C73E0F9BB6CC60C734016ED1D28CE(__this, /*hidden argument*/NULL); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t2B9913D3A516FD389D1F8DD573D215DE3F85783C_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } IL_001e: try { // begin try (depth: 1) { goto IL_0049; } IL_0020: { // foreach (var clip in GetClips()) RuntimeObject* L_5 = V_1; NullCheck(L_5); TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * L_6; L_6 = InterfaceFuncInvoker0< TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tDB38FB6AB422E000350B5DBF1B2E91D22AF69F39_il2cpp_TypeInfo_var, L_5); V_2 = L_6; // var playableAsset = clip.asset as FMODEventPlayable; TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * L_7 = V_2; NullCheck(L_7); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_8; L_8 = TimelineClip_get_asset_m147143A7209205C975960CA4E67BE2B6E408DBDA_inline(L_7, /*hidden argument*/NULL); V_3 = ((FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 *)IsInstClass((RuntimeObject*)L_8, FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1_il2cpp_TypeInfo_var)); // if (playableAsset) FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_10; L_10 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0049; } } IL_003b: { // playableAsset.TrackTargetObject = trackTargetObject; FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * L_11 = V_3; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12 = V_0; NullCheck(L_11); FMODEventPlayable_set_TrackTargetObject_mFEDA9C0C3BC1638A9A27DA37185B3DB45E5ED7DC_inline(L_11, L_12, /*hidden argument*/NULL); // playableAsset.OwningClip = clip; FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * L_13 = V_3; TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * L_14 = V_2; NullCheck(L_13); FMODEventPlayable_set_OwningClip_m45FE93FFE8B5ED1898E61BE68AD1F2B7C636FC54_inline(L_13, L_14, /*hidden argument*/NULL); } IL_0049: { // foreach (var clip in GetClips()) RuntimeObject* L_15 = V_1; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0020; } } IL_0051: { IL2CPP_LEAVE(0x5D, FINALLY_0053); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0053; } FINALLY_0053: { // begin finally (depth: 1) { RuntimeObject* L_17 = V_1; if (!L_17) { goto IL_005c; } } IL_0056: { RuntimeObject* L_18 = V_1; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_18); } IL_005c: { IL2CPP_END_FINALLY(83) } } // end finally (depth: 1) IL2CPP_CLEANUP(83) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5D, IL_005d) } IL_005d: { // var scriptPlayable = ScriptPlayable.Create(graph, template, inputCount); PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A L_19 = ___graph0; FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB * L_20 = __this->get_template_28(); int32_t L_21 = ___inputCount2; IL2CPP_RUNTIME_CLASS_INIT(ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138_il2cpp_TypeInfo_var); ScriptPlayable_1_tF5C6BCF62901650B6BAAA0E80E1E3247D5309138 L_22; L_22 = ScriptPlayable_1_Create_m532482E5B935F2924FCA257B4A951A47D2CE0FBE(L_19, L_20, L_21, /*hidden argument*/ScriptPlayable_1_Create_m532482E5B935F2924FCA257B4A951A47D2CE0FBE_RuntimeMethod_var); // return scriptPlayable; Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 L_23; L_23 = ScriptPlayable_1_op_Implicit_mC2351F39951490BFD15986A4F0AB9E2050E87AA4(L_22, /*hidden argument*/ScriptPlayable_1_op_Implicit_mC2351F39951490BFD15986A4F0AB9E2050E87AA4_RuntimeMethod_var); return L_23; } } // System.Void FMODUnity.FMODEventTrack::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODEventTrack__ctor_m9D2AB06FF679BEDD1FFBF15082163FE7A1547EE0 (FMODEventTrack_t6E8EA0C270AC79118813F88FFF435200F4C90F2B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public FMODEventMixerBehaviour template = new FMODEventMixerBehaviour(); FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB * L_0 = (FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB *)il2cpp_codegen_object_new(FMODEventMixerBehaviour_tD996A02937D45FC043564C3181A7709CD7C862DB_il2cpp_TypeInfo_var); FMODEventMixerBehaviour__ctor_mD827944561A9A3497C356035A8389A01C365E7F0(L_0, /*hidden argument*/NULL); __this->set_template_28(L_0); IL2CPP_RUNTIME_CLASS_INIT(TrackAsset_t423A7B49BA61FF4B7CF88A6DC8F94E0E19CF9628_il2cpp_TypeInfo_var); TrackAsset__ctor_m7C48D12914098F6029C001D474737762AF76A78F(__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.FMODRuntimeManagerOnGUIHelper::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODRuntimeManagerOnGUIHelper_OnGUI_m9A994CEDE4D3C91E785D248E39567F8586E75984 (FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 * __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; } { // if (TargetRuntimeManager) RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0 = __this->get_TargetRuntimeManager_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_0018; } } { // TargetRuntimeManager.ExecuteOnGUI(); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_2 = __this->get_TargetRuntimeManager_4(); NullCheck(L_2); RuntimeManager_ExecuteOnGUI_m88BB9E0A156E1DD2D7C761352DA761E6E1CF8D80(L_2, /*hidden argument*/NULL); } IL_0018: { // } return; } } // System.Void FMODUnity.FMODRuntimeManagerOnGUIHelper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODRuntimeManagerOnGUIHelper__ctor_mEE0F8EF7C8E01CFDDDD26F7293C9B844EEAD5032 (FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 * __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.RESULT FMOD.Factory::System_Create(FMOD.System&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Factory_System_Create_mCF1847F253E760DFAFAEB8277A655128E6ABF2AD (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * ___system0, const RuntimeMethod* method) { { // return FMOD5_System_Create(out system.handle, VERSION.number); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_0 = ___system0; intptr_t* L_1 = L_0->get_address_of_handle_0(); int32_t L_2; L_2 = Factory_FMOD5_System_Create_mDED077E95215024AA3D2AD0551E948D0F6D7F531((intptr_t*)L_1, ((int32_t)131588), /*hidden argument*/NULL); return L_2; } } // FMOD.RESULT FMOD.Factory::FMOD5_System_Create(System.IntPtr&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Factory_FMOD5_System_Create_mDED077E95215024AA3D2AD0551E948D0F6D7F531 (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"), "FMOD5_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(FMOD5_System_Create)(___system0, ___headerversion1); #else int32_t returnValue = il2cppPInvokeFunc(___system0, ___headerversion1); #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 // System.Void FMOD.GUID::.ctor(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUID__ctor_m3412D12A04299D0940C310EAECA6144D41A8E6F8 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * __this, Guid_t ___guid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] bytes = guid.ToByteArray(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Guid_ToByteArray_mFD26B992E49518AE955F1FE244A9464A5E347E0A((Guid_t *)(&___guid0), /*hidden argument*/NULL); V_0 = L_0; // Data1 = BitConverter.ToInt32(bytes, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); int32_t L_2; L_2 = BitConverter_ToInt32_m6C9D9DF7A40AA0C688BE3968C00A932089660E03(L_1, 0, /*hidden argument*/NULL); __this->set_Data1_0(L_2); // Data2 = BitConverter.ToInt32(bytes, 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; int32_t L_4; L_4 = BitConverter_ToInt32_m6C9D9DF7A40AA0C688BE3968C00A932089660E03(L_3, 4, /*hidden argument*/NULL); __this->set_Data2_1(L_4); // Data3 = BitConverter.ToInt32(bytes, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; int32_t L_6; L_6 = BitConverter_ToInt32_m6C9D9DF7A40AA0C688BE3968C00A932089660E03(L_5, 8, /*hidden argument*/NULL); __this->set_Data3_2(L_6); // Data4 = BitConverter.ToInt32(bytes, 12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; int32_t L_8; L_8 = BitConverter_ToInt32_m6C9D9DF7A40AA0C688BE3968C00A932089660E03(L_7, ((int32_t)12), /*hidden argument*/NULL); __this->set_Data4_3(L_8); // } return; } } IL2CPP_EXTERN_C void GUID__ctor_m3412D12A04299D0940C310EAECA6144D41A8E6F8_AdjustorThunk (RuntimeObject * __this, Guid_t ___guid0, const RuntimeMethod* method) { int32_t _offset = 1; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * _thisAdjusted = reinterpret_cast(__this + _offset); GUID__ctor_m3412D12A04299D0940C310EAECA6144D41A8E6F8(_thisAdjusted, ___guid0, method); } // FMOD.GUID FMOD.GUID::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC GUID_Parse_m6FE9A8BDA72AABB3553C52A23E4863BE5E1D95B0 (String_t* ___s0, const RuntimeMethod* method) { { // return new GUID(new Guid(s)); String_t* L_0 = ___s0; Guid_t L_1; memset((&L_1), 0, sizeof(L_1)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_1), L_0, /*hidden argument*/NULL); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_2; memset((&L_2), 0, sizeof(L_2)); GUID__ctor_m3412D12A04299D0940C310EAECA6144D41A8E6F8((&L_2), L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean FMOD.GUID::get_IsNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUID_get_IsNull_mA8991B1E55107D142A912ED96A36E009FB52DBF3 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * __this, const RuntimeMethod* method) { { // return Data1 == 0 // && Data2 == 0 // && Data3 == 0 // && Data4 == 0; int32_t L_0 = __this->get_Data1_0(); if (L_0) { goto IL_0022; } } { int32_t L_1 = __this->get_Data2_1(); if (L_1) { goto IL_0022; } } { int32_t L_2 = __this->get_Data3_2(); if (L_2) { goto IL_0022; } } { int32_t L_3 = __this->get_Data4_3(); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_0022: { return (bool)0; } } IL2CPP_EXTERN_C bool GUID_get_IsNull_mA8991B1E55107D142A912ED96A36E009FB52DBF3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = GUID_get_IsNull_mA8991B1E55107D142A912ED96A36E009FB52DBF3(_thisAdjusted, method); return _returnValue; } // System.Boolean FMOD.GUID::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUID_Equals_mC7BA231A42502BB8B6A817F4925EA348B4F31A41 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (other is GUID) && Equals((GUID)other); RuntimeObject * L_0 = ___other0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject * L_1 = ___other0; bool L_2; L_2 = GUID_Equals_m3194A1E9A43F3756426E19B756ECD49EAD0A6D9D((GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)__this, ((*(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)((GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)UnBox(L_1, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool GUID_Equals_mC7BA231A42502BB8B6A817F4925EA348B4F31A41_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { int32_t _offset = 1; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = GUID_Equals_mC7BA231A42502BB8B6A817F4925EA348B4F31A41(_thisAdjusted, ___other0, method); return _returnValue; } // 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) { { // return Data1 == other.Data1 // && Data2 == other.Data2 // && Data3 == other.Data3 // && Data4 == other.Data4; int32_t L_0 = __this->get_Data1_0(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_1 = ___other0; int32_t L_2 = L_1.get_Data1_0(); if ((!(((uint32_t)L_0) == ((uint32_t)L_2)))) { goto IL_0039; } } { int32_t L_3 = __this->get_Data2_1(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_4 = ___other0; int32_t L_5 = L_4.get_Data2_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_0039; } } { int32_t L_6 = __this->get_Data3_2(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_7 = ___other0; int32_t L_8 = L_7.get_Data3_2(); if ((!(((uint32_t)L_6) == ((uint32_t)L_8)))) { goto IL_0039; } } { int32_t L_9 = __this->get_Data4_3(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_10 = ___other0; int32_t L_11 = L_10.get_Data4_3(); return (bool)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0); } IL_0039: { return (bool)0; } } IL2CPP_EXTERN_C bool GUID_Equals_m3194A1E9A43F3756426E19B756ECD49EAD0A6D9D_AdjustorThunk (RuntimeObject * __this, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___other0, const RuntimeMethod* method) { int32_t _offset = 1; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = GUID_Equals_m3194A1E9A43F3756426E19B756ECD49EAD0A6D9D(_thisAdjusted, ___other0, method); return _returnValue; } // System.Boolean FMOD.GUID::op_Equality(FMOD.GUID,FMOD.GUID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUID_op_Equality_mB69AE249F4410DE649674896B013CF5E863675E1 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___a0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___b1, const RuntimeMethod* method) { { // return a.Equals(b); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_0 = ___b1; bool L_1; L_1 = GUID_Equals_m3194A1E9A43F3756426E19B756ECD49EAD0A6D9D((GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)(&___a0), L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean FMOD.GUID::op_Inequality(FMOD.GUID,FMOD.GUID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUID_op_Inequality_m8275889539B3BE91059D830EED2087461B320733 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___a0, GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___b1, const RuntimeMethod* method) { { // return !a.Equals(b); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_0 = ___b1; bool L_1; L_1 = GUID_Equals_m3194A1E9A43F3756426E19B756ECD49EAD0A6D9D((GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)(&___a0), L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Int32 FMOD.GUID::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUID_GetHashCode_mC777BDDDB17A048258A3BC3C8E90916D13BF71F1 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * __this, const RuntimeMethod* method) { { // return Data1 ^ Data2 ^ Data3 ^ Data4; int32_t L_0 = __this->get_Data1_0(); int32_t L_1 = __this->get_Data2_1(); int32_t L_2 = __this->get_Data3_2(); int32_t L_3 = __this->get_Data4_3(); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)L_1))^(int32_t)L_2))^(int32_t)L_3)); } } IL2CPP_EXTERN_C int32_t GUID_GetHashCode_mC777BDDDB17A048258A3BC3C8E90916D13BF71F1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = GUID_GetHashCode_mC777BDDDB17A048258A3BC3C8E90916D13BF71F1(_thisAdjusted, method); return _returnValue; } // System.Guid FMOD.GUID::op_Implicit(FMOD.GUID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t GUID_op_Implicit_mB439E209A22A1B87EE4533DFFE2DB49BCD0F5D56 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___guid0, const RuntimeMethod* method) { { // return new Guid(guid.Data1, // (short) ((guid.Data2 >> 0) & 0xFFFF), // (short) ((guid.Data2 >> 16) & 0xFFFF), // (byte) ((guid.Data3 >> 0) & 0xFF), // (byte) ((guid.Data3 >> 8) & 0xFF), // (byte) ((guid.Data3 >> 16) & 0xFF), // (byte) ((guid.Data3 >> 24) & 0xFF), // (byte) ((guid.Data4 >> 0) & 0xFF), // (byte) ((guid.Data4 >> 8) & 0xFF), // (byte) ((guid.Data4 >> 16) & 0xFF), // (byte) ((guid.Data4 >> 24) & 0xFF) // ); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_0 = ___guid0; int32_t L_1 = L_0.get_Data1_0(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_2 = ___guid0; int32_t L_3 = L_2.get_Data2_1(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_4 = ___guid0; int32_t L_5 = L_4.get_Data2_1(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_6 = ___guid0; int32_t L_7 = L_6.get_Data3_2(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_8 = ___guid0; int32_t L_9 = L_8.get_Data3_2(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_10 = ___guid0; int32_t L_11 = L_10.get_Data3_2(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_12 = ___guid0; int32_t L_13 = L_12.get_Data3_2(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_14 = ___guid0; int32_t L_15 = L_14.get_Data4_3(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_16 = ___guid0; int32_t L_17 = L_16.get_Data4_3(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_18 = ___guid0; int32_t L_19 = L_18.get_Data4_3(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_20 = ___guid0; int32_t L_21 = L_20.get_Data4_3(); Guid_t L_22; memset((&L_22), 0, sizeof(L_22)); Guid__ctor_m5FA1AE228005971FBD520A9379FFE3C0C7D2A61A((&L_22), L_1, ((int16_t)((int16_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)65535))))), ((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)65535))))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)255))))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9>>(int32_t)8))&(int32_t)((int32_t)255))))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)255))))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_13>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255))))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255))))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17>>(int32_t)8))&(int32_t)((int32_t)255))))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)255))))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_21>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255))))), /*hidden argument*/NULL); return L_22; } } // System.String FMOD.GUID::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUID_ToString_m11A18A57461855A91F7255E1816D5D59F7C51406 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB69FA1AB6BB831506EFCAD83900FEE751E85F6F); s_Il2CppMethodInitialized = true; } Guid_t V_0; memset((&V_0), 0, sizeof(V_0)); { // return ((Guid)this).ToString("B"); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_0 = (*(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)__this); Guid_t L_1; L_1 = GUID_op_Implicit_mB439E209A22A1B87EE4533DFFE2DB49BCD0F5D56(L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = Guid_ToString_mB4CBA020EEFAC3F6E828BB8A15E813F3680CEFAB((Guid_t *)(&V_0), _stringLiteralAB69FA1AB6BB831506EFCAD83900FEE751E85F6F, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C String_t* GUID_ToString_m11A18A57461855A91F7255E1816D5D59F7C51406_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = GUID_ToString_m11A18A57461855A91F7255E1816D5D59F7C51406(_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 // FMOD.RESULT FMOD.Geometry::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_release_m922EDEA2B4CA1CB8D6B1F7E6D95834ACD08E6B03 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, const RuntimeMethod* method) { { // return FMOD5_Geometry_Release(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = Geometry_FMOD5_Geometry_Release_m59D062FEFC8AE7440CA840E105C56ECBBD985B32((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Geometry_release_m922EDEA2B4CA1CB8D6B1F7E6D95834ACD08E6B03_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_release_m922EDEA2B4CA1CB8D6B1F7E6D95834ACD08E6B03(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::addPolygon(System.Single,System.Single,System.Boolean,System.Int32,FMOD.VECTOR[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_addPolygon_m74FB964870A7F95230B5AAEF60C0B7F72A65192A (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, float ___directocclusion0, float ___reverbocclusion1, bool ___doublesided2, int32_t ___numvertices3, VECTORU5BU5D_t1C33E14EEC99D866DC3CA50AF5A1373DDC9246AC* ___vertices4, int32_t* ___polygonindex5, const RuntimeMethod* method) { { // return FMOD5_Geometry_AddPolygon(this.handle, directocclusion, reverbocclusion, doublesided, numvertices, vertices, out polygonindex); intptr_t L_0 = __this->get_handle_0(); float L_1 = ___directocclusion0; float L_2 = ___reverbocclusion1; bool L_3 = ___doublesided2; int32_t L_4 = ___numvertices3; VECTORU5BU5D_t1C33E14EEC99D866DC3CA50AF5A1373DDC9246AC* L_5 = ___vertices4; int32_t* L_6 = ___polygonindex5; int32_t L_7; L_7 = Geometry_FMOD5_Geometry_AddPolygon_m48FE96501331536FB1A3CEB579902BBA131E9CA0((intptr_t)L_0, L_1, L_2, L_3, L_4, L_5, (int32_t*)L_6, /*hidden argument*/NULL); return L_7; } } IL2CPP_EXTERN_C int32_t Geometry_addPolygon_m74FB964870A7F95230B5AAEF60C0B7F72A65192A_AdjustorThunk (RuntimeObject * __this, float ___directocclusion0, float ___reverbocclusion1, bool ___doublesided2, int32_t ___numvertices3, VECTORU5BU5D_t1C33E14EEC99D866DC3CA50AF5A1373DDC9246AC* ___vertices4, int32_t* ___polygonindex5, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_addPolygon_m74FB964870A7F95230B5AAEF60C0B7F72A65192A(_thisAdjusted, ___directocclusion0, ___reverbocclusion1, ___doublesided2, ___numvertices3, ___vertices4, ___polygonindex5, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::getNumPolygons(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getNumPolygons_mD889AE959752A41440EE8A064BE8F7F805723C48 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, int32_t* ___numpolygons0, const RuntimeMethod* method) { { // return FMOD5_Geometry_GetNumPolygons(this.handle, out numpolygons); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___numpolygons0; int32_t L_2; L_2 = Geometry_FMOD5_Geometry_GetNumPolygons_m7EB3A387D6A8F7FF30F6DF00984E5A812FFEEA12((intptr_t)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Geometry_getNumPolygons_mD889AE959752A41440EE8A064BE8F7F805723C48_AdjustorThunk (RuntimeObject * __this, int32_t* ___numpolygons0, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_getNumPolygons_mD889AE959752A41440EE8A064BE8F7F805723C48(_thisAdjusted, ___numpolygons0, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::getMaxPolygons(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getMaxPolygons_m183175BA8FF3D1DB486106F3E696924EB6295328 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, int32_t* ___maxpolygons0, int32_t* ___maxvertices1, const RuntimeMethod* method) { { // return FMOD5_Geometry_GetMaxPolygons(this.handle, out maxpolygons, out maxvertices); intptr_t L_0 = __this->get_handle_0(); int32_t* L_1 = ___maxpolygons0; int32_t* L_2 = ___maxvertices1; int32_t L_3; L_3 = Geometry_FMOD5_Geometry_GetMaxPolygons_m4B5C106165B2FA006658EA379DB9A206E7585150((intptr_t)L_0, (int32_t*)L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Geometry_getMaxPolygons_m183175BA8FF3D1DB486106F3E696924EB6295328_AdjustorThunk (RuntimeObject * __this, int32_t* ___maxpolygons0, int32_t* ___maxvertices1, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_getMaxPolygons_m183175BA8FF3D1DB486106F3E696924EB6295328(_thisAdjusted, ___maxpolygons0, ___maxvertices1, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::getPolygonNumVertices(System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPolygonNumVertices_mA5F5D3E414D6C503189645AB49730BA66968FD9D (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, int32_t ___index0, int32_t* ___numvertices1, const RuntimeMethod* method) { { // return FMOD5_Geometry_GetPolygonNumVertices(this.handle, index, out numvertices); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; int32_t* L_2 = ___numvertices1; int32_t L_3; L_3 = Geometry_FMOD5_Geometry_GetPolygonNumVertices_m5015B144CA255940F06A5D4601D33D3825CBA131((intptr_t)L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Geometry_getPolygonNumVertices_mA5F5D3E414D6C503189645AB49730BA66968FD9D_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, int32_t* ___numvertices1, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_getPolygonNumVertices_mA5F5D3E414D6C503189645AB49730BA66968FD9D(_thisAdjusted, ___index0, ___numvertices1, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::setPolygonVertex(System.Int32,System.Int32,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setPolygonVertex_mCCD6447A6192EB728F2EDAA58814CA7A93CB893A (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, int32_t ___index0, int32_t ___vertexindex1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vertex2, const RuntimeMethod* method) { { // return FMOD5_Geometry_SetPolygonVertex(this.handle, index, vertexindex, ref vertex); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; int32_t L_2 = ___vertexindex1; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_3 = ___vertex2; int32_t L_4; L_4 = Geometry_FMOD5_Geometry_SetPolygonVertex_m8C053656E88129C90B5CA12E6CC3BA23BB642FD4((intptr_t)L_0, L_1, L_2, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Geometry_setPolygonVertex_mCCD6447A6192EB728F2EDAA58814CA7A93CB893A_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, int32_t ___vertexindex1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vertex2, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_setPolygonVertex_mCCD6447A6192EB728F2EDAA58814CA7A93CB893A(_thisAdjusted, ___index0, ___vertexindex1, ___vertex2, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::getPolygonVertex(System.Int32,System.Int32,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPolygonVertex_m23D03537403791EFEA25AF6120623ACFF9CDDB86 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, int32_t ___index0, int32_t ___vertexindex1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vertex2, const RuntimeMethod* method) { { // return FMOD5_Geometry_GetPolygonVertex(this.handle, index, vertexindex, out vertex); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; int32_t L_2 = ___vertexindex1; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_3 = ___vertex2; int32_t L_4; L_4 = Geometry_FMOD5_Geometry_GetPolygonVertex_m9CC4CA29D50E4A0E1D7D6B1BDD901FD274C5F982((intptr_t)L_0, L_1, L_2, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Geometry_getPolygonVertex_m23D03537403791EFEA25AF6120623ACFF9CDDB86_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, int32_t ___vertexindex1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vertex2, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_getPolygonVertex_m23D03537403791EFEA25AF6120623ACFF9CDDB86(_thisAdjusted, ___index0, ___vertexindex1, ___vertex2, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::setPolygonAttributes(System.Int32,System.Single,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setPolygonAttributes_mDDD14511A3D8767EAB2A3BE35B7286C4338880D9 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, int32_t ___index0, float ___directocclusion1, float ___reverbocclusion2, bool ___doublesided3, const RuntimeMethod* method) { { // return FMOD5_Geometry_SetPolygonAttributes(this.handle, index, directocclusion, reverbocclusion, doublesided); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; float L_2 = ___directocclusion1; float L_3 = ___reverbocclusion2; bool L_4 = ___doublesided3; int32_t L_5; L_5 = Geometry_FMOD5_Geometry_SetPolygonAttributes_m53462CD30CD4315C79886E60B32B7F154AAF568A((intptr_t)L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C int32_t Geometry_setPolygonAttributes_mDDD14511A3D8767EAB2A3BE35B7286C4338880D9_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, float ___directocclusion1, float ___reverbocclusion2, bool ___doublesided3, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_setPolygonAttributes_mDDD14511A3D8767EAB2A3BE35B7286C4338880D9(_thisAdjusted, ___index0, ___directocclusion1, ___reverbocclusion2, ___doublesided3, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::getPolygonAttributes(System.Int32,System.Single&,System.Single&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPolygonAttributes_m70EE946C9951FAE67B8B818C7CF72EA74EE3FDB9 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, int32_t ___index0, float* ___directocclusion1, float* ___reverbocclusion2, bool* ___doublesided3, const RuntimeMethod* method) { { // return FMOD5_Geometry_GetPolygonAttributes(this.handle, index, out directocclusion, out reverbocclusion, out doublesided); intptr_t L_0 = __this->get_handle_0(); int32_t L_1 = ___index0; float* L_2 = ___directocclusion1; float* L_3 = ___reverbocclusion2; bool* L_4 = ___doublesided3; int32_t L_5; L_5 = Geometry_FMOD5_Geometry_GetPolygonAttributes_m866471C7EC20A0B727D29BACAF85E866E97AA3B9((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 Geometry_getPolygonAttributes_m70EE946C9951FAE67B8B818C7CF72EA74EE3FDB9_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, float* ___directocclusion1, float* ___reverbocclusion2, bool* ___doublesided3, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_getPolygonAttributes_m70EE946C9951FAE67B8B818C7CF72EA74EE3FDB9(_thisAdjusted, ___index0, ___directocclusion1, ___reverbocclusion2, ___doublesided3, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::setActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setActive_m5F13A4352FB8342BE98FE5DA95A1D43927067FCA (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, bool ___active0, const RuntimeMethod* method) { { // return FMOD5_Geometry_SetActive(this.handle, active); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___active0; int32_t L_2; L_2 = Geometry_FMOD5_Geometry_SetActive_m1BF0F43148ECE5D781C9FC5FCBC3DAE4C2E35CCF((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Geometry_setActive_m5F13A4352FB8342BE98FE5DA95A1D43927067FCA_AdjustorThunk (RuntimeObject * __this, bool ___active0, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_setActive_m5F13A4352FB8342BE98FE5DA95A1D43927067FCA(_thisAdjusted, ___active0, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::getActive(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getActive_m98B10A98DC8C2894845F7BC4D6FDD0DB144039A6 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, bool* ___active0, const RuntimeMethod* method) { { // return FMOD5_Geometry_GetActive(this.handle, out active); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___active0; int32_t L_2; L_2 = Geometry_FMOD5_Geometry_GetActive_m1FF612D5F53A4C59F8EF06A9541557945E66B3A2((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Geometry_getActive_m98B10A98DC8C2894845F7BC4D6FDD0DB144039A6_AdjustorThunk (RuntimeObject * __this, bool* ___active0, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_getActive_m98B10A98DC8C2894845F7BC4D6FDD0DB144039A6(_thisAdjusted, ___active0, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::setRotation(FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setRotation_m72C25A7A6E425C8DB8B957C2A0514FC3398230AC (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up1, const RuntimeMethod* method) { { // return FMOD5_Geometry_SetRotation(this.handle, ref forward, ref up); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___forward0; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_2 = ___up1; int32_t L_3; L_3 = Geometry_FMOD5_Geometry_SetRotation_m62FF1995B1CE5029ADEFBFD46B2675F5D13EE26A((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Geometry_setRotation_m72C25A7A6E425C8DB8B957C2A0514FC3398230AC_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up1, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_setRotation_m72C25A7A6E425C8DB8B957C2A0514FC3398230AC(_thisAdjusted, ___forward0, ___up1, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::getRotation(FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getRotation_mAC7B322DD804829816F584EA822371339329EAEC (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up1, const RuntimeMethod* method) { { // return FMOD5_Geometry_GetRotation(this.handle, out forward, out up); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___forward0; VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_2 = ___up1; int32_t L_3; L_3 = Geometry_FMOD5_Geometry_GetRotation_mFBF393BB5014F0940348219DA63CF848273E5546((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Geometry_getRotation_mAC7B322DD804829816F584EA822371339329EAEC_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up1, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_getRotation_mAC7B322DD804829816F584EA822371339329EAEC(_thisAdjusted, ___forward0, ___up1, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::setPosition(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setPosition_m1EDA7BA42180D3C46476E7F7C35253443C544292 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position0, const RuntimeMethod* method) { { // return FMOD5_Geometry_SetPosition(this.handle, ref position); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___position0; int32_t L_2; L_2 = Geometry_FMOD5_Geometry_SetPosition_mD480B8FA0D19AE8E95A84291427D2DA48D44135E((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Geometry_setPosition_m1EDA7BA42180D3C46476E7F7C35253443C544292_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position0, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_setPosition_m1EDA7BA42180D3C46476E7F7C35253443C544292(_thisAdjusted, ___position0, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::getPosition(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPosition_m795462C4AFBDB9C5103BD3AC011E6A154A5E8A4F (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position0, const RuntimeMethod* method) { { // return FMOD5_Geometry_GetPosition(this.handle, out position); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___position0; int32_t L_2; L_2 = Geometry_FMOD5_Geometry_GetPosition_m0B11ABE1CEEA73BC10BAFDC2DF47CE71548A24AC((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Geometry_getPosition_m795462C4AFBDB9C5103BD3AC011E6A154A5E8A4F_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position0, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_getPosition_m795462C4AFBDB9C5103BD3AC011E6A154A5E8A4F(_thisAdjusted, ___position0, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::setScale(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setScale_mF5DB54633AEAD321CD6874F96887022B58E020A5 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___scale0, const RuntimeMethod* method) { { // return FMOD5_Geometry_SetScale(this.handle, ref scale); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___scale0; int32_t L_2; L_2 = Geometry_FMOD5_Geometry_SetScale_m6839A8787C965E1C4F85A1D7747399952C04FCF8((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Geometry_setScale_mF5DB54633AEAD321CD6874F96887022B58E020A5_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___scale0, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_setScale_mF5DB54633AEAD321CD6874F96887022B58E020A5(_thisAdjusted, ___scale0, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::getScale(FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getScale_mDA614140923C51565C2DF32455946FE287F8E5BA (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___scale0, const RuntimeMethod* method) { { // return FMOD5_Geometry_GetScale(this.handle, out scale); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___scale0; int32_t L_2; L_2 = Geometry_FMOD5_Geometry_GetScale_m79254D445E2F35075E094D3EE0A0EA7AAA5BDAC5((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Geometry_getScale_mDA614140923C51565C2DF32455946FE287F8E5BA_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___scale0, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_getScale_mDA614140923C51565C2DF32455946FE287F8E5BA(_thisAdjusted, ___scale0, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::save(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_save_mA99C4CAE4AD568E8591AA31B3AEE4F0F5098101D (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, intptr_t ___data0, int32_t* ___datasize1, const RuntimeMethod* method) { { // return FMOD5_Geometry_Save(this.handle, data, out datasize); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___data0; int32_t* L_2 = ___datasize1; int32_t L_3; L_3 = Geometry_FMOD5_Geometry_Save_m7BAE9B9D6E46537F9FD4C0988B5F2C6C57DF267A((intptr_t)L_0, (intptr_t)L_1, (int32_t*)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t Geometry_save_mA99C4CAE4AD568E8591AA31B3AEE4F0F5098101D_AdjustorThunk (RuntimeObject * __this, intptr_t ___data0, int32_t* ___datasize1, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_save_mA99C4CAE4AD568E8591AA31B3AEE4F0F5098101D(_thisAdjusted, ___data0, ___datasize1, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setUserData_mC1B046306AFDB2CD80D17CBEB7733F17476E84BC (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, intptr_t ___userdata0, const RuntimeMethod* method) { { // return FMOD5_Geometry_SetUserData(this.handle, userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___userdata0; int32_t L_2; L_2 = Geometry_FMOD5_Geometry_SetUserData_m100FC93CCB353D08C22F88C0BB0927AEF41A2BF7((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Geometry_setUserData_mC1B046306AFDB2CD80D17CBEB7733F17476E84BC_AdjustorThunk (RuntimeObject * __this, intptr_t ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_setUserData_mC1B046306AFDB2CD80D17CBEB7733F17476E84BC(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getUserData_m8C06B7E821E610B9C64B9C7D4850FA057FBF8093 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { { // return FMOD5_Geometry_GetUserData(this.handle, out userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___userdata0; int32_t L_2; L_2 = Geometry_FMOD5_Geometry_GetUserData_m4904F551081DBBCB6519EC85B3E02B32618566FE((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Geometry_getUserData_m8C06B7E821E610B9C64B9C7D4850FA057FBF8093_AdjustorThunk (RuntimeObject * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Geometry_getUserData_m8C06B7E821E610B9C64B9C7D4850FA057FBF8093(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_Release_m59D062FEFC8AE7440CA840E105C56ECBBD985B32 (intptr_t ___geometry0, 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_Geometry_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_Geometry_Release)(___geometry0); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_AddPolygon(System.IntPtr,System.Single,System.Single,System.Boolean,System.Int32,FMOD.VECTOR[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_AddPolygon_m48FE96501331536FB1A3CEB579902BBA131E9CA0 (intptr_t ___geometry0, float ___directocclusion1, float ___reverbocclusion2, bool ___doublesided3, int32_t ___numvertices4, VECTORU5BU5D_t1C33E14EEC99D866DC3CA50AF5A1373DDC9246AC* ___vertices5, int32_t* ___polygonindex6, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float, int32_t, int32_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(float) + sizeof(float) + 4 + sizeof(int32_t) + sizeof(void*) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Geometry_AddPolygon", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___vertices5' to native representation VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ____vertices5_marshaled = NULL; if (___vertices5 != NULL) { ____vertices5_marshaled = reinterpret_cast((___vertices5)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Geometry_AddPolygon)(___geometry0, ___directocclusion1, ___reverbocclusion2, static_cast(___doublesided3), ___numvertices4, ____vertices5_marshaled, ___polygonindex6); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___directocclusion1, ___reverbocclusion2, static_cast(___doublesided3), ___numvertices4, ____vertices5_marshaled, ___polygonindex6); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetNumPolygons(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetNumPolygons_m7EB3A387D6A8F7FF30F6DF00984E5A812FFEEA12 (intptr_t ___geometry0, int32_t* ___numpolygons1, 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_Geometry_GetNumPolygons", 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_Geometry_GetNumPolygons)(___geometry0, ___numpolygons1); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___numpolygons1); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetMaxPolygons(System.IntPtr,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetMaxPolygons_m4B5C106165B2FA006658EA379DB9A206E7585150 (intptr_t ___geometry0, int32_t* ___maxpolygons1, int32_t* ___maxvertices2, 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_Geometry_GetMaxPolygons", 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_Geometry_GetMaxPolygons)(___geometry0, ___maxpolygons1, ___maxvertices2); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___maxpolygons1, ___maxvertices2); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPolygonNumVertices(System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPolygonNumVertices_m5015B144CA255940F06A5D4601D33D3825CBA131 (intptr_t ___geometry0, int32_t ___index1, int32_t* ___numvertices2, 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_Geometry_GetPolygonNumVertices", 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_Geometry_GetPolygonNumVertices)(___geometry0, ___index1, ___numvertices2); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___index1, ___numvertices2); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetPolygonVertex(System.IntPtr,System.Int32,System.Int32,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetPolygonVertex_m8C053656E88129C90B5CA12E6CC3BA23BB642FD4 (intptr_t ___geometry0, int32_t ___index1, int32_t ___vertexindex2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vertex3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t, 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(int32_t) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Geometry_SetPolygonVertex", 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_Geometry_SetPolygonVertex)(___geometry0, ___index1, ___vertexindex2, ___vertex3); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___index1, ___vertexindex2, ___vertex3); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPolygonVertex(System.IntPtr,System.Int32,System.Int32,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPolygonVertex_m9CC4CA29D50E4A0E1D7D6B1BDD901FD274C5F982 (intptr_t ___geometry0, int32_t ___index1, int32_t ___vertexindex2, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___vertex3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t, 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(int32_t) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Geometry_GetPolygonVertex", 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_Geometry_GetPolygonVertex)(___geometry0, ___index1, ___vertexindex2, ___vertex3); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___index1, ___vertexindex2, ___vertex3); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetPolygonAttributes(System.IntPtr,System.Int32,System.Single,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetPolygonAttributes_m53462CD30CD4315C79886E60B32B7F154AAF568A (intptr_t ___geometry0, int32_t ___index1, float ___directocclusion2, float ___reverbocclusion3, bool ___doublesided4, 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_Geometry_SetPolygonAttributes", 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_Geometry_SetPolygonAttributes)(___geometry0, ___index1, ___directocclusion2, ___reverbocclusion3, static_cast(___doublesided4)); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___index1, ___directocclusion2, ___reverbocclusion3, static_cast(___doublesided4)); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPolygonAttributes(System.IntPtr,System.Int32,System.Single&,System.Single&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPolygonAttributes_m866471C7EC20A0B727D29BACAF85E866E97AA3B9 (intptr_t ___geometry0, int32_t ___index1, float* ___directocclusion2, float* ___reverbocclusion3, bool* ___doublesided4, 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_Geometry_GetPolygonAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___doublesided4' to native representation int32_t ____doublesided4_empty = 0; int32_t* ____doublesided4_marshaled = &____doublesided4_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Geometry_GetPolygonAttributes)(___geometry0, ___index1, ___directocclusion2, ___reverbocclusion3, ____doublesided4_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___index1, ___directocclusion2, ___reverbocclusion3, ____doublesided4_marshaled); #endif // Marshaling of parameter '___doublesided4' back from native representation bool _____doublesided4_marshaled_unmarshaled_dereferenced = false; _____doublesided4_marshaled_unmarshaled_dereferenced = static_cast(*____doublesided4_marshaled); *___doublesided4 = _____doublesided4_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetActive(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetActive_m1BF0F43148ECE5D781C9FC5FCBC3DAE4C2E35CCF (intptr_t ___geometry0, bool ___active1, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Geometry_SetActive", 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_Geometry_SetActive)(___geometry0, static_cast(___active1)); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, static_cast(___active1)); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetActive(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetActive_m1FF612D5F53A4C59F8EF06A9541557945E66B3A2 (intptr_t ___geometry0, bool* ___active1, 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_Geometry_GetActive", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___active1' to native representation int32_t ____active1_empty = 0; int32_t* ____active1_marshaled = &____active1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Geometry_GetActive)(___geometry0, ____active1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ____active1_marshaled); #endif // Marshaling of parameter '___active1' back from native representation bool _____active1_marshaled_unmarshaled_dereferenced = false; _____active1_marshaled_unmarshaled_dereferenced = static_cast(*____active1_marshaled); *___active1 = _____active1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetRotation(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetRotation_m62FF1995B1CE5029ADEFBFD46B2675F5D13EE26A (intptr_t ___geometry0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #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 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Geometry_SetRotation", 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_Geometry_SetRotation)(___geometry0, ___forward1, ___up2); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___forward1, ___up2); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetRotation(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetRotation_mFBF393BB5014F0940348219DA63CF848273E5546 (intptr_t ___geometry0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___forward1, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___up2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #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 *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Geometry_GetRotation", 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_Geometry_GetRotation)(___geometry0, ___forward1, ___up2); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___forward1, ___up2); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetPosition(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetPosition_mD480B8FA0D19AE8E95A84291427D2DA48D44135E (intptr_t ___geometry0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Geometry_SetPosition", 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_Geometry_SetPosition)(___geometry0, ___position1); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___position1); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPosition(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPosition_m0B11ABE1CEEA73BC10BAFDC2DF47CE71548A24AC (intptr_t ___geometry0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Geometry_GetPosition", 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_Geometry_GetPosition)(___geometry0, ___position1); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___position1); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetScale(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetScale_m6839A8787C965E1C4F85A1D7747399952C04FCF8 (intptr_t ___geometry0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___scale1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Geometry_SetScale", 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_Geometry_SetScale)(___geometry0, ___scale1); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___scale1); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetScale(System.IntPtr,FMOD.VECTOR&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetScale_m79254D445E2F35075E094D3EE0A0EA7AAA5BDAC5 (intptr_t ___geometry0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___scale1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Geometry_GetScale", 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_Geometry_GetScale)(___geometry0, ___scale1); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___scale1); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_Save(System.IntPtr,System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_Save_m7BAE9B9D6E46537F9FD4C0988B5F2C6C57DF267A (intptr_t ___geometry0, intptr_t ___data1, int32_t* ___datasize2, 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_Geometry_Save", 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_Geometry_Save)(___geometry0, ___data1, ___datasize2); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___data1, ___datasize2); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetUserData_m100FC93CCB353D08C22F88C0BB0927AEF41A2BF7 (intptr_t ___geometry0, 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_Geometry_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_Geometry_SetUserData)(___geometry0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetUserData_m4904F551081DBBCB6519EC85B3E02B32618566FE (intptr_t ___geometry0, 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_Geometry_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_Geometry_GetUserData)(___geometry0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___geometry0, ___userdata1); #endif return returnValue; } // System.Void FMOD.Geometry::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Geometry__ctor_m784EBA263A2D1662E6888E14775601387F0A8796 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public Geometry(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public Geometry(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void Geometry__ctor_m784EBA263A2D1662E6888E14775601387F0A8796_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); Geometry__ctor_m784EBA263A2D1662E6888E14775601387F0A8796_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.Geometry::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Geometry_hasHandle_m0B352A4C566455564C6ABD44AA477B9D9B1FA2AA (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __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 Geometry_hasHandle_m0B352A4C566455564C6ABD44AA477B9D9B1FA2AA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Geometry_hasHandle_m0B352A4C566455564C6ABD44AA477B9D9B1FA2AA(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.Geometry::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Geometry_clearHandle_m5C6394FD6EE362E4A305482EA145CC2AD880C778 (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __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 Geometry_clearHandle_m5C6394FD6EE362E4A305482EA145CC2AD880C778_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * _thisAdjusted = reinterpret_cast(__this + _offset); Geometry_clearHandle_m5C6394FD6EE362E4A305482EA145CC2AD880C778(_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 #ifdef __clang__ #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 // System.Void FMODUnity.Legacy::CopySetting(System.Collections.Generic.List`1,FMODUnity.Legacy/Platform,FMODUnity.Legacy/Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Legacy_CopySetting_m798CCDBA348B43396A7057DAD97DA2D44B31C5C1 (List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * ___list0, int32_t ___fromPlatform1, int32_t ___toPlatform2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Legacy_CopySetting_TisPlatformBoolSetting_t2E22BFCAF1E3F64C00B56A090BE84DFBBE2BA479_TisTriStateBool_t94CD06884EBE26260E024B75AE612BCF1915A078_m13325BB4ED98DBF7D15A80E4434F9F381F6FD110_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // CopySetting(list, fromPlatform, toPlatform); List_1_t4446E203C345AAD7EE63642706FB2DF65F4D7853 * L_0 = ___list0; int32_t L_1 = ___fromPlatform1; int32_t L_2 = ___toPlatform2; Legacy_CopySetting_TisPlatformBoolSetting_t2E22BFCAF1E3F64C00B56A090BE84DFBBE2BA479_TisTriStateBool_t94CD06884EBE26260E024B75AE612BCF1915A078_m13325BB4ED98DBF7D15A80E4434F9F381F6FD110(L_0, L_1, L_2, /*hidden argument*/Legacy_CopySetting_TisPlatformBoolSetting_t2E22BFCAF1E3F64C00B56A090BE84DFBBE2BA479_TisTriStateBool_t94CD06884EBE26260E024B75AE612BCF1915A078_m13325BB4ED98DBF7D15A80E4434F9F381F6FD110_RuntimeMethod_var); // } return; } } // System.Void FMODUnity.Legacy::CopySetting(System.Collections.Generic.List`1,FMODUnity.Legacy/Platform,FMODUnity.Legacy/Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Legacy_CopySetting_m972E54811ACA5E2D78C6F6EDDAB31CE8AB6CE074 (List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * ___list0, int32_t ___fromPlatform1, int32_t ___toPlatform2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Legacy_CopySetting_TisPlatformIntSetting_t9864FB4E1B651288FBC26FB386A06161EBBE30D3_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF80D43CA6BC08B52AD4711B53ECF2321BD6A14EF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // CopySetting(list, fromPlatform, toPlatform); List_1_tD5245D8B54DC671D5336D69EF644A4006E610F16 * L_0 = ___list0; int32_t L_1 = ___fromPlatform1; int32_t L_2 = ___toPlatform2; Legacy_CopySetting_TisPlatformIntSetting_t9864FB4E1B651288FBC26FB386A06161EBBE30D3_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF80D43CA6BC08B52AD4711B53ECF2321BD6A14EF(L_0, L_1, L_2, /*hidden argument*/Legacy_CopySetting_TisPlatformIntSetting_t9864FB4E1B651288FBC26FB386A06161EBBE30D3_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF80D43CA6BC08B52AD4711B53ECF2321BD6A14EF_RuntimeMethod_var); // } return; } } // System.String FMODUnity.Legacy::DisplayName(FMODUnity.Legacy/Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Legacy_DisplayName_mDF292E56122F9C6CF3EF834F754C21E4956538D3 (int32_t ___platform0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02C40259E61EE4B09AAF6B657AB54959FAC44C31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12CCE32A67C1784A97C154F54260402589D6062F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral357434484751BA5EBE0EFE7F1BFD26D693185794); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58A8A3EEA541D5186B9BBFED94BED85427AFACBB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D54E959817188DBAD9E65FA3DB55F06B70F5E3C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63782A242F395C6C620CDF0025BBD66B1BE4E20B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66058A51EA58A429278D527F63D024253EF76B0F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74C41D7A9373CC7D9D1B647A4B95E7D2FD283AAE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77843243D4312B40A1163EFE55D56961E2352D09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98640301199A1D7C9AE6CBFAC5E6D60D65750B91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9207916909892478747D50EF98A5247A2790F6D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB414C73F9E54AF3AD8F7CFB654C37B3A3B13925); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB784C0FDB5E2F468943EF04EB13EE0E6135421C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0056B976C82A16471C1EC65E67557F32F8BD277); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE135183C7AC30059D6AECBAC5950EE09DF743096); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3F62D414A0B01C49EE394A33FC5C83037DA79D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDFB7950D8BA48969BB1CCF3BA5823E86CE096D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF748A5A4C122F1116474B0671EEF38401C66BAED); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___platform0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)3))) { case 0: { goto IL_0060; } case 1: { goto IL_0078; } case 2: { goto IL_00a2; } case 3: { goto IL_00a8; } case 4: { goto IL_0066; } case 5: { goto IL_0084; } case 6: { goto IL_0072; } case 7: { goto IL_005a; } case 8: { goto IL_006c; } case 9: { goto IL_0096; } case 10: { goto IL_00c0; } case 11: { goto IL_0090; } case 12: { goto IL_007e; } case 13: { goto IL_00c0; } case 14: { goto IL_00c0; } case 15: { goto IL_009c; } case 16: { goto IL_008a; } case 17: { goto IL_00b4; } case 18: { goto IL_00ba; } case 19: { goto IL_00ae; } } } { goto IL_00c0; } IL_005a: { // return "Linux"; return _stringLiteral63782A242F395C6C620CDF0025BBD66B1BE4E20B; } IL_0060: { // return "Desktop"; return _stringLiteralDB784C0FDB5E2F468943EF04EB13EE0E6135421C; } IL_0066: { // return "Console"; return _stringLiteral02C40259E61EE4B09AAF6B657AB54959FAC44C31; } IL_006c: { // return "iOS"; return _stringLiteralEDFB7950D8BA48969BB1CCF3BA5823E86CE096D1; } IL_0072: { // return "OSX"; return _stringLiteralB9207916909892478747D50EF98A5247A2790F6D; } IL_0078: { // return "Mobile"; return _stringLiteralCB414C73F9E54AF3AD8F7CFB654C37B3A3B13925; } IL_007e: { // return "PS4"; return _stringLiteral66058A51EA58A429278D527F63D024253EF76B0F; } IL_0084: { // return "Windows"; return _stringLiteral357434484751BA5EBE0EFE7F1BFD26D693185794; } IL_008a: { // return "UWP"; return _stringLiteral12CCE32A67C1784A97C154F54260402589D6062F; } IL_0090: { // return "XBox One"; return _stringLiteral74C41D7A9373CC7D9D1B647A4B95E7D2FD283AAE; } IL_0096: { // return "Android"; return _stringLiteral77843243D4312B40A1163EFE55D56961E2352D09; } IL_009c: { // return "Apple TV"; return _stringLiteral58A8A3EEA541D5186B9BBFED94BED85427AFACBB; } IL_00a2: { // return "High-End Mobile"; return _stringLiteralE3F62D414A0B01C49EE394A33FC5C83037DA79D2; } IL_00a8: { // return "Low-End Mobile"; return _stringLiteralE135183C7AC30059D6AECBAC5950EE09DF743096; } IL_00ae: { // return "Stadia"; return _stringLiteral98640301199A1D7C9AE6CBFAC5E6D60D65750B91; } IL_00b4: { // return "Switch"; return _stringLiteralE0056B976C82A16471C1EC65E67557F32F8BD277; } IL_00ba: { // return "WebGL"; return _stringLiteralF748A5A4C122F1116474B0671EEF38401C66BAED; } IL_00c0: { // return "Unknown"; return _stringLiteral5D54E959817188DBAD9E65FA3DB55F06B70F5E3C; } } // System.Single FMODUnity.Legacy::SortOrder(FMODUnity.Legacy/Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Legacy_SortOrder_mF814EC733E88BBA442F74F297F9C70D7D803EB53 (int32_t ___legacyPlatform0, const RuntimeMethod* method) { { int32_t L_0 = ___legacyPlatform0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)3))) { case 0: { goto IL_005a; } case 1: { goto IL_0072; } case 2: { goto IL_0078; } case 3: { goto IL_007e; } case 4: { goto IL_008a; } case 5: { goto IL_0060; } case 6: { goto IL_0066; } case 7: { goto IL_006c; } case 8: { goto IL_00a8; } case 9: { goto IL_00a8; } case 10: { goto IL_00a8; } case 11: { goto IL_0090; } case 12: { goto IL_0096; } case 13: { goto IL_00a8; } case 14: { goto IL_00a8; } case 15: { goto IL_0084; } case 16: { goto IL_00a8; } case 17: { goto IL_009c; } case 18: { goto IL_00a8; } case 19: { goto IL_00a2; } } } { goto IL_00a8; } IL_005a: { // return 1; return (1.0f); } IL_0060: { // return 1.1f; return (1.10000002f); } IL_0066: { // return 1.2f; return (1.20000005f); } IL_006c: { // return 1.3f; return (1.29999995f); } IL_0072: { // return 2; return (2.0f); } IL_0078: { // return 2.1f; return (2.0999999f); } IL_007e: { // return 2.2f; return (2.20000005f); } IL_0084: { // return 2.3f; return (2.29999995f); } IL_008a: { // return 3; return (3.0f); } IL_0090: { // return 3.1f; return (3.0999999f); } IL_0096: { // return 3.2f; return (3.20000005f); } IL_009c: { // return 3.3f; return (3.29999995f); } IL_00a2: { // return 3.4f; return (3.4000001f); } IL_00a8: { // return 0; return (0.0f); } } // FMODUnity.Legacy/Platform FMODUnity.Legacy::Parent(FMODUnity.Legacy/Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Legacy_Parent_mD33070C875B12BCBCA50BE024385EA82678486D0 (int32_t ___platform0, const RuntimeMethod* method) { { int32_t L_0 = ___platform0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0076; } case 1: { goto IL_0076; } case 2: { goto IL_0074; } case 3: { goto IL_0074; } case 4: { goto IL_0070; } case 5: { goto IL_0070; } case 6: { goto IL_0074; } case 7: { goto IL_006e; } case 8: { goto IL_006e; } case 9: { goto IL_006e; } case 10: { goto IL_0070; } case 11: { goto IL_0070; } case 12: { goto IL_0076; } case 13: { goto IL_0072; } case 14: { goto IL_0072; } case 15: { goto IL_0076; } case 16: { goto IL_0076; } case 17: { goto IL_0070; } case 18: { goto IL_006e; } case 19: { goto IL_0072; } case 20: { goto IL_006e; } case 21: { goto IL_0072; } case 22: { goto IL_0072; } case 23: { goto IL_0072; } case 24: { goto IL_0072; } } } { goto IL_0076; } IL_006e: { // return Platform.Desktop; return (int32_t)(3); } IL_0070: { // return Platform.Mobile; return (int32_t)(4); } IL_0072: { // return Platform.Console; return (int32_t)(7); } IL_0074: { // return Platform.Default; return (int32_t)(2); } IL_0076: { // return Platform.None; return (int32_t)(0); } } // System.Boolean FMODUnity.Legacy::IsGroup(FMODUnity.Legacy/Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Legacy_IsGroup_m3134CEE5D7133ACD58E78E6781ED489F31818FEE (int32_t ___platform0, const RuntimeMethod* method) { { int32_t L_0 = ___platform0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)3))) > ((uint32_t)1)))) { goto IL_000a; } } { int32_t L_1 = ___platform0; if ((!(((uint32_t)L_1) == ((uint32_t)7)))) { goto IL_000c; } } IL_000a: { // return true; return (bool)1; } IL_000c: { // return false; return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C intptr_t DelegatePInvokeWrapper_MEMORY_ALLOC_CALLBACK_tD41860E88D24C47AAFB1915DB3867B45C2DA0660 (MEMORY_ALLOC_CALLBACK_tD41860E88D24C47AAFB1915DB3867B45C2DA0660 * __this, uint32_t ___size0, uint32_t ___type1, intptr_t ___sourcestr2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc)(uint32_t, uint32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation intptr_t returnValue = il2cppPInvokeFunc(___size0, ___type1, ___sourcestr2); return returnValue; } // System.Void FMOD.MEMORY_ALLOC_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MEMORY_ALLOC_CALLBACK__ctor_m6076C8B28A5F8D80E56B93A687FB917793E45B36 (MEMORY_ALLOC_CALLBACK_tD41860E88D24C47AAFB1915DB3867B45C2DA0660 * __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); } // System.IntPtr FMOD.MEMORY_ALLOC_CALLBACK::Invoke(System.UInt32,FMOD.MEMORY_TYPE,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t MEMORY_ALLOC_CALLBACK_Invoke_mF9E05A4FF7169A8DCC2769DC51EF781ED0CF9177 (MEMORY_ALLOC_CALLBACK_tD41860E88D24C47AAFB1915DB3867B45C2DA0660 * __this, uint32_t ___size0, uint32_t ___type1, intptr_t ___sourcestr2, const RuntimeMethod* method) { intptr_t result; memset((&result), 0, sizeof(result)); 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 intptr_t (*FunctionPointerType) (uint32_t, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___size0, ___type1, ___sourcestr2, targetMethod); } else { // closed typedef intptr_t (*FunctionPointerType) (void*, uint32_t, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___size0, ___type1, ___sourcestr2, 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< intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(targetMethod, targetThis, ___size0, ___type1, ___sourcestr2); else result = GenericVirtFuncInvoker3< intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(targetMethod, targetThis, ___size0, ___type1, ___sourcestr2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___size0, ___type1, ___sourcestr2); else result = VirtFuncInvoker3< intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___size0, ___type1, ___sourcestr2); } } else { typedef intptr_t (*FunctionPointerType) (void*, uint32_t, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___size0, ___type1, ___sourcestr2, targetMethod); } } } return result; } // System.IAsyncResult FMOD.MEMORY_ALLOC_CALLBACK::BeginInvoke(System.UInt32,FMOD.MEMORY_TYPE,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MEMORY_ALLOC_CALLBACK_BeginInvoke_mD0643E54A513B50CA424D8DCB1E2569521B2E96F (MEMORY_ALLOC_CALLBACK_tD41860E88D24C47AAFB1915DB3867B45C2DA0660 * __this, uint32_t ___size0, uint32_t ___type1, intptr_t ___sourcestr2, 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*)&MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5_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(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &___size0); __d_args[1] = Box(MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5_il2cpp_TypeInfo_var, &___type1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___sourcestr2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // System.IntPtr FMOD.MEMORY_ALLOC_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t MEMORY_ALLOC_CALLBACK_EndInvoke_mE727AB612EF6B5C53B0AFAA0BFB1B2B55E93F99C (MEMORY_ALLOC_CALLBACK_tD41860E88D24C47AAFB1915DB3867B45C2DA0660 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(intptr_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 void DelegatePInvokeWrapper_MEMORY_FREE_CALLBACK_t3D115360BCB06042884B9C01973CB8678B92B120 (MEMORY_FREE_CALLBACK_t3D115360BCB06042884B9C01973CB8678B92B120 * __this, intptr_t ___ptr0, uint32_t ___type1, intptr_t ___sourcestr2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(intptr_t, uint32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(___ptr0, ___type1, ___sourcestr2); } // System.Void FMOD.MEMORY_FREE_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MEMORY_FREE_CALLBACK__ctor_m649F989E91B4C19AE5E9405BA69580DAA07E2695 (MEMORY_FREE_CALLBACK_t3D115360BCB06042884B9C01973CB8678B92B120 * __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); } // System.Void FMOD.MEMORY_FREE_CALLBACK::Invoke(System.IntPtr,FMOD.MEMORY_TYPE,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MEMORY_FREE_CALLBACK_Invoke_m1E6C28866374814E2E5DFAAA44F9384F612F4349 (MEMORY_FREE_CALLBACK_t3D115360BCB06042884B9C01973CB8678B92B120 * __this, intptr_t ___ptr0, uint32_t ___type1, intptr_t ___sourcestr2, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (intptr_t, uint32_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___ptr0, ___type1, ___sourcestr2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, intptr_t, uint32_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___ptr0, ___type1, ___sourcestr2, 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)) GenericInterfaceActionInvoker3< intptr_t, uint32_t, intptr_t >::Invoke(targetMethod, targetThis, ___ptr0, ___type1, ___sourcestr2); else GenericVirtActionInvoker3< intptr_t, uint32_t, intptr_t >::Invoke(targetMethod, targetThis, ___ptr0, ___type1, ___sourcestr2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, uint32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___ptr0, ___type1, ___sourcestr2); else VirtActionInvoker3< intptr_t, uint32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___ptr0, ___type1, ___sourcestr2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, uint32_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___ptr0, ___type1, ___sourcestr2, targetMethod); } } } } // System.IAsyncResult FMOD.MEMORY_FREE_CALLBACK::BeginInvoke(System.IntPtr,FMOD.MEMORY_TYPE,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MEMORY_FREE_CALLBACK_BeginInvoke_m7773D8C3FD28648032B8C6E25480AEA5EC6E7D98 (MEMORY_FREE_CALLBACK_t3D115360BCB06042884B9C01973CB8678B92B120 * __this, intptr_t ___ptr0, uint32_t ___type1, intptr_t ___sourcestr2, 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*)&MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___ptr0); __d_args[1] = Box(MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5_il2cpp_TypeInfo_var, &___type1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___sourcestr2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // System.Void FMOD.MEMORY_FREE_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MEMORY_FREE_CALLBACK_EndInvoke_m85A45D7578B1F39CB2C02D26C0DDE13EB375BBC0 (MEMORY_FREE_CALLBACK_t3D115360BCB06042884B9C01973CB8678B92B120 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C intptr_t DelegatePInvokeWrapper_MEMORY_REALLOC_CALLBACK_tC0AA5758E2A96429BD9347F3C0085F20F255E06D (MEMORY_REALLOC_CALLBACK_tC0AA5758E2A96429BD9347F3C0085F20F255E06D * __this, intptr_t ___ptr0, uint32_t ___size1, uint32_t ___type2, intptr_t ___sourcestr3, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, uint32_t, uint32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation intptr_t returnValue = il2cppPInvokeFunc(___ptr0, ___size1, ___type2, ___sourcestr3); return returnValue; } // System.Void FMOD.MEMORY_REALLOC_CALLBACK::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MEMORY_REALLOC_CALLBACK__ctor_m7B79ADDD8083CE3B7ED58EF83E90BAA4ACCA0FAC (MEMORY_REALLOC_CALLBACK_tC0AA5758E2A96429BD9347F3C0085F20F255E06D * __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); } // System.IntPtr FMOD.MEMORY_REALLOC_CALLBACK::Invoke(System.IntPtr,System.UInt32,FMOD.MEMORY_TYPE,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t MEMORY_REALLOC_CALLBACK_Invoke_mD16F8E6A0825B020E8597CD75522DE495E945EFE (MEMORY_REALLOC_CALLBACK_tC0AA5758E2A96429BD9347F3C0085F20F255E06D * __this, intptr_t ___ptr0, uint32_t ___size1, uint32_t ___type2, intptr_t ___sourcestr3, const RuntimeMethod* method) { intptr_t result; memset((&result), 0, sizeof(result)); 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 intptr_t (*FunctionPointerType) (intptr_t, uint32_t, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___ptr0, ___size1, ___type2, ___sourcestr3, targetMethod); } else { // closed typedef intptr_t (*FunctionPointerType) (void*, intptr_t, uint32_t, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___ptr0, ___size1, ___type2, ___sourcestr3, 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< intptr_t, intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(targetMethod, targetThis, ___ptr0, ___size1, ___type2, ___sourcestr3); else result = GenericVirtFuncInvoker4< intptr_t, intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(targetMethod, targetThis, ___ptr0, ___size1, ___type2, ___sourcestr3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< intptr_t, intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___ptr0, ___size1, ___type2, ___sourcestr3); else result = VirtFuncInvoker4< intptr_t, intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___ptr0, ___size1, ___type2, ___sourcestr3); } } else { typedef intptr_t (*FunctionPointerType) (void*, intptr_t, uint32_t, uint32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___ptr0, ___size1, ___type2, ___sourcestr3, targetMethod); } } } return result; } // System.IAsyncResult FMOD.MEMORY_REALLOC_CALLBACK::BeginInvoke(System.IntPtr,System.UInt32,FMOD.MEMORY_TYPE,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MEMORY_REALLOC_CALLBACK_BeginInvoke_m54904EB7921B1D38B9D3763211F26BB3A7B5429E (MEMORY_REALLOC_CALLBACK_tC0AA5758E2A96429BD9347F3C0085F20F255E06D * __this, intptr_t ___ptr0, uint32_t ___size1, uint32_t ___type2, intptr_t ___sourcestr3, 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*)&MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5_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, &___ptr0); __d_args[1] = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &___size1); __d_args[2] = Box(MEMORY_TYPE_tE80006C9511A9E6C79CB6C82061241CB34DC28E5_il2cpp_TypeInfo_var, &___type2); __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___sourcestr3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);; } // System.IntPtr FMOD.MEMORY_REALLOC_CALLBACK::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t MEMORY_REALLOC_CALLBACK_EndInvoke_mA84C6F55A729374A0E99E7792A99AE3D45EC119D (MEMORY_REALLOC_CALLBACK_tC0AA5758E2A96429BD9347F3C0085F20F255E06D * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(intptr_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 // System.Int32 FMOD.MarshalHelper::SizeOf(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MarshalHelper_SizeOf_m85034A210DAA83CFB03240A1D05EDC85FBEF60BB (Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Marshal.SizeOf(t); // Always use Type version, never Object version as it boxes causes GC allocations Type_t * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92(L_0, /*hidden argument*/NULL); return L_1; } } // System.Object FMOD.MarshalHelper::PtrToStructure(System.IntPtr,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MarshalHelper_PtrToStructure_mF84AE7F6EF0D5661989700B4A2DDF1CBB8276EC7 (intptr_t ___ptr0, Type_t * ___structureType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Marshal.PtrToStructure(ptr, structureType); intptr_t L_0 = ___ptr0; Type_t * L_1 = ___structureType1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_2; L_2 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #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.Memory::Initialize(System.IntPtr,System.Int32,FMOD.MEMORY_ALLOC_CALLBACK,FMOD.MEMORY_REALLOC_CALLBACK,FMOD.MEMORY_FREE_CALLBACK,FMOD.MEMORY_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Memory_Initialize_m37962C24423396EB1628283FA79205537A1905A5 (intptr_t ___poolmem0, int32_t ___poollen1, MEMORY_ALLOC_CALLBACK_tD41860E88D24C47AAFB1915DB3867B45C2DA0660 * ___useralloc2, MEMORY_REALLOC_CALLBACK_tC0AA5758E2A96429BD9347F3C0085F20F255E06D * ___userrealloc3, MEMORY_FREE_CALLBACK_t3D115360BCB06042884B9C01973CB8678B92B120 * ___userfree4, uint32_t ___memtypeflags5, const RuntimeMethod* method) { { // return FMOD5_Memory_Initialize(poolmem, poollen, useralloc, userrealloc, userfree, memtypeflags); intptr_t L_0 = ___poolmem0; int32_t L_1 = ___poollen1; MEMORY_ALLOC_CALLBACK_tD41860E88D24C47AAFB1915DB3867B45C2DA0660 * L_2 = ___useralloc2; MEMORY_REALLOC_CALLBACK_tC0AA5758E2A96429BD9347F3C0085F20F255E06D * L_3 = ___userrealloc3; MEMORY_FREE_CALLBACK_t3D115360BCB06042884B9C01973CB8678B92B120 * L_4 = ___userfree4; uint32_t L_5 = ___memtypeflags5; int32_t L_6; L_6 = Memory_FMOD5_Memory_Initialize_m7B41C16D51822A31A7CC75DF3D9B9359F0089E53((intptr_t)L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // 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) { { // return FMOD5_Memory_GetStats(out currentalloced, out maxalloced, blocking); int32_t* L_0 = ___currentalloced0; int32_t* L_1 = ___maxalloced1; bool L_2 = ___blocking2; int32_t L_3; L_3 = Memory_FMOD5_Memory_GetStats_m880641F73AA1361264A55F4EA81E389BFD7A96E4((int32_t*)L_0, (int32_t*)L_1, L_2, /*hidden argument*/NULL); return L_3; } } // FMOD.RESULT FMOD.Memory::FMOD5_Memory_Initialize(System.IntPtr,System.Int32,FMOD.MEMORY_ALLOC_CALLBACK,FMOD.MEMORY_REALLOC_CALLBACK,FMOD.MEMORY_FREE_CALLBACK,FMOD.MEMORY_TYPE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Memory_FMOD5_Memory_Initialize_m7B41C16D51822A31A7CC75DF3D9B9359F0089E53 (intptr_t ___poolmem0, int32_t ___poollen1, MEMORY_ALLOC_CALLBACK_tD41860E88D24C47AAFB1915DB3867B45C2DA0660 * ___useralloc2, MEMORY_REALLOC_CALLBACK_tC0AA5758E2A96429BD9347F3C0085F20F255E06D * ___userrealloc3, MEMORY_FREE_CALLBACK_t3D115360BCB06042884B9C01973CB8678B92B120 * ___userfree4, uint32_t ___memtypeflags5, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, 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(void*) + sizeof(void*) + sizeof(void*) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Memory_Initialize", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___useralloc2' to native representation Il2CppMethodPointer ____useralloc2_marshaled = NULL; ____useralloc2_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___useralloc2)); // Marshaling of parameter '___userrealloc3' to native representation Il2CppMethodPointer ____userrealloc3_marshaled = NULL; ____userrealloc3_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___userrealloc3)); // Marshaling of parameter '___userfree4' to native representation Il2CppMethodPointer ____userfree4_marshaled = NULL; ____userfree4_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___userfree4)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Memory_Initialize)(___poolmem0, ___poollen1, ____useralloc2_marshaled, ____userrealloc3_marshaled, ____userfree4_marshaled, ___memtypeflags5); #else int32_t returnValue = il2cppPInvokeFunc(___poolmem0, ___poollen1, ____useralloc2_marshaled, ____userrealloc3_marshaled, ____userfree4_marshaled, ___memtypeflags5); #endif return returnValue; } // FMOD.RESULT FMOD.Memory::FMOD5_Memory_GetStats(System.Int32&,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Memory_FMOD5_Memory_GetStats_m880641F73AA1361264A55F4EA81E389BFD7A96E4 (int32_t* ___currentalloced0, int32_t* ___maxalloced1, bool ___blocking2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (int32_t*, int32_t*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(int32_t*) + sizeof(int32_t*) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Memory_GetStats", 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_Memory_GetStats)(___currentalloced0, ___maxalloced1, static_cast(___blocking2)); #else int32_t returnValue = il2cppPInvokeFunc(___currentalloced0, ___maxalloced1, static_cast(___blocking2)); #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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FMOD.REVERB_PROPERTIES FMOD.PRESET::OFF() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_OFF_mD83F4FEAF6699C0B7D2A43A845CB57A0F896CB82 (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES OFF() { return new REVERB_PROPERTIES( 1000, 7, 11, 5000, 100, 100, 100, 250, 0, 20, 96, -80.0f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (1000.0f), (7.0f), (11.0f), (5000.0f), (100.0f), (100.0f), (100.0f), (250.0f), (0.0f), (20.0f), (96.0f), (-80.0f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::GENERIC() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_GENERIC_m7AC13E72C01300AE0F63A65D23DE8EE02C1BE3B4 (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES GENERIC() { return new REVERB_PROPERTIES( 1500, 7, 11, 5000, 83, 100, 100, 250, 0, 14500, 96, -8.0f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (1500.0f), (7.0f), (11.0f), (5000.0f), (83.0f), (100.0f), (100.0f), (250.0f), (0.0f), (14500.0f), (96.0f), (-8.0f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::PADDEDCELL() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_PADDEDCELL_mDD812914AA32C41BB9E4CD0CE2498722247E9D49 (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES PADDEDCELL() { return new REVERB_PROPERTIES( 170, 1, 2, 5000, 10, 100, 100, 250, 0, 160, 84, -7.8f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (170.0f), (1.0f), (2.0f), (5000.0f), (10.0f), (100.0f), (100.0f), (250.0f), (0.0f), (160.0f), (84.0f), (-7.80000019f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::ROOM() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_ROOM_mD5A1CDA05211581FCCC001E40691C9515D98F64F (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES ROOM() { return new REVERB_PROPERTIES( 400, 2, 3, 5000, 83, 100, 100, 250, 0, 6050, 88, -9.4f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (400.0f), (2.0f), (3.0f), (5000.0f), (83.0f), (100.0f), (100.0f), (250.0f), (0.0f), (6050.0f), (88.0f), (-9.39999962f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::BATHROOM() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_BATHROOM_m643F482034AB6F82E838F87A0CB77B6C72A5CA5C (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES BATHROOM() { return new REVERB_PROPERTIES( 1500, 7, 11, 5000, 54, 100, 60, 250, 0, 2900, 83, 0.5f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (1500.0f), (7.0f), (11.0f), (5000.0f), (54.0f), (100.0f), (60.0f), (250.0f), (0.0f), (2900.0f), (83.0f), (0.5f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::LIVINGROOM() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_LIVINGROOM_mEAD57583D0FF5CB3D5F357F40B63E3803F74BD78 (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES LIVINGROOM() { return new REVERB_PROPERTIES( 500, 3, 4, 5000, 10, 100, 100, 250, 0, 160, 58, -19.0f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (500.0f), (3.0f), (4.0f), (5000.0f), (10.0f), (100.0f), (100.0f), (250.0f), (0.0f), (160.0f), (58.0f), (-19.0f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::STONEROOM() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_STONEROOM_mCFDA9E2C0778A84038D7EFAEBDF8D35344816B6F (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES STONEROOM() { return new REVERB_PROPERTIES( 2300, 12, 17, 5000, 64, 100, 100, 250, 0, 7800, 71, -8.5f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (2300.0f), (12.0f), (17.0f), (5000.0f), (64.0f), (100.0f), (100.0f), (250.0f), (0.0f), (7800.0f), (71.0f), (-8.5f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::AUDITORIUM() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_AUDITORIUM_mD92B942D40704902228B94393EF733AAA5137106 (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES AUDITORIUM() { return new REVERB_PROPERTIES( 4300, 20, 30, 5000, 59, 100, 100, 250, 0, 5850, 64, -11.7f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (4300.0f), (20.0f), (30.0f), (5000.0f), (59.0f), (100.0f), (100.0f), (250.0f), (0.0f), (5850.0f), (64.0f), (-11.6999998f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::CONCERTHALL() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_CONCERTHALL_mDCF039DDC8CDC8B6FADBDF46B0643B64E7E30E2F (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES CONCERTHALL() { return new REVERB_PROPERTIES( 3900, 20, 29, 5000, 70, 100, 100, 250, 0, 5650, 80, -9.8f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (3900.0f), (20.0f), (29.0f), (5000.0f), (70.0f), (100.0f), (100.0f), (250.0f), (0.0f), (5650.0f), (80.0f), (-9.80000019f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::CAVE() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_CAVE_m131C69FC7E8CB6FD33FFC1D83980444B883E67AB (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES CAVE() { return new REVERB_PROPERTIES( 2900, 15, 22, 5000, 100, 100, 100, 250, 0, 20000, 59, -11.3f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (2900.0f), (15.0f), (22.0f), (5000.0f), (100.0f), (100.0f), (100.0f), (250.0f), (0.0f), (20000.0f), (59.0f), (-11.3000002f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::ARENA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_ARENA_mA091C60B9F6C7C3D7F6D826627B5CE697B8A6BB8 (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES ARENA() { return new REVERB_PROPERTIES( 7200, 20, 30, 5000, 33, 100, 100, 250, 0, 4500, 80, -9.6f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (7200.0f), (20.0f), (30.0f), (5000.0f), (33.0f), (100.0f), (100.0f), (250.0f), (0.0f), (4500.0f), (80.0f), (-9.60000038f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::HANGAR() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_HANGAR_m70E70820BB96A96CB70AF19C963E69B2AC98C71D (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES HANGAR() { return new REVERB_PROPERTIES( 10000, 20, 30, 5000, 23, 100, 100, 250, 0, 3400, 72, -7.4f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (10000.0f), (20.0f), (30.0f), (5000.0f), (23.0f), (100.0f), (100.0f), (250.0f), (0.0f), (3400.0f), (72.0f), (-7.4000001f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::CARPETTEDHALLWAY() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_CARPETTEDHALLWAY_mA22A2C766575DC2EB3F0DA9F9589D6F2A6B669BC (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES CARPETTEDHALLWAY() { return new REVERB_PROPERTIES( 300, 2, 30, 5000, 10, 100, 100, 250, 0, 500, 56, -24.0f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (300.0f), (2.0f), (30.0f), (5000.0f), (10.0f), (100.0f), (100.0f), (250.0f), (0.0f), (500.0f), (56.0f), (-24.0f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::HALLWAY() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_HALLWAY_m475657FE8436C56C53CEA8475D3A8E3FE9A3EBBC (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES HALLWAY() { return new REVERB_PROPERTIES( 1500, 7, 11, 5000, 59, 100, 100, 250, 0, 7800, 87, -5.5f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (1500.0f), (7.0f), (11.0f), (5000.0f), (59.0f), (100.0f), (100.0f), (250.0f), (0.0f), (7800.0f), (87.0f), (-5.5f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::STONECORRIDOR() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_STONECORRIDOR_m513E5BE2C00EC9A26DED25567B52B8BAD66AE01A (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES STONECORRIDOR() { return new REVERB_PROPERTIES( 270, 13, 20, 5000, 79, 100, 100, 250, 0, 9000, 86, -6.0f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (270.0f), (13.0f), (20.0f), (5000.0f), (79.0f), (100.0f), (100.0f), (250.0f), (0.0f), (9000.0f), (86.0f), (-6.0f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::ALLEY() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_ALLEY_m6F9279C66EBB9FCA7647F9130D5E721C844D513E (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES ALLEY() { return new REVERB_PROPERTIES( 1500, 7, 11, 5000, 86, 100, 100, 250, 0, 8300, 80, -9.8f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (1500.0f), (7.0f), (11.0f), (5000.0f), (86.0f), (100.0f), (100.0f), (250.0f), (0.0f), (8300.0f), (80.0f), (-9.80000019f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::FOREST() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_FOREST_mC61EC2E4406F43325D416E95C7E13B2A79BA473E (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES FOREST() { return new REVERB_PROPERTIES( 1500, 162, 88, 5000, 54, 79, 100, 250, 0, 760, 94, -12.3f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (1500.0f), (162.0f), (88.0f), (5000.0f), (54.0f), (79.0f), (100.0f), (250.0f), (0.0f), (760.0f), (94.0f), (-12.3000002f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::CITY() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_CITY_m8F4FDD12F1B4E035AC9F902D82AAD38E62CFE18E (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES CITY() { return new REVERB_PROPERTIES( 1500, 7, 11, 5000, 67, 50, 100, 250, 0, 4050, 66, -26.0f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (1500.0f), (7.0f), (11.0f), (5000.0f), (67.0f), (50.0f), (100.0f), (250.0f), (0.0f), (4050.0f), (66.0f), (-26.0f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::MOUNTAINS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_MOUNTAINS_mB5FCB43F04B77ADC3E56D8F0FBAF1319B3E0C59E (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES MOUNTAINS() { return new REVERB_PROPERTIES( 1500, 300, 100, 5000, 21, 27, 100, 250, 0, 1220, 82, -24.0f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (1500.0f), (300.0f), (100.0f), (5000.0f), (21.0f), (27.0f), (100.0f), (250.0f), (0.0f), (1220.0f), (82.0f), (-24.0f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::QUARRY() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_QUARRY_mEBD7617E52D327B5AD544E77EC6A7E707ABE88BA (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES QUARRY() { return new REVERB_PROPERTIES( 1500, 61, 25, 5000, 83, 100, 100, 250, 0, 3400, 100, -5.0f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (1500.0f), (61.0f), (25.0f), (5000.0f), (83.0f), (100.0f), (100.0f), (250.0f), (0.0f), (3400.0f), (100.0f), (-5.0f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::PLAIN() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_PLAIN_m22722771A1CB68DB2324908A4DEC320743EBD226 (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES PLAIN() { return new REVERB_PROPERTIES( 1500, 179, 100, 5000, 50, 21, 100, 250, 0, 1670, 65, -28.0f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (1500.0f), (179.0f), (100.0f), (5000.0f), (50.0f), (21.0f), (100.0f), (250.0f), (0.0f), (1670.0f), (65.0f), (-28.0f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::PARKINGLOT() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_PARKINGLOT_m110503AE245C289FD2E8204F59B39851827FC649 (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES PARKINGLOT() { return new REVERB_PROPERTIES( 1700, 8, 12, 5000, 100, 100, 100, 250, 0, 20000, 56, -19.5f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (1700.0f), (8.0f), (12.0f), (5000.0f), (100.0f), (100.0f), (100.0f), (250.0f), (0.0f), (20000.0f), (56.0f), (-19.5f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::SEWERPIPE() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_SEWERPIPE_mD729A77E4BBD4758DA5108E7F0FA0156E8E3A0D3 (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES SEWERPIPE() { return new REVERB_PROPERTIES( 2800, 14, 21, 5000, 14, 80, 60, 250, 0, 3400, 66, 1.2f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (2800.0f), (14.0f), (21.0f), (5000.0f), (14.0f), (80.0f), (60.0f), (250.0f), (0.0f), (3400.0f), (66.0f), (1.20000005f), /*hidden argument*/NULL); return L_0; } } // FMOD.REVERB_PROPERTIES FMOD.PRESET::UNDERWATER() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C PRESET_UNDERWATER_m2E58E2A9583D48FB2A5D0A1CB404C8A761894BF4 (const RuntimeMethod* method) { { // public static REVERB_PROPERTIES UNDERWATER() { return new REVERB_PROPERTIES( 1500, 7, 11, 5000, 10, 100, 100, 250, 0, 500, 92, 7.0f );} REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C L_0; memset((&L_0), 0, sizeof(L_0)); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664((&L_0), (1500.0f), (7.0f), (11.0f), (5000.0f), (10.0f), (100.0f), (100.0f), (250.0f), (0.0f), (500.0f), (92.0f), (7.0f), /*hidden argument*/NULL); return L_0; } } // System.Void FMOD.PRESET::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PRESET__ctor_m31EAA8DA46145D27DD2E30EC318459B541F7023E (PRESET_t1B7CAEF25DBE6ED7D3415483F40DBB2F0EDDF22B * __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.ParamRef::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamRef__ctor_mA3DAD1BDD4B92FAA43FA263F812A0196F5E0449A (ParamRef_t6751E36E401E0FC867147A1DD315969996D15FFD * __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.ParamRefAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamRefAttribute__ctor_m6074069F9BC8BC2C0E349AF3DD8C058354DCA45F (ParamRefAttribute_tDE071EA4CE2075C15D235410E8F65960A4A19ACB * __this, const RuntimeMethod* method) { { PropertyAttribute__ctor_mA13181D93341AEAE429F0615989CB4647F2EB8A7(__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.ParameterAutomationLink::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterAutomationLink__ctor_m3EF928B4C677549E50B7A3DC5BE16A5739860056 (ParameterAutomationLink_t2A40F1EFA23DD64A448F6E75BF796260E7F576BC * __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.String FMODUnity.Platform::get_Identifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_get_Identifier_mF06D611104026E1A6FC3817FF136EDD6FA65FD35 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // return identifier; String_t* L_0 = __this->get_identifier_7(); return L_0; } } // System.Void FMODUnity.Platform::set_Identifier(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_set_Identifier_m857583446745893739F592873F07500AD6906465 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, String_t* ___value0, const RuntimeMethod* method) { { // identifier = value; String_t* L_0 = ___value0; __this->set_identifier_7(L_0); // } return; } } // System.Single FMODUnity.Platform::get_Priority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Platform_get_Priority_m7615BC900D7D3F655A29494AFDBEE11B8204915D (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // public virtual float Priority { get { return DefaultPriority; } } return (0.0f); } } // System.Boolean FMODUnity.Platform::get_MatchesCurrentEnvironment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_get_MatchesCurrentEnvironment_m8C2D982319C1CAE7CC008A8E566C32F3D9860EE6 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // public virtual bool MatchesCurrentEnvironment { get { return true; } } return (bool)1; } } // System.Boolean FMODUnity.Platform::get_IsIntrinsic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_get_IsIntrinsic_m700157A16D6F83E70DE8D4366451325A192DB575 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // public virtual bool IsIntrinsic { get { return false; } } return (bool)0; } } // System.Void FMODUnity.Platform::PreSystemCreate(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_PreSystemCreate_mB624D8A3A8BB43E16AE2B53878593D99EEF544B6 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * ___reportResult0, const RuntimeMethod* method) { { // } return; } } // System.Void FMODUnity.Platform::PreInitialize(FMOD.Studio.System) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_PreInitialize_m18EF865382E89EA5383507417F7CE73FE32D428D (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 ___studioSystem0, const RuntimeMethod* method) { { // } return; } } // System.String FMODUnity.Platform::GetBankFolder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetBankFolder_m68BD93D584FB764A0251DC1F264362012FFBB011 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // return Application.streamingAssetsPath; String_t* L_0; L_0 = Application_get_streamingAssetsPath_mBA7560B393A50853AE3C28C096A03849B8627A4A(/*hidden argument*/NULL); return L_0; } } // System.String FMODUnity.Platform::GetPluginBasePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetPluginBasePath_mD98EB56EE02EA05016EE6541C567A068594E94CE (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC27AAA51A25C9A495F0C3F84D8A932E9710EB882); s_Il2CppMethodInitialized = true; } { // return string.Format("{0}/Plugins", Application.dataPath); String_t* L_0; L_0 = Application_get_dataPath_m69F3B973BD60C419CB91DE0526D39396062947AC(/*hidden argument*/NULL); String_t* L_1; L_1 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteralC27AAA51A25C9A495F0C3F84D8A932E9710EB882, L_0, /*hidden argument*/NULL); return L_1; } } // System.String FMODUnity.Platform::GetPluginPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetPluginPath_m09A5AFE6A66C92769C3591B621A03A9156ECD9C2 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, String_t* ___pluginName0, const RuntimeMethod* method) { { // throw new NotImplementedException(string.Format("Plugins are not implemented on platform {0}", Identifier)); String_t* L_0; L_0 = Platform_get_Identifier_mF06D611104026E1A6FC3817FF136EDD6FA65FD35_inline(__this, /*hidden argument*/NULL); String_t* L_1; L_1 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral74E878FE8DAD3B815F58361850BC3ADB37BB1250)), L_0, /*hidden argument*/NULL); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_2 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_GetPluginPath_m09A5AFE6A66C92769C3591B621A03A9156ECD9C2_RuntimeMethod_var))); } } // System.Void FMODUnity.Platform::LoadPlugins(FMOD.System,System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_LoadPlugins_m96044969953B137EE3BF27B5E8B4C3024CC26DCE (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B ___coreSystem0, Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * ___reportResult1, const RuntimeMethod* method) { { // LoadDynamicPlugins(coreSystem, reportResult); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B L_0 = ___coreSystem0; Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * L_1 = ___reportResult1; VirtActionInvoker2< System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B , Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * >::Invoke(15 /* System.Void FMODUnity.Platform::LoadDynamicPlugins(FMOD.System,System.Action`2) */, __this, L_0, L_1); // LoadStaticPlugins(coreSystem, reportResult); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B L_2 = ___coreSystem0; Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * L_3 = ___reportResult1; VirtActionInvoker2< System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B , Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * >::Invoke(16 /* System.Void FMODUnity.Platform::LoadStaticPlugins(FMOD.System,System.Action`2) */, __this, L_2, L_3); // } return; } } // System.Void FMODUnity.Platform::LoadDynamicPlugins(FMOD.System,System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_LoadDynamicPlugins_mF6F62CD263E8FF9BCB78B3C659455F0B69F2B024 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B ___coreSystem0, Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * ___reportResult1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_mFBFFE24141B78A0E0C4442C15C505AC451A0E268_RuntimeMethod_var); 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*)&_stringLiteral1DC9F6BC39F00E092B0BEEEEE189243DA24E1C20); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B501A5A2F0DB33A4F4A7CB72FD4DDBBC97BADA4); s_Il2CppMethodInitialized = true; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_0 = NULL; Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B V_1; memset((&V_1), 0, sizeof(V_1)); String_t* V_2 = NULL; String_t* V_3 = NULL; uint32_t V_4 = 0; int32_t V_5 = 0; String_t* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // List pluginNames = Plugins; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0; L_0 = Platform_get_Plugins_mA37650B3F6025BD6DADE132BE24ECE86E10E7D99(__this, /*hidden argument*/NULL); V_0 = L_0; // if (pluginNames == null) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_1 = V_0; if (L_1) { goto IL_000b; } } { // return; return; } IL_000b: { // foreach (string pluginName in pluginNames) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_2 = V_0; NullCheck(L_2); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B L_3; L_3 = List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF(L_2, /*hidden argument*/List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); V_1 = L_3; } IL_0012: try { // begin try (depth: 1) { goto IL_007a; } IL_0014: { // foreach (string pluginName in pluginNames) String_t* L_4; L_4 = Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_inline((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_1), /*hidden argument*/Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var); V_2 = L_4; // if (string.IsNullOrEmpty(pluginName)) String_t* L_5 = V_2; bool L_6; L_6 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_007a; } } IL_0024: { // string pluginPath = GetPluginPath(pluginName); String_t* L_7 = V_2; String_t* L_8; L_8 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String FMODUnity.Platform::GetPluginPath(System.String) */, __this, L_7); V_3 = L_8; // FMOD.RESULT result = coreSystem.loadPlugin(pluginPath, out handle); String_t* L_9 = V_3; int32_t L_10; L_10 = System_loadPlugin_mE74F666527CA38E22F4704F9C3626AFD81C7D36E((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)(&___coreSystem0), L_9, (uint32_t*)(&V_4), 0, /*hidden argument*/NULL); V_5 = L_10; // if (result == FMOD.RESULT.ERR_FILE_BAD || result == FMOD.RESULT.ERR_FILE_NOTFOUND) int32_t L_11 = V_5; if ((((int32_t)L_11) == ((int32_t)((int32_t)13)))) { goto IL_0045; } } IL_003f: { int32_t L_12 = V_5; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)18))))) { goto IL_0066; } } IL_0045: { // string pluginPath64 = GetPluginPath(pluginName + "64"); String_t* L_13 = V_2; String_t* L_14; L_14 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_13, _stringLiteral1DC9F6BC39F00E092B0BEEEEE189243DA24E1C20, /*hidden argument*/NULL); String_t* L_15; L_15 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String FMODUnity.Platform::GetPluginPath(System.String) */, __this, L_14); V_6 = L_15; // result = coreSystem.loadPlugin(pluginPath64, out handle); String_t* L_16 = V_6; int32_t L_17; L_17 = System_loadPlugin_mE74F666527CA38E22F4704F9C3626AFD81C7D36E((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)(&___coreSystem0), L_16, (uint32_t*)(&V_4), 0, /*hidden argument*/NULL); V_5 = L_17; } IL_0066: { // reportResult(result, string.Format("Loading plugin '{0}' from '{1}'", pluginName, pluginPath)); Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * L_18 = ___reportResult1; int32_t L_19 = V_5; String_t* L_20 = V_2; String_t* L_21 = V_3; String_t* L_22; L_22 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteral6B501A5A2F0DB33A4F4A7CB72FD4DDBBC97BADA4, L_20, L_21, /*hidden argument*/NULL); NullCheck(L_18); Action_2_Invoke_mFBFFE24141B78A0E0C4442C15C505AC451A0E268(L_18, L_19, L_22, /*hidden argument*/Action_2_Invoke_mFBFFE24141B78A0E0C4442C15C505AC451A0E268_RuntimeMethod_var); } IL_007a: { // foreach (string pluginName in pluginNames) bool L_23; L_23 = Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); if (L_23) { goto IL_0014; } } IL_0083: { IL2CPP_LEAVE(0x93, FINALLY_0085); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0085; } FINALLY_0085: { // begin finally (depth: 1) Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_1), /*hidden argument*/Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); IL2CPP_END_FINALLY(133) } // end finally (depth: 1) IL2CPP_CLEANUP(133) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x93, IL_0093) } IL_0093: { // } return; } } // System.Void FMODUnity.Platform::LoadStaticPlugins(FMOD.System,System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_LoadStaticPlugins_m4265C0F1EF38890E6BCD282D906664E9B531E4BB (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B ___coreSystem0, Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * ___reportResult1, 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*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_LoadStaticPlugins_m4265C0F1EF38890E6BCD282D906664E9B531E4BB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m752788CA9E64FFC2DF70ABBDB8669E579849F4C3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72586077E0225703D06CECAA322691DEC7795BBA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3A8FBE539268264FFFA5FE285A4E4459532207E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE010CA8C646F406973727D226C452CF087BFE691); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF745AC420469D1BBB396C6421840F165211735E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE34A5566036903FCE3E0CEBAC53DFD920F981F0); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Type_t * V_1 = NULL; MethodInfo_t * V_2 = NULL; { // if (StaticPlugins.Count > 0) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0; L_0 = Platform_get_StaticPlugins_mBC930FAB0C420CB59C73A03EA9943911B5E0C8C0(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_0, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_00bb; } } { // string className = string.Format("FMODUnity.{0}", RegisterStaticPluginsClassName); String_t* L_2; L_2 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteral72586077E0225703D06CECAA322691DEC7795BBA, _stringLiteralE010CA8C646F406973727D226C452CF087BFE691, /*hidden argument*/NULL); V_0 = L_2; // Type type = Type.GetType(className); String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = il2cpp_codegen_get_type(Type_GetType_m752788CA9E64FFC2DF70ABBDB8669E579849F4C3_RuntimeMethod_var, L_3, Platform_LoadStaticPlugins_m4265C0F1EF38890E6BCD282D906664E9B531E4BB_RuntimeMethod_var); V_1 = L_4; // if (type == null) Type_t * L_5 = V_1; bool L_6; L_6 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0059; } } { // RuntimeUtils.DebugLogWarningFormat( // "FMOD: {0} static plugins specified, but the {1} class was not found.", // StaticPlugins.Count, className); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_7; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_9; L_9 = Platform_get_StaticPlugins_mBC930FAB0C420CB59C73A03EA9943911B5E0C8C0(__this, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10; L_10 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_9, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_11); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_12); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_12); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_8; String_t* L_14 = V_0; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(1), (RuntimeObject *)L_14); RuntimeUtils_DebugLogWarningFormat_m55E5B477C8190F025FFB26B8A0CC7FDC83629A15(_stringLiteralF745AC420469D1BBB396C6421840F165211735E4, L_13, /*hidden argument*/NULL); // return; return; } IL_0059: { // MethodInfo method = type.GetMethod(RegisterStaticPluginsFunctionName, // BindingFlags.Public | BindingFlags.Static); Type_t * L_15 = V_1; NullCheck(L_15); MethodInfo_t * L_16; L_16 = Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB(L_15, _stringLiteralFE34A5566036903FCE3E0CEBAC53DFD920F981F0, ((int32_t)24), /*hidden argument*/NULL); V_2 = L_16; // if (method == null) MethodInfo_t * L_17 = V_2; bool L_18; L_18 = MethodInfo_op_Equality_m0716EB8EAA86F91031CF1C0B5E5D4B0269AC6A08(L_17, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_18) { goto IL_00a0; } } { // RuntimeUtils.DebugLogWarningFormat( // "FMOD: {0} static plugins specified, but the {1}.{2} method was not found.", // StaticPlugins.Count, className, RegisterStaticPluginsFunctionName); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_19; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_21; L_21 = Platform_get_StaticPlugins_mBC930FAB0C420CB59C73A03EA9943911B5E0C8C0(__this, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22; L_22 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_21, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_23); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_24); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_24); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_25 = L_20; String_t* L_26 = V_0; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(1), (RuntimeObject *)L_26); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = L_25; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteralFE34A5566036903FCE3E0CEBAC53DFD920F981F0); (L_27)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteralFE34A5566036903FCE3E0CEBAC53DFD920F981F0); RuntimeUtils_DebugLogWarningFormat_m55E5B477C8190F025FFB26B8A0CC7FDC83629A15(_stringLiteralA3A8FBE539268264FFFA5FE285A4E4459532207E, L_27, /*hidden argument*/NULL); // return; return; } IL_00a0: { // method.Invoke(null, new object[] { coreSystem, reportResult }); MethodInfo_t * L_28 = V_2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_29 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = L_29; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B L_31 = ___coreSystem0; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B L_32 = L_31; RuntimeObject * L_33 = Box(System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B_il2cpp_TypeInfo_var, &L_32); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_33); (L_30)->SetAt(static_cast(0), (RuntimeObject *)L_33); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_34 = L_30; Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * L_35 = ___reportResult1; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(1), (RuntimeObject *)L_35); NullCheck(L_28); RuntimeObject * L_36; L_36 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_28, NULL, L_34, /*hidden argument*/NULL); } IL_00bb: { // } return; } } // System.Void FMODUnity.Platform::AffirmProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_AffirmProperties_m32EEF16D200C8E86ABDBBDE44D83F5EC5129155A (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!active) bool L_0 = __this->get_active_9(); if (L_0) { goto IL_0020; } } { // Properties = new PropertyStorage(); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_1 = (PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 *)il2cpp_codegen_object_new(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076_il2cpp_TypeInfo_var); PropertyStorage__ctor_m063CF17DD0730468FED0CB9860E0678AEBC8BC43(L_1, /*hidden argument*/NULL); __this->set_Properties_10(L_1); // InitializeProperties(); VirtActionInvoker0::Invoke(17 /* System.Void FMODUnity.Platform::InitializeProperties() */, __this); // active = true; __this->set_active_9((bool)1); } IL_0020: { // } return; } } // System.Void FMODUnity.Platform::ClearProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_ClearProperties_mB3FF41AAE82E07A2264C6C6B340E000B72B7FEA3 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (active) bool L_0 = __this->get_active_9(); if (!L_0) { goto IL_001a; } } { // Properties = new PropertyStorage(); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_1 = (PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 *)il2cpp_codegen_object_new(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076_il2cpp_TypeInfo_var); PropertyStorage__ctor_m063CF17DD0730468FED0CB9860E0678AEBC8BC43(L_1, /*hidden argument*/NULL); __this->set_Properties_10(L_1); // active = false; __this->set_active_9((bool)0); } IL_001a: { // } return; } } // System.Void FMODUnity.Platform::InitializeProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_InitializeProperties_m0AAF7FC858241C04E3DFF51FA9F367CEC216ACA4 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); s_Il2CppMethodInitialized = true; } { // if (!IsIntrinsic) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean FMODUnity.Platform::get_IsIntrinsic() */, __this); if (L_0) { goto IL_0013; } } { // ParentIdentifier = PlatformDefault.ConstIdentifier; Platform_set_ParentIdentifier_m44FFC5F466815AAE2D2A520E18E29FEDA353A346_inline(__this, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, /*hidden argument*/NULL); } IL_0013: { // } return; } } // System.Void FMODUnity.Platform::EnsurePropertiesAreValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_EnsurePropertiesAreValid_m038CB0AEDFEADF67788A839AC9D1FE056374E4DE (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); s_Il2CppMethodInitialized = true; } { // if (!IsIntrinsic && string.IsNullOrEmpty(ParentIdentifier)) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean FMODUnity.Platform::get_IsIntrinsic() */, __this); if (L_0) { goto IL_0020; } } { String_t* L_1; L_1 = Platform_get_ParentIdentifier_mF8C31BDFD69108C359A01127B5B3B48AB51FF3FF_inline(__this, /*hidden argument*/NULL); bool L_2; L_2 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { // ParentIdentifier = PlatformDefault.ConstIdentifier; Platform_set_ParentIdentifier_m44FFC5F466815AAE2D2A520E18E29FEDA353A346_inline(__this, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, /*hidden argument*/NULL); } IL_0020: { // } return; } } // System.String FMODUnity.Platform::get_ParentIdentifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_get_ParentIdentifier_mF8C31BDFD69108C359A01127B5B3B48AB51FF3FF (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // return parentIdentifier; String_t* L_0 = __this->get_parentIdentifier_8(); return L_0; } } // System.Void FMODUnity.Platform::set_ParentIdentifier(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_set_ParentIdentifier_m44FFC5F466815AAE2D2A520E18E29FEDA353A346 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, String_t* ___value0, const RuntimeMethod* method) { { // parentIdentifier = value; String_t* L_0 = ___value0; __this->set_parentIdentifier_8(L_0); // } return; } } // System.Boolean FMODUnity.Platform::get_IsLiveUpdateEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_get_IsLiveUpdateEnabled_m7336D620D55DC847F51C952FD8779B0510B5F769 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // return LiveUpdate == TriStateBool.Enabled; int32_t L_0; L_0 = Platform_get_LiveUpdate_m72F2E54814DC68C810572595068F678BC51293CE(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Boolean FMODUnity.Platform::get_IsOverlayEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_get_IsOverlayEnabled_m74013B556DDC1C183F442F92D55CF3D16576A423 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // return Overlay == TriStateBool.Enabled; int32_t L_0; L_0 = Platform_get_Overlay_mBDAB439CBA9564077D199351933151542E9E898E(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Boolean FMODUnity.Platform::get_Active() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_get_Active_m2F950CDB59545333B2D6BBA0EB191258F435F306 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // public bool Active { get { return active; } } bool L_0 = __this->get_active_9(); return L_0; } } // System.Boolean FMODUnity.Platform::get_HasAnyOverriddenProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_get_HasAnyOverriddenProperties_m2DCED727E9042F1A40EB87B37D5F60727F6B4A67 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // return active && // ( // Properties.LiveUpdate.HasValue // || Properties.LiveUpdatePort.HasValue // || Properties.Overlay.HasValue // || Properties.Logging.HasValue // || Properties.SampleRate.HasValue // || Properties.BuildDirectory.HasValue // || Properties.SpeakerMode.HasValue // || Properties.VirtualChannelCount.HasValue // || Properties.RealChannelCount.HasValue // || Properties.DSPBufferLength.HasValue // || Properties.DSPBufferCount.HasValue // || Properties.Plugins.HasValue // || Properties.StaticPlugins.HasValue // ); bool L_0 = __this->get_active_9(); if (!L_0) { goto IL_0105; } } { PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_1 = __this->get_Properties_10(); NullCheck(L_1); PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * L_2 = L_1->get_LiveUpdate_0(); NullCheck(L_2); bool L_3 = ((Property_1_tB4DC4D8A4B1A7885B188EF3DFCDA5F0FC8965C97 *)L_2)->get_HasValue_1(); if (L_3) { goto IL_0103; } } { PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_4 = __this->get_Properties_10(); NullCheck(L_4); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_5 = L_4->get_LiveUpdatePort_1(); NullCheck(L_5); bool L_6 = ((Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F *)L_5)->get_HasValue_1(); if (L_6) { goto IL_0103; } } { PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_7 = __this->get_Properties_10(); NullCheck(L_7); PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * L_8 = L_7->get_Overlay_2(); NullCheck(L_8); bool L_9 = ((Property_1_tB4DC4D8A4B1A7885B188EF3DFCDA5F0FC8965C97 *)L_8)->get_HasValue_1(); if (L_9) { goto IL_0103; } } { PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_10 = __this->get_Properties_10(); NullCheck(L_10); PropertyBool_tF4E6FB78E19119F767054DB0E0C02EE3E931C169 * L_11 = L_10->get_Logging_3(); NullCheck(L_11); bool L_12 = ((Property_1_tB4DC4D8A4B1A7885B188EF3DFCDA5F0FC8965C97 *)L_11)->get_HasValue_1(); if (L_12) { goto IL_0103; } } { PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_13 = __this->get_Properties_10(); NullCheck(L_13); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_14 = L_13->get_SampleRate_4(); NullCheck(L_14); bool L_15 = ((Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F *)L_14)->get_HasValue_1(); if (L_15) { goto IL_0103; } } { PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_16 = __this->get_Properties_10(); NullCheck(L_16); PropertyString_tD68EEE1C2850E21FA13D8B6EE52BD852444904C5 * L_17 = L_16->get_BuildDirectory_5(); NullCheck(L_17); bool L_18 = ((Property_1_t4FFACE60733293ECEBB1863470178A4D5DA5EFD9 *)L_17)->get_HasValue_1(); if (L_18) { goto IL_0103; } } { PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_19 = __this->get_Properties_10(); NullCheck(L_19); PropertySpeakerMode_tF3E57F3B6A469063306C480AD774C57ABB010CEF * L_20 = L_19->get_SpeakerMode_6(); NullCheck(L_20); bool L_21 = ((Property_1_tB7992A7FE9E273F12B5AD18F27A64E5FE522A31E *)L_20)->get_HasValue_1(); if (L_21) { goto IL_0103; } } { PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_22 = __this->get_Properties_10(); NullCheck(L_22); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_23 = L_22->get_VirtualChannelCount_7(); NullCheck(L_23); bool L_24 = ((Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F *)L_23)->get_HasValue_1(); if (L_24) { goto IL_0103; } } { PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_25 = __this->get_Properties_10(); NullCheck(L_25); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_26 = L_25->get_RealChannelCount_8(); NullCheck(L_26); bool L_27 = ((Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F *)L_26)->get_HasValue_1(); if (L_27) { goto IL_0103; } } { PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_28 = __this->get_Properties_10(); NullCheck(L_28); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_29 = L_28->get_DSPBufferLength_9(); NullCheck(L_29); bool L_30 = ((Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F *)L_29)->get_HasValue_1(); if (L_30) { goto IL_0103; } } { PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_31 = __this->get_Properties_10(); NullCheck(L_31); PropertyInt_tCB1AA14CEBEA3F712644B049BAAC3DD2BA9CBE4D * L_32 = L_31->get_DSPBufferCount_10(); NullCheck(L_32); bool L_33 = ((Property_1_tB69257AE89C1BAE96A39B56ECAA943FF1F44411F *)L_32)->get_HasValue_1(); if (L_33) { goto IL_0103; } } { PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_34 = __this->get_Properties_10(); NullCheck(L_34); PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC * L_35 = L_34->get_Plugins_11(); NullCheck(L_35); bool L_36 = ((Property_1_tFF04740DA05A1C6E8363931B19AEED7384C75CEE *)L_35)->get_HasValue_1(); if (L_36) { goto IL_0103; } } { PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_37 = __this->get_Properties_10(); NullCheck(L_37); PropertyStringList_t88EB50D87DA26E8B975BEA698EF4A67DBE1830BC * L_38 = L_37->get_StaticPlugins_12(); NullCheck(L_38); bool L_39 = ((Property_1_tFF04740DA05A1C6E8363931B19AEED7384C75CEE *)L_38)->get_HasValue_1(); return L_39; } IL_0103: { return (bool)1; } IL_0105: { return (bool)0; } } // FMODUnity.TriStateBool FMODUnity.Platform::get_LiveUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_LiveUpdate_m72F2E54814DC68C810572595068F678BC51293CE (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Get_m0431A76637AF5F9380E39F961426A93C176BA22D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 V_0; memset((&V_0), 0, sizeof(V_0)); { // public TriStateBool LiveUpdate { get { return PropertyAccessors.LiveUpdate.Get(this); } } IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_LiveUpdate_0(); V_0 = L_0; int32_t L_1; L_1 = PropertyAccessor_1_Get_m0431A76637AF5F9380E39F961426A93C176BA22D((PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 *)(&V_0), __this, /*hidden argument*/PropertyAccessor_1_Get_m0431A76637AF5F9380E39F961426A93C176BA22D_RuntimeMethod_var); return L_1; } } // System.Int32 FMODUnity.Platform::get_LiveUpdatePort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_LiveUpdatePort_mBBEA45E920D65B3866682589D88DF2E4E5D4EB81 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 V_0; memset((&V_0), 0, sizeof(V_0)); { // public int LiveUpdatePort { get { return PropertyAccessors.LiveUpdatePort.Get(this); } } IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_LiveUpdatePort_1(); V_0 = L_0; int32_t L_1; L_1 = PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2((PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 *)(&V_0), __this, /*hidden argument*/PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_RuntimeMethod_var); return L_1; } } // FMODUnity.TriStateBool FMODUnity.Platform::get_Overlay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_Overlay_mBDAB439CBA9564077D199351933151542E9E898E (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Get_m0431A76637AF5F9380E39F961426A93C176BA22D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 V_0; memset((&V_0), 0, sizeof(V_0)); { // public TriStateBool Overlay { get { return PropertyAccessors.Overlay.Get(this); } } IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_Overlay_2(); V_0 = L_0; int32_t L_1; L_1 = PropertyAccessor_1_Get_m0431A76637AF5F9380E39F961426A93C176BA22D((PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 *)(&V_0), __this, /*hidden argument*/PropertyAccessor_1_Get_m0431A76637AF5F9380E39F961426A93C176BA22D_RuntimeMethod_var); return L_1; } } // FMODUnity.TriStateBool FMODUnity.Platform::get_Logging() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_Logging_m52AD913B740A86ECBAE165F96763716A95BD47B2 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Get_m0431A76637AF5F9380E39F961426A93C176BA22D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 V_0; memset((&V_0), 0, sizeof(V_0)); { // public TriStateBool Logging { get { return PropertyAccessors.Logging.Get(this); } } IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_Logging_3(); V_0 = L_0; int32_t L_1; L_1 = PropertyAccessor_1_Get_m0431A76637AF5F9380E39F961426A93C176BA22D((PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 *)(&V_0), __this, /*hidden argument*/PropertyAccessor_1_Get_m0431A76637AF5F9380E39F961426A93C176BA22D_RuntimeMethod_var); return L_1; } } // System.Int32 FMODUnity.Platform::get_SampleRate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_SampleRate_m0E440809987792CC1002729BCC274C0A2D8B2583 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 V_0; memset((&V_0), 0, sizeof(V_0)); { // public int SampleRate { get { return PropertyAccessors.SampleRate.Get(this); } } IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_SampleRate_4(); V_0 = L_0; int32_t L_1; L_1 = PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2((PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 *)(&V_0), __this, /*hidden argument*/PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_RuntimeMethod_var); return L_1; } } // System.String FMODUnity.Platform::get_BuildDirectory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_get_BuildDirectory_mCD06E487B129BF5C7F47A95E5EC4DD68FF5C3CA2 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Get_mEA9FA9801933103D40FB42DFC94691B581DA63EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7 V_0; memset((&V_0), 0, sizeof(V_0)); { // public string BuildDirectory { get { return PropertyAccessors.BuildDirectory.Get(this); } } IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_BuildDirectory_5(); V_0 = L_0; String_t* L_1; L_1 = PropertyAccessor_1_Get_mEA9FA9801933103D40FB42DFC94691B581DA63EF((PropertyAccessor_1_t1968EAF8A354C79829234FCD558C156A8B4280C7 *)(&V_0), __this, /*hidden argument*/PropertyAccessor_1_Get_mEA9FA9801933103D40FB42DFC94691B581DA63EF_RuntimeMethod_var); return L_1; } } // FMOD.SPEAKERMODE FMODUnity.Platform::get_SpeakerMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_SpeakerMode_m8D0B66E394181ACF6C0E4EBE8E30B8633B85E70A (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Get_mB6F57A558727AADAEAA220B8D46010CC41C39EA7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375 V_0; memset((&V_0), 0, sizeof(V_0)); { // public FMOD.SPEAKERMODE SpeakerMode { get { return PropertyAccessors.SpeakerMode.Get(this); } } IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_SpeakerMode_6(); V_0 = L_0; int32_t L_1; L_1 = PropertyAccessor_1_Get_mB6F57A558727AADAEAA220B8D46010CC41C39EA7((PropertyAccessor_1_tFFFFA4523004CF950187CE99473C24DEF92A7375 *)(&V_0), __this, /*hidden argument*/PropertyAccessor_1_Get_mB6F57A558727AADAEAA220B8D46010CC41C39EA7_RuntimeMethod_var); return L_1; } } // System.Int32 FMODUnity.Platform::get_VirtualChannelCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_VirtualChannelCount_m403ED5B0F2142FBD3845FD2ADFB276EF7F2824D1 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 V_0; memset((&V_0), 0, sizeof(V_0)); { // public int VirtualChannelCount { get { return PropertyAccessors.VirtualChannelCount.Get(this); } } IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_VirtualChannelCount_7(); V_0 = L_0; int32_t L_1; L_1 = PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2((PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 *)(&V_0), __this, /*hidden argument*/PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_RuntimeMethod_var); return L_1; } } // System.Int32 FMODUnity.Platform::get_RealChannelCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_RealChannelCount_m97A4E2E715F919971E061A9BBBBAEE4B329E52C8 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 V_0; memset((&V_0), 0, sizeof(V_0)); { // public int RealChannelCount { get { return PropertyAccessors.RealChannelCount.Get(this); } } IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_RealChannelCount_8(); V_0 = L_0; int32_t L_1; L_1 = PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2((PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 *)(&V_0), __this, /*hidden argument*/PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_RuntimeMethod_var); return L_1; } } // System.Int32 FMODUnity.Platform::get_DSPBufferLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_DSPBufferLength_mDFBAE8285E28B2FF3E456C38103A8E30C3237E94 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 V_0; memset((&V_0), 0, sizeof(V_0)); { // public int DSPBufferLength { get { return PropertyAccessors.DSPBufferLength.Get(this); } } IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_DSPBufferLength_9(); V_0 = L_0; int32_t L_1; L_1 = PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2((PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 *)(&V_0), __this, /*hidden argument*/PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_RuntimeMethod_var); return L_1; } } // System.Int32 FMODUnity.Platform::get_DSPBufferCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_get_DSPBufferCount_mB22DACD741D25BEF98D1AE28037C5BE42AAF2FAA (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 V_0; memset((&V_0), 0, sizeof(V_0)); { // public int DSPBufferCount { get { return PropertyAccessors.DSPBufferCount.Get(this); } } IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_DSPBufferCount_10(); V_0 = L_0; int32_t L_1; L_1 = PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2((PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 *)(&V_0), __this, /*hidden argument*/PropertyAccessor_1_Get_m33C8B2B6DCAD66180DF47DF995776B725A1947B2_RuntimeMethod_var); return L_1; } } // System.Collections.Generic.List`1 FMODUnity.Platform::get_Plugins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * Platform_get_Plugins_mA37650B3F6025BD6DADE132BE24ECE86E10E7D99 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Get_m12A2137BD100F2DC0289F041FE5D71FC7A1E4DE3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 V_0; memset((&V_0), 0, sizeof(V_0)); { // public List Plugins { get { return PropertyAccessors.Plugins.Get(this); } } IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_Plugins_11(); V_0 = L_0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_1; L_1 = PropertyAccessor_1_Get_m12A2137BD100F2DC0289F041FE5D71FC7A1E4DE3((PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 *)(&V_0), __this, /*hidden argument*/PropertyAccessor_1_Get_m12A2137BD100F2DC0289F041FE5D71FC7A1E4DE3_RuntimeMethod_var); return L_1; } } // System.Collections.Generic.List`1 FMODUnity.Platform::get_StaticPlugins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * Platform_get_StaticPlugins_mBC930FAB0C420CB59C73A03EA9943911B5E0C8C0 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Get_m12A2137BD100F2DC0289F041FE5D71FC7A1E4DE3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 V_0; memset((&V_0), 0, sizeof(V_0)); { // public List StaticPlugins { get { return PropertyAccessors.StaticPlugins.Get(this); } } IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_StaticPlugins_12(); V_0 = L_0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_1; L_1 = PropertyAccessor_1_Get_m12A2137BD100F2DC0289F041FE5D71FC7A1E4DE3((PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 *)(&V_0), __this, /*hidden argument*/PropertyAccessor_1_Get_m12A2137BD100F2DC0289F041FE5D71FC7A1E4DE3_RuntimeMethod_var); return L_1; } } // FMODUnity.PlatformCallbackHandler FMODUnity.Platform::get_CallbackHandler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * Platform_get_CallbackHandler_mA6E327947A8FF9A42B5A8F8F1F88143DB1F7A053 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Get_m9AD504FFD14A85155618554769CF3F0D23E3FADD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0 V_0; memset((&V_0), 0, sizeof(V_0)); { // public PlatformCallbackHandler CallbackHandler { get { return PropertyAccessors.CallbackHandler.Get(this); } } IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_CallbackHandler_13(); V_0 = L_0; PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * L_1; L_1 = PropertyAccessor_1_Get_m9AD504FFD14A85155618554769CF3F0D23E3FADD((PropertyAccessor_1_t3C8A958245F3CC9B3C19B07ACE22016929868EB0 *)(&V_0), __this, /*hidden argument*/PropertyAccessor_1_Get_m9AD504FFD14A85155618554769CF3F0D23E3FADD_RuntimeMethod_var); return L_1; } } // System.Boolean FMODUnity.Platform::InheritsFrom(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_InheritsFrom_m0E2A63EDD4CEC843FBD965DA60E6AE88230A3601 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, 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; } { // if (platform == this) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_0 = ___platform0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, __this, /*hidden argument*/NULL); if (!L_1) { goto IL_000b; } } { // return true; return (bool)1; } IL_000b: { // else if (Parent != null) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_2 = __this->get_Parent_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0026; } } { // return Parent.InheritsFrom(platform); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_4 = __this->get_Parent_14(); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_5 = ___platform0; NullCheck(L_4); bool L_6; L_6 = Platform_InheritsFrom_m0E2A63EDD4CEC843FBD965DA60E6AE88230A3601(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0026: { // return false; return (bool)0; } } // FMOD.OUTPUTTYPE FMODUnity.Platform::GetOutputType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_GetOutputType_mDEF3CDD61BC101ADE2C41EE613DF998513E05F6F (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OUTPUTTYPE_t890C329B881984C69EC21F0A7BDBE1AD6ABD8549_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OUTPUTTYPE_t890C329B881984C69EC21F0A7BDBE1AD6ABD8549_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Enum.IsDefined(typeof(FMOD.OUTPUTTYPE), outputType)) RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (OUTPUTTYPE_t890C329B881984C69EC21F0A7BDBE1AD6ABD8549_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); String_t* L_2 = __this->get_outputType_11(); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); bool L_3; L_3 = Enum_IsDefined_m67893F49AE2F7A57F127280D2039C2A0F53D630C(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0032; } } { // return (FMOD.OUTPUTTYPE)Enum.Parse(typeof(FMOD.OUTPUTTYPE), outputType); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (OUTPUTTYPE_t890C329B881984C69EC21F0A7BDBE1AD6ABD8549_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_4, /*hidden argument*/NULL); String_t* L_6 = __this->get_outputType_11(); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_7; L_7 = Enum_Parse_m128197F25A38D7D23802A9DFC66B80E351BB76D1(L_5, L_6, /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_7, OUTPUTTYPE_t890C329B881984C69EC21F0A7BDBE1AD6ABD8549_il2cpp_TypeInfo_var)))); } IL_0032: { // return FMOD.OUTPUTTYPE.AUTODETECT; return (int32_t)(0); } } // System.Collections.Generic.List`1 FMODUnity.Platform::get_DefaultThreadAffinities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 * Platform_get_DefaultThreadAffinities_mF7D5F8BEADEA1DC8AB30D004C73120A8D932A67B (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public virtual List DefaultThreadAffinities { get { return StaticThreadAffinities; } } IL2CPP_RUNTIME_CLASS_INIT(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 * L_0 = ((Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_StaticFields*)il2cpp_codegen_static_fields_for(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var))->get_StaticThreadAffinities_12(); return L_0; } } // System.Collections.Generic.IEnumerable`1 FMODUnity.Platform::get_ThreadAffinities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_get_ThreadAffinities_m73758A1EEE7439A7814DD3FD2759F28D96363D92 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // if (threadAffinities.HasValue) PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2 * L_0 = __this->get_threadAffinities_13(); NullCheck(L_0); bool L_1 = ((Property_1_tC12A06AB020E1B55C7B086819F2BB13DCD9D6098 *)L_0)->get_HasValue_1(); if (!L_1) { goto IL_0019; } } { // return threadAffinities.Value; PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2 * L_2 = __this->get_threadAffinities_13(); NullCheck(L_2); List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 * L_3 = ((Property_1_tC12A06AB020E1B55C7B086819F2BB13DCD9D6098 *)L_2)->get_Value_0(); return L_3; } IL_0019: { // return DefaultThreadAffinities; List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 * L_4; L_4 = VirtFuncInvoker0< List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 * >::Invoke(19 /* System.Collections.Generic.List`1 FMODUnity.Platform::get_DefaultThreadAffinities() */, __this); return L_4; } } // FMODUnity.Platform/PropertyThreadAffinityList FMODUnity.Platform::get_ThreadAffinitiesProperty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2 * Platform_get_ThreadAffinitiesProperty_m4830516694A4B02B7A25D8173C98E238A9F88BE2 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { { // public PropertyThreadAffinityList ThreadAffinitiesProperty { get { return threadAffinities; } } PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2 * L_0 = __this->get_threadAffinities_13(); return L_0; } } // System.Void FMODUnity.Platform::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform__ctor_mEC262D56EBD01A2B9AA658A4E035B4DBFF6EF987 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // protected PropertyStorage Properties = new PropertyStorage(); PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 * L_0 = (PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076 *)il2cpp_codegen_object_new(PropertyStorage_t7F2B80F6F5980FAE1D5535233B905C9750264076_il2cpp_TypeInfo_var); PropertyStorage__ctor_m063CF17DD0730468FED0CB9860E0678AEBC8BC43(L_0, /*hidden argument*/NULL); __this->set_Properties_10(L_0); // private PropertyThreadAffinityList threadAffinities = new PropertyThreadAffinityList(); PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2 * L_1 = (PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2 *)il2cpp_codegen_object_new(PropertyThreadAffinityList_tE480BD2634070CFF10C439920F759371BDEA1AD2_il2cpp_TypeInfo_var); PropertyThreadAffinityList__ctor_m6B9CB8299ED2216FB8ADD9476F07A54B4A20016A(L_1, /*hidden argument*/NULL); __this->set_threadAffinities_13(L_1); ScriptableObject__ctor_m8DAE6CDCFA34E16F2543B02CC3669669FF203063(__this, /*hidden argument*/NULL); return; } } // System.Void FMODUnity.Platform::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform__cctor_m63F9F77CAD9EA3B3CCFFFC10433AB2F8851F3331 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3B472FE1406852624B9A23FDDDAAD08191635D9A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static List StaticThreadAffinities = new List(); List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 * L_0 = (List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4 *)il2cpp_codegen_object_new(List_1_t6A9721DF480D61EC7CBFF953BF82265F2FF975B4_il2cpp_TypeInfo_var); List_1__ctor_m3B472FE1406852624B9A23FDDDAAD08191635D9A(L_0, /*hidden argument*/List_1__ctor_m3B472FE1406852624B9A23FDDDAAD08191635D9A_RuntimeMethod_var); ((Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_StaticFields*)il2cpp_codegen_static_fields_for(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var))->set_StaticThreadAffinities_12(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 FMODUnity.PlatformAndroid::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformAndroid__cctor_m06397134D3C1D76692809BCF7C63932C9C726E3E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_AddPlatformTemplate_TisPlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE_m94A134C251DB7B0916536200B0BE780B0180F50E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EC7E85874FF41D23806AA95B7EB1D539AD92418); s_Il2CppMethodInitialized = true; } { // Settings.AddPlatformTemplate("2fea114e74ecf3c4f920e1d5cc1c4c40"); IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_AddPlatformTemplate_TisPlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE_m94A134C251DB7B0916536200B0BE780B0180F50E(_stringLiteral3EC7E85874FF41D23806AA95B7EB1D539AD92418, /*hidden argument*/Settings_AddPlatformTemplate_TisPlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE_m94A134C251DB7B0916536200B0BE780B0180F50E_RuntimeMethod_var); // } return; } } // System.String FMODUnity.PlatformAndroid::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformAndroid_get_DisplayName_m02104D5CD02E78CA4D84C2D1CAA5B306DD7DC21A (PlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77843243D4312B40A1163EFE55D56961E2352D09); s_Il2CppMethodInitialized = true; } { // public override string DisplayName { get { return "Android"; } } return _stringLiteral77843243D4312B40A1163EFE55D56961E2352D09; } } // System.Void FMODUnity.PlatformAndroid::DeclareRuntimePlatforms(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformAndroid_DeclareRuntimePlatforms_mF66710DB876D226120CD7B074EF5D8F305699286 (PlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___settings0, const RuntimeMethod* method) { { // settings.DeclareRuntimePlatform(RuntimePlatform.Android, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0 = ___settings0; NullCheck(L_0); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_0, ((int32_t)11), __this, /*hidden argument*/NULL); // } return; } } // System.String FMODUnity.PlatformAndroid::GetBankFolder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformAndroid_GetBankFolder_m8AD63E21FC0BED752B80B3B3806329541A203405 (PlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return StaticGetBankFolder(); IL2CPP_RUNTIME_CLASS_INIT(PlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE_il2cpp_TypeInfo_var); String_t* L_0; L_0 = PlatformAndroid_StaticGetBankFolder_m3666373235C09D1140B14B109EBDE60CD3FFDC00(/*hidden argument*/NULL); return L_0; } } // System.String FMODUnity.PlatformAndroid::StaticGetBankFolder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformAndroid_StaticGetBankFolder_m3666373235C09D1140B14B109EBDE60CD3FFDC00 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ED9011137E54C7E4A5C570193AB897829F50519); s_Il2CppMethodInitialized = true; } { // return Settings.Instance.AndroidUseOBB ? Application.streamingAssetsPath : "file:///android_asset"; IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0; L_0 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_0); bool L_1 = L_0->get_AndroidUseOBB_40(); if (L_1) { goto IL_0012; } } { return _stringLiteral2ED9011137E54C7E4A5C570193AB897829F50519; } IL_0012: { String_t* L_2; L_2 = Application_get_streamingAssetsPath_mBA7560B393A50853AE3C28C096A03849B8627A4A(/*hidden argument*/NULL); return L_2; } } // System.String FMODUnity.PlatformAndroid::GetPluginPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformAndroid_GetPluginPath_m8C914017364E939B667EB39A90806A4C1300A2FC (PlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE * __this, String_t* ___pluginName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return StaticGetPluginPath(pluginName); String_t* L_0 = ___pluginName0; IL2CPP_RUNTIME_CLASS_INIT(PlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE_il2cpp_TypeInfo_var); String_t* L_1; L_1 = PlatformAndroid_StaticGetPluginPath_m9CDE67010C6A2E382C80E4D4BFE93545BA926068(L_0, /*hidden argument*/NULL); return L_1; } } // System.String FMODUnity.PlatformAndroid::StaticGetPluginPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformAndroid_StaticGetPluginPath_m9CDE67010C6A2E382C80E4D4BFE93545BA926068 (String_t* ___pluginName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FDA2FEC161C509CDFDE8B98375F2BCEA0C47061); s_Il2CppMethodInitialized = true; } { // return string.Format("lib{0}.so", pluginName); String_t* L_0 = ___pluginName0; String_t* L_1; L_1 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteral2FDA2FEC161C509CDFDE8B98375F2BCEA0C47061, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void FMODUnity.PlatformAndroid::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformAndroid__ctor_mAFF4EF5F340FEB47F33A0A2EA099FB0A9C9C4E61 (PlatformAndroid_tCB820B2EEA9B1321C483CD79A179096C1A7CCFEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); Platform__ctor_mEC262D56EBD01A2B9AA658A4E035B4DBFF6EF987(__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.PlatformAppleTV::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformAppleTV__cctor_m4524DC3CD4349AFC445F30DF7AFB28369E8E34FB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_AddPlatformTemplate_TisPlatformAppleTV_t09468309A48AFCD6386FE41DF217768BE729A0EB_m3556DA8778FB923B12FE518C9FCF559ADC3E0BAC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DEA68C6257E77BA4A56FDEB14F27D6FAF057BB5); s_Il2CppMethodInitialized = true; } { // Settings.AddPlatformTemplate("e7a046c753c3c3d4aacc91f6597f310d"); IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_AddPlatformTemplate_TisPlatformAppleTV_t09468309A48AFCD6386FE41DF217768BE729A0EB_m3556DA8778FB923B12FE518C9FCF559ADC3E0BAC(_stringLiteral5DEA68C6257E77BA4A56FDEB14F27D6FAF057BB5, /*hidden argument*/Settings_AddPlatformTemplate_TisPlatformAppleTV_t09468309A48AFCD6386FE41DF217768BE729A0EB_m3556DA8778FB923B12FE518C9FCF559ADC3E0BAC_RuntimeMethod_var); // } return; } } // System.String FMODUnity.PlatformAppleTV::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformAppleTV_get_DisplayName_m3AE63A898A2D786E0D7BE93C913240FE607D257E (PlatformAppleTV_t09468309A48AFCD6386FE41DF217768BE729A0EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58A8A3EEA541D5186B9BBFED94BED85427AFACBB); s_Il2CppMethodInitialized = true; } { // public override string DisplayName { get { return "Apple TV"; } } return _stringLiteral58A8A3EEA541D5186B9BBFED94BED85427AFACBB; } } // System.Void FMODUnity.PlatformAppleTV::DeclareRuntimePlatforms(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformAppleTV_DeclareRuntimePlatforms_m1AD9C6025E548C7007D705A662A863A1B65B221A (PlatformAppleTV_t09468309A48AFCD6386FE41DF217768BE729A0EB * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___settings0, const RuntimeMethod* method) { { // settings.DeclareRuntimePlatform(RuntimePlatform.tvOS, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0 = ___settings0; NullCheck(L_0); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_0, ((int32_t)31), __this, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.PlatformAppleTV::LoadPlugins(FMOD.System,System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformAppleTV_LoadPlugins_mAFE942F693AE11C0ED0A5100780392AD3DCECD7B (PlatformAppleTV_t09468309A48AFCD6386FE41DF217768BE729A0EB * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B ___coreSystem0, Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * ___reportResult1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // PlatformIOS.StaticLoadPlugins(this, coreSystem, reportResult); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B L_0 = ___coreSystem0; Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * L_1 = ___reportResult1; IL2CPP_RUNTIME_CLASS_INIT(PlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2_il2cpp_TypeInfo_var); PlatformIOS_StaticLoadPlugins_m85D17038A80548CFF97077CE4EF5AF4A53ED9AE6(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.PlatformAppleTV::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformAppleTV__ctor_mC4E40BAC69506525036273C491F323B56596794A (PlatformAppleTV_t09468309A48AFCD6386FE41DF217768BE729A0EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); Platform__ctor_mEC262D56EBD01A2B9AA658A4E035B4DBFF6EF987(__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.PlatformCallbackHandler::PreInitialize(FMOD.Studio.System,System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformCallbackHandler_PreInitialize_m3155E83035CEF97F7F41896837FBED9A763726A1 (PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * __this, System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 ___system0, Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * ___reportResult1, const RuntimeMethod* method) { { // } return; } } // System.Void FMODUnity.PlatformCallbackHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformCallbackHandler__ctor_mD15CDF26A8CF103D93DCD71AFA55DA7A089D9D90 (PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * __this, const RuntimeMethod* method) { { ScriptableObject__ctor_m8DAE6CDCFA34E16F2543B02CC3669669FF203063(__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.PlatformDefault::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformDefault__ctor_m9660D41468A31A815AC29C433553D5F8F529B447 (PlatformDefault_tDCBF760189750C7A6A4423F691E90C7C630FE695 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); s_Il2CppMethodInitialized = true; } { // public PlatformDefault() IL2CPP_RUNTIME_CLASS_INIT(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); Platform__ctor_mEC262D56EBD01A2B9AA658A4E035B4DBFF6EF987(__this, /*hidden argument*/NULL); // Identifier = ConstIdentifier; Platform_set_Identifier_m857583446745893739F592873F07500AD6906465_inline(__this, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, /*hidden argument*/NULL); // } return; } } // System.String FMODUnity.PlatformDefault::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformDefault_get_DisplayName_mC03AAA55E00F992878BF33E6EA07327E4500E646 (PlatformDefault_tDCBF760189750C7A6A4423F691E90C7C630FE695 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E); s_Il2CppMethodInitialized = true; } { // public override string DisplayName { get { return "Default"; } } return _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E; } } // System.Void FMODUnity.PlatformDefault::DeclareRuntimePlatforms(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformDefault_DeclareRuntimePlatforms_m6AFE87A1FC10DA611331CDB6BD722E47AEFC448C (PlatformDefault_tDCBF760189750C7A6A4423F691E90C7C630FE695 * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___settings0, const RuntimeMethod* method) { { // public override void DeclareRuntimePlatforms(Settings settings) { } return; } } // System.Boolean FMODUnity.PlatformDefault::get_IsIntrinsic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformDefault_get_IsIntrinsic_m3FE12B1DA55D29F6CD06B5DA56518184E9C17FFA (PlatformDefault_tDCBF760189750C7A6A4423F691E90C7C630FE695 * __this, const RuntimeMethod* method) { { // public override bool IsIntrinsic { get { return true; } } return (bool)1; } } // System.Void FMODUnity.PlatformDefault::InitializeProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformDefault_InitializeProperties_mC4D38674A86161DC18D373BB485CA161A582F2E2 (PlatformDefault_tDCBF760189750C7A6A4423F691E90C7C630FE695 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Set_m68DF61E94E6510C6EE4F5214B6682631FC1761AB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 V_0; memset((&V_0), 0, sizeof(V_0)); { // base.InitializeProperties(); Platform_InitializeProperties_m0AAF7FC858241C04E3DFF51FA9F367CEC216ACA4(__this, /*hidden argument*/NULL); // PropertyAccessors.Plugins.Set(this, new List()); IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_Plugins_11(); V_0 = L_0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_1 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_1, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); PropertyAccessor_1_Set_m68DF61E94E6510C6EE4F5214B6682631FC1761AB((PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 *)(&V_0), __this, L_1, /*hidden argument*/PropertyAccessor_1_Set_m68DF61E94E6510C6EE4F5214B6682631FC1761AB_RuntimeMethod_var); // PropertyAccessors.StaticPlugins.Set(this, new List()); PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 L_2 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_StaticPlugins_12(); V_0 = L_2; 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); PropertyAccessor_1_Set_m68DF61E94E6510C6EE4F5214B6682631FC1761AB((PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 *)(&V_0), __this, L_3, /*hidden argument*/PropertyAccessor_1_Set_m68DF61E94E6510C6EE4F5214B6682631FC1761AB_RuntimeMethod_var); // } return; } } // System.Void FMODUnity.PlatformDefault::EnsurePropertiesAreValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformDefault_EnsurePropertiesAreValid_mC82555AF98F06753B06215AD75808FF2FD5D9489 (PlatformDefault_tDCBF760189750C7A6A4423F691E90C7C630FE695 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Set_m68DF61E94E6510C6EE4F5214B6682631FC1761AB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 V_0; memset((&V_0), 0, sizeof(V_0)); { // base.EnsurePropertiesAreValid(); Platform_EnsurePropertiesAreValid_m038CB0AEDFEADF67788A839AC9D1FE056374E4DE(__this, /*hidden argument*/NULL); // if (StaticPlugins == null) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0; L_0 = Platform_get_StaticPlugins_mBC930FAB0C420CB59C73A03EA9943911B5E0C8C0(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0021; } } { // PropertyAccessors.StaticPlugins.Set(this, new List()); IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 L_1 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_StaticPlugins_12(); V_0 = L_1; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_2 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_2, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); PropertyAccessor_1_Set_m68DF61E94E6510C6EE4F5214B6682631FC1761AB((PropertyAccessor_1_t15B7F2DF654FDDC891E7169F661426D3BAECEC83 *)(&V_0), __this, L_2, /*hidden argument*/PropertyAccessor_1_Set_m68DF61E94E6510C6EE4F5214B6682631FC1761AB_RuntimeMethod_var); } IL_0021: { // } 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.String FMODUnity.PlatformGroup::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformGroup_get_DisplayName_mFE470DFD7407918A03AF45A81C5E0DEFF1226221 (PlatformGroup_t1F1E0EAF5A2EB6C1030A61FF94CB15D2A12A82D9 * __this, const RuntimeMethod* method) { { // public override string DisplayName { get { return displayName; } } String_t* L_0 = __this->get_displayName_15(); return L_0; } } // System.Void FMODUnity.PlatformGroup::DeclareRuntimePlatforms(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformGroup_DeclareRuntimePlatforms_m19610366225282100B5BA235CB7C969275DA550D (PlatformGroup_t1F1E0EAF5A2EB6C1030A61FF94CB15D2A12A82D9 * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___settings0, const RuntimeMethod* method) { { // public override void DeclareRuntimePlatforms(Settings settings) { } return; } } // System.Void FMODUnity.PlatformGroup::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformGroup__ctor_m68FC585D2226BF6620F92B21A2D2910A6114C755 (PlatformGroup_t1F1E0EAF5A2EB6C1030A61FF94CB15D2A12A82D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); Platform__ctor_mEC262D56EBD01A2B9AA658A4E035B4DBFF6EF987(__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.PlatformIOS::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS__cctor_m157D3FBBE5F55020D87BFD1C9E602D81C9A93CAA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_AddPlatformTemplate_TisPlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2_mC5DE8F27B1D028C547BB4866F20D08EAC39CD4F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF93DA898CC9E1FF8CAF8FA8F9F90FB22F7BB7AFC); s_Il2CppMethodInitialized = true; } { // Settings.AddPlatformTemplate("0f8eb3f400726694eb47beb1a9f94ce8"); IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_AddPlatformTemplate_TisPlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2_mC5DE8F27B1D028C547BB4866F20D08EAC39CD4F5(_stringLiteralF93DA898CC9E1FF8CAF8FA8F9F90FB22F7BB7AFC, /*hidden argument*/Settings_AddPlatformTemplate_TisPlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2_mC5DE8F27B1D028C547BB4866F20D08EAC39CD4F5_RuntimeMethod_var); // } return; } } // System.String FMODUnity.PlatformIOS::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformIOS_get_DisplayName_m9758FD7485C75F8EC88EFE12F64DDD2E502A61EF (PlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDFB7950D8BA48969BB1CCF3BA5823E86CE096D1); s_Il2CppMethodInitialized = true; } { // public override string DisplayName { get { return "iOS"; } } return _stringLiteralEDFB7950D8BA48969BB1CCF3BA5823E86CE096D1; } } // System.Void FMODUnity.PlatformIOS::DeclareRuntimePlatforms(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS_DeclareRuntimePlatforms_m9CB227006ACD582A5B24C07B233D2504E7C36DA7 (PlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2 * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___settings0, const RuntimeMethod* method) { { // settings.DeclareRuntimePlatform(RuntimePlatform.IPhonePlayer, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0 = ___settings0; NullCheck(L_0); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_0, 8, __this, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.PlatformIOS::LoadPlugins(FMOD.System,System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS_LoadPlugins_mAF5130416BD694ECA2AB948F61E07338BF550D96 (PlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2 * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B ___coreSystem0, Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * ___reportResult1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // StaticLoadPlugins(this, coreSystem, reportResult); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B L_0 = ___coreSystem0; Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * L_1 = ___reportResult1; IL2CPP_RUNTIME_CLASS_INIT(PlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2_il2cpp_TypeInfo_var); PlatformIOS_StaticLoadPlugins_m85D17038A80548CFF97077CE4EF5AF4A53ED9AE6(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.PlatformIOS::StaticLoadPlugins(FMODUnity.Platform,FMOD.System,System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS_StaticLoadPlugins_m85D17038A80548CFF97077CE4EF5AF4A53ED9AE6 (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B ___coreSystem1, Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * ___reportResult2, const RuntimeMethod* method) { { // platform.LoadStaticPlugins(coreSystem, reportResult); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_0 = ___platform0; System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B L_1 = ___coreSystem1; Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * L_2 = ___reportResult2; NullCheck(L_0); VirtActionInvoker2< System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B , Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * >::Invoke(16 /* System.Void FMODUnity.Platform::LoadStaticPlugins(FMOD.System,System.Action`2) */, L_0, L_1, L_2); // } return; } } // System.Void FMODUnity.PlatformIOS::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS__ctor_m337EC76C0DA73B21C05B401B13A64ECDE9EC5BBA (PlatformIOS_t29DB619E96D1ED9B92ED775DCF36C7AA82F1C5B2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); Platform__ctor_mEC262D56EBD01A2B9AA658A4E035B4DBFF6EF987(__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.PlatformLinux::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformLinux__cctor_m06FD277C8C5C8EE1F2AC5CC2635059613D6EA999 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_AddPlatformTemplate_TisPlatformLinux_t442AC01DBDC592088623F45D893237259CF26E78_m826BEBB1CA82ABB26FE5C188C74B2CC2DFCFAE8D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4ADFC255970B44F670DFCBB64452D61E0AEF28C3); s_Il2CppMethodInitialized = true; } { // Settings.AddPlatformTemplate("b7716510a1f36934c87976f3a81dbf3d"); IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_AddPlatformTemplate_TisPlatformLinux_t442AC01DBDC592088623F45D893237259CF26E78_m826BEBB1CA82ABB26FE5C188C74B2CC2DFCFAE8D(_stringLiteral4ADFC255970B44F670DFCBB64452D61E0AEF28C3, /*hidden argument*/Settings_AddPlatformTemplate_TisPlatformLinux_t442AC01DBDC592088623F45D893237259CF26E78_m826BEBB1CA82ABB26FE5C188C74B2CC2DFCFAE8D_RuntimeMethod_var); // } return; } } // System.String FMODUnity.PlatformLinux::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformLinux_get_DisplayName_mBA2A9380598ABF7E55D824EBD0C0416CBC21E3AE (PlatformLinux_t442AC01DBDC592088623F45D893237259CF26E78 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63782A242F395C6C620CDF0025BBD66B1BE4E20B); s_Il2CppMethodInitialized = true; } { // public override string DisplayName { get { return "Linux"; } } return _stringLiteral63782A242F395C6C620CDF0025BBD66B1BE4E20B; } } // System.Void FMODUnity.PlatformLinux::DeclareRuntimePlatforms(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformLinux_DeclareRuntimePlatforms_m66C03FE06F10AD555513E301399A972309CA6F30 (PlatformLinux_t442AC01DBDC592088623F45D893237259CF26E78 * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___settings0, const RuntimeMethod* method) { { // settings.DeclareRuntimePlatform(RuntimePlatform.LinuxPlayer, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0 = ___settings0; NullCheck(L_0); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_0, ((int32_t)13), __this, /*hidden argument*/NULL); // } return; } } // System.String FMODUnity.PlatformLinux::GetPluginPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformLinux_GetPluginPath_m126657AABD31EF978D9472BCA1FC17BF8427D65C (PlatformLinux_t442AC01DBDC592088623F45D893237259CF26E78 * __this, String_t* ___pluginName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBEB9162D2491E55A5665C6F2D6EEF18EB7E982DD); s_Il2CppMethodInitialized = true; } { // return string.Format("{0}/lib{1}.so", GetPluginBasePath(), pluginName); String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String FMODUnity.Platform::GetPluginBasePath() */, __this); String_t* L_1 = ___pluginName0; String_t* L_2; L_2 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteralBEB9162D2491E55A5665C6F2D6EEF18EB7E982DD, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void FMODUnity.PlatformLinux::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformLinux__ctor_m5A5F5DDFC6016BEBF5D4A8046BC84020CAC4F08C (PlatformLinux_t442AC01DBDC592088623F45D893237259CF26E78 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); Platform__ctor_mEC262D56EBD01A2B9AA658A4E035B4DBFF6EF987(__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.PlatformMac::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformMac__cctor_mADE336B52BB96038D65756F1A91A8AED7F8014AE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_AddPlatformTemplate_TisPlatformMac_tB9DCCCF215BC7DACB1883168AEAF8F18019DF0F4_mC4A6951B16C58B5EE37AF109D7F1CF2335DB12CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9317693967C98FF927450B4ED100CCC7BA830EC5); s_Il2CppMethodInitialized = true; } { // Settings.AddPlatformTemplate("52eb9df5db46521439908db3a29a1bbb"); IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_AddPlatformTemplate_TisPlatformMac_tB9DCCCF215BC7DACB1883168AEAF8F18019DF0F4_mC4A6951B16C58B5EE37AF109D7F1CF2335DB12CC(_stringLiteral9317693967C98FF927450B4ED100CCC7BA830EC5, /*hidden argument*/Settings_AddPlatformTemplate_TisPlatformMac_tB9DCCCF215BC7DACB1883168AEAF8F18019DF0F4_mC4A6951B16C58B5EE37AF109D7F1CF2335DB12CC_RuntimeMethod_var); // } return; } } // System.String FMODUnity.PlatformMac::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformMac_get_DisplayName_mB32E1EAC8540B6FB30E3D27F987CDDFB26ED9DF2 (PlatformMac_tB9DCCCF215BC7DACB1883168AEAF8F18019DF0F4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC50D8EC9526B2DAFEEF984E039330B7E4BA66435); s_Il2CppMethodInitialized = true; } { // public override string DisplayName { get { return "macOS"; } } return _stringLiteralC50D8EC9526B2DAFEEF984E039330B7E4BA66435; } } // System.Void FMODUnity.PlatformMac::DeclareRuntimePlatforms(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformMac_DeclareRuntimePlatforms_m28777838000EE04131E9A803B49EC2EEB92C3F11 (PlatformMac_tB9DCCCF215BC7DACB1883168AEAF8F18019DF0F4 * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___settings0, const RuntimeMethod* method) { { // settings.DeclareRuntimePlatform(RuntimePlatform.OSXPlayer, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0 = ___settings0; NullCheck(L_0); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_0, 1, __this, /*hidden argument*/NULL); // } return; } } // System.String FMODUnity.PlatformMac::GetPluginPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformMac_GetPluginPath_mF4C35F40EFB0A2D956C9C689E19ABFD230BDA65F (PlatformMac_tB9DCCCF215BC7DACB1883168AEAF8F18019DF0F4 * __this, String_t* ___pluginName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D55720A774990FB7633937F7044EA02E58A3970); s_Il2CppMethodInitialized = true; } { // return string.Format("{0}/{1}.bundle", GetPluginBasePath(), pluginName); String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String FMODUnity.Platform::GetPluginBasePath() */, __this); String_t* L_1 = ___pluginName0; String_t* L_2; L_2 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteral5D55720A774990FB7633937F7044EA02E58A3970, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void FMODUnity.PlatformMac::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformMac__ctor_mE3D19D152A79CFE30A4B28D270495D7BC9743A4C (PlatformMac_tB9DCCCF215BC7DACB1883168AEAF8F18019DF0F4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); Platform__ctor_mEC262D56EBD01A2B9AA658A4E035B4DBFF6EF987(__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.PlatformMobileHigh::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformMobileHigh__cctor_m6F1127E8F43365C94890FA5BF27797D100F6FA1E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_AddPlatformTemplate_TisPlatformMobileHigh_t8C940E40638B538A9A2367DFB7FC152FD5001BEE_mBB0409668927F1D1041F2ACF435897F75F5B84C9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE98A0B07F2C3C05D2E1334E0A2916C9630576566); s_Il2CppMethodInitialized = true; } { // Settings.AddPlatformTemplate("fd7c55dab0fce234b8c25f6ffca523c1"); IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_AddPlatformTemplate_TisPlatformMobileHigh_t8C940E40638B538A9A2367DFB7FC152FD5001BEE_mBB0409668927F1D1041F2ACF435897F75F5B84C9(_stringLiteralE98A0B07F2C3C05D2E1334E0A2916C9630576566, /*hidden argument*/Settings_AddPlatformTemplate_TisPlatformMobileHigh_t8C940E40638B538A9A2367DFB7FC152FD5001BEE_mBB0409668927F1D1041F2ACF435897F75F5B84C9_RuntimeMethod_var); // } return; } } // System.String FMODUnity.PlatformMobileHigh::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformMobileHigh_get_DisplayName_mD02D96B8F73316C9EF8D0917DBB7D3EA404E9A34 (PlatformMobileHigh_t8C940E40638B538A9A2367DFB7FC152FD5001BEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3F62D414A0B01C49EE394A33FC5C83037DA79D2); s_Il2CppMethodInitialized = true; } { // public override string DisplayName { get { return "High-End Mobile"; } } return _stringLiteralE3F62D414A0B01C49EE394A33FC5C83037DA79D2; } } // System.Single FMODUnity.PlatformMobileHigh::get_Priority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PlatformMobileHigh_get_Priority_m98B2FBE89946A506563D203AFD0D73D9C3727B52 (PlatformMobileHigh_t8C940E40638B538A9A2367DFB7FC152FD5001BEE * __this, const RuntimeMethod* method) { { // public override float Priority { get { return base.Priority + 1; } } float L_0; L_0 = PlatformMobileLow_get_Priority_m30FAD506765EBA20486D0363EF3923A273B41729(__this, /*hidden argument*/NULL); return ((float)il2cpp_codegen_add((float)L_0, (float)(1.0f))); } } // System.Boolean FMODUnity.PlatformMobileHigh::get_MatchesCurrentEnvironment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformMobileHigh_get_MatchesCurrentEnvironment_m44AE6A72C6E2312F4049FAD338B3FAD4611A180B (PlatformMobileHigh_t8C940E40638B538A9A2367DFB7FC152FD5001BEE * __this, const RuntimeMethod* method) { { // if (!Active) bool L_0; L_0 = Platform_get_Active_m2F950CDB59545333B2D6BBA0EB191258F435F306_inline(__this, /*hidden argument*/NULL); // return false; return (bool)0; } } // System.Void FMODUnity.PlatformMobileHigh::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformMobileHigh__ctor_m75F7CCAED4CF7CD02CA77354B9F121A1F14942F5 (PlatformMobileHigh_t8C940E40638B538A9A2367DFB7FC152FD5001BEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D_il2cpp_TypeInfo_var); PlatformMobileLow__ctor_mD27C81FDD42B6D861D18832E3278BE47EAA294CA(__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.PlatformMobileLow::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformMobileLow__cctor_mF2A88D6D1FA95C26C5BCBD3AD52B7A754ABA4175 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_AddPlatformTemplate_TisPlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D_m2F6A1E01E6E4C82F9CF442907947A4EDCE3D50F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralADE041E40D7F9AE52B2F7AC67FFBABBC03BEAF3F); s_Il2CppMethodInitialized = true; } { // Settings.AddPlatformTemplate("c88d16e5272a4e241b0ef0ac2e53b73d"); IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_AddPlatformTemplate_TisPlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D_m2F6A1E01E6E4C82F9CF442907947A4EDCE3D50F9(_stringLiteralADE041E40D7F9AE52B2F7AC67FFBABBC03BEAF3F, /*hidden argument*/Settings_AddPlatformTemplate_TisPlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D_m2F6A1E01E6E4C82F9CF442907947A4EDCE3D50F9_RuntimeMethod_var); // } return; } } // System.String FMODUnity.PlatformMobileLow::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformMobileLow_get_DisplayName_mD60B065058F41A7818343236672C22AC47C579B1 (PlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE135183C7AC30059D6AECBAC5950EE09DF743096); s_Il2CppMethodInitialized = true; } { // public override string DisplayName { get { return "Low-End Mobile"; } } return _stringLiteralE135183C7AC30059D6AECBAC5950EE09DF743096; } } // System.Void FMODUnity.PlatformMobileLow::DeclareRuntimePlatforms(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformMobileLow_DeclareRuntimePlatforms_m2F093422DBB5AA5AD20D0B905885BAB32207BDCD (PlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___settings0, const RuntimeMethod* method) { { // settings.DeclareRuntimePlatform(RuntimePlatform.IPhonePlayer, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0 = ___settings0; NullCheck(L_0); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_0, 8, __this, /*hidden argument*/NULL); // settings.DeclareRuntimePlatform(RuntimePlatform.Android, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_1 = ___settings0; NullCheck(L_1); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_1, ((int32_t)11), __this, /*hidden argument*/NULL); // } return; } } // System.Single FMODUnity.PlatformMobileLow::get_Priority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PlatformMobileLow_get_Priority_m30FAD506765EBA20486D0363EF3923A273B41729 (PlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D * __this, const RuntimeMethod* method) { { // public override float Priority { get { return DefaultPriority + 1; } } return (1.0f); } } // System.Boolean FMODUnity.PlatformMobileLow::get_MatchesCurrentEnvironment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformMobileLow_get_MatchesCurrentEnvironment_mB79A5B6E410E43354512CEB772D3C583ADD2825C (PlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D * __this, const RuntimeMethod* method) { { // return Active; bool L_0; L_0 = Platform_get_Active_m2F950CDB59545333B2D6BBA0EB191258F435F306_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Void FMODUnity.PlatformMobileLow::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformMobileLow__ctor_mD27C81FDD42B6D861D18832E3278BE47EAA294CA (PlatformMobileLow_t85C6F93C5E4FC2062DD8CADB35A679A55DB8177D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); Platform__ctor_mEC262D56EBD01A2B9AA658A4E035B4DBFF6EF987(__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.PlatformPlayInEditor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformPlayInEditor__ctor_m87A2D45C00C4D959B3AFDE6207EE8D70ADD23F02 (PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4861AC5018306BB8904F4E82795760C94D8D1F3E); s_Il2CppMethodInitialized = true; } { // public PlatformPlayInEditor() IL2CPP_RUNTIME_CLASS_INIT(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); Platform__ctor_mEC262D56EBD01A2B9AA658A4E035B4DBFF6EF987(__this, /*hidden argument*/NULL); // Identifier = "playInEditor"; Platform_set_Identifier_m857583446745893739F592873F07500AD6906465_inline(__this, _stringLiteral4861AC5018306BB8904F4E82795760C94D8D1F3E, /*hidden argument*/NULL); // } return; } } // System.String FMODUnity.PlatformPlayInEditor::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformPlayInEditor_get_DisplayName_m30F7E0A198B4887F5F3F112417F723106F2D86C0 (PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral542885AE634D3A3453565EADF8AE8F209B4DC959); s_Il2CppMethodInitialized = true; } { // public override string DisplayName { get { return "Editor"; } } return _stringLiteral542885AE634D3A3453565EADF8AE8F209B4DC959; } } // System.Void FMODUnity.PlatformPlayInEditor::DeclareRuntimePlatforms(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformPlayInEditor_DeclareRuntimePlatforms_m7D1B19DFD40688FC1B5DD51DE42AC8E27BC166A6 (PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___settings0, const RuntimeMethod* method) { { // settings.DeclareRuntimePlatform(RuntimePlatform.OSXEditor, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0 = ___settings0; NullCheck(L_0); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_0, 0, __this, /*hidden argument*/NULL); // settings.DeclareRuntimePlatform(RuntimePlatform.WindowsEditor, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_1 = ___settings0; NullCheck(L_1); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_1, 7, __this, /*hidden argument*/NULL); // settings.DeclareRuntimePlatform(RuntimePlatform.LinuxEditor, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_2 = ___settings0; NullCheck(L_2); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_2, ((int32_t)16), __this, /*hidden argument*/NULL); // } return; } } // System.Boolean FMODUnity.PlatformPlayInEditor::get_IsIntrinsic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformPlayInEditor_get_IsIntrinsic_m133A4E0F859BDCA35BA39046FBD930DDBA9A17E0 (PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA * __this, const RuntimeMethod* method) { { // public override bool IsIntrinsic { get { return true; } } return (bool)1; } } // System.String FMODUnity.PlatformPlayInEditor::GetBankFolder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformPlayInEditor_GetBankFolder_mBC0B129CE4A15A13128556081EEA457EE0A9AD12 (PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // Settings globalSettings = Settings.Instance; IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0; L_0 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); // string bankFolder = globalSettings.SourceBankPath; Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_1 = L_0; NullCheck(L_1); String_t* L_2; L_2 = Settings_get_SourceBankPath_m59796BE81516CCFDB73FFA88D2E3378880E1F1A2_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; // if (globalSettings.HasPlatforms) NullCheck(L_1); bool L_3 = L_1->get_HasPlatforms_9(); if (!L_3) { goto IL_0025; } } { // bankFolder = RuntimeUtils.GetCommonPlatformPath(Path.Combine(bankFolder, BuildDirectory)); String_t* L_4 = V_0; String_t* L_5; L_5 = Platform_get_BuildDirectory_mCD06E487B129BF5C7F47A95E5EC4DD68FF5C3CA2(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_6; L_6 = Path_Combine_mBAC6F82953008479983594F7F95101F46310C32D(L_4, L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = RuntimeUtils_GetCommonPlatformPath_mB12700F862C8A58E291C9B52A430B82C7553C9DA(L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_0025: { // return bankFolder; String_t* L_8 = V_0; return L_8; } } // System.Void FMODUnity.PlatformPlayInEditor::LoadStaticPlugins(FMOD.System,System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformPlayInEditor_LoadStaticPlugins_m7408E6F9B08BD3C5264910D7E8CC0A88B996FAC9 (PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA * __this, System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B ___coreSystem0, Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * ___reportResult1, const RuntimeMethod* method) { { // } return; } } // System.Void FMODUnity.PlatformPlayInEditor::InitializeProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformPlayInEditor_InitializeProperties_m55D7F9CBA06023FBB65CD32667877521800E423D (PlatformPlayInEditor_t3D26345BC831A559DCBA74716780060FE12EDDFA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Set_m3601DD7E7DD89F06ED23E428EC3BC0AF03C8F79F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessor_1_Set_m454B38188952C971783330FB21052EE826520490_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 V_0; memset((&V_0), 0, sizeof(V_0)); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 V_1; memset((&V_1), 0, sizeof(V_1)); { // base.InitializeProperties(); Platform_InitializeProperties_m0AAF7FC858241C04E3DFF51FA9F367CEC216ACA4(__this, /*hidden argument*/NULL); // PropertyAccessors.LiveUpdate.Set(this, TriStateBool.Enabled); IL2CPP_RUNTIME_CLASS_INIT(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var); PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 L_0 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_LiveUpdate_0(); V_0 = L_0; PropertyAccessor_1_Set_m454B38188952C971783330FB21052EE826520490((PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 *)(&V_0), __this, 1, /*hidden argument*/PropertyAccessor_1_Set_m454B38188952C971783330FB21052EE826520490_RuntimeMethod_var); // PropertyAccessors.Overlay.Set(this, TriStateBool.Enabled); PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 L_1 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_Overlay_2(); V_0 = L_1; PropertyAccessor_1_Set_m454B38188952C971783330FB21052EE826520490((PropertyAccessor_1_t96321CC9404BDDA3C50DC400A87A60AC9EEE87A9 *)(&V_0), __this, 1, /*hidden argument*/PropertyAccessor_1_Set_m454B38188952C971783330FB21052EE826520490_RuntimeMethod_var); // PropertyAccessors.SampleRate.Set(this, 48000); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_2 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_SampleRate_4(); V_1 = L_2; PropertyAccessor_1_Set_m3601DD7E7DD89F06ED23E428EC3BC0AF03C8F79F((PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 *)(&V_1), __this, ((int32_t)48000), /*hidden argument*/PropertyAccessor_1_Set_m3601DD7E7DD89F06ED23E428EC3BC0AF03C8F79F_RuntimeMethod_var); // PropertyAccessors.RealChannelCount.Set(this, 256); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_3 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_RealChannelCount_8(); V_1 = L_3; PropertyAccessor_1_Set_m3601DD7E7DD89F06ED23E428EC3BC0AF03C8F79F((PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 *)(&V_1), __this, ((int32_t)256), /*hidden argument*/PropertyAccessor_1_Set_m3601DD7E7DD89F06ED23E428EC3BC0AF03C8F79F_RuntimeMethod_var); // PropertyAccessors.VirtualChannelCount.Set(this, 1024); PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 L_4 = ((PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_StaticFields*)il2cpp_codegen_static_fields_for(PropertyAccessors_t61E7C0DA0134D7335D942233A6613EFD7705ADEB_il2cpp_TypeInfo_var))->get_VirtualChannelCount_7(); V_1 = L_4; PropertyAccessor_1_Set_m3601DD7E7DD89F06ED23E428EC3BC0AF03C8F79F((PropertyAccessor_1_t71D833514AB5DF25876A18C9F229922A80C551F5 *)(&V_1), __this, ((int32_t)1024), /*hidden argument*/PropertyAccessor_1_Set_m3601DD7E7DD89F06ED23E428EC3BC0AF03C8F79F_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.PlatformWebGL::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformWebGL__cctor_m4264340AD46BB7B9349D658C1F3DA3225297622E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_AddPlatformTemplate_TisPlatformWebGL_tCE0E1EB8AC608969C033338A32708A297B4161FE_m66040E1A62EF384D48A9CC3DD5565C89FB1AD12F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D7B85DC2D81B6783AB91C57B5AA4356DF7B8248); s_Il2CppMethodInitialized = true; } { // Settings.AddPlatformTemplate("46fbfdf3fc43db0458918377fd40293e"); IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_AddPlatformTemplate_TisPlatformWebGL_tCE0E1EB8AC608969C033338A32708A297B4161FE_m66040E1A62EF384D48A9CC3DD5565C89FB1AD12F(_stringLiteral7D7B85DC2D81B6783AB91C57B5AA4356DF7B8248, /*hidden argument*/Settings_AddPlatformTemplate_TisPlatformWebGL_tCE0E1EB8AC608969C033338A32708A297B4161FE_m66040E1A62EF384D48A9CC3DD5565C89FB1AD12F_RuntimeMethod_var); // } return; } } // System.String FMODUnity.PlatformWebGL::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformWebGL_get_DisplayName_m610592E6E225B93D6A628120A4B76FC60F4BF214 (PlatformWebGL_tCE0E1EB8AC608969C033338A32708A297B4161FE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF748A5A4C122F1116474B0671EEF38401C66BAED); s_Il2CppMethodInitialized = true; } { // public override string DisplayName { get { return "WebGL"; } } return _stringLiteralF748A5A4C122F1116474B0671EEF38401C66BAED; } } // System.Void FMODUnity.PlatformWebGL::DeclareRuntimePlatforms(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformWebGL_DeclareRuntimePlatforms_m9A5AAC202ED51EA783B4683643B9AF8F7114E964 (PlatformWebGL_tCE0E1EB8AC608969C033338A32708A297B4161FE * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___settings0, const RuntimeMethod* method) { { // settings.DeclareRuntimePlatform(RuntimePlatform.WebGLPlayer, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0 = ___settings0; NullCheck(L_0); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_0, ((int32_t)17), __this, /*hidden argument*/NULL); // } return; } } // System.String FMODUnity.PlatformWebGL::GetPluginPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformWebGL_GetPluginPath_m9FE143087586840C820AF24669DED29FB3229323 (PlatformWebGL_tCE0E1EB8AC608969C033338A32708A297B4161FE * __this, String_t* ___pluginName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6551599F167CB43DA2E512680AC7E3D3980E5454); s_Il2CppMethodInitialized = true; } { // return string.Format("{0}/{1}.bc", GetPluginBasePath(), pluginName); String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String FMODUnity.Platform::GetPluginBasePath() */, __this); String_t* L_1 = ___pluginName0; String_t* L_2; L_2 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteral6551599F167CB43DA2E512680AC7E3D3980E5454, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void FMODUnity.PlatformWebGL::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformWebGL__ctor_m0C4F44340326672F6042D56C4721B08EB13BE3F5 (PlatformWebGL_tCE0E1EB8AC608969C033338A32708A297B4161FE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); Platform__ctor_mEC262D56EBD01A2B9AA658A4E035B4DBFF6EF987(__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.PlatformWindows::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformWindows__cctor_m0E6A4E185088F24741B6B5267A58764D6D623142 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_AddPlatformTemplate_TisPlatformWindows_t38CAFA850968FD94FB25B231EC8516ACDB50B3A7_mD2098E364B0AC48AD6461CBD08CA47B18420250B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5937E0B4A9954BAC2ABF87A95E68AC7E582728E); s_Il2CppMethodInitialized = true; } { // Settings.AddPlatformTemplate("2c5177b11d81d824dbb064f9ac8527da"); IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_AddPlatformTemplate_TisPlatformWindows_t38CAFA850968FD94FB25B231EC8516ACDB50B3A7_mD2098E364B0AC48AD6461CBD08CA47B18420250B(_stringLiteralE5937E0B4A9954BAC2ABF87A95E68AC7E582728E, /*hidden argument*/Settings_AddPlatformTemplate_TisPlatformWindows_t38CAFA850968FD94FB25B231EC8516ACDB50B3A7_mD2098E364B0AC48AD6461CBD08CA47B18420250B_RuntimeMethod_var); // } return; } } // System.String FMODUnity.PlatformWindows::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformWindows_get_DisplayName_mFDF43B858093BCF282C5876519E82D65C604905E (PlatformWindows_t38CAFA850968FD94FB25B231EC8516ACDB50B3A7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral357434484751BA5EBE0EFE7F1BFD26D693185794); s_Il2CppMethodInitialized = true; } { // public override string DisplayName { get { return "Windows"; } } return _stringLiteral357434484751BA5EBE0EFE7F1BFD26D693185794; } } // System.Void FMODUnity.PlatformWindows::DeclareRuntimePlatforms(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformWindows_DeclareRuntimePlatforms_m31408AA8D6F97835B9E7C4DCB49E1B8C8F8C7E6F (PlatformWindows_t38CAFA850968FD94FB25B231EC8516ACDB50B3A7 * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___settings0, const RuntimeMethod* method) { { // settings.DeclareRuntimePlatform(RuntimePlatform.WindowsPlayer, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0 = ___settings0; NullCheck(L_0); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_0, 2, __this, /*hidden argument*/NULL); // settings.DeclareRuntimePlatform(RuntimePlatform.WSAPlayerX86, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_1 = ___settings0; NullCheck(L_1); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_1, ((int32_t)18), __this, /*hidden argument*/NULL); // settings.DeclareRuntimePlatform(RuntimePlatform.WSAPlayerX64, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_2 = ___settings0; NullCheck(L_2); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_2, ((int32_t)19), __this, /*hidden argument*/NULL); // settings.DeclareRuntimePlatform(RuntimePlatform.WSAPlayerARM, this); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_3 = ___settings0; NullCheck(L_3); Settings_DeclareRuntimePlatform_m0A498243C1B484153C22A5DDDF813D9B7ADC3642(L_3, ((int32_t)20), __this, /*hidden argument*/NULL); // } return; } } // System.String FMODUnity.PlatformWindows::GetPluginPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformWindows_GetPluginPath_m294B870BC057E969161203CE4BA78AC6D369D981 (PlatformWindows_t38CAFA850968FD94FB25B231EC8516ACDB50B3A7 * __this, String_t* ___pluginName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBEFD87A391677281335B0E2EFA8B41EF6488AD8); s_Il2CppMethodInitialized = true; } { // return string.Format("{0}/X86_64/{1}.dll", GetPluginBasePath(), pluginName); String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String FMODUnity.Platform::GetPluginBasePath() */, __this); String_t* L_1 = ___pluginName0; String_t* L_2; L_2 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteralBBEFD87A391677281335B0E2EFA8B41EF6488AD8, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void FMODUnity.PlatformWindows::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformWindows__ctor_m42C5DCC860ED625FF4D15573B05831483FDC0902 (PlatformWindows_t38CAFA850968FD94FB25B231EC8516ACDB50B3A7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149_il2cpp_TypeInfo_var); Platform__ctor_mEC262D56EBD01A2B9AA658A4E035B4DBFF6EF987(__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 FMOD.REVERB_PROPERTIES::.ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664 (REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * __this, float ___decayTime0, float ___earlyDelay1, float ___lateDelay2, float ___hfReference3, float ___hfDecayRatio4, float ___diffusion5, float ___density6, float ___lowShelfFrequency7, float ___lowShelfGain8, float ___highCut9, float ___earlyLateMix10, float ___wetLevel11, const RuntimeMethod* method) { { // DecayTime = decayTime; float L_0 = ___decayTime0; __this->set_DecayTime_0(L_0); // EarlyDelay = earlyDelay; float L_1 = ___earlyDelay1; __this->set_EarlyDelay_1(L_1); // LateDelay = lateDelay; float L_2 = ___lateDelay2; __this->set_LateDelay_2(L_2); // HFReference = hfReference; float L_3 = ___hfReference3; __this->set_HFReference_3(L_3); // HFDecayRatio = hfDecayRatio; float L_4 = ___hfDecayRatio4; __this->set_HFDecayRatio_4(L_4); // Diffusion = diffusion; float L_5 = ___diffusion5; __this->set_Diffusion_5(L_5); // Density = density; float L_6 = ___density6; __this->set_Density_6(L_6); // LowShelfFrequency = lowShelfFrequency; float L_7 = ___lowShelfFrequency7; __this->set_LowShelfFrequency_7(L_7); // LowShelfGain = lowShelfGain; float L_8 = ___lowShelfGain8; __this->set_LowShelfGain_8(L_8); // HighCut = highCut; float L_9 = ___highCut9; __this->set_HighCut_9(L_9); // EarlyLateMix = earlyLateMix; float L_10 = ___earlyLateMix10; __this->set_EarlyLateMix_10(L_10); // WetLevel = wetLevel; float L_11 = ___wetLevel11; __this->set_WetLevel_11(L_11); // } return; } } IL2CPP_EXTERN_C void REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664_AdjustorThunk (RuntimeObject * __this, float ___decayTime0, float ___earlyDelay1, float ___lateDelay2, float ___hfReference3, float ___hfDecayRatio4, float ___diffusion5, float ___density6, float ___lowShelfFrequency7, float ___lowShelfGain8, float ___highCut9, float ___earlyLateMix10, float ___wetLevel11, const RuntimeMethod* method) { int32_t _offset = 1; REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * _thisAdjusted = reinterpret_cast(__this + _offset); REVERB_PROPERTIES__ctor_m70D2B29F1A08A2A9EE0FB753F0A57AD79219E664(_thisAdjusted, ___decayTime0, ___earlyDelay1, ___lateDelay2, ___hfReference3, ___hfDecayRatio4, ___diffusion5, ___density6, ___lowShelfFrequency7, ___lowShelfGain8, ___highCut9, ___earlyLateMix10, ___wetLevel11, 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.Reverb3D::release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_release_m5E48E954E4D62982706C5F0864D17E77940A30BA (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, const RuntimeMethod* method) { { // return FMOD5_Reverb3D_Release(this.handle); intptr_t L_0 = __this->get_handle_0(); int32_t L_1; L_1 = Reverb3D_FMOD5_Reverb3D_Release_mD0EE8AD43849C9D41C79ACA120920E129F5F6964((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Reverb3D_release_m5E48E954E4D62982706C5F0864D17E77940A30BA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Reverb3D_release_m5E48E954E4D62982706C5F0864D17E77940A30BA(_thisAdjusted, method); return _returnValue; } // FMOD.RESULT FMOD.Reverb3D::set3DAttributes(FMOD.VECTOR&,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_set3DAttributes_mAAD338EEBADF9A26278942B03654DD100A6BC43D (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position0, float ___mindistance1, float ___maxdistance2, const RuntimeMethod* method) { { // return FMOD5_Reverb3D_Set3DAttributes(this.handle, ref position, mindistance, maxdistance); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___position0; float L_2 = ___mindistance1; float L_3 = ___maxdistance2; int32_t L_4; L_4 = Reverb3D_FMOD5_Reverb3D_Set3DAttributes_m1CED32692DFF6343692A5362A70F511F118CC95B((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Reverb3D_set3DAttributes_mAAD338EEBADF9A26278942B03654DD100A6BC43D_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position0, float ___mindistance1, float ___maxdistance2, const RuntimeMethod* method) { int32_t _offset = 1; Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Reverb3D_set3DAttributes_mAAD338EEBADF9A26278942B03654DD100A6BC43D(_thisAdjusted, ___position0, ___mindistance1, ___maxdistance2, method); return _returnValue; } // FMOD.RESULT FMOD.Reverb3D::get3DAttributes(FMOD.VECTOR&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_get3DAttributes_m929068814B2EEF567A5BE66026DC19B631F97355 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position0, float* ___mindistance1, float* ___maxdistance2, const RuntimeMethod* method) { { // return FMOD5_Reverb3D_Get3DAttributes(this.handle, ref position, ref mindistance, ref maxdistance); intptr_t L_0 = __this->get_handle_0(); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * L_1 = ___position0; float* L_2 = ___mindistance1; float* L_3 = ___maxdistance2; int32_t L_4; L_4 = Reverb3D_FMOD5_Reverb3D_Get3DAttributes_m4E118331B547A0C0AC0CF7CC810ED4232BC1C0F5((intptr_t)L_0, (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B *)L_1, (float*)L_2, (float*)L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C int32_t Reverb3D_get3DAttributes_m929068814B2EEF567A5BE66026DC19B631F97355_AdjustorThunk (RuntimeObject * __this, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position0, float* ___mindistance1, float* ___maxdistance2, const RuntimeMethod* method) { int32_t _offset = 1; Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Reverb3D_get3DAttributes_m929068814B2EEF567A5BE66026DC19B631F97355(_thisAdjusted, ___position0, ___mindistance1, ___maxdistance2, method); return _returnValue; } // FMOD.RESULT FMOD.Reverb3D::setProperties(FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_setProperties_mA94D9835BEDF545EC0031017D2C9FD480AA2F887 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___properties0, const RuntimeMethod* method) { { // return FMOD5_Reverb3D_SetProperties(this.handle, ref properties); intptr_t L_0 = __this->get_handle_0(); REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * L_1 = ___properties0; int32_t L_2; L_2 = Reverb3D_FMOD5_Reverb3D_SetProperties_m0CB898A23B1E4092FFE5C1068F8A7EBBD43A2697((intptr_t)L_0, (REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Reverb3D_setProperties_mA94D9835BEDF545EC0031017D2C9FD480AA2F887_AdjustorThunk (RuntimeObject * __this, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___properties0, const RuntimeMethod* method) { int32_t _offset = 1; Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Reverb3D_setProperties_mA94D9835BEDF545EC0031017D2C9FD480AA2F887(_thisAdjusted, ___properties0, method); return _returnValue; } // FMOD.RESULT FMOD.Reverb3D::getProperties(FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_getProperties_mBEABDC3E41FADDBAD435B6DC5DC7A6DEE78949E3 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___properties0, const RuntimeMethod* method) { { // return FMOD5_Reverb3D_GetProperties(this.handle, ref properties); intptr_t L_0 = __this->get_handle_0(); REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * L_1 = ___properties0; int32_t L_2; L_2 = Reverb3D_FMOD5_Reverb3D_GetProperties_m6F759BDB70C00F8E69053326CE61CB4B470A7814((intptr_t)L_0, (REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Reverb3D_getProperties_mBEABDC3E41FADDBAD435B6DC5DC7A6DEE78949E3_AdjustorThunk (RuntimeObject * __this, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___properties0, const RuntimeMethod* method) { int32_t _offset = 1; Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Reverb3D_getProperties_mBEABDC3E41FADDBAD435B6DC5DC7A6DEE78949E3(_thisAdjusted, ___properties0, method); return _returnValue; } // FMOD.RESULT FMOD.Reverb3D::setActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_setActive_mAE380C1B455B9A98DF302CAC0C6A4D16FD7FE331 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, bool ___active0, const RuntimeMethod* method) { { // return FMOD5_Reverb3D_SetActive(this.handle, active); intptr_t L_0 = __this->get_handle_0(); bool L_1 = ___active0; int32_t L_2; L_2 = Reverb3D_FMOD5_Reverb3D_SetActive_mD1B49D4FB88E9B1F53AF199341D2C556D166B7FA((intptr_t)L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Reverb3D_setActive_mAE380C1B455B9A98DF302CAC0C6A4D16FD7FE331_AdjustorThunk (RuntimeObject * __this, bool ___active0, const RuntimeMethod* method) { int32_t _offset = 1; Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Reverb3D_setActive_mAE380C1B455B9A98DF302CAC0C6A4D16FD7FE331(_thisAdjusted, ___active0, method); return _returnValue; } // FMOD.RESULT FMOD.Reverb3D::getActive(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_getActive_mF359F89D7D9A121D281CD2719F07378242E71268 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, bool* ___active0, const RuntimeMethod* method) { { // return FMOD5_Reverb3D_GetActive(this.handle, out active); intptr_t L_0 = __this->get_handle_0(); bool* L_1 = ___active0; int32_t L_2; L_2 = Reverb3D_FMOD5_Reverb3D_GetActive_m614B991B80257A73FB498ED2A70141F01541B72F((intptr_t)L_0, (bool*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Reverb3D_getActive_mF359F89D7D9A121D281CD2719F07378242E71268_AdjustorThunk (RuntimeObject * __this, bool* ___active0, const RuntimeMethod* method) { int32_t _offset = 1; Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Reverb3D_getActive_mF359F89D7D9A121D281CD2719F07378242E71268(_thisAdjusted, ___active0, method); return _returnValue; } // FMOD.RESULT FMOD.Reverb3D::setUserData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_setUserData_mBCBC5EC6D2129EAA1F07C5894CC493D5617CFE88 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, intptr_t ___userdata0, const RuntimeMethod* method) { { // return FMOD5_Reverb3D_SetUserData(this.handle, userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t L_1 = ___userdata0; int32_t L_2; L_2 = Reverb3D_FMOD5_Reverb3D_SetUserData_mC8D5095DD20CF5FDDEE75F5E7D8DC7E386324EC8((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Reverb3D_setUserData_mBCBC5EC6D2129EAA1F07C5894CC493D5617CFE88_AdjustorThunk (RuntimeObject * __this, intptr_t ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Reverb3D_setUserData_mBCBC5EC6D2129EAA1F07C5894CC493D5617CFE88(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Reverb3D::getUserData(System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_getUserData_m2FC75F09D25D6AC462A73A011FBA57184C440392 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { { // return FMOD5_Reverb3D_GetUserData(this.handle, out userdata); intptr_t L_0 = __this->get_handle_0(); intptr_t* L_1 = ___userdata0; int32_t L_2; L_2 = Reverb3D_FMOD5_Reverb3D_GetUserData_m2B40331959A84190F541B3E445518DA86B791799((intptr_t)L_0, (intptr_t*)L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t Reverb3D_getUserData_m2FC75F09D25D6AC462A73A011FBA57184C440392_AdjustorThunk (RuntimeObject * __this, intptr_t* ___userdata0, const RuntimeMethod* method) { int32_t _offset = 1; Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Reverb3D_getUserData_m2FC75F09D25D6AC462A73A011FBA57184C440392(_thisAdjusted, ___userdata0, method); return _returnValue; } // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_Release(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_Release_mD0EE8AD43849C9D41C79ACA120920E129F5F6964 (intptr_t ___reverb3d0, 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_Reverb3D_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_Reverb3D_Release)(___reverb3d0); #else int32_t returnValue = il2cppPInvokeFunc(___reverb3d0); #endif return returnValue; } // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_Set3DAttributes(System.IntPtr,FMOD.VECTOR&,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_Set3DAttributes_m1CED32692DFF6343692A5362A70F511F118CC95B (intptr_t ___reverb3d0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position1, float ___mindistance2, float ___maxdistance3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, 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(float) + sizeof(float); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Reverb3D_Set3DAttributes", 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_Reverb3D_Set3DAttributes)(___reverb3d0, ___position1, ___mindistance2, ___maxdistance3); #else int32_t returnValue = il2cppPInvokeFunc(___reverb3d0, ___position1, ___mindistance2, ___maxdistance3); #endif return returnValue; } // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_Get3DAttributes(System.IntPtr,FMOD.VECTOR&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_Get3DAttributes_m4E118331B547A0C0AC0CF7CC810ED4232BC1C0F5 (intptr_t ___reverb3d0, VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * ___position1, float* ___mindistance2, float* ___maxdistance3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, 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(float*) + sizeof(float*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Reverb3D_Get3DAttributes", 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_Reverb3D_Get3DAttributes)(___reverb3d0, ___position1, ___mindistance2, ___maxdistance3); #else int32_t returnValue = il2cppPInvokeFunc(___reverb3d0, ___position1, ___mindistance2, ___maxdistance3); #endif return returnValue; } // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_SetProperties(System.IntPtr,FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_SetProperties_m0CB898A23B1E4092FFE5C1068F8A7EBBD43A2697 (intptr_t ___reverb3d0, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___properties1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Reverb3D_SetProperties", 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_Reverb3D_SetProperties)(___reverb3d0, ___properties1); #else int32_t returnValue = il2cppPInvokeFunc(___reverb3d0, ___properties1); #endif return returnValue; } // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_GetProperties(System.IntPtr,FMOD.REVERB_PROPERTIES&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_GetProperties_m6F759BDB70C00F8E69053326CE61CB4B470A7814 (intptr_t ___reverb3d0, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C * ___properties1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(REVERB_PROPERTIES_tFCA81EB5A28306DC94BA1FBF2BA98487EA4EF78C *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Reverb3D_GetProperties", 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_Reverb3D_GetProperties)(___reverb3d0, ___properties1); #else int32_t returnValue = il2cppPInvokeFunc(___reverb3d0, ___properties1); #endif return returnValue; } // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_SetActive(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_SetActive_mD1B49D4FB88E9B1F53AF199341D2C556D166B7FA (intptr_t ___reverb3d0, bool ___active1, 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) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD5_Reverb3D_SetActive", 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_Reverb3D_SetActive)(___reverb3d0, static_cast(___active1)); #else int32_t returnValue = il2cppPInvokeFunc(___reverb3d0, static_cast(___active1)); #endif return returnValue; } // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_GetActive(System.IntPtr,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_GetActive_m614B991B80257A73FB498ED2A70141F01541B72F (intptr_t ___reverb3d0, bool* ___active1, 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_Reverb3D_GetActive", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___active1' to native representation int32_t ____active1_empty = 0; int32_t* ____active1_marshaled = &____active1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL int32_t returnValue = reinterpret_cast(FMOD5_Reverb3D_GetActive)(___reverb3d0, ____active1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___reverb3d0, ____active1_marshaled); #endif // Marshaling of parameter '___active1' back from native representation bool _____active1_marshaled_unmarshaled_dereferenced = false; _____active1_marshaled_unmarshaled_dereferenced = static_cast(*____active1_marshaled); *___active1 = _____active1_marshaled_unmarshaled_dereferenced; return returnValue; } // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_SetUserData(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_SetUserData_mC8D5095DD20CF5FDDEE75F5E7D8DC7E386324EC8 (intptr_t ___reverb3d0, 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_Reverb3D_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_Reverb3D_SetUserData)(___reverb3d0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___reverb3d0, ___userdata1); #endif return returnValue; } // FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_GetUserData(System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_GetUserData_m2B40331959A84190F541B3E445518DA86B791799 (intptr_t ___reverb3d0, 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_Reverb3D_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_Reverb3D_GetUserData)(___reverb3d0, ___userdata1); #else int32_t returnValue = il2cppPInvokeFunc(___reverb3d0, ___userdata1); #endif return returnValue; } // System.Void FMOD.Reverb3D::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reverb3D__ctor_mDC02E0301B9B60C70B56C3B7BB6E1869247D76EE (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public Reverb3D(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public Reverb3D(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_EXTERN_C void Reverb3D__ctor_mDC02E0301B9B60C70B56C3B7BB6E1869247D76EE_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { int32_t _offset = 1; Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * _thisAdjusted = reinterpret_cast(__this + _offset); Reverb3D__ctor_mDC02E0301B9B60C70B56C3B7BB6E1869247D76EE_inline(_thisAdjusted, ___ptr0, method); } // System.Boolean FMOD.Reverb3D::hasHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reverb3D_hasHandle_m1FA49B82AAB8CA07236CF2D2078152FA138F46E8 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __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 Reverb3D_hasHandle_m1FA49B82AAB8CA07236CF2D2078152FA138F46E8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Reverb3D_hasHandle_m1FA49B82AAB8CA07236CF2D2078152FA138F46E8(_thisAdjusted, method); return _returnValue; } // System.Void FMOD.Reverb3D::clearHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reverb3D_clearHandle_m5D9C2046D4DD64FAEBB5687D644C3962AB829AC0 (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __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 Reverb3D_clearHandle_m5D9C2046D4DD64FAEBB5687D644C3962AB829AC0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * _thisAdjusted = reinterpret_cast(__this + _offset); Reverb3D_clearHandle_m5D9C2046D4DD64FAEBB5687D644C3962AB829AC0(_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 extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_RuntimeManager_DEBUG_CALLBACK_m26C2A118C72055F24B5B80EF7FAA88813AF69DBA(uint32_t ___flags0, intptr_t ___filePtr1, int32_t ___line2, intptr_t ___funcPtr3, intptr_t ___messagePtr4) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation int32_t returnValue; returnValue = RuntimeManager_DEBUG_CALLBACK_m26C2A118C72055F24B5B80EF7FAA88813AF69DBA(___flags0, ___filePtr1, ___line2, ___funcPtr3, ___messagePtr4, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_RuntimeManager_ERROR_CALLBACK_mD4040C3C1E8E5FE50A6813E137FA217311031DA7(intptr_t ___system0, uint32_t ___type1, intptr_t ___commanddata12, intptr_t ___commanddata23, intptr_t ___userdata4) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation int32_t returnValue; returnValue = RuntimeManager_ERROR_CALLBACK_mD4040C3C1E8E5FE50A6813E137FA217311031DA7(___system0, ___type1, ___commanddata12, ___commanddata23, ___userdata4, NULL); return returnValue; } // System.Boolean FMODUnity.RuntimeManager::get_IsMuted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeManager_get_IsMuted_mF1B62C069A4081BD8079128AC571B3FCFFFC2B20 (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; } { // return Instance.isMuted; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0; L_0 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_0); bool L_1 = L_0->get_isMuted_13(); return L_1; } } // FMOD.RESULT FMODUnity.RuntimeManager::DEBUG_CALLBACK(FMOD.DEBUG_FLAGS,System.IntPtr,System.Int32,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeManager_DEBUG_CALLBACK_m26C2A118C72055F24B5B80EF7FAA88813AF69DBA (uint32_t ___flags0, intptr_t ___filePtr1, int32_t ___line2, intptr_t ___funcPtr3, intptr_t ___messagePtr4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3BBD9518D33FD5FA252FB4FEE7FB9C066AB2168A); s_Il2CppMethodInitialized = true; } StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 V_0; memset((&V_0), 0, sizeof(V_0)); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 V_1; memset((&V_1), 0, sizeof(V_1)); { // FMOD.StringWrapper file = new FMOD.StringWrapper(filePtr); intptr_t L_0 = ___filePtr1; StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 L_1; memset((&L_1), 0, sizeof(L_1)); StringWrapper__ctor_m17356B0F15889B9010457717471D595C1606E3AE_inline((&L_1), (intptr_t)L_0, /*hidden argument*/NULL); // FMOD.StringWrapper func = new FMOD.StringWrapper(funcPtr); intptr_t L_2 = ___funcPtr3; StringWrapper__ctor_m17356B0F15889B9010457717471D595C1606E3AE_inline((StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 *)(&V_0), (intptr_t)L_2, /*hidden argument*/NULL); // FMOD.StringWrapper message = new FMOD.StringWrapper(messagePtr); intptr_t L_3 = ___messagePtr4; StringWrapper__ctor_m17356B0F15889B9010457717471D595C1606E3AE_inline((StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 *)(&V_1), (intptr_t)L_3, /*hidden argument*/NULL); // if (flags == FMOD.DEBUG_FLAGS.ERROR) uint32_t L_4 = ___flags0; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0039; } } { // RuntimeUtils.DebugLogError(string.Format(("[FMOD] {0} : {1}"), (string)func, (string)message)); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 L_5 = V_0; String_t* L_6; L_6 = StringWrapper_op_Implicit_m1C6552BF7971A27E384A063ADE196428072AE8EB(L_5, /*hidden argument*/NULL); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 L_7 = V_1; String_t* L_8; L_8 = StringWrapper_op_Implicit_m1C6552BF7971A27E384A063ADE196428072AE8EB(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteral3BBD9518D33FD5FA252FB4FEE7FB9C066AB2168A, L_6, L_8, /*hidden argument*/NULL); RuntimeUtils_DebugLogError_m32DADF824B49D54717C11A1689F35D14F6C3B57B(L_9, /*hidden argument*/NULL); // } goto IL_0079; } IL_0039: { // else if (flags == FMOD.DEBUG_FLAGS.WARNING) uint32_t L_10 = ___flags0; if ((!(((uint32_t)L_10) == ((uint32_t)2)))) { goto IL_005a; } } { // RuntimeUtils.DebugLogWarning(string.Format(("[FMOD] {0} : {1}"), (string)func, (string)message)); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 L_11 = V_0; String_t* L_12; L_12 = StringWrapper_op_Implicit_m1C6552BF7971A27E384A063ADE196428072AE8EB(L_11, /*hidden argument*/NULL); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 L_13 = V_1; String_t* L_14; L_14 = StringWrapper_op_Implicit_m1C6552BF7971A27E384A063ADE196428072AE8EB(L_13, /*hidden argument*/NULL); String_t* L_15; L_15 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteral3BBD9518D33FD5FA252FB4FEE7FB9C066AB2168A, L_12, L_14, /*hidden argument*/NULL); RuntimeUtils_DebugLogWarning_mF611A5BF60BE3F7D44E49D0A630D0A97FD450409(L_15, /*hidden argument*/NULL); // } goto IL_0079; } IL_005a: { // else if (flags == FMOD.DEBUG_FLAGS.LOG) uint32_t L_16 = ___flags0; if ((!(((uint32_t)L_16) == ((uint32_t)4)))) { goto IL_0079; } } { // RuntimeUtils.DebugLog(string.Format(("[FMOD] {0} : {1}"), (string)func, (string)message)); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 L_17 = V_0; String_t* L_18; L_18 = StringWrapper_op_Implicit_m1C6552BF7971A27E384A063ADE196428072AE8EB(L_17, /*hidden argument*/NULL); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 L_19 = V_1; String_t* L_20; L_20 = StringWrapper_op_Implicit_m1C6552BF7971A27E384A063ADE196428072AE8EB(L_19, /*hidden argument*/NULL); String_t* L_21; L_21 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteral3BBD9518D33FD5FA252FB4FEE7FB9C066AB2168A, L_18, L_20, /*hidden argument*/NULL); RuntimeUtils_DebugLog_mE3AD1389A46AE555D532B030013B8DA1ACE7D764(L_21, /*hidden argument*/NULL); } IL_0079: { // return FMOD.RESULT.OK; return (int32_t)(0); } } // FMOD.RESULT FMODUnity.RuntimeManager::ERROR_CALLBACK(System.IntPtr,FMOD.SYSTEM_CALLBACK_TYPE,System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeManager_ERROR_CALLBACK_mD4040C3C1E8E5FE50A6813E137FA217311031DA7 (intptr_t ___system0, uint32_t ___type1, intptr_t ___commanddata12, intptr_t ___commanddata23, intptr_t ___userdata4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ERRORCALLBACK_INSTANCETYPE_tB67737CE39FF0EF79D287D21B0B5325FFABF23E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RESULT_t25BE0876E69B44E7D72DC4C52217E7C5B1A82271_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral783C7895B91E75CC7B15B767738CEE81C02C9716); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); s_Il2CppMethodInitialized = true; } ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E V_0; memset((&V_0), 0, sizeof(V_0)); { // FMOD.ERRORCALLBACK_INFO callbackInfo = (FMOD.ERRORCALLBACK_INFO)FMOD.MarshalHelper.PtrToStructure(commanddata1, typeof(FMOD.ERRORCALLBACK_INFO)); intptr_t L_0 = ___commanddata12; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E_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); RuntimeObject * L_3; L_3 = MarshalHelper_PtrToStructure_mF84AE7F6EF0D5661989700B4A2DDF1CBB8276EC7((intptr_t)L_0, L_2, /*hidden argument*/NULL); V_0 = ((*(ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E *)((ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E *)UnBox(L_3, ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E_il2cpp_TypeInfo_var)))); // if ((callbackInfo.instancetype == FMOD.ERRORCALLBACK_INSTANCETYPE.CHANNEL || callbackInfo.instancetype == FMOD.ERRORCALLBACK_INSTANCETYPE.CHANNELCONTROL) && callbackInfo.result == FMOD.RESULT.ERR_INVALID_HANDLE) ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E L_4 = V_0; int32_t L_5 = L_4.get_instancetype_1(); if ((((int32_t)L_5) == ((int32_t)2))) { goto IL_0028; } } { ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E L_6 = V_0; int32_t L_7 = L_6.get_instancetype_1(); if ((!(((uint32_t)L_7) == ((uint32_t)4)))) { goto IL_0034; } } IL_0028: { ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E L_8 = V_0; int32_t L_9 = L_8.get_result_0(); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)30))))) { goto IL_0034; } } { // return FMOD.RESULT.OK; return (int32_t)(0); } IL_0034: { // RuntimeUtils.DebugLogError(string.Format("[FMOD] {0}({1}) returned {2} for {3} (0x{4}).", // (string)callbackInfo.functionname, (string)callbackInfo.functionparams, callbackInfo.result, callbackInfo.instancetype, callbackInfo.instance.ToString("X"))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E L_12 = V_0; StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 L_13 = L_12.get_functionname_3(); String_t* L_14; L_14 = StringWrapper_op_Implicit_m1C6552BF7971A27E384A063ADE196428072AE8EB(L_13, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_14); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = L_11; ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E L_16 = V_0; StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 L_17 = L_16.get_functionparams_4(); String_t* L_18; L_18 = StringWrapper_op_Implicit_m1C6552BF7971A27E384A063ADE196428072AE8EB(L_17, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(1), (RuntimeObject *)L_18); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = L_15; ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E L_20 = V_0; int32_t L_21 = L_20.get_result_0(); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(RESULT_t25BE0876E69B44E7D72DC4C52217E7C5B1A82271_il2cpp_TypeInfo_var, &L_22); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_23); (L_19)->SetAt(static_cast(2), (RuntimeObject *)L_23); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = L_19; ERRORCALLBACK_INFO_t17AE680C3D7FC91E7B9B08584AAFCD19314F126E L_25 = V_0; int32_t L_26 = L_25.get_instancetype_1(); int32_t L_27 = L_26; RuntimeObject * L_28 = Box(ERRORCALLBACK_INSTANCETYPE_tB67737CE39FF0EF79D287D21B0B5325FFABF23E7_il2cpp_TypeInfo_var, &L_27); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_28); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_28); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_29 = L_24; intptr_t* L_30 = (&V_0)->get_address_of_instance_2(); String_t* L_31; L_31 = IntPtr_ToString_m7CDFDC84936276E62AB76AA238F7571B54DF90B4((intptr_t*)L_30, _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, /*hidden argument*/NULL); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_31); (L_29)->SetAt(static_cast(4), (RuntimeObject *)L_31); String_t* L_32; L_32 = String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3(_stringLiteral783C7895B91E75CC7B15B767738CEE81C02C9716, L_29, /*hidden argument*/NULL); RuntimeUtils_DebugLogError_m32DADF824B49D54717C11A1689F35D14F6C3B57B(L_32, /*hidden argument*/NULL); // return FMOD.RESULT.OK; return (int32_t)(0); } } // FMODUnity.RuntimeManager FMODUnity.RuntimeManager::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisRuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_m33212D28124A53009481660F3AAED1D8934F2835_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_FindObjectsOfTypeAll_TisRuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_m9E4820378EF2E8A5F04960B5542541865D20BD24_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91BF1211ED5873E07A83605C048F22BAEF3F6B5C); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_1 = NULL; RuntimeManagerU5BU5D_t48A7110E7E6158183E15B5943CEAD59762E93BBF* V_2 = NULL; int32_t V_3 = 0; Exception_t * V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (initException != null) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C * L_0 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_initException_5(); if (!L_0) { goto IL_000d; } } { // throw initException; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))); SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C * L_1 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))))->get_initException_5(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A_RuntimeMethod_var))); } IL_000d: { // if (instance == null) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_2 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_instance_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_00b3; } } { // FMOD.RESULT initResult = FMOD.RESULT.OK; // Initialize can return an error code if it falls back to NO_SOUND, throw it as a non-cached exception V_0 = 0; // foreach (RuntimeManager manager in Resources.FindObjectsOfTypeAll()) RuntimeManagerU5BU5D_t48A7110E7E6158183E15B5943CEAD59762E93BBF* L_4; L_4 = Resources_FindObjectsOfTypeAll_TisRuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_m9E4820378EF2E8A5F04960B5542541865D20BD24(/*hidden argument*/Resources_FindObjectsOfTypeAll_TisRuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_m9E4820378EF2E8A5F04960B5542541865D20BD24_RuntimeMethod_var); V_2 = L_4; V_3 = 0; goto IL_003a; } IL_0029: { // foreach (RuntimeManager manager in Resources.FindObjectsOfTypeAll()) RuntimeManagerU5BU5D_t48A7110E7E6158183E15B5943CEAD59762E93BBF* L_5 = V_2; int32_t L_6 = V_3; NullCheck(L_5); int32_t L_7 = L_6; RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_8 = (L_5)->GetAt(static_cast(L_7)); // DestroyImmediate(manager.gameObject); NullCheck(L_8); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9; L_9 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_m7E408D4287F169F714A91F4D823A0BEF6090C11F(L_9, /*hidden argument*/NULL); int32_t L_10 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_003a: { // foreach (RuntimeManager manager in Resources.FindObjectsOfTypeAll()) int32_t L_11 = V_3; RuntimeManagerU5BU5D_t48A7110E7E6158183E15B5943CEAD59762E93BBF* L_12 = V_2; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0029; } } { // var gameObject = new GameObject("FMOD.UnityIntegration.RuntimeManager"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144(L_13, _stringLiteral91BF1211ED5873E07A83605C048F22BAEF3F6B5C, /*hidden argument*/NULL); V_1 = L_13; // instance = gameObject.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14 = V_1; NullCheck(L_14); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_15; L_15 = GameObject_AddComponent_TisRuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_m33212D28124A53009481660F3AAED1D8934F2835(L_14, /*hidden argument*/GameObject_AddComponent_TisRuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_m33212D28124A53009481660F3AAED1D8934F2835_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->set_instance_6(L_15); // if (Application.isPlaying) // This class is used in edit mode by the Timeline auditioning system bool L_16; L_16 = Application_get_isPlaying_m0388B541E40404CBB82D6AEB224A29053A0BC58C(/*hidden argument*/NULL); if (!L_16) { goto IL_0063; } } { // DontDestroyOnLoad(gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m8E3B1C552851D48BDC47F510C07714610923319B(L_17, /*hidden argument*/NULL); } IL_0063: { // gameObject.hideFlags = HideFlags.HideAndDontSave; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_18 = V_1; NullCheck(L_18); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_18, ((int32_t)61), /*hidden argument*/NULL); } IL_006b: try { // begin try (depth: 1) // RuntimeUtils.EnforceLibraryOrder(); RuntimeUtils_EnforceLibraryOrder_m7B683A846D00BFE05F075B6E444EA49CC969A4DE(/*hidden argument*/NULL); // initResult = instance.Initialize(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_19 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_instance_6(); NullCheck(L_19); int32_t L_20; L_20 = RuntimeManager_Initialize_mB113A12B863730B076C38CD9074083ED47746ECA(L_19, /*hidden argument*/NULL); V_0 = L_20; // } goto IL_00a4; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_007d; } throw e; } CATCH_007d: { // begin catch(System.Exception) { // catch (Exception e) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // initException = e as SystemNotInitializedException; Exception_t * L_21 = V_4; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))); ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))))->set_initException_5(((SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C *)IsInstClass((RuntimeObject*)L_21, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C_il2cpp_TypeInfo_var))))); // if (initException == null) SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C * L_22 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))))->get_initException_5(); if (L_22) { goto IL_009e; } } IL_0092: { // initException = new SystemNotInitializedException(e); Exception_t * L_23 = V_4; SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C * L_24 = (SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C_il2cpp_TypeInfo_var))); SystemNotInitializedException__ctor_m5AA3A8419E6F9E497DD703767EC4A84BDE180088(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))); ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))))->set_initException_5(L_24); } IL_009e: { // throw initException; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))); SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C * L_25 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))))->get_initException_5(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A_RuntimeMethod_var))); } } // end catch (depth: 1) IL_00a4: { // if (initResult != FMOD.RESULT.OK) int32_t L_26 = V_0; if (!L_26) { goto IL_00b3; } } { // throw new SystemNotInitializedException(initResult, "Output forced to NO SOUND mode"); int32_t L_27 = V_0; SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C * L_28 = (SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C_il2cpp_TypeInfo_var))); SystemNotInitializedException__ctor_mA192C23AA3727560D81320452D1A4C287999E224(L_28, L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral533D944DA46F808BEEFAF759F4064E54B71D3A78)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A_RuntimeMethod_var))); } IL_00b3: { // return instance; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_29 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_instance_6(); return L_29; } } // FMOD.Studio.System FMODUnity.RuntimeManager::get_StudioSystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 RuntimeManager_get_StudioSystem_m8B2E68C05A396FD847539CA6556A83D2342C55CA (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; } { // get { return Instance.studioSystem; } IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0; L_0 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_0); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 L_1 = L_0->get_studioSystem_10(); return L_1; } } // FMOD.System FMODUnity.RuntimeManager::get_CoreSystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B RuntimeManager_get_CoreSystem_mD81984D5BE413D7830CB0CF1D1BDAAB46941EE79 (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; } { // get { return Instance.coreSystem; } IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0; L_0 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_0); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B L_1 = L_0->get_coreSystem_11(); return L_1; } } // System.Void FMODUnity.RuntimeManager::CheckInitResult(FMOD.RESULT,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, int32_t ___result0, String_t* ___cause1, const RuntimeMethod* method) { { // if (result != FMOD.RESULT.OK) int32_t L_0 = ___result0; if (!L_0) { goto IL_0011; } } { // ReleaseStudioSystem(); RuntimeManager_ReleaseStudioSystem_m1964631FDCE809E3668C99C456547A32629BCA08(__this, /*hidden argument*/NULL); // throw new SystemNotInitializedException(result, cause); int32_t L_1 = ___result0; String_t* L_2 = ___cause1; SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C * L_3 = (SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C_il2cpp_TypeInfo_var))); SystemNotInitializedException__ctor_mA192C23AA3727560D81320452D1A4C287999E224(L_3, L_1, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD_RuntimeMethod_var))); } IL_0011: { // } return; } } // System.Void FMODUnity.RuntimeManager::ReleaseStudioSystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_ReleaseStudioSystem_m1964631FDCE809E3668C99C456547A32629BCA08 (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, const RuntimeMethod* method) { { // if (studioSystem.isValid()) System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_0 = __this->get_address_of_studioSystem_10(); bool L_1; L_1 = System_isValid_m5B62C7FB4549D95109CF84240C91CC1B727B0BFF((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0024; } } { // studioSystem.release(); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_2 = __this->get_address_of_studioSystem_10(); int32_t L_3; L_3 = System_release_mB9653E6FC80F89C89A16E02005DDE02449DC80DF((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_2, /*hidden argument*/NULL); // studioSystem.clearHandle(); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_4 = __this->get_address_of_studioSystem_10(); System_clearHandle_m9CEEA5C7AAF2B515F6DEF62E39B3D5768DF65426((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_4, /*hidden argument*/NULL); } IL_0024: { // } return; } } // FMOD.RESULT FMODUnity.RuntimeManager::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeManager_Initialize_mB113A12B863730B076C38CD9074083ED47746ECA (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_m1F3B665D41F15B5017E4F96E0C21282B4C37E7EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_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*)&RESULT_t25BE0876E69B44E7D72DC4C52217E7C5B1A82271_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_ERROR_CALLBACK_mD4040C3C1E8E5FE50A6813E137FA217311031DA7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A80654F2ED6F6CF600F19FB7D32EF4B777AB690); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CFC796AE8E15331BF0475808F7AFD109749FD79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1069CD7A72D3F595A4DAA50247877063ECFE241F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37D6010BD230BA1628A7FA0110118397CE82111B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D21C0B634B1A74F09EF376AD29F40814EFBE4F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A9C527FEEB9C9AE6871AC61E80FE9B5C4088B15); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C13F88773A795237B30FFCF134BE4D197C34607); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0FA4971079ADB0EDC857833CB94D56495D6DFB8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB47DE594D689954FA209F7DD9FB8B76E5D2C736); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC053685E36C95FE86A5BB5338B9F20BF4218FEF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE5849E3B3CC824BCCB6BEBF7EE069A95825212E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE71937CA0D26AA0EE0221474E898072CA345B9CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEECC8C4A7A604742A8845E0ECD2580A7F8EDA20); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; uint32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 V_10; memset((&V_10), 0, sizeof(V_10)); uint32_t V_11 = 0; PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * V_12 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_13; memset((&V_13), 0, sizeof(V_13)); ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 V_14; memset((&V_14), 0, sizeof(V_14)); { // FMOD.RESULT result = FMOD.RESULT.OK; V_0 = 0; // FMOD.RESULT initResult = FMOD.RESULT.OK; V_1 = 0; // Settings fmodSettings = Settings.Instance; IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0; L_0 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); V_2 = L_0; // currentPlatform = fmodSettings.FindCurrentPlatform(); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_1 = V_2; NullCheck(L_1); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_2; L_2 = Settings_FindCurrentPlatform_mC1B1C6D731B02F5EA5A5D778188811AC5823DB98(L_1, /*hidden argument*/NULL); __this->set_currentPlatform_7(L_2); // int sampleRate = currentPlatform.SampleRate; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_3 = __this->get_currentPlatform_7(); NullCheck(L_3); int32_t L_4; L_4 = Platform_get_SampleRate_m0E440809987792CC1002729BCC274C0A2D8B2583(L_3, /*hidden argument*/NULL); V_3 = L_4; // int realChannels = Math.Min(currentPlatform.RealChannelCount, 256); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_5 = __this->get_currentPlatform_7(); NullCheck(L_5); int32_t L_6; L_6 = Platform_get_RealChannelCount_m97A4E2E715F919971E061A9BBBBAEE4B329E52C8(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B(L_6, ((int32_t)256), /*hidden argument*/NULL); V_4 = L_7; // int virtualChannels = currentPlatform.VirtualChannelCount; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_8 = __this->get_currentPlatform_7(); NullCheck(L_8); int32_t L_9; L_9 = Platform_get_VirtualChannelCount_m403ED5B0F2142FBD3845FD2ADFB276EF7F2824D1(L_8, /*hidden argument*/NULL); V_5 = L_9; // uint dspBufferLength = (uint)currentPlatform.DSPBufferLength; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_10 = __this->get_currentPlatform_7(); NullCheck(L_10); int32_t L_11; L_11 = Platform_get_DSPBufferLength_mDFBAE8285E28B2FF3E456C38103A8E30C3237E94(L_10, /*hidden argument*/NULL); V_6 = L_11; // int dspBufferCount = currentPlatform.DSPBufferCount; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_12 = __this->get_currentPlatform_7(); NullCheck(L_12); int32_t L_13; L_13 = Platform_get_DSPBufferCount_mB22DACD741D25BEF98D1AE28037C5BE42AAF2FAA(L_12, /*hidden argument*/NULL); V_7 = L_13; // FMOD.SPEAKERMODE speakerMode = currentPlatform.SpeakerMode; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_14 = __this->get_currentPlatform_7(); NullCheck(L_14); int32_t L_15; L_15 = Platform_get_SpeakerMode_m8D0B66E394181ACF6C0E4EBE8E30B8633B85E70A(L_14, /*hidden argument*/NULL); V_8 = L_15; // FMOD.OUTPUTTYPE outputType = currentPlatform.GetOutputType(); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_16 = __this->get_currentPlatform_7(); NullCheck(L_16); int32_t L_17; L_17 = Platform_GetOutputType_mDEF3CDD61BC101ADE2C41EE613DF998513E05F6F(L_16, /*hidden argument*/NULL); V_9 = L_17; // FMOD.ADVANCEDSETTINGS advancedSettings = new FMOD.ADVANCEDSETTINGS(); il2cpp_codegen_initobj((&V_10), sizeof(ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 )); // advancedSettings.randomSeed = (uint)DateTime.UtcNow.Ticks; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_18; L_18 = DateTime_get_UtcNow_m1DDFBE2EF6AB0E4461E1F23E845CDAFAB49A2970(/*hidden argument*/NULL); V_13 = L_18; int64_t L_19; L_19 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_13), /*hidden argument*/NULL); (&V_10)->set_randomSeed_19(((int32_t)((uint32_t)L_19))); // advancedSettings.maxVorbisCodecs = realChannels; int32_t L_20 = V_4; (&V_10)->set_maxVorbisCodecs_4(L_20); // SetThreadAffinities(currentPlatform); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_21 = __this->get_currentPlatform_7(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_SetThreadAffinities_m6FD3D662C90C96ED180E8B78CA6ED66EB5EF477A(L_21, /*hidden argument*/NULL); // currentPlatform.PreSystemCreate(CheckInitResult); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_22 = __this->get_currentPlatform_7(); Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * L_23 = (Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 *)il2cpp_codegen_object_new(Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975_il2cpp_TypeInfo_var); Action_2__ctor_m1F3B665D41F15B5017E4F96E0C21282B4C37E7EE(L_23, __this, (intptr_t)((intptr_t)RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m1F3B665D41F15B5017E4F96E0C21282B4C37E7EE_RuntimeMethod_var); NullCheck(L_22); VirtActionInvoker1< Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * >::Invoke(9 /* System.Void FMODUnity.Platform::PreSystemCreate(System.Action`2) */, L_22, L_23); // FMOD.Studio.INITFLAGS studioInitFlags = FMOD.Studio.INITFLAGS.NORMAL | FMOD.Studio.INITFLAGS.DEFERRED_CALLBACKS; V_11 = 8; // if (currentPlatform.IsLiveUpdateEnabled) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_24 = __this->get_currentPlatform_7(); NullCheck(L_24); bool L_25; L_25 = Platform_get_IsLiveUpdateEnabled_m7336D620D55DC847F51C952FD8779B0510B5F769(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00ec; } } { // studioInitFlags |= FMOD.Studio.INITFLAGS.LIVEUPDATE; uint32_t L_26 = V_11; V_11 = ((int32_t)((int32_t)L_26|(int32_t)1)); // advancedSettings.profilePort = (ushort)currentPlatform.LiveUpdatePort; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_27 = __this->get_currentPlatform_7(); NullCheck(L_27); int32_t L_28; L_28 = Platform_get_LiveUpdatePort_mBBEA45E920D65B3866682589D88DF2E4E5D4EB81(L_27, /*hidden argument*/NULL); (&V_10)->set_profilePort_13((uint16_t)((int32_t)((uint16_t)L_28))); } IL_00ec: { // result = FMOD.Studio.System.create(out studioSystem); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_29 = __this->get_address_of_studioSystem_10(); int32_t L_30; L_30 = System_create_m0BB19A080CB03FB1D848E51A55F803CFD3BDB586((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_29, /*hidden argument*/NULL); V_0 = L_30; // CheckInitResult(result, "FMOD.Studio.System.create"); int32_t L_31 = V_0; RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD(__this, L_31, _stringLiteral0CFC796AE8E15331BF0475808F7AFD109749FD79, /*hidden argument*/NULL); // result = studioSystem.getCoreSystem(out coreSystem); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_32 = __this->get_address_of_studioSystem_10(); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_33 = __this->get_address_of_coreSystem_11(); int32_t L_34; L_34 = System_getCoreSystem_mB44AD2F59984031C59CB073ABEEB2248C4851DDC((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_32, (System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)L_33, /*hidden argument*/NULL); V_0 = L_34; // CheckInitResult(result, "FMOD.Studio.System.getCoreSystem"); int32_t L_35 = V_0; RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD(__this, L_35, _stringLiteralDE5849E3B3CC824BCCB6BEBF7EE069A95825212E, /*hidden argument*/NULL); // result = coreSystem.setOutput(outputType); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_36 = __this->get_address_of_coreSystem_11(); int32_t L_37 = V_9; int32_t L_38; L_38 = System_setOutput_m4971A597846BB9C2E6D3A730F1C4EBB23552D3BA((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)L_36, L_37, /*hidden argument*/NULL); V_0 = L_38; // CheckInitResult(result, "FMOD.System.setOutput"); int32_t L_39 = V_0; RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD(__this, L_39, _stringLiteral9C13F88773A795237B30FFCF134BE4D197C34607, /*hidden argument*/NULL); // result = coreSystem.setSoftwareChannels(realChannels); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_40 = __this->get_address_of_coreSystem_11(); int32_t L_41 = V_4; int32_t L_42; L_42 = System_setSoftwareChannels_m4A306C5E913E961B06B5BD802638C4171A150CB9((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)L_40, L_41, /*hidden argument*/NULL); V_0 = L_42; // CheckInitResult(result, "FMOD.System.setSoftwareChannels"); int32_t L_43 = V_0; RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD(__this, L_43, _stringLiteralC053685E36C95FE86A5BB5338B9F20BF4218FEF7, /*hidden argument*/NULL); // result = coreSystem.setSoftwareFormat(sampleRate, speakerMode, 0); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_44 = __this->get_address_of_coreSystem_11(); int32_t L_45 = V_3; int32_t L_46 = V_8; int32_t L_47; L_47 = System_setSoftwareFormat_m4D223230D8E4723EC34051EDD60FB116722C0714((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)L_44, L_45, L_46, 0, /*hidden argument*/NULL); V_0 = L_47; // CheckInitResult(result, "FMOD.System.setSoftwareFormat"); int32_t L_48 = V_0; RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD(__this, L_48, _stringLiteralA0FA4971079ADB0EDC857833CB94D56495D6DFB8, /*hidden argument*/NULL); // if (dspBufferLength > 0 && dspBufferCount > 0) uint32_t L_49 = V_6; if ((!(((uint32_t)L_49) > ((uint32_t)0)))) { goto IL_0198; } } { int32_t L_50 = V_7; if ((((int32_t)L_50) <= ((int32_t)0))) { goto IL_0198; } } { // result = coreSystem.setDSPBufferSize(dspBufferLength, dspBufferCount); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_51 = __this->get_address_of_coreSystem_11(); uint32_t L_52 = V_6; int32_t L_53 = V_7; int32_t L_54; L_54 = System_setDSPBufferSize_m13A382CA3D4F3C883C8C16862C1A629C982353E5((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)L_51, L_52, L_53, /*hidden argument*/NULL); V_0 = L_54; // CheckInitResult(result, "FMOD.System.setDSPBufferSize"); int32_t L_55 = V_0; RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD(__this, L_55, _stringLiteral9A9C527FEEB9C9AE6871AC61E80FE9B5C4088B15, /*hidden argument*/NULL); } IL_0198: { // result = coreSystem.setAdvancedSettings(ref advancedSettings); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_56 = __this->get_address_of_coreSystem_11(); int32_t L_57; L_57 = System_setAdvancedSettings_mA15BBCE6FF907D59721E51CCB8B49065CAB46C74((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)L_56, (ADVANCEDSETTINGS_tDA5401B779784AFBB21B10F213CDEA18A7FE1222 *)(&V_10), /*hidden argument*/NULL); V_0 = L_57; // CheckInitResult(result, "FMOD.System.setAdvancedSettings"); int32_t L_58 = V_0; RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD(__this, L_58, _stringLiteralE71937CA0D26AA0EE0221474E898072CA345B9CC, /*hidden argument*/NULL); // if (fmodSettings.EnableErrorCallback) Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_59 = V_2; NullCheck(L_59); bool L_60 = L_59->get_EnableErrorCallback_44(); if (!L_60) { goto IL_01ef; } } { // errorCallback = new FMOD.SYSTEM_CALLBACK(ERROR_CALLBACK); SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * L_61 = (SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 *)il2cpp_codegen_object_new(SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75_il2cpp_TypeInfo_var); SYSTEM_CALLBACK__ctor_m77F65B0F42141537F9E97214B3360AF89B451D63(L_61, NULL, (intptr_t)((intptr_t)RuntimeManager_ERROR_CALLBACK_mD4040C3C1E8E5FE50A6813E137FA217311031DA7_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_errorCallback_9(L_61); // result = coreSystem.setCallback(errorCallback, FMOD.SYSTEM_CALLBACK_TYPE.ERROR); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_62 = __this->get_address_of_coreSystem_11(); SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 * L_63 = __this->get_errorCallback_9(); int32_t L_64; L_64 = System_setCallback_m3522FE5C68147B3177D67F0DA362822FA8309B31((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)L_62, L_63, ((int32_t)128), /*hidden argument*/NULL); V_0 = L_64; // CheckInitResult(result, "FMOD.System.setCallback"); int32_t L_65 = V_0; RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD(__this, L_65, _stringLiteral37D6010BD230BA1628A7FA0110118397CE82111B, /*hidden argument*/NULL); } IL_01ef: { // if (!string.IsNullOrEmpty(fmodSettings.EncryptionKey)) Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_66 = V_2; NullCheck(L_66); String_t* L_67 = L_66->get_EncryptionKey_20(); bool L_68; L_68 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_67, /*hidden argument*/NULL); if (L_68) { goto IL_0228; } } { // FMOD.Studio.ADVANCEDSETTINGS studioAdvancedSettings = new FMOD.Studio.ADVANCEDSETTINGS(); il2cpp_codegen_initobj((&V_14), sizeof(ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 )); // result = studioSystem.setAdvancedSettings(studioAdvancedSettings, Settings.Instance.EncryptionKey); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_69 = __this->get_address_of_studioSystem_10(); ADVANCEDSETTINGS_t4D825B63738A62FE5B13181EB44D23C2CFF6E166 L_70 = V_14; IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_71; L_71 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_71); String_t* L_72 = L_71->get_EncryptionKey_20(); int32_t L_73; L_73 = System_setAdvancedSettings_m1E6FC5B36EBAC7402183EDB9603A7C5C097708A5((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_69, L_70, L_72, /*hidden argument*/NULL); V_0 = L_73; // CheckInitResult(result, "FMOD.Studio.System.setAdvancedSettings"); int32_t L_74 = V_0; RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD(__this, L_74, _stringLiteral1069CD7A72D3F595A4DAA50247877063ECFE241F, /*hidden argument*/NULL); } IL_0228: { // if (fmodSettings.EnableMemoryTracking) Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_75 = V_2; NullCheck(L_75); bool L_76 = L_75->get_EnableMemoryTracking_39(); if (!L_76) { goto IL_0237; } } { // studioInitFlags |= FMOD.Studio.INITFLAGS.MEMORY_TRACKING; uint32_t L_77 = V_11; V_11 = ((int32_t)((int32_t)L_77|(int32_t)((int32_t)32))); } IL_0237: { // currentPlatform.PreInitialize(studioSystem); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_78 = __this->get_currentPlatform_7(); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 L_79 = __this->get_studioSystem_10(); NullCheck(L_78); VirtActionInvoker1< System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 >::Invoke(10 /* System.Void FMODUnity.Platform::PreInitialize(FMOD.Studio.System) */, L_78, L_79); // PlatformCallbackHandler callbackHandler = currentPlatform.CallbackHandler; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_80 = __this->get_currentPlatform_7(); NullCheck(L_80); PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * L_81; L_81 = Platform_get_CallbackHandler_mA6E327947A8FF9A42B5A8F8F1F88143DB1F7A053(L_80, /*hidden argument*/NULL); V_12 = L_81; // if (callbackHandler != null) PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * L_82 = V_12; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_83; L_83 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_82, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_83) { goto IL_0278; } } { // callbackHandler.PreInitialize(studioSystem, CheckInitResult); PlatformCallbackHandler_tC97A12E9191ED7EE208965B8DF447CA520F3EE51 * L_84 = V_12; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 L_85 = __this->get_studioSystem_10(); Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * L_86 = (Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 *)il2cpp_codegen_object_new(Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975_il2cpp_TypeInfo_var); Action_2__ctor_m1F3B665D41F15B5017E4F96E0C21282B4C37E7EE(L_86, __this, (intptr_t)((intptr_t)RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m1F3B665D41F15B5017E4F96E0C21282B4C37E7EE_RuntimeMethod_var); NullCheck(L_84); VirtActionInvoker2< System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 , Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * >::Invoke(4 /* System.Void FMODUnity.PlatformCallbackHandler::PreInitialize(FMOD.Studio.System,System.Action`2) */, L_84, L_85, L_86); } IL_0278: { // result = studioSystem.initialize(virtualChannels, studioInitFlags, FMOD.INITFLAGS.NORMAL, IntPtr.Zero); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_87 = __this->get_address_of_studioSystem_10(); int32_t L_88 = V_5; uint32_t L_89 = V_11; int32_t L_90; L_90 = System_initialize_m066BBC9977DD2D57ED75601FA9611BF5A27157DC((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_87, L_88, L_89, 0, (intptr_t)(0), /*hidden argument*/NULL); V_0 = L_90; // if (result != FMOD.RESULT.OK && initResult == FMOD.RESULT.OK) int32_t L_91 = V_0; if (!L_91) { goto IL_02be; } } { int32_t L_92 = V_1; if (L_92) { goto IL_02be; } } { // initResult = result; // Save this to throw at the end (we'll attempt NO SOUND to shield ourselves from unexpected device failures) int32_t L_93 = V_0; V_1 = L_93; // outputType = FMOD.OUTPUTTYPE.NOSOUND; V_9 = 2; // RuntimeUtils.DebugLogErrorFormat("[FMOD] Studio::System::initialize returned {0}, defaulting to no-sound mode.", result.ToString()); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_94 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_95 = L_94; RuntimeObject * L_96 = Box(RESULT_t25BE0876E69B44E7D72DC4C52217E7C5B1A82271_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_96); String_t* L_97; L_97 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_96); V_0 = *(int32_t*)UnBox(L_96); NullCheck(L_95); ArrayElementTypeCheck (L_95, L_97); (L_95)->SetAt(static_cast(0), (RuntimeObject *)L_97); RuntimeUtils_DebugLogErrorFormat_m3AFB0F5D0CB1422328B260000DB45BEA197105B2(_stringLiteralBB47DE594D689954FA209F7DD9FB8B76E5D2C736, L_95, /*hidden argument*/NULL); // goto retry; goto IL_00ec; } IL_02be: { // CheckInitResult(result, "Studio::System::initialize"); int32_t L_98 = V_0; RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD(__this, L_98, _stringLiteral8D21C0B634B1A74F09EF376AD29F40814EFBE4F4, /*hidden argument*/NULL); // if ((studioInitFlags & FMOD.Studio.INITFLAGS.LIVEUPDATE) != 0) uint32_t L_99 = V_11; if (!((int32_t)((int32_t)L_99&(int32_t)1))) { goto IL_031b; } } { // studioSystem.flushCommands(); // Any error will be returned through Studio.System.update System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_100 = __this->get_address_of_studioSystem_10(); int32_t L_101; L_101 = System_flushCommands_m1DB8630ABBD787E3BE5779817CB5901B4748FCBA((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_100, /*hidden argument*/NULL); // result = studioSystem.update(); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_102 = __this->get_address_of_studioSystem_10(); int32_t L_103; L_103 = System_update_m398AD04EE5D4DD3CC8A01AF3BAF2355CFF31A82B((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_102, /*hidden argument*/NULL); V_0 = L_103; // if (result == FMOD.RESULT.ERR_NET_SOCKET_ERROR) int32_t L_104 = V_0; if ((!(((uint32_t)L_104) == ((uint32_t)((int32_t)43))))) { goto IL_031b; } } { // studioInitFlags &= ~FMOD.Studio.INITFLAGS.LIVEUPDATE; uint32_t L_105 = V_11; V_11 = ((int32_t)((int32_t)L_105&(int32_t)((int32_t)-2))); // RuntimeUtils.DebugLogWarning("[FMOD] Cannot open network port for Live Update (in-use), restarting with Live Update disabled."); RuntimeUtils_DebugLogWarning_mF611A5BF60BE3F7D44E49D0A630D0A97FD450409(_stringLiteralEEECC8C4A7A604742A8845E0ECD2580A7F8EDA20, /*hidden argument*/NULL); // result = studioSystem.release(); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_106 = __this->get_address_of_studioSystem_10(); int32_t L_107; L_107 = System_release_mB9653E6FC80F89C89A16E02005DDE02449DC80DF((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_106, /*hidden argument*/NULL); V_0 = L_107; // CheckInitResult(result, "FMOD.Studio.System.Release"); int32_t L_108 = V_0; RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD(__this, L_108, _stringLiteral0A80654F2ED6F6CF600F19FB7D32EF4B777AB690, /*hidden argument*/NULL); // goto retry; goto IL_00ec; } IL_031b: { // currentPlatform.LoadPlugins(coreSystem, CheckInitResult); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_109 = __this->get_currentPlatform_7(); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B L_110 = __this->get_coreSystem_11(); Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * L_111 = (Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 *)il2cpp_codegen_object_new(Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975_il2cpp_TypeInfo_var); Action_2__ctor_m1F3B665D41F15B5017E4F96E0C21282B4C37E7EE(L_111, __this, (intptr_t)((intptr_t)RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m1F3B665D41F15B5017E4F96E0C21282B4C37E7EE_RuntimeMethod_var); NullCheck(L_109); VirtActionInvoker2< System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B , Action_2_tC72058B60C84180F8D51E23F06197E4EC6717975 * >::Invoke(14 /* System.Void FMODUnity.Platform::LoadPlugins(FMOD.System,System.Action`2) */, L_109, L_110, L_111); // LoadBanks(fmodSettings); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_112 = V_2; RuntimeManager_LoadBanks_m8C35C4E2872379FC0D0A55BEB56DE10624C93241(__this, L_112, /*hidden argument*/NULL); // return initResult; int32_t L_113 = V_1; return L_113; } } // System.Void FMODUnity.RuntimeManager::SetThreadAffinities(FMODUnity.Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_SetThreadAffinities_m6FD3D662C90C96ED180E8B78CA6ED66EB5EF477A (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * ___platform0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m04EDCA10B3526896BB8D46B12906C5568647ECA0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m5FAE11A79D42BC60F257582102E9159C8029816C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCA9F6B1AEDC182ACF5BD09B7F2B0B90D65B74587_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t4EDBC0CB6D835D68E934656331D3EA0F7F40E177_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tFCA84877D6E811AD49D33DB2943D5B64BBE550D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mCE015269D6C92C99787A6A40776334E52F54124E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4 * V_1 = NULL; Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A V_2; memset((&V_2), 0, sizeof(V_2)); int64_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (ThreadAffinityGroup group in platform.ThreadAffinities) Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_0 = ___platform0; NullCheck(L_0); RuntimeObject* L_1; L_1 = Platform_get_ThreadAffinities_m73758A1EEE7439A7814DD3FD2759F28D96363D92(L_0, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t4EDBC0CB6D835D68E934656331D3EA0F7F40E177_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_000c: try { // begin try (depth: 1) { goto IL_0061; } IL_000e: { // foreach (ThreadAffinityGroup group in platform.ThreadAffinities) RuntimeObject* L_3 = V_0; NullCheck(L_3); ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4 * L_4; L_4 = InterfaceFuncInvoker0< ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tFCA84877D6E811AD49D33DB2943D5B64BBE550D6_il2cpp_TypeInfo_var, L_3); V_1 = L_4; // foreach (ThreadType thread in group.threads) ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4 * L_5 = V_1; NullCheck(L_5); List_1_t7EF0A07DDE6D9F97A324463D6D7EC16E8CB8D2C2 * L_6 = L_5->get_threads_0(); NullCheck(L_6); Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A L_7; L_7 = List_1_GetEnumerator_mCE015269D6C92C99787A6A40776334E52F54124E(L_6, /*hidden argument*/List_1_GetEnumerator_mCE015269D6C92C99787A6A40776334E52F54124E_RuntimeMethod_var); V_2 = L_7; } IL_0021: try { // begin try (depth: 2) { goto IL_0048; } IL_0023: { // foreach (ThreadType thread in group.threads) int32_t L_8; L_8 = Enumerator_get_Current_mCA9F6B1AEDC182ACF5BD09B7F2B0B90D65B74587_inline((Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A *)(&V_2), /*hidden argument*/Enumerator_get_Current_mCA9F6B1AEDC182ACF5BD09B7F2B0B90D65B74587_RuntimeMethod_var); // FMOD.THREAD_TYPE fmodThread = RuntimeUtils.ToFMODThreadType(thread); int32_t L_9; L_9 = RuntimeUtils_ToFMODThreadType_m8CF6547DEBD8B4A8A6AD1BDB147FC19A73A078A5(L_8, /*hidden argument*/NULL); // FMOD.THREAD_AFFINITY fmodAffinity = RuntimeUtils.ToFMODThreadAffinity(group.affinity); ThreadAffinityGroup_t3040CB7EA982A4E81D41588DD37CAFD9A8A298D4 * L_10 = V_1; NullCheck(L_10); uint32_t L_11 = L_10->get_affinity_1(); int64_t L_12; L_12 = RuntimeUtils_ToFMODThreadAffinity_m506EE338EC24B7C7B140623B63301CC09480A7ED(L_11, /*hidden argument*/NULL); V_3 = L_12; // FMOD.Thread.SetAttributes(fmodThread, fmodAffinity); int64_t L_13 = V_3; int32_t L_14; L_14 = Thread_SetAttributes_mDE96AB128F5CD33DB7969480AAB834A6350D8C8E(L_9, L_13, ((int32_t)-32769), 0, /*hidden argument*/NULL); } IL_0048: { // foreach (ThreadType thread in group.threads) bool L_15; L_15 = Enumerator_MoveNext_m5FAE11A79D42BC60F257582102E9159C8029816C((Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m5FAE11A79D42BC60F257582102E9159C8029816C_RuntimeMethod_var); if (L_15) { goto IL_0023; } } IL_0051: { IL2CPP_LEAVE(0x61, FINALLY_0053); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0053; } FINALLY_0053: { // begin finally (depth: 2) Enumerator_Dispose_m04EDCA10B3526896BB8D46B12906C5568647ECA0((Enumerator_tEA44DF573AC162196F6A1296DBBEA2093D9B654A *)(&V_2), /*hidden argument*/Enumerator_Dispose_m04EDCA10B3526896BB8D46B12906C5568647ECA0_RuntimeMethod_var); IL2CPP_END_FINALLY(83) } // end finally (depth: 2) IL2CPP_CLEANUP(83) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x61, IL_0061) } IL_0061: { // foreach (ThreadAffinityGroup group in platform.ThreadAffinities) RuntimeObject* L_16 = V_0; NullCheck(L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_000e; } } IL_0069: { IL2CPP_LEAVE(0x75, FINALLY_006b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006b; } FINALLY_006b: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_0; if (!L_18) { goto IL_0074; } } IL_006e: { RuntimeObject* L_19 = V_0; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_19); } IL_0074: { IL2CPP_END_FINALLY(107) } } // end finally (depth: 1) IL2CPP_CLEANUP(107) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x75, IL_0075) } IL_0075: { // } return; } } // System.Int32 FMODUnity.RuntimeManager::AddListener(FMODUnity.StudioListener) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeManager_AddListener_m7018E3B64E04A596491CC3C93F5FF13A3B2005E0 (StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * ___listener0, 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*)&List_1_Add_m19F84E1C850A29C2D8C8D94F2447CDB4DE80F321_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m22504EDAFCFBC32413E159EED69C11AA8C6BF501_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06EFD99619FED66FAEE43F0B9C3470632127351D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42B398FD642AEC7619C4BB91B1BBD76F5FB8CE07); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 V_2; memset((&V_2), 0, sizeof(V_2)); { // for (int i = 0; i < Listeners.Count; i++) V_1 = 0; goto IL_004f; } IL_0004: { // if (Listeners[i] != null && listener.gameObject == Listeners[i].gameObject) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_0 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); int32_t L_1 = V_1; NullCheck(L_0); StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * L_2; L_2 = List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_004b; } } { StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * L_4 = ___listener0; NullCheck(L_4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_6 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); int32_t L_7 = V_1; NullCheck(L_6); StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * L_8; L_8 = List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_RuntimeMethod_var); NullCheck(L_8); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9; L_9 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_10; L_10 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_5, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_004b; } } { // RuntimeUtils.DebugLogWarning(string.Format(("[FMOD] Listener has already been added at index {0}."), i)); int32_t L_11 = V_1; int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_12); String_t* L_14; L_14 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteral42B398FD642AEC7619C4BB91B1BBD76F5FB8CE07, L_13, /*hidden argument*/NULL); RuntimeUtils_DebugLogWarning_mF611A5BF60BE3F7D44E49D0A630D0A97FD450409(L_14, /*hidden argument*/NULL); // return i; int32_t L_15 = V_1; return L_15; } IL_004b: { // for (int i = 0; i < Listeners.Count; i++) int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_004f: { // for (int i = 0; i < Listeners.Count; i++) int32_t L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_18 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); NullCheck(L_18); int32_t L_19; L_19 = List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_inline(L_18, /*hidden argument*/List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_RuntimeMethod_var); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_0004; } } { // if (numListeners >= FMOD.CONSTANTS.MAX_LISTENERS) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); int32_t L_20 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_numListeners_27(); if ((((int32_t)L_20) < ((int32_t)8))) { goto IL_0079; } } { // RuntimeUtils.DebugLogWarning(string.Format(("[FMOD] Max number of listeners reached : {0}."), FMOD.CONSTANTS.MAX_LISTENERS)); int32_t L_21 = 8; RuntimeObject * L_22 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_21); String_t* L_23; L_23 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteral06EFD99619FED66FAEE43F0B9C3470632127351D, L_22, /*hidden argument*/NULL); RuntimeUtils_DebugLogWarning_mF611A5BF60BE3F7D44E49D0A630D0A97FD450409(L_23, /*hidden argument*/NULL); } IL_0079: { // if (Listeners.Count <= numListeners) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_24 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); NullCheck(L_24); int32_t L_25; L_25 = List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_inline(L_24, /*hidden argument*/List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_RuntimeMethod_var); int32_t L_26 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_numListeners_27(); if ((((int32_t)L_25) > ((int32_t)L_26))) { goto IL_0097; } } { // Listeners.Add(listener); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_27 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * L_28 = ___listener0; NullCheck(L_27); List_1_Add_m19F84E1C850A29C2D8C8D94F2447CDB4DE80F321(L_27, L_28, /*hidden argument*/List_1_Add_m19F84E1C850A29C2D8C8D94F2447CDB4DE80F321_RuntimeMethod_var); // } goto IL_00a7; } IL_0097: { // Listeners[numListeners] = listener; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_29 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); int32_t L_30 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_numListeners_27(); StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * L_31 = ___listener0; NullCheck(L_29); List_1_set_Item_m22504EDAFCFBC32413E159EED69C11AA8C6BF501(L_29, L_30, L_31, /*hidden argument*/List_1_set_Item_m22504EDAFCFBC32413E159EED69C11AA8C6BF501_RuntimeMethod_var); } IL_00a7: { // numListeners++; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); int32_t L_32 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_numListeners_27(); ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->set_numListeners_27(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); // int numListenersClamped = Mathf.Min(numListeners, FMOD.CONSTANTS.MAX_LISTENERS); int32_t L_33 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_numListeners_27(); int32_t L_34; L_34 = Mathf_Min_m1D86C7400E9814579E65EFEF7B521F9BB00015C3(L_33, 8, /*hidden argument*/NULL); V_0 = L_34; // StudioSystem.setNumListeners(numListenersClamped); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 L_35; L_35 = RuntimeManager_get_StudioSystem_m8B2E68C05A396FD847539CA6556A83D2342C55CA(/*hidden argument*/NULL); V_2 = L_35; int32_t L_36 = V_0; int32_t L_37; L_37 = System_setNumListeners_m9AA850BF7C1180932978A5E39C55CA883C442592((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)(&V_2), L_36, /*hidden argument*/NULL); // return numListeners - 1; int32_t L_38 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_numListeners_27(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1)); } } // System.Boolean FMODUnity.RuntimeManager::RemoveListener(FMODUnity.StudioListener) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeManager_RemoveListener_mB17C7EE3E7D43060A38737DB2CAACE71D7D938FE (StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * ___listener0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m22504EDAFCFBC32413E159EED69C11AA8C6BF501_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; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 V_3; memset((&V_3), 0, sizeof(V_3)); { // int index = listener.ListenerNumber; StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * L_0 = ___listener0; NullCheck(L_0); int32_t L_1 = L_0->get_ListenerNumber_7(); V_0 = L_1; // if (index != -1) int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_00c0; } } { // Listeners[index] = null; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_3 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); int32_t L_4 = V_0; NullCheck(L_3); List_1_set_Item_m22504EDAFCFBC32413E159EED69C11AA8C6BF501(L_3, L_4, (StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC *)NULL, /*hidden argument*/List_1_set_Item_m22504EDAFCFBC32413E159EED69C11AA8C6BF501_RuntimeMethod_var); // if (numListeners - 1 > index) int32_t L_5 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_numListeners_27(); int32_t L_6 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))) <= ((int32_t)L_6))) { goto IL_0091; } } { // for (int i = index; i < Listeners.Count; i++) int32_t L_7 = V_0; V_2 = L_7; goto IL_0084; } IL_0028: { // if (i == Listeners.Count - 1) int32_t L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_9 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); NullCheck(L_9); int32_t L_10; L_10 = List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_inline(L_9, /*hidden argument*/List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_RuntimeMethod_var); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)))))) { goto IL_0045; } } { // Listeners[i] = null; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_11 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); int32_t L_12 = V_2; NullCheck(L_11); List_1_set_Item_m22504EDAFCFBC32413E159EED69C11AA8C6BF501(L_11, L_12, (StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC *)NULL, /*hidden argument*/List_1_set_Item_m22504EDAFCFBC32413E159EED69C11AA8C6BF501_RuntimeMethod_var); // } goto IL_0080; } IL_0045: { // Listeners[i] = Listeners[i + 1]; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_13 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); int32_t L_14 = V_2; List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_15 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); int32_t L_16 = V_2; NullCheck(L_15); StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * L_17; L_17 = List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_inline(L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)), /*hidden argument*/List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_RuntimeMethod_var); NullCheck(L_13); List_1_set_Item_m22504EDAFCFBC32413E159EED69C11AA8C6BF501(L_13, L_14, L_17, /*hidden argument*/List_1_set_Item_m22504EDAFCFBC32413E159EED69C11AA8C6BF501_RuntimeMethod_var); // if (Listeners[i]) List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_18 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); int32_t L_19 = V_2; NullCheck(L_18); StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * L_20; L_20 = List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_inline(L_18, L_19, /*hidden argument*/List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_21; L_21 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0080; } } { // Listeners[i].ListenerNumber = i; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_22 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); int32_t L_23 = V_2; NullCheck(L_22); StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * L_24; L_24 = List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_inline(L_22, L_23, /*hidden argument*/List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_RuntimeMethod_var); int32_t L_25 = V_2; NullCheck(L_24); L_24->set_ListenerNumber_7(L_25); } IL_0080: { // for (int i = index; i < Listeners.Count; i++) int32_t L_26 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0084: { // for (int i = index; i < Listeners.Count; i++) int32_t L_27 = V_2; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_28 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); NullCheck(L_28); int32_t L_29; L_29 = List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_inline(L_28, /*hidden argument*/List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_RuntimeMethod_var); if ((((int32_t)L_27) < ((int32_t)L_29))) { goto IL_0028; } } IL_0091: { // numListeners--; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); int32_t L_30 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_numListeners_27(); ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->set_numListeners_27(((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1))); // int numListenersClamped = Mathf.Min(Mathf.Max(numListeners, 1), FMOD.CONSTANTS.MAX_LISTENERS); int32_t L_31 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_numListeners_27(); int32_t L_32; L_32 = Mathf_Max_mDE96ED504F75C9C7985CC49B099CF308AC52BF48(L_31, 1, /*hidden argument*/NULL); int32_t L_33; L_33 = Mathf_Min_m1D86C7400E9814579E65EFEF7B521F9BB00015C3(L_32, 8, /*hidden argument*/NULL); V_1 = L_33; // StudioSystem.setNumListeners(numListenersClamped); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 L_34; L_34 = RuntimeManager_get_StudioSystem_m8B2E68C05A396FD847539CA6556A83D2342C55CA(/*hidden argument*/NULL); V_3 = L_34; int32_t L_35 = V_1; int32_t L_36; L_36 = System_setNumListeners_m9AA850BF7C1180932978A5E39C55CA883C442592((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)(&V_3), L_35, /*hidden argument*/NULL); // return true; return (bool)1; } IL_00c0: { // return false; return (bool)0; } } // System.Void FMODUnity.RuntimeManager::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_Update_m6DD5D03388B84C6E3118997B789E6C8E7886540E (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisFMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86_mDF819C3BDE14AFDCE875BB6581480B3C6EAEDFFA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mF09077FDDF8840D71C54F84E96DBC025F9298526_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m09F3E0DAE9571574C23CC9C92E57BB2CE05FFB38_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9C176FFBE52593ABF15AD6981AC2B07DF79786D5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m907F238FEB19EEF3202A756CCB196CDEF06AB2A6_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A3C94F1549A7E562E9D7EBA852B60589EE6215B); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // if (studioSystem.isValid()) System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_0 = __this->get_address_of_studioSystem_10(); bool L_1; L_1 = System_isValid_m5B62C7FB4549D95109CF84240C91CC1B727B0BFF((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0272; } } { // if (numListeners <= 0 && !listenerWarningIssued) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); int32_t L_2 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_numListeners_27(); if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0031; } } { bool L_3 = __this->get_listenerWarningIssued_19(); if (L_3) { goto IL_0031; } } { // listenerWarningIssued = true; __this->set_listenerWarningIssued_19((bool)1); // RuntimeUtils.DebugLogWarning("[FMOD] Please add an 'FMOD Studio Listener' component to your a camera in the scene for correct 3D positioning of sounds."); RuntimeUtils_DebugLogWarning_mF611A5BF60BE3F7D44E49D0A630D0A97FD450409(_stringLiteral1A3C94F1549A7E562E9D7EBA852B60589EE6215B, /*hidden argument*/NULL); } IL_0031: { // for (int i = 0; i < activeEmitters.Count; i++) V_0 = 0; goto IL_004b; } IL_0035: { // UpdateActiveEmitter(activeEmitters[i]); List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * L_4 = __this->get_activeEmitters_17(); int32_t L_5 = V_0; NullCheck(L_4); StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_6; L_6 = List_1_get_Item_m9C176FFBE52593ABF15AD6981AC2B07DF79786D5_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m9C176FFBE52593ABF15AD6981AC2B07DF79786D5_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_UpdateActiveEmitter_m205438F59C5E35EE435B6A4890B8B6EA6588764E(L_6, (bool)0, /*hidden argument*/NULL); // for (int i = 0; i < activeEmitters.Count; i++) int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_004b: { // for (int i = 0; i < activeEmitters.Count; i++) int32_t L_8 = V_0; List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * L_9 = __this->get_activeEmitters_17(); NullCheck(L_9); int32_t L_10; L_10 = List_1_get_Count_m09F3E0DAE9571574C23CC9C92E57BB2CE05FFB38_inline(L_9, /*hidden argument*/List_1_get_Count_m09F3E0DAE9571574C23CC9C92E57BB2CE05FFB38_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0035; } } { // for (int i = 0; i < attachedInstances.Count; i++) V_1 = 0; goto IL_01d9; } IL_0060: { // FMOD.Studio.PLAYBACK_STATE playbackState = FMOD.Studio.PLAYBACK_STATE.STOPPED; V_2 = 2; // if (attachedInstances[i].instance.isValid()) List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_11 = __this->get_attachedInstances_18(); int32_t L_12 = V_1; NullCheck(L_11); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_13; L_13 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_11, L_12, /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_13); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_14 = L_13->get_address_of_instance_0(); bool L_15; L_15 = EventInstance_isValid_mC1338D02E7183ED6E2DDED8DB84DD8B01D533461((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0093; } } { // attachedInstances[i].instance.getPlaybackState(out playbackState); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_16 = __this->get_attachedInstances_18(); int32_t L_17 = V_1; NullCheck(L_16); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_18; L_18 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_16, L_17, /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_18); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_19 = L_18->get_address_of_instance_0(); int32_t L_20; L_20 = EventInstance_getPlaybackState_mA1F9D7BB93F9A9BBA0EC2763A9476E1DE3B8A72C((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_19, (int32_t*)(&V_2), /*hidden argument*/NULL); } IL_0093: { // if (playbackState == FMOD.Studio.PLAYBACK_STATE.STOPPED || // attachedInstances[i].transform == null // destroyed game object // ) int32_t L_21 = V_2; if ((((int32_t)L_21) == ((int32_t)2))) { goto IL_00b0; } } { List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_22 = __this->get_attachedInstances_18(); int32_t L_23 = V_1; NullCheck(L_22); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_24; L_24 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_22, L_23, /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25 = L_24->get_transform_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_26; L_26 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_25, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_26) { goto IL_00f5; } } IL_00b0: { // attachedInstances[i] = attachedInstances[attachedInstances.Count - 1]; List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_27 = __this->get_attachedInstances_18(); int32_t L_28 = V_1; List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_29 = __this->get_attachedInstances_18(); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_30 = __this->get_attachedInstances_18(); NullCheck(L_30); int32_t L_31; L_31 = List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_inline(L_30, /*hidden argument*/List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_RuntimeMethod_var); NullCheck(L_29); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_32; L_32 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)), /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_27); List_1_set_Item_m907F238FEB19EEF3202A756CCB196CDEF06AB2A6(L_27, L_28, L_32, /*hidden argument*/List_1_set_Item_m907F238FEB19EEF3202A756CCB196CDEF06AB2A6_RuntimeMethod_var); // attachedInstances.RemoveAt(attachedInstances.Count - 1); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_33 = __this->get_attachedInstances_18(); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_34 = __this->get_attachedInstances_18(); NullCheck(L_34); int32_t L_35; L_35 = List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_inline(L_34, /*hidden argument*/List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_RuntimeMethod_var); NullCheck(L_33); List_1_RemoveAt_mF09077FDDF8840D71C54F84E96DBC025F9298526(L_33, ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_mF09077FDDF8840D71C54F84E96DBC025F9298526_RuntimeMethod_var); // i--; int32_t L_36 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); // continue; goto IL_01d5; } IL_00f5: { // if (attachedInstances[i].rigidBody) List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_37 = __this->get_attachedInstances_18(); int32_t L_38 = V_1; NullCheck(L_37); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_39; L_39 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_37, L_38, /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_39); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_40 = L_39->get_rigidBody_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_41; L_41 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0150; } } { // attachedInstances[i].instance.set3DAttributes(RuntimeUtils.To3DAttributes(attachedInstances[i].transform, attachedInstances[i].rigidBody)); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_42 = __this->get_attachedInstances_18(); int32_t L_43 = V_1; NullCheck(L_42); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_44; L_44 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_42, L_43, /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_44); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_45 = L_44->get_address_of_instance_0(); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_46 = __this->get_attachedInstances_18(); int32_t L_47 = V_1; NullCheck(L_46); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_48; L_48 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_46, L_47, /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_48); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_49 = L_48->get_transform_1(); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_50 = __this->get_attachedInstances_18(); int32_t L_51 = V_1; NullCheck(L_50); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_52; L_52 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_50, L_51, /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_52); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_53 = L_52->get_rigidBody_2(); ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_54; L_54 = RuntimeUtils_To3DAttributes_m7706BD48DD33BE3DAAE3D1974E59A887B064F732(L_49, L_53, /*hidden argument*/NULL); int32_t L_55; L_55 = EventInstance_set3DAttributes_m10DD916A9EC590EA8B79F25F777D5AF3E8B1F885((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_45, L_54, /*hidden argument*/NULL); // } goto IL_01d5; } IL_0150: { // if (attachedInstances[i].rigidBody2D) List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_56 = __this->get_attachedInstances_18(); int32_t L_57 = V_1; NullCheck(L_56); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_58; L_58 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_56, L_57, /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_58); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_59 = L_58->get_rigidBody2D_3(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_60; L_60 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_01a8; } } { // attachedInstances[i].instance.set3DAttributes(RuntimeUtils.To3DAttributes(attachedInstances[i].transform, attachedInstances[i].rigidBody2D)); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_61 = __this->get_attachedInstances_18(); int32_t L_62 = V_1; NullCheck(L_61); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_63; L_63 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_61, L_62, /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_63); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_64 = L_63->get_address_of_instance_0(); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_65 = __this->get_attachedInstances_18(); int32_t L_66 = V_1; NullCheck(L_65); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_67; L_67 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_65, L_66, /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_67); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_68 = L_67->get_transform_1(); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_69 = __this->get_attachedInstances_18(); int32_t L_70 = V_1; NullCheck(L_69); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_71; L_71 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_69, L_70, /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_71); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_72 = L_71->get_rigidBody2D_3(); ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_73; L_73 = RuntimeUtils_To3DAttributes_m73A16EE4648C36DE6B68F5AAE554CAF31098C668(L_68, L_72, /*hidden argument*/NULL); int32_t L_74; L_74 = EventInstance_set3DAttributes_m10DD916A9EC590EA8B79F25F777D5AF3E8B1F885((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_64, L_73, /*hidden argument*/NULL); // } goto IL_01d5; } IL_01a8: { // attachedInstances[i].instance.set3DAttributes(RuntimeUtils.To3DAttributes(attachedInstances[i].transform)); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_75 = __this->get_attachedInstances_18(); int32_t L_76 = V_1; NullCheck(L_75); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_77; L_77 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_75, L_76, /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_77); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_78 = L_77->get_address_of_instance_0(); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_79 = __this->get_attachedInstances_18(); int32_t L_80 = V_1; NullCheck(L_79); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_81; L_81 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_79, L_80, /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_81); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_82 = L_81->get_transform_1(); ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_83; L_83 = RuntimeUtils_To3DAttributes_mBD19761771A5A1B2BBF419752C3E800821984341(L_82, /*hidden argument*/NULL); int32_t L_84; L_84 = EventInstance_set3DAttributes_m10DD916A9EC590EA8B79F25F777D5AF3E8B1F885((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_78, L_83, /*hidden argument*/NULL); } IL_01d5: { // for (int i = 0; i < attachedInstances.Count; i++) int32_t L_85 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); } IL_01d9: { // for (int i = 0; i < attachedInstances.Count; i++) int32_t L_86 = V_1; List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_87 = __this->get_attachedInstances_18(); NullCheck(L_87); int32_t L_88; L_88 = List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_inline(L_87, /*hidden argument*/List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_RuntimeMethod_var); if ((((int32_t)L_86) < ((int32_t)L_88))) { goto IL_0060; } } { // if (isOverlayEnabled) bool L_89 = __this->get_isOverlayEnabled_20(); if (!L_89) { goto IL_0235; } } { // if (!overlayDrawer) FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 * L_90 = __this->get_overlayDrawer_21(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_91; L_91 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_90, /*hidden argument*/NULL); if (L_91) { goto IL_0222; } } { // overlayDrawer = Instance.gameObject.AddComponent(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_92; L_92 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_92); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_93; L_93 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_92, /*hidden argument*/NULL); NullCheck(L_93); FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 * L_94; L_94 = GameObject_AddComponent_TisFMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86_mDF819C3BDE14AFDCE875BB6581480B3C6EAEDFFA(L_93, /*hidden argument*/GameObject_AddComponent_TisFMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86_mDF819C3BDE14AFDCE875BB6581480B3C6EAEDFFA_RuntimeMethod_var); __this->set_overlayDrawer_21(L_94); // overlayDrawer.TargetRuntimeManager = this; FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 * L_95 = __this->get_overlayDrawer_21(); NullCheck(L_95); L_95->set_TargetRuntimeManager_4(__this); // } goto IL_0266; } IL_0222: { // overlayDrawer.gameObject.SetActive(true); FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 * L_96 = __this->get_overlayDrawer_21(); NullCheck(L_96); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_97; L_97 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_96, /*hidden argument*/NULL); NullCheck(L_97); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_97, (bool)1, /*hidden argument*/NULL); // } goto IL_0266; } IL_0235: { // if (overlayDrawer != null && overlayDrawer.gameObject.activeSelf) FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 * L_98 = __this->get_overlayDrawer_21(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_99; L_99 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_98, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_99) { goto IL_0266; } } { FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 * L_100 = __this->get_overlayDrawer_21(); NullCheck(L_100); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_101; L_101 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_100, /*hidden argument*/NULL); NullCheck(L_101); bool L_102; L_102 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_101, /*hidden argument*/NULL); if (!L_102) { goto IL_0266; } } { // overlayDrawer.gameObject.SetActive(false); FMODRuntimeManagerOnGUIHelper_tC4BEE548CDFB08AA8362FEAA002B99197D138F86 * L_103 = __this->get_overlayDrawer_21(); NullCheck(L_103); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_104; L_104 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_103, /*hidden argument*/NULL); NullCheck(L_104); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_104, (bool)0, /*hidden argument*/NULL); } IL_0266: { // studioSystem.update(); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_105 = __this->get_address_of_studioSystem_10(); int32_t L_106; L_106 = System_update_m398AD04EE5D4DD3CC8A01AF3BAF2355CFF31A82B((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_105, /*hidden argument*/NULL); } IL_0272: { // } return; } } // System.Void FMODUnity.RuntimeManager::RegisterActiveEmitter(FMODUnity.StudioEventEmitter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_RegisterActiveEmitter_m458519C0FC1207FB8E611B11222BF48FC5BBB8DD (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * ___emitter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4AA07B6D288B01CF5B05A78ABD61A3A9D2A6590A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_mF9D82DD2C0311D99F9D4D8870C100CA57B6244D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!Instance.activeEmitters.Contains(emitter)) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0; L_0 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_0); List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * L_1 = L_0->get_activeEmitters_17(); StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_2 = ___emitter0; NullCheck(L_1); bool L_3; L_3 = List_1_Contains_mF9D82DD2C0311D99F9D4D8870C100CA57B6244D6(L_1, L_2, /*hidden argument*/List_1_Contains_mF9D82DD2C0311D99F9D4D8870C100CA57B6244D6_RuntimeMethod_var); if (L_3) { goto IL_0022; } } { // Instance.activeEmitters.Add(emitter); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_4; L_4 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_4); List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * L_5 = L_4->get_activeEmitters_17(); StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_6 = ___emitter0; NullCheck(L_5); List_1_Add_m4AA07B6D288B01CF5B05A78ABD61A3A9D2A6590A(L_5, L_6, /*hidden argument*/List_1_Add_m4AA07B6D288B01CF5B05A78ABD61A3A9D2A6590A_RuntimeMethod_var); } IL_0022: { // } return; } } // System.Void FMODUnity.RuntimeManager::DeregisterActiveEmitter(FMODUnity.StudioEventEmitter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_DeregisterActiveEmitter_mEDA80D5C068CB8483F91933478686FAD9485F536 (StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * ___emitter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mC70E583FE77527F139CFAB932C52021C7C878A04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Instance.activeEmitters.Remove(emitter); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0; L_0 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_0); List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * L_1 = L_0->get_activeEmitters_17(); StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_2 = ___emitter0; NullCheck(L_1); bool L_3; L_3 = List_1_Remove_mC70E583FE77527F139CFAB932C52021C7C878A04(L_1, L_2, /*hidden argument*/List_1_Remove_mC70E583FE77527F139CFAB932C52021C7C878A04_RuntimeMethod_var); // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; { // bool playInstance = false; V_0 = (bool)0; // for (int i = 0; i < Listeners.Count; i++) V_1 = 0; goto IL_003b; } IL_0006: { // if (Vector3.Distance(emitter.transform.position, Listeners[i].transform.position) <= emitter.MaxDistance) StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_0 = ___emitter0; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_3 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); int32_t L_4 = V_1; NullCheck(L_3); StudioListener_t5114AD734A252B41C49A759CEDC09208EF9EB9DC * L_5; L_5 = List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m376DD6BC03FC92A1D5B18567368B73E0BA02E5CA_RuntimeMethod_var); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_5, /*hidden argument*/NULL); NullCheck(L_6); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_6, /*hidden argument*/NULL); float L_8; L_8 = Vector3_Distance_m20A82566C3C575B972323926B2ABD7073EED005B(L_2, L_7, /*hidden argument*/NULL); StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_9 = ___emitter0; NullCheck(L_9); float L_10; L_10 = StudioEventEmitter_get_MaxDistance_mC5997BEBF9F4B7902F6D7115AF34ADC8F4CB2050(L_9, /*hidden argument*/NULL); if ((!(((float)L_8) <= ((float)L_10)))) { goto IL_0037; } } { // playInstance = true; V_0 = (bool)1; // break; goto IL_0048; } IL_0037: { // for (int i = 0; i < Listeners.Count; i++) int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003b: { // for (int i = 0; i < Listeners.Count; i++) int32_t L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_13 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_Listeners_26(); NullCheck(L_13); int32_t L_14; L_14 = List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_inline(L_13, /*hidden argument*/List_1_get_Count_mC13D1BD5449798C4151012595A501CBBAFD8BF15_RuntimeMethod_var); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_0006; } } IL_0048: { // if (force || playInstance != emitter.IsPlaying()) bool L_15 = ___force1; if (L_15) { goto IL_0054; } } { bool L_16 = V_0; StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_17 = ___emitter0; NullCheck(L_17); bool L_18; L_18 = StudioEventEmitter_IsPlaying_m1D4D7C101552D6D5CE0B5F5593CE66F75DD9BFC5(L_17, /*hidden argument*/NULL); if ((((int32_t)L_16) == ((int32_t)L_18))) { goto IL_0064; } } IL_0054: { // if (playInstance) bool L_19 = V_0; if (!L_19) { goto IL_005e; } } { // emitter.PlayInstance(); StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_20 = ___emitter0; NullCheck(L_20); StudioEventEmitter_PlayInstance_m677385DB096CD2CD7C0FD8D226CD5A9AF6F31320(L_20, /*hidden argument*/NULL); // } return; } IL_005e: { // emitter.StopInstance(); StudioEventEmitter_t8D7921A7ADBB6B067F1F013CD5FB64B4DEFF4F34 * L_21 = ___emitter0; NullCheck(L_21); StudioEventEmitter_StopInstance_m642637E900A414A7F41967C5542F0078A9A825E5(L_21, /*hidden argument*/NULL); } IL_0064: { // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCD963ACF029739BF0EC41968992937929FB1701E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Find_m50264B3F17A95716DB88FFF91F03B3A47EDA9D16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1__ctor_m9D28AF271BF3C04E886B9E6384B2A11456D7B528_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass47_0_U3CAttachInstanceToGameObjectU3Eb__0_m487CB043D4CBC5A1192462074EBC7ED62CDE12D0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD * V_0 = NULL; AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * V_1 = NULL; { U3CU3Ec__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD * L_0 = (U3CU3Ec__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass47_0__ctor_m42D2A969D23F672649493C6D52F6CA81923CA873(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD * L_1 = V_0; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_2 = ___instance0; NullCheck(L_1); L_1->set_instance_0(L_2); // AttachedInstance attachedInstance = Instance.attachedInstances.Find(x => x.instance.handle == instance.handle); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_3; L_3 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_3); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_4 = L_3->get_attachedInstances_18(); U3CU3Ec__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD * L_5 = V_0; Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84 * L_6 = (Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84 *)il2cpp_codegen_object_new(Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84_il2cpp_TypeInfo_var); Predicate_1__ctor_m9D28AF271BF3C04E886B9E6384B2A11456D7B528(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass47_0_U3CAttachInstanceToGameObjectU3Eb__0_m487CB043D4CBC5A1192462074EBC7ED62CDE12D0_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m9D28AF271BF3C04E886B9E6384B2A11456D7B528_RuntimeMethod_var); NullCheck(L_4); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_7; L_7 = List_1_Find_m50264B3F17A95716DB88FFF91F03B3A47EDA9D16(L_4, L_6, /*hidden argument*/List_1_Find_m50264B3F17A95716DB88FFF91F03B3A47EDA9D16_RuntimeMethod_var); V_1 = L_7; // if (attachedInstance == null) AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_8 = V_1; if (L_8) { goto IL_0042; } } { // attachedInstance = new AttachedInstance(); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_9 = (AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD *)il2cpp_codegen_object_new(AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD_il2cpp_TypeInfo_var); AttachedInstance__ctor_m37B483919D11A90F8E17A3D9EC01B42F0474D50C(L_9, /*hidden argument*/NULL); V_1 = L_9; // Instance.attachedInstances.Add(attachedInstance); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_10; L_10 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_10); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_11 = L_10->get_attachedInstances_18(); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_12 = V_1; NullCheck(L_11); List_1_Add_mCD963ACF029739BF0EC41968992937929FB1701E(L_11, L_12, /*hidden argument*/List_1_Add_mCD963ACF029739BF0EC41968992937929FB1701E_RuntimeMethod_var); } IL_0042: { // instance.set3DAttributes(RuntimeUtils.To3DAttributes(transform)); U3CU3Ec__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD * L_13 = V_0; NullCheck(L_13); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_14 = L_13->get_address_of_instance_0(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15 = ___transform1; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_16; L_16 = RuntimeUtils_To3DAttributes_mBD19761771A5A1B2BBF419752C3E800821984341(L_15, /*hidden argument*/NULL); int32_t L_17; L_17 = EventInstance_set3DAttributes_m10DD916A9EC590EA8B79F25F777D5AF3E8B1F885((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_14, L_16, /*hidden argument*/NULL); // attachedInstance.transform = transform; AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_18 = V_1; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_19 = ___transform1; NullCheck(L_18); L_18->set_transform_1(L_19); // attachedInstance.instance = instance; AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_20 = V_1; U3CU3Ec__DisplayClass47_0_t6726AEBE852AC39B728D9ABAE656E4688F0335FD * L_21 = V_0; NullCheck(L_21); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_22 = L_21->get_instance_0(); NullCheck(L_20); L_20->set_instance_0(L_22); // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCD963ACF029739BF0EC41968992937929FB1701E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Find_m50264B3F17A95716DB88FFF91F03B3A47EDA9D16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1__ctor_m9D28AF271BF3C04E886B9E6384B2A11456D7B528_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass48_0_U3CAttachInstanceToGameObjectU3Eb__0_m7472D6714D4819E84EE7A31E37D8248E5A530627_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89 * V_0 = NULL; AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * V_1 = NULL; { U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89 * L_0 = (U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass48_0__ctor_m8E51CFEA0040442E9CB05C10F0BD6BFD499AB846(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89 * L_1 = V_0; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_2 = ___instance0; NullCheck(L_1); L_1->set_instance_0(L_2); // AttachedInstance attachedInstance = Instance.attachedInstances.Find(x => x.instance.handle == instance.handle); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_3; L_3 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_3); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_4 = L_3->get_attachedInstances_18(); U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89 * L_5 = V_0; Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84 * L_6 = (Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84 *)il2cpp_codegen_object_new(Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84_il2cpp_TypeInfo_var); Predicate_1__ctor_m9D28AF271BF3C04E886B9E6384B2A11456D7B528(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass48_0_U3CAttachInstanceToGameObjectU3Eb__0_m7472D6714D4819E84EE7A31E37D8248E5A530627_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m9D28AF271BF3C04E886B9E6384B2A11456D7B528_RuntimeMethod_var); NullCheck(L_4); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_7; L_7 = List_1_Find_m50264B3F17A95716DB88FFF91F03B3A47EDA9D16(L_4, L_6, /*hidden argument*/List_1_Find_m50264B3F17A95716DB88FFF91F03B3A47EDA9D16_RuntimeMethod_var); V_1 = L_7; // if (attachedInstance == null) AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_8 = V_1; if (L_8) { goto IL_0042; } } { // attachedInstance = new AttachedInstance(); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_9 = (AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD *)il2cpp_codegen_object_new(AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD_il2cpp_TypeInfo_var); AttachedInstance__ctor_m37B483919D11A90F8E17A3D9EC01B42F0474D50C(L_9, /*hidden argument*/NULL); V_1 = L_9; // Instance.attachedInstances.Add(attachedInstance); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_10; L_10 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_10); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_11 = L_10->get_attachedInstances_18(); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_12 = V_1; NullCheck(L_11); List_1_Add_mCD963ACF029739BF0EC41968992937929FB1701E(L_11, L_12, /*hidden argument*/List_1_Add_mCD963ACF029739BF0EC41968992937929FB1701E_RuntimeMethod_var); } IL_0042: { // instance.set3DAttributes(RuntimeUtils.To3DAttributes(transform, rigidBody)); U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89 * L_13 = V_0; NullCheck(L_13); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_14 = L_13->get_address_of_instance_0(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15 = ___transform1; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_16 = ___rigidBody2; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_17; L_17 = RuntimeUtils_To3DAttributes_m7706BD48DD33BE3DAAE3D1974E59A887B064F732(L_15, L_16, /*hidden argument*/NULL); int32_t L_18; L_18 = EventInstance_set3DAttributes_m10DD916A9EC590EA8B79F25F777D5AF3E8B1F885((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_14, L_17, /*hidden argument*/NULL); // attachedInstance.transform = transform; AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_19 = V_1; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20 = ___transform1; NullCheck(L_19); L_19->set_transform_1(L_20); // attachedInstance.instance = instance; AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_21 = V_1; U3CU3Ec__DisplayClass48_0_tF3961A8456F7C2E6C039F583621AE563E5348F89 * L_22 = V_0; NullCheck(L_22); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_23 = L_22->get_instance_0(); NullCheck(L_21); L_21->set_instance_0(L_23); // attachedInstance.rigidBody = rigidBody; AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_24 = V_1; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_25 = ___rigidBody2; NullCheck(L_24); L_24->set_rigidBody_2(L_25); // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCD963ACF029739BF0EC41968992937929FB1701E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Find_m50264B3F17A95716DB88FFF91F03B3A47EDA9D16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1__ctor_m9D28AF271BF3C04E886B9E6384B2A11456D7B528_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass49_0_U3CAttachInstanceToGameObjectU3Eb__0_m075A904A5A2AD671BA154E262C194C145F8C29F3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92 * V_0 = NULL; AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * V_1 = NULL; { U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92 * L_0 = (U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass49_0__ctor_m44C71ED4B132E4FBF1AF5307713E730225506D0D(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92 * L_1 = V_0; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_2 = ___instance0; NullCheck(L_1); L_1->set_instance_0(L_2); // AttachedInstance attachedInstance = Instance.attachedInstances.Find(x => x.instance.handle == instance.handle); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_3; L_3 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_3); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_4 = L_3->get_attachedInstances_18(); U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92 * L_5 = V_0; Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84 * L_6 = (Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84 *)il2cpp_codegen_object_new(Predicate_1_t242C117C51FFA9CB38A361C75B3D9C86344B9B84_il2cpp_TypeInfo_var); Predicate_1__ctor_m9D28AF271BF3C04E886B9E6384B2A11456D7B528(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass49_0_U3CAttachInstanceToGameObjectU3Eb__0_m075A904A5A2AD671BA154E262C194C145F8C29F3_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m9D28AF271BF3C04E886B9E6384B2A11456D7B528_RuntimeMethod_var); NullCheck(L_4); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_7; L_7 = List_1_Find_m50264B3F17A95716DB88FFF91F03B3A47EDA9D16(L_4, L_6, /*hidden argument*/List_1_Find_m50264B3F17A95716DB88FFF91F03B3A47EDA9D16_RuntimeMethod_var); V_1 = L_7; // if (attachedInstance == null) AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_8 = V_1; if (L_8) { goto IL_0042; } } { // attachedInstance = new AttachedInstance(); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_9 = (AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD *)il2cpp_codegen_object_new(AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD_il2cpp_TypeInfo_var); AttachedInstance__ctor_m37B483919D11A90F8E17A3D9EC01B42F0474D50C(L_9, /*hidden argument*/NULL); V_1 = L_9; // Instance.attachedInstances.Add(attachedInstance); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_10; L_10 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_10); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_11 = L_10->get_attachedInstances_18(); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_12 = V_1; NullCheck(L_11); List_1_Add_mCD963ACF029739BF0EC41968992937929FB1701E(L_11, L_12, /*hidden argument*/List_1_Add_mCD963ACF029739BF0EC41968992937929FB1701E_RuntimeMethod_var); } IL_0042: { // instance.set3DAttributes(RuntimeUtils.To3DAttributes(transform, rigidBody2D)); U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92 * L_13 = V_0; NullCheck(L_13); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_14 = L_13->get_address_of_instance_0(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15 = ___transform1; Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_16 = ___rigidBody2D2; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_17; L_17 = RuntimeUtils_To3DAttributes_m73A16EE4648C36DE6B68F5AAE554CAF31098C668(L_15, L_16, /*hidden argument*/NULL); int32_t L_18; L_18 = EventInstance_set3DAttributes_m10DD916A9EC590EA8B79F25F777D5AF3E8B1F885((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)L_14, L_17, /*hidden argument*/NULL); // attachedInstance.transform = transform; AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_19 = V_1; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20 = ___transform1; NullCheck(L_19); L_19->set_transform_1(L_20); // attachedInstance.instance = instance; AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_21 = V_1; U3CU3Ec__DisplayClass49_0_tCE6A779DC4D0314EBFCF15723A56E236E2F36D92 * L_22 = V_0; NullCheck(L_22); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_23 = L_22->get_instance_0(); NullCheck(L_21); L_21->set_instance_0(L_23); // attachedInstance.rigidBody2D = rigidBody2D; AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_24 = V_1; Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_25 = ___rigidBody2D2; NullCheck(L_24); L_24->set_rigidBody2D_3(L_25); // } return; } } // System.Void FMODUnity.RuntimeManager::DetachInstanceFromGameObject(FMOD.Studio.EventInstance) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_DetachInstanceFromGameObject_m5CDAF00A2144F2613583FD66AE26C55C0117F443 (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mF09077FDDF8840D71C54F84E96DBC025F9298526_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m907F238FEB19EEF3202A756CCB196CDEF06AB2A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * V_0 = NULL; int32_t V_1 = 0; { // var manager = Instance; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0; L_0 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); V_0 = L_0; // for (int i = 0; i < manager.attachedInstances.Count; i++) V_1 = 0; goto IL_006e; } IL_000a: { // if (manager.attachedInstances[i].instance.handle == instance.handle) RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_1 = V_0; NullCheck(L_1); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_2 = L_1->get_attachedInstances_18(); int32_t L_3 = V_1; NullCheck(L_2); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_4; L_4 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_4); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * L_5 = L_4->get_address_of_instance_0(); intptr_t L_6 = L_5->get_handle_0(); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_7 = ___instance0; intptr_t L_8 = L_7.get_handle_0(); bool L_9; L_9 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_6, (intptr_t)L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_006a; } } { // manager.attachedInstances[i] = manager.attachedInstances[manager.attachedInstances.Count - 1]; RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_10 = V_0; NullCheck(L_10); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_11 = L_10->get_attachedInstances_18(); int32_t L_12 = V_1; RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_13 = V_0; NullCheck(L_13); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_14 = L_13->get_attachedInstances_18(); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_15 = V_0; NullCheck(L_15); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_16 = L_15->get_attachedInstances_18(); NullCheck(L_16); int32_t L_17; L_17 = List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_inline(L_16, /*hidden argument*/List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_RuntimeMethod_var); NullCheck(L_14); AttachedInstance_t532AE68813E2E569A0F6EA003247D7CEDC2C9ABD * L_18; L_18 = List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_inline(L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), /*hidden argument*/List_1_get_Item_m2728FE92064F43CC443808CE6703C7472E7312AA_RuntimeMethod_var); NullCheck(L_11); List_1_set_Item_m907F238FEB19EEF3202A756CCB196CDEF06AB2A6(L_11, L_12, L_18, /*hidden argument*/List_1_set_Item_m907F238FEB19EEF3202A756CCB196CDEF06AB2A6_RuntimeMethod_var); // manager.attachedInstances.RemoveAt(manager.attachedInstances.Count - 1); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_19 = V_0; NullCheck(L_19); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_20 = L_19->get_attachedInstances_18(); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_21 = V_0; NullCheck(L_21); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_22 = L_21->get_attachedInstances_18(); NullCheck(L_22); int32_t L_23; L_23 = List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_inline(L_22, /*hidden argument*/List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_RuntimeMethod_var); NullCheck(L_20); List_1_RemoveAt_mF09077FDDF8840D71C54F84E96DBC025F9298526(L_20, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_mF09077FDDF8840D71C54F84E96DBC025F9298526_RuntimeMethod_var); // return; return; } IL_006a: { // for (int i = 0; i < manager.attachedInstances.Count; i++) int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_006e: { // for (int i = 0; i < manager.attachedInstances.Count; i++) int32_t L_25 = V_1; RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_26 = V_0; NullCheck(L_26); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_27 = L_26->get_attachedInstances_18(); NullCheck(L_27); int32_t L_28; L_28 = List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_inline(L_27, /*hidden argument*/List_1_get_Count_m01861EE027C2CE2FE7C38F5ED0F7D0C8FAA2A2DA_RuntimeMethod_var); if ((((int32_t)L_25) < ((int32_t)L_28))) { goto IL_000a; } } { // } return; } } // System.Void FMODUnity.RuntimeManager::ExecuteOnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_ExecuteOnGUI_m88BB9E0A156E1DD2D7C761352DA761E6E1CF8D80 (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_DrawDebugOverlay_m6041B14FEF9874FCD18DC0F1C3E9DC6CA94DE5B1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WindowFunction_tFA5DBAB811627D7B0946C4AAD398D4CC154C174D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52AFDF430ACE1BB5117048DD14EF43F7EB4A9AA6); s_Il2CppMethodInitialized = true; } { // if (studioSystem.isValid() && isOverlayEnabled) System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_0 = __this->get_address_of_studioSystem_10(); bool L_1; L_1 = System_isValid_m5B62C7FB4549D95109CF84240C91CC1B727B0BFF((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_003d; } } { bool L_2 = __this->get_isOverlayEnabled_20(); if (!L_2) { goto IL_003d; } } { // windowRect = GUI.Window(GetInstanceID(), windowRect, DrawDebugOverlay, "FMOD Studio Debug"); int32_t L_3; L_3 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(__this, /*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_4 = __this->get_windowRect_22(); WindowFunction_tFA5DBAB811627D7B0946C4AAD398D4CC154C174D * L_5 = (WindowFunction_tFA5DBAB811627D7B0946C4AAD398D4CC154C174D *)il2cpp_codegen_object_new(WindowFunction_tFA5DBAB811627D7B0946C4AAD398D4CC154C174D_il2cpp_TypeInfo_var); WindowFunction__ctor_mCC6005520B912B8BFFAECE3612EB3334FF681238(L_5, __this, (intptr_t)((intptr_t)RuntimeManager_DrawDebugOverlay_m6041B14FEF9874FCD18DC0F1C3E9DC6CA94DE5B1_RuntimeMethod_var), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_6; L_6 = GUI_Window_m5EF22ADD201ED6C150BFEF1979267A5C61D52C89(L_3, L_4, L_5, _stringLiteral52AFDF430ACE1BB5117048DD14EF43F7EB4A9AA6, /*hidden argument*/NULL); __this->set_windowRect_22(L_6); } IL_003d: { // } return; } } // System.Void FMODUnity.RuntimeManager::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_Start_m76DDE4A308F58520673A990B0DBE35EC93CD58AD (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, const RuntimeMethod* method) { { // isOverlayEnabled = currentPlatform.IsOverlayEnabled; Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_0 = __this->get_currentPlatform_7(); NullCheck(L_0); bool L_1; L_1 = Platform_get_IsOverlayEnabled_m74013B556DDC1C183F442F92D55CF3D16576A423(L_0, /*hidden argument*/NULL); __this->set_isOverlayEnabled_20(L_1); // } return; } } // System.Void FMODUnity.RuntimeManager::DrawDebugOverlay(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_DrawDebugOverlay_m6041B14FEF9874FCD18DC0F1C3E9DC6CA94DE5B1 (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, int32_t ___windowID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); 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*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C08AB162F48225A877F463E03864891A895F614); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral335433A68622BFD4068111F56E2AB76D3D449A2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD682AE6FA77E2C84643F4DF56EA4E525AFCF4006); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF48E2E3C1A15DBCB0C21408CAA4D503B2674D0FE); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332 V_1; memset((&V_1), 0, sizeof(V_1)); CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D V_7; memset((&V_7), 0, sizeof(V_7)); float V_8 = 0.0f; float V_9 = 0.0f; ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A V_10; memset((&V_10), 0, sizeof(V_10)); int32_t V_11 = 0; float G_B11_0 = 0.0f; { // if (lastDebugUpdate + 0.25f < Time.unscaledTime) float L_0 = __this->get_lastDebugUpdate_24(); float L_1; L_1 = Time_get_unscaledTime_mDBF04FC47709E0C1BBBB4BA4BDA5405D8EF632A1(/*hidden argument*/NULL); if ((!(((float)((float)il2cpp_codegen_add((float)L_0, (float)(0.25f)))) < ((float)L_1)))) { goto IL_01b6; } } { // if (initException != null) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C * L_2 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_initException_5(); if (!L_2) { goto IL_0032; } } { // lastDebugText = initException.Message; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C * L_3 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_initException_5(); NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_3); __this->set_lastDebugText_23(L_4); // } goto IL_01b6; } IL_0032: { // if (!mixerHead.hasHandle()) DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * L_5 = __this->get_address_of_mixerHead_12(); bool L_6; L_6 = DSP_hasHandle_m84118160DA083533E3B6E6643D860BD1E37340B1((DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 *)L_5, /*hidden argument*/NULL); if (L_6) { goto IL_006a; } } { // coreSystem.getMasterChannelGroup(out master); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_7 = __this->get_address_of_coreSystem_11(); int32_t L_8; L_8 = System_getMasterChannelGroup_m0FD78E4019E7EB8172A80E904B8C66ECD256CD26((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)L_7, (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A *)(&V_10), /*hidden argument*/NULL); // master.getDSP(0, out mixerHead); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * L_9 = __this->get_address_of_mixerHead_12(); int32_t L_10; L_10 = ChannelGroup_getDSP_m22620EE3691896CD4D2FADC3CF1FACD3D83C5E2B((ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A *)(&V_10), 0, (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 *)L_9, /*hidden argument*/NULL); // mixerHead.setMeteringEnabled(false, true); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * L_11 = __this->get_address_of_mixerHead_12(); int32_t L_12; L_12 = DSP_setMeteringEnabled_m66FE82EB71B617AFAB0E948857B20CBA7764A14A((DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 *)L_11, (bool)0, (bool)1, /*hidden argument*/NULL); } IL_006a: { // StringBuilder debug = new StringBuilder(); StringBuilder_t * L_13 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_13, /*hidden argument*/NULL); V_0 = L_13; // studioSystem.getCPUUsage(out cpuUsage, out cpuUsage_core); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_14 = __this->get_address_of_studioSystem_10(); int32_t L_15; L_15 = System_getCPUUsage_mF095E371FFB72A3F71E27594A5E22F4D20B822F6((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_14, (CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332 *)(&V_1), (CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 *)(&V_2), /*hidden argument*/NULL); // debug.AppendFormat("CPU: dsp = {0:F1}%, studio = {1:F1}%\n", cpuUsage_core.dsp, cpuUsage.update); StringBuilder_t * L_16 = V_0; CPU_USAGE_t7E841632E316AEBCF9E694B18EA666A1FF2F6CE3 L_17 = V_2; float L_18 = L_17.get_dsp_0(); float L_19 = L_18; RuntimeObject * L_20 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_19); CPU_USAGE_tD3620A435EE6B2144E94AEC150EABD63ABAB0332 L_21 = V_1; float L_22 = L_21.get_update_0(); float L_23 = L_22; RuntimeObject * L_24 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_23); NullCheck(L_16); StringBuilder_t * L_25; L_25 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_16, _stringLiteral335433A68622BFD4068111F56E2AB76D3D449A2F, L_20, L_24, /*hidden argument*/NULL); // FMOD.Memory.GetStats(out currentAlloc, out maxAlloc); int32_t L_26; L_26 = Memory_GetStats_m95BD629AB48EA183AA9BA545CBEC7C5C6E419A36((int32_t*)(&V_3), (int32_t*)(&V_4), (bool)1, /*hidden argument*/NULL); // debug.AppendFormat("MEMORY: cur = {0}MB, max = {1}MB\n", currentAlloc >> 20, maxAlloc >> 20); StringBuilder_t * L_27 = V_0; int32_t L_28 = V_3; int32_t L_29 = ((int32_t)((int32_t)L_28>>(int32_t)((int32_t)20))); RuntimeObject * L_30 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_29); int32_t L_31 = V_4; int32_t L_32 = ((int32_t)((int32_t)L_31>>(int32_t)((int32_t)20))); RuntimeObject * L_33 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_32); NullCheck(L_27); StringBuilder_t * L_34; L_34 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_27, _stringLiteralD682AE6FA77E2C84643F4DF56EA4E525AFCF4006, L_30, L_33, /*hidden argument*/NULL); // coreSystem.getChannelsPlaying(out channels, out realchannels); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_35 = __this->get_address_of_coreSystem_11(); int32_t L_36; L_36 = System_getChannelsPlaying_m3F785053E768C54EBC7B53523D9BF786C32B34E2((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)L_35, (int32_t*)(&V_6), (int32_t*)(&V_5), /*hidden argument*/NULL); // debug.AppendFormat("CHANNELS: real = {0}, total = {1}\n", realchannels, channels); StringBuilder_t * L_37 = V_0; int32_t L_38 = V_5; int32_t L_39 = L_38; RuntimeObject * L_40 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_39); int32_t L_41 = V_6; int32_t L_42 = L_41; RuntimeObject * L_43 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_42); NullCheck(L_37); StringBuilder_t * L_44; L_44 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_37, _stringLiteralF48E2E3C1A15DBCB0C21408CAA4D503B2674D0FE, L_40, L_43, /*hidden argument*/NULL); // mixerHead.getMeteringInfo(IntPtr.Zero, out outputMetering); DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * L_45 = __this->get_address_of_mixerHead_12(); int32_t L_46; L_46 = DSP_getMeteringInfo_mE966F1A10B54544DDA180E52C26D4596978A3A4C((DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 *)L_45, (intptr_t)(0), (DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D *)(&V_7), /*hidden argument*/NULL); // float rms = 0; V_8 = (0.0f); // for (int i = 0; i < outputMetering.numchannels; i++) V_11 = 0; goto IL_0135; } IL_0115: { // rms += outputMetering.rmslevel[i] * outputMetering.rmslevel[i]; float L_47 = V_8; DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D L_48 = V_7; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_49 = L_48.get_rmslevel_2(); int32_t L_50 = V_11; NullCheck(L_49); int32_t L_51 = L_50; float L_52 = (L_49)->GetAt(static_cast(L_51)); DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D L_53 = V_7; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_54 = L_53.get_rmslevel_2(); int32_t L_55 = V_11; NullCheck(L_54); int32_t L_56 = L_55; float L_57 = (L_54)->GetAt(static_cast(L_56)); V_8 = ((float)il2cpp_codegen_add((float)L_47, (float)((float)il2cpp_codegen_multiply((float)L_52, (float)L_57)))); // for (int i = 0; i < outputMetering.numchannels; i++) int32_t L_58 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0135: { // for (int i = 0; i < outputMetering.numchannels; i++) int32_t L_59 = V_11; DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D L_60 = V_7; int16_t L_61 = L_60.get_numchannels_3(); if ((((int32_t)L_59) < ((int32_t)L_61))) { goto IL_0115; } } { // rms = Mathf.Sqrt(rms / (float)outputMetering.numchannels); float L_62 = V_8; DSP_METERING_INFO_t18A47991B5127D6682FF72C6C6B36F00BE3D9A8D L_63 = V_7; int16_t L_64 = L_63.get_numchannels_3(); float L_65; L_65 = sqrtf(((float)((float)L_62/(float)((float)((float)L_64))))); V_8 = L_65; // float db = rms > 0 ? 20.0f * Mathf.Log10(rms * Mathf.Sqrt(2.0f)) : -80.0f; float L_66 = V_8; if ((((float)L_66) > ((float)(0.0f)))) { goto IL_0162; } } { G_B11_0 = (-80.0f); goto IL_017a; } IL_0162: { float L_67 = V_8; float L_68; L_68 = sqrtf((2.0f)); float L_69; L_69 = log10f(((float)il2cpp_codegen_multiply((float)L_67, (float)L_68))); G_B11_0 = ((float)il2cpp_codegen_multiply((float)(20.0f), (float)L_69)); } IL_017a: { V_9 = G_B11_0; // if (db > 10.0f) db = 10.0f; float L_70 = V_9; if ((!(((float)L_70) > ((float)(10.0f))))) { goto IL_018c; } } { // if (db > 10.0f) db = 10.0f; V_9 = (10.0f); } IL_018c: { // debug.AppendFormat("VOLUME: RMS = {0:f2}db\n", db); StringBuilder_t * L_71 = V_0; float L_72 = V_9; float L_73 = L_72; RuntimeObject * L_74 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_73); NullCheck(L_71); StringBuilder_t * L_75; L_75 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_71, _stringLiteral1C08AB162F48225A877F463E03864891A895F614, L_74, /*hidden argument*/NULL); // lastDebugText = debug.ToString(); StringBuilder_t * L_76 = V_0; NullCheck(L_76); String_t* L_77; L_77 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_76); __this->set_lastDebugText_23(L_77); // lastDebugUpdate = Time.unscaledTime; float L_78; L_78 = Time_get_unscaledTime_mDBF04FC47709E0C1BBBB4BA4BDA5405D8EF632A1(/*hidden argument*/NULL); __this->set_lastDebugUpdate_24(L_78); } IL_01b6: { // GUI.Label(new Rect(10, 20, 290, 100), lastDebugText); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_79; memset((&L_79), 0, sizeof(L_79)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_79), (10.0f), (20.0f), (290.0f), (100.0f), /*hidden argument*/NULL); String_t* L_80 = __this->get_lastDebugText_23(); IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); GUI_Label_mD759A893937A22345833F6F5C0F50744A4D65024(L_79, L_80, /*hidden argument*/NULL); // GUI.DragWindow(); GUI_DragWindow_m2E0EF252586FAE32922D355465C8FBF1C17B937E(/*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.RuntimeManager::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_OnDestroy_m22AACF81101ACFACA6745B89DE7AC374E628AD43 (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __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; } { // coreSystem.setCallback(null, 0); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_0 = __this->get_address_of_coreSystem_11(); int32_t L_1; L_1 = System_setCallback_m3522FE5C68147B3177D67F0DA362822FA8309B31((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)L_0, (SYSTEM_CALLBACK_t184F3FA5B86D34DB482FEF5B1B3A30DF6C87FA75 *)NULL, 0, /*hidden argument*/NULL); // ReleaseStudioSystem(); RuntimeManager_ReleaseStudioSystem_m1964631FDCE809E3668C99C456547A32629BCA08(__this, /*hidden argument*/NULL); // initException = null; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->set_initException_5((SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C *)NULL); // instance = null; ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->set_instance_6((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF *)NULL); // } return; } } // System.Void FMODUnity.RuntimeManager::OnApplicationPause(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_OnApplicationPause_mD3C8BD7E8D77DAB9E146EF7844E0E031557520E2 (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, bool ___pauseStatus0, 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 (studioSystem.isValid()) System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_0 = __this->get_address_of_studioSystem_10(); bool L_1; L_1 = System_isValid_m5B62C7FB4549D95109CF84240C91CC1B727B0BFF((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002f; } } { // PauseAllEvents(pauseStatus); bool L_2 = ___pauseStatus0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_PauseAllEvents_mAD9B6D65DA4A063271B2FABF757C2D4A8A8A0254(L_2, /*hidden argument*/NULL); // if (pauseStatus) bool L_3 = ___pauseStatus0; if (!L_3) { goto IL_0023; } } { // coreSystem.mixerSuspend(); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_4 = __this->get_address_of_coreSystem_11(); int32_t L_5; L_5 = System_mixerSuspend_mE838C32932EF58879F928D1F983576BF5997A450((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)L_4, /*hidden argument*/NULL); // } return; } IL_0023: { // coreSystem.mixerResume(); System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B * L_6 = __this->get_address_of_coreSystem_11(); int32_t L_7; L_7 = System_mixerResume_m7E4D832E8BBF370747C4E7D8B8258896FF47A5C5((System_t9B8A23CA218F79F4E360B186DF4BFCF9E035D34B *)L_6, /*hidden argument*/NULL); } IL_002f: { // } return; } } // System.Void FMODUnity.RuntimeManager::loadedBankRegister(FMODUnity.RuntimeManager/LoadedBank,System.String,System.String,System.Boolean,FMOD.RESULT) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_loadedBankRegister_mA143E45921C922B144C8670E8047168655D577BA (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 ___loadedBank0, String_t* ___bankPath1, String_t* ___bankName2, bool ___loadSamples3, int32_t ___loadResult4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mBA7D6E5011B0D88F6AD3838B0AB1349E16B7985A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7AEC10FEC806AC5F431AD60719C6564E45CEF8A2); s_Il2CppMethodInitialized = true; } { // LoadingBanksRef--; int32_t L_0 = __this->get_LoadingBanksRef_25(); __this->set_LoadingBanksRef_25(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); // if (loadResult == FMOD.RESULT.OK) int32_t L_1 = ___loadResult4; if (L_1) { goto IL_003e; } } { // loadedBank.RefCount = 1; (&___loadedBank0)->set_RefCount_1(1); // if (loadSamples) bool L_2 = ___loadSamples3; if (!L_2) { goto IL_002b; } } { // loadedBank.Bank.loadSampleData(); Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * L_3 = (&___loadedBank0)->get_address_of_Bank_0(); int32_t L_4; L_4 = Bank_loadSampleData_m8570A93E9031D450A055C967C02F036CFE70C4D9((Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 *)L_3, /*hidden argument*/NULL); } IL_002b: { // Instance.loadedBanks.Add(bankName, loadedBank); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_5; L_5 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_5); Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_6 = L_5->get_loadedBanks_15(); String_t* L_7 = ___bankName2; LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 L_8 = ___loadedBank0; NullCheck(L_6); Dictionary_2_Add_mBA7D6E5011B0D88F6AD3838B0AB1349E16B7985A(L_6, L_7, L_8, /*hidden argument*/Dictionary_2_Add_mBA7D6E5011B0D88F6AD3838B0AB1349E16B7985A_RuntimeMethod_var); // } goto IL_0063; } IL_003e: { // else if (loadResult == FMOD.RESULT.ERR_EVENT_ALREADY_LOADED) int32_t L_9 = ___loadResult4; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)70))))) { goto IL_005a; } } { // RuntimeUtils.DebugLogWarningFormat("[FMOD] Unable to load {0} - bank already loaded. This may occur when attempting to load another localized bank before the first is unloaded, or if a bank has been loaded via the API.", bankName); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; String_t* L_12 = ___bankName2; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_12); RuntimeUtils_DebugLogWarningFormat_m55E5B477C8190F025FFB26B8A0CC7FDC83629A15(_stringLiteral7AEC10FEC806AC5F431AD60719C6564E45CEF8A2, L_11, /*hidden argument*/NULL); // } goto IL_0063; } IL_005a: { // throw new BankLoadException(bankPath, loadResult); String_t* L_13 = ___bankPath1; int32_t L_14 = ___loadResult4; BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7 * L_15 = (BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7_il2cpp_TypeInfo_var))); BankLoadException__ctor_mC42B63E9603CAD9EB669BB9EA39D2DF3B95F9BE0(L_15, L_13, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_loadedBankRegister_mA143E45921C922B144C8670E8047168655D577BA_RuntimeMethod_var))); } IL_0063: { // ExecuteSampleLoadRequestsIfReady(); RuntimeManager_ExecuteSampleLoadRequestsIfReady_m4CEA548CE6D7777AB819182730044FDC07810F3F(__this, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.RuntimeManager::ExecuteSampleLoadRequestsIfReady() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_ExecuteSampleLoadRequestsIfReady_m4CEA548CE6D7777AB819182730044FDC07810F3F (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m2EEF3902079917AE413664052CAC8B1ACA78B50E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m516E660F806A253C15F95160830CEDD9245F529D_RuntimeMethod_var); 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_Clear_m1E4AF39A1050CD8394AA202B04F2B07267435640_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral532ED87483B163F87F9C6FBAFF4409CF2A471445); s_Il2CppMethodInitialized = true; } Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; String_t* V_2 = NULL; LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (sampleLoadRequests.Count > 0) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = __this->get_sampleLoadRequests_16(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_0, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_00b4; } } { // foreach (string bankName in sampleLoadRequests) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_2 = __this->get_sampleLoadRequests_16(); NullCheck(L_2); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B L_3; L_3 = List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF(L_2, /*hidden argument*/List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); V_0 = L_3; } IL_001d: try { // begin try (depth: 1) { goto IL_0037; } IL_001f: { // foreach (string bankName in sampleLoadRequests) String_t* L_4; L_4 = Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_inline((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var); V_1 = L_4; // if (!loadedBanks.ContainsKey(bankName)) Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_5 = __this->get_loadedBanks_15(); String_t* L_6 = V_1; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_ContainsKey_m2EEF3902079917AE413664052CAC8B1ACA78B50E(L_5, L_6, /*hidden argument*/Dictionary_2_ContainsKey_m2EEF3902079917AE413664052CAC8B1ACA78B50E_RuntimeMethod_var); if (L_7) { goto IL_0037; } } IL_0035: { // return; IL2CPP_LEAVE(0xB4, FINALLY_0042); } IL_0037: { // foreach (string bankName in sampleLoadRequests) bool L_8; L_8 = Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); if (L_8) { goto IL_001f; } } IL_0040: { IL2CPP_LEAVE(0x50, FINALLY_0042); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: { // begin finally (depth: 1) Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); IL2CPP_END_FINALLY(66) } // end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB4, IL_00b4) IL2CPP_JUMP_TBL(0x50, IL_0050) } IL_0050: { // foreach (string bankName in sampleLoadRequests) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_9 = __this->get_sampleLoadRequests_16(); NullCheck(L_9); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B L_10; L_10 = List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF(L_9, /*hidden argument*/List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); V_0 = L_10; } IL_005c: try { // begin try (depth: 1) { goto IL_0090; } IL_005e: { // foreach (string bankName in sampleLoadRequests) String_t* L_11; L_11 = Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_inline((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var); V_2 = L_11; // LoadedBank loadedBank = loadedBanks[bankName]; Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_12 = __this->get_loadedBanks_15(); String_t* L_13 = V_2; NullCheck(L_12); LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 L_14; L_14 = Dictionary_2_get_Item_m516E660F806A253C15F95160830CEDD9245F529D(L_12, L_13, /*hidden argument*/Dictionary_2_get_Item_m516E660F806A253C15F95160830CEDD9245F529D_RuntimeMethod_var); V_3 = L_14; // CheckInitResult(loadedBank.Bank.loadSampleData(), // string.Format("Loading sample data for bank: {0}", bankName)); Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * L_15 = (&V_3)->get_address_of_Bank_0(); int32_t L_16; L_16 = Bank_loadSampleData_m8570A93E9031D450A055C967C02F036CFE70C4D9((Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 *)L_15, /*hidden argument*/NULL); String_t* L_17 = V_2; String_t* L_18; L_18 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteral532ED87483B163F87F9C6FBAFF4409CF2A471445, L_17, /*hidden argument*/NULL); RuntimeManager_CheckInitResult_m4CB5643F41A75A66A8B72AD22BF6199561A50FDD(__this, L_16, L_18, /*hidden argument*/NULL); } IL_0090: { // foreach (string bankName in sampleLoadRequests) bool L_19; L_19 = Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); if (L_19) { goto IL_005e; } } IL_0099: { IL2CPP_LEAVE(0xA9, FINALLY_009b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009b; } FINALLY_009b: { // begin finally (depth: 1) Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); IL2CPP_END_FINALLY(155) } // end finally (depth: 1) IL2CPP_CLEANUP(155) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA9, IL_00a9) } IL_00a9: { // sampleLoadRequests.Clear(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_20 = __this->get_sampleLoadRequests_16(); NullCheck(L_20); List_1_Clear_m1E4AF39A1050CD8394AA202B04F2B07267435640(L_20, /*hidden argument*/List_1_Clear_m1E4AF39A1050CD8394AA202B04F2B07267435640_RuntimeMethod_var); } IL_00b4: { // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m2EEF3902079917AE413664052CAC8B1ACA78B50E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m516E660F806A253C15F95160830CEDD9245F529D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m575DB6CEE2D47EB54253060AF7276E4370DCD3EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7ACA34FD81900767B6FAD748BAAEF3F03C87EF79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral813424E8552DDA36C36D9633CD0EF610A1CC62E6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0220EEB2A7CCCC9AB0C62E66EDD59C583BCFD20); s_Il2CppMethodInitialized = true; } LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; String_t* V_2 = NULL; LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; { // if (Instance.loadedBanks.ContainsKey(bankName)) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0; L_0 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_0); Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_1 = L_0->get_loadedBanks_15(); String_t* L_2 = ___bankName0; NullCheck(L_1); bool L_3; L_3 = Dictionary_2_ContainsKey_m2EEF3902079917AE413664052CAC8B1ACA78B50E(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m2EEF3902079917AE413664052CAC8B1ACA78B50E_RuntimeMethod_var); if (!L_3) { goto IL_0051; } } { // LoadedBank loadedBank = Instance.loadedBanks[bankName]; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_4; L_4 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_4); Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_5 = L_4->get_loadedBanks_15(); String_t* L_6 = ___bankName0; NullCheck(L_5); LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 L_7; L_7 = Dictionary_2_get_Item_m516E660F806A253C15F95160830CEDD9245F529D(L_5, L_6, /*hidden argument*/Dictionary_2_get_Item_m516E660F806A253C15F95160830CEDD9245F529D_RuntimeMethod_var); V_0 = L_7; // loadedBank.RefCount++; int32_t* L_8 = (&V_0)->get_address_of_RefCount_1(); int32_t* L_9 = L_8; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_9) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // if (loadSamples) bool L_11 = ___loadSamples1; if (!L_11) { goto IL_003f; } } { // loadedBank.Bank.loadSampleData(); Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * L_12 = (&V_0)->get_address_of_Bank_0(); int32_t L_13; L_13 = Bank_loadSampleData_m8570A93E9031D450A055C967C02F036CFE70C4D9((Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 *)L_12, /*hidden argument*/NULL); } IL_003f: { // Instance.loadedBanks[bankName] = loadedBank; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_14; L_14 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_14); Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_15 = L_14->get_loadedBanks_15(); String_t* L_16 = ___bankName0; LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 L_17 = V_0; NullCheck(L_15); Dictionary_2_set_Item_m575DB6CEE2D47EB54253060AF7276E4370DCD3EB(L_15, L_16, L_17, /*hidden argument*/Dictionary_2_set_Item_m575DB6CEE2D47EB54253060AF7276E4370DCD3EB_RuntimeMethod_var); // } return; } IL_0051: { // string bankFolder = Instance.currentPlatform.GetBankFolder(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_18; L_18 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_18); Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * L_19 = L_18->get_currentPlatform_7(); NullCheck(L_19); String_t* L_20; L_20 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String FMODUnity.Platform::GetBankFolder() */, L_19); V_1 = L_20; // if (!string.IsNullOrEmpty(Settings.Instance.TargetSubFolder)) IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_21; L_21 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_21); String_t* L_22; L_22 = Settings_get_TargetSubFolder_m58ABA0CD227741302B3EB220459A342A7ADB2254(L_21, /*hidden argument*/NULL); bool L_23; L_23 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_0088; } } { // bankFolder = RuntimeUtils.GetCommonPlatformPath(Path.Combine(bankFolder, Settings.Instance.TargetSubFolder)); String_t* L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_25; L_25 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_25); String_t* L_26; L_26 = Settings_get_TargetSubFolder_m58ABA0CD227741302B3EB220459A342A7ADB2254(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_27; L_27 = Path_Combine_mBAC6F82953008479983594F7F95101F46310C32D(L_24, L_26, /*hidden argument*/NULL); String_t* L_28; L_28 = RuntimeUtils_GetCommonPlatformPath_mB12700F862C8A58E291C9B52A430B82C7553C9DA(L_27, /*hidden argument*/NULL); V_1 = L_28; } IL_0088: { // if (System.IO.Path.GetExtension(bankName) != BankExtension) String_t* L_29 = ___bankName0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_30; L_30 = Path_GetExtension_m0C2EC5BB5B37DF142039AE5B53C45B4262B82188(L_29, /*hidden argument*/NULL); bool L_31; L_31 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_30, _stringLiteralE0220EEB2A7CCCC9AB0C62E66EDD59C583BCFD20, /*hidden argument*/NULL); if (!L_31) { goto IL_00ae; } } { // bankPath = string.Format("{0}/{1}{2}", bankFolder, bankName, BankExtension); String_t* L_32 = V_1; String_t* L_33 = ___bankName0; String_t* L_34; L_34 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(_stringLiteral813424E8552DDA36C36D9633CD0EF610A1CC62E6, L_32, L_33, _stringLiteralE0220EEB2A7CCCC9AB0C62E66EDD59C583BCFD20, /*hidden argument*/NULL); V_2 = L_34; // } goto IL_00bb; } IL_00ae: { // bankPath = string.Format("{0}/{1}", bankFolder, bankName); String_t* L_35 = V_1; String_t* L_36 = ___bankName0; String_t* L_37; L_37 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteral7ACA34FD81900767B6FAD748BAAEF3F03C87EF79, L_35, L_36, /*hidden argument*/NULL); V_2 = L_37; } IL_00bb: { // Instance.LoadingBanksRef++; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_38; L_38 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_39 = L_38; NullCheck(L_39); int32_t L_40 = L_39->get_LoadingBanksRef_25(); NullCheck(L_39); L_39->set_LoadingBanksRef_25(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1))); // LoadedBank loadedBank = new LoadedBank(); il2cpp_codegen_initobj((&V_3), sizeof(LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 )); // FMOD.RESULT loadResult = Instance.studioSystem.loadBankFile(bankPath, FMOD.Studio.LOAD_BANK_FLAGS.NORMAL, out loadedBank.Bank); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_41; L_41 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_41); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_42 = L_41->get_address_of_studioSystem_10(); String_t* L_43 = V_2; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * L_44 = (&V_3)->get_address_of_Bank_0(); int32_t L_45; L_45 = System_loadBankFile_mCED0F71BFDC8A50E9C5BCD217706317966577E4A((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_42, L_43, 0, (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 *)L_44, /*hidden argument*/NULL); V_4 = L_45; // Instance.loadedBankRegister(loadedBank, bankPath, bankName, loadSamples, loadResult); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_46; L_46 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 L_47 = V_3; String_t* L_48 = V_2; String_t* L_49 = ___bankName0; bool L_50 = ___loadSamples1; int32_t L_51 = V_4; NullCheck(L_46); RuntimeManager_loadedBankRegister_mA143E45921C922B144C8670E8047168655D577BA(L_46, L_47, L_48, L_49, L_50, L_51, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.RuntimeManager::LoadBank(UnityEngine.TextAsset,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_LoadBank_mE2017518AB762EC929CE3B43A01BD0F21E691CC8 (TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * ___asset0, bool ___loadSamples1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mBA7D6E5011B0D88F6AD3838B0AB1349E16B7985A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m2EEF3902079917AE413664052CAC8B1ACA78B50E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m516E660F806A253C15F95160830CEDD9245F529D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7AEC10FEC806AC5F431AD60719C6564E45CEF8A2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 V_1; memset((&V_1), 0, sizeof(V_1)); LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; { // string bankName = asset.name; TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * L_0 = ___asset0; NullCheck(L_0); String_t* L_1; L_1 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (Instance.loadedBanks.ContainsKey(bankName)) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_2; L_2 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_2); Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_3 = L_2->get_loadedBanks_15(); String_t* L_4 = V_0; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_ContainsKey_m2EEF3902079917AE413664052CAC8B1ACA78B50E(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m2EEF3902079917AE413664052CAC8B1ACA78B50E_RuntimeMethod_var); if (!L_5) { goto IL_004a; } } { // LoadedBank loadedBank = Instance.loadedBanks[bankName]; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_6; L_6 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_6); Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_7 = L_6->get_loadedBanks_15(); String_t* L_8 = V_0; NullCheck(L_7); LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 L_9; L_9 = Dictionary_2_get_Item_m516E660F806A253C15F95160830CEDD9245F529D(L_7, L_8, /*hidden argument*/Dictionary_2_get_Item_m516E660F806A253C15F95160830CEDD9245F529D_RuntimeMethod_var); V_1 = L_9; // loadedBank.RefCount++; int32_t* L_10 = (&V_1)->get_address_of_RefCount_1(); int32_t* L_11 = L_10; int32_t L_12 = *((int32_t*)L_11); *((int32_t*)L_11) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); // if (loadSamples) bool L_13 = ___loadSamples1; if (!L_13) { goto IL_00bf; } } { // loadedBank.Bank.loadSampleData(); Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * L_14 = (&V_1)->get_address_of_Bank_0(); int32_t L_15; L_15 = Bank_loadSampleData_m8570A93E9031D450A055C967C02F036CFE70C4D9((Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 *)L_14, /*hidden argument*/NULL); // } return; } IL_004a: { // LoadedBank loadedBank = new LoadedBank(); il2cpp_codegen_initobj((&V_2), sizeof(LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 )); // FMOD.RESULT loadResult = Instance.studioSystem.loadBankMemory(asset.bytes, FMOD.Studio.LOAD_BANK_FLAGS.NORMAL, out loadedBank.Bank); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_16; L_16 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_16); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_17 = L_16->get_address_of_studioSystem_10(); TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * L_18 = ___asset0; NullCheck(L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = TextAsset_get_bytes_m5F15438DABBBAAF7434D53B6778A97A498C1940F(L_18, /*hidden argument*/NULL); Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * L_20 = (&V_2)->get_address_of_Bank_0(); int32_t L_21; L_21 = System_loadBankMemory_m8E38A7E42FC23EF8EEC17F5ABCBA50C06ADB0E2E((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_17, L_19, 0, (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 *)L_20, /*hidden argument*/NULL); V_3 = L_21; // if (loadResult == FMOD.RESULT.OK) int32_t L_22 = V_3; if (L_22) { goto IL_009d; } } { // loadedBank.RefCount = 1; (&V_2)->set_RefCount_1(1); // Instance.loadedBanks.Add(bankName, loadedBank); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_23; L_23 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_23); Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_24 = L_23->get_loadedBanks_15(); String_t* L_25 = V_0; LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 L_26 = V_2; NullCheck(L_24); Dictionary_2_Add_mBA7D6E5011B0D88F6AD3838B0AB1349E16B7985A(L_24, L_25, L_26, /*hidden argument*/Dictionary_2_Add_mBA7D6E5011B0D88F6AD3838B0AB1349E16B7985A_RuntimeMethod_var); // if (loadSamples) bool L_27 = ___loadSamples1; if (!L_27) { goto IL_00bf; } } { // loadedBank.Bank.loadSampleData(); Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * L_28 = (&V_2)->get_address_of_Bank_0(); int32_t L_29; L_29 = Bank_loadSampleData_m8570A93E9031D450A055C967C02F036CFE70C4D9((Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 *)L_28, /*hidden argument*/NULL); // } return; } IL_009d: { // else if (loadResult == FMOD.RESULT.ERR_EVENT_ALREADY_LOADED) int32_t L_30 = V_3; if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)70))))) { goto IL_00b7; } } { // RuntimeUtils.DebugLogWarningFormat("[FMOD] Unable to load {0} - bank already loaded. This may occur when attempting to load another localized bank before the first is unloaded, or if a bank has been loaded via the API.", bankName); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_31 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_32 = L_31; String_t* L_33 = V_0; NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(0), (RuntimeObject *)L_33); RuntimeUtils_DebugLogWarningFormat_m55E5B477C8190F025FFB26B8A0CC7FDC83629A15(_stringLiteral7AEC10FEC806AC5F431AD60719C6564E45CEF8A2, L_32, /*hidden argument*/NULL); // } return; } IL_00b7: { // throw new BankLoadException(bankName, loadResult); String_t* L_34 = V_0; int32_t L_35 = V_3; BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7 * L_36 = (BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BankLoadException_t08895FD789D588F25CD4B5C8EC7C59F4128BCAF7_il2cpp_TypeInfo_var))); BankLoadException__ctor_mC42B63E9603CAD9EB669BB9EA39D2DF3B95F9BE0(L_36, L_34, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_LoadBank_mE2017518AB762EC929CE3B43A01BD0F21E691CC8_RuntimeMethod_var))); } IL_00bf: { // } return; } } // System.Void FMODUnity.RuntimeManager::LoadBanks(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_LoadBanks_m8C35C4E2872379FC0D0A55BEB56DE10624C93241 (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___fmodSettings0, 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*)&IEnumerable_1_tBD60400523D840591A17E4CBBACC79397F68FAA2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t0DE5AA701B682A891412350E63D3E441F98F205C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m67797787DD90CC9BC8EC6EA8EA1E1760EF88302C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (fmodSettings.ImportType == ImportType.StreamingAssets) Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0 = ___fmodSettings0; NullCheck(L_0); int32_t L_1 = L_0->get_ImportType_21(); if (L_1) { goto IL_0060; } } { // if (fmodSettings.AutomaticSampleLoading) Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_2 = ___fmodSettings0; NullCheck(L_2); bool L_3 = L_2->get_AutomaticSampleLoading_19(); if (!L_3) { goto IL_0022; } } { // sampleLoadRequests.AddRange(BanksToLoad(fmodSettings)); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_4 = __this->get_sampleLoadRequests_16(); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_5 = ___fmodSettings0; RuntimeObject* L_6; L_6 = RuntimeManager_BanksToLoad_mC7F9188E7AB57840780C462F696C14902B570461(__this, L_5, /*hidden argument*/NULL); NullCheck(L_4); List_1_AddRange_m67797787DD90CC9BC8EC6EA8EA1E1760EF88302C(L_4, L_6, /*hidden argument*/List_1_AddRange_m67797787DD90CC9BC8EC6EA8EA1E1760EF88302C_RuntimeMethod_var); } IL_0022: { } IL_0023: try { // begin try (depth: 1) { // foreach (string bankName in BanksToLoad(fmodSettings)) Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_7 = ___fmodSettings0; RuntimeObject* L_8; L_8 = RuntimeManager_BanksToLoad_mC7F9188E7AB57840780C462F696C14902B570461(__this, L_7, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_tBD60400523D840591A17E4CBBACC79397F68FAA2_il2cpp_TypeInfo_var, L_8); V_0 = L_9; } IL_0030: try { // begin try (depth: 2) { goto IL_003e; } IL_0032: { // foreach (string bankName in BanksToLoad(fmodSettings)) RuntimeObject* L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t0DE5AA701B682A891412350E63D3E441F98F205C_il2cpp_TypeInfo_var, L_10); // LoadBank(bankName); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_LoadBank_m70106A3188490154BA253D115BBABBBF668CA2E9(L_11, (bool)0, /*hidden argument*/NULL); } IL_003e: { // foreach (string bankName in BanksToLoad(fmodSettings)) RuntimeObject* L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0032; } } IL_0046: { IL2CPP_LEAVE(0x52, FINALLY_0048); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0048; } FINALLY_0048: { // begin finally (depth: 2) { RuntimeObject* L_14 = V_0; if (!L_14) { goto IL_0051; } } IL_004b: { RuntimeObject* L_15 = V_0; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_0051: { IL2CPP_END_FINALLY(72) } } // end finally (depth: 2) IL2CPP_CLEANUP(72) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x52, IL_0052) } IL_0052: { // WaitForAllSampleLoading(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_WaitForAllSampleLoading_mAD3A490D263E7C503BAD282FB4243E37E57ECCB7(/*hidden argument*/NULL); // } goto IL_0060; } } // end try (depth: 1) 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_0059; } throw e; } CATCH_0059: { // 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_0060; } // end catch (depth: 1) IL_0060: { // } return; } } // System.Collections.Generic.IEnumerable`1 FMODUnity.RuntimeManager::BanksToLoad(FMODUnity.Settings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeManager_BanksToLoad_mC7F9188E7AB57840780C462F696C14902B570461 (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * ___fmodSettings0, 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 * L_0 = (U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 *)il2cpp_codegen_object_new(U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8_il2cpp_TypeInfo_var); U3CBanksToLoadU3Ed__61__ctor_mC0385B4C7D325E637ABD8F65C322E2E06EBFE8E1(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CBanksToLoadU3Ed__61_t16E73C69A5F478E19CA605C5F80E09BA9D985BD8 * L_1 = L_0; Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_2 = ___fmodSettings0; NullCheck(L_1); L_1->set_U3CU3E3__fmodSettings_4(L_2); return L_1; } } // System.Void FMODUnity.RuntimeManager::UnloadBank(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_UnloadBank_mA4EAC81017228FDB7C4E9CEBC2E160CC60222A57 (String_t* ___bankName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m2C5A5B6C06C3638A336FBFAE81F75B066109489E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m5F80FB482873E709452E7E98A33A0860C104D530_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m575DB6CEE2D47EB54253060AF7276E4370DCD3EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m31C26124B7BB19A0E5C12113701DDE5046272F70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (Instance.loadedBanks.TryGetValue(bankName, out loadedBank)) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0; L_0 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_0); Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_1 = L_0->get_loadedBanks_15(); String_t* L_2 = ___bankName0; NullCheck(L_1); bool L_3; L_3 = Dictionary_2_TryGetValue_m5F80FB482873E709452E7E98A33A0860C104D530(L_1, L_2, (LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 *)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m5F80FB482873E709452E7E98A33A0860C104D530_RuntimeMethod_var); if (!L_3) { goto IL_0069; } } { // loadedBank.RefCount--; int32_t* L_4 = (&V_0)->get_address_of_RefCount_1(); int32_t* L_5 = L_4; int32_t L_6 = *((int32_t*)L_5); *((int32_t*)L_5) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); // if (loadedBank.RefCount == 0) LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 L_7 = V_0; int32_t L_8 = L_7.get_RefCount_1(); if (L_8) { goto IL_0058; } } { // loadedBank.Bank.unload(); Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * L_9 = (&V_0)->get_address_of_Bank_0(); int32_t L_10; L_10 = Bank_unload_m1E4ED03A0620771B4E3F5DE6DB67AF518C7B7ABF((Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 *)L_9, /*hidden argument*/NULL); // Instance.loadedBanks.Remove(bankName); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_11; L_11 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_11); Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_12 = L_11->get_loadedBanks_15(); String_t* L_13 = ___bankName0; NullCheck(L_12); bool L_14; L_14 = Dictionary_2_Remove_m2C5A5B6C06C3638A336FBFAE81F75B066109489E(L_12, L_13, /*hidden argument*/Dictionary_2_Remove_m2C5A5B6C06C3638A336FBFAE81F75B066109489E_RuntimeMethod_var); // Instance.sampleLoadRequests.Remove(bankName); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_15; L_15 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_15); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_16 = L_15->get_sampleLoadRequests_16(); String_t* L_17 = ___bankName0; NullCheck(L_16); bool L_18; L_18 = List_1_Remove_m31C26124B7BB19A0E5C12113701DDE5046272F70(L_16, L_17, /*hidden argument*/List_1_Remove_m31C26124B7BB19A0E5C12113701DDE5046272F70_RuntimeMethod_var); // return; return; } IL_0058: { // Instance.loadedBanks[bankName] = loadedBank; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_19; L_19 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_19); Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_20 = L_19->get_loadedBanks_15(); String_t* L_21 = ___bankName0; LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 L_22 = V_0; NullCheck(L_20); Dictionary_2_set_Item_m575DB6CEE2D47EB54253060AF7276E4370DCD3EB(L_20, L_21, L_22, /*hidden argument*/Dictionary_2_set_Item_m575DB6CEE2D47EB54253060AF7276E4370DCD3EB_RuntimeMethod_var); } IL_0069: { // } return; } } // System.Boolean FMODUnity.RuntimeManager::AnyBankLoading() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeManager_AnyBankLoading_mDEED91A6BA640BE567B9E09650D957F4CEB539A4 (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; } { // return AnySampleDataLoading(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); bool L_0; L_0 = RuntimeManager_AnySampleDataLoading_mB9C892DBD0B91AF66BFC26F3A75F09A7BD60223B(/*hidden argument*/NULL); return L_0; } } // System.Boolean FMODUnity.RuntimeManager::AnySampleDataLoading() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeManager_AnySampleDataLoading_mB9C892DBD0B91AF66BFC26F3A75F09A7BD60223B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_mDECB4B4C2158B552F9E073BA18542CE475724ADC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mB628BE059F3A4B605D1F5B2A78F2B7E9C835B29C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mC3F4CD42D708222475FDE7E64489338C6F13A9E1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m2791EAA929FE82AD1C18796A6709E8B5BC6B7684_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_m347D61E82B2CDBBD94B302805BC1120B48022290_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675 V_1; memset((&V_1), 0, sizeof(V_1)); LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // bool loading = false; V_0 = (bool)0; // foreach (LoadedBank bank in Instance.loadedBanks.Values) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0; L_0 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_0); Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_1 = L_0->get_loadedBanks_15(); NullCheck(L_1); ValueCollection_t8E2C0FD59E0F114443CDC616A1DD9B3971E7C443 * L_2; L_2 = Dictionary_2_get_Values_mDECB4B4C2158B552F9E073BA18542CE475724ADC(L_1, /*hidden argument*/Dictionary_2_get_Values_mDECB4B4C2158B552F9E073BA18542CE475724ADC_RuntimeMethod_var); NullCheck(L_2); Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675 L_3; L_3 = ValueCollection_GetEnumerator_m347D61E82B2CDBBD94B302805BC1120B48022290(L_2, /*hidden argument*/ValueCollection_GetEnumerator_m347D61E82B2CDBBD94B302805BC1120B48022290_RuntimeMethod_var); V_1 = L_3; } IL_0017: try { // begin try (depth: 1) { goto IL_003a; } IL_0019: { // foreach (LoadedBank bank in Instance.loadedBanks.Values) LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 L_4; L_4 = Enumerator_get_Current_m2791EAA929FE82AD1C18796A6709E8B5BC6B7684_inline((Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m2791EAA929FE82AD1C18796A6709E8B5BC6B7684_RuntimeMethod_var); V_2 = L_4; // bank.Bank.getSampleLoadingState(out loadingState); LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 L_5 = V_2; Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 L_6 = L_5.get_Bank_0(); V_4 = L_6; int32_t L_7; L_7 = Bank_getSampleLoadingState_mABF1EF877E0486A2FCB83EE7FA9FB3F444414693((Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 *)(&V_4), (int32_t*)(&V_3), /*hidden argument*/NULL); // loading |= (loadingState == FMOD.Studio.LOADING_STATE.LOADING); bool L_8 = V_0; int32_t L_9 = V_3; V_0 = (bool)((int32_t)((int32_t)L_8|(int32_t)((((int32_t)L_9) == ((int32_t)2))? 1 : 0))); } IL_003a: { // foreach (LoadedBank bank in Instance.loadedBanks.Values) bool L_10; L_10 = Enumerator_MoveNext_mC3F4CD42D708222475FDE7E64489338C6F13A9E1((Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mC3F4CD42D708222475FDE7E64489338C6F13A9E1_RuntimeMethod_var); if (L_10) { goto IL_0019; } } IL_0043: { IL2CPP_LEAVE(0x53, FINALLY_0045); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0045; } FINALLY_0045: { // begin finally (depth: 1) Enumerator_Dispose_mB628BE059F3A4B605D1F5B2A78F2B7E9C835B29C((Enumerator_t4BA08E8ABEA892AB3DA47C5F592C31E293C28675 *)(&V_1), /*hidden argument*/Enumerator_Dispose_mB628BE059F3A4B605D1F5B2A78F2B7E9C835B29C_RuntimeMethod_var); IL2CPP_END_FINALLY(69) } // end finally (depth: 1) IL2CPP_CLEANUP(69) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { // return loading; bool L_11 = V_0; return L_11; } } // System.Void FMODUnity.RuntimeManager::WaitForAllLoads() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_WaitForAllLoads_mDEE9EA55D21B01B64A86B7DD8728A4ACDEAA6618 (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; } { // WaitForAllSampleLoading(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_WaitForAllSampleLoading_mAD3A490D263E7C503BAD282FB4243E37E57ECCB7(/*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.RuntimeManager::WaitForAllSampleLoading() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_WaitForAllSampleLoading_mAD3A490D263E7C503BAD282FB4243E37E57ECCB7 (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; } { // Instance.studioSystem.flushSampleLoading(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0; L_0 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_0); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_1 = L_0->get_address_of_studioSystem_10(); int32_t L_2; L_2 = System_flushSampleLoading_m53A831200437E6BCC319C282F1F0BBC6F6AB2E31((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_1, /*hidden argument*/NULL); // } return; } } // FMOD.GUID FMODUnity.RuntimeManager::PathToGUID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC RuntimeManager_PathToGUID_m0F40B61F7F3F59BAB55C4F9F84412E6DA639E1F6 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A); s_Il2CppMethodInitialized = true; } GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC V_0; memset((&V_0), 0, sizeof(V_0)); { // if (path.StartsWith("{")) String_t* L_0 = ___path0; NullCheck(L_0); bool L_1; L_1 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_0, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // FMOD.Studio.Util.parseID(path, out guid); String_t* L_2 = ___path0; int32_t L_3; L_3 = Util_parseID_m2DAEFFD1E5A1B125A909AC3DB2BFC653BA1CE862(L_2, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)(&V_0), /*hidden argument*/NULL); // } goto IL_0035; } IL_0018: { // var result = Instance.studioSystem.lookupID(path, out guid); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_4; L_4 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_4); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_5 = L_4->get_address_of_studioSystem_10(); String_t* L_6 = ___path0; int32_t L_7; L_7 = System_lookupID_mC6FD15EF46DFA5943E4BD8DC0310F6625FE7F320((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_5, L_6, (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC *)(&V_0), /*hidden argument*/NULL); // if (result == FMOD.RESULT.ERR_EVENT_NOTFOUND) if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)74))))) { goto IL_0035; } } { // throw new EventNotFoundException(path); String_t* L_8 = ___path0; EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B * L_9 = (EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var))); EventNotFoundException__ctor_mA3C887EAF4C67206F561FDCDE4E9B6694A5736DF(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_PathToGUID_m0F40B61F7F3F59BAB55C4F9F84412E6DA639E1F6_RuntimeMethod_var))); } IL_0035: { // return guid; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_10 = V_0; return L_10; } } // FMODUnity.EventReference FMODUnity.RuntimeManager::PathToEventReference(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 RuntimeManager_PathToEventReference_mC3364E0B6DAB01895350319DDEEED58C98681CFD (String_t* ___path0, 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; } GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC V_0; memset((&V_0), 0, sizeof(V_0)); EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 V_1; memset((&V_1), 0, sizeof(V_1)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // guid = PathToGUID(path); String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_1; L_1 = RuntimeManager_PathToGUID_m0F40B61F7F3F59BAB55C4F9F84412E6DA639E1F6(L_0, /*hidden argument*/NULL); V_0 = L_1; // } goto IL_0014; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0009; } throw e; } CATCH_0009: { // begin catch(FMODUnity.EventNotFoundException) // catch (EventNotFoundException) // guid = new FMOD.GUID(); il2cpp_codegen_initobj((&V_0), sizeof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC )); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0014; } // end catch (depth: 1) IL_0014: { // return new EventReference() { Guid = guid }; il2cpp_codegen_initobj((&V_1), sizeof(EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 )); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_2 = V_0; (&V_1)->set_Guid_0(L_2); EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 L_3 = V_1; return L_3; } } // FMOD.Studio.EventInstance FMODUnity.RuntimeManager::CreateInstance(FMODUnity.EventReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 RuntimeManager_CreateInstance_m2B56B9F4CB418CC620F5B17A428C43D57B29D8E8 (EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 ___eventReference0, 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 V_0; memset((&V_0), 0, sizeof(V_0)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // return CreateInstance(eventReference.Guid); EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 L_0 = ___eventReference0; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_1 = L_0.get_Guid_0(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_2; L_2 = RuntimeManager_CreateInstance_m34F4812F5947681FA28A73D92793396657B51530(L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0016; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } throw e; } CATCH_000e: { // begin catch(FMODUnity.EventNotFoundException) // catch (EventNotFoundException) // throw new EventNotFoundException(eventReference); EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 L_3 = ___eventReference0; EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B * L_4 = (EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var))); EventNotFoundException__ctor_mD014CBC3D6254B6733EF3B539476AD219A93CA60(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_CreateInstance_m2B56B9F4CB418CC620F5B17A428C43D57B29D8E8_RuntimeMethod_var))); } // end catch (depth: 1) IL_0016: { // } EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_5 = V_0; return L_5; } } // FMOD.Studio.EventInstance FMODUnity.RuntimeManager::CreateInstance(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 RuntimeManager_CreateInstance_m357E6B28F4A2E7E17ACF65D4B6869948BF4F2F32 (String_t* ___path0, 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 V_0; memset((&V_0), 0, sizeof(V_0)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // return CreateInstance(PathToGUID(path)); String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_1; L_1 = RuntimeManager_PathToGUID_m0F40B61F7F3F59BAB55C4F9F84412E6DA639E1F6(L_0, /*hidden argument*/NULL); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_2; L_2 = RuntimeManager_CreateInstance_m34F4812F5947681FA28A73D92793396657B51530(L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0016; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } throw e; } CATCH_000e: { // begin catch(FMODUnity.EventNotFoundException) // catch(EventNotFoundException) // throw new EventNotFoundException(path); String_t* L_3 = ___path0; EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B * L_4 = (EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var))); EventNotFoundException__ctor_mA3C887EAF4C67206F561FDCDE4E9B6694A5736DF(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_CreateInstance_m357E6B28F4A2E7E17ACF65D4B6869948BF4F2F32_RuntimeMethod_var))); } // end catch (depth: 1) IL_0016: { // } EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_5 = V_0; return L_5; } } // FMOD.Studio.EventInstance FMODUnity.RuntimeManager::CreateInstance(FMOD.GUID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 RuntimeManager_CreateInstance_m34F4812F5947681FA28A73D92793396657B51530 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___guid0, 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; } EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D V_0; memset((&V_0), 0, sizeof(V_0)); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 V_1; memset((&V_1), 0, sizeof(V_1)); { // FMOD.Studio.EventDescription eventDesc = GetEventDescription(guid); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_0 = ___guid0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_1; L_1 = RuntimeManager_GetEventDescription_m315815042FADA7B2D55A47D29B5EB7B33779606B(L_0, /*hidden argument*/NULL); V_0 = L_1; // eventDesc.createInstance(out newInstance); int32_t L_2; L_2 = EventDescription_createInstance_m0CD53348F05E79AAAC266E2514A0CAC35B9A7645((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)(&V_0), (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)(&V_1), /*hidden argument*/NULL); // return newInstance; EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_3 = V_1; return L_3; } } // System.Void FMODUnity.RuntimeManager::PlayOneShot(FMODUnity.EventReference,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_PlayOneShot_mB22B3EE2E0450578764BBDEDBD31D82D1CB6A77A (EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 ___eventReference0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, 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; } EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 V_0; memset((&V_0), 0, sizeof(V_0)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // PlayOneShot(eventReference.Guid, position); EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 L_0 = ___eventReference0; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_1 = L_0.get_Guid_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_PlayOneShot_mD70A2706ED1B30A60017F2688F39A206C659573B(L_1, L_2, /*hidden argument*/NULL); // } goto IL_002f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } throw e; } CATCH_000e: { // begin catch(FMODUnity.EventNotFoundException) // catch (EventNotFoundException) // RuntimeUtils.DebugLogWarning("[FMOD] Event not found: " + eventReference); EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 L_3 = ___eventReference0; V_0 = L_3; String_t* L_4; L_4 = EventReference_ToString_m802A8BB1A9E77FB62CBD1C61C2F5E30BDB5748BD((EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 *)(&V_0), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFF0DBC596D9E0166EEF3C12FA327682167AA572C)), L_4, /*hidden argument*/NULL); RuntimeUtils_DebugLogWarning_mF611A5BF60BE3F7D44E49D0A630D0A97FD450409(L_5, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_002f; } // end catch (depth: 1) IL_002f: { // } return; } } // System.Void FMODUnity.RuntimeManager::PlayOneShot(System.String,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_PlayOneShot_mAA0D3F6AE4E56605708204F12A96E930CD9FA7DE (String_t* ___path0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, 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; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // PlayOneShot(PathToGUID(path), position); String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_1; L_1 = RuntimeManager_PathToGUID_m0F40B61F7F3F59BAB55C4F9F84412E6DA639E1F6(L_0, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___position1; RuntimeManager_PlayOneShot_mD70A2706ED1B30A60017F2688F39A206C659573B(L_1, L_2, /*hidden argument*/NULL); // } goto IL_0021; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } throw e; } CATCH_000e: { // begin catch(FMODUnity.EventNotFoundException) // catch (EventNotFoundException) // RuntimeUtils.DebugLogWarning("[FMOD] Event not found: " + path); String_t* L_3 = ___path0; String_t* L_4; L_4 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFF0DBC596D9E0166EEF3C12FA327682167AA572C)), L_3, /*hidden argument*/NULL); RuntimeUtils_DebugLogWarning_mF611A5BF60BE3F7D44E49D0A630D0A97FD450409(L_4, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0021; } // end catch (depth: 1) IL_0021: { // } return; } } // System.Void FMODUnity.RuntimeManager::PlayOneShot(FMOD.GUID,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_PlayOneShot_mD70A2706ED1B30A60017F2688F39A206C659573B (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___guid0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, 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 V_0; memset((&V_0), 0, sizeof(V_0)); { // var instance = CreateInstance(guid); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_0 = ___guid0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_1; L_1 = RuntimeManager_CreateInstance_m34F4812F5947681FA28A73D92793396657B51530(L_0, /*hidden argument*/NULL); V_0 = L_1; // instance.set3DAttributes(RuntimeUtils.To3DAttributes(position)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___position1; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_3; L_3 = RuntimeUtils_To3DAttributes_m24C0F85C9563F3089853610E1F7C6FCF07883DB9(L_2, /*hidden argument*/NULL); int32_t L_4; L_4 = EventInstance_set3DAttributes_m10DD916A9EC590EA8B79F25F777D5AF3E8B1F885((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)(&V_0), L_3, /*hidden argument*/NULL); // instance.start(); int32_t L_5; L_5 = EventInstance_start_mE3EA9B9B0606815C7FB674F0CC2D6A3BBA2A9141((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)(&V_0), /*hidden argument*/NULL); // instance.release(); int32_t L_6; L_6 = EventInstance_release_m012DDAB8EC67E2F69000A1A013714E91CF569082((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)(&V_0), /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.RuntimeManager::PlayOneShotAttached(System.String,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_PlayOneShotAttached_m14D8D7FA3335FBCE1B227DB765A8ACD0736060BD (String_t* ___path0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject1, 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; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // PlayOneShotAttached(PathToGUID(path), gameObject); String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_1; L_1 = RuntimeManager_PathToGUID_m0F40B61F7F3F59BAB55C4F9F84412E6DA639E1F6(L_0, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = ___gameObject1; RuntimeManager_PlayOneShotAttached_m8CA264B81F51BEE9B6301D3120EE56A25820D3D6(L_1, L_2, /*hidden argument*/NULL); // } goto IL_0021; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } throw e; } CATCH_000e: { // begin catch(FMODUnity.EventNotFoundException) // catch (EventNotFoundException) // RuntimeUtils.DebugLogWarning("[FMOD] Event not found: " + path); String_t* L_3 = ___path0; String_t* L_4; L_4 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFF0DBC596D9E0166EEF3C12FA327682167AA572C)), L_3, /*hidden argument*/NULL); RuntimeUtils_DebugLogWarning_mF611A5BF60BE3F7D44E49D0A630D0A97FD450409(L_4, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0021; } // end catch (depth: 1) IL_0021: { // } return; } } // System.Void FMODUnity.RuntimeManager::PlayOneShotAttached(FMOD.GUID,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_PlayOneShotAttached_m8CA264B81F51BEE9B6301D3120EE56A25820D3D6 (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___guid0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; } EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 V_0; memset((&V_0), 0, sizeof(V_0)); { // var instance = CreateInstance(guid); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_0 = ___guid0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_1; L_1 = RuntimeManager_CreateInstance_m34F4812F5947681FA28A73D92793396657B51530(L_0, /*hidden argument*/NULL); V_0 = L_1; // AttachInstanceToGameObject(instance, gameObject.transform, gameObject.GetComponent()); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_2 = V_0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = ___gameObject1; NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_3, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = ___gameObject1; NullCheck(L_5); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_6; L_6 = GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354(L_5, /*hidden argument*/GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354_RuntimeMethod_var); RuntimeManager_AttachInstanceToGameObject_mDC33DD2A81EB6121C29793CB6DC91CDFC70ADC8D(L_2, L_4, L_6, /*hidden argument*/NULL); // instance.start(); int32_t L_7; L_7 = EventInstance_start_mE3EA9B9B0606815C7FB674F0CC2D6A3BBA2A9141((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)(&V_0), /*hidden argument*/NULL); // instance.release(); int32_t L_8; L_8 = EventInstance_release_m012DDAB8EC67E2F69000A1A013714E91CF569082((EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 *)(&V_0), /*hidden argument*/NULL); // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D V_0; memset((&V_0), 0, sizeof(V_0)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // return GetEventDescription(eventReference.Guid); EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 L_0 = ___eventReference0; GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_1 = L_0.get_Guid_0(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_2; L_2 = RuntimeManager_GetEventDescription_m315815042FADA7B2D55A47D29B5EB7B33779606B(L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0016; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } throw e; } CATCH_000e: { // begin catch(FMODUnity.EventNotFoundException) // catch (EventNotFoundException) // throw new EventNotFoundException(eventReference); EventReference_tADE4106250B90CA97D30DFC49658268AB82A8B69 L_3 = ___eventReference0; EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B * L_4 = (EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var))); EventNotFoundException__ctor_mD014CBC3D6254B6733EF3B539476AD219A93CA60(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_GetEventDescription_m8C024A6715EB9E3DC013FD2DFF5F41E6729D978E_RuntimeMethod_var))); } // end catch (depth: 1) IL_0016: { // } EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_5 = V_0; return L_5; } } // FMOD.Studio.EventDescription FMODUnity.RuntimeManager::GetEventDescription(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D RuntimeManager_GetEventDescription_m6CEED373CF60962264D96C187FDF22F6238B58F2 (String_t* ___path0, 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; } EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D V_0; memset((&V_0), 0, sizeof(V_0)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // return GetEventDescription(PathToGUID(path)); String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_1; L_1 = RuntimeManager_PathToGUID_m0F40B61F7F3F59BAB55C4F9F84412E6DA639E1F6(L_0, /*hidden argument*/NULL); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_2; L_2 = RuntimeManager_GetEventDescription_m315815042FADA7B2D55A47D29B5EB7B33779606B(L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0016; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } throw e; } CATCH_000e: { // begin catch(FMODUnity.EventNotFoundException) // catch (EventNotFoundException) // throw new EventNotFoundException(path); String_t* L_3 = ___path0; EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B * L_4 = (EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var))); EventNotFoundException__ctor_mA3C887EAF4C67206F561FDCDE4E9B6694A5736DF(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_GetEventDescription_m6CEED373CF60962264D96C187FDF22F6238B58F2_RuntimeMethod_var))); } // end catch (depth: 1) IL_0016: { // } EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_5 = V_0; return L_5; } } // FMOD.Studio.EventDescription FMODUnity.RuntimeManager::GetEventDescription(FMOD.GUID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D RuntimeManager_GetEventDescription_m315815042FADA7B2D55A47D29B5EB7B33779606B (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___guid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m92218F359147E8E8D4A0828FEC9ADDBA82797DC6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m107CAE1BDAC26433E99FB05967181414EB71ADB6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mE7DA4E570F0266A62CE907EB568F7D7253F84863_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D V_0; memset((&V_0), 0, sizeof(V_0)); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D V_1; memset((&V_1), 0, sizeof(V_1)); { // if (Instance.cachedDescriptions.ContainsKey(guid) && Instance.cachedDescriptions[guid].isValid()) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0; L_0 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_0); Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * L_1 = L_0->get_cachedDescriptions_14(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_2 = ___guid0; NullCheck(L_1); bool L_3; L_3 = Dictionary_2_ContainsKey_m92218F359147E8E8D4A0828FEC9ADDBA82797DC6(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m92218F359147E8E8D4A0828FEC9ADDBA82797DC6_RuntimeMethod_var); if (!L_3) { goto IL_003f; } } { IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_4; L_4 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_4); Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * L_5 = L_4->get_cachedDescriptions_14(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_6 = ___guid0; NullCheck(L_5); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_7; L_7 = Dictionary_2_get_Item_m107CAE1BDAC26433E99FB05967181414EB71ADB6(L_5, L_6, /*hidden argument*/Dictionary_2_get_Item_m107CAE1BDAC26433E99FB05967181414EB71ADB6_RuntimeMethod_var); V_1 = L_7; bool L_8; L_8 = EventDescription_isValid_m7761CD3FF1E7A927B0BD4057EAF9635FDE9D0C34((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)(&V_1), /*hidden argument*/NULL); if (!L_8) { goto IL_003f; } } { // eventDesc = Instance.cachedDescriptions[guid]; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_9; L_9 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_9); Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * L_10 = L_9->get_cachedDescriptions_14(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_11 = ___guid0; NullCheck(L_10); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_12; L_12 = Dictionary_2_get_Item_m107CAE1BDAC26433E99FB05967181414EB71ADB6(L_10, L_11, /*hidden argument*/Dictionary_2_get_Item_m107CAE1BDAC26433E99FB05967181414EB71ADB6_RuntimeMethod_var); V_0 = L_12; // } goto IL_0074; } IL_003f: { // var result = Instance.studioSystem.getEventByID(guid, out eventDesc); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_13; L_13 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_13); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_14 = L_13->get_address_of_studioSystem_10(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_15 = ___guid0; int32_t L_16; L_16 = System_getEventByID_m0A038C51830383EE9C96C4F6D0356108EB0967E5((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_14, L_15, (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)(&V_0), /*hidden argument*/NULL); // if (result != FMOD.RESULT.OK) if (!L_16) { goto IL_005a; } } { // throw new EventNotFoundException(guid); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_17 = ___guid0; EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B * L_18 = (EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventNotFoundException_t23158DDF80451096A120BE8CB4BFF277C5DCEB0B_il2cpp_TypeInfo_var))); EventNotFoundException__ctor_mB957B87ED6A1C3A338006135CC3BBF4B65D59254(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_GetEventDescription_m315815042FADA7B2D55A47D29B5EB7B33779606B_RuntimeMethod_var))); } IL_005a: { // if (eventDesc.isValid()) bool L_19; L_19 = EventDescription_isValid_m7761CD3FF1E7A927B0BD4057EAF9635FDE9D0C34((EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D *)(&V_0), /*hidden argument*/NULL); if (!L_19) { goto IL_0074; } } { // Instance.cachedDescriptions[guid] = eventDesc; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_20; L_20 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_20); Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * L_21 = L_20->get_cachedDescriptions_14(); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_22 = ___guid0; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_23 = V_0; NullCheck(L_21); Dictionary_2_set_Item_mE7DA4E570F0266A62CE907EB568F7D7253F84863(L_21, L_22, L_23, /*hidden argument*/Dictionary_2_set_Item_mE7DA4E570F0266A62CE907EB568F7D7253F84863_RuntimeMethod_var); } IL_0074: { // return eventDesc; EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_24 = V_0; return L_24; } } // System.Void FMODUnity.RuntimeManager::SetListenerLocation(UnityEngine.GameObject,UnityEngine.Rigidbody,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_SetListenerLocation_m3F97E6C88BAFCDA7418B152ADC0B3D9FEFD868FC (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject0, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rigidBody1, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___attenuationObject2, 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; } { // SetListenerLocation(0, gameObject, rigidBody, attenuationObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___gameObject0; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_1 = ___rigidBody1; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = ___attenuationObject2; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_SetListenerLocation_m1843B7D9BD3C45F5836169ABFE6FD078EDADB7BC(0, L_0, L_1, L_2, /*hidden argument*/NULL); // } return; } } // 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) { 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(attenuationObject) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___attenuationObject3; 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_0036; } } { // Instance.studioSystem.setListenerAttributes(listenerIndex, RuntimeUtils.To3DAttributes(gameObject.transform, rigidBody), RuntimeUtils.ToFMODVector(attenuationObject.transform.position)); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_2; L_2 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_2); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_3 = L_2->get_address_of_studioSystem_10(); int32_t L_4 = ___listenerIndex0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = ___gameObject1; NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_5, /*hidden argument*/NULL); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_7 = ___rigidBody2; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_8; L_8 = RuntimeUtils_To3DAttributes_m7706BD48DD33BE3DAAE3D1974E59A887B064F732(L_6, L_7, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9 = ___attenuationObject3; NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_9, /*hidden argument*/NULL); NullCheck(L_10); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_10, /*hidden argument*/NULL); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_12; L_12 = RuntimeUtils_ToFMODVector_m3833ACF334A06311B64F3BC716A59780169DE92F(L_11, /*hidden argument*/NULL); int32_t L_13; L_13 = System_setListenerAttributes_mF816CEB6FE076652A8648256290FD06DD6527A8A((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_3, L_4, L_8, L_12, /*hidden argument*/NULL); // } return; } IL_0036: { // Instance.studioSystem.setListenerAttributes(listenerIndex, RuntimeUtils.To3DAttributes(gameObject.transform, rigidBody)); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_14; L_14 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_14); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_15 = L_14->get_address_of_studioSystem_10(); int32_t L_16 = ___listenerIndex0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17 = ___gameObject1; NullCheck(L_17); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18; L_18 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_17, /*hidden argument*/NULL); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_19 = ___rigidBody2; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_20; L_20 = RuntimeUtils_To3DAttributes_m7706BD48DD33BE3DAAE3D1974E59A887B064F732(L_18, L_19, /*hidden argument*/NULL); int32_t L_21; L_21 = System_setListenerAttributes_m90E3285B3F9D04089D164663265BB9BF8B23FECA((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_15, L_16, L_20, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.RuntimeManager::SetListenerLocation(UnityEngine.GameObject,UnityEngine.Rigidbody2D,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_SetListenerLocation_m54B82811B327EBC53DD6647B2B582E64A7B3AAD1 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject0, Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___rigidBody2D1, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___attenuationObject2, 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; } { // SetListenerLocation(0, gameObject, rigidBody2D, attenuationObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___gameObject0; Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_1 = ___rigidBody2D1; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = ___attenuationObject2; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_SetListenerLocation_m71F55DCFB240F401CDCFDBE2C1FD37F71CD5F53B(0, L_0, L_1, L_2, /*hidden argument*/NULL); // } return; } } // 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) { 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 (attenuationObject) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___attenuationObject3; 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_0036; } } { // Instance.studioSystem.setListenerAttributes(listenerIndex, RuntimeUtils.To3DAttributes(gameObject.transform, rigidBody2D), RuntimeUtils.ToFMODVector(attenuationObject.transform.position)); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_2; L_2 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_2); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_3 = L_2->get_address_of_studioSystem_10(); int32_t L_4 = ___listenerIndex0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = ___gameObject1; NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_5, /*hidden argument*/NULL); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_7 = ___rigidBody2D2; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_8; L_8 = RuntimeUtils_To3DAttributes_m73A16EE4648C36DE6B68F5AAE554CAF31098C668(L_6, L_7, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9 = ___attenuationObject3; NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_9, /*hidden argument*/NULL); NullCheck(L_10); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_10, /*hidden argument*/NULL); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_12; L_12 = RuntimeUtils_ToFMODVector_m3833ACF334A06311B64F3BC716A59780169DE92F(L_11, /*hidden argument*/NULL); int32_t L_13; L_13 = System_setListenerAttributes_mF816CEB6FE076652A8648256290FD06DD6527A8A((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_3, L_4, L_8, L_12, /*hidden argument*/NULL); // } return; } IL_0036: { // Instance.studioSystem.setListenerAttributes(listenerIndex, RuntimeUtils.To3DAttributes(gameObject.transform, rigidBody2D)); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_14; L_14 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_14); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_15 = L_14->get_address_of_studioSystem_10(); int32_t L_16 = ___listenerIndex0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17 = ___gameObject1; NullCheck(L_17); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18; L_18 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_17, /*hidden argument*/NULL); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_19 = ___rigidBody2D2; ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_20; L_20 = RuntimeUtils_To3DAttributes_m73A16EE4648C36DE6B68F5AAE554CAF31098C668(L_18, L_19, /*hidden argument*/NULL); int32_t L_21; L_21 = System_setListenerAttributes_m90E3285B3F9D04089D164663265BB9BF8B23FECA((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_15, L_16, L_20, /*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.RuntimeManager::SetListenerLocation(UnityEngine.GameObject,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_SetListenerLocation_m05585A3A0732E56551AE2A216084349F98CBE5AB (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___attenuationObject1, 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; } { // SetListenerLocation(0, gameObject, attenuationObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___gameObject0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = ___attenuationObject1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_SetListenerLocation_m47E88B73FA0863B24CA0733A11DDD266DAF4B7F5(0, L_0, L_1, /*hidden argument*/NULL); // } return; } } // 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) { 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 (attenuationObject) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___attenuationObject2; 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_0035; } } { // Instance.studioSystem.setListenerAttributes(listenerIndex, RuntimeUtils.To3DAttributes(gameObject.transform), RuntimeUtils.ToFMODVector(attenuationObject.transform.position)); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_2; L_2 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_2); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_3 = L_2->get_address_of_studioSystem_10(); int32_t L_4 = ___listenerIndex0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = ___gameObject1; NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_5, /*hidden argument*/NULL); ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_7; L_7 = RuntimeUtils_To3DAttributes_mBD19761771A5A1B2BBF419752C3E800821984341(L_6, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = ___attenuationObject2; NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_9, /*hidden argument*/NULL); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_11; L_11 = RuntimeUtils_ToFMODVector_m3833ACF334A06311B64F3BC716A59780169DE92F(L_10, /*hidden argument*/NULL); int32_t L_12; L_12 = System_setListenerAttributes_mF816CEB6FE076652A8648256290FD06DD6527A8A((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_3, L_4, L_7, L_11, /*hidden argument*/NULL); // } return; } IL_0035: { // Instance.studioSystem.setListenerAttributes(listenerIndex, RuntimeUtils.To3DAttributes(gameObject.transform)); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_13; L_13 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_13); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_14 = L_13->get_address_of_studioSystem_10(); int32_t L_15 = ___listenerIndex0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16 = ___gameObject1; NullCheck(L_16); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_16, /*hidden argument*/NULL); ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_18; L_18 = RuntimeUtils_To3DAttributes_mBD19761771A5A1B2BBF419752C3E800821984341(L_17, /*hidden argument*/NULL); int32_t L_19; L_19 = System_setListenerAttributes_m90E3285B3F9D04089D164663265BB9BF8B23FECA((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_14, L_15, L_18, /*hidden argument*/NULL); // } return; } } // FMOD.Studio.Bus FMODUnity.RuntimeManager::GetBus(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 RuntimeManager_GetBus_m65C5FF96A9B0289FD9C37DABF495144F782926F7 (String_t* ___path0, 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; } Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 V_0; memset((&V_0), 0, sizeof(V_0)); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (StudioSystem.getBus(path, out bus) != FMOD.RESULT.OK) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 L_0; L_0 = RuntimeManager_get_StudioSystem_m8B2E68C05A396FD847539CA6556A83D2342C55CA(/*hidden argument*/NULL); V_1 = L_0; String_t* L_1 = ___path0; int32_t L_2; L_2 = System_getBus_mB36901E087D9AD25E41111E0AC439B3B128ADAB4((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)(&V_1), L_1, (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 *)(&V_0), /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { // throw new BusNotFoundException(path); String_t* L_3 = ___path0; BusNotFoundException_tF895A193A75FFFCC12CE4B0085510C2D5371B644 * L_4 = (BusNotFoundException_tF895A193A75FFFCC12CE4B0085510C2D5371B644 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BusNotFoundException_tF895A193A75FFFCC12CE4B0085510C2D5371B644_il2cpp_TypeInfo_var))); BusNotFoundException__ctor_m571EE6FC71C7AE11E43307BB4593863C44836417(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_GetBus_m65C5FF96A9B0289FD9C37DABF495144F782926F7_RuntimeMethod_var))); } IL_0019: { // return bus; Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 L_5 = V_0; return L_5; } } // FMOD.Studio.VCA FMODUnity.RuntimeManager::GetVCA(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 RuntimeManager_GetVCA_mCBD69B6BDDA4B6CEF6562BA53DBA7889F98E94DF (String_t* ___path0, 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; } VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 V_0; memset((&V_0), 0, sizeof(V_0)); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (StudioSystem.getVCA(path, out vca) != FMOD.RESULT.OK) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 L_0; L_0 = RuntimeManager_get_StudioSystem_m8B2E68C05A396FD847539CA6556A83D2342C55CA(/*hidden argument*/NULL); V_1 = L_0; String_t* L_1 = ___path0; int32_t L_2; L_2 = System_getVCA_mDED596B4B36CEF26E7A42CA71519F5BE2FCB0EE4((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)(&V_1), L_1, (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 *)(&V_0), /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { // throw new VCANotFoundException(path); String_t* L_3 = ___path0; VCANotFoundException_t7180AED40B600DC06C9AA6131683130085296AD6 * L_4 = (VCANotFoundException_t7180AED40B600DC06C9AA6131683130085296AD6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VCANotFoundException_t7180AED40B600DC06C9AA6131683130085296AD6_il2cpp_TypeInfo_var))); VCANotFoundException__ctor_m05F238252B1516D6DB9448B1679641A728BB2A3E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeManager_GetVCA_mCBD69B6BDDA4B6CEF6562BA53DBA7889F98E94DF_RuntimeMethod_var))); } IL_0019: { // return vca; VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 L_5 = V_0; return L_5; } } // System.Void FMODUnity.RuntimeManager::PauseAllEvents(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_PauseAllEvents_mAD9B6D65DA4A063271B2FABF757C2D4A8A8A0254 (bool ___paused0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D6AB3E04C469383EA7F8CF38DD5D7FCE65BB7F3); s_Il2CppMethodInitialized = true; } Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 V_0; memset((&V_0), 0, sizeof(V_0)); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (HaveMasterBanksLoaded) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); bool L_0; L_0 = RuntimeManager_get_HaveMasterBanksLoaded_m154F93D755F70A290023E2E36F4B35A607263C6D(/*hidden argument*/NULL); if (!L_0) { goto IL_0026; } } { // if (StudioSystem.getBus("bus:/", out masterBus) == FMOD.RESULT.OK) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 L_1; L_1 = RuntimeManager_get_StudioSystem_m8B2E68C05A396FD847539CA6556A83D2342C55CA(/*hidden argument*/NULL); V_1 = L_1; int32_t L_2; L_2 = System_getBus_mB36901E087D9AD25E41111E0AC439B3B128ADAB4((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)(&V_1), _stringLiteral8D6AB3E04C469383EA7F8CF38DD5D7FCE65BB7F3, (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 *)(&V_0), /*hidden argument*/NULL); if (L_2) { goto IL_0026; } } { // masterBus.setPaused(paused); bool L_3 = ___paused0; int32_t L_4; L_4 = Bus_setPaused_m77798BCE33D514067F4285276F573C217836EC33((Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 *)(&V_0), L_3, /*hidden argument*/NULL); } IL_0026: { // } return; } } // System.Void FMODUnity.RuntimeManager::MuteAllEvents(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_MuteAllEvents_mA42EC52FC8F0FDBF568B281EE0BB212D46DA91FB (bool ___muted0, 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; } { // Instance.isMuted = muted; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0; L_0 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); bool L_1 = ___muted0; NullCheck(L_0); L_0->set_isMuted_13(L_1); // ApplyMuteState(); RuntimeManager_ApplyMuteState_mA0F470DBE40B643BD0B4DA878E42D26885A61855(/*hidden argument*/NULL); // } return; } } // System.Void FMODUnity.RuntimeManager::ApplyMuteState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_ApplyMuteState_mA0F470DBE40B643BD0B4DA878E42D26885A61855 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D6AB3E04C469383EA7F8CF38DD5D7FCE65BB7F3); s_Il2CppMethodInitialized = true; } Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 V_0; memset((&V_0), 0, sizeof(V_0)); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (HaveMasterBanksLoaded) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); bool L_0; L_0 = RuntimeManager_get_HaveMasterBanksLoaded_m154F93D755F70A290023E2E36F4B35A607263C6D(/*hidden argument*/NULL); if (!L_0) { goto IL_002f; } } { // if (StudioSystem.getBus("bus:/", out masterBus) == FMOD.RESULT.OK) IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 L_1; L_1 = RuntimeManager_get_StudioSystem_m8B2E68C05A396FD847539CA6556A83D2342C55CA(/*hidden argument*/NULL); V_1 = L_1; int32_t L_2; L_2 = System_getBus_mB36901E087D9AD25E41111E0AC439B3B128ADAB4((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)(&V_1), _stringLiteral8D6AB3E04C469383EA7F8CF38DD5D7FCE65BB7F3, (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 *)(&V_0), /*hidden argument*/NULL); if (L_2) { goto IL_002f; } } { // masterBus.setMute(Instance.isMuted); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_3; L_3 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_3); bool L_4 = L_3->get_isMuted_13(); int32_t L_5; L_5 = Bus_setMute_m93488C5DE7A80FD5886AFEA2CFEF17926AD5681B((Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 *)(&V_0), L_4, /*hidden argument*/NULL); } IL_002f: { // } return; } } // System.Boolean FMODUnity.RuntimeManager::get_IsInitialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeManager_get_IsInitialized_m643F2762B73DF664841E80353FC055CF2462C1BF (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; } { // return instance != null && instance.studioSystem.isValid(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_instance_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_2 = ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->get_instance_6(); NullCheck(L_2); System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 * L_3 = L_2->get_address_of_studioSystem_10(); bool L_4; L_4 = System_isValid_m5B62C7FB4549D95109CF84240C91CC1B727B0BFF((System_tFDE1396EF88A69D9596BB5554FB63FD6CF6B56F0 *)L_3, /*hidden argument*/NULL); return L_4; } IL_001d: { return (bool)0; } } // System.Boolean FMODUnity.RuntimeManager::get_HaveAllBanksLoaded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeManager_get_HaveAllBanksLoaded_m2F47C91C57F540725B5BA08E0897FA88D17865C9 (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; } { // return Instance.LoadingBanksRef == 0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0; L_0 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = L_0->get_LoadingBanksRef_25(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Boolean FMODUnity.RuntimeManager::get_HaveMasterBanksLoaded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeManager_get_HaveMasterBanksLoaded_m154F93D755F70A290023E2E36F4B35A607263C6D (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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var banks = Settings.Instance.MasterBanks; IL2CPP_RUNTIME_CLASS_INIT(Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE_il2cpp_TypeInfo_var); Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * L_0; L_0 = Settings_get_Instance_m62E42CBCDCEF3090BB387E8E14E812BB9380C528(/*hidden argument*/NULL); NullCheck(L_0); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_1 = L_0->get_MasterBanks_35(); // foreach(var bank in banks) NullCheck(L_1); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B L_2; L_2 = List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF(L_1, /*hidden argument*/List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); V_0 = L_2; } IL_0010: try { // begin try (depth: 1) { goto IL_0024; } IL_0012: { // foreach(var bank in banks) String_t* L_3; L_3 = Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_inline((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var); // if (!HasBankLoaded(bank)) return false; IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); bool L_4; L_4 = RuntimeManager_HasBankLoaded_mE3D9CED62643A5EADB71DD1C3E660A4B8867AA16(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0024; } } IL_0020: { // if (!HasBankLoaded(bank)) return false; V_1 = (bool)0; IL2CPP_LEAVE(0x3F, FINALLY_002f); } IL_0024: { // foreach(var bank 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_0012; } } IL_002d: { IL2CPP_LEAVE(0x3D, 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) Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); IL2CPP_END_FINALLY(47) } // end finally (depth: 1) IL2CPP_CLEANUP(47) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3F, IL_003f) IL2CPP_JUMP_TBL(0x3D, IL_003d) } IL_003d: { // return true; return (bool)1; } IL_003f: { // } bool L_6 = V_1; return L_6; } } // System.Boolean FMODUnity.RuntimeManager::HasBankLoaded(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeManager_HasBankLoaded_mE3D9CED62643A5EADB71DD1C3E660A4B8867AA16 (String_t* ___loadedBank0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m2EEF3902079917AE413664052CAC8B1ACA78B50E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (Instance.loadedBanks.ContainsKey(loadedBank)); IL2CPP_RUNTIME_CLASS_INIT(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * L_0; L_0 = RuntimeManager_get_Instance_m341C50EEBC5E0054586B373D3AC4FDCAA69A585A(/*hidden argument*/NULL); NullCheck(L_0); Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_1 = L_0->get_loadedBanks_15(); String_t* L_2 = ___loadedBank0; NullCheck(L_1); bool L_3; L_3 = Dictionary_2_ContainsKey_m2EEF3902079917AE413664052CAC8B1ACA78B50E(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m2EEF3902079917AE413664052CAC8B1ACA78B50E_RuntimeMethod_var); return L_3; } } // System.Void FMODUnity.RuntimeManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager__ctor_mACC35F9D319DDC28FD91672D9879F0A362AEF7B8 (RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m2A27596FB4226C0CD64F9E7EA85DBAA7908C17F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m5173AF5FECA87E1E0FA702A9571A7EDAEB3DC541_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GuidComparer_tAE5181CABB0C1A30EB2F2FC1FCC29F83D3D9AD0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mEC9F30F17F73DB4480AC013D9CB423F253FB40E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF277EBAED5CACC1DC71691F45036242257D651AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C_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_t8C34DEFA50644B60FF0B22C99014768111039C7D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Dictionary cachedDescriptions = new Dictionary(new GuidComparer()); GuidComparer_tAE5181CABB0C1A30EB2F2FC1FCC29F83D3D9AD0F * L_0 = (GuidComparer_tAE5181CABB0C1A30EB2F2FC1FCC29F83D3D9AD0F *)il2cpp_codegen_object_new(GuidComparer_tAE5181CABB0C1A30EB2F2FC1FCC29F83D3D9AD0F_il2cpp_TypeInfo_var); GuidComparer__ctor_m3D4FF0CB9CA636239E00C0976C5ADD29397C538A(L_0, /*hidden argument*/NULL); Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 * L_1 = (Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3 *)il2cpp_codegen_object_new(Dictionary_2_tC0B31016D360CEE1FE93525EF8180F5056F658A3_il2cpp_TypeInfo_var); Dictionary_2__ctor_m5173AF5FECA87E1E0FA702A9571A7EDAEB3DC541(L_1, L_0, /*hidden argument*/Dictionary_2__ctor_m5173AF5FECA87E1E0FA702A9571A7EDAEB3DC541_RuntimeMethod_var); __this->set_cachedDescriptions_14(L_1); // Dictionary loadedBanks = new Dictionary(); Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 * L_2 = (Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46 *)il2cpp_codegen_object_new(Dictionary_2_t71BAD7DFB5A1A2C22D967648A7BBECDD48B5CE46_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2A27596FB4226C0CD64F9E7EA85DBAA7908C17F9(L_2, /*hidden argument*/Dictionary_2__ctor_m2A27596FB4226C0CD64F9E7EA85DBAA7908C17F9_RuntimeMethod_var); __this->set_loadedBanks_15(L_2); // List sampleLoadRequests = 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_sampleLoadRequests_16(L_3); // List activeEmitters = new List(); List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D * L_4 = (List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D *)il2cpp_codegen_object_new(List_1_t8C34DEFA50644B60FF0B22C99014768111039C7D_il2cpp_TypeInfo_var); List_1__ctor_mF277EBAED5CACC1DC71691F45036242257D651AD(L_4, /*hidden argument*/List_1__ctor_mF277EBAED5CACC1DC71691F45036242257D651AD_RuntimeMethod_var); __this->set_activeEmitters_17(L_4); // List attachedInstances = new List(128); List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C * L_5 = (List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C *)il2cpp_codegen_object_new(List_1_t05E2D9B40C1553CBA367BD87BF959D872BD4319C_il2cpp_TypeInfo_var); List_1__ctor_mEC9F30F17F73DB4480AC013D9CB423F253FB40E9(L_5, ((int32_t)128), /*hidden argument*/List_1__ctor_mEC9F30F17F73DB4480AC013D9CB423F253FB40E9_RuntimeMethod_var); __this->set_attachedInstances_18(L_5); // Rect windowRect = new Rect(10, 10, 300, 100); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_6; memset((&L_6), 0, sizeof(L_6)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_6), (10.0f), (10.0f), (300.0f), (100.0f), /*hidden argument*/NULL); __this->set_windowRect_22(L_6); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void FMODUnity.RuntimeManager::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager__cctor_mE0864255020855A60993D5ABFEC8DF6BA77ABF6D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m2DF8249039CA1079A502D00674750686ED67896A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static SystemNotInitializedException initException = null; ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->set_initException_5((SystemNotInitializedException_tB1BE2003450BA76961E0BBA4F7D9E21F8AE4B63C *)NULL); // public static List Listeners = new List(); List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 * L_0 = (List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6 *)il2cpp_codegen_object_new(List_1_tEBEA1BF5A114C8B0E12D23B02E17A85501FEBBE6_il2cpp_TypeInfo_var); List_1__ctor_m2DF8249039CA1079A502D00674750686ED67896A(L_0, /*hidden argument*/List_1__ctor_m2DF8249039CA1079A502D00674750686ED67896A_RuntimeMethod_var); ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->set_Listeners_26(L_0); // private static int numListeners = 0; ((RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeManager_t1DD0703C1A7473D65A44439D647D7C6B0C36C8FF_il2cpp_TypeInfo_var))->set_numListeners_27(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bank__ctor_mD2348DD9F3E38DC0D30A0D3B668FE5B741ED9318_inline (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public Bank(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public Bank(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bus__ctor_mF31E7278EC6671D9D404B944AB089FD5FE22AF02_inline (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public Bus(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public Bus(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Channel__ctor_m469F3E2D639BDBE2CABF7D9F89B33DA6B6CA24B2_inline (Channel_tAC7C88EB43E6B69B1453AE73806C03C55ADB28D0 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public Channel(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public Channel(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ChannelGroup__ctor_mA4FFAAF99FB6FAD09A394ED26A7A747C205EED01_inline (ChannelGroup_tE4C8A600CF2C0DE7A4D5924C072EFAD2E5CF172A * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public ChannelGroup(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public ChannelGroup(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CommandReplay__ctor_m204E3DEAB88DB2284811898F5E6F792B89D73B06_inline (CommandReplay_t85683E6488FF9B2D01CECCC7C87ABD8FCBC49FD0 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public CommandReplay(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public CommandReplay(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DSP__ctor_mC7CDF2EB57031897C23DAF061A4634A01C8BB633_inline (DSP_t3554E4816E29B84C01A61DD26D8A8FC5831A2412 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public DSP(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public DSP(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DSPConnection__ctor_mD60B79FF8FDDED9A64A3745586FDCE3CAB5F2055_inline (DSPConnection_t0BE5E5FEDEEBDAD56CFE62FC28F4AB33F1465465 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public DSPConnection(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public DSPConnection(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventDescription__ctor_m45696ED229E26C971BDFB1A6B5CAD6A1FB2D3D5F_inline (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public EventDescription(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public EventDescription(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventInstance__ctor_m9658E4E8FCA58BF099FAB13FF5A4791D3FA75490_inline (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public EventInstance(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public EventInstance(IntPtr ptr) { this.handle = ptr; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * FMODEventPlayable_get_TrackTargetObject_mE67B945442D71B7D63D8834EC77660D022971551_inline (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, const RuntimeMethod* method) { { // public GameObject TrackTargetObject { get; set; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_U3CTrackTargetObjectU3Ek__BackingField_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * FMODEventPlayable_get_OwningClip_mDFF1115751E4131EDCA306C062297DC2369241A0_inline (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, const RuntimeMethod* method) { { // public TimelineClip OwningClip { get; set; } TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * L_0 = __this->get_U3COwningClipU3Ek__BackingField_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TimelineClip_get_start_m401E739C569F735977B190F73BCBD4F10FD76ABD_inline (TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * __this, const RuntimeMethod* method) { { // get { return m_Start; } double L_0 = __this->get_m_Start_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * TimelineClip_get_asset_m147143A7209205C975960CA4E67BE2B6E408DBDA_inline (TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * __this, const RuntimeMethod* method) { { // get { return m_Asset; } Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_0 = __this->get_m_Asset_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FMODEventPlayable_set_TrackTargetObject_mFEDA9C0C3BC1638A9A27DA37185B3DB45E5ED7DC_inline (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___value0, const RuntimeMethod* method) { { // public GameObject TrackTargetObject { get; set; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___value0; __this->set_U3CTrackTargetObjectU3Ek__BackingField_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FMODEventPlayable_set_OwningClip_m45FE93FFE8B5ED1898E61BE68AD1F2B7C636FC54_inline (FMODEventPlayable_t8765B9FF7AABF80BD72AFDEB0876FDE3D1D73AF1 * __this, TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * ___value0, const RuntimeMethod* method) { { // public TimelineClip OwningClip { get; set; } TimelineClip_tA8F63BEBDD4CBCD06D98ECC874F3C73B01D9097F * L_0 = ___value0; __this->set_U3COwningClipU3Ek__BackingField_13(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Geometry__ctor_m784EBA263A2D1662E6888E14775601387F0A8796_inline (Geometry_t12C4AEB079159BCAA5D72FDE8F6329881B74D042 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public Geometry(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public Geometry(IntPtr ptr) { this.handle = ptr; } return; } } 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 void Platform_set_ParentIdentifier_m44FFC5F466815AAE2D2A520E18E29FEDA353A346_inline (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, String_t* ___value0, const RuntimeMethod* method) { { // parentIdentifier = value; String_t* L_0 = ___value0; __this->set_parentIdentifier_8(L_0); // } return; } } 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 void Platform_set_Identifier_m857583446745893739F592873F07500AD6906465_inline (Platform_tE8F84147C7810C77DCE545072F8A30FA4CAA7149 * __this, String_t* ___value0, const RuntimeMethod* method) { { // identifier = value; String_t* L_0 = ___value0; __this->set_identifier_7(L_0); // } return; } } 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 String_t* Settings_get_SourceBankPath_m59796BE81516CCFDB73FFA88D2E3378880E1F1A2_inline (Settings_tF764A6E2CF64EED9CCB5B27C8258CA5D28729BAE * __this, const RuntimeMethod* method) { { // return sourceBankPath; String_t* L_0 = __this->get_sourceBankPath_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Reverb3D__ctor_mDC02E0301B9B60C70B56C3B7BB6E1869247D76EE_inline (Reverb3D_t2C29120A13637BDAE2B9E535D32EEDE9E2551596 * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { // public Reverb3D(IntPtr ptr) { this.handle = ptr; } intptr_t L_0 = ___ptr0; __this->set_handle_0((intptr_t)L_0); // public Reverb3D(IntPtr ptr) { this.handle = ptr; } return; } } 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 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; } } 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 int32_t Enumerator_get_Current_mDD503AFD786235D3B40842B0872AC17DC86EB040_gshared_inline (Enumerator_t3A873D53A96DA0AC1C030CB5A0BF2D0F57FCC984 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_current_3(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 Enumerator_get_Current_mFCA8A4A9C851A6F86A9C83A67758A882C072234D_gshared_inline (Enumerator_t1845BDD3D3091143DF551C94E0D4B0AB885FE2B1 * __this, const RuntimeMethod* method) { { LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 L_0 = (LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 )__this->get_currentValue_3(); return (LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 )L_0; } }