Enum raylib_ffi::enums::CameraMode
source · #[repr(C)]
pub enum CameraMode {
CAMERACUSTOM,
CAMERAFREE,
CAMERAORBITAL,
CAMERAFIRSTPERSON,
CAMERATHIRDPERSON,
}Expand description
Camera system modes
Variants§
CAMERACUSTOM
Custom camera
CAMERAFREE
Free camera
CAMERAORBITAL
Orbital camera
CAMERAFIRSTPERSON
First person camera
CAMERATHIRDPERSON
Third person camera
Trait Implementations§
source§impl Clone for CameraMode
impl Clone for CameraMode
source§fn clone(&self) -> CameraMode
fn clone(&self) -> CameraMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CameraMode
impl Debug for CameraMode
source§impl Hash for CameraMode
impl Hash for CameraMode
source§impl PartialEq<CameraMode> for CameraMode
impl PartialEq<CameraMode> for CameraMode
source§fn eq(&self, other: &CameraMode) -> bool
fn eq(&self, other: &CameraMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.