Trait raylib::core::drawing::RaylibMode2DExt[][src]

pub trait RaylibMode2DExt where
    Self: Sized
{ fn begin_mode2D(
        &mut self,
        camera: impl Into<Camera2D>
    ) -> RaylibMode2D<'_, Self> { ... } }

Provided methods

Implementors