MCPcopy Create free account
hub / github.com/axmolengine/axmol / end

Method end

core/navmesh/NavMeshDebugDraw.cpp:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void NavMeshDebugDraw::end()
131{
132 if (!_currentPrimitive)
133 return;
134 _currentPrimitive->end = _vertices.size();
135 _primitiveList.emplace_back(_currentPrimitive);
136 _currentPrimitive = nullptr;
137}
138
139Vec4 NavMeshDebugDraw::getColor(unsigned int col)
140{

Callers 15

DownloadTaskMethod · 0.45
tryRedirectFunction · 0.45
on_header_fieldFunction · 0.45
on_header_field_completeFunction · 0.45
on_header_valueFunction · 0.45
on_bodyFunction · 0.45
~DownloadContextCURLMethod · 0.45
initMethod · 0.45
writeDataProcMethod · 0.45
getFinishedTasksMethod · 0.45
_closeSocketCallbackMethod · 0.45
_threadProcMethod · 0.45

Calls 2

sizeMethod · 0.45
emplace_backMethod · 0.45

Tested by

no test coverage detected