MCPcopy 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
267uint Engine::getTotalFrames() const {
268 return _totalFrames;
269}
270
271void Engine::setPreferredFramesPerSecond(int fps) {
272 if (fps == 0) {

Callers 5

handleModelDrawMethod · 0.45
insertMaskBatchMethod · 0.45
updateGlobalUBOViewMethod · 0.45
endRenderFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected