Click or drag to resize

NetworkedBehaviourSendToClients Method

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

Overload List
  NameDescription
Protected methodSendToClients(String, String, Byte)
Sends a buffer to all clients from the server
Protected methodSendToClientsT(String, String, T)
Sends a buffer to all clients from the server
Protected methodSendToClientsT(ListInt32, String, String, T)
Sends a binary serialized class to multiple clients from the server
Protected methodSendToClients(ListUInt32, String, String, Byte)
Sends a buffer to multiple clients from the server
Protected methodSendToClientsT(Int32, String, String, T)
Sends a binary serialized class to multiple clients from the server
Protected methodSendToClients(UInt32, String, String, Byte)
Sends a buffer to multiple clients from the server
Top
See Also