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