Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ~dtNodePool
Method
~dtNodePool
Source/ThirdParty/recastnavigation/DetourNode.cpp:76–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
dtNodePool::~dtNodePool()
77
{
78
dtFree(m_nodes);
79
dtFree(m_next);
80
dtFree(m_first);
81
}
82
83
void dtNodePool::clear()
84
{
Callers
2
~dtNavMeshQuery
Method · 0.80
init
Method · 0.80
Calls
1
dtFree
Function · 0.85
Tested by
no test coverage detected