AnalysisOverlay

class AnalysisOverlay

AnalysisOverlay manages the display of one or more Analyses on a scene view. AnalysisOverlay allows you to group related analyses and control visibility for all members of the collection. A scene view can contain many AnalysisOverlays.

Constructors

Link copied to clipboard
fun AnalysisOverlay()

Creates an AnalysisOverlay object. An AnalysisOverlay manages a collection of Analysis objects in a scene view.

Properties

Link copied to clipboard
val analyses: MutableList<Analysis>
Link copied to clipboard
var isVisible: Boolean

The visibility for the AnalysisOverlay. If the overlay's visibility is false, none of the Analyses in the collection will display. If true, only those Analyses whose visibility is also true will display. Will return false if an error occurs.