Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

CullResults.SetLightIndexMap

public void SetLightIndexMap(int[] mapping);

Parameters

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

Description

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.

Did you find this page useful? Please give it a rating: