Class ARCoreSettings
Holds settings that are used to configure the Unity ARCore Plugin.
Inherited Members
Namespace: UnityEditor .XR.ARCore
Assembly: solution.dll
Syntax
[Serializable]
[XRConfigurationData("ARCore", "UnityEditor.XR.ARCore.ARCoreSettings")]
public class ARCoreSettings : ScriptableObject
Properties
Name | Description |
---|---|
current |
The ARCore |
depth | Specifies whether depth is required or optional for this app. |
ignore |
Whether to validate the Gradle version during a Player build. |
requirement | Specifies whether ARCore is required or optional for this app. |
Methods
Name | Description |
---|---|
Get |
Gets the currently selected settings, or creates a default one if no ARCore |