NetworkedBehaviourSendToClientsTarget Method |
| Name | Description | |
|---|---|---|
| SendToClientsTarget(String, String, Byte) |
Sends a buffer to all clients from the server. Only handlers on this NetworkedBehaviour will get invoked
| |
| SendToClientsTarget(ListInt32, String, String, Byte) |
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
| |
| SendToClientsTarget(Int32, String, String, Byte) |
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
|