Skip to main content

IFade_ProcFadeMethods

Trait IFade_ProcFadeMethods 

Source
pub trait IFade_ProcFadeMethods: IFade_ProcFade {
    // Provided methods
    fn get_current(self) -> Fade_FadeLayer { ... }
    fn ctor(self) { ... }
    fn on_dispose(self) { ... }
    fn on_tick(self) { ... }
    fn is_active(self, layer: impl Into<Fade_Layer>) -> bool { ... }
}

Provided Methods§

Source

fn get_current(self) -> Fade_FadeLayer

get_Current() overload

Source

fn ctor(self)

.ctor() overload

Source

fn on_dispose(self)

OnDispose() overload

Source

fn on_tick(self)

OnTick() overload

Source

fn is_active(self, layer: impl Into<Fade_Layer>) -> bool

IsActive(crate::app::fade::Fade_Layer) 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: IFade_ProcFade> IFade_ProcFadeMethods for __T

Available on crate feature app-fade only.