Skip to main content

ICameraControllerAuto

Trait ICameraControllerAuto 

Source
pub trait ICameraControllerAuto: IBaseCameraController {
    // Provided methods
    fn distance_curve(self) -> AnimationCurve { ... }
    fn set_distance_curve(self, value: AnimationCurve) { ... }
    fn virtical_min_max(self) -> Vector2 { ... }
    fn set_virtical_min_max(self, value: Vector2) { ... }
    fn horizontal_min_max(self) -> Vector2 { ... }
    fn set_horizontal_min_max(self, value: Vector2) { ... }
    fn m_time(self) -> f32 { ... }
    fn set_m_time(self, value: f32) { ... }
}

Provided Methods§

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§