scaleside - eisclimber/ExPresS-XR GitHub Wiki

ScaleSide

Enum in Bowl

Inherits from System.Enum

Summary

Which Side of the scale this bowl is located.

public enum ScaleSide
{
    Left,
    Right
}

;

Members

Name Description
Left Left side of the scale.
Right Right side of the scale.
⚠️ **GitHub.com Fallback** ⚠️