SpatialSurfaceMeshOptions.SupportedVertexNormalFormats Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.