Namespace Core.UI
Classes
- BasePanel
ENGINE - Base class for UI Toolkit panels. Provides common infrastructure: UIDocument access, root element, show/hide.
Usage:
- Inherit from BasePanel
- Override CreateUI() to build your panel
- Call Initialize() to set up the panel
- UIHelper
ENGINE - Static helper methods for UI Toolkit styling. Reduces boilerplate when creating UI elements programmatically.