C# Class SpaceShipDemo.SpawnBehavior

Inheritance: Behavior
Mostra file Open project: WaveEngine/Series

Public Methods

Method Description
Spawn ( ) : void

Spawns this instance.

Protected Methods

Method Description
Initialize ( ) : void

Initializes this instance.

Update ( System.TimeSpan gameTime ) : void

Updates the specified game time.

Method Details

Initialize() protected method

Initializes this instance.
protected Initialize ( ) : void
return void

Spawn() public method

Spawns this instance.
public Spawn ( ) : void
return void

Update() protected method

Updates the specified game time.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The game time.
return void