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

Properties


session

 

property session: XRSession read;

 

XRSession session { get; }

 

var session: XRSession { get{} }

 

XRSession session { __get; }

 

ReadOnly Property session() As XRSession