Property | Type | Description | |
---|---|---|---|
fHalfStep | System.Single | ||
fNumParticles | int | ||
fSixthStep | System.Single | ||
fStep | System.Single |
Method | Description | |
---|---|---|
KillSystem ( ) : void | ||
ParticleSystem ( int numParticles, System.Single step ) : System | ||
Render ( |
||
SetStep ( System.Single step ) : void | ||
Update ( System.Single fTime ) : void |
Method | Description | |
---|---|---|
Acceleration ( int i, System.Single fTime, |
||
InitializeParticle ( int index ) : void |
abstract protected Acceleration ( int i, System.Single fTime, |
||
i | int | |
fTime | System.Single | |
position | ||
velocity | ||
return |
abstract protected InitializeParticle ( int index ) : void | ||
index | int | |
return | void |
public ParticleSystem ( int numParticles, System.Single step ) : System | ||
numParticles | int | |
step | System.Single | |
return | System |
abstract public Render ( |
||
gi | ||
return | void |