panelSettings
Specifies the PanelSettings instance to connect this PanelRenderer component to.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
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.