Compartir a través de


SpatialSurfaceMesh.TriangleIndices Propiedad

Definición

Obtiene el objeto de búfer que representa el búfer de índice de la malla.

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

Valor de propiedad

Búfer de malla.

Comentarios

Si SpatialSurfaceMeshOptions.TriangleIndexFormat se establece como una opción en la llamada a SpatialSurfaceInfo.TryComputeLatestMeshAsync, este búfer se generará en el formato indicado.

Se aplica a