UnityEditor.HeaderDrawer.GetHeight C# (CSharp) Method

GetHeight() public method

public GetHeight ( ) : float
return float
        public override float GetHeight()
        {
            return 24f;
        }
HeaderDrawer