Example #1
0
            public Tab(string text, Texture2D image = null, string tooltip = null)
            {
                Content = new GUIContent(text, image, tooltip);
                Data    = default(TTabData);

                hashCode = Content.GetHashCode();
            }
 public override int GetHashCode()
 {
     return(name.GetHashCode());
 }