boxinggame - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Minigames.Boxing
Inherits from UnityEngine.MonoBehaviour
Main logic for the boxing game.
public class BoxingGame : MonoBehaviour| Name | Description |
|---|---|
| OnCompleted | Emitted when the boxing ends. |
| OnScoreChanged | Emitted when the score changes, providing the scored points. |
| OnStarted | Emitted when the boxing starts. |
| Name | Description |
|---|---|
| EndGame() | Ends the game. |
| StartGame() | Starts the game. |
| Name | Description |
|---|---|
| CurrentScore | Current score for the game. |