Version: 2020.1
언어: 한국어

InputDevices.GetDeviceAtXRNode

매뉴얼로 전환
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.