diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-05-28 18:08:13 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-05-28 18:08:13 +0200 |
commit | 3a365c1fc0b9fff27d767cbcf0e1801ec54b257c (patch) | |
tree | 6ca4d5580d92648756457f6213a09fb275cb7acc /doc/classes/EditorNavigationMeshGenerator.xml | |
parent | b71254a86134233949ee9ebe5855fa509f34824c (diff) |
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/EditorNavigationMeshGenerator.xml')
-rw-r--r-- | doc/classes/EditorNavigationMeshGenerator.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/classes/EditorNavigationMeshGenerator.xml b/doc/classes/EditorNavigationMeshGenerator.xml new file mode 100644 index 0000000000..3956e12509 --- /dev/null +++ b/doc/classes/EditorNavigationMeshGenerator.xml @@ -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> |