SpatialSurfaceMesh.TriangleIndices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the buffer object representing the mesh's index buffer.
public:
property SpatialSurfaceMeshBuffer ^ TriangleIndices { SpatialSurfaceMeshBuffer ^ get(); };
SpatialSurfaceMeshBuffer TriangleIndices();
public SpatialSurfaceMeshBuffer TriangleIndices { get; }
var spatialSurfaceMeshBuffer = spatialSurfaceMesh.triangleIndices;
Public ReadOnly Property TriangleIndices As SpatialSurfaceMeshBuffer
Property Value
The mesh buffer.
Remarks
If SpatialSurfaceMeshOptions.TriangleIndexFormat is set as an option in the call to SpatialSurfaceInfo.TryComputeLatestMeshAsync, this buffer will be generated in the format indicated.