SpatialSurfaceMeshOptions.SupportedVertexNormalFormats Eigenschaft

Definition

Ruft eine Liste der Vertexnormalformate ab, in denen das System einen normalen Puffer generieren kann.

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)

Eigenschaftswert

Die unterstützten normalen Pufferformate.

Hinweise

Geben Sie einen Wert aus dieser Liste an die VertexNormalFormat-Eigenschaft an, wenn SpatialSurfaceInfo.TryComputeLatestMeshAsync aufgerufen wird, um normale Puffer in diesem Format anzufordern.

Gilt für: