pub(crate) type FakeXRRegionInit = FakeXRRegionInit;
Aliased Type§
pub(crate) struct FakeXRRegionInit {
pub faces: Vec<FakeXRTriangleInit>,
pub type_: FakeXRRegionType,
}
Fields§
§faces: Vec<FakeXRTriangleInit>
§type_: FakeXRRegionType
pub(crate) type FakeXRRegionInit = FakeXRRegionInit;
pub(crate) struct FakeXRRegionInit {
pub faces: Vec<FakeXRTriangleInit>,
pub type_: FakeXRRegionType,
}
faces: Vec<FakeXRTriangleInit>
§type_: FakeXRRegionType