SpatialSurfaceMeshOptions.TriangleIndexFormat 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 ou define o formato de elemento para buffers de índice gerados.
public:
property DirectXPixelFormat TriangleIndexFormat { DirectXPixelFormat get(); void set(DirectXPixelFormat value); };
DirectXPixelFormat TriangleIndexFormat();
void TriangleIndexFormat(DirectXPixelFormat value);
public DirectXPixelFormat TriangleIndexFormat { get; set; }
var directXPixelFormat = spatialSurfaceMeshOptions.triangleIndexFormat;
spatialSurfaceMeshOptions.triangleIndexFormat = directXPixelFormat;
Public Property TriangleIndexFormat As DirectXPixelFormat
Valor da propriedade
O formato de índice de triângulo.