Enum TickRounding
How ticks are rounded when using time.
Namespace: FishNet.Managing.Timing
Assembly: FishNet.Runtime.dll
Syntax
public enum TickRounding
Fields
Name | Description |
---|---|
RoundDown | Rounds down. |
RoundNearest | Rounds to the nearest whole. |
RoundUp | Rounds up. |