Click or drag to resize

NetworkedBehaviourSendToNonLocalClientsTarget Method

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

Overload List
  NameDescription
Protected methodSendToNonLocalClientsTarget(String, String, Byte)
Sends a buffer to all clients except to the owner object from the server. Only handlers on this NetworkedBehaviour will get invoked
Protected methodSendToNonLocalClientsTargetT(String, String, T)
Sends a binary serialized class to all clients except to the owner object from the server. Only handlers on this NetworkedBehaviour will get invoked
Top
See Also