次の方法で共有


SpatialSurfaceMeshOptions.SupportedTriangleIndexFormats プロパティ

定義

システムがインデックス バッファーを生成できる三角形インデックス形式の一覧を取得します。

public:
 static property IVectorView<DirectXPixelFormat> ^ SupportedTriangleIndexFormats { IVectorView<DirectXPixelFormat> ^ get(); };
static IVectorView<DirectXPixelFormat> SupportedTriangleIndexFormats();
public static IReadOnlyList<DirectXPixelFormat> SupportedTriangleIndexFormats { get; }
var iVectorView = SpatialSurfaceMeshOptions.supportedTriangleIndexFormats;
Public Shared ReadOnly Property SupportedTriangleIndexFormats As IReadOnlyList(Of DirectXPixelFormat)

プロパティ値

サポートされているインデックス バッファー形式。

注釈

SpatialSurfaceInfo.TryComputeLatestMeshAsync を呼び出して、その形式のインデックス バッファーを要求するときに、このリストの値を TriangleIndexFormat プロパティに指定します。

適用対象