Module bones_framework::lib::ecs::system
source · Expand description
Implements the system API for the ECS.
Structs§
- The system input parameter.
SystemParam
for getting read access to a resource.SystemParam
for getting read access to a resource and initialzing it if it doesn’t already exist.SystemParam
for getting mutable access to a resource.SystemParam
for getting mutable access to a resource and initializing it if it doesn’t already exist.- Struct containing a static system.
Traits§
- Converts a function into a
System
. - Trait implemented by systems.
- Trait used to implement parameters for
System
functions.
Type Aliases§
SystemParam
for getting read access to aComponentStore
.SystemParam
for getting mutable access to aComponentStore
.