XRInputSourcesChangeEventInit
Overview
The XRInputSourcesChangeEventInit dictionary is used to provide options to the XRInputSourcesChangeEvent() constructor in order to set the initial state of the new XRInputSourcesChangeEvent object.
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