C# Класс EmptyKeys.UserInterface.FNAEngine

Implements FNA specific engine
Наследование: Engine
Показать файл Открыть проект

Открытые методы

Метод Описание
FNAEngine ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, int nativeScreenWidth, int nativeScreenHeight ) : System

Initializes a new instance of the FNAEngine class.

Описание методов

FNAEngine() публичный Метод

Initializes a new instance of the FNAEngine class.
public FNAEngine ( 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