UISubset
Bit mask that specifies which UI subset to render when calling ScriptableRenderContext.CreateUIOverlayRendererList. For any frame, UI subsets must be rendered in the following order: UIToolkit_UGUI, LowLevel.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
[Flags]public enum UISubset
Fields
Value | Description |
|---|---|
| All | Specifies all UI subsets. |
| LowLevel | Specifies native low level UI subset (IMGUI and software cursor). |
| UIToolkit_UGUI | Specifies UI Toolkit and UGUI subset. |