C# Class WaveEngine.Components.GameActions.BasicGameAction

A game action to play a sound
Inheritance: GameAction
Afficher le fichier Open project: WaveEngine/Components

Méthodes publiques

Méthode Description
BasicGameAction ( Scene scene = null ) : System

Initializes a new instance of the BasicGameAction class.

Méthodes protégées

Méthode Description
PerformRun ( ) : void

Perform Run actions

Private Methods

Méthode Description
NotifyActionCompleted ( ) : void

Method Details

BasicGameAction() public méthode

Initializes a new instance of the BasicGameAction class.
public BasicGameAction ( Scene scene = null ) : System
scene Scene The associated scene.
Résultat System

PerformRun() protected méthode

Perform Run actions
protected PerformRun ( ) : void
Résultat void