Skip to main content

IAmplifier_Body_EffectorLink

Trait IAmplifier_Body_EffectorLink 

Source
pub trait IAmplifier_Body_EffectorLink: IObject {
    // Provided methods
    fn effector(self) -> FullBodyBipedEffector { ... }
    fn set_effector(self, value: FullBodyBipedEffector) { ... }
    fn weight(self) -> f32 { ... }
    fn set_weight(self, value: f32) { ... }
}

Provided Methods§

Source

fn effector(self) -> FullBodyBipedEffector

Source

fn set_effector(self, value: FullBodyBipedEffector)

Source

fn weight(self) -> f32

Source

fn set_weight(self, value: f32)

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§