Class MARSPointCloudVisualizer
Visualizes scanned data through a point cloud and displays each point confidence through colors within a gradient.
Inheritance
MARSPointCloudVisualizer
Syntax
[HelpURL("https://docs.unity3d.com/Packages/com.unity.mars@1.5/manual/ReferenceGuideVisualizers.html#point-cloud-visualizer-marspointcloudvisualizer")]
[RequireComponent(typeof(MeshFilter), typeof(MeshRenderer))]
[MovedFrom("Unity.MARS.Behaviors")]
public class MARSPointCloudVisualizer : MonoBehaviour, IUsesPointCloud, IFunctionalitySubscriber<IProvidesPointCloud>, IUsesCameraOffset, IFunctionalitySubscriber<IProvidesCameraOffset>, IFunctionalitySubscriber, ISimulatable
Properties
HighConfidenceColor
Defines the color for the high confidence points in the gradient.
Declaration
public Color HighConfidenceColor { get; set; }
Property Value
LowConfidenceColor
Defines the color for the low confidence points in the gradient.
Declaration
public Color LowConfidenceColor { get; set; }
Property Value
Methods
Start()
Declaration
Explicit Interface Implementations
Declaration
IProvidesCameraOffset IFunctionalitySubscriber<IProvidesCameraOffset>.provider { get; set; }
Returns
Implements
Declaration
IProvidesPointCloud IFunctionalitySubscriber<IProvidesPointCloud>.provider { get; set; }
Returns
Implements
Extension Methods