Re-exports§
pub use error::LdtkError;
Modules§
- entity
- The LDtk entity, represented as a Bevy asset.
- entity_
definition - The LDtk definition for an entity.
- enum_
definition - The definition for LDtk enum values.
- error
- field_
instance - A field instance is a field value attached to certain assets.
- iid
- Interface for handling Iid fields in LDtk
- layer
- The LDtk layer, represented as a Bevy asset.
- layer_
definition - The LDtk definition for a layer.
- ldtk_
asset_ trait - level
- The LDtk level, represented as a Bevy asset.
- plugin
- prelude
- A convenient place to re-export the most used types.
- project
- The LDtk project top level representation!
- result
- tile_
instance - tileset_
definition - Tileset Definitions
- tileset_
rectangle - This represents the region of a TilesetDefinition which is used by an LDtk entity for representing its sprite. Also by field instances.
- uid
- A unique identifier used in LDtk to reference other assets.
- world