points

fun points(): Sequence<Pair<Vector2, Any?>>(source)

Generates a sequence of points contained within the current cell. Iterates over the points stored in the cell and yields each point one by one.

Return

A sequence of points in the cell.