Filled Image Meter Set Values
Set the min, max, and current value on a FilledImageMeter.
Parameters
| Parameter | Description |
|---|---|
| Meter | The FilledImageMeter component to update. |
| Min Value | Minimum value that maps to an empty meter. |
| Max Value | Maximum value that maps to a full meter. |
| Value | Current value to visualize after updating the range. |
Notes
- This is useful when the meter range changes at runtime.
- Use this when both the displayed value and its valid range need to change together.