hitdetector - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Minigames.Archery.Arrow
Inherits from UnityEngine.MonoBehaviour
A proxy component that allows passing a collision to another object. In this cased used to pass collision of only the arrows tip.
public class HitDetector : MonoBehaviour| Name | Description |
|---|---|
| OnHit | Emitted on collisions with its GameObject, passing the collision. |