SpatialSurfaceMeshOptions.IncludeVertexNormals 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定是否要計算一般緩衝區。
public:
property bool IncludeVertexNormals { bool get(); void set(bool value); };
bool IncludeVertexNormals();
void IncludeVertexNormals(bool value);
public bool IncludeVertexNormals { get; set; }
var boolean = spatialSurfaceMeshOptions.includeVertexNormals;
spatialSurfaceMeshOptions.includeVertexNormals = boolean;
Public Property IncludeVertexNormals As Boolean
屬性值
Boolean
bool
是否要計算常態。
備註
如果 IncludeVertexNormals 設定為 true,SpatialSurfaceMesh.VertexNormals只會是非 Null。