Skip to main content

IIKSolverCCDMethods

Trait IIKSolverCCDMethods 

Source
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§

Source

fn fade_out_bone_weights(self)

FadeOutBoneWeights() overload

Source

fn on_initiate(self)

OnInitiate() overload

Source

fn on_update(self)

OnUpdate() overload

Source

fn solve(self, target_position: impl Into<Vector3>)

Solve(crate::unity_engine::vector3::Vector3) 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: IIKSolverCCD> IIKSolverCCDMethods for __T

Available on crate feature root_motion-final_ik-iksolverccd only.