mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
doc: Sync classref with current source
This commit is contained in:
31
doc/classes/EditorNavigationMeshGenerator.xml
Normal file
31
doc/classes/EditorNavigationMeshGenerator.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="EditorNavigationMeshGenerator" inherits="Object" category="Core" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="bake">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="nav_mesh" type="NavigationMesh">
|
||||
</argument>
|
||||
<argument index="1" name="root_node" type="Node">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="clear">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="nav_mesh" type="NavigationMesh">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
||||
Reference in New Issue
Block a user