Add navigation obstacles to performance monitor stats

Adds navigation obstacle count to navigation performance monitor.
This commit is contained in:
smix8
2024-06-25 04:50:43 +02:00
parent 25ff1306d6
commit f9876d3a88
10 changed files with 26 additions and 1 deletions

View File

@ -1167,5 +1167,8 @@
<constant name="INFO_EDGE_FREE_COUNT" value="8" enum="ProcessInfo">
Constant to get the number of navigation mesh polygon edges that could not be merged but may be still connected by edge proximity or with links.
</constant>
<constant name="INFO_OBSTACLE_COUNT" value="9" enum="ProcessInfo">
Constant to get the number of active navigation obstacles.
</constant>
</constants>
</class>