VoxelInspector

external class VoxelInspector(var container: Element, scene: Scene)(source)

Inspector widget to aid in debugging voxels

Parameters

scene

the Scene instance to use.

See also

Constructors

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

Properties

Link copied to clipboard

The DOM element that will contain the widget.

Link copied to clipboard

Gets the view model.

Functions

Link copied to clipboard
fun destroy()

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

Link copied to clipboard