class in UnityEngine
用于设置 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。