Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

IRuntimePanel

interface in UnityEngine.UIElements


Implements interfaces:IPanel

Description

Interface for classes implementing UI runtime panels.

Properties

panelSettings The UnityEngine.UIElements.PanelSettings asset associated with this panel.
selectableGameObject A GameObject from the Scene that can be used by UnityEngine.EventSystems.EventSystem to get and set focus to this panel. If null, panel focus will be handled independently of Event System selection.