msfs::sys

Type Alias UV

Source
pub type UV = _uv;

Aliased Type§

struct UV {
    pub u: f32,
    pub v: f32,
}

Fields§

§u: f32§v: f32