Beyond_Beyaan.BBLabel.GetWidth C# (CSharp) Method

GetWidth() public method

public GetWidth ( ) : float
return float
        public float GetWidth()
        {
            return _textSprite.Width > 0 ? _textSprite.Width : 1;
        }