C# Class SpaceShipDemo.SpawnBehavior

Inheritance: Behavior
Afficher le fichier Open project: WaveEngine/Series

Méthodes publiques

Méthode Description
Spawn ( ) : void

Spawns this instance.

Méthodes protégées

Méthode Description
Initialize ( ) : void

Initializes this instance.

Update ( System.TimeSpan gameTime ) : void

Updates the specified game time.

Method Details

Initialize() protected méthode

Initializes this instance.
protected Initialize ( ) : void
Résultat void

Spawn() public méthode

Spawns this instance.
public Spawn ( ) : void
Résultat void

Update() protected méthode

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