Beispiel #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>();
 }
Beispiel #3
0
 protected override void AddEvent()
 {
     base.AddEvent();
     this.m_PanelEffect = this.GetComponent<UIEffectBase>();
 }
Beispiel #4
0
 protected override void AddEvent()
 {
     base.AddEvent();
     this.m_PanelEffect = this.GetComponent <UIEffectBase>();
 }