在 swf flash 文件上显示 fps

发布于 2024-10-19 16:52:34 字数 77 浏览 1 评论 0原文

我正在开发一个包含 Flash 游戏的游戏网站。 我有什么可能的方法来显示这些游戏的 fps 速率吗? 我没有原始的 fla 文件。 谢谢。

i m developing a gaming site which includes flash games.
i there any possible way to show the fps rate of those game?
i dont have the original fla file.
thx.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情场扛把子 2024-10-26 16:52:34

尝试 mrdoob 的 hi-res-stats

//import into first frame or main as:

import src.net.hires.debug.Stats;

addChild( new Stats() );

fps

Try mrdoob's hi-res-stats.

//import into first frame or main as:

import src.net.hires.debug.Stats;

addChild( new Stats() );

fps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文