SpatialSurfaceMesh.TriangleIndices 속성

정의

메시의 인덱스 버퍼를 나타내는 버퍼 개체를 가져옵니다.

public:
 property SpatialSurfaceMeshBuffer ^ TriangleIndices { SpatialSurfaceMeshBuffer ^ get(); };
SpatialSurfaceMeshBuffer TriangleIndices();
public SpatialSurfaceMeshBuffer TriangleIndices { get; }
var spatialSurfaceMeshBuffer = spatialSurfaceMesh.triangleIndices;
Public ReadOnly Property TriangleIndices As SpatialSurfaceMeshBuffer

속성 값

메시 버퍼입니다.

설명

SpatialSurfaceMeshOptions.TriangleIndexFormatSpatialSurfaceInfo.TryComputeLatestMeshAsync 호출에서 옵션으로 설정된 경우 이 버퍼는 표시된 형식으로 생성됩니다.

적용 대상