C# Class UHSampleGame.ProjectileManagment.ExplosionSmokeParticleSystem

Custom particle system for creating the smokey part of the explosions.
Inheritance: ParticleSystem
Afficher le fichier Open project: holtkampw/UH-Sample-XNA-Project

Méthodes publiques

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

Méthodes protégées

Méthode Description
InitializeSettings ( ParticleSettings settings ) : void

Method Details

ExplosionSmokeParticleSystem() public méthode

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

InitializeSettings() protected méthode

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