AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
HoloToolkit.UX.Progress Namespace Reference

Classes

class  ProgressIndicator
 Singleton for displaying a simple loading dialog Can be combined with a radial solver to keep locked to the HMD More...
 
class  ProgressIndicatorOrbsRotator
 This class manages the 'rotating circle of dots' effect that is used as a Progress Indicator effect. More...
 

Enumerations

enum  IndicatorStyleEnum { IndicatorStyleEnum.None, IndicatorStyleEnum.StaticIcon, IndicatorStyleEnum.AnimatedOrbs, IndicatorStyleEnum.Prefab }
 Enum describing the style of the Indicator portion More...
 
enum  ProgressMessageStyleEnum { ProgressMessageStyleEnum.None, ProgressMessageStyleEnum.Visible }
 The style of the Message portion of a Progress Indicator More...
 
enum  ProgressStyleEnum { ProgressStyleEnum.None, ProgressStyleEnum.Percentage, ProgressStyleEnum.ProgressBar }
 

Enumeration Type Documentation

§ IndicatorStyleEnum

Enum describing the style of the Indicator portion

Enumerator
None 
StaticIcon 
AnimatedOrbs 
Prefab 

Definition at line 9 of file ProgressIndicatorStyleEnum.cs.

§ ProgressMessageStyleEnum

The style of the Message portion of a Progress Indicator

Enumerator
None 
Visible 

Definition at line 9 of file ProgressMessageStyleEnum.cs.

§ ProgressStyleEnum

Enumerator
None 
Percentage 
ProgressBar 

Definition at line 6 of file ProgressStyleEnum.cs.