boxinggame - eisclimber/ExPresS-XR GitHub Wiki

BoxingGame

Class in ExPresSXR.Minigames.Boxing

Inherits from UnityEngine.MonoBehaviour

Summary

Main logic for the boxing game.

public class BoxingGame : MonoBehaviour

Fields

Name Description
OnCompleted Emitted when the boxing ends.
OnScoreChanged Emitted when the score changes, providing the scored points.
OnStarted Emitted when the boxing starts.

Methods

Name Description
EndGame() Ends the game.
StartGame() Starts the game.

Properties

Name Description
CurrentScore Current score for the game.
⚠️ **GitHub.com Fallback** ⚠️