Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cocos/cocos-engine
/ getEngine
Method
getEngine
native/cocos/application/CocosApplication.cpp:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
BaseEngine::Ptr CocosApplication::getEngine() const {
131
return _engine;
132
}
133
134
const std::vector<std::string> &CocosApplication::getArguments() const {
135
return _argv;
Callers
8
onClose
Method · 0.80
sendMessageToCocosThread
Method · 0.80
invokingLoadCallbacks
Method · 0.80
jsb_global_load_image
Function · 0.80
evalString
Function · 0.80
endRenderFrame
Method · 0.80
loadImageTrackingData
Method · 0.80
asyncLoadAssetsImage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected