Skip to main content

IInertia_BodyMethods

Trait IInertia_BodyMethods 

Source
pub trait IInertia_BodyMethods: IInertia_Body {
    // Provided methods
    fn reset(self) { ... }
    fn update(
        self,
        solver: impl Into<IKSolverFullBodyBiped>,
        weight: impl Into<f32>,
        delta_time: impl Into<f32>,
    ) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn reset(self)

Reset() overload

Source

fn update( self, solver: impl Into<IKSolverFullBodyBiped>, weight: impl Into<f32>, delta_time: impl Into<f32>, )

Update(crate::root_motion::final_ik::iksolverfullbodybiped::IKSolverFullBodyBiped, f32, f32) 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: IInertia_Body> IInertia_BodyMethods for __T

Available on crate feature root_motion-final_ik-inertia only.