Class DebugUIHandlerObjectPopupField
DebugUIHandler for object popup widget.
Inheritance
Inherited Members
Namespace: UnityEngine .Rendering.UI
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUIHandlerObjectPopupField : DebugUIHandlerField<DebugUI.ObjectPopupField>
Methods
OnDecrement(bool)
OnDecrement implementation.
Declaration
public override void OnDecrement(bool fast)
Parameters
Type | Name | Description |
---|---|---|
bool | fast | Trye if decrementing fast. |
Overrides
OnIncrement(bool)
OnIncrement implementation.
Declaration
public override void OnIncrement(bool fast)
Parameters
Type | Name | Description |
---|---|---|
bool | fast | True if incrementing fast. |
Overrides
UpdateValueLabel()
Update the label of the widget.
Declaration
public override void UpdateValueLabel()