XRInputSourcesChangeEvent

Overview

The WebXR Device API interface XRInputSourcesChangeEvent is used to represent the inputsourceschange event sent to an XRSession when the set of available WebXR input controllers changes.

Location

Properties


session

 

property session: XRSession read;

 

XRSession session { get; }

 

var session: XRSession { get{} }

 

XRSession session { __get; }

 

ReadOnly Property session() As XRSession