Skip to main content

IAkCallbackManager_MonitoringCallbackMethods

Trait IAkCallbackManager_MonitoringCallbackMethods 

Source
pub trait IAkCallbackManager_MonitoringCallbackMethods: IAkCallbackManager_MonitoringCallback {
    // Provided methods
    fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>) { ... }
    fn invoke(
        self,
        in_error_code: impl Into<AkMonitorErrorCode>,
        in_error_level: impl Into<AkMonitorErrorLevel>,
        in_playing_id: impl Into<u32>,
        in_game_obj_id: impl Into<u64>,
        in_msg: impl Into<Il2CppString>,
    ) { ... }
}

Provided Methods§

Source

fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>)

.ctor(crate::system::object::Object, ::unity::IntPtr) overload

Source

fn invoke( self, in_error_code: impl Into<AkMonitorErrorCode>, in_error_level: impl Into<AkMonitorErrorLevel>, in_playing_id: impl Into<u32>, in_game_obj_id: impl Into<u64>, in_msg: impl Into<Il2CppString>, )

Invoke(crate::root::akmonitorerrorcode::AkMonitorErrorCode, crate::root::akmonitorerrorlevel::AkMonitorErrorLevel, u32, u64, ::unity::Il2CppString) overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IAkCallbackManager_MonitoringCallback> IAkCallbackManager_MonitoringCallbackMethods for __T

Available on crate feature root-akcallbackmanager only.