Type Alias: WebXRSessionEventType
type WebXRSessionEventType = "end" | "visibilitychange" | "inputsourceschange";
Defined in: service-framework-three/src/webxr-runtime-adapter.ts:42
The events an XRSession raises that this adapter listens for.
type WebXRSessionEventType = "end" | "visibilitychange" | "inputsourceschange";
Defined in: service-framework-three/src/webxr-runtime-adapter.ts:42
The events an XRSession raises that this adapter listens for.