DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Класс DebugTextWorldSpace
+ Граф наследования: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