Enum VisType
This langword_csharp_enum represents the different type of visualizations.
Namespace: IMLD.MixedRealityAnalysis.Core
Assembly: Assembly-CSharp.dll
Syntax
public enum VisType
Fields
| Name | Description |
|---|---|
| CoordinateSystem3D | A 3D coordinate system representation. |
| Event2D | A 2D event timeline/scarf plot. |
| Heatmap2D | A 2D heatmap or density map. |
| Location2D | A 2D point plot of current object locations. |
| Media2D | A 2D media view, showing a video or still picture. |
| Model3D | 3D models to represent a tracked object or virtual scene objects. |
| Scatterplot2D | A 2D scatterplot. |
| TimelineControl | A timeline controller. |
| Trail3D | A 3D trail visualization. |
| Trajectory3D | A 3D trajectory visualization. |