WeatherMakerDayNightAmbientColorMode Enumeration |
Day / night cycle ambient color mode
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public enum WeatherMakerDayNightAmbientColorMode
Public Enumeration WeatherMakerDayNightAmbientColorMode
public enum class WeatherMakerDayNightAmbientColorMode
type WeatherMakerDayNightAmbientColorMode
Members
| Member name | Value | Description |
---|
| None | 0 |
Do not use ambient colors, set them all to black. No Unity ambient light.
|
| AmbientColor | 1 |
Use the ambient color for ambient, sky, equator and ground. Use Unity flat ambient lighting.
|
| SkyOnly | 2 |
Use the ambient sky color only, all other ambient colors are black. Use Unity flat ambient lighting.
|
| SkyEquatorGround | 4 |
Use the ambient sky, equator and ground. Ambient color is black. Use Unity trilight ambient lighting.
|
| All | 8 |
Use the ambient color plus ambient sky, equator and ground. Ambient color is added to sky, equator and ground. Use Unity trilight ambient lighting.
|
| DynamicGIUpdateOnly | 16 |
Only call DynamicGI.UpdateEnvironment periodically, using DynamicGIUpdateThresholdSeconds constant. Do not modify ambient colors or settings.
|
| AllWithUnityMode | 32 |
Leave Unity ambient mode as is. Use the ambient color plus ambient sky, equator and ground. Ambient color is added to sky, equator and ground.
|
| UnityAmbientSettings | 64 |
Use existing ambient color settings, ignore day night cycle profile ambient settings.
|
See Also