DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ DrawBoxEx()

static Shape Debug::DrawBoxEx ( vector pos1,
vector pos2,
int color = 0x1fff7f7f,
ShapeFlags flags = ShapeFlags.TRANSP|ShapeFlags.NOZWRITE )
inlinestaticprivate

См. определение в файле Debug.c строка 291

292 {
293 Shape shape = Shape.Create(ShapeType.BBOX, color, flags, pos1, pos2);
294 if (( flags & ShapeFlags.ONCE ) == 0)
295 m_DebugShapes.Insert(shape);
296 return shape;
297 }
static ref array< Shape > m_DebugShapes
Определения Debug.c:24
ShapeType
Определения EnDebug.c:116
ShapeFlags
Определения EnDebug.c:126
class DiagMenu Shape
don't call destructor directly. Use Destroy() instead

Перекрестные ссылки m_DebugShapes и Shape.

Используется в DrawBox().