SpatialSurfaceMeshOptions.SupportedVertexPositionFormats 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 di posizione del vertice in cui il sistema può generare un buffer dei vertici.
public:
static property IVectorView<DirectXPixelFormat> ^ SupportedVertexPositionFormats { IVectorView<DirectXPixelFormat> ^ get(); };
static IVectorView<DirectXPixelFormat> SupportedVertexPositionFormats();
public static IReadOnlyList<DirectXPixelFormat> SupportedVertexPositionFormats { get; }
var iVectorView = SpatialSurfaceMeshOptions.supportedVertexPositionFormats;
Public Shared ReadOnly Property SupportedVertexPositionFormats As IReadOnlyList(Of DirectXPixelFormat)
Valore della proprietà
Formati del buffer dei vertici supportati.
Commenti
Specificare un valore da questo elenco alla proprietà VertexPositionFormat quando si chiama SpatialSurfaceInfo.TryComputeLatestMeshAsync per richiedere i buffer dei vertici in tale formato.