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);