Analysis Overlay
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.
Since
200.1.0
Constructors
Link copied to clipboard
Creates an AnalysisOverlay object with the given analyses -- an empty list by default.
Properties
Link copied to clipboard
The collection of analysis objects managed by the AnalysisOverlay. The collection is specific to an AnalysisOverlay so you can't reuse an analyses collection coming from another AnalysisOverlay. You must create a new analyses collection using MutableListImpl.MutableListImpl