Skip to main content

IIron19CharacterSuperEngageMethods

Trait IIron19CharacterSuperEngageMethods 

Source
pub trait IIron19CharacterSuperEngageMethods: IIron19CharacterSuperEngage {
    // Provided methods
    fn is_super_engage(self) -> bool { ... }
    fn start(self) { ... }
    fn update_materials(self, is_force: impl Into<bool>) { ... }
    fn on_destroy(self) { ... }
    fn set_super_engage(self, is_super_engage: impl Into<bool>) { ... }
    fn my_update(self) { ... }
    fn update_shader(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn is_super_engage(self) -> bool

IsSuperEngage() overload

Source

fn start(self)

Start() overload

Source

fn update_materials(self, is_force: impl Into<bool>)

UpdateMaterials(bool) overload

Source

fn on_destroy(self)

OnDestroy() overload

Source

fn set_super_engage(self, is_super_engage: impl Into<bool>)

SetSuperEngage(bool) overload

Source

fn my_update(self)

MyUpdate() overload

Source

fn update_shader(self)

UpdateShader() 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: IIron19CharacterSuperEngage> IIron19CharacterSuperEngageMethods for __T

Available on crate feature root-iron19charactersuperengage only.