Module bevy_tiles::tiles

source ·
Expand description

Provides tile level utilities.

Structs§

  • A relation on tiles that point towards the chunk they are a part of.
  • The coordinate of a tile in a given map.
  • The index of a tile in a given chunk.
  • Used to query individual tiles from a tile map. This query also implicitly queries chunks and maps in order to properly resolve tiles.
  • Queries a particular tilemap.
  • Iterates over all the tiles in a region.