class in UnityEngine.Experimental.GlobalIllumination
/
Implemented in:UnityEngine.CoreModule
Interface to the light baking backends.
| Method | Description |
|---|---|
| GetDelegate | Get the currently set conversion delegate. |
| ResetDelegate | Resets the light conversion delegate to Unity's default conversion function. |
| SetDelegate | Set a delegate that converts a list of lights to a list of LightDataGI structures that are passed to the baking backends. Must be reset by calling ResetDelegate again. |
| Delegate | Description |
|---|---|
| RequestLightsDelegate | Delegate called when converting lights into a form that the baking backends understand. |