2019-05-28 18:08:13 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2021-12-16 06:15:23 +01:00
|
|
|
<class name="NavigationMeshGenerator" inherits="Object" version="3.5">
|
2019-05-28 18:08:13 +02:00
|
|
|
<brief_description>
|
2021-12-16 06:15:23 +01:00
|
|
|
This class is responsible for creating and clearing navigation meshes.
|
2019-05-28 18:08:13 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2021-12-16 06:15:23 +01:00
|
|
|
This class is responsible for creating and clearing navigation meshes.
|
2019-05-28 18:08:13 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="bake">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="nav_mesh" type="NavigationMesh" />
|
|
|
|
<argument index="1" name="root_node" type="Node" />
|
2019-05-28 18:08:13 +02:00
|
|
|
<description>
|
2021-12-16 06:15:23 +01:00
|
|
|
Bakes the navigation mesh. This will allow you to use pathfinding with the navigation system.
|
2019-05-28 18:08:13 +02:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="clear">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="nav_mesh" type="NavigationMesh" />
|
2019-05-28 18:08:13 +02:00
|
|
|
<description>
|
2021-12-16 06:15:23 +01:00
|
|
|
Clears the navigation mesh.
|
2019-05-28 18:08:13 +02:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|