C# Class SpaceShipDemo.ShipBehavior

Inheritance: Behavior
Show file Open project: WaveEngine/Series

Private Properties

Property Type Description

Public Methods

Method Description
GameOver ( ) : void
Reset ( ) : void

Protected Methods

Method Description
Initialize ( ) : void
Update ( System.TimeSpan gameTime ) : void

Method Details

GameOver() public method

public GameOver ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Update() protected method

protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
return void