Version: 2017.2

RPCMode

enumeration

Cambiar al Manual

Descripción

Option for who will receive an RPC, used by NetworkView.RPC.

Variables

ServerSends to the server only.
OthersSends to everyone except the sender.
OthersBufferedSends to everyone except the sender and adds to the buffer.
AllSends to everyone.
AllBufferedSends to everyone and adds to the buffer.