Skip to main content

IMapSequencePhoenixMethods

Trait IMapSequencePhoenixMethods 

Source
pub trait IMapSequencePhoenixMethods: IMapSequencePhoenix {
    // Provided methods
    fn move_camera(self) { ... }
    fn execute(self) { ... }
    fn is_executing(self) -> bool { ... }
    fn postexecute(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn move_camera(self)

MoveCamera() overload

Source

fn execute(self)

Execute() overload

Source

fn is_executing(self) -> bool

IsExecuting() overload

Source

fn postexecute(self)

Postexecute() overload

Source

fn ctor(self)

.ctor() 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> IMapSequencePhoenixMethods for __T

Available on crate feature app-mapsequencephoenix only.