Skip to main content

IEvasionSpeed

Trait IEvasionSpeed 

Source
pub trait IEvasionSpeed: IObject {
    // Provided methods
    fn m_evasion_speed_curve(self) -> AnimationCurve { ... }
    fn set_m_evasion_speed_curve(self, value: AnimationCurve) { ... }
    fn t(self) -> f32 { ... }
    fn set_t(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§