C# Class Drought.Graphics.Particles.ExplosionSmokeParticleSystem

Custom particle system for creating the smokey part of the explosions.
Inheritance: ParticleSystem
Afficher le fichier Open project: kiniry-teaching/UCD Class Usage Examples

Méthodes publiques

Méthode Description
ExplosionSmokeParticleSystem ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice device ) : System

Méthodes protégées

Méthode Description
InitializeSettings ( ParticleSettings settings ) : void

Method Details

ExplosionSmokeParticleSystem() public méthode

public ExplosionSmokeParticleSystem ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice device ) : System
content Microsoft.Xna.Framework.Content.ContentManager
device GraphicsDevice
Résultat System

InitializeSettings() protected méthode

protected InitializeSettings ( ParticleSettings settings ) : void
settings ParticleSettings
Résultat void