Ejemplo n.º 1
0
 void InitializeGUI()
 {
     permaPruneWindow = this.gameObject.AddComponent <PermaPruneWindow>();
     modFilterWindow  = this.gameObject.AddComponent <ModFilterWindow>();
     showBlocked      = this.gameObject.AddComponent <ShowBlocked>();
     showRenamed      = this.gameObject.AddComponent <ShowRenamed>();
 }
Ejemplo n.º 2
0
 void Awake()
 {
     Log.Info("ShowRenamed Awake()");
     this.enabled             = false;
     Instance                 = this;
     renamedWindowRect.center = new Vector2(UnityEngine.Screen.width * 0.5f, UnityEngine.Screen.height * 0.5f);
 }