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

SetText() 공개 메소드

public SetText ( string text ) : bool
text string
리턴 bool
        public bool SetText(string text)
        {
            //If font has been specified, use that, otherwise use default.  This function merely changes text.
            RefreshText(text);
            return true;
        }

Same methods

BBLabel::SetText ( string text, string fontName ) : bool