C# 클래스 FSO.Common.Rendering.Framework.Game
파일 보기
프로젝트 열기: RHY3756547/FreeSO
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
Graphics |
Microsoft.Xna.Framework.GraphicsDeviceManager |
|
|
Screen |
GameScreen |
|
|
공개 메소드들
보호된 메소드들
메소드 상세
protected Draw ( GameTime gameTime ) : void |
gameTime |
Microsoft.Xna.Framework.GameTime |
|
리턴 |
void |
|
public Game ( ) : System |
리턴 |
System |
|
protected Update ( GameTime gameTime ) : void |
gameTime |
Microsoft.Xna.Framework.GameTime |
|
리턴 |
void |
|
프로퍼티 상세
protected GraphicsDeviceManager,Microsoft.Xna.Framework Graphics |
리턴 |
Microsoft.Xna.Framework.GraphicsDeviceManager |
|
protected GameScreen,FSO.Common.Rendering.Framework Screen |
리턴 |
GameScreen |
|