Expand description
Implements the system API for the ECS.
Structs§
- In
- The system input parameter.
- Res
SystemParamfor getting read access to a resource.- ResInit
SystemParamfor getting read access to a resource and initialzing it if it doesn’t already exist.- ResMut
SystemParamfor getting mutable access to a resource.- ResMut
Init SystemParamfor getting mutable access to a resource and initializing it if it doesn’t already exist.- Static
System - Struct containing a static system.
Traits§
- Into
System - Converts a function into a
System. - System
- Trait implemented by systems.
- System
Param - Trait used to implement parameters for
Systemfunctions.
Type Aliases§
- Comp
SystemParamfor getting read access to aComponentStore.- CompMut
SystemParamfor getting mutable access to aComponentStore.