Skip to content
eisclimber edited this page Apr 4, 2026 · 1 revision

Scale

Class in ExPresSXR.Minigames.CoinScale

Inherits from UnityEngine.MonoBehaviour

Summary

Compares the checkt in both bowls.

public class Scale : MonoBehaviour

Fields

Name Description
OnScaleCheck Emitted when CheckBowls() is called, returning the current state of the scale.

Methods

Name Description
CheckBowls() Checks and calculates the current state of the scale (which side is lower), emits the result via the Event OnScaleCheck.
ResetScale() Resets the state of the scale, by resetting both bowls.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally