Class ARCoreLoaderSettings
Settings to control the ARCoreLoader behavior.
Inherited Members
Namespace: UnityEngine.XR.ARCore
Syntax
[Serializable]
public class ARCoreLoaderSettings : ScriptableObject
Properties
startAndStopSubsystems
Declaration
[Obsolete("ARCoreLoader no longer makes use of this setting. Subsystems are stopped and started based only on XR Managment's general initialization setting.", false)]
public bool startAndStopSubsystems { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
Awake()
Declaration
[Obsolete("This method has been deprecated and has no effect.", false)]
public void Awake()