C# 클래스 OVRModeParms

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

공개 프로퍼티들

프로퍼티 타입 설명
resetButton OVRGamepadController.Button

공개 메소드들

메소드 설명
Start ( ) : void

Invoke power state mode test.

TestPowerStateMode ( ) : void

Check current power state mode.

Update ( ) : void

Change default vr mode parms dynamically.

메소드 상세

Start() 공개 메소드

Invoke power state mode test.
public Start ( ) : void
리턴 void

TestPowerStateMode() 공개 메소드

Check current power state mode.
public TestPowerStateMode ( ) : void
리턴 void

Update() 공개 메소드

Change default vr mode parms dynamically.
public Update ( ) : void
리턴 void

프로퍼티 상세

resetButton 공개적으로 프로퍼티

The gamepad button that will switch the application to CPU level 0 and GPU level 1.
public OVRGamepadController.Button resetButton
리턴 OVRGamepadController.Button