Class DebugUIHandlerMessageBox
DebugUIHandler for MessageBox widget.
Inheritance
DebugUIHandlerMessageBox
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEngine.Rendering.UI
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUIHandlerMessageBox : DebugUIHandlerWidget
Fields
nameLabel
Name of the widget.
Declaration
public Text nameLabel
Field Value
Type | Description |
---|---|
Text |
Methods
OnSelection(bool, DebugUIHandlerWidget)
On selection callback
Declaration
public override bool OnSelection(bool fromNext, DebugUIHandlerWidget previous)
Parameters
Type | Name | Description |
---|---|---|
bool | fromNext | If is called from the next |
DebugUIHandlerWidget | previous | The previous widget |
Returns
Type | Description |
---|---|
bool | false |