Class DebugUIHandlerMessageBox
DebugUIHandler for MessageBox widget.
Inheritance
DebugUIHandlerMessageBox
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Rendering.UI
Syntax
public class DebugUIHandlerMessageBox : DebugUIHandlerWidget
Fields
nameLabel
Name of the widget.
Declaration
public Text nameLabel
Field Value
| Type | Description |
|---|---|
| Text |
Methods
OnSelection(Boolean, DebugUIHandlerWidget)
On selection callback
Declaration
public override bool OnSelection(bool fromNext, DebugUIHandlerWidget previous)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | fromNext | If is called from the next |
| DebugUIHandlerWidget | previous | The previous widget |
Returns
| Type | Description |
|---|---|
| Boolean | false |