Click or drag to resize

NetworkedBehaviourSendToClientsTarget Method

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

Overload List
  NameDescription
Protected methodSendToClientsTarget(String, String, Byte)
Sends a buffer to all clients from the server. Only handlers on this NetworkedBehaviour will get invoked
Protected methodSendToClientsTargetT(String, String, T)
Sends a buffer to all clients from the server. Only handlers on this NetworkedBehaviour will get invoked
Protected methodSendToClientsTarget(ListInt32, String, String, Byte)
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
Protected methodSendToClientsTargetT(ListInt32, String, String, T)
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
Protected methodSendToClientsTarget(Int32, String, String, Byte)
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
Protected methodSendToClientsTargetT(Int32, String, String, T)
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
Top
See Also