コード例 #1
0
 public void RepeatPressed()
 {
     ApplicationSetUp.LoadScreen(sceneName ?? LevelSettings.GetLevelId());
 }
コード例 #2
0
ファイル: InfoPanel.cs プロジェクト: Demy/CosmoCats
 public void ShowEndWnidow()
 {
     ShowEndWnidowFor(LevelSettings.GetLevelId(), LevelSettings.GetConditions(),
                      FindActiveScene());
 }
コード例 #3
0
 void LoadCurrentLevel()
 {
     ApplicationSetUp.LoadScreen(LevelSettings.GetLevelId());
 }