Namespace: GameEngine.Layers.PointCloud
Class: GameEngine/Layers/PointCloud/ArcGISPointCloudColorModulation
Since: 2.4.0

Summary

Modulates point cloud color intensity based on a field value.

Constructors

ArcGISPointCloudColorModulation(string attributeName, double minValue, double maxValue)

Creates a color modulation with the specified attribute name, minimum, and maximum values.

Since 2.4.0

Arguments
NameTypeSummary
attributeNamestring

The attribute to use as a source for the modulation amplitude.

minValuedouble

The minimum value to compute modulation linear mapping.

maxValuedouble

The maximum value to compute modulation linear mapping.

Properties

PropertyTypeNullableReadonlySummary
AttributeNamestringNoNo

The attribute to use as a source for the modulation amplitude.

MaxValuedoubleNoNo

The maximum value to compute modulation linear mapping.

MinValuedoubleNoNo

The minimum value to compute modulation linear mapping.

AttributeName

string AttributeName

The attribute to use as a source for the modulation amplitude.

MaxValue

double MaxValue

The maximum value to compute modulation linear mapping.

MinValue

double MinValue

The minimum value to compute modulation linear mapping.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.