Beyond_Beyaan.BBLabel.GetHeight C# (CSharp) Méthode

GetHeight() public méthode

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