コード例 #1
0
 public static OpeningUI GetInstance()
 {
     if (instance == null)
     {
         instance = new OpeningUI();
     }
     return(instance);
 }
コード例 #2
0
 // Start is called before the first frame update
 private void Start()
 {
     openingUI           = OpeningUI.GetInstance();
     openingUI.UIDefault = SettingUI;
 }