C# Class EmptyKeys.UserInterface.MonoGameEngine

Implements MonoGame specific engine
Inheritance: Engine
显示文件 Open project: EmptyKeys/UI_Engines Class Usage Examples

Public Methods

Method Description
MonoGameEngine ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, int nativeScreenWidth, int nativeScreenHeight ) : System

Initializes a new instance of the MonoGameEngine class.

Method Details

MonoGameEngine() public method

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.
return System