コード例 #1
0
 static void RuntimeInitialize()
 {
     Instance = FindActive();
 }
コード例 #2
0
 void LoadScene()
 {
     print("Perhaps loading a Scene");
     WordLevelLayout.LoadLevelWithKey(LevelLoadKey);
 }