RPC 远程过程调用
Inherits from Attribute
Attribute for setting up RPC functions.
用来设置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.
被给予@RPC (javascript) 或者 [RPC] 属性 (C#)的任何方法可以通过Unity Networking(网络)被远程调用。这个方法必须在发送和接收部分都存在。
最后修改:2011年5月9日 Monday 19:57