Gets the tile's position in the world, if placed.
if(tile.placed) { assert(tile.tid == tile.world.tileAt(tile.position).tid); }
See Implementation
Gets the tile's position in the world, if placed.