コード例 #1
0
 public ColonistBarDrawer()
 {
     ColonistBarDrawer.ResetTextures();
 }
コード例 #2
0
 public void Reset()
 {
     this.drawerGameObject = new GameObject("ColonistBarDrawer");
     this.drawer           = this.drawerGameObject.AddComponent <ColonistBarDrawer>();
     this.barVisible       = this.drawer.Visible;
 }
コード例 #3
0
 public void ResetTextures()
 {
     ColonistBar.ResetTextures();
     ColonistBarDrawer.ResetTextures();
 }