C# Class MageDefenderDeluxe.ParticleEngine.PoisonParticleSystem

Custom particle system for creating a flame effect.
Inheritance: ParticleSystem
Afficher le fichier Open project: petriw/MageDefenderDeluxe

Méthodes publiques

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

InitializeSettings() protected méthode

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

PoisonParticleSystem() public méthode

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