Skip to main content

IInteractionObject_WeightCurve

Trait IInteractionObject_WeightCurve 

Source
pub trait IInteractionObject_WeightCurve: IObject {
    // Provided methods
    fn type(self) -> InteractionObject_WeightCurve_Type { ... }
    fn set_type(self, value: InteractionObject_WeightCurve_Type) { ... }
    fn curve(self) -> AnimationCurve { ... }
    fn set_curve(self, value: AnimationCurve) { ... }
}

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§