Editor Theme
Introduction
Installation
dotnet add package Gum.Themes.Editor.MonoGamedotnet add package Gum.Themes.Editor.KniUsage
using Gum.Themes.Editor;
protected override void Initialize()
{
GumService.Default.Initialize(this, DefaultVisualsVersion.Newest);
EditorTheme.Apply(GraphicsDevice);
var button = new Button();
button.Text = "Click Me";
}Included Controls
PropertyGridVisual
Expander
Properties
Property
Type
Description
Events
Event
Description
Programmatic control
Inside a PropertyGridVisual
Requirements
Last updated
Was this helpful?

