Type Definition vox_geometry_rust::particle_emitter2::ParticleEmitter2Ptr[][src]

type ParticleEmitter2Ptr = Arc<RwLock<dyn ParticleEmitter2 + Send + Sync>>;
Expand description

Shared pointer for the ParticleEmitter2 type.