共用方式為


SpatialSurfaceMeshOptions.VertexNormalFormat 屬性

定義

取得或設定產生的一般緩衝區的專案格式。

public:
 property DirectXPixelFormat VertexNormalFormat { DirectXPixelFormat get(); void set(DirectXPixelFormat value); };
DirectXPixelFormat VertexNormalFormat();

void VertexNormalFormat(DirectXPixelFormat value);
public DirectXPixelFormat VertexNormalFormat { get; set; }
var directXPixelFormat = spatialSurfaceMeshOptions.vertexNormalFormat;
spatialSurfaceMeshOptions.vertexNormalFormat = directXPixelFormat;
Public Property VertexNormalFormat As DirectXPixelFormat

屬性值

頂點標準格式。

備註

請注意,只有在您將 IncludeVertexNormals 設定為 true 時,才會產生一般緩衝區。

適用於