Skip to content

Commit a279162

Browse files
committed
Added SurfaceObserver property to spatial mapping manager
1 parent 74dc67d commit a279162

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Assets/HoloToolkit/SpatialMapping/Scripts/SpatialMappingManager.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ public partial class SpatialMappingManager : Singleton<SpatialMappingManager>
4747
[HideInInspector]
4848
public float StartTime { get; private set; }
4949

50+
/// <summary>
51+
/// SurfaceMappingObserver GET
52+
/// </summary>
53+
public SpatialMappingObserver SurfaceObserver { get { return surfaceObserver; } }
54+
5055
/// <summary>
5156
/// The current source of spatial mapping data.
5257
/// </summary>

0 commit comments

Comments
 (0)