pub trait ActionBuilderCommandsExt<'w, 's, 'c> {
    fn action_builder(
        &'c mut self,
        actor: Entity,
        config: AddConfig
    ) -> ActionBuilderCommands<'w, 's, 'c>; }
Expand description

Extension trait for action_builder method on Commands.

Required Methods

Create and return ActionBuilderCommands for building actions.

Implementations on Foreign Types

Implementors