Enum InlineValue
Inline mode for the Slider value element.
Namespace: UnityEngine.Dt.App.UI
Syntax
public enum InlineValue
Fields
Name | Description | Value |
---|---|---|
None | Not inline. |
0 |
Start | Inline on the left. |
1 |
End | Inline on the right. |
2 |