Table of Contents

Namespace Core.UI

Classes

BasePanel

ENGINE - Base class for UI Toolkit panels. Provides common infrastructure: UIDocument access, root element, show/hide.

Usage:

  1. Inherit from BasePanel
  2. Override CreateUI() to build your panel
  3. Call Initialize() to set up the panel
UIHelper

ENGINE - Static helper methods for UI Toolkit styling. Reduces boilerplate when creating UI elements programmatically.