Expand description
Yet Another Entity Component System #![deny(missing_docs)]
Structs§
- Entities
- Entity
- An
Entity
is simply an identifier for a bag of components. In general,System
s operate on a subset of all entities that posess components theSystem
is interested in. - Entity
Builder - World