mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-10 15:07:52 +00:00
DefineEngineMethod(NavPath, onNavMeshUpdate, void, (const char *data),,
"@brief Callback when this path's NavMesh is loaded or rebuilt.")
{
if(object->mMesh && !dStrcmp(data, object->mMesh->getIdString()))
object->plan();
}
|
||
|---|---|---|
| .. | ||
| bin | ||
| lib | ||
| source | ||