Constructs a particle Emitter.
public XNACS1ParticleEmitter(
Vector2
center,
Int32 initialParticleLife,
Single particleSize,
String defaultTex,
Color
defaultTint);
Parameters
-
center
- The center of the particle Emitter
-
initialParticleLife
- The life in ticks of newly emitted particles.
-
particleSize
- The radius of newly emitted particles.
-
defaultTex
- The default texture of newly emitted particles.
-
defaultTint
- The default tint of newly emitted particles.
See Also
XNACS1ParticleEmitter Class | XNACS1Lib Namespace