SparseSpatialMapPointCloudRenderer Class¶
Description¶
Render sparse spatial map point cloud as particles.
Classes¶
public class SparseSpatialMapPointCloudRenderer.PointCloudParticleParameter |
Parameters for point cloud particles rendering. |
Properties¶
ParticleSystem¶
- C#
public ParticleSystem ParticleSystem { get; set; }
The ParticleSystem used for point cloud rendering. Modify at any time and takes effect immediately.
ParticleParameter¶
- C#
public SparseSpatialMapPointCloudRenderer.PointCloudParticleParameter ParticleParameter { get; set; }
Parameters for point cloud particles rendering. Modify at any time and takes effect immediately.
Show¶
- C#
public bool Show { get; set; }
Show or hide point cloud. Modify at any time and takes effect immediately.