proto external int GetPriority()
proto external int GetBackgroundColor()
proto external void SetPriority(int priority)
proto external void SetBackgroundColor(int color)
proto external int GetTextColor()
proto external string GetText()
proto external void SetTextColor(int color)
proto external float GetFontSize()
proto external void SetFontSize(float size)
proto external void SetText(string text)
void DebugText()
Instantiate using the Create method in derived classes.