mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Sync classref with master branch (4.0 changes)
This commit is contained in:
37
classes/class_navigationmeshgenerator.rst
Normal file
37
classes/class_navigationmeshgenerator.rst
Normal file
@@ -0,0 +1,37 @@
|
||||
:github_url: hide
|
||||
|
||||
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
||||
.. DO NOT EDIT THIS FILE, but the NavigationMeshGenerator.xml source instead.
|
||||
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
||||
|
||||
.. _class_NavigationMeshGenerator:
|
||||
|
||||
NavigationMeshGenerator
|
||||
=======================
|
||||
|
||||
**Inherits:** :ref:`Object<class_Object>`
|
||||
|
||||
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
||||
+------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`bake<class_NavigationMeshGenerator_method_bake>` **(** :ref:`NavigationMesh<class_NavigationMesh>` nav_mesh, :ref:`Node<class_Node>` root_node **)** |
|
||||
+------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`clear<class_NavigationMeshGenerator_method_clear>` **(** :ref:`NavigationMesh<class_NavigationMesh>` nav_mesh **)** |
|
||||
+------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Method Descriptions
|
||||
-------------------
|
||||
|
||||
.. _class_NavigationMeshGenerator_method_bake:
|
||||
|
||||
- void **bake** **(** :ref:`NavigationMesh<class_NavigationMesh>` nav_mesh, :ref:`Node<class_Node>` root_node **)**
|
||||
|
||||
----
|
||||
|
||||
.. _class_NavigationMeshGenerator_method_clear:
|
||||
|
||||
- void **clear** **(** :ref:`NavigationMesh<class_NavigationMesh>` nav_mesh **)**
|
||||
|
||||
Reference in New Issue
Block a user