Click or drag to resize

ChannelType Enumeration

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

Delivery methods

Namespace:  MLAPI.Transports
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum ChannelType
Request Example View Source
Members
  Member nameValueDescription
Unreliable0 Unreliable message
UnreliableFragmented1 Unreliable with fragmentation support
UnreliableSequenced2 Unreliable with sequencing
Reliable3 Reliable message
ReliableFragmented4 Reliable with fragmentation support
ReliableSequenced5 Reliable message where messages are guaranteed to be in the right order
StateUpdate6 A unreliable state update message
ReliableStateUpdate7 A reliable state update message
AllCostDelivery8 A reliable message with high priority
UnreliableFragmentedSequenced9 Unreliable message with fragmentation where older messages are dropped
ReliableFragmentedSequenced10 A reliable message with guaranteed order with fragmentation support
See Also