Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Lightmapping

Interface to the light baking backends.
Read time 1 minuteLast updated 10 days ago

Definition

public static class Lightmapping

Static Methods

Method

Description

GetDelegateGet the currently set conversion delegate.
ResetDelegateResets the light conversion delegate to Unity's default conversion function.
SetDelegateThe delegate for converting a list of lights into LightDataGI structures for light baking backends.

Delegates

Delegate

Description

Lightmapping.RequestLightsDelegateDelegate called when converting lights into a form that the baking backends understand.