C# Class Particles.Ship

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Show file Open project: Andrea/IncompleteGameLabs Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Ship ( Microsoft.Xna.Framework.Game game ) : System
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
LoadContent ( ) : void

Private Methods

Method Description
ExplodeIfSunHit ( ) : void
InitializeEmitters ( ProjectMercury.ParticleEffect particleEffect ) : void
TriggerThrusterParticles ( ) : void
UpdateInput ( GameTime gameTime ) : void
UpdateParticles ( GameTime gameTime ) : void
UpdateThrusterEmitterDirection ( ) : void
UpdateVelocity ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

Ship() public method

public Ship ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void