Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public Object[] idToObjectMapping { get; }