#include "eDebugLine.h"
#include "tArray.h"
#include "rRender.h"
Go to the source code of this file.
Classes | |
class | eLineEntry |
Variables | |
static REAL | se_r = 1 |
static REAL | se_g = 1 |
static REAL | se_b = 1 |
static REAL | se_timeout = .1 |
static tArray< eLineEntry > | se_lines |
Definition at line 37 of file eDebugLine.cpp.
Referenced by eLineEntry::Create(), eDebugLine::ResetOptions(), and eDebugLine::SetColor().
Definition at line 37 of file eDebugLine.cpp.
Referenced by eLineEntry::Create(), eDebugLine::ResetOptions(), and eDebugLine::SetColor().
tArray<eLineEntry> se_lines [static] |
Definition at line 59 of file eDebugLine.cpp.
Referenced by eLineEntry::Delete(), eDebugLine::Render(), and eDebugLine::Update().
Definition at line 37 of file eDebugLine.cpp.
Referenced by eLineEntry::Create(), eDebugLine::ResetOptions(), and eDebugLine::SetColor().
REAL se_timeout = .1 [static] |
Definition at line 38 of file eDebugLine.cpp.
Referenced by eLineEntry::Create(), eDebugLine::ResetOptions(), and eDebugLine::SetTimeout().