Type Alias FakeXRRegionInit

Source
pub(crate) type FakeXRRegionInit = FakeXRRegionInit;

Aliased Type§

pub(crate) struct FakeXRRegionInit {
    pub faces: Vec<FakeXRTriangleInit>,
    pub type_: FakeXRRegionType,
}

Fields§

§faces: Vec<FakeXRTriangleInit>§type_: FakeXRRegionType