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

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

// Automatically generated - do not modify!

package cesium

/**
 * A mixin which adds the CesiumInspector 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.
 * ```
 * var viewer = new Viewer('cesiumContainer');
 * viewer.extend(viewerCesiumInspectorMixin);
 * ```
 * @param [viewer] The viewer instance.
 * @see Online Documentation
 */
external fun viewerCesiumInspectorMixin(viewer: Viewer)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy