MTSky
@Serializable
Sky configuration for customizing atmospheric appearance.
All properties are optional; unspecified fields keep their previous values. Colors accept strings or hex int values. Blend values are clamped to 0, 1 when provided as plain numbers.
Constructors
constructor(skyColor: StyleValue? = null, skyHorizonBlend: StyleValue? = null, horizonColor: StyleValue? = null, horizonFogBlend: StyleValue? = null, fogColor: StyleValue? = null, fogGroundBlend: StyleValue? = null, atmosphereBlend: StyleValue? = null)