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

pub trait RaylibMode3DExt where
    Self: Sized
{ fn begin_mode3D(
        &mut self,
        camera: impl Into<Camera3D>
    ) -> RaylibMode3D<'_, Self> { ... } }

Provided methods

Implementors