//-------------------------------------------------------- // [Author]: 第二世界 // [ Date ]: Monday, October 16, 2017 //-------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace vnxbqy.UI { public class TeamApplicationWin : Window, SecondWindowInterface { [SerializeField] CyclicScroll m_ApplicationList; [SerializeField] Button m_Clear; [SerializeField] Toggle m_AutoSwitch; TeamModel model { get { return ModelCenter.Instance.GetModel(); } } #region Built-in public Button close { get; set; } protected override void BindController() { if (this is SecondWindowInterface) { var frame = this.GetComponentInChildren(); frame.Create(); close = frame.GetComponentInChildren