Skip to main content

IGmapSequence_GmapWholeMapSequenceMethods

Trait IGmapSequence_GmapWholeMapSequenceMethods 

Source
pub trait IGmapSequence_GmapWholeMapSequenceMethods: IGmapSequence_GmapWholeMapSequence {
    // Provided methods
    fn ctor(self) { ... }
    fn start(self) { ... }
    fn tick(self) { ... }
    fn end(self) { ... }
    fn wait_camera_move_strictly(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn start(self)

Start() overload

Source

fn tick(self)

Tick() overload

Source

fn end(self)

End() overload

Source

fn wait_camera_move_strictly(self)

WaitCameraMoveStrictly() 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: IGmapSequence_GmapWholeMapSequence> IGmapSequence_GmapWholeMapSequenceMethods for __T

Available on crate feature app-gmapsequence only.