Click or drag to resize

DefaultTransport Enumeration

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

Supported built in transport

Namespace:  MLAPI.Transports
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum DefaultTransport
Request Example View Source
Members
  Member nameValueDescription
UNET0 Unity's UNET transport
MLAPI_Relay1 MLAPI.Relay transport (UNET internally)
Custom2 Custom transport
See Also