OpenTween.TweenMain.SetStatusLabel C# (CSharp) Method

SetStatusLabel() public method

public SetStatusLabel ( string text ) : void
text string
return void
        public void SetStatusLabel(string text)
        {
            StatusLabel.Text = text;
        }
TweenMain