idToObjectMapping
An array of Objects that can be used to deterimine the object at each pixel in _destination, first by decoding colors from _destination to an index using ObjectIdResult.DecodeIdFromColor, and then by looking up this index in this array.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public Object[] idToObjectMapping { get; }