C# 클래스 OVRDebugGraph

상속: MonoBehaviour
파일 보기 프로젝트 열기: leapmotion/ImageGrid

공개 프로퍼티들

프로퍼티 타입 설명
debugMode DebugPerfMode
toggleButton OVRGamepadController.Button

공개 메소드들

메소드 설명
Start ( ) : void

Initialize the debug mode

Update ( ) : void

Check input and toggle the debug graph. See the input mapping setup in the Unity Integration guide.

메소드 상세

Start() 공개 메소드

Initialize the debug mode
public Start ( ) : void
리턴 void

Update() 공개 메소드

Check input and toggle the debug graph. See the input mapping setup in the Unity Integration guide.
public Update ( ) : void
리턴 void

프로퍼티 상세

debugMode 공개적으로 프로퍼티

The current display mode.
public DebugPerfMode debugMode
리턴 DebugPerfMode

toggleButton 공개적으로 프로퍼티

The gamepad button that will toggle the display mode.
public OVRGamepadController.Button toggleButton
리턴 OVRGamepadController.Button