NetworkedBehaviourSendToServerTarget Method | ![]() |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() | SendToServerTarget(String, String, Byte) |
Sends a buffer to the server from client. Only handlers on this NetworkedBehaviour will get invoked
|
![]() | SendToServerTargetT(String, String, T) |
Sends a binary serialized class to the server from client. Only handlers on this NetworkedBehaviour will get invoked
|