XNACS1Lib: CSS490 Spring 2011
Assembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0
This is where you define the behavior of particles in the emitter. This method
will be called once a tick for each particle if the emitter is in the Emitter
Update Set.
This is an abstract method and must be overloaded.
Namespace: XNACS1LibAssembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected abstract void UpdateParticle( XNACS1Particle particle ) |
Parameters
- particle
- Type: XNACS1Lib..::..XNACS1Particle
The particle being updated