Skip to main content

IEffectHandle

Trait IEffectHandle 

Source
pub trait IEffectHandle: IMonoBehaviour {
    // Provided methods
    fn m_particle_system(self) -> ParticleSystem { ... }
    fn set_m_particle_system(self, value: ParticleSystem) { ... }
}

Provided Methods§

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§