ProjectionPickerViewModel

external class ProjectionPickerViewModel(var scene: <Error class: unknown class>)(source)

The view model for ProjectionPicker.

See also

Constructors

Link copied to clipboard
constructor(scene: <Error class: unknown class>)

Properties

Link copied to clipboard

Gets or sets whether the button drop-down is currently visible. This property is observable.

Link copied to clipboard

Gets whether the scene is currently using an orthographic projection.

Link copied to clipboard
var scene: <Error class: unknown class>

The Scene to switch projections.

Link copied to clipboard
var sceneMode: <Error class: unknown class>

Gets or sets the current SceneMode. This property is observable.

Link copied to clipboard

Gets the currently active tooltip. This property is observable.

Link copied to clipboard

Gets the command to switch to orthographic projection.

Link copied to clipboard

Gets the command to switch to a perspective projection.

Link copied to clipboard

Gets the command to toggle the drop down box.

Link copied to clipboard

Gets or sets the orthographic projection tooltip. This property is observable.

Link copied to clipboard

Gets or sets the perspective projection tooltip. This property is observable.

Functions

Link copied to clipboard
fun destroy()

Destroys the view model.

Link copied to clipboard