Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ambientMode

Ambient lighting mode.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static AmbientMode ambientMode { get; set; }

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: AmbientMode.