Condividi tramite


SpatialSurfaceMeshOptions.SupportedVertexNormalFormats Proprietà

Definizione

Ottiene un elenco dei formati normali del vertice in cui il sistema può generare un buffer normale.

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

Valore della proprietà

Formati di buffer normali supportati.

Commenti

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

Si applica a