Beyond_Beyaan.BBLabel.GetHeight C# (CSharp) 메소드

GetHeight() 공개 메소드

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