enabled property

bool enabled
getter/setter pair

Whether the irradiance field runs. Off by default; a fresh scene adds no probe passes.

Enabling it forces the depth prepass with normals on, the same way AmbientOcclusionSettings.enabled forces the prepass, because the injection scatter reads both.

Implementation

bool enabled = false;