ParticleEmitterPositionType EnumerationDelta Engine Documentation
By default emitters come out of the position of the emitter. Use one of the other types defined here to come out of a line, box, sphere or even mesh, or circle around the position. View code on GitHub

Namespace: DeltaEngine.Rendering3D.Particles
Assembly: DeltaEngine.Rendering3D.Particles (in DeltaEngine.Rendering3D.Particles.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public enum ParticleEmitterPositionType
Members

  Member nameValueDescription
Point0
Line1
Box2
Sphere3
SphereBorder4
CircleAroundCenter5
CircleEscaping6
Mesh7
See Also