Click or drag to resize

NetworkedBehaviourSendToClient Method (UInt32, String, String, Byte)

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

Sends a buffer to a client with a given clientId from Server

Namespace:  MLAPI.MonoBehaviours.Core
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClient(
	uint clientId,
	string messageType,
	string channelName,
	byte[] data
)
Request Example View Source

Parameters

clientId
Type: SystemUInt32
The clientId to send the message to
messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also