コード例 #1
0
 public void MenuScreen()
 {
     planetManager.LoadPlanetData(ApplicationModel.Instance.Player.SolarSystem);
     planetManager.SetCameraToPlanet();
     planetManager.ChangePlanetFocus(ApplicationModel.Instance.Player.CurrentPlanet);
     this.GetComponent <MenuManager>().ShowMenu(planetMenu);
 }