Beyond_Beyaan.BBLabel.GetHeight C# (CSharp) Method

GetHeight() public method

public GetHeight ( ) : float
return float
        public float GetHeight()
        {
            return _textSprite.Height > 0 ? _textSprite.Height : 1;
        }