polygonIndices
The polygon indices of the generated Navigation Mesh. Polygons may have different numbers of vertices, so each entry in the list is a list of indices into the vertices array for that polygon.
Declaration
var polygonIndices: [[Int]] { get }