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(网络)被远程调用。这个方法必须在发送和接收部分都存在。

参见:NetworkView.RPC

最后修改:2011年5月9日 Monday 19:57

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。