Type Alias FakeXRDeviceInit

Source
pub(crate) type FakeXRDeviceInit = FakeXRDeviceInit;

Aliased Type§

pub(crate) struct FakeXRDeviceInit {
    pub boundsCoodinates: Option<Vec<FakeXRBoundsPoint>>,
    pub floorOrigin: Option<FakeXRRigidTransformInit>,
    pub supportedFeatures: Option<Vec<DOMString>>,
    pub supportedModes: Option<Vec<XRSessionMode>>,
    pub supportsImmersive: bool,
    pub supportsTrackingInInline: bool,
    pub viewerOrigin: Option<FakeXRRigidTransformInit>,
    pub views: Vec<FakeXRViewInit>,
    pub world: Option<FakeXRWorldInit>,
}

Fields§

§boundsCoodinates: Option<Vec<FakeXRBoundsPoint>>§floorOrigin: Option<FakeXRRigidTransformInit>§supportedFeatures: Option<Vec<DOMString>>§supportedModes: Option<Vec<XRSessionMode>>§supportsImmersive: bool§supportsTrackingInInline: bool§viewerOrigin: Option<FakeXRRigidTransformInit>§views: Vec<FakeXRViewInit>§world: Option<FakeXRWorldInit>