Expand description
Proc-macro support for bevy-react.
Provides react_message, the attribute that turns a plain struct into a
registrable React message payload.
Attribute Macros§
- react_
event - Turn a struct into a typed React event payload (a Bevy → React broadcast).
- react_
message - Turn a struct into a typed React message payload.
- react_
request - Turn a struct into a typed React request payload (a React → Bevy call that awaits a typed reply).