Class DebugUIHandlerObjectList
DebugUIHandler for object list widget.
Inheritance
DebugUIHandlerObjectList
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 DebugUIHandlerObjectList : DebugUIHandlerWidget
Fields
m_Field
Declaration
protected DebugUI.ObjectListField m_Field
Field Value
Type | Description |
---|---|
DebugUI.ObjectListField |
nameLabel
Name of the enum field.
Declaration
public Text nameLabel
Field Value
Type | Description |
---|---|
Text |
nextButtonText
Text displayed for the "next" button.
Declaration
public Text nextButtonText
Field Value
Type | Description |
---|---|
Text |
previousButtonText
Text displayed for the "previous" button.
Declaration
public Text previousButtonText
Field Value
Type | Description |
---|---|
Text |
valueLabel
Value of the enum field.
Declaration
public Text valueLabel
Field Value
Type | Description |
---|---|
Text |
Methods
OnAction()
OnAction implementation.
Declaration
public override void OnAction()
Overrides
OnDecrement(Boolean)
OnDecrement implementation.
Declaration
public override void OnDecrement(bool fast)
Parameters
Type | Name | Description |
---|---|---|
Boolean | fast | Trye if decrementing fast. |
Overrides
OnDeselection()
OnDeselection implementation.
Declaration
public override void OnDeselection()
Overrides
OnIncrement(Boolean)
OnIncrement implementation.
Declaration
public override void OnIncrement(bool fast)
Parameters
Type | Name | Description |
---|---|---|
Boolean | fast | True if incrementing fast. |
Overrides
OnSelection(Boolean, DebugUIHandlerWidget)
OnSelection implementation.
Declaration
public override bool OnSelection(bool fromNext, DebugUIHandlerWidget previous)
Parameters
Type | Name | Description |
---|---|---|
Boolean | fromNext | True if the selection wrapped around. |
DebugUIHandlerWidget | previous | Previous widget. |
Returns
Type | Description |
---|---|
Boolean | State of the widget. |
Overrides
UpdateValueLabel()
Update the label of the widget.
Declaration
protected virtual void UpdateValueLabel()