Exemple #1
0
        public override void onExit()
        {
            base.onExit();
            m_pOutScene.onExit();

            // inScene should not receive the onExit callback
            // only the onEnterTransitionDidFinish
            m_pInScene.onEnterTransitionDidFinish();
        }