Skip to main content

IWellEffectManagerMethods

Trait IWellEffectManagerMethods 

Source
pub trait IWellEffectManagerMethods: IWellEffectManager {
    // Provided methods
    fn on_enable(self) { ... }
    fn on_disable(self) { ... }
    fn on_destroy(self) { ... }
    fn try_create_effect(self) { ... }
    fn try_fade_out_effect(self) { ... }
    fn destroy_effect(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn on_enable(self)

OnEnable() overload

Source

fn on_disable(self)

OnDisable() overload

Source

fn on_destroy(self)

OnDestroy() overload

Source

fn try_create_effect(self)

TryCreateEffect() overload

Source

fn try_fade_out_effect(self)

TryFadeOutEffect() overload

Source

fn destroy_effect(self)

DestroyEffect() 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: IWellEffectManager> IWellEffectManagerMethods for __T

Available on crate feature app-welleffectmanager only.