Skip to main content

ICameraConstraint

Trait ICameraConstraint 

Source
pub trait ICameraConstraint: IMonoBehaviour {
    // Provided methods
    fn m_target(self) -> Camera { ... }
    fn set_m_target(self, value: Camera) { ... }
    fn m_camera(self) -> Camera { ... }
    fn set_m_camera(self, value: Camera) { ... }
    fn m_position(self) -> Vector3 { ... }
    fn set_m_position(self, value: Vector3) { ... }
    fn m_rotation(self) -> Quaternion { ... }
    fn set_m_rotation(self, value: Quaternion) { ... }
}

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§