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