Module bevy_tilemap_types::dimension[][src]

Dimension helpers with encoding and decoding to and from indexes.

Structs

Dimension2

Dimensions of the 2nd kind.

Dimension3

Dimensions of the 3rd kind.

DimensionError

An error type for dimensions which indicates that an error has occurred.

Type Definitions

DimensionResult

A dimension result which is of the type Result<T, DimensionError>.