Type Alias bevy_sequential_actions::BoxedAction
source · pub type BoxedAction = Box<dyn Action>;
Expand description
A boxed Action
.
Aliased Type§
struct BoxedAction(/* private fields */);
pub type BoxedAction = Box<dyn Action>;
A boxed Action
.
struct BoxedAction(/* private fields */);