Crate bevy_commandify

source ·

Attribute Macros§

  • Promotes a function to a Command struct, and creates an equivalent Commands and World method via trait extensions
  • Promotes a function to an EntityCommand struct, and creates an equivalent EntityCommands method via trait extensions