Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HapticCapabilities

Describes the haptic capabilities of the device at an XRNode in the XR input subsystem.
Read time 1 minuteLast updated 6 days ago

Definition

public struct HapticCapabilities : IEquatable<HapticCapabilities>

Properties

Property

Description

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.