Click or drag to resize

NetworkedBehaviourSendToLocalClientTarget 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: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also