solutionbowl - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Minigames.CoinScale
Inherits from UnityEngine.MonoBehaviour
Represents the solution bowl which checks if the coin is fake. Prevents multiple coins from being submitted.
public class SolutionBowl : MonoBehaviour| Name | Description |
|---|---|
| OnCorrectSolving | Emitted when the coin was correctly submitted. |
| OnFalseSolving | Emitted when the coin was correctly submitted. |
| Name | Description |
|---|---|
| CheckSolution() | Checks the selected solution for correct and incorrect solving, emitting the result via |
| ResetSolutionBowl() | Resets the solution by resetting the selected solution. |