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