class_navigationmeshinstance.rst 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the NavigationMeshInstance.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_NavigationMeshInstance:
  6. NavigationMeshInstance
  7. ======================
  8. **Inherits:** :ref:`Spatial<class_Spatial>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  9. Properties
  10. ----------
  11. +---------------------------------------------+---------------------------------------------------------------+----------+
  12. | :ref:`bool<class_bool>` | :ref:`enabled<class_NavigationMeshInstance_property_enabled>` | ``true`` |
  13. +---------------------------------------------+---------------------------------------------------------------+----------+
  14. | :ref:`NavigationMesh<class_NavigationMesh>` | :ref:`navmesh<class_NavigationMeshInstance_property_navmesh>` | |
  15. +---------------------------------------------+---------------------------------------------------------------+----------+
  16. Property Descriptions
  17. ---------------------
  18. .. _class_NavigationMeshInstance_property_enabled:
  19. - :ref:`bool<class_bool>` **enabled**
  20. +-----------+--------------------+
  21. | *Default* | ``true`` |
  22. +-----------+--------------------+
  23. | *Setter* | set_enabled(value) |
  24. +-----------+--------------------+
  25. | *Getter* | is_enabled() |
  26. +-----------+--------------------+
  27. ----
  28. .. _class_NavigationMeshInstance_property_navmesh:
  29. - :ref:`NavigationMesh<class_NavigationMesh>` **navmesh**
  30. +----------+----------------------------+
  31. | *Setter* | set_navigation_mesh(value) |
  32. +----------+----------------------------+
  33. | *Getter* | get_navigation_mesh() |
  34. +----------+----------------------------+
  35. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  36. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  37. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`