throwtarget - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Minigames.CoinThrow
Inherits from UnityEngine.MonoBehaviour
Detects hits of Rigidbodys with a CoinReset-Component.
public class ThrowTarget : MonoBehaviour| Name | Description |
|---|---|
| OnHit | Same as OnHitInfo but passing _score. |
| OnHitInfo | Emitted when a hit from a Rigidbodys with a CoinReset-Component is detected. |
| Name | Description |
|---|---|
| DetectHits | If hits should be detected |
| Score | Score if hit. |