Click or drag to resize

TickType Enumeration

[This is preliminary documentation and is subject to change.]

The type of Tick

Namespace:  MLAPI.Profiling
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum TickType
Members
  Member nameValueDescription
Event0 Event tick. During EventTick SyncedVars are flushed etc
Receive1 Receive tick. During ReceiveTick data is received from the transport
Send2 Send tick. During Send data is sent from Transport queue
See Also