Version: 2021.3
言語: 日本語
public void SetLightIndexMap (NativeArray<int> lightIndexMap);

パラメーター

lightIndexMap Array with light indices that map from VisibleLight to internal per-object light lists.

説明

If a RenderPipeline sorts or otherwise modifies the VisibleLight list, an index remap will be necessary to properly make use of per-object light lists.

If an element of the array is set to -1, the light corresponding to that element will be disabled. See Also:: CullingResults.GetLightIndexMap, CullingResults.