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

◆ DrawArrow()

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

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

405 {
406 Shape shape = Shape.CreateArrow(from, to, size, color, flags);
407 m_DebugShapes.Insert(shape);
408 return shape;
409 }
static ref array< Shape > m_DebugShapes
Определения 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().