pub trait INgc_MaskTextSequenceBaseMethods: INgc_MaskTextSequenceBase {
// Provided methods
fn ctor(self, text: impl Into<Il2CppString>) { ... }
fn ctor_2(self, texts: impl Into<List_1<Il2CppString>>) { ... }
fn start_thread(self) { ... }
fn wait_thread(self) { ... }
fn call_result_func(self) { ... }
fn result(self) { ... }
fn create_bind_impl(self, super_: impl Into<ProcInst>) { ... }
}Provided Methods§
Sourcefn ctor(self, text: impl Into<Il2CppString>)
fn ctor(self, text: impl Into<Il2CppString>)
.ctor(::unity::Il2CppString) overload
Sourcefn ctor_2(self, texts: impl Into<List_1<Il2CppString>>)
fn ctor_2(self, texts: impl Into<List_1<Il2CppString>>)
.ctor(crate::system::collections::generic::list_1::List_1<::unity::Il2CppString>) overload
Sourcefn start_thread(self)
fn start_thread(self)
StartThread() overload
Sourcefn wait_thread(self)
fn wait_thread(self)
WaitThread() overload
Sourcefn call_result_func(self)
fn call_result_func(self)
CallResultFunc() overload
Sourcefn create_bind_impl(self, super_: impl Into<ProcInst>)
fn create_bind_impl(self, super_: impl Into<ProcInst>)
CreateBindImpl(crate::app::procinst::ProcInst) 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: INgc_MaskTextSequenceBase> INgc_MaskTextSequenceBaseMethods for __T
Available on crate feature
app-ngc only.