Skip to main content

IRecoil_RecoilOffsetMethods

Trait IRecoil_RecoilOffsetMethods 

Source
pub trait IRecoil_RecoilOffsetMethods: IRecoil_RecoilOffset {
    // Provided methods
    fn start(self) { ... }
    fn apply(
        self,
        solver: impl Into<IKSolverFullBodyBiped>,
        rotation: impl Into<Quaternion>,
        master_weight: impl Into<f32>,
        length: impl Into<f32>,
        time_left: impl Into<f32>,
    ) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn start(self)

Start() overload

Source

fn apply( self, solver: impl Into<IKSolverFullBodyBiped>, rotation: impl Into<Quaternion>, master_weight: impl Into<f32>, length: impl Into<f32>, time_left: impl Into<f32>, )

Apply(crate::root_motion::final_ik::iksolverfullbodybiped::IKSolverFullBodyBiped, crate::unity_engine::quaternion::Quaternion, f32, 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: IRecoil_RecoilOffset> IRecoil_RecoilOffsetMethods for __T

Available on crate feature root_motion-final_ik-recoil only.