Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IRuntimePanel

Interface for classes implementing UI runtime panels.
Read time 1 minuteLast updated 10 days ago

Definition

public interface IRuntimePanel : IPanel, IDisposable

Properties

Property

Description

panelSettingsThe PanelSettings asset associated with this panel.
selectableGameObjectA 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.

Inheritance