次の方法で共有


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

法線を計算するかどうか。

注釈

SpatialSurfaceMesh.VertexNormals は、IncludeVertexNormals が true に設定されている場合にのみ null 以外になります。

適用対象