Skip to main content

IDragonRideExplodeMethods

Trait IDragonRideExplodeMethods 

Source
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§

Source

fn set_explode_start(self, type: impl Into<i32>)

SetExplodeStart(i32) overload

Source

fn on_particle_system_stopped(self)

OnParticleSystemStopped() 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: IDragonRideExplode> IDragonRideExplodeMethods for __T

Available on crate feature app-dragonrideexplode only.