mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
51 lines
2.4 KiB
ReStructuredText
51 lines
2.4 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
|
|
|
|
.. _class_NavigationMeshInstance:
|
|
|
|
NavigationMeshInstance
|
|
======================
|
|
|
|
**Inherits:** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`Object<class_object>` | :ref:`get_navigation_mesh<class_NavigationMeshInstance_get_navigation_mesh>` **(** **)** const |
|
|
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`is_enabled<class_NavigationMeshInstance_is_enabled>` **(** **)** const |
|
|
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_enabled<class_NavigationMeshInstance_set_enabled>` **(** :ref:`bool<class_bool>` enabled **)** |
|
|
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_navigation_mesh<class_NavigationMeshInstance_set_navigation_mesh>` **(** :ref:`Object<class_object>` navmesh **)** |
|
|
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_NavigationMeshInstance_get_navigation_mesh:
|
|
|
|
- :ref:`Object<class_object>` **get_navigation_mesh** **(** **)** const
|
|
|
|
.. _class_NavigationMeshInstance_is_enabled:
|
|
|
|
- :ref:`bool<class_bool>` **is_enabled** **(** **)** const
|
|
|
|
.. _class_NavigationMeshInstance_set_enabled:
|
|
|
|
- void **set_enabled** **(** :ref:`bool<class_bool>` enabled **)**
|
|
|
|
.. _class_NavigationMeshInstance_set_navigation_mesh:
|
|
|
|
- void **set_navigation_mesh** **(** :ref:`Object<class_object>` navmesh **)**
|
|
|
|
|