ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var color: Color?

The color of the light. Default value - Color.WHITE

Link copied to clipboard
abstract var direction: Cartesian3

The direction in which light gets emitted.

Link copied to clipboard
abstract var intensity: Double?

The intensity of the light. Default value - 1.0