pub trait IMapSequenceAlternateConfirmMethods: IMapSequenceAlternateConfirm {
// 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 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
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: IMapSequenceAlternateConfirm> IMapSequenceAlternateConfirmMethods for __T
Available on crate feature
app-mapsequencealternateconfirm only.