Click or drag to resize

NetworkedBehaviourSendToClients Method (ListInt32, String, String, Byte)

Sends a buffer to multiple clients from the server

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClients(
	List<int> clientIds,
	string messageType,
	string channelName,
	byte[] data
)

Parameters

clientIds
Type: System.Collections.GenericListInt32
The clientId's to send to
messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also