// Token: 0x060000BB RID: 187 RVA: 0x00007D38 File Offset: 0x00005F38 public GUIListViewColumn(string text, string tooltip, Texture image, float width, GUIListViewColumn.CompareDelelgate comparefunc) { this.Text = text; this.Tooltip = tooltip; this.Image = image; this.Width = width; this.CompareFunc = comparefunc; this.Color = Color.clear; }
// Token: 0x060001B0 RID: 432 RVA: 0x0000CB6C File Offset: 0x0000AD6C public Column(string id, string title, int width, GUIListViewColumn.CompareDelelgate comparer, FindAssetUsageWindow.Listbox.Column.ColumnDrawer drawer) : base(title, "", null, (float)width, comparer) { this.SerializeName = id; this.DrawFunc = drawer; }