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 | The delegate for converting a list of lights into LightDataGI structures for light baking backends. |
Delegate | Description |
---|---|
RequestLightsDelegate | Delegate called when converting lights into a form that the baking backends understand. |