Crate beet_core_macros

Crate beet_core_macros 

Source

Attribute Macros§

action
Convenience helper to directly add observers to this entity. This macro must be placed above #[derive(Component)] as it sets the on_add hook.

Derive Macros§

ActionEvent
Macro for ActionEvent
BundleEffect
Implement [Bundle] for a struct that implements BundleEffect.
Sendit
Creates a SendWrapper newtype that implements Send for a struct or enum.
ToTokens
Implements TokenizeSelf for a struct or enum. All fields must also implement TokenizeSelf.