UnityEditor.AudioMixerGroupSelector.GroupTreeViewGUI.GetTopPixelOfRow C# (CSharp) Method

GetTopPixelOfRow() public method

public GetTopPixelOfRow ( int row, List rows ) : float
row int
rows List
return float
            public override float GetTopPixelOfRow(int row, List<TreeViewItem> rows)
            {
                Rect rect = this.m_RowRects[row];
                return rect.y;
            }