Type Definition bevy_sequential_actions::BoxedAction

source ·
pub type BoxedAction = Box<dyn Action>;
Expand description

A boxed Action.

Trait Implementations