Skip to main content

IGrounderFBBIK_SpineEffector

Trait IGrounderFBBIK_SpineEffector 

Source
pub trait IGrounderFBBIK_SpineEffector: IObject {
    // Provided methods
    fn effector_type(self) -> FullBodyBipedEffector { ... }
    fn set_effector_type(self, value: FullBodyBipedEffector) { ... }
    fn horizontal_weight(self) -> f32 { ... }
    fn set_horizontal_weight(self, value: f32) { ... }
    fn vertical_weight(self) -> f32 { ... }
    fn set_vertical_weight(self, value: f32) { ... }
}

Provided Methods§

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§