AbstractProgressBar.value

public float value;

Description

Sets the progress value. The value is clamped between lowValue and highValue.

The progress percentage is calculated as 100 * (value - lowValue) / (highValue - lowValue).

If the value has changed, dispatches an ChangeEvent_1 of type float.


Did you find this page useful? Please give it a rating: