Skip to main content

IConstraintRotationMethods

Trait IConstraintRotationMethods 

Source
pub trait IConstraintRotationMethods: IConstraintRotation {
    // Provided methods
    fn update_constraint(self) { ... }
    fn ctor(self) { ... }
    fn ctor_2(self, transform: impl Into<Transform>) { ... }
}

Provided Methods§

Source

fn update_constraint(self)

UpdateConstraint() overload

Source

fn ctor(self)

.ctor() overload

Source

fn ctor_2(self, transform: impl Into<Transform>)

.ctor(crate::unity_engine::transform::Transform) 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: IConstraintRotation> IConstraintRotationMethods for __T

Available on crate feature root_motion-final_ik-constraintrotation only.