Enum TickType
The type of Tick
Namespace: MLAPI.Profiling
Assembly: Unity.Multiplayer.MLAPI.Runtime.dll
Syntax
public enum TickType
Fields
| Name | Description |
|---|---|
| Event | Event tick. During EventTick NetworkVars are flushed etc |
| Receive | Receive tick. During ReceiveTick data is received from the transport |
| Send | Send tick. During Send data is sent from Transport queue |