Click or drag to resize

NetworkedBehaviourSendToLocalClientTarget Method

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

Overload List
  NameDescription
Protected methodSendToLocalClientTarget(String, String, Byte)
Sends a buffer to the client that owns this object from the server. Only handlers on this NetworkedBehaviour will get invoked
Protected methodSendToLocalClientTargetT(String, String, T)
Sends a buffer to the client that owns this object from the server. Only handlers on this NetworkedBehaviour will get invoked
Top
See Also