MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / isEmpty

Method isEmpty

Engine/source/navigation/recastPolyList.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool RecastPolyList::isEmpty() const
61{
62 return getTriCount() == 0;
63}
64
65U32 RecastPolyList::addPoint(const Point3F &p)
66{

Callers 1

updateTilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected