XNACS1Lib: CSS490 Spring 2011
Assembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0
Constructs a particle Emitter.
Namespace: XNACS1LibAssembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0
Syntax
C# |
---|
public XNACS1ParticleEmitter( Vector2 center, int initialParticleLife, float particleSize, string defaultTex, Color defaultTint ) |
Parameters
- center
- Type: Vector2
The center of the particle Emitter
- initialParticleLife
- Type: System..::..Int32
The life in ticks of newly emitted particles.
- particleSize
- Type: System..::..Single
The radius of newly emitted particles.
- defaultTex
- Type: System..::..String
The default texture of newly emitted particles.
- defaultTint
- Type: Color
The default tint of newly emitted particles.