[][src]Trait macroquad::Camera

pub trait Camera {
    fn matrix(&self) -> Mat4;
fn depth_enabled(&self) -> bool; }

Required methods

fn matrix(&self) -> Mat4

fn depth_enabled(&self) -> bool

Loading content...

Implementors

impl Camera for Camera2D[src]

impl Camera for Camera3D[src]

Loading content...