pub trait IDragonRideExplodeMethods: IDragonRideExplode {
// Provided methods
fn set_explode_start(self, type: impl Into<i32>) { ... }
fn on_particle_system_stopped(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set_explode_start(self, type: impl Into<i32>)
fn set_explode_start(self, type: impl Into<i32>)
SetExplodeStart(i32) overload
Sourcefn on_particle_system_stopped(self)
fn on_particle_system_stopped(self)
OnParticleSystemStopped() 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: IDragonRideExplode> IDragonRideExplodeMethods for __T
Available on crate feature
app-dragonrideexplode only.