All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.cesium.viewerCesium3DTilesInspectorMixin.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:JsModule("cesium")

package cesium

/**
 * 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);
 * ```
 * @param [viewer] The viewer instance.
 * @see Online Documentation
 */
external fun viewerCesium3DTilesInspectorMixin(viewer: Viewer)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy