Skip to content

Commit c81271f

Browse files
committed
Add comments
1 parent 8cf7a35 commit c81271f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Assets/MRTK/Providers/Experimental/WindowsSceneUnderstanding/WindowsSceneUnderstandingObserver.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,20 @@
3131

3232
namespace Microsoft.MixedReality.Toolkit.WindowsSceneUnderstanding.Experimental
3333
{
34+
/// <summary>
35+
/// A Spatial Awareness observer with Scene Understanding capabilities.
36+
/// </summary>
37+
/// <remarks>
38+
/// Only works with HoloLens 2 and Unity 2019.4+
39+
/// </remarks>
3440
[MixedRealityDataProvider(
3541
typeof(IMixedRealitySpatialAwarenessSystem),
3642
SupportedPlatforms.WindowsUniversal,
3743
"Windows Scene Understanding Observer",
3844
"Experimental/WindowsSceneUnderstanding/Profiles/DefaultSceneUnderstandingObserverProfile.asset",
3945
"MixedRealityToolkit.Providers",
4046
true)]
47+
[HelpURL("https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/spatial-awareness/scene-understanding")]
4148
public class WindowsSceneUnderstandingObserver :
4249
BaseSpatialObserver,
4350
IMixedRealitySceneUnderstandingObserver

0 commit comments

Comments
 (0)