Skip to main content

IInertiaMethods

Trait IInertiaMethods 

Source
pub trait IInertiaMethods: IInertia {
    // Provided methods
    fn reset_bodies(self) { ... }
    fn on_modify_offset(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn reset_bodies(self)

ResetBodies() overload

Source

fn on_modify_offset(self)

OnModifyOffset() 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> IInertiaMethods for __T

Available on crate feature root_motion-final_ik-inertia only.