返回介绍

NetworkView 网络视图

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

class in UnityEngine/Inherits from: Behaviour

Description 描述

The network view is the binding material of multiplayer games.

网络视图是多人游戏的连接材质。

With this you can define exactly what is to be synchronized over the network and how it should be done. Game objects can have NetworkView components which can be configured to watch other components for the object. For more information see the Network View manual page and the component reference page.

使用该功能你可以准确在网络上同步定义什么和它应该如何去做。游戏对象可以包含NetworkView组件,该组件可以配置去看见其他的对象。更多信息请参考网络视图手册页和组件参考页。

Variables

groupThe network group number of this network view.
该网络视图的网络组数量。
isMineIs the network view controlled by this object?
该对象是否受网络视图控制?
observedThe component the network view is observing.
观察网络视图组件。
ownerThe NetworkPlayer who owns this network view.
拥有该网络视图的网络玩家。
stateSynchronizationThe type of NetworkStateSynchronization set for this network view.
NetworkStateSynchronization 设置为该网络视图类型。
viewIDThe ViewID of this network view.
该网络视图的视图ID。

Public Functions

SetScopeSet the scope of the network view in relation to a specific network player.
在指定关系的网络玩家中设置网络视图的视野范围。

Static Functions

FindFind a network view based on a NetworkViewID.
基于NetworkViewID查找网络。

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

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

发布评论

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