Struct spectra::camera::Freefly [] [src]

pub struct Freefly {
    pub yaw_sens: f32,
    pub pitch_sens: f32,
    pub roll_sens: f32,
    pub forward_sens: f32,
    pub strafe_sens: f32,
    pub upward_sens: f32,
    pub perspective: Perspective,
}

Fields

Methods

impl Freefly
[src]

Trait Implementations

impl Clone for Freefly
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Freefly
[src]

impl Debug for Freefly
[src]

Formats the value using the given formatter.

impl Default for Freefly
[src]

Returns the "default value" for a type. Read more

impl Projectable for Freefly
[src]