Class DebugUI.ProgressBarValue
Progress bar value.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUI.ProgressBarValue : DebugUI.Value
Fields
max
Maximum value.
Declaration
public float max
Field Value
Type | Description |
---|---|
float |
min
Minimum value.
Declaration
public float min
Field Value
Type | Description |
---|---|
float |
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%. |