ARCed.Scripting.Script.SetText C# (CSharp) Method

SetText() private method

Sets the text of the script
private SetText ( string text ) : void
text string The text of the script
return void
        private void SetText(string text)
        {
            this._text = text;
            this.NeedSaved = true;
        }