Exemple #1
0
 public void Load()
 {
     SetGameObject(res.CreateInstance <GameObject>());
     state = UIState.Loaded;
     OnLoaded();
 }