panelSettings
Specifies the PanelSettings instance to connect this UIDocument component to.
Read time 1 minuteLast updated 6 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. See PanelSettings.
If this UIDocument has a parent UIDocument, it uses the parent's PanelSettings automatically.