コード例 #1
0
 protected override void OnEnable()
 {
     base.OnEnable();
     Window = this;
 }
コード例 #2
0
 public static void Init()
 {
     Window         = GetWindow <EventNodeWindow>("Events", typeof(CombatNodeWindow), typeof(DialogNodeWindow), typeof(WorldMapNodeWindow), typeof(AchievementNodeWindow), typeof(EventNodeWindow));
     Window.minSize = new Vector2(1100.0F, 450.0F);
 }