Class DebugUI.ProgressBarValue
A progress bar that displays values between 0% and 100%.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUI.ProgressBarValue : DebugUI.Value
Fields
Name | Description |
---|---|
max | Maximum value. |
min | Minimum value. |
Methods
Name | Description |
---|---|
FormatString(object) | Get the current progress string, remapped to [0, 1] range, representing the progress between min and max. |