Crate bevy_action

Source

Structs§

ActionEvent
An ordinary Bevy event that contains the action and the entity that fired it.
ActionPlugin
NOTE: Must be registered for each custom action type.

Traits§

Action
Implemented for any custom action type.