Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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
Warning
Deprecated. Enlighten realtime Global Illumination is deprecated and will be removed in a future release. #from(6000.7)
public bool realtimeGI { get; set; }

Remarks

When this is set to
true
, this Scene uses the Enlighten Realtime Global Illumination system. When this is set to
false
, this Scene does not use the Enlighten Realtime Global Illumination system.
When Unity serializes this
LightingSettings
object as a Lighting Settings Asset, this property corresponds to the Realtime GI property in the Lighting Settings Asset Inspector.