SpatialSurfaceMesh.VertexNormals 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果 IncludeVertexNormals 已設定為 SpatialSurfaceInfo.TryComputeLatestMeshAsync呼叫中的網格選項,則取得代表網格正常緩衝區的緩衝區物件。 否則,這個屬性為 null。
public:
property SpatialSurfaceMeshBuffer ^ VertexNormals { SpatialSurfaceMeshBuffer ^ get(); };
SpatialSurfaceMeshBuffer VertexNormals();
public SpatialSurfaceMeshBuffer VertexNormals { get; }
var spatialSurfaceMeshBuffer = spatialSurfaceMesh.vertexNormals;
Public ReadOnly Property VertexNormals As SpatialSurfaceMeshBuffer
屬性值
如果可用,則網格緩衝區;否則為 null。
備註
如果也設定 SpatialSurfaceMeshOptions.VertexNormalFormat 選項,則會以指示的格式產生此緩衝區。