1.1 KiB
1.1 KiB
NetworkedBehaviour.SendToLocalClientTarget Method
Sends a buffer to the client that owns this object from the server. Only handlers on this NetworkedBehaviour will get invoked
Namespace: MLAPI
Assembly: MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToLocalClientTarget(
string messageType,
string channelName,
byte[] data
)
Parameters
- messageType
- Type: System.String
User defined messageType - channelName
- Type: System.String
User defined channelName - data
- Type: System.Byte[]
The binary data to send