Skip to main content

IHitReaction_HitPointEffector_EffectorLink

Trait IHitReaction_HitPointEffector_EffectorLink 

Source
pub trait IHitReaction_HitPointEffector_EffectorLink: IObject {
    // Provided methods
    fn effector(self) -> FullBodyBipedEffector { ... }
    fn set_effector(self, value: FullBodyBipedEffector) { ... }
    fn weight(self) -> f32 { ... }
    fn set_weight(self, value: f32) { ... }
    fn last_value(self) -> Vector3 { ... }
    fn set_last_value(self, value: Vector3) { ... }
    fn current(self) -> Vector3 { ... }
    fn set_current(self, value: Vector3) { ... }
}

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§