Click or drag to resize

RelayTransportAddHostWithSimulator Method (HostTopology, Int32, Int32, Int32, Boolean)

[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 static int AddHostWithSimulator(
	HostTopology topology,
	int minTimeout,
	int maxTimeout,
	int port,
	bool createServer
)
Request Example View Source

Parameters

topology
Type: HostTopology
minTimeout
Type: SystemInt32
maxTimeout
Type: SystemInt32
port
Type: SystemInt32
createServer
Type: SystemBoolean

Return Value

Type: Int32
See Also