Hello,
I have one scene. In there many layer. Now I want to access a child from one layer to another layer.
How o did it??
Hello,
I have one scene. In there many layer. Now I want to access a child from one layer to another layer.
How o did it??
mylayer->getParent()->getChildrenByTag(ID_ANOTHER_LAYER);
Thanks Wang,
It solved my problem.