C# Class LuxEngine.Commands.SayCommand

Inheritance: Command
Show file Open project: Louis-Dureuil/maya-vs-the-world Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
SayCommand ( Scene parent, string message ) : System
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
OnVisibleChanged ( object sender, EventArgs args ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Initialize() public method

public Initialize ( ) : void
return void

OnVisibleChanged() protected method

protected OnVisibleChanged ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void

SayCommand() public method

public SayCommand ( Scene parent, string message ) : System
parent Scene
message string
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void