pub trait IMapSequencePhoenix_ProcAppearMethods: IMapSequencePhoenix_ProcAppear {
// Provided methods
fn ctor(self, unit: impl Into<Unit>) { ... }
fn on_dispose(self) { ... }
fn load_async(self) { ... }
fn is_loading(self) -> bool { ... }
fn load_done(self) { ... }
fn warp_in(self) { ... }
}Provided Methods§
Sourcefn on_dispose(self)
fn on_dispose(self)
OnDispose() overload
Sourcefn load_async(self)
fn load_async(self)
LoadAsync() overload
Sourcefn is_loading(self) -> bool
fn is_loading(self) -> bool
IsLoading() 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: IMapSequencePhoenix_ProcAppear> IMapSequencePhoenix_ProcAppearMethods for __T
Available on crate feature
app-mapsequencephoenix only.