void DebugText()
Instantiate using the Create method in derived classes.
void DebugTextWorldSpace()
proto void GetTransform(out vector mat[4])
Returns the transformation matrix of the text. Useful only for texts created with CreateInWorld().
proto external void SetPosition(float x, float y, float z)
static proto DebugTextWorldSpace CreateInWorld(string text, DebugTextFlags flags, vector transform[4], float size=20.0, int color=0xFFFFFFFF, int bgColor=0x00000000, int priority=1000)
proto external vector GetPosition()
static proto DebugTextWorldSpace Create(string text, DebugTextFlags flags, float x, float y, float z, float size=20.0, int color=0xFFFFFFFF, int bgColor=0x00000000, int priority=1000)
void ~DebugTextWorldSpace()
proto external void SetTransform(vector mat[4])
Sets the transformation matrix of the text. Useful only for texts created with CreateInWorld().