//-------------------------------------------------------- // [Author]: 第二世界 // [ Date ]: Sunday, April 28, 2019 //-------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.Events; namespace Snxxz.UI { public class OneLevelWin : Window { Image m_TitleIcon; FunctionButtonGroup m_Group; Button m_Left; Button m_Right; Button m_Close; RectTransform m_SubWindowContainer; public RectTransform subWindowContainer { get { return m_SubWindowContainer; } } #region Built-in protected override void BindController() { m_TitleIcon = this.GetComponent("Pivot/Container_BackGround/Img_Title"); m_Group = this.GetComponent("Pivot/Container_Functions"); m_Left = this.GetComponent