android - Destroying a Layer with its Child in Wiengine -
I'm new to Android gaming, the development I'm using is engine's wigenin. I want to know that How can I destroy a layer with her child?
I thought how to do it < / P>
This will remove the children of the layer layer. Removes AllChild (true);
And it will remove this layer with your children. RemovesChild (layer, true);
Comments
Post a Comment