Crate bevy_cobweb_ui_derive

Source

Derive Macrosยง

AnimatedComponent
Derive for loadable components that can animate in response to interactions or state changes on the entity.
AnimatedNewtype
Derive for loadable newtype components whose inner value can animate in response to interactions or state changes on the entity.
AnimatedReactComponent
Derive for loadable reactive components that can animate in response to interactions or state changes on the entity.
AnimatedReactNewtype
Derive for loadable newtype reactive components whose inner value can animate in response to interactions or state changes on the entity.
ResponsiveComponent
Derive for loadable components that can respond to interactions or state changes on the entity.
ResponsiveNewtype
Derive for loadable newtype components whose inner value can respond to interactions or state changes on the entity.
ResponsiveReactComponent
Derive for loadable reactive components that can respond to interactions or state changes on the entity.
ResponsiveReactNewtype
Derive for loadable newtype reactive components whose inner value can respond to interactions or state changes on the entity.
StaticComponent
Derive for loadable components that can respond to state changes on an entity.
StaticNewtype
Derive for loadable newtype components whose inner value can respond to state changes on an entity.
StaticReactComponent
Derive for loadable reactive components that can respond to state changes on an entity.
StaticReactNewtype
Derive for loadable newtype reactive components whose inner value can respond to state changes on an entity.
TypeName