MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getUI3D

Method getUI3D

Source/Basic/Director.cpp:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88Node* Director::getUI3D() {
89 if (!_ui3D) {
90 _ui3D = Node::create(false);
91 _ui3D->onEnter();
92 _ui3DCamera = CameraUI3D::create("UI3D"_slice);
93 }
94 return _ui3D;
95}
96
97Node* Director::getEntry() {
98 if (!_entry) {

Callers 1

director_get_ui_3dFunction · 0.80

Calls 2

createFunction · 0.50
onEnterMethod · 0.45

Tested by

no test coverage detected