remove

fun remove(entityIndex: Int, coordGrid: CoordGrid)

Removes the entityIndex at the zone located at coordGrid.

Parameters

entityIndex

the index to remove from the zone.

coordGrid

the coord grid at which the zone exists. If there's only one index remaining in the respective zone index array, the zone index array will be disposed.