Struct raylib::ffi::Camera2D [−][src]
#[repr(C)]pub struct Camera2D {
pub offset: Vector2,
pub target: Vector2,
pub rotation: f32,
pub zoom: f32,
}
Fields
offset: Vector2
target: Vector2
rotation: f32
zoom: f32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Camera2D
impl UnwindSafe for Camera2D
Blanket Implementations
Mutably borrows from an owned value. Read more