ambientEquatorColor
Ambient lighting coming from the sides.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static Color ambientEquatorColor { get; set; }
Remarks
Trilight ambient lighing mode uses this color to affect sideways-facing object parts.
In Flat ambient lighting mode, equator color is just the single ambient color, and has the same value as RenderSettings.ambientLight.
Additional Resources: RenderSettings.ambientMode, RenderSettings.ambientSkyColor, RenderSettings.ambientGroundColor.