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§
Sourcefn wait_camera_move_strictly(self)
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§
impl<__T: IGmapSequence_GmapWholeMapSequence> IGmapSequence_GmapWholeMapSequenceMethods for __T
Available on crate feature
app-gmapsequence only.