BaseSpatialMeshObserver.Meshes 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.
Gets the collection of SpatialAwarenessMeshObjects being managed by the observer.
public:
property System::Collections::Generic::IReadOnlyDictionary<int, Microsoft::MixedReality::Toolkit::SpatialAwareness::SpatialAwarenessMeshObject ^> ^ Meshes { System::Collections::Generic::IReadOnlyDictionary<int, Microsoft::MixedReality::Toolkit::SpatialAwareness::SpatialAwarenessMeshObject ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<int,Microsoft.MixedReality.Toolkit.SpatialAwareness.SpatialAwarenessMeshObject> Meshes { get; }
member this.Meshes : System.Collections.Generic.IReadOnlyDictionary<int, Microsoft.MixedReality.Toolkit.SpatialAwareness.SpatialAwarenessMeshObject>
Public ReadOnly Property Meshes As IReadOnlyDictionary(Of Integer, SpatialAwarenessMeshObject)