class
ParticleConeEmitter
public sealed class ParticleConeEmitter : ParticleEmitter Emits particles within/along a cone shape.
Constructors
ParticleConeEmitter() Properties
| Name | Type | Description |
|---|---|---|
OnEdge | Boolean | |
InVolume | Boolean | |
ConeAngle | ParticleFloat | |
ConeNear | ParticleFloat | |
ConeFar | ParticleFloat | |
VelocityRandom | ParticleFloat | Randomize the direction of the initial velocity. 0 = no randomization, 1 = full randomization. |
CenterBias | ParticleFloat | When distributing should we bias the center of the cone |
CenterBiasVelocity | ParticleFloat | Should particles near the center have more velocity |
VelocityMultiplier | ParticleFloat | Multiply velocity by this |
Methods
virtual Boolean Emit(ParticleEffect target)