C# Class SpaceCats_v2.PlayerShip

Inheritance: SpaceCats_v2.GameObject
Show file Open project: acm-team/SpaceCats Class Usage Examples

Public Methods

Method Description
Clone ( ) : SpaceCats_v2.GameObject
Draw ( GameTime gameTime ) : void
PlayerShip ( Main game ) : System
PlayerShip ( PlayerShip p ) : System
Reset ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Clone() public method

public Clone ( ) : SpaceCats_v2.GameObject
return SpaceCats_v2.GameObject

Draw() public method

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

PlayerShip() public method

public PlayerShip ( Main game ) : System
game Main
return System

PlayerShip() public method

public PlayerShip ( PlayerShip p ) : System
p PlayerShip
return System

Reset() public method

public Reset ( ) : void
return void

Update() public method

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