Property | Type | Description | |
---|---|---|---|
ParticleManager | System |
Method | Description | |
---|---|---|
Draw ( GraphicsDevice device ) : void | ||
GetInstance ( ) : |
||
GetParticleCount ( ) : int |
Gets the amount of particles currently on screen.
|
|
PauseUpdating ( ) : void |
Pauses updating the particles, to be resumed by ResumeUpdating();
|
|
RemoveAllEmitters ( int timeToDieMS ) : void |
Removes all emitters from the manager.
|
|
ResumeUpdating ( double currentTimeMS ) : void |
Resumes updating particles.
|
|
Update ( float time_step ) : void |
Method | Description | |
---|---|---|
ParticleManager ( ) : System |
public static GetInstance ( ) : |
||
return |
public RemoveAllEmitters ( int timeToDieMS ) : void | ||
timeToDieMS | int | The time in which all effects must be gone. |
return | void |
public ResumeUpdating ( double currentTimeMS ) : void | ||
currentTimeMS | double | The current time in milliseconds. |
return | void |