C# 클래스 SunsetHigh.LoadGameScreen

상속: AbstractScreen
파일 보기 프로젝트 열기: ErraticUnicorn/MOSH

공개 메소드들

메소드 설명
LoadGameScreen ( ) : System
cancel ( ) : void
confirm ( ) : void
draw ( SpriteBatch sb ) : void
loadContent ( ContentManager content ) : void
moveCursor ( Direction dir ) : void
refresh ( ) : void
update ( float elapsed ) : void

메소드 상세

LoadGameScreen() 공개 메소드

public LoadGameScreen ( ) : System
리턴 System

cancel() 공개 메소드

public cancel ( ) : void
리턴 void

confirm() 공개 메소드

public confirm ( ) : void
리턴 void

draw() 공개 메소드

public draw ( SpriteBatch sb ) : void
sb SpriteBatch
리턴 void

loadContent() 공개 메소드

public loadContent ( ContentManager content ) : void
content ContentManager
리턴 void

moveCursor() 공개 메소드

public moveCursor ( Direction dir ) : void
dir Direction
리턴 void

refresh() 공개 메소드

public refresh ( ) : void
리턴 void

update() 공개 메소드

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