Tilemap.opIndex

Get a tile from a location

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

Meta