Tilemap.empty

Checks if a point is both valid and empty

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

Meta