BaseSpatialMeshObserver.meshes Field
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 backing field for Meshes, to allow the mesh observer implementation to track its meshes.
protected: initonly System::Collections::Generic::Dictionary<int, Microsoft::MixedReality::Toolkit::SpatialAwareness::SpatialAwarenessMeshObject ^> ^ meshes;
protected readonly System.Collections.Generic.Dictionary<int,Microsoft.MixedReality.Toolkit.SpatialAwareness.SpatialAwarenessMeshObject> meshes;
val mutable meshes : System.Collections.Generic.Dictionary<int, Microsoft.MixedReality.Toolkit.SpatialAwareness.SpatialAwarenessMeshObject>
Protected ReadOnly meshes As Dictionary(Of Integer, SpatialAwarenessMeshObject)