C# 클래스 Kappa.gui.scenes.SceneInGame

상속: Scene
파일 보기 프로젝트 열기: EEwing/KappaGame

공개 메소드들

메소드 설명
Exit ( ) : void
Initialize ( ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
Render ( SpriteBatch spriteBatch ) : void
SceneInGame ( ) : System
Update ( float dt ) : void

메소드 상세

Exit() 공개 메소드

public Exit ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LoadContent() 공개 메소드

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

Render() 공개 메소드

public Render ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

SceneInGame() 공개 메소드

public SceneInGame ( ) : System
리턴 System

Update() 공개 메소드

public Update ( float dt ) : void
dt float
리턴 void