CesiumInspectorViewModel

external class CesiumInspectorViewModel(var scene: Scene, var performanceContainer: Element)(source)

The view model for CesiumInspector.

See also

Constructors

Link copied to clipboard
constructor(scene: Scene, performanceContainer: Element)

Properties

Link copied to clipboard

Gets the command to decrement the depth frustum index to be shown

Link copied to clipboard

Gets or sets the index of the depth frustum to display. This property is observable.

Link copied to clipboard

Gets or sets the index of the depth frustum text. This property is observable.

Link copied to clipboard

Gets the command to toggle a filter that renders only a selected primitive

Link copied to clipboard

Gets the command to toggle a filter that renders only a selected tile

Link copied to clipboard

Gets or sets if the cesium inspector drop down is visible. This property is observable.

Link copied to clipboard

Gets or sets the filter primitive state. This property is observable.

Link copied to clipboard

Gets or sets the filter tile state. This property is observable.

Link copied to clipboard

Gets or sets the show frustum planes state. This property is observable.

Link copied to clipboard

Gets or sets the show frustums state. This property is observable.

Link copied to clipboard

Gets or sets the frustum statistic text. This property is observable.

Link copied to clipboard

Gets or sets if the general section is visible. This property is observable.

Link copied to clipboard

Gets if a primitive has been selected. This property is observable.

Link copied to clipboard

Gets if a tile has been selected. This property is observable

Link copied to clipboard

Gets the command to increment the depth frustum index to be shown

Link copied to clipboard

Gets or sets the show performance display state. This property is observable.

Link copied to clipboard

The instance to use for performance container.

Link copied to clipboard

Gets the command to pick a primitive

Link copied to clipboard

Gets if the picking primitive command is active. This property is observable.

Link copied to clipboard

Gets the command to pick a tile

Link copied to clipboard

Gets if the picking tile command is active. This property is observable.

Link copied to clipboard

Gets or sets the current selected primitive

Link copied to clipboard

Gets or sets the show primitive bounding sphere state. This property is observable.

Link copied to clipboard

Gets or sets the show primitive reference frame state. This property is observable.

Link copied to clipboard

Gets or sets if the primitive section is visible. This property is observable.

Link copied to clipboard

The scene instance to use.

Link copied to clipboard

Gets the command to pick a tile

Link copied to clipboard

Gets the command to pick a tile

Link copied to clipboard

Gets the command to pick a tile

Link copied to clipboard

Gets the command to pick a tile

Link copied to clipboard

Gets the command to pick a tile

Link copied to clipboard

Gets or sets the shader cache text. This property is observable.

Link copied to clipboard

Gets the command to toggle the visibility of a BoundingSphere for a primitive

Link copied to clipboard

Gets the command to toggle the visibility of a DebugModelMatrixPrimitive for the model matrix of a primitive

Link copied to clipboard

Gets the command to toggle the visibility of a BoundingSphere for a selected tile

Link copied to clipboard

Gets the command to toggle the visibility of tile coordinates

Link copied to clipboard

Gets or sets the suspend updates state. This property is observable.

Link copied to clipboard

Gets or sets if the terrain section is visible. This property is observable.

Link copied to clipboard

Gets or sets the current selected tile

Link copied to clipboard

Gets or sets the show tile bounding sphere state. This property is observable.

Link copied to clipboard

Gets or sets the show tile coordinates state. This property is observable.

Link copied to clipboard

Gets or sets the selected tile information text. This property is observable.

Link copied to clipboard

Gets the command to toggle the visibility of the drop down.

Link copied to clipboard

Gets the command to expand and collapse the general section

Link copied to clipboard

Gets the command to expand and collapse the primitives section

Link copied to clipboard

Gets the command to expand and collapse the terrain section

Link copied to clipboard

Gets or sets the show wireframe state. This property is observable.

Functions

Link copied to clipboard
fun destroy()

Destroys the widget. Should be called if permanently removing the widget from layout.

Link copied to clipboard