C# Class UnityEngine.VR.VRSettings

Global VR related settings.

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
LoadDeviceByName ( string deviceName ) : void

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

Method Details

LoadDeviceByName() public static method

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.
return void