cocos2d-x 將一個節點從其父節點上移除,加到另一個節點上

childNode->retain();  // 引用計數
childNode->removeFromParent(true);
otherNode->addChild(childNode);rem

相關文章
相關標籤/搜索