C# 클래스 HoloToolkit.Unity.ToggleDebugWindow

Toggles if the debug window is visible or not.
상속: MonoBehaviour, IInputClickHandler
파일 보기 프로젝트 열기: microsoft/AppConsult-Samples-MixedReality

공개 프로퍼티들

프로퍼티 타입 설명
DebugWindow GameObject

공개 메소드들

메소드 설명
OnInputClicked ( InputClickedEventData eventData ) : void

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

비공개 메소드들

메소드 설명
Start ( ) : void
UpdateChildren ( ) : void

Sets the debugwindow's active flag to debugEnabled.

메소드 상세

OnInputClicked() 공개 메소드

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

프로퍼티 상세

DebugWindow 공개적으로 프로퍼티

The debug window.
public GameObject DebugWindow
리턴 GameObject