This version of Unity is unsupported.

CullingResults.visibleLights

public NativeArray<VisibleLight> visibleLights;

Description

Array of visible lights.

After ScriptableRenderContext.Cull is done, this property will contain array of lights that are visible.

See Also: VisibleLight, visibleReflectionProbes.