Lightmapping
Interface to the light baking backends.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Experimental.GlobalIllumination
- Assembly: UnityEngine.CoreModule
public static class Lightmapping
Static Methods
Method | Description |
|---|---|
| GetDelegate | Get the currently set conversion delegate. |
| ResetDelegate | Resets the light conversion delegate to Unity's default conversion function. |
| SetDelegate | The delegate for converting a list of lights into LightDataGI structures for light baking backends. |
Delegates
Delegate | Description |
|---|---|
| Lightmapping.RequestLightsDelegate | Delegate called when converting lights into a form that the baking backends understand. |