Version: 2022.3
LanguageEnglish
  • C#

HapticCapabilities

struct in UnityEngine.XR

/

Implemented in:UnityEngine.XRModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Describes the haptic capabilities of the device at an XRNode in the XR input subsystem.

Properties

bufferFrequencyHzThe frequency (in Hz) that this device plays back buffered haptic data.
bufferMaxSizeThe maximum amount of data that can be sent to an InputDevice via InputDevice.SendHapticBuffer.
bufferOptimalSizeThe optimal buffer size an InputDevice expects to be sent via InputDevice.SendHapticBuffer in order to provide a continuous rumble between individual frames.
numChannelsThe number of channels that this device plays back haptic data.
supportsBufferTrue if this device supports sending a haptic buffer.
supportsImpulseTrue if this device supports sending a haptic impulse.