using UnityEngine; using UnityEngine.UI; using System.Collections; public class NavTabButton : DGUI { public CallBackUtil.IntegerCallBack OnClick; public Text label; public Animator animator; private Button button; private bool m_Enabled; protected virtual void Awake () { label = transform.FindChild ("Text").GetComponent (); animator = GetComponent (); button = GetComponent