C# Class SunsetHigh.CursorArrow

Inheritance: PopInOutSprite
Afficher le fichier Open project: ErraticUnicorn/MOSH Class Usage Examples

Méthodes publiques

Méthode Description
CursorArrow ( ) : System
CursorArrow ( int x, int y ) : System
CursorArrow ( int x, int y, int width, int height ) : System
CursorArrow ( int x, int y, int width, int height, Panel panel ) : System
loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
moveToActivePanel ( Panel panel ) : void
update ( float elapsed ) : void
updateCursor ( ) : void

Private Methods

Méthode Description
atTargetEntry ( ) : bool
moveToTargetEntry ( float moveTime ) : void

Method Details

CursorArrow() public méthode

public CursorArrow ( ) : System
Résultat System

CursorArrow() public méthode

public CursorArrow ( int x, int y ) : System
x int
y int
Résultat System

CursorArrow() public méthode

public CursorArrow ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
Résultat System

CursorArrow() public méthode

public CursorArrow ( int x, int y, int width, int height, Panel panel ) : System
x int
y int
width int
height int
panel Panel
Résultat System

loadContent() public méthode

public loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

moveToActivePanel() public méthode

public moveToActivePanel ( Panel panel ) : void
panel Panel
Résultat void

update() public méthode

public update ( float elapsed ) : void
elapsed float
Résultat void

updateCursor() public méthode

public updateCursor ( ) : void
Résultat void