Skip to main content

IMapCamera_InterpolatorShake

Trait IMapCamera_InterpolatorShake 

Source
pub trait IMapCamera_InterpolatorShake: IObject {
    // Provided methods
    fn m_time(self) -> f32 { ... }
    fn set_m_time(self, value: f32) { ... }
    fn m_magnitude(self) -> f32 { ... }
    fn set_m_magnitude(self, value: f32) { ... }
    fn m_offset(self) -> Vector3 { ... }
    fn set_m_offset(self, value: Vector3) { ... }
}

Provided Methods§

Source

fn m_time(self) -> f32

Source

fn set_m_time(self, value: f32)

Source

fn m_magnitude(self) -> f32

Source

fn set_m_magnitude(self, value: f32)

Source

fn m_offset(self) -> Vector3

Source

fn set_m_offset(self, value: Vector3)

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§