FarseerPhysics.Samples.ScreenSystem.MenuEntry.GetHeight C# (CSharp) Method

GetHeight() public method

Queries how much space this menu entry requires.
public GetHeight ( ) : int
return int
        public int GetHeight()
        {
            return (int)_height;
        }