这将删除我的可拖动层上的所有子项:
while(draggableLayer.numChildren){
draggableLayer.removeChildAt(0);
}
但是它们只是从舞台上消失了,我怎样才能将它们重新添加到舞台上?
这将删除我的可拖动层上的所有子项:
while(draggableLayer.numChildren){
draggableLayer.removeChildAt(0);
}
但是它们只是从舞台上消失了,我怎样才能将它们重新添加到舞台上?