Crate bevy_ui_forms_form_proc

Source
Expand description

Procedural macros for generating form plugins

Attribute Macros§

form_struct
Proc macro for generating a form plugin This macro is dirty and a struct should be placed in a separate file

Derive Macros§

FormActions
Proc macro for deriving form actions This is intended to be used on an enum in conjunction with the form_struct macro