class_navigationmeshinstance.rst 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Properties
  13. ----------
  14. +---------------------------------------------+---------------------------------------------------------------+
  15. | :ref:`bool<class_bool>` | :ref:`enabled<class_NavigationMeshInstance_property_enabled>` |
  16. +---------------------------------------------+---------------------------------------------------------------+
  17. | :ref:`NavigationMesh<class_NavigationMesh>` | :ref:`navmesh<class_NavigationMeshInstance_property_navmesh>` |
  18. +---------------------------------------------+---------------------------------------------------------------+
  19. Property Descriptions
  20. ---------------------
  21. .. _class_NavigationMeshInstance_property_enabled:
  22. - :ref:`bool<class_bool>` **enabled**
  23. +----------+--------------------+
  24. | *Setter* | set_enabled(value) |
  25. +----------+--------------------+
  26. | *Getter* | is_enabled() |
  27. +----------+--------------------+
  28. ----
  29. .. _class_NavigationMeshInstance_property_navmesh:
  30. - :ref:`NavigationMesh<class_NavigationMesh>` **navmesh**
  31. +----------+----------------------------+
  32. | *Setter* | set_navigation_mesh(value) |
  33. +----------+----------------------------+
  34. | *Getter* | get_navigation_mesh() |
  35. +----------+----------------------------+