This version of Unity is unsupported.

CullingResults.visibleReflectionProbes

public NativeArray<VisibleReflectionProbe> visibleReflectionProbes;

Description

Array of visible reflection probes.

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

See Also: VisibleReflectionProbe, visibleLights.