C# Class MegaMan.Engine.HandlerSprite

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

Méthodes publiques

Méthode Description
Draw ( IRenderingContext renderContext ) : void
HandlerSprite ( Sprite sprite, Point location ) : System
Move ( int nx, int ny, int duration ) : void
Reset ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
MoveUpdate ( GameTickEventArgs e ) : void
Update ( GameTickEventArgs e ) : void

Method Details

Draw() public méthode

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

HandlerSprite() public méthode

public HandlerSprite ( Sprite sprite, Point location ) : System
sprite Sprite
location Point
Résultat System

Move() public méthode

public Move ( int nx, int ny, int duration ) : void
nx int
ny int
duration int
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void