Enum DebugUI.Flags
A column of checkboxes for enabling and disabling flags.
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Flags]
public enum DebugUI.Flags
Fields
Name | Description |
---|---|
EditorForceUpdate | This widget will force the Debug Editor Window refresh. |
EditorOnly | This widget is Editor only. |
FrequentlyUsed | This widget will appear in the section "Frequently Used" |
None | None. |
RuntimeOnly | This widget is Runtime only. |