class
ParticleRingEmitter
public sealed class ParticleRingEmitter : ParticleEmitter Emits particles in a ring. The ring can be flat or have a tube-like quality. Velocity can either be added from the center of the ring, or from the ring itself.
Constructors
ParticleRingEmitter() Properties
| Name | Type | Description |
|---|---|---|
Radius | ParticleFloat | |
Thickness | ParticleFloat | |
AngleStart | ParticleFloat | |
Angle | ParticleFloat | |
Flatness | ParticleFloat | |
VelocityFromCenter | ParticleFloat | |
VelocityFromRing | ParticleFloat |
Methods
virtual Boolean Emit(ParticleEffect target)