PointCloudUniqueValueRenderer constructor

PointCloudUniqueValueRenderer({
  1. required String attributeName,
  2. required List<PointCloudColorUniqueValue> uniqueValues,
})

Creates a unique value renderer with the specified attribute name and collection of unique values.

Parameters:

  • attributeName — The name of the attribute for the renderer to use.
  • uniqueValues — A collection of unique values to render.