# ambientMode

> Ambient lighting mode.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
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](/engine/6000.0/script-reference/unityengine/rendering/ambientmode.md).
