class_navigationpolygoninstance.rst 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the NavigationPolygonInstance.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_NavigationPolygonInstance:
  5. NavigationPolygonInstance
  6. =========================
  7. **Inherits:** :ref:`Node2D<class_Node2D>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :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_NavigationPolygonInstance_property_enabled>` | true |
  15. +---------------------------------------------------+------------------------------------------------------------------+------+
  16. | :ref:`NavigationPolygon<class_NavigationPolygon>` | :ref:`navpoly<class_NavigationPolygonInstance_property_navpoly>` | |
  17. +---------------------------------------------------+------------------------------------------------------------------+------+
  18. Property Descriptions
  19. ---------------------
  20. .. _class_NavigationPolygonInstance_property_enabled:
  21. - :ref:`bool<class_bool>` **enabled**
  22. +-----------+--------------------+
  23. | *Default* | true |
  24. +-----------+--------------------+
  25. | *Setter* | set_enabled(value) |
  26. +-----------+--------------------+
  27. | *Getter* | is_enabled() |
  28. +-----------+--------------------+
  29. .. _class_NavigationPolygonInstance_property_navpoly:
  30. - :ref:`NavigationPolygon<class_NavigationPolygon>` **navpoly**
  31. +----------+-------------------------------+
  32. | *Setter* | set_navigation_polygon(value) |
  33. +----------+-------------------------------+
  34. | *Getter* | get_navigation_polygon() |
  35. +----------+-------------------------------+