FillAmount
The progress fill amount displayed on the state's accent bar, expressed as a percentage.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public float FillAmount { get; set; }
Remarks
Accepted values range from -100f to 100f. A positive value fills the bar from left to right. A negative value fills it from right to left. A value of hides the bar.
0