Table of Contents

Class SparseSpatialMapPointCloudRenderer

Namespace
easyar
Assembly
EasyAR.Sense.dll

Render sparse spatial map point cloud into particles.

[DisallowMultipleComponent]
public class SparseSpatialMapPointCloudRenderer : MonoBehaviour
Inheritance
SparseSpatialMapPointCloudRenderer

Properties

ParticleParameter

Parameters for rendering point cloud particles. Can be modified at any time, takes effect immediately.

public SparseSpatialMapPointCloudRenderer.PointCloudParticleParameter ParticleParameter { get; set; }

Property Value

ParticleSystem

Render the point cloud for the ParticleSystem. Can be modified at any time, takes effect immediately.

public ParticleSystem ParticleSystem { get; set; }

Property Value

Show

Show or hide the point cloud. Can be modified at any time, takes effect immediately.

public bool Show { get; set; }

Property Value