DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
DrawFrustum()
static
Shape
Debug::DrawFrustum
(
float
horizontalAngle
,
float
verticalAngle
,
float
length
,
int
color
=
0x1fff7f7f
,
ShapeFlags
flags
=
ShapeFlags.TRANSP
|
ShapeFlags.WIREFRAME
)
inline
static
private
См. определение в файле
Debug.c
строка
327
328
{
329
Shape
shape =
Shape
.CreateFrustum(horizontalAngle, verticalAngle, length, color, flags);
330
if
(( flags &
ShapeFlags
.ONCE ) == 0)
331
m_DebugShapes
.Insert(shape);
332
return
shape;
333
}
Debug::m_DebugShapes
static ref array< Shape > m_DebugShapes
Определения
Debug.c:24
ShapeFlags
ShapeFlags
Определения
EnDebug.c:126
Shape
class DiagMenu Shape
don't call destructor directly. Use Destroy() instead
Перекрестные ссылки
m_DebugShapes
и
Shape
.
Debug
Создано системой
1.13.2