Rounding
public enum Rounding
An enum representing the rounding method to use.
- down: Rounds down to the nearest half star.
- up: Rounds up to the nearest half star.
- nearest: Rounds to the nearest half star.
Backpack_Common 1.0 Docs (100% documented)
public enum Rounding
An enum representing the rounding method to use.