UnityEditor.SceneHierarchySortingWindow.GetHeight C# (CSharp) Method

GetHeight() private method

private GetHeight ( ) : float
return float
        private float GetHeight()
        {
            return (16f * this.m_Data.Count);
        }