Crate pi_world_macros

Source
Expand description

A collection of helper types and functions for working on macros within the Bevy ecosystem.

Macros§

impl_param_set

Derive Macros§

Bundle
Component
ParamSetElement
Implement SystemParam to use a struct as a parameter in a system
Resource
ScheduleLabel
StageLabel
Derive macro generating an impl of the trait StageLabel.
SystemParam
Implement SystemParam to use a struct as a parameter in a system
SystemSet