lightProbes
Baked Light Probe data.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static LightProbes lightProbes { get; set; }
Remarks
The data includes: probe positions, Spherical Harmonics (SH) coefficients and the tetrahedral tessellation. The data is a merged representation of the light probe data from all loaded scenes. For more information, see LightProbes.
Use this property to swap between pre-baked LightProbes objects at runtime.
Additional Resources: Light Probes in the Unity Manual.