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

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

Required methods

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

Loading content...

Implementors

Loading content...