findhapticsoftransform - eisclimber/ExPresS-XR GitHub Wiki
Method in RumbleUtility
Finds a HapticImpulsePlayer of the provided Transform respecting HapticImpulsePlayerProxies. To support the use with interactables, the parent of fromTransform will also be searched as fallback.
public static HapticImpulsePlayer FindHapticsOfTransform(Transform fromTransform)| Name | Description |
|---|---|
UnityEngine.Transform fromTransform |
Transform to search from |
HapticImpulsePlayer found or null.