C# Class UHSampleGame.ProjectileManagment.ExplosionParticleSystem

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

Méthodes publiques

Méthode Description
ExplosionParticleSystem ( 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

ExplosionParticleSystem() public méthode

public ExplosionParticleSystem ( 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