Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是安卓游戏新手,我使用的开发引擎是 Wiengine。我想知道如何用它的孩子破坏一个图层
我想出了怎么做
这将删除层 layer.removeAllChild(true); 的子层;
这将删除层及其子层 this.removeChild(layer, true);