Ejemplo n.º 1
0
        public virtual bool CanShowInterstitialBetweenScene(CocoSceneID prevSceneId, CocoSceneID nextSceneId)
        {
            if (prevSceneId == CocoSceneID.CoverPage)
            {
                return(false);
            }

            return(true);
        }
 void RegisterInModule()
 {
     sceneModule.SceneManager = this;
     m_SceneID = sceneModule.Data.sceneId;
 }
 virtual protected void OnLoadingStart(CocoSceneID nextSceneID)
 {
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Init this instance.
 /// </summary>
 protected virtual void Init()
 {
     curSceneID   = CocoSceneID.None;
     frontSceneID = CocoSceneID.None;
 }