Type Alias msfs::sys::UV

source ·
pub type UV = _uv;

Aliased Type§

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

Fields§

§u: f32§v: f32