pub trait IMapSequenceEngageConfirmMethods: IMapSequenceEngageConfirm {
// Provided methods
fn get_global_asset_path(self) -> Il2CppString { ... }
fn on_create(self) { ... }
fn on_dispose(self) { ... }
fn load_res(self) { ... }
fn is_loading_res(self) -> bool { ... }
fn open(self) { ... }
fn close(self) { ... }
fn tick(self) { ... }
fn end(self, se: impl Into<Il2CppString>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_global_asset_path(self) -> Il2CppString
fn get_global_asset_path(self) -> Il2CppString
get_GlobalAssetPath() overload
Sourcefn on_dispose(self)
fn on_dispose(self)
OnDispose() overload
Sourcefn is_loading_res(self) -> bool
fn is_loading_res(self) -> bool
IsLoadingRes() overload
Sourcefn end(self, se: impl Into<Il2CppString>)
fn end(self, se: impl Into<Il2CppString>)
End(::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: IMapSequenceEngageConfirm> IMapSequenceEngageConfirmMethods for __T
Available on crate feature
app-mapsequenceengageconfirm only.