Crate bevy_trait

source ·
Expand description

Bevy_trait

Macros for creating Traits in Bevy.

Compatibility

NOTE: We do not track Bevy main.

Bevy VersionCrate Version
0.100.1, 0.2

Attribute Macros

  • Attribute to turn a method of a Trait into a BoxedSystem.
  • Attribute to turn a method of a Trait into a SystemAppConfig.
  • Attribute to turn a method of a Trait into aSystemConfig.