SpatialSurfaceMesh.TriangleIndices Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o objeto buffer que representa o buffer de índice da malha.
public:
property SpatialSurfaceMeshBuffer ^ TriangleIndices { SpatialSurfaceMeshBuffer ^ get(); };
SpatialSurfaceMeshBuffer TriangleIndices();
public SpatialSurfaceMeshBuffer TriangleIndices { get; }
var spatialSurfaceMeshBuffer = spatialSurfaceMesh.triangleIndices;
Public ReadOnly Property TriangleIndices As SpatialSurfaceMeshBuffer
Valor da propriedade
O buffer de malha.
Comentários
Se SpatialSurfaceMeshOptions.TriangleIndexFormat for definido como uma opção na chamada para SpatialSurfaceInfo.TryComputeLatestMeshAsync, esse buffer será gerado no formato indicado.