Tilemap.empty

Checks if a region is both valid and empty

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

Meta