SpatialSurfaceMeshOptions.SupportedVertexNormalFormats Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.