C# Class SpaceUnionXNA.Ships.Scout

Inheritance: SpaceUnionXNA.Ships.Ship
Datei anzeigen Open project: TheDizzler/space-union

Public Methods

Method Description
Scout ( Game1 game ) : System

Protected Methods

Method Description
additionalDraw ( SpriteBatch sBatch ) : void
additionalFire ( GameTime gameTime ) : void
additionalUpdate ( GameTime gameTime, QuadTree quadTree ) : void
altFire ( GameTime gameTime ) : void
rotateWeaponOrigin ( float rotateAmount ) : void

Rotate where the weapon projectile originates from.

Method Details

Scout() public method

public Scout ( Game1 game ) : System
game Game1
return System

additionalDraw() protected method

protected additionalDraw ( SpriteBatch sBatch ) : void
sBatch SpriteBatch
return void

additionalFire() protected method

protected additionalFire ( GameTime gameTime ) : void
gameTime GameTime
return void

additionalUpdate() protected method

protected additionalUpdate ( GameTime gameTime, QuadTree quadTree ) : void
gameTime GameTime
quadTree QuadTree
return void

altFire() protected method

protected altFire ( GameTime gameTime ) : void
gameTime GameTime
return void

rotateWeaponOrigin() protected method

Rotate where the weapon projectile originates from.
protected rotateWeaponOrigin ( float rotateAmount ) : void
rotateAmount float
return void