Ejemplo n.º 1
0
 private bool IsContainScene(Constant.ENUM_SCENE pIdScene)
 {
     return(SceneManager.GetSceneByName(GetNameSceneById(pIdScene)).IsValid());
 }
Ejemplo n.º 2
0
    private AbstractSceneConductor GetSceneConductor(Constant.ENUM_SCENE pIdScene)
    {
        Scene _Scene = SceneManager.GetSceneByName(GetNameSceneById(pIdScene));

        return(GetSceneConductor(_Scene));
    }
Ejemplo n.º 3
0
 public bool IsActive(Constant.ENUM_SCENE pIdScene)
 {
     return(m_IdSceneActive == pIdScene);
 }