UnityEditor.ProjectBrowserColumnOneTreeViewGUI.OnRowGUI C# (CSharp) Méthode

OnRowGUI() public méthode

public OnRowGUI ( Rect rowRect, TreeViewItem item, int row, bool selected, bool focused ) : void
rowRect UnityEngine.Rect
item TreeViewItem
row int
selected bool
focused bool
Résultat void
        public override void OnRowGUI(Rect rowRect, TreeViewItem item, int row, bool selected, bool focused)
        {
            bool useBoldFont = this.IsVisibleRootNode(item);
            this.DoItemGUI(rowRect, row, item, selected, focused, useBoldFont);
        }