Version: 2020.1
言語: 日本語
public static XR.InputDevice GetDeviceAtXRNode (XR.XRNode node);

パラメーター

node The XRNode that owns the requested device.

戻り値

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

説明

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.