ARCed.Scripting.Script.SetText C# (CSharp) Méthode

SetText() private méthode

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