NetworkedBehaviourSendToClients Method | ![]() |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() | SendToClients(String, String, Byte) |
Sends a buffer to all clients from the server
|
![]() | SendToClientsT(String, String, T) |
Sends a buffer to all clients from the server
|
![]() | SendToClientsT(ListInt32, String, String, T) |
Sends a binary serialized class to multiple clients from the server
|
![]() | SendToClients(ListUInt32, String, String, Byte) |
Sends a buffer to multiple clients from the server
|
![]() | SendToClientsT(Int32, String, String, T) |
Sends a binary serialized class to multiple clients from the server
|
![]() | SendToClients(UInt32, String, String, Byte) |
Sends a buffer to multiple clients from the server
|