Skip to main content

IRotationLimit

Trait IRotationLimit 

Source
pub trait IRotationLimit: IMonoBehaviour {
    // Provided methods
    fn axis(self) -> Vector3 { ... }
    fn set_axis(self, value: Vector3) { ... }
    fn default_local_rotation_field(self) -> Quaternion { ... }
    fn set_default_local_rotation_field(self, value: Quaternion) { ... }
    fn initiated(self) -> bool { ... }
    fn set_initiated(self, value: bool) { ... }
    fn application_quit(self) -> bool { ... }
    fn set_application_quit(self, value: bool) { ... }
    fn default_local_rotation_set(self) -> bool { ... }
    fn set_default_local_rotation_set(self, value: bool) { ... }
}

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§