ambientGroundColor
Ambient lighting coming from below.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static Color ambientGroundColor { get; set; }
Remarks
Trilight ambient lighing mode uses this color to affect downwards-facing object parts.
Additional Resources: RenderSettings.ambientMode, RenderSettings.ambientSkyColor, RenderSettings.ambientEquatorColor.