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

Toggles if the debug window is visible or not. More...

Inheritance diagram for HoloToolkit.Unity.ToggleDebugWindow:
HoloToolkit.Unity.InputModule.IInputClickHandler

Public Member Functions

void OnInputClicked (InputClickedEventData eventData)
 When the user clicks this control, we toggle the state of the DebugWindow More...
 

Public Attributes

GameObject DebugWindow
 The debug window. More...
 

Detailed Description

Toggles if the debug window is visible or not.

Definition at line 11 of file ToggleDebugWindow.cs.

Member Function Documentation

§ OnInputClicked()

void HoloToolkit.Unity.ToggleDebugWindow.OnInputClicked ( InputClickedEventData  eventData)

When the user clicks this control, we toggle the state of the DebugWindow

Parameters
eventData

Implements HoloToolkit.Unity.InputModule.IInputClickHandler.

Definition at line 32 of file ToggleDebugWindow.cs.

Member Data Documentation

§ DebugWindow

GameObject HoloToolkit.Unity.ToggleDebugWindow.DebugWindow

The debug window.

Definition at line 21 of file ToggleDebugWindow.cs.


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