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, |
||
loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
moveToActivePanel ( |
||
update ( float elapsed ) : void | ||
updateCursor ( ) : void |
Method | Description | |
---|---|---|
atTargetEntry ( ) : bool | ||
moveToTargetEntry ( float moveTime ) : void |
public CursorArrow ( int x, int y, int width, int height ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | System |
public CursorArrow ( int x, int y, int width, int height, |
||
x | int | |
y | int | |
width | int | |
height | int | |
panel | ||
return | System |
public loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
return | void |
public moveToActivePanel ( |
||
panel | ||
return | void |