SkyType

enum SkyType : Enum<SkyType> , LayerProperty

The type of the sky

Parameters

value

String value of this property

Entries

ATMOSPHERE
Link copied to clipboard
ATMOSPHERE("atmosphere")

Renders the sky with a simulated atmospheric scattering algorithm, the sun direction can be attached to the light position or explicitly set through {@link SKY_ATMOSPHERE_SUN}.

GRADIENT
Link copied to clipboard
GRADIENT("gradient")

Renders the sky with a gradient that can be configured with {@link SKY_GRADIENT_RADIUS} and {@link SKY_GRADIENT}.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
open override val value: String