Class DebugUIHandlerEnumField
DebugUIHandler for enumerator widget.
Inheritance
Inherited Members
Namespace: UnityEngine .Rendering.UI
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUIHandlerEnumField : DebugUIHandlerField<DebugUI.EnumField>
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()