C# 클래스 UnityEngine.VR.VRSettings

Global VR related settings.

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
LoadDeviceByName ( string deviceName ) : void

Loads the requested device at the beginning of the next frame.

메소드 상세

LoadDeviceByName() 공개 정적인 메소드

Loads the requested device at the beginning of the next frame.

public static LoadDeviceByName ( string deviceName ) : void
deviceName string Name of the device from VRSettings.supportedDevices.
리턴 void