PlayerSettings.GetAvailableVirtualRealitySDKs

Cambiar al Manual
public static string[] GetAvailableVirtualRealitySDKs (BuildTargetGroup targetGroup);

Parámetros

targetGroupThe BuildTargetGroup to return the list for.

Valor de retorno

string[] List of available Virtual Reality SDKs.

Descripción

Returns a list of the available Virtual Reality SDKs that are supported on a given BuildTargetGroup.

The strings in this list can be passed to the SetVirtualRealitySDKs method to set which SDKs the application will support.