PanelRenderMode
Determines how a panel is rendered.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum PanelRenderMode
Fields
Value | Description |
|---|---|
| ScreenSpaceOverlay | Renders the panel as a 2D overlay on top of the screen, independent of any camera or world geometry. |
| WorldSpace | Renders the panel as an object within the 3D world. |