Feel
5.1
The best way to improve your game's feel and make it extra juicy
|
A class to store ratio display info More...
Public Member Functions | |
Ratio (bool drawRatio, Vector2 size, Color ratioColor) | |
Public Attributes | |
bool | DrawRatio = true |
whether or not that ratio should be drawn More... | |
Vector2 | Size |
the ratio's size (4:3, 16:9, etc) More... | |
Color | RatioColor |
the color of the handle to draw More... | |
A class to store ratio display info
MoreMountains.Tools.Ratio.Ratio | ( | bool | drawRatio, |
Vector2 | size, | ||
Color | ratioColor | ||
) |
bool MoreMountains.Tools.Ratio.DrawRatio = true |
whether or not that ratio should be drawn
Color MoreMountains.Tools.Ratio.RatioColor |
the color of the handle to draw
Vector2 MoreMountains.Tools.Ratio.Size |
the ratio's size (4:3, 16:9, etc)