pub trait AddActionExt {
    fn add_action(
        &mut self,
        actor: Entity,
        action: impl IntoAction,
        config: AddConfig
    ); }
Expand description

Extension trait for add_action method on ActionCommands and Commands.

Required Methods

Add action to entity actor with the configuration config.

Implementations on Foreign Types

Implementors