Show / Hide Table of Contents

    Class ProgressBar

    Inheritance
    Object
    ProgressBar
    Namespace: QFSW.BA
    Assembly: QFSW.BA.dll
    Syntax
    public class ProgressBar

    Properties

    Label

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    String

    Progress

    Declaration
    public float Progress { get; set; }
    Property Value
    Type Description
    Single

    Methods

    DrawGUI(Rect)

    Declaration
    public void DrawGUI(Rect rect)
    Parameters
    Type Name Description
    UnityEngine.Rect rect

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top