C# Class WarTornLands.Entities.Modules.Draw.ParticleSystem.ParticleSystem

Inheritance: BaseModule, IDrawExecuter
Afficher le fichier Open project: floAr/WarTornLands Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch batch, DrawInformation information ) : void
ParticleSystem ( EmitterSetting setting, List textures ) : System
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
GenerateNewParticle ( ) : Particle

Method Details

Draw() public méthode

public Draw ( SpriteBatch batch, DrawInformation information ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
information DrawInformation
Résultat void

ParticleSystem() public méthode

public ParticleSystem ( EmitterSetting setting, List textures ) : System
setting EmitterSetting
textures List
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void