public NativeArray<VisibleLight> visibleLights ;

Descripción

Array of visible lights.

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

See Also: VisibleLight, visibleReflectionProbes.