ArOverlayConfiguration

constructor(overlayEnabled: Boolean = false, polygonConfiguration: ArOverlayPolygonConfiguration = ArOverlayPolygonConfiguration.Style(), textConfiguration: ArOverlayTextConfiguration = ArOverlayTextConfiguration.Style())

Parameters

overlayEnabled

Whether the AR overlay is enabled or not.

polygonConfiguration

The configuration for the polygon in the AR overlay. See ArOverlayPolygonConfiguration.

textConfiguration

The configuration for the text in the AR overlay. See ArOverlayTextConfiguration.