We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
UI addNode vs addChild
UI addNode vs addChild
Bug #4541 [Closed]
We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
As previously discussed,
UIWidget
needs to use a kind of "protected" node for its internal use, and it shouldn't overrideaddChild
.eg:
addProtectedChild
,removeProtectedChild
, etc... to add "internals" widgets into another widget.