class_navigationpolygoninstance.rst 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the NavigationPolygonInstance.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_NavigationPolygonInstance:
  6. NavigationPolygonInstance
  7. =========================
  8. **Inherits:** :ref:`Node2D<class_Node2D>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  9. Properties
  10. ----------
  11. +---------------------------------------------------+------------------------------------------------------------------+----------+
  12. | :ref:`bool<class_bool>` | :ref:`enabled<class_NavigationPolygonInstance_property_enabled>` | ``true`` |
  13. +---------------------------------------------------+------------------------------------------------------------------+----------+
  14. | :ref:`NavigationPolygon<class_NavigationPolygon>` | :ref:`navpoly<class_NavigationPolygonInstance_property_navpoly>` | |
  15. +---------------------------------------------------+------------------------------------------------------------------+----------+
  16. Property Descriptions
  17. ---------------------
  18. .. _class_NavigationPolygonInstance_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_NavigationPolygonInstance_property_navpoly:
  29. - :ref:`NavigationPolygon<class_NavigationPolygon>` **navpoly**
  30. +----------+-------------------------------+
  31. | *Setter* | set_navigation_polygon(value) |
  32. +----------+-------------------------------+
  33. | *Getter* | get_navigation_polygon() |
  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.)`