Skip to main content

IMapCamera_InterpolatorShakeMethods

Trait IMapCamera_InterpolatorShakeMethods 

Source
pub trait IMapCamera_InterpolatorShakeMethods: IMapCamera_InterpolatorShake {
    // Provided methods
    fn run(self, time: impl Into<f32>, magnitude: impl Into<f32>) { ... }
    fn stop(self) { ... }
    fn tick(self) { ... }
    fn get_offset(self) -> Vector3 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn run(self, time: impl Into<f32>, magnitude: impl Into<f32>)

Run(f32, f32) overload

Source

fn stop(self)

Stop() overload

Source

fn tick(self)

Tick() overload

Source

fn get_offset(self) -> Vector3

get_Offset() 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: IMapCamera_InterpolatorShake> IMapCamera_InterpolatorShakeMethods for __T

Available on crate feature app-mapcamera only.