class_navigationmeshinstance.rst 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_NavigationMeshInstance:
  4. NavigationMeshInstance
  5. ======================
  6. **Inherits:** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +------------------------------+--------------------------------------------------------------------------------------------------------------------------------+
  13. | :ref:`Object<class_object>` | :ref:`get_navigation_mesh<class_NavigationMeshInstance_get_navigation_mesh>` **(** **)** const |
  14. +------------------------------+--------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`bool<class_bool>` | :ref:`is_enabled<class_NavigationMeshInstance_is_enabled>` **(** **)** const |
  16. +------------------------------+--------------------------------------------------------------------------------------------------------------------------------+
  17. | void | :ref:`set_enabled<class_NavigationMeshInstance_set_enabled>` **(** :ref:`bool<class_bool>` enabled **)** |
  18. +------------------------------+--------------------------------------------------------------------------------------------------------------------------------+
  19. | void | :ref:`set_navigation_mesh<class_NavigationMeshInstance_set_navigation_mesh>` **(** :ref:`Object<class_object>` navmesh **)** |
  20. +------------------------------+--------------------------------------------------------------------------------------------------------------------------------+
  21. Member Function Description
  22. ---------------------------
  23. .. _class_NavigationMeshInstance_get_navigation_mesh:
  24. - :ref:`Object<class_object>` **get_navigation_mesh** **(** **)** const
  25. .. _class_NavigationMeshInstance_is_enabled:
  26. - :ref:`bool<class_bool>` **is_enabled** **(** **)** const
  27. .. _class_NavigationMeshInstance_set_enabled:
  28. - void **set_enabled** **(** :ref:`bool<class_bool>` enabled **)**
  29. .. _class_NavigationMeshInstance_set_navigation_mesh:
  30. - void **set_navigation_mesh** **(** :ref:`Object<class_object>` navmesh **)**