MCPcopy 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
79Node* 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
88Node* Director::getUI3D() {
89 if (!_ui3D) {

Callers 1

director_get_uiFunction · 0.80

Calls 2

createFunction · 0.50
onEnterMethod · 0.45

Tested by

no test coverage detected