This version of Unity is unsupported.

LightmapSettings.lightProbes

public static LightProbes lightProbes;

Description

Baked Light Probe data.

The data includes: probe positions, Spherical Harmonics (SH) coefficients and the tetrahedral tessellation. For more information, see LightProbes.

Use this property to swap between pre-baked LightProbes objects at runtime.

See Also: Light Probes in the Unity Manual.