C# Class TuneBlaster_.ExplosionSmokeParticleSystem

Inheritance: ParticleSystem
Afficher le fichier Open project: kiniry-teaching/UCD Class Usage Examples

Méthodes publiques

Méthode Description
ExplosionSmokeParticleSystem ( Engine game, int howManyEffects ) : System

Méthodes protégées

Méthode Description
InitializeConstants ( ) : void

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

Method Details

ExplosionSmokeParticleSystem() public méthode

public ExplosionSmokeParticleSystem ( Engine game, int howManyEffects ) : System
game Engine
howManyEffects int
Résultat System

InitializeConstants() protected méthode

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