SpatialSurfaceMesh.TriangleIndices Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’objet buffer représentant la mémoire tampon d’index du maillage.
public:
property SpatialSurfaceMeshBuffer ^ TriangleIndices { SpatialSurfaceMeshBuffer ^ get(); };
SpatialSurfaceMeshBuffer TriangleIndices();
public SpatialSurfaceMeshBuffer TriangleIndices { get; }
var spatialSurfaceMeshBuffer = spatialSurfaceMesh.triangleIndices;
Public ReadOnly Property TriangleIndices As SpatialSurfaceMeshBuffer
Valeur de propriété
Mémoire tampon de maillage.
Remarques
Si SpatialSurfaceMeshOptions.TriangleIndexFormat est défini en tant qu’option dans l’appel à SpatialSurfaceInfo.TryComputeLatestMeshAsync, cette mémoire tampon est générée au format indiqué.