Module bones_framework::lib::ecs::system
source · Expand description
Implements the system API for the ECS.
Structs§
- The system input parameter.
SystemParamfor getting read access to a resource.SystemParamfor getting read access to a resource and initialzing it if it doesn’t already exist.SystemParamfor getting mutable access to a resource.SystemParamfor 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
Systemfunctions.
Type Aliases§
SystemParamfor getting read access to aComponentStore.SystemParamfor getting mutable access to aComponentStore.