Click or drag to resize

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
Members
  Member nameValueDescription
None0 Do not use ambient colors, set them all to black. No Unity ambient light.
AmbientColor1 Use the ambient color for ambient, sky, equator and ground. Use Unity flat ambient lighting.
SkyOnly2 Use the ambient sky color only, all other ambient colors are black. Use Unity flat ambient lighting.
SkyEquatorGround4 Use the ambient sky, equator and ground. Ambient color is black. Use Unity trilight ambient lighting.
All8 Use the ambient color plus ambient sky, equator and ground. Ambient color is added to sky, equator and ground. Use Unity trilight ambient lighting.
DynamicGIUpdateOnly16 Only call DynamicGI.UpdateEnvironment periodically, using DynamicGIUpdateThresholdSeconds constant. Do not modify ambient colors or settings.
AllWithUnityMode32 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.
UnityAmbientSettings64 Use existing ambient color settings, ignore day night cycle profile ambient settings.
See Also