Class DebugUIDrawer
Debug Item Drawer
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public class DebugUIDrawer
Methods
Name | Description |
---|---|
Apply(IValueField, DebugState, object) | Applies a value to the widget and the Debug State of the Debug Item. |
Begin(Widget, DebugState) | Implement this to execute processing before UI rendering. |
Cast<T>(object) | Cast into the proper type. |
End(Widget, DebugState) | Implement this to execute processing after UI rendering. |
OnGUI(Widget, DebugState) | Implement this to execute UI rendering. |
PrepareControlRect(float, bool) | Prepares the rendering Rect of the Drawer. |