Bearbeiten

BaseSpatialMeshObserver.meshes Field

Definition

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) 

Field Value

Applies to