SparseSpatialMapPointCloudRenderer Class

Description

渲染稀疏空间地图点云成粒子。


Classes

public class SparseSpatialMapPointCloudRenderer.PointCloudParticleParameter

渲染点云粒子的参数。


Properties

ParticleSystem

C#

public ParticleSystem ParticleSystem { get; set; }

渲染点云的 ParticleSystem 。可随时修改,立即生效。

ParticleParameter

C#

public SparseSpatialMapPointCloudRenderer.PointCloudParticleParameter ParticleParameter { get; set; }

渲染点云粒子的参数。可随时修改,立即生效。

Show

C#

public bool Show { get; set; }

显示或隐藏点云。可随时修改,立即生效。