Skip to main content

IEventDemoSequence_RotateFaderMethods

Trait IEventDemoSequence_RotateFaderMethods 

Source
pub trait IEventDemoSequence_RotateFaderMethods: IEventDemoSequence_RotateFader {
    // Provided methods
    fn ctor(self) { ... }
    fn reset(self) { ... }
    fn get(self) -> f32 { ... }
    fn set(self, rot: impl Into<f32>, msec: impl Into<f32>) { ... }
    fn tick(self) -> f32 { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn reset(self)

Reset() overload

Source

fn get(self) -> f32

Get() overload

Source

fn set(self, rot: impl Into<f32>, msec: impl Into<f32>)

Set(f32, f32) overload

Source

fn tick(self) -> f32

Tick() 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: IEventDemoSequence_RotateFader> IEventDemoSequence_RotateFaderMethods for __T

Available on crate feature app-eventdemosequence only.