Bagikan melalui


SpatialSurfaceMeshOptions.SupportedVertexNormalFormats Properti

Definisi

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.

Berlaku untuk