ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var camera: Camera

The camera.

Link copied to clipboard
abstract var color: Color?

The color of the debug outline. Default value - Color.CYAN

Link copied to clipboard

Distances to the near and far planes of the camera frustums. This overrides the camera's frustum near and far values.

Link copied to clipboard
abstract var id: Any?

A user-defined object to return when the instance is picked with Scene.pick.

Link copied to clipboard
abstract var show: Boolean?

Determines if this primitive will be shown. Default value - true

Link copied to clipboard
abstract var updateOnChange: Boolean?

Whether the primitive updates when the underlying camera changes. Default value - true