Skip to content

Throw Target

eisclimber edited this page Feb 11, 2024 · 2 revisions

Score Display

class in ExPresSXR.Minigames.CoinThrow / Extends UnityEngine.MonoBehaviour
Component added via Component Menu

Description

Detects hits of Rigidbodys with a CoinReset-Component

Members

Editor Properties

  • int _score: Score if hit.

Public Properties

  • bool detectHits: If hits should be detected.

Events

  • OnHitInfo: Emitted when a hit from a Rigidbodys with a CoinReset-Component is detected.
  • OnHit<int>: Same as OnHitInfo but passing _score.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally