doc: Sync classref with current source
This commit is contained in:
parent
b71254a861
commit
3a365c1fc0
16 changed files with 379 additions and 20 deletions
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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue