Version: 2023.1
言語: 日本語
public NativeArray<LightShadowCasterCullingInfo> perLightInfos ;

説明

An array of LightShadowCasterCullingInfo.

Each entry in this array is associated with the VisibleLight at the same position in the array CullingResults.visibleLights. Therefore, both arrays must have the same size. The LightShadowCasterCullingInfo.splitRange of each entry describes a range in the array ShadowCastersCullingInfos.splitBuffer. An entry with LightShadowCasterCullingInfo.splitRange set to (0,0) will cause shadow casters culling and shadow maps rendering to be skipped for this light.