SpatialSurfaceMeshOptions.SupportedTriangleIndexFormats Proprietà

Definizione

Ottiene un elenco dei formati di indice triangolo in cui il sistema può generare un buffer di indice.

public:
 static property IVectorView<DirectXPixelFormat> ^ SupportedTriangleIndexFormats { IVectorView<DirectXPixelFormat> ^ get(); };
static IVectorView<DirectXPixelFormat> SupportedTriangleIndexFormats();
public static IReadOnlyList<DirectXPixelFormat> SupportedTriangleIndexFormats { get; }
var iVectorView = SpatialSurfaceMeshOptions.supportedTriangleIndexFormats;
Public Shared ReadOnly Property SupportedTriangleIndexFormats As IReadOnlyList(Of DirectXPixelFormat)

Valore della proprietà

Formati di buffer di indice supportati.

Commenti

Specificare un valore da questo elenco alla proprietà TriangleIndexFormat quando si chiama SpatialSurfaceInfo.TryComputeLatestMeshAsync per richiedere i buffer di indice in tale formato.

Si applica a