pub trait IHubPlayTalk_CallPuppetEventMethods: IHubPlayTalk_CallPuppetEvent {
// Provided methods
fn ctor(self, file: impl Into<Il2CppString>, mid: impl Into<Il2CppString>) { ... }
fn entry(self) { ... }
fn main(self) { ... }
fn exit(self) { ... }
fn create_desc(self) -> Array<ProcDesc> { ... }
}Provided Methods§
Sourcefn ctor(self, file: impl Into<Il2CppString>, mid: impl Into<Il2CppString>)
fn ctor(self, file: impl Into<Il2CppString>, mid: impl Into<Il2CppString>)
.ctor(::unity::Il2CppString, ::unity::Il2CppString) overload
Sourcefn create_desc(self) -> Array<ProcDesc>
fn create_desc(self) -> Array<ProcDesc>
CreateDesc() 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: IHubPlayTalk_CallPuppetEvent> IHubPlayTalk_CallPuppetEventMethods for __T
Available on crate feature
app-hubplaytalk only.