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

GetRowRect() public méthode

public GetRowRect ( int row, float rowWidth ) : Rect
row int
rowWidth float
Résultat UnityEngine.Rect
        public override Rect GetRowRect(int row, float rowWidth)
        {
            IList<TreeViewItem> rows = base.m_TreeView.data.GetRows();
            return new Rect(0f, this.GetTopPixelOfRow(row, rows), rowWidth, base.k_LineHeight);
        }