C# Class TuneBlaster_.ExplosionSmokeParticleSystem

Inheritance: ParticleSystem
Mostrar archivo Open project: kiniry-teaching/UCD Class Usage Examples

Public Methods

Method Description
ExplosionSmokeParticleSystem ( Engine game, int howManyEffects ) : System

Protected Methods

Method Description
InitializeConstants ( ) : void

Set up the constants that will give this particle system its behavior and properties.

Method Details

ExplosionSmokeParticleSystem() public method

public ExplosionSmokeParticleSystem ( Engine game, int howManyEffects ) : System
game Engine
howManyEffects int
return System

InitializeConstants() protected method

Set up the constants that will give this particle system its behavior and properties.
protected InitializeConstants ( ) : void
return void