SpatialSurfaceMeshOptions.VertexNormalFormat 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定產生的一般緩衝區的專案格式。
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 時,才會產生一般緩衝區。