Crate bevy_simple_subsecond_system_macros

Source
Expand description

Implements the Bevy Simple Subsecond System derives.

Attribute Macros§

hot
Annotate your systems with #[hot] to enable hotpatching for them.

Derive Macros§

HotPatchMigrate
Derive HotPatchMigrate and reflect it for your struct to be migrated when a hot patch happens. You will also need to implement/derive and reflect Component and Default.