Skip to main content

IGameCurveMethods

Trait IGameCurveMethods 

Source
pub trait IGameCurveMethods: IGameCurve {
    // Provided methods
    fn get_value(self, time: impl Into<f32>) -> f32 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_value(self, time: impl Into<f32>) -> f32

GetValue(f32) overload

Source

fn ctor(self)

.ctor() overload

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§

Source§

impl<__T: IGameCurve> IGameCurveMethods for __T

Available on crate feature app-gamecurve only.