SkyType

The type of the sky

enum SkyType : Enum<SkyType> , LayerProperty

Parameters

value

String value of this property

Entries

GRADIENT
Link copied to clipboard

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

GRADIENT("gradient")
ATMOSPHERE
Link copied to clipboard

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}.

ATMOSPHERE("atmosphere")

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: SkyType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<SkyType>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

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

String value of this property

open override val value: String