Removed

RPC

class in UnityEngine

Switch to Manual
Obsolete

Description

用于设置 RPC 函数的属性。

Given an @RPC (javascript) or RPC attribute (C#) any function can be called remotely through Unity Networking. The function must exist on both sending and recieving party.

另请参阅:NetworkView.RPC。