Class DebugUIDrawerObjectListField
Builtin Drawer for DebugUI.ObjectListField Items.
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
[DebugUIDrawer(typeof(DebugUI.ObjectListField))]
public sealed class DebugUIDrawerObjectListField : DebugUIDrawer
Methods
OnGUI(Widget, DebugState)
Implement this to execute UI rendering.
Declaration
public override bool OnGUI(DebugUI.Widget widget, DebugState state)
Parameters
Type | Name | Description |
---|---|---|
DebugUI.Widget | widget | Widget that is going to be rendered. |
DebugState | state | Debug State associated with the Debug Item. |
Returns
Type | Description |
---|---|
bool | Returns the state of the widget. |