pub trait IIKSolverCCDMethods: IIKSolverCCD {
// Provided methods
fn fade_out_bone_weights(self) { ... }
fn on_initiate(self) { ... }
fn on_update(self) { ... }
fn solve(self, target_position: impl Into<Vector3>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn fade_out_bone_weights(self)
fn fade_out_bone_weights(self)
FadeOutBoneWeights() overload
Sourcefn on_initiate(self)
fn on_initiate(self)
OnInitiate() 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: IIKSolverCCD> IIKSolverCCDMethods for __T
Available on crate feature
root_motion-final_ik-iksolverccd only.