[][src]Trait amethyst_rendy::bundle::IntoAction

pub trait IntoAction<B: Backend> {
    fn into(self) -> RenderableAction<B>;
}

Trait for easy conversion of various types into RenderableAction shell.

Required methods

fn into(self) -> RenderableAction<B>

Convert to RenderableAction.

Loading content...

Implementors

impl<B: Backend, G: RenderGroupBuilder<B, World> + 'static> IntoAction<B> for G[src]

Loading content...