Skip to main content

IMapSequencePhoenix_ProcAppearMethods

Trait IMapSequencePhoenix_ProcAppearMethods 

Source
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§

Source

fn ctor(self, unit: impl Into<Unit>)

.ctor(crate::app::unit::Unit) overload

Source

fn on_dispose(self)

OnDispose() overload

Source

fn load_async(self)

LoadAsync() overload

Source

fn is_loading(self) -> bool

IsLoading() overload

Source

fn load_done(self)

LoadDone() overload

Source

fn warp_in(self)

WarpIn() 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§

Source§

impl<__T: IMapSequencePhoenix_ProcAppear> IMapSequencePhoenix_ProcAppearMethods for __T

Available on crate feature app-mapsequencephoenix only.