C# 클래스 ArcadeRPG.GameOver

파일 보기 프로젝트 열기: jkeech/Super-Space-Escape 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
exit System.Boolean

공개 메소드들

메소드 설명
GameOver ( ) : System
Show ( SpriteBatch spritebatch ) : void
isShowing ( ) : System.Boolean
loadContent ( Microsoft.Xna.Framework.Content.ContentManager contman ) : void
update ( GameTime gameTime ) : void

메소드 상세

GameOver() 공개 메소드

public GameOver ( ) : System
리턴 System

Show() 공개 메소드

public Show ( SpriteBatch spritebatch ) : void
spritebatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

isShowing() 공개 메소드

public isShowing ( ) : System.Boolean
리턴 System.Boolean

loadContent() 공개 메소드

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

update() 공개 메소드

public update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

프로퍼티 상세

exit 공개적으로 프로퍼티

public Boolean,System exit
리턴 System.Boolean