docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DebugUI.ProgressBarValue

    A progress bar that displays values between 0% and 100%.

    Inheritance
    object
    DebugUI.Widget
    DebugUI.Value
    DebugUI.ProgressBarValue
    Inherited Members
    DebugUI.Value.getter
    DebugUI.Value.refreshRate
    DebugUI.Value.formatString
    DebugUI.Value.GetValue()
    DebugUI.Widget.m_Panel
    DebugUI.Widget.panel
    DebugUI.Widget.m_Parent
    DebugUI.Widget.parent
    DebugUI.Widget.flags
    DebugUI.Widget.displayName
    DebugUI.Widget.tooltip
    DebugUI.Widget.queryPath
    DebugUI.Widget.isEditorOnly
    DebugUI.Widget.isRuntimeOnly
    DebugUI.Widget.isInactiveInEditor
    DebugUI.Widget.isHiddenCallback
    DebugUI.Widget.isHidden
    DebugUI.Widget.GetHashCode()
    DebugUI.Widget.nameAndTooltip
    object.Equals(object)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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%.

    Overrides
    DebugUI.Value.FormatString(object)

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)