XRSessionEventInit
Overview
The XRSessionEventInit dictionary is used when calling the XRSessionEvent() constructor to provide the new event's initial values.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
session
property session: XRSession read write;
XRSession session { get; set; }
var session: XRSession { get{} set{} }
XRSession session { __get; __set; }
Property session() As XRSession