Skip to main content

IDebugManager_LogScopeMethods

Trait IDebugManager_LogScopeMethods 

Source
pub trait IDebugManager_LogScopeMethods: IDebugManager_LogScope {
    // Provided methods
    fn ctor(
        self,
        func: impl Into<DebugManager_LogFunc>,
        args: impl Into<Array<Il2CppString>>,
    ) { ... }
    fn ctor_2(self, args: impl Into<Array<Il2CppString>>) { ... }
    fn finalize(self) { ... }
    fn dispose(self) { ... }
}

Provided Methods§

Source

fn ctor( self, func: impl Into<DebugManager_LogFunc>, args: impl Into<Array<Il2CppString>>, )

.ctor(crate::app::debugmanager_2::DebugManager_LogFunc, ::unity::Array<::unity::Il2CppString>) overload

Source

fn ctor_2(self, args: impl Into<Array<Il2CppString>>)

.ctor(::unity::Array<::unity::Il2CppString>) overload

Source

fn finalize(self)

Finalize() overload

Source

fn dispose(self)

Dispose() 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: IDebugManager_LogScope> IDebugManager_LogScopeMethods for __T

Available on crate feature app-debugmanager_2 only.