C# 클래스 EmptyKeys.UserInterface.MonoGameEngine

Implements MonoGame specific engine
상속: Engine
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines 1 사용 예제들

공개 메소드들

메소드 설명
MonoGameEngine ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, int nativeScreenWidth, int nativeScreenHeight ) : System

Initializes a new instance of the MonoGameEngine class.

메소드 상세

MonoGameEngine() 공개 메소드

Initializes a new instance of the MonoGameEngine class.
public MonoGameEngine ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, int nativeScreenWidth, int nativeScreenHeight ) : System
graphicsDevice Microsoft.Xna.Framework.Graphics.GraphicsDevice The graphics device.
nativeScreenWidth int Width of the native screen.
nativeScreenHeight int Height of the native screen.
리턴 System