Click or drag to resize

RelayedTransportAddChannel Method

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

Namespace:  MLAPI.Transports.UNET
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int AddChannel(
	ChannelType type,
	Object settings
)
Request Example View Source

Parameters

type
Type: MLAPI.TransportsChannelType
settings
Type: SystemObject

Return Value

Type: Int32

Implements

IUDPTransportAddChannel(ChannelType, Object)
See Also