Enum DataOrderType
Namespace: FishNet.Object
Assembly: FishNet.Runtime.dll
Syntax
public enum DataOrderType
Fields
Name | Description |
---|---|
Default | Data will buffer in the order originally intended. EG: SyncTypes will always send last, and RPCs will always send in the order they were called. |
Last | Data will be attached to the end of the packet. RPCs can be sent after all SyncTypes by using this value. Multiple RPCs with this order type will send last, in the order they were called. |