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