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§
Sourcefn is_super_engage(self) -> bool
fn is_super_engage(self) -> bool
IsSuperEngage() overload
Sourcefn update_materials(self, is_force: impl Into<bool>)
fn update_materials(self, is_force: impl Into<bool>)
UpdateMaterials(bool) overload
Sourcefn on_destroy(self)
fn on_destroy(self)
OnDestroy() overload
Sourcefn set_super_engage(self, is_super_engage: impl Into<bool>)
fn set_super_engage(self, is_super_engage: impl Into<bool>)
SetSuperEngage(bool) overload
Sourcefn update_shader(self)
fn update_shader(self)
UpdateShader() 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§
impl<__T: IIron19CharacterSuperEngage> IIron19CharacterSuperEngageMethods for __T
Available on crate feature
root-iron19charactersuperengage only.