Click or drag to resize

NetworkedBehaviourSendToNonLocalClients Method

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

Sends a buffer to all clients except to the owner object from the server

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

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also