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

GetWidth() 공개 메소드

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