class_navigationmeshinstance.rst 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the NavigationMeshInstance.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_NavigationMeshInstance:
  5. NavigationMeshInstance
  6. ======================
  7. **Inherits:** :ref:`Spatial<class_Spatial>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Properties
  12. ----------
  13. +---------------------------------------------+---------------------------------------------------------------+
  14. | :ref:`bool<class_bool>` | :ref:`enabled<class_NavigationMeshInstance_property_enabled>` |
  15. +---------------------------------------------+---------------------------------------------------------------+
  16. | :ref:`NavigationMesh<class_NavigationMesh>` | :ref:`navmesh<class_NavigationMeshInstance_property_navmesh>` |
  17. +---------------------------------------------+---------------------------------------------------------------+
  18. Property Descriptions
  19. ---------------------
  20. .. _class_NavigationMeshInstance_property_enabled:
  21. - :ref:`bool<class_bool>` **enabled**
  22. +----------+--------------------+
  23. | *Setter* | set_enabled(value) |
  24. +----------+--------------------+
  25. | *Getter* | is_enabled() |
  26. +----------+--------------------+
  27. .. _class_NavigationMeshInstance_property_navmesh:
  28. - :ref:`NavigationMesh<class_NavigationMesh>` **navmesh**
  29. +----------+----------------------------+
  30. | *Setter* | set_navigation_mesh(value) |
  31. +----------+----------------------------+
  32. | *Getter* | get_navigation_mesh() |
  33. +----------+----------------------------+