Class DebugUI.ProgressBarValue
A progress bar that displays values between 0% and 100%.
Inherited Members
Namespace: UnityEngine.Rendering
Syntax
public class ProgressBarValue : DebugUI.Value
Fields
max
Maximum value.
Declaration
public float max
Field Value
Type | Description |
---|---|
Single |
min
Minimum value.
Declaration
public float min
Field Value
Type | Description |
---|---|
Single |
Methods
FormatString(Object)
Get the current progress string, remapped to [0, 1] range, representing the progress between min and max.
Declaration
public override string FormatString(object value)
Parameters
Type | Name | Description |
---|---|---|
Object | value | Value to be formatted. |
Returns
Type | Description |
---|---|
String | Formatted progress percentage string between 0% and 100%. |