XRInputSubsystem.TryGetInputDevices

public bool TryGetInputDevices(List<InputDevice> devices);

Parameters

devices The list of devices reported by this subsystem.

Returns

bool True, if the XRInputSubsystem retrieves any devices. Returns false otherwise.

Description

Gets a list of all connected InputDevices reported by this XRInputSubsystem.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答