C# Class WaveEngine.Components.GameActions.GameActionUpdaterBehavior

Behavior that updates the game action
Inheritance: Behavior
Afficher le fichier Open project: WaveEngine/Components Class Usage Examples

Méthodes publiques

Méthode Description
GameActionUpdaterBehavior ( ) : System

Initializes a new instance of the GameActionUpdaterBehavior class.

Méthodes protégées

Méthode Description
Update ( System.TimeSpan gameTime ) : void

Updates the instance of the behavior

Private Methods

Méthode Description
BeginAction ( UpdatableGameAction gameAction ) : void

Begins the action

StopAction ( UpdatableGameAction gameAction ) : void

Stops the game action

Method Details

GameActionUpdaterBehavior() public méthode

Initializes a new instance of the GameActionUpdaterBehavior class.
public GameActionUpdaterBehavior ( ) : System
Résultat System

Update() protected méthode

Updates the instance of the behavior
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan Ellapsed time
Résultat void