TextAsset

public string Text { get; set; }

Language: C#

public TextAsset(string text)

Language: C#