Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


panelSettings

Specifies the PanelSettings instance to connect this PanelRenderer component to.
Read time 1 minuteLast updated 12 days ago

Definition

public PanelSettings panelSettings { get; set; }

Remarks

The Panel Settings asset defines the panel that renders UI in the Game view. Refer to PanelSettings for more information.
If this PanelRenderer has a parent PanelRenderer, it uses the parent's PanelSettings automatically.