Function TileSet.tileSetShape

Sets a shape for the tile, enabling collision.

void tileSetShape (
  const(long) id,
  const(long) shape_id,
  Shape2D shape
) nothrow @nogc;