scoredisplay - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Minigames.CoinThrow
Inherits from UnityEngine.MonoBehaviour
Displays and stores a numerical score via UI.
public class ScoreDisplay : MonoBehaviour| Name | Description |
|---|---|
| AddScore(int) | Amount to add to the current score. Can be negative. |
| SubtractScore(int) | Amount to subtract to the current score. Can be negative. |