Class DebugUIDrawerMessageBox
Builtin Drawer for MessageBox Items.
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
[DebugUIDrawer(typeof(DebugUI.MessageBox))]
public sealed class DebugUIDrawerMessageBox : 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. |