Partager via


SpatialSurfaceMeshOptions.TriangleIndexFormat Propriété

Définition

Obtient ou définit le format d’élément pour les mémoires tampons d’index générées.

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

Valeur de propriété

Format d’index triangle.

S’applique à