Tilemap.empty

Checks if a point is both valid and empty

  1. bool empty(float x, float y)
  2. bool empty(Vector vec)
    struct Tilemap(T)
    @nogc nothrow pure const
    bool
    empty
    ()
  3. bool empty(float x, float y, float width, float height)
  4. bool empty(Rectangle rect)

Meta