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.
最大 fps を設定できますか? andengineでfpsを制限する方法はありますか? とても簡単だと思ったのですが、やり方がわかりませんでした。
はい。
の代わりにnew Engine(...)、 を使用しますnew LimitedFPSEngine(EngineOptions pEngineOptions, int pFramesPerSecond);。
new Engine(...)
new LimitedFPSEngine(EngineOptions pEngineOptions, int pFramesPerSecond);