PointCloudSettings.PointSizeScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A global size multiplier for point sizes when rendering point clouds. Scale value needs to be between 0.0 and 1.5. The default scale is 1.0.
public:
property float PointSizeScale { float get(); void set(float value); };
public float PointSizeScale { get; set; }
member this.PointSizeScale : single with get, set
Public Property PointSizeScale As Single