Info
Version: | 0.1.3 |
Author(s): | Thomas Christof |
Last Update: | Saturday, October 8, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/MonoGameUI |
Install
Install-Package MonoGameUI
dotnet add package MonoGameUI
paket add MonoGameUI
MonoGameUI Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
- TextBox
- Label
- Button
- Window
- CheckBox
- ImageBox
- ComboBox
- ScrollBar
- TabNavigation
Including an InputManager for Touch/Keyboard/Mouse and GamePads.
In Game1.cs Initialize:
Components.Add(new UserInterfaceManager(this));
Components.Add(new InputManager(this));
base.Initialize();
Add controls with UserInterfaceManager.Add.