scalestate - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Minigames.CoinScale
Inherits from System.Object
Represents the state of a scale (one side heavier or both equal).
public class ScaleState| Name | Description |
|---|---|
| BowlPosition | The position of the bowl during weighing. |
| Name | Description |
|---|---|
| CreateFromWeights(int,int) | Creates a new ScaleState-Instance using the weights of two bowls. |
| Name | Description |
|---|---|
| LeftBowlPosition | The elevation state of the left bowl. |
| RightBowlPosition | The elevation state of the right bowl. |