Bagikan melalui


SpatialSurfaceMeshOptions.SupportedVertexPositionFormats Properti

Definisi

Mendapatkan daftar format posisi puncak tempat sistem dapat menghasilkan buffer vertex.

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)

Nilai Properti

Format buffer vertex yang didukung.

Keterangan

Berikan nilai dari daftar ini ke properti VertexPositionFormat saat memanggil SpatialSurfaceInfo.TryComputeLatestMeshAsync untuk meminta buffer vertex dalam format tersebut.

Berlaku untuk