Class DebugUIWidgetDrawer<TWidget>
Common class to help drawing widgets
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public abstract class DebugUIWidgetDrawer<TWidget> : DebugUIDrawer where TWidget : DebugUI.Widget
Type Parameters
| Name | Description |
|---|---|
| TWidget | The widget |
Methods
| Name | Description |
|---|---|
| Begin(Widget, DebugState) | Implement this to execute processing before UI rendering. |
| DoGUI(Rect, GUIContent, TWidget) | Does the field of the given type |
| End(Widget, DebugState) | Implement this to execute processing after UI rendering. |
| OnGUI(Widget, DebugState) | Implement this to execute UI rendering. |