C# Class ProjectCow.ExplosionParticle

Particles of an explosion
Inheritance: GameObject
Afficher le fichier Open project: csce3513/Team12

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
ExplosionParticle ( Vector2 position, Vector2 speed, int life, GameObjectsManager manager ) : System
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

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

ExplosionParticle() public méthode

public ExplosionParticle ( Vector2 position, Vector2 speed, int life, GameObjectsManager manager ) : System
position Vector2
speed Vector2
life int
manager GameObjectsManager
Résultat System

LoadContent() public méthode

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

Update() public méthode

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