mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0
  • 指南
  • API 文档
  • API 文档

    Show / Hide Table of Contents

    Class ProgressIndicatorOrbsRotator

    This class manages the 'rotating circle of dots' effect that is used as a Progress Indicator effect.

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

    Fields

    acceleration

    Declaration
    public float acceleration
    Field Value
    Type Description
    Single

    acceleration

    Declaration
    public float acceleration
    Field Value
    Type Description
    Single

    hasAnimationFinished

    Declaration
    public bool hasAnimationFinished
    Field Value
    Type Description
    Boolean

    hasAnimationFinished

    Declaration
    public bool hasAnimationFinished
    Field Value
    Type Description
    Boolean

    revolutions

    Declaration
    public int revolutions
    Field Value
    Type Description
    Int32

    revolutions

    Declaration
    public int revolutions
    Field Value
    Type Description
    Int32

    rotationSpeedRawDegrees

    Declaration
    public float rotationSpeedRawDegrees
    Field Value
    Type Description
    Single

    rotationSpeedRawDegrees

    Declaration
    public float rotationSpeedRawDegrees
    Field Value
    Type Description
    Single

    spacingDegrees

    Declaration
    public float spacingDegrees
    Field Value
    Type Description
    Single

    spacingDegrees

    Declaration
    public float spacingDegrees
    Field Value
    Type Description
    Single

    testStop

    Declaration
    public bool testStop
    Field Value
    Type Description
    Boolean

    testStop

    Declaration
    public bool testStop
    Field Value
    Type Description
    Boolean

    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

    StopOrbs()

    Declaration
    public void StopOrbs()

    StopOrbs()

    Declaration
    public void StopOrbs()

    Implements

    IProgressIndicator
    MonoBehaviour
    In This Article
    • Fields
      • acceleration
      • acceleration
      • hasAnimationFinished
      • hasAnimationFinished
      • revolutions
      • revolutions
      • rotationSpeedRawDegrees
      • rotationSpeedRawDegrees
      • spacingDegrees
      • spacingDegrees
      • testStop
      • testStop
    • Properties
      • MainTransform
      • MainTransform
      • Message
      • Message
      • Progress
      • Progress
      • State
      • State
    • Methods
      • AwaitTransitionAsync()
      • CloseAsync()
      • CloseAsync()
      • OpenAsync()
      • OpenAsync()
      • StopOrbs()
      • StopOrbs()
    • Implements
    Back to top Generated by DocFX