Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetReflectionProbeIndexMap(Allocator)

If a RenderPipeline sorts or otherwise modifies the VisibleReflectionProbe list, an index remap will be necessary to properly make use of per-object reflection probe lists.
Read time 1 minuteLast updated 10 days ago

Definition

public NativeArray<int> GetReflectionProbeIndexMap(Allocator allocator)

Parameters

allocator

The allocator to use.

Returns

Type

Description

NativeArray<int>Array of indices that map from VisibleReflectionProbe indices to internal per-object reflection probe list indices.

Remarks