![]() |
AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
|
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 } |
|
strong |
Enum describing the style of the Indicator portion
| Enumerator | |
|---|---|
| None | |
| StaticIcon | |
| AnimatedOrbs | |
| Prefab | |
Definition at line 9 of file ProgressIndicatorStyleEnum.cs.
|
strong |
The style of the Message portion of a Progress Indicator
| Enumerator | |
|---|---|
| None | |
| Visible | |
Definition at line 9 of file ProgressMessageStyleEnum.cs.
|
strong |
| Enumerator | |
|---|---|
| None | |
| Percentage | |
| ProgressBar | |
Definition at line 6 of file ProgressStyleEnum.cs.