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§
Sourcefn get_offset(self) -> Vector3
fn get_offset(self) -> Vector3
get_Offset() 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: IMapCamera_InterpolatorShake> IMapCamera_InterpolatorShakeMethods for __T
Available on crate feature
app-mapcamera only.