C# Class MegaMan.Engine.HandlerText

Inheritance: IHandlerObject
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
Draw ( IRenderingContext renderContext ) : void
HandlerText ( MegaMan.Common.SceneTextCommandInfo info, IEntityPool entityPool ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Update ( GameTickEventArgs e ) : void

Method Details

Draw() public method

public Draw ( IRenderingContext renderContext ) : void
renderContext IRenderingContext
return void

HandlerText() public method

public HandlerText ( MegaMan.Common.SceneTextCommandInfo info, IEntityPool entityPool ) : System
info MegaMan.Common.SceneTextCommandInfo
entityPool IEntityPool
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void