ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var ellipsoid: Ellipsoid?

The moon ellipsoid. Default value - Ellipsoid.MOON

Link copied to clipboard
abstract var onlySunLighting: Boolean?

Use the sun as the only light source. Default value - true

Link copied to clipboard
abstract var show: Boolean?

Determines whether the moon will be rendered. Default value - true

Link copied to clipboard
abstract var textureUrl: String?

The moon texture. Default value - buildModuleUrl('Assets/Textures/moonSmall.jpg')