共用方式為


SpatialSurfaceMeshOptions.IncludeVertexNormals 屬性

定義

取得或設定是否要計算一般緩衝區。

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。

適用於