Skip to main content
Version: 21 Aug 2024

PlaneBoundary

Container for the boundary of a detected planar surface. This is specific to Magic Leap because the polygon describing the boundary may be concave, and may contain holes.

Public Attributes

PolygonVertexCount

The number of vertices in this boundary's polygon.


public int PolygonVertexCount => (int)Polygon.VertexCountOutput;