File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Assets/MRTK/Providers/Experimental/WindowsSceneUnderstanding Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 3131
3232namespace 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
You can’t perform that action at this time.
0 commit comments