Expand description
A collection of helper types and functions for working on macros within the Bevy ecosystem.
Macros§
Derive Macros§
- Bundle
- Component
- Param
SetElement - Implement
SystemParam
to use a struct as a parameter in a system - Resource
- Schedule
Label - Stage
Label - Derive macro generating an impl of the trait
StageLabel
. - System
Param - Implement
SystemParam
to use a struct as a parameter in a system - System
Set