Граф наследования:DebugTextWorldSpace:Закрытые члены | |
| void | DebugTextWorldSpace () |
| void | ~DebugTextWorldSpace () |
| proto external vector | GetPosition () |
| proto external void | SetPosition (float x, float y, float z) |
| proto external void | SetTransform (vector mat[4]) |
| Sets the transformation matrix of the text. Useful only for texts created with CreateInWorld(). | |
| proto void | GetTransform (out vector mat[4]) |
| Returns the transformation matrix of the text. Useful only for texts created with CreateInWorld(). | |
| void | DebugTextWorldSpace () |
| void | ~DebugTextWorldSpace () |
| proto external vector | GetPosition () |
| proto external void | SetPosition (float x, float y, float z) |
| proto external void | SetTransform (vector mat[4]) |
| Sets the transformation matrix of the text. Useful only for texts created with CreateInWorld(). | |
| proto void | GetTransform (out vector mat[4]) |
| Returns the transformation matrix of the text. Useful only for texts created with CreateInWorld(). | |
Закрытые статические члены | |
| 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) |
| static proto DebugTextWorldSpace | CreateInWorld (string text, DebugTextFlags flags, vector transform[4], float size=20.0, int color=0xFFFFFFFF, int bgColor=0x00000000, int priority=1000) |
| 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) |
| static proto DebugTextWorldSpace | CreateInWorld (string text, DebugTextFlags flags, vector transform[4], float size=20.0, int color=0xFFFFFFFF, int bgColor=0x00000000, int priority=1000) |
См. определение в файле DebugTextWorldSpace.c строка 7