SpatialSurfaceMeshOptions.SupportedVertexNormalFormats Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan daftar format normal puncak tempat sistem dapat menghasilkan buffer 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)
Nilai Properti
Format buffer normal yang didukung.
Keterangan
Berikan nilai dari daftar ini ke properti VertexNormalFormat saat memanggil SpatialSurfaceInfo.TryComputeLatestMeshAsync untuk meminta buffer normal dalam format tersebut.