Object Config
data class ObjectConfig(val allowRotation: Boolean = true, val allowsTapToSelected: Boolean = true, val allowsMove: Boolean = true)
Immutable configuration for AR object interactions.
This data class represents a snapshot of the current interaction settings for AR objects in the scene. Instances are typically obtained via ARObjectConfiguration.getConfig.