C# Class MegaMan.Engine.HandlerText

Inheritance: IHandlerObject
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Update ( GameTickEventArgs e ) : void

Method Details

Draw() public méthode

public Draw ( IRenderingContext renderContext ) : void
renderContext IRenderingContext
Résultat void

HandlerText() public méthode

public HandlerText ( MegaMan.Common.SceneTextCommandInfo info, IEntityPool entityPool ) : System
info MegaMan.Common.SceneTextCommandInfo
entityPool IEntityPool
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void