performrumble - eisclimber/ExPresS-XR GitHub Wiki
Method in RumbleUtility
Triggers an Rumble Event for a duration with the given strength on the target (if possible).
public static void PerformRumble(RumbleDescription rumble, HapticImpulsePlayer haptics)| Name | Description |
|---|---|
| ExPresSXR.Interaction.Feedback.RumbleDescription rumble | Rumble to be performed. |
UnityEngine.XR.Interaction.Toolkit.Inputs.Haptics.HapticImpulsePlayer haptics |
HapticImpulsePlayer to perform the rumble with. |