We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dc67d commit a279162Copy full SHA for a279162
Assets/HoloToolkit/SpatialMapping/Scripts/SpatialMappingManager.cs
@@ -47,6 +47,11 @@ public partial class SpatialMappingManager : Singleton<SpatialMappingManager>
47
[HideInInspector]
48
public float StartTime { get; private set; }
49
50
+ /// <summary>
51
+ /// SurfaceMappingObserver GET
52
+ /// </summary>
53
+ public SpatialMappingObserver SurfaceObserver { get { return surfaceObserver; } }
54
+
55
/// <summary>
56
/// The current source of spatial mapping data.
57
/// </summary>
0 commit comments