bowlposition - eisclimber/ExPresS-XR GitHub Wiki
Enum in ScaleState
Inherits from System.Enum
The position of the bowl during weighing.
public enum BowlPosition
{
Down,
Center,
Up
}| Name | Description |
|---|---|
| Center | Center position when weighing. |
| Down | Down position when weighing. |
| Up | Up position when weighing. |