Class ARCoreSettings
Holds settings that are used to configure the Unity ARKit Plugin.
Inheritance
System.Object
ARCoreSettings
Namespace: UnityEditor.XR.ARCore
Syntax
public class ARCoreSettings : ScriptableObject
Properties
requirment
Determines whether ARCore is required for this app: will make app only downloadable by devices with ARCore support if set to Required.
Declaration
public ARCoreSettings.Requirement requirment { get; set; }
Property Value
| Type | Description |
|---|---|
| ARCoreSettings.Requirement |
Methods
GetOrCreateSettings()
Gets the currently selected settings, or create a default one if no ARCoreSettings has been set in Player Settings.
Declaration
public static ARCoreSettings GetOrCreateSettings()
Returns
| Type | Description |
|---|---|
| ARCoreSettings | The ARCore settings to use for the current Player build. |