MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ~rcPolyMesh

Method ~rcPolyMesh

Source/ThirdParty/recastnavigation/Recast.cpp:251–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251rcPolyMesh::~rcPolyMesh()
252{
253 rcFree(verts);
254 rcFree(polys);
255 rcFree(regs);
256 rcFree(flags);
257 rcFree(areas);
258}
259
260rcPolyMeshDetail* rcAllocPolyMeshDetail()
261{

Callers

nothing calls this directly

Calls 1

rcFreeFunction · 0.85

Tested by

no test coverage detected