realtimeGI
Whether to enable the Enlighten Realtime Global Illumination system for this Scene.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public bool realtimeGI { get; set; }
Remarks
When this is set to , this Scene uses the Enlighten Realtime Global Illumination system. When this is set to , this Scene does not use the Enlighten Realtime Global Illumination system.
truefalseWhen Unity serializes this object as a Lighting Settings Asset, this property corresponds to the Realtime GI property in the Lighting Settings Asset Inspector.
LightingSettingsAdditional Resources: Lighting Settings Asset, Realtime Global Illumination.