AmbientMode
Ambient lighting mode.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public enum AmbientMode
Remarks
Unity can provide ambient lighting in several modes, for example directional ambient with separate sky, equator and ground colors, or flat ambient with a single color.
Additional Resources: RenderSettings.ambientMode, Lighting Window.