Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getUI
Method
getUI
Source/Basic/Director.cpp:79–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
Node* Director::getUI() {
80
if (!_ui) {
81
_ui = Node::create(false);
82
_ui->onEnter();
83
_uiCamera = CameraUI::create(
"UI"
_slice);
84
}
85
return _ui;
86
}
87
88
Node* Director::getUI3D() {
89
if (!_ui3D) {
Callers
1
director_get_ui
Function · 0.80
Calls
2
create
Function · 0.50
onEnter
Method · 0.45
Tested by
no test coverage detected