SetVirtualRealitySupported(BuildTargetGroup, bool)
Sets whether or not Virtual Reality Support is enabled for a given BuildTargetGroup.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static void SetVirtualRealitySupported(BuildTargetGroup targetGroup, bool value)
Parameters
The BuildTargetGroup to set the value for.
The value to set, true to enable, false to disable.