Table of Contents

Class CatalogTick

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

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

int

PingHz

How often a client must send PING, in hertz.

public int PingHz { get; init; }

Property Value

int