Trait bevy_sequential_actions::IntoAction
source · [−]pub trait IntoAction {
fn into_boxed(self) -> Box<dyn Action>;
}
Expand description
Conversion into an Action
.
Required Methods
fn into_boxed(self) -> Box<dyn Action>
fn into_boxed(self) -> Box<dyn Action>
Convert self
into Box<dyn Action>
.