A read-only array containing Tilemap positions.
| Property | Description |
|---|---|
| Length | The number of elements in the PositionArray. |
| this[int] | Returns the Vector3Int position indexed in the PositionArray. |
| Method | Description |
|---|---|
| Dispose | Frees allocated memory for the PositionArray. |
| GetEnumerator | Retrieves an iterator that allows you to iterate over all elements within the PositionArray. |