Class DebugUIDrawerBoolField
Builtin Drawer for Boolean Debug Items.
Inheritance
DebugUIDrawerBoolField
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
[DebugUIDrawer(typeof(DebugUI.BoolField))]
public sealed class DebugUIDrawerBoolField : DebugUIFieldDrawer<bool, DebugUI.BoolField, DebugStateBool>
Methods
| Name | Description |
|---|---|
| DoGUI(Rect, GUIContent, BoolField, DebugStateBool) | Does the field of the given type |