Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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.