pub trait IInteractionTarget_Multiplier: IObject {
// Provided methods
fn curve(self) -> InteractionObject_WeightCurve_Type { ... }
fn set_curve(self, value: InteractionObject_WeightCurve_Type) { ... }
fn multiplier(self) -> f32 { ... }
fn set_multiplier(self, value: f32) { ... }
}Provided Methods§
fn curve(self) -> InteractionObject_WeightCurve_Type
fn set_curve(self, value: InteractionObject_WeightCurve_Type)
fn multiplier(self) -> f32
fn set_multiplier(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.