IRuntimePanel
Interface for classes implementing UI runtime panels.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public interface IRuntimePanel : IPanel, IDisposable
Properties
Property | Description |
|---|---|
| panelSettings | The PanelSettings asset associated with this panel. |
| selectableGameObject | A GameObject from the Scene that can be used by EventSystem to get and set focus to this panel. If null, panel focus will be handled independently of Event System selection. |