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