C# Class HoloToolkit.Unity.ToggleDebugWindow

Toggles if the debug window is visible or not.
Inheritance: MonoBehaviour, IInputClickHandler
Afficher le fichier Open project: microsoft/AppConsult-Samples-MixedReality

Méthodes publiques

Свойство Type Description
DebugWindow GameObject

Méthodes publiques

Méthode Description
OnInputClicked ( InputClickedEventData eventData ) : void

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

Private Methods

Méthode Description
Start ( ) : void
UpdateChildren ( ) : void

Sets the debugwindow's active flag to debugEnabled.

Method Details

OnInputClicked() public méthode

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

Property Details

DebugWindow public_oe property

The debug window.
public GameObject DebugWindow
Résultat GameObject