XRSessionEvent

Overview

The WebXR Device API's XRSessionEvent interface describes an event which indicates the change of the state of an XRSession.

Location

Properties


session

 

property session: XRSession read;

 

XRSession session { get; }

 

var session: XRSession { get{} }

 

XRSession session { __get; }

 

ReadOnly Property session() As XRSession