Click or drag to resize

NetworkingManagerCustomMessageDelegete Delegate

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

Delegate used for incomming custom messages

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void CustomMessageDelegete(
	uint clientId,
	Stream stream
)
Request Example View Source

Parameters

clientId
Type: SystemUInt32
The clientId that sent the message
stream
Type: System.IOStream
The stream containing the message data
See Also