ChunFengTsin
Dear all,
In my project , have three scene class and a MainGame class:
StartScene
MainMenuScene
BattleScene
everyone of the three class include a Scene object and not inherit Application.
MainGame is inherit Application.
But the scene can’t update ,and the event of scene is lose efficacy.
Now I want to know how to update scene.
Is I have to let them inherit Application ??