Ejemplo n.º 1
0
 protected override void Awake()
 {
     base.Awake();
     this.m_Effect = this.GetComponent <UIEffectBase>();
 }
 protected override void Awake()
 {
     base.Awake();
     this.m_Effect = this.GetComponent<UIEffectBase>();
 }
Ejemplo n.º 3
0
 protected override void AddEvent()
 {
     base.AddEvent();
     this.m_PanelEffect = this.GetComponent<UIEffectBase>();
 }
Ejemplo n.º 4
0
 protected override void AddEvent()
 {
     base.AddEvent();
     this.m_PanelEffect = this.GetComponent <UIEffectBase>();
 }