Modules§
- adapters
- Generic adapters for systems.
- cache
- Helpers for caching values.
- components
- Predefined components commonly used by simulators.
- fetch
- Helper traits to support the generic component storage “fetch” API.
- join
- Functionality that enables the Join API.
- storages
- Various component storages.
Structs§
Enums§
Traits§
- Component
- GetComponent
ForEntity - Get a single component associated with the given entity, if it exists.
- GetComponent
ForEntity Mut - Insert
Component ForEntity - Observer
System - A
System
that only has immutable access to the data. - Serializable
Storage - Storage
- Storage
Serializer - System