Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cocos/cocos-engine
/ getTotalFrames
Method
getTotalFrames
native/cocos/engine/Engine.cpp:267–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
uint Engine::getTotalFrames() const {
268
return _totalFrames;
269
}
270
271
void Engine::setPreferredFramesPerSecond(int fps) {
272
if (fps == 0) {
Callers
5
handleModelDraw
Method · 0.45
insertMaskBatch
Method · 0.45
updateGlobalUBOView
Method · 0.45
updateRasterPassConstants
Function · 0.45
endRenderFrame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected