Enum ValueDisplayMode
The mode to display the value of the slider.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum ValueDisplayMode
Fields
Name | Description |
---|---|
Auto | Display the value next to the thumb is interacted with. |
Off | Do not display the value. |
On | Always display the value next to the thumb. |