返回介绍

NetworkViewID 网络视图ID

发布于 2019-12-18 15:38:09 字数 2135 浏览 1010 评论 0 收藏 0

struct in UnityEngine

Description 描述

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.

对于所有的客户端来说这唯一的数字是重要的,并且它们可以自己生成这些数字,或者打破其他网络同步。

Static Variables 静态变量

unassignedRepresents an invalid network view ID.
代表无效的网络视图ID。

Variables 变量

isMineTrue if instantiated by me.
如果是我的实例化则返回true。
ownerThe NetworkPlayer who owns the NetworkView. Could be the server.
该网络视图是否是网络玩家的。可能是服务器。

Public Functions 公共函数

ToStringReturns a formatted string with details on this NetworkViewID.
返回该网络视图ID的格式化字符串。

Operators 运算符

operator!=Returns true if two NetworkViewIDs are not identical.
如果两个网络视图ID不相同那么返回true。
operator==Returns true if two NetworkViewIDs are identical.
如果两个网络视图的ID是相同的那么返回true。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文