Class XRGeneralSettingsPerBuildTarget
Container class that holds general settings for each build target group installed in Unity.
Implements
Inherited Members
Namespace: UnityEditor .XR.Management
Assembly: solution.dll
Syntax
public class XRGeneralSettingsPerBuildTarget : ScriptableObject, ISerializationCallbackReceiver
Methods
Name | Description |
---|---|
Create |
Create a new default instance of XRManager This will overwrite any current settings for that build target. |
Create |
Create default settings for a given build target. This will overwrite any current settings for that build target. |
Has |
Check if current settings instance has an instance of XRManager |
Has |
Query this settings store to see if there are settings for a specific Build |
Manager |
Return the current instance of XRManager |
On |
Serialization override. |
On |
Serialization override. |
Set |
Set specific settings for a given build target. |
Settings |
Get specific settings for a given build target. |
XRGeneral |
Given a build target, get the general settings container assigned to it. |