Module bevy_tmx::tmx[][src]

Expand description

Representation of the .tmx file format

Structs

Animation frame within a tile

A tiled map loaded from a .tmx file.

Object description

A shape.

A shared image

A single tile description

A tileset

Enums

A layer

A custom property

Render order for tiles in layers.

Tiled has three different rendering types: orthographic, isometric and hexagonal. They are represented through this enum.