public static XR.InputDevice GetDeviceAtXRNode (XR.XRNode node);

Parameters

nodeThe XRNode that owns the requested device.

Returns

InputDevice An InputDevice at this [[XR.XRNode].

Description

Gets the input device at a given XRNode endpoint.

If there is no device at the specified endpoint, the method returns an InputDevice on which a call to InputDevice.IsValid returns false.