Expand description
The ECS for the Worlds Engine.
Modules§
- archetype
- Module responsible for anything to do archetypes.
- bundle
- Module responsible for anything to do with bundles.
- component
- Module responsible for anything to do with components.
- entity
- Module responsible for anything to do with entities.
- prelude
- The common and useful exports of this crate.
- query
- Module responsible for anything to do with queries.
- storage
- Module responsible for anything to do with storage.
- tag
- Module responsible for anything to do with tags.
- world
- Module responsible for anything to do with the world.
Macros§
- impl_
id_ struct - Macro to define simple methods on structs that are used to ID. The struct must be a single-field tuple-struct.