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_
filter - Turn a named-field struct into a typed custom regular filter for the
layer-based
filter/backdropFilterstyle chains. (Two-input morph filters for themorphFilterstyle are a separate family — seereact_morph_filter.) - react_
message - Turn a struct into a typed React message payload.
- react_
morph_ filter - Turn a named-field struct into a typed custom morph filter — a
two-input transition for the
morphFilterstyle (blending the frozen old appearance into the live content on akeychange). - react_
request - Turn a struct into a typed React request payload (a React → Bevy call that awaits a typed reply).