Tilemap.opIndex

Get a tile from a location

  1. Tile!T opIndex(float x, float y)
    struct Tilemap(T)
    @nogc nothrow pure const
    opIndex
    (
    in float x
    ,
    in float y
    )
  2. Tile!T opIndex(Vector vec)

Meta