automaticallyConfigureSession
An indication of whether to use an automatically configured AR session.
Declaration
@MainActor @preconcurrency var automaticallyConfigureSession: Bool { get set }Discussion
When enabled, the ARView automatically runs an RealityKit/ARSession with a default configuration. RealityKit updates that configuration based on t camera mode and scene anchors. When disabled, you need to provide a configuration object and run the session manually.
The default value is true.