XRSessionEvent
Overview
The WebXR Device API's XRSessionEvent interface describes an event which indicates the change of the state of an XRSession.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
session
property session: XRSession read;
XRSession session { get; }
var session: XRSession { get{} }
XRSession session { __get; }
ReadOnly Property session() As XRSession