[]
Returns the coordinates of the current tile. This default implementation assumes no-tiling, so (0,0) is returned.
public virtual Coord getTile(Coord co)
Type | Name | Description |
---|---|---|
Coord | co | If not null this object is used to return the information. If null a new one is created and returned. |
Type | Description |
---|---|
Coord | The current tile's coordinates. |