namespace UnityEngine.XR.Interaction.Toolkit.Inputs.Haptics { /// /// Interface which provides a group of haptic impulse channels. /// public interface IXRHapticImpulseProvider { /// /// Gets the group of haptic impulse channels. /// /// Returns the haptic impulse channel group, which may be . IXRHapticImpulseChannelGroup GetChannelGroup(); } }