Method | Description | |
---|---|---|
ParticleEmitter ( |
Constructs a new particle emitter object.
|
|
Update ( |
Updates the emitter, creating the appropriate number of particles in the appropriate positions.
|
public ParticleEmitter ( |
||
particleSystem | ||
particlesPerSecond | float | |
initialPosition | Vector3 | |
return | System |
public Update ( |
||
gameTime | ||
newPosition | Vector3 | |
return | void |