![]() |
AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
|
DirectionIndicator creates an indicator around the cursor showing what direction to turn to find this GameObject. More...
Public Member Functions | |
| void | Awake () |
| void | OnDestroy () |
| void | Update () |
Public Attributes | |
| GameObject | Cursor |
| GameObject | DirectionIndicatorObject |
| Color | DirectionIndicatorColor = Color.blue |
| float | VisibilitySafeFactor = 0.1f |
| float | MetersFromCursor = 0.3f |
DirectionIndicator creates an indicator around the cursor showing what direction to turn to find this GameObject.
Definition at line 12 of file DirectionIndicator.cs.
| void HoloToolkit.Unity.DirectionIndicator.Awake | ( | ) |
Definition at line 43 of file DirectionIndicator.cs.
| void HoloToolkit.Unity.DirectionIndicator.OnDestroy | ( | ) |
Definition at line 64 of file DirectionIndicator.cs.
| void HoloToolkit.Unity.DirectionIndicator.Update | ( | ) |
Definition at line 104 of file DirectionIndicator.cs.
| GameObject HoloToolkit.Unity.DirectionIndicator.Cursor |
Definition at line 15 of file DirectionIndicator.cs.
| Color HoloToolkit.Unity.DirectionIndicator.DirectionIndicatorColor = Color.blue |
Definition at line 21 of file DirectionIndicator.cs.
| GameObject HoloToolkit.Unity.DirectionIndicator.DirectionIndicatorObject |
Definition at line 18 of file DirectionIndicator.cs.
| float HoloToolkit.Unity.DirectionIndicator.MetersFromCursor = 0.3f |
Definition at line 29 of file DirectionIndicator.cs.
| float HoloToolkit.Unity.DirectionIndicator.VisibilitySafeFactor = 0.1f |
Definition at line 25 of file DirectionIndicator.cs.