C# 클래스 SadConsole.SadConsoleGame

A MonoGame Game instance that runs SadConsole. This is used when you don't provide one and call Engine.Initialize(string, int, int).
상속: Microsoft.Xna.Framework.Game
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DisplayOptions WindowResizeOptions
GraphicsDeviceManager Microsoft.Xna.Framework.GraphicsDeviceManager

보호된 메소드들

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

비공개 메소드들

메소드 설명
SadConsoleGame ( string font, int consoleWidth, int consoleHeight, Action ctorCallback = null ) : System
Window_ClientSizeChanged ( object sender, EventArgs e ) : void

메소드 상세

Draw() 보호된 메소드

protected Draw ( GameTime gameTime ) : void
gameTime GameTime
리턴 void

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

프로퍼티 상세

DisplayOptions 공개적으로 프로퍼티

The type of resizing options for the window.
public WindowResizeOptions DisplayOptions
리턴 WindowResizeOptions

GraphicsDeviceManager 공개적으로 프로퍼티

public GraphicsDeviceManager,Microsoft.Xna.Framework GraphicsDeviceManager
리턴 Microsoft.Xna.Framework.GraphicsDeviceManager