Field TickRate
The tickrate of network ticks. This value controls how often netcode runs user code and sends out data.
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
[Tooltip("The tickrate. This value controls how often netcode runs user code and sends out data. The value is in 'ticks per seconds' which means a value of 50 will result in 50 ticks being executed per second or a fixed delta time of 0.02.")]
public uint TickRate
Returns
Type | Description |
---|---|
uint |