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.
我需要让我的场景的孩子。我正在使用 andengine 并且试图以某种方式保存游戏状态,但我真的不想将我的对象放入数组中,在创建关卡时,我想在需要时获取这些项目。所以 - 问题是 - 有什么办法,我可以得到场景的孩子吗?如果是这样,该怎么做?
你可以使用yourScene.getChildCount()和yourScene.getChildByIndex()遍历事物
yourScene.getChildCount()
yourScene.getChildByIndex()