class DebugTextSource
DebugText › Managed
Derived classes
All members, including inherited
Used for creating on screen texts in world.
Constructors 2
private void DebugText()Instantiate using the Create method in derived classes
void ~DebugText()Methods 10
proto external string GetText()proto external float GetFontSize()proto external int GetTextColor()proto external int GetBackgroundColor()proto external int GetPriority()proto external void SetText(string text)proto external void SetTextColor(int color)proto external void SetFontSize(float size)proto external void SetBackgroundColor(int color)proto external void SetPriority(int priority)Sets Z order priority.
NoteTexts with background are always rendered under texts without background.