Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚开始学习适用于 iPhone 的 cocos2d,帧率问题困扰着我。我看到模拟器上的帧率有时会下降到 30 fps,但在我的 iPhone 5 上它以 60 fps 运行。所以我想知道,它会在其他设备上给我带来任何问题吗?(4, 4S)
FPS(每秒帧数)取决于设备的硬件能力。因此,当您在模拟器或旧版本的 iOS 设备上运行时。您将获得 30 FPS。
默认情况下 FPS 为 60。
所以,你在正确的轨道上。
祝你好运 !!!