class in UnityEngine.Experimental.GlobalIllumination
マニュアルに切り替えるInterface to the light baking backends.
| 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. |
| RequestLightsDelegate | Delegate called when converting lights into a form that the baking backends understand. |