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;