ViewConfig

data class ViewConfig(val popoverTipsEnabled: Boolean = true, val screenshotEnabled: Boolean = true, val multipleModelsEnabled: Boolean = true, val debugEnabled: Boolean = false, val qrCodeEnabled: Boolean = true)

Immutable configuration for AR view and UI elements.

This data class represents a snapshot of the current UI settings for the AR scene. Instances are typically obtained via ARViewConfiguration.getConfig.

See also

Constructors

Link copied to clipboard
constructor(popoverTipsEnabled: Boolean = true, screenshotEnabled: Boolean = true, multipleModelsEnabled: Boolean = true, debugEnabled: Boolean = false, qrCodeEnabled: Boolean = true)

Properties

Link copied to clipboard

Enables display of the debug panel with metrics.

Link copied to clipboard

Whether multiple 3D models can be loaded simultaneously.

Link copied to clipboard

Whether helpful tips and hints are displayed in the AR scene.

Link copied to clipboard

Whether the QR code scanning button and functionality are enabled in the AR view.

Link copied to clipboard

Whether screenshots can be taken from the AR view.