C# Class UnityEngine.VR.VRSettings

Global VR related settings.

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LoadDeviceByName ( string deviceName ) : void

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

Method Details

LoadDeviceByName() public static méthode

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.
Résultat void