C# Class MegaMan.Engine.HandlerSprite

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

Public Methods

Method 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

Method Description
MoveUpdate ( GameTickEventArgs e ) : void
Update ( GameTickEventArgs e ) : void

Method Details

Draw() public method

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

HandlerSprite() public method

public HandlerSprite ( Sprite sprite, Point location ) : System
sprite Sprite
location Point
return System

Move() public method

public Move ( int nx, int ny, int duration ) : void
nx int
ny int
duration int
return void

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void