pub trait ClearActionsExt {
fn clear_actions(&mut self, actor: Entity);
}
Expand description
Extension trait for clear_actions
method on ActionCommands
and Commands
.
Required Methods
fn clear_actions(&mut self, actor: Entity)
fn clear_actions(&mut self, actor: Entity)
Remove the currently running action for entity actor
, and clear any remaining.