pokeuihapticfeedback - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Interaction.Feedback
Inherits from UnityEngine.MonoBehaviour
Allows providing haptic feedback during poke interaction.
public class PokeUiHapticFeedback : MonoBehaviour| Name | Description |
|---|---|
| HapticImpulsePlayer | The HapticImpulsePlayer component to use to play haptic impulses. |
| PlaySelectEntered | Whether to play a haptic impulse when the interactor starts selecting an interactable. |
| PlaySelectExited | Whether to play a haptic impulse when the interactor starts selecting an interactable. |
| UiHoverEnteredData | The haptic impulse to play when the interactor starts selecting an interactable. |
| UiHoverExitedData | The haptic impulse to play when the interactor starts selecting an interactable. |