Expand description
A fork of bevy_ecs_macros that uses azalea_ecs instead of bevy_ecs.
Macros§
Derive Macros§
- Bundle
- Component
- Resource
- RunCriteria
Label - Generates an impl of the
RunCriteriaLabeltrait. - Stage
Label - Generates an impl of the
StageLabeltrait. - System
Label - Generates an impl of the
SystemLabeltrait. - System
Param - Implement
SystemParamto use a struct as a parameter in a system - World
Query - Implement
WorldQueryto use a struct as a parameter in a query