Attribute Macros§
- action
- Convenience helper to directly add observers to this entity.
This macro must be placed above
#[derive(Component)]as it sets theon_addhook.
Derive Macros§
- Action
Event - Macro for
ActionEvent - Bundle
Effect - Implement [
Bundle] for a struct that implementsBundleEffect. - Sendit
- Creates a SendWrapper newtype that implements
Sendfor a struct or enum. - ToTokens
- Implements
TokenizeSelffor a struct or enum. All fields must also implementTokenizeSelf.