Namespace: GameEngine.Layers.PointCloud
Class: GameEngine/Layers/PointCloud/ArcGISPointCloudFixedSizeAlgorithm
Since: 2.4.0
Inheritance: ArcGISPointCloudSizeAlgorithm->ArcGISPointCloudFixedSizeAlgorithm
Summary
An algorithm to render points with fixed meters or screen space sizing.
Constructors
ArcGISPointCloudFixedSizeAlgorithm(double size, ArcGISSymbolSizeUnits sizeUnits)
Creates a point cloud fixed size algorithm with the specified size and size units.
Since 2.4.0
Arguments
| Name | Type | Summary |
|---|---|---|
size | double | Symbol size in real-world units or display units. |
size | ArcGISSymbolSizeUnits | Whether size is in meters or screen-space units. |
Properties
| Property | Type | Nullable | Readonly | Summary |
|---|---|---|---|---|
Size | double | No | No | Symbol size in meters or screen-space units. |
SizeUnits | ArcGISSymbolSizeUnits | No | No | Whether size is in meters or screen-space units. |