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.