Version: 2023.2
Experimental: this API is experimental and might be changed or removed in the future.

Lightmapping.RequestLightsDelegate

切换到手册
public delegatevoid RequestLightsDelegate (Light[] requests, NativeArray<LightDataGI> lightsOutput);

参数

requests 要转换的光源列表。
lightsOutput 委托函数生成的输出。必须将应跳过的光源添加到输出,并使用 LightDataGI 结构中的 InitNoBake 对其进行初始化。

描述

在将光源转换为烘焙后端可理解的形式时调用的委托。