AnalysisOverlay

constructor(analyses: Iterable<Analysis> = listOf())

Creates an AnalysisOverlay object with the given analyses -- an empty list by default.

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

Since

200.1.0

Parameters

analyses

initial list of Analysis objects to manage