C# Class WaveEngine.Components.GameActions.UpdatableGameAction

Game action that is updated
Inheritance: GameAction
Afficher le fichier Open project: WaveEngine/Components Class Usage Examples

Méthodes publiques

Méthode Description
UpdatableGameAction ( string name, Scene scene = null ) : System

Initializes a new instance of the UpdatableGameAction class.

Update ( System.TimeSpan gameTime ) : void

Updates the game action

Method Details

UpdatableGameAction() public méthode

Initializes a new instance of the UpdatableGameAction class.
public UpdatableGameAction ( string name, Scene scene = null ) : System
name string The name of the game action
scene Scene The scene
Résultat System

Update() public abstract méthode

Updates the game action
public abstract Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The ellapsed time
Résultat void