NetworkedBehaviourSendToNonLocalClientsTarget Method | ![]() |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() | SendToNonLocalClientsTarget(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
|
![]() | SendToNonLocalClientsTargetT(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
|