IMixedRealitySceneUnderstandingObserver.SceneObjects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)