viewerCesium3DTilesInspectorMixin

A mixin which adds the Cesium3DTilesInspector widget to the Viewer widget. Rather than being called directly, this function is normally passed as a parameter to Viewer.extend, as shown in the example below.

const viewer = new Viewer('cesiumContainer');
viewer.extend(viewerCesium3DTilesInspectorMixin);

Parameters

viewer

The viewer instance.

See also