UnityEditor.AudioMixerGroupSelector.GroupTreeViewGUI.GetHeightOfLastRow C# (CSharp) 메소드

GetHeightOfLastRow() 공개 메소드

public GetHeightOfLastRow ( ) : float
리턴 float
            public override float GetHeightOfLastRow()
            {
                Rect rect = this.m_RowRects[this.m_RowRects.Count - 1];
                return rect.height;
            }