1.0 KiB
1.0 KiB
NetworkedBehaviour.SendToNonLocalClients Method
Sends a buffer to all clients except to the owner object from the server
Namespace: MLAPI
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
)
Parameters
- messageType
- Type: System.String
User defined messageType - channelName
- Type: System.String
User defined channelName - data
- Type: System.Byte[]
The binary data to send