mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class ProgressIndicatorLoadingBar

    Displays progress bar and (optionally) percentage text.

    Inheritance
    Object
    ProgressIndicatorLoadingBar
    Implements
    IProgressIndicator
    MonoBehaviour
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public class ProgressIndicatorLoadingBar : MonoBehaviour, IProgressIndicator, MonoBehaviour

    Properties

    MainTransform

    Declaration
    public Transform MainTransform { get; }
    Property Value
    Type Description
    Transform

    MainTransform

    Declaration
    public Transform MainTransform { get; }
    Property Value
    Type Description
    Transform

    Message

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

    Message

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

    Progress

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

    Progress

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

    State

    Declaration
    public ProgressIndicatorState State { get; }
    Property Value
    Type Description
    ProgressIndicatorState

    State

    Declaration
    public ProgressIndicatorState State { get; }
    Property Value
    Type Description
    ProgressIndicatorState

    Methods

    AwaitTransitionAsync()

    Declaration
    public Task AwaitTransitionAsync()
    Returns
    Type Description
    Task

    CloseAsync()

    Declaration
    public Task CloseAsync()
    Returns
    Type Description
    Task

    CloseAsync()

    Declaration
    public Task CloseAsync()
    Returns
    Type Description
    Task

    OpenAsync()

    Declaration
    public Task OpenAsync()
    Returns
    Type Description
    Task

    OpenAsync()

    Declaration
    public Task OpenAsync()
    Returns
    Type Description
    Task

    Implements

    IProgressIndicator
    MonoBehaviour
    In This Article
    • Properties
      • MainTransform
      • MainTransform
      • Message
      • Message
      • Progress
      • Progress
      • State
      • State
    • Methods
      • AwaitTransitionAsync()
      • CloseAsync()
      • CloseAsync()
      • OpenAsync()
      • OpenAsync()
    • Implements
    Back to top Generated by DocFX