Class CatalogTick
Tick timing a client needs before it receives its first frame.
public sealed class CatalogTick
- Inheritance
-
CatalogTick
- Inherited Members
Constructors
CatalogTick()
public CatalogTick()
Properties
PeriodUs
The server's nominal tick period in microseconds; PERIOD in a frame reports the actual one under time dilation.
public int PeriodUs { get; init; }
Property Value
PingHz
How often a client must send PING, in hertz.
public int PingHz { get; init; }