Skip to main content

IRotationLimitAngleMethods

Trait IRotationLimitAngleMethods 

Source
pub trait IRotationLimitAngleMethods: IRotationLimitAngle {
    // Provided methods
    fn open_user_manual(self) { ... }
    fn open_script_reference(self) { ... }
    fn support_group(self) { ... }
    fn as_thread(self) { ... }
    fn limit_rotation(self, rotation: impl Into<Quaternion>) -> Quaternion { ... }
    fn limit_swing(self, rotation: impl Into<Quaternion>) -> Quaternion { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn open_user_manual(self)

OpenUserManual() overload

Source

fn open_script_reference(self)

OpenScriptReference() overload

Source

fn support_group(self)

SupportGroup() overload

Source

fn as_thread(self)

ASThread() overload

Source

fn limit_rotation(self, rotation: impl Into<Quaternion>) -> Quaternion

LimitRotation(crate::unity_engine::quaternion::Quaternion) overload

Source

fn limit_swing(self, rotation: impl Into<Quaternion>) -> Quaternion

LimitSwing(crate::unity_engine::quaternion::Quaternion) overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: IRotationLimitAngle> IRotationLimitAngleMethods for __T

Available on crate feature root_motion-final_ik-rotationlimitangle only.