SpatialSurfaceMesh.TriangleIndices Proprietà

Definizione

Ottiene l'oggetto buffer che rappresenta il buffer di indice della mesh.

public:
 property SpatialSurfaceMeshBuffer ^ TriangleIndices { SpatialSurfaceMeshBuffer ^ get(); };
SpatialSurfaceMeshBuffer TriangleIndices();
public SpatialSurfaceMeshBuffer TriangleIndices { get; }
var spatialSurfaceMeshBuffer = spatialSurfaceMesh.triangleIndices;
Public ReadOnly Property TriangleIndices As SpatialSurfaceMeshBuffer

Valore della proprietà

Buffer mesh.

Commenti

Se SpatialSurfaceMeshOptions.TriangleIndexFormat è impostata come opzione nella chiamata a SpatialSurfaceInfo.TryComputeLatestMeshAsync, questo buffer verrà generato nel formato indicato.

Si applica a