[][src]Module bevy_tilemap::tilemap

Map traits to implement for a custom map and a basic struct for use.

Structs

Builder

Tilemap factory, which can be used to construct and configure new tilemaps.

Tilemap

A Tilemap which maintains chunks and its tiles within.

TilemapError

The error type for operations when interacting with the tilemap.

Functions

map_system

The event handling system for the tilemap.

Type Definitions

TilemapResult

A map result.