Skip to main content

IGrounderFBBIK_SpineEffectorMethods

Trait IGrounderFBBIK_SpineEffectorMethods 

Source
pub trait IGrounderFBBIK_SpineEffectorMethods: IGrounderFBBIK_SpineEffector {
    // Provided methods
    fn ctor(self) { ... }
    fn ctor_2(
        self,
        effector_type: impl Into<FullBodyBipedEffector>,
        horizontal_weight: impl Into<f32>,
        vertical_weight: impl Into<f32>,
    ) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn ctor_2( self, effector_type: impl Into<FullBodyBipedEffector>, horizontal_weight: impl Into<f32>, vertical_weight: impl Into<f32>, )

.ctor(crate::root_motion::final_ik::fullbodybipedeffector::FullBodyBipedEffector, f32, f32) 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: IGrounderFBBIK_SpineEffector> IGrounderFBBIK_SpineEffectorMethods for __T

Available on crate feature root_motion-final_ik-grounderfbbik only.