Type Alias FakeXRDeviceInit
Source pub(crate) type FakeXRDeviceInit = FakeXRDeviceInit;
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>,
}