Files
godot-docs/classes/class_navigationmeshinstance.rst
Rémi Verschelde 1b5e8c18fd classref: Order everything alphabetically
And sync with current 2.0.x sources.
2016-06-25 02:10:54 +02:00

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 **)**