C# Class SunsetHigh.CursorArrow

Inheritance: PopInOutSprite
Datei anzeigen Open project: ErraticUnicorn/MOSH Class Usage Examples

Public Methods

Method 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

Method Description
atTargetEntry ( ) : bool
moveToTargetEntry ( float moveTime ) : void

Method Details

CursorArrow() public method

public CursorArrow ( ) : System
return System

CursorArrow() public method

public CursorArrow ( int x, int y ) : System
x int
y int
return System

CursorArrow() public method

public CursorArrow ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
return System

CursorArrow() public method

public CursorArrow ( int x, int y, int width, int height, Panel panel ) : System
x int
y int
width int
height int
panel Panel
return System

loadContent() public method

public loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
return void

moveToActivePanel() public method

public moveToActivePanel ( Panel panel ) : void
panel Panel
return void

update() public method

public update ( float elapsed ) : void
elapsed float
return void

updateCursor() public method

public updateCursor ( ) : void
return void