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

◆ DrawArrow()

static Shape Debug::DrawArrow ( vector from,
vector to,
float size = 0.5,
int color = 0xFFFFFFFF,
int flags = 0 )
inlinestaticprivate

См. определение в файле 3_Game/DayZ/tools/Debug.c строка 483

484 {
485 Shape shape = Shape.CreateArrow(from, to, size, color, flags);
486 m_DebugShapes.Insert(shape);
487 return shape;
488 }
static ref array< Shape > m_DebugShapes
Определения 3_Game/DayZ/tools/Debug.c:24
class DiagMenu Shape
don't call destructor directly. Use Destroy() instead

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

Используется в Component::DebugDirectionDraw(), PluginBase::DrawDebugs(), DrawDebugShape(), SceneObject::EditorLineAdd() и UIScriptedMenu::Update().