C# Class WaveEngine.Components.GameActions.BasicGameAction

A game action to play a sound
Inheritance: GameAction
Exibir arquivo Open project: WaveEngine/Components

Public Methods

Method Description
BasicGameAction ( Scene scene = null ) : System

Initializes a new instance of the BasicGameAction class.

Protected Methods

Method Description
PerformRun ( ) : void

Perform Run actions

Private Methods

Method Description
NotifyActionCompleted ( ) : void

Method Details

BasicGameAction() public method

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

PerformRun() protected method

Perform Run actions
protected PerformRun ( ) : void
return void