WindowsSceneUnderstandingObserver.SceneObjects Property

Definition

The set of SpatialAwarenessSceneObjects being managed by the observer, keyed by a unique id.

public:
 property System::Collections::Generic::IReadOnlyDictionary<int, Microsoft::MixedReality::Toolkit::Experimental::SpatialAwareness::SpatialAwarenessSceneObject ^> ^ SceneObjects { System::Collections::Generic::IReadOnlyDictionary<int, Microsoft::MixedReality::Toolkit::Experimental::SpatialAwareness::SpatialAwarenessSceneObject ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<int,Microsoft.MixedReality.Toolkit.Experimental.SpatialAwareness.SpatialAwarenessSceneObject> SceneObjects { get; }
member this.SceneObjects : System.Collections.Generic.IReadOnlyDictionary<int, Microsoft.MixedReality.Toolkit.Experimental.SpatialAwareness.SpatialAwarenessSceneObject>
Public ReadOnly Property SceneObjects As IReadOnlyDictionary(Of Integer, SpatialAwarenessSceneObject)

Property Value

Implements

Applies to