返回介绍

Network.SetLevelPrefix 设置关卡前缀

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

JavaScript => public static function SetLevelPrefix(prefix: int): void;
C# => public static void SetLevelPrefix(int prefix);

Parameters 参数

Description 描述

Set the level prefix which will then be prefixed to all network ViewID numbers.

设置关卡前缀,然后所有网络ViewID数都会使用该前缀。

This offers protection to prevent old network updates from straying from into a new level from the previous level. This can be set to any number and then incremented with each new level load. This doesn't add overhead to network traffic but just diminishes the pool of network ViewID numbers a little bit. The Network level loading page has an example of how to use this function.

此处提供了一些保护,可以防止来自前一个关卡的旧网络更新影响新的关卡。此处可以设置为任何数字并随着新关卡的加载而增加。这不会带来额外的网络负担,只会稍微减小网络ViewID池。看手册Network level loading的例子,怎样使用该函数。

network

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

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

发布评论

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