C# Class HoloToolkit.Unity.ToggleDebugWindow

Toggles if the debug window is visible or not.
Inheritance: MonoBehaviour, IInputClickHandler
显示文件 Open project: microsoft/AppConsult-Samples-MixedReality

Public Properties

Property Type Description
DebugWindow GameObject

Public Methods

Method Description
OnInputClicked ( InputClickedEventData eventData ) : void

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

Private Methods

Method Description
Start ( ) : void
UpdateChildren ( ) : void

Sets the debugwindow's active flag to debugEnabled.

Method Details

OnInputClicked() public method

When the user clicks this control, we toggle the state of the DebugWindow
public OnInputClicked ( InputClickedEventData eventData ) : void
eventData InputClickedEventData
return void

Property Details

DebugWindow public_oe property

The debug window.
public GameObject DebugWindow
return GameObject