I want to list all the nodes in my scene. Not only those who are the daughter of the scene itself, but also the children of those and these children, etc. .... Therefore, I want to be able to go through the entire hierarchy of the node.
Is there a way to do this without knowing how deep the node tree is?
ios objective-c sprite-kit
adam10603
source share