pub trait ITalkCharacterManager_onLoadMethods: ITalkCharacterManager_onLoad {
// Provided methods
fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>) { ... }
fn invoke(
self,
pid: impl Into<Il2CppString>,
location_name: impl Into<Il2CppString>,
) { ... }
}Provided Methods§
Sourcefn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>)
fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>)
.ctor(crate::system::object::Object, ::unity::IntPtr) overload
Sourcefn invoke(
self,
pid: impl Into<Il2CppString>,
location_name: impl Into<Il2CppString>,
)
fn invoke( self, pid: impl Into<Il2CppString>, location_name: impl Into<Il2CppString>, )
Invoke(::unity::Il2CppString, ::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§
impl<__T: ITalkCharacterManager_onLoad> ITalkCharacterManager_onLoadMethods for __T
Available on crate feature
app-talk3_d-talkcharactermanager only.