C# 클래스 FSO.Common.Rendering.Framework.Game

상속: Microsoft.Xna.Framework.Game
파일 보기 프로젝트 열기: RHY3756547/FreeSO

보호된 프로퍼티들

프로퍼티 타입 설명
Graphics Microsoft.Xna.Framework.GraphicsDeviceManager
Screen GameScreen

공개 메소드들

메소드 설명
Game ( ) : System

보호된 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 보호된 메소드

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

Game() 공개 메소드

public Game ( ) : System
리턴 System

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

프로퍼티 상세

Graphics 보호되어 있는 프로퍼티

protected GraphicsDeviceManager,Microsoft.Xna.Framework Graphics
리턴 Microsoft.Xna.Framework.GraphicsDeviceManager

Screen 보호되어 있는 프로퍼티

protected GameScreen,FSO.Common.Rendering.Framework Screen
리턴 GameScreen