返回介绍

NetworkPlayer 网络玩家

发布于 2019-12-18 15:38:08 字数 2244 浏览 982 评论 0 收藏 0

struct in UnityEngine

Description 描述

The NetworkPlayer is a data structure with which you can locate another player over the network.

网络玩家是指你可以在网络中查找另一个玩家的数据结构。

With this you can, for example, send a message directly to another player.

使用该属性你可以,例如,直接给另一个玩家发送消息。

Variables 变量

externalIPReturns the external IP address of the network interface.
返回网络接口的外部IP地址。
externalPortReturns the external port of the network interface.
返回网络接口的外部端口。
guidThe GUID for this player, used when connecting with NAT punchthrough.
玩家的全局唯一标识符,与NAT连接时使用。
ipAddressThe IP address of this player.
该玩家的IP地址。
portThe port of this player.
该玩家的端口。

Public Functions 公共函数

ToStringReturns the index number for this network player.
返回该网络玩家的索引数字。

Operators 运算符

operator!=Returns true if two NetworkPlayers are not the same player.
如果两个网络玩家是不同的玩家返回true。
operator==Returns true if two NetworkPlayers are the same player.
如果两个网络玩家是相同的玩家那么返回true。

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

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

发布评论

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