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
RunCriteriaLabel
trait. - Stage
Label - Generates an impl of the
StageLabel
trait. - System
Label - Generates an impl of the
SystemLabel
trait. - System
Param - Implement
SystemParam
to use a struct as a parameter in a system - World
Query - Implement
WorldQuery
to use a struct as a parameter in a query