コード例 #1
0
ファイル: UITabButton.cs プロジェクト: leeohaddad/CodeWay
 protected virtual void Awake()
 {
     buttonImage = this.gameObject.GetComponent <Image>();
     buttonAlpha = buttonImage.color.a;
     tabEvents   = this.GetComponent <UITabEvents>();
 }
コード例 #2
0
ファイル: UITabButton.cs プロジェクト: leeohaddad/CodeWay
 protected virtual void Awake()
 {
     buttonImage = this.gameObject.GetComponent<Image>();
     buttonAlpha = buttonImage.color.a;
     tabEvents = this.GetComponent<UITabEvents>();
 }