AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
HoloToolkit.Unity.DirectionIndicator Class Reference

DirectionIndicator creates an indicator around the cursor showing what direction to turn to find this GameObject. More...

Inheritance diagram for HoloToolkit.Unity.DirectionIndicator:

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
 

Detailed Description

DirectionIndicator creates an indicator around the cursor showing what direction to turn to find this GameObject.

Definition at line 12 of file DirectionIndicator.cs.

Member Function Documentation

§ Awake()

void HoloToolkit.Unity.DirectionIndicator.Awake ( )

Definition at line 43 of file DirectionIndicator.cs.

§ OnDestroy()

void HoloToolkit.Unity.DirectionIndicator.OnDestroy ( )

Definition at line 64 of file DirectionIndicator.cs.

§ Update()

void HoloToolkit.Unity.DirectionIndicator.Update ( )

Definition at line 104 of file DirectionIndicator.cs.

Member Data Documentation

§ Cursor

GameObject HoloToolkit.Unity.DirectionIndicator.Cursor

Definition at line 15 of file DirectionIndicator.cs.

§ DirectionIndicatorColor

Color HoloToolkit.Unity.DirectionIndicator.DirectionIndicatorColor = Color.blue

Definition at line 21 of file DirectionIndicator.cs.

§ DirectionIndicatorObject

GameObject HoloToolkit.Unity.DirectionIndicator.DirectionIndicatorObject

Definition at line 18 of file DirectionIndicator.cs.

§ MetersFromCursor

float HoloToolkit.Unity.DirectionIndicator.MetersFromCursor = 0.3f

Definition at line 29 of file DirectionIndicator.cs.

§ VisibilitySafeFactor

float HoloToolkit.Unity.DirectionIndicator.VisibilitySafeFactor = 0.1f

Definition at line 25 of file DirectionIndicator.cs.


The documentation for this class was generated from the following file: