Expand description
Re-exports§
Modules§
- entities
- Provides the
Entities
struct as well asquery_entity
modules. - error
- events
- module
- Support for adding
Module
s - resources
- Provides the
Resources
struct. - systems
- Provides the
Systems
struct, from which aDispatcher
can be created.
Structs§
- App
- The
App
struct holds all the apps data and defines the necessary functions and methods to operate on it. - World
- The
World
struct holds all the data of a world.
Enums§
- System
Type - Used to specify if systems should be added to the
startup
orupdate
loop of theApp