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

◆ OnDrawing()

void Component::OnDrawing ( )
inlineprotected

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

103 {
104 #ifndef DEVELOPER
105 return;
106 #endif
107
109 {
110 vector mat[4];
111 m_ThisEntityAI.GetTransform(mat);
112
113 if ( m_DebugShapeBBox )
114 {
115 m_DebugShapeBBox.SetMatrix(mat);
116 }
117
119 {
120 m_DebugShapeDirection.SetMatrix(mat);
121 }
122 }
123 }
Shape m_DebugShapeBBox
Определения ComponentEntityDebug.c:4
EntityAI m_ThisEntityAI
Определения Component.c:24
Shape m_DebugShapeDirection
Определения ComponentEntityDebug.c:5

Перекрестные ссылки m_DebugShapeBBox, m_DebugShapeDirection и m_ThisEntityAI.

Используется в DebugBBoxDelete(), DebugBBoxDraw(), DebugDirectionDelete() и DebugDirectionDraw().