pub trait IConstraintRotationMethods: IConstraintRotation {
// Provided methods
fn update_constraint(self) { ... }
fn ctor(self) { ... }
fn ctor_2(self, transform: impl Into<Transform>) { ... }
}Provided Methods§
Sourcefn update_constraint(self)
fn update_constraint(self)
UpdateConstraint() 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§
impl<__T: IConstraintRotation> IConstraintRotationMethods for __T
Available on crate feature
root_motion-final_ik-constraintrotation only.