NetworkViewID 网络视图ID
Struct
The NetworkViewID is a unique identifier for a network view instance in a multiplayer game.
在一个多人游戏中,NetworkViewID是用于网络视图实例的唯一标识符。
It is imporatant that this is a unique number accross all clients and that they can generate these numbers themselves, or else network synchronization will break.
这个是很重要的,因为这个在所有客户端是唯一的数字,并且客户端自己可以产生这些数字,否则网络同步将被断开。
Variables变量
-
True if instantiated by me
如果通过我被实例化,返回true。 -
The NetworkPlayer who owns the NetworkView. Could be the server.
拥有NetworkView的NetworkPlayer。可以是服务器。
Functions函数
-
Returns a formatted string with details on this NetworkViewID.
返回这个NetworkViewID,带有细节格式化好的字符串。
Class Variables类变量
-
Represents an invalid network view ID.
表示一个无效的网络视图ID。
Class Functions类函数
-
Returns true if two NetworkViewIDs are identical
如果两个网络视图ID是相同的返回true。 -
Returns true if two NetworkViewIDs are not identical
如果两个网络视图ID是不同的返回true。
最后修改:2011年3月30日 Wednesday 18:13