Compartir a través de


SpatialSurfaceMeshOptions.SupportedVertexNormalFormats Propiedad

Definición

Obtiene una lista de los formatos normales de vértice en los que el sistema puede generar un búfer normal.

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)

Valor de propiedad

Los formatos de búfer normales admitidos.

Comentarios

Proporcione un valor de esta lista a la propiedad VertexNormalFormat al llamar a SpatialSurfaceInfo.TryComputeLatestMeshAsync para solicitar búferes normales en ese formato.

Se aplica a