Module bevy_tiles::chunks

source ·
Expand description

Provides chunk level utilities.

Structs§

  • Holds handles to all the tiles in a chunk.
  • The coordinate of a given chunk.
  • Used to query chunks from any tile map. This query also implicitly queries maps in order to properly resolve chunks.
  • Used to query chunks from a tile map. This query also implicitly queries maps in order to properly resolve chunks.
  • Iterates over a range of chunks using chunk coordinates.
  • Iterates over a range of chunks using chunk coordinates.
  • An relation on chunks that point towards the map they are a part of.