C# 클래스 SunsetHigh.CursorArrow

상속: PopInOutSprite
파일 보기 프로젝트 열기: ErraticUnicorn/MOSH 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
atTargetEntry ( ) : bool
moveToTargetEntry ( float moveTime ) : void

메소드 상세

CursorArrow() 공개 메소드

public CursorArrow ( ) : System
리턴 System

CursorArrow() 공개 메소드

public CursorArrow ( int x, int y ) : System
x int
y int
리턴 System

CursorArrow() 공개 메소드

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

CursorArrow() 공개 메소드

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

loadContent() 공개 메소드

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

moveToActivePanel() 공개 메소드

public moveToActivePanel ( Panel panel ) : void
panel Panel
리턴 void

update() 공개 메소드

public update ( float elapsed ) : void
elapsed float
리턴 void

updateCursor() 공개 메소드

public updateCursor ( ) : void
리턴 void