Crate bevy_ecs_tiled_macros

Source
Expand description

This crate contains derive macros for the bevy_ecs_tiled Bevy plugin.

It should be viewed through the embedded documentation of bevy_ecs_tiled crate.

Derive Macrosยง

TiledClass
Derive macro for Tiled custom types.
TiledCustomTile
Derive macro for Tiled custom tiles.
TiledEnum
Derive macro for Tiled enums
TiledObject
Derive macro for Tiled objects.