AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
ProgressIndicatorStyleEnum.cs
Go to the documentation of this file.
1 // Copyright (c) Microsoft Corporation. All rights reserved.
2 // Licensed under the MIT License. See LICENSE in the project root for license information.
3 
4 namespace HoloToolkit.UX.Progress
5 {
9  public enum IndicatorStyleEnum
10  {
11  None, // Don't display an activity indicator
12  StaticIcon, // Display a static icon
13  AnimatedOrbs, // Display animated orbs
14  Prefab, // Display a custom prefab
15  }
16 }
IndicatorStyleEnum
Enum describing the style of the Indicator portion