C# 클래스 Divine_Right.BaseGame

상속: Microsoft.Xna.Framework.Game
파일 보기 프로젝트 열기: Haedrian/Divine-Right 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
graphics GraphicsDeviceManager
requestedArgs object[]
requestedInternalAction InternalActionEnum?

공개 메소드들

메소드 설명
BaseGame ( ) : System

보호된 메소드들

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

메소드 상세

BaseGame() 공개 메소드

public BaseGame ( ) : System
리턴 System

Update() 보호된 메소드

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

프로퍼티 상세

graphics 공개적으로 프로퍼티

public GraphicsDeviceManager graphics
리턴 GraphicsDeviceManager

requestedArgs 공개적으로 정적으로 프로퍼티

public static object[] requestedArgs
리턴 object[]

requestedInternalAction 공개적으로 정적으로 프로퍼티

public static InternalActionEnum? requestedInternalAction
리턴 InternalActionEnum?