Enum raylib::consts::CameraMode [−][src]
#[repr(u32)]
pub enum CameraMode {
CAMERA_CUSTOM,
CAMERA_FREE,
CAMERA_ORBITAL,
CAMERA_FIRST_PERSON,
CAMERA_THIRD_PERSON,
}
Variants
CAMERA_CUSTOM
CAMERA_FREE
CAMERA_ORBITAL
CAMERA_FIRST_PERSON
CAMERA_THIRD_PERSON
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CameraMode
impl Send for CameraMode
impl Sync for CameraMode
impl Unpin for CameraMode
impl UnwindSafe for CameraMode
Blanket Implementations
Mutably borrows from an owned value. Read more