SpatialSurfaceMesh.VertexNormals 속성

정의

SpatialSurfaceInfo.TryComputeLatestMeshAsync 호출에서 IncludeVertexNormals가 메시 옵션으로 설정된 경우 메시의 일반 버퍼를 나타내는 버퍼 개체를 가져옵니다. 그렇지 않으면 이 속성은 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 옵션도 설정된 경우 이 버퍼는 표시된 형식으로 생성됩니다.

적용 대상