| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 | /** This is an automatically generated class by FairyGUI. Please do not modify it. **/using FairyGUI;namespace UI.TurnTable{    public partial class UI_TurnTableUI    {        public GComponent target;        public GLoader m_bg;        public GGraph m_bgEffect;        public GGraph m_bgEffec1;        public GLoader m_iconBg;        public UI_rewardItem m_item0;        public UI_rewardItem m_item1;        public UI_rewardItem m_item2;        public UI_rewardItem m_item3;        public UI_rewardItem m_item4;        public UI_rewardItem m_item5;        public UI_rewardItem m_item6;        public UI_rewardItem m_item7;        public UI_rewardItem m_item8;        public UI_rewardItem m_item9;        public GLoader m_pointer2;        public GLoader m_pointer1;        public GLoader m_pointer0;        public GLoader m_rewardIcon;        public GGraph m_specialEffect;        public UI_Component1 m_reward;        public GLoader m_numberBg;        public GTextField m_numberText;        public GButton m_btnStartOne;        public GGraph m_btnEffectOne;        public GButton m_btnStartThree;        public GGraph m_btnEffectThree;        public GTextField m_timeText;        public GButton m_ruleBtn;        public GGraph m_titleEffect;        public GButton m_shopBtn;        public GButton m_giftBtn;        public GTextField m_giftTimeText;        public GGroup m_gift;        public GComponent m_valueBar;        public GGraph m_bgEffec2;        public GGraph m_bgEffec3;        public GButton m_btnBack;        public const string URL = "ui://zioq0m8xtvgdg";        public const string PACKAGE_NAME = "TurnTable";        public const string RES_NAME = "TurnTableUI";        private static UI_TurnTableUI _proxy;        public static UI_TurnTableUI Create(GObject gObject = null)        {            var ui = new UI_TurnTableUI();            if(gObject == null)            	ui.target =  (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);            else            	ui.target =  (GComponent)gObject;            ui.Init(ui.target);            return ui;        }        public static UI_TurnTableUI Proxy(GObject gObject = null)        {            if(_proxy == null)            {                _proxy = new UI_TurnTableUI();            }            var ui = _proxy;            if(gObject == null)            	ui.target =  (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);            else            	ui.target =  (GComponent)gObject;            ui.Init(ui.target);            return ui;        }        public static void ProxyEnd()        {            if (_proxy != null)            {                _proxy.Dispose();            }        }        public static void ClearProxy()        {            ProxyEnd();            _proxy = null;        }        private void Init(GComponent comp)        {            m_bg = (GLoader)comp.GetChild("bg");            m_bgEffect = (GGraph)comp.GetChild("bgEffect");            m_bgEffec1 = (GGraph)comp.GetChild("bgEffec1");            m_iconBg = (GLoader)comp.GetChild("iconBg");            m_item0 = (UI_rewardItem)UI_rewardItem.Create(comp.GetChild("item0"));            m_item1 = (UI_rewardItem)UI_rewardItem.Create(comp.GetChild("item1"));            m_item2 = (UI_rewardItem)UI_rewardItem.Create(comp.GetChild("item2"));            m_item3 = (UI_rewardItem)UI_rewardItem.Create(comp.GetChild("item3"));            m_item4 = (UI_rewardItem)UI_rewardItem.Create(comp.GetChild("item4"));            m_item5 = (UI_rewardItem)UI_rewardItem.Create(comp.GetChild("item5"));            m_item6 = (UI_rewardItem)UI_rewardItem.Create(comp.GetChild("item6"));            m_item7 = (UI_rewardItem)UI_rewardItem.Create(comp.GetChild("item7"));            m_item8 = (UI_rewardItem)UI_rewardItem.Create(comp.GetChild("item8"));            m_item9 = (UI_rewardItem)UI_rewardItem.Create(comp.GetChild("item9"));            m_pointer2 = (GLoader)comp.GetChild("pointer2");            m_pointer1 = (GLoader)comp.GetChild("pointer1");            m_pointer0 = (GLoader)comp.GetChild("pointer0");            m_rewardIcon = (GLoader)comp.GetChild("rewardIcon");            m_specialEffect = (GGraph)comp.GetChild("specialEffect");            m_reward = (UI_Component1)UI_Component1.Create(comp.GetChild("reward"));            m_numberBg = (GLoader)comp.GetChild("numberBg");            m_numberText = (GTextField)comp.GetChild("numberText");            m_btnStartOne = (GButton)comp.GetChild("btnStartOne");            m_btnEffectOne = (GGraph)comp.GetChild("btnEffectOne");            m_btnStartThree = (GButton)comp.GetChild("btnStartThree");            m_btnEffectThree = (GGraph)comp.GetChild("btnEffectThree");            m_timeText = (GTextField)comp.GetChild("timeText");            m_ruleBtn = (GButton)comp.GetChild("ruleBtn");            m_titleEffect = (GGraph)comp.GetChild("titleEffect");            m_shopBtn = (GButton)comp.GetChild("shopBtn");            m_giftBtn = (GButton)comp.GetChild("giftBtn");            m_giftTimeText = (GTextField)comp.GetChild("giftTimeText");            m_gift = (GGroup)comp.GetChild("gift");            m_valueBar = (GComponent)comp.GetChild("valueBar");            m_bgEffec2 = (GGraph)comp.GetChild("bgEffec2");            m_bgEffec3 = (GGraph)comp.GetChild("bgEffec3");            m_btnBack = (GButton)comp.GetChild("btnBack");        }        public void Dispose(bool disposeTarget = false)        {            m_bg = null;            m_bgEffect = null;            m_bgEffec1 = null;            m_iconBg = null;            m_item0.Dispose();            m_item0 = null;            m_item1.Dispose();            m_item1 = null;            m_item2.Dispose();            m_item2 = null;            m_item3.Dispose();            m_item3 = null;            m_item4.Dispose();            m_item4 = null;            m_item5.Dispose();            m_item5 = null;            m_item6.Dispose();            m_item6 = null;            m_item7.Dispose();            m_item7 = null;            m_item8.Dispose();            m_item8 = null;            m_item9.Dispose();            m_item9 = null;            m_pointer2 = null;            m_pointer1 = null;            m_pointer0 = null;            m_rewardIcon = null;            m_specialEffect = null;            m_reward.Dispose();            m_reward = null;            m_numberBg = null;            m_numberText = null;            m_btnStartOne = null;            m_btnEffectOne = null;            m_btnStartThree = null;            m_btnEffectThree = null;            m_timeText = null;            m_ruleBtn = null;            m_titleEffect = null;            m_shopBtn = null;            m_giftBtn = null;            m_giftTimeText = null;            m_gift = null;            m_valueBar = null;            m_bgEffec2 = null;            m_bgEffec3 = null;            m_btnBack = null;            if(disposeTarget && target != null)            {                target.RemoveFromParent();                target.Dispose();            }            target = null;        }    }}
 |