C# Class TraceRacer.ParticleEngine

Afficher le fichier Open project: alexcoco/trace_racer Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
ParticleEngine ( List textures, Vector2 location ) : System
Update ( ) : void

Private Methods

Méthode Description
GenerateNewParticle ( ) : Particle

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

ParticleEngine() public méthode

public ParticleEngine ( List textures, Vector2 location ) : System
textures List
location Vector2
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void