1.2 KiB
1.2 KiB
NetworkedBehaviour.SendToClient Method
Sends a buffer to a client with a given clientId from Server
Namespace: MLAPI
Assembly: MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClient(
int clientId,
string messageType,
string channelName,
byte[] data
)
Parameters
- clientId
- Type: System.Int32
The clientId to send the message to - messageType
- Type: System.String
User defined messageType - channelName
- Type: System.String
User defined channelName - data
- Type: System.Byte[]
The binary data to send