Enums
SkyMode
6 values
| Name | Value | Description |
|---|---|---|
SkyMode.VolumetricClouds |
0 |
Uses a 3D Volumetric Cloud layer |
SkyMode.StaticClouds |
1 |
Designed to mimic the look of the volumetric clouds but as a static cloud texture. Much lower performance cost than volumetric clouds. |
SkyMode.DynamicClouds2D |
2 |
Uses simple 2D dynamic clouds |
SkyMode.NoClouds |
3 |
Disables all forms of dynamic clouds |
SkyMode.VolumetricAurora |
4 |
Trades clouds for a full 3D volumetric aurora, much more convincing than the 2D effect. |
SkyMode.Space |
5 |
Turns off all sky color, atmospheric scattering, clouds, etc. Specifically for environments which are set in outer space with no planet/ground beneath the camera. |