protected virtual void Awake() { buttonImage = this.gameObject.GetComponent <Image>(); buttonAlpha = buttonImage.color.a; tabEvents = this.GetComponent <UITabEvents>(); }
protected virtual void Awake() { buttonImage = this.gameObject.GetComponent<Image>(); buttonAlpha = buttonImage.color.a; tabEvents = this.GetComponent<UITabEvents>(); }