Crate azalea_ecs_macros

Source
Expand description

A fork of bevy_ecs_macros that uses azalea_ecs instead of bevy_ecs.

Macros§

all_tuples
impl_param_set

Derive Macros§

Bundle
Component
Resource
RunCriteriaLabel
Generates an impl of the RunCriteriaLabel trait.
StageLabel
Generates an impl of the StageLabel trait.
SystemLabel
Generates an impl of the SystemLabel trait.
SystemParam
Implement SystemParam to use a struct as a parameter in a system
WorldQuery
Implement WorldQuery to use a struct as a parameter in a query