[][src]Trait bevy_render::draw::Drawable

pub trait Drawable {
    fn draw(
        &mut self,
        draw: &mut Draw,
        context: &mut DrawContext<'_>
    ) -> Result<(), DrawError>; }

Required methods

fn draw(
    &mut self,
    draw: &mut Draw,
    context: &mut DrawContext<'_>
) -> Result<(), DrawError>

Loading content...

Implementors

Loading content...