WeatherMakeSkyMode Enumeration |
Sky modes
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public enum WeatherMakeSkyMode
Public Enumeration WeatherMakeSkyMode
public enum class WeatherMakeSkyMode
Members
| Member name | Value | Description |
---|
| Textured | 0 |
Textured - day, dawn/dusk and night are all done via textures
|
| ProceduralTexturedUnityStyle | 1 |
Procedural sky - day and dawn/dusk textures are overlaid on top of procedural sky, night texture is used as is
|
| ProceduralUnityStyle | 2 |
Procedural sky - day, dawn/dusk textures are ignored, night texture is used as is
|
| ProceduralTexturedPhysicallyBased | 3 |
Physically based sky - day and dawn/dusk textures are overlaid on top of procedural sky, night texture is used as is
|
| ProceduralPhysicallyBased | 4 |
Physically based sky
|
See Also