RPCMode

enumeration

매뉴얼로 전환

설명

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

변수

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.