class_navigationpolygoninstance.rst 1.9 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 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. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Properties
  13. ----------
  14. +---------------------------------------------------+------------------------------------------------------------------+------+
  15. | :ref:`bool<class_bool>` | :ref:`enabled<class_NavigationPolygonInstance_property_enabled>` | true |
  16. +---------------------------------------------------+------------------------------------------------------------------+------+
  17. | :ref:`NavigationPolygon<class_NavigationPolygon>` | :ref:`navpoly<class_NavigationPolygonInstance_property_navpoly>` | |
  18. +---------------------------------------------------+------------------------------------------------------------------+------+
  19. Property Descriptions
  20. ---------------------
  21. .. _class_NavigationPolygonInstance_property_enabled:
  22. - :ref:`bool<class_bool>` **enabled**
  23. +-----------+--------------------+
  24. | *Default* | true |
  25. +-----------+--------------------+
  26. | *Setter* | set_enabled(value) |
  27. +-----------+--------------------+
  28. | *Getter* | is_enabled() |
  29. +-----------+--------------------+
  30. .. _class_NavigationPolygonInstance_property_navpoly:
  31. - :ref:`NavigationPolygon<class_NavigationPolygon>` **navpoly**
  32. +----------+-------------------------------+
  33. | *Setter* | set_navigation_polygon(value) |
  34. +----------+-------------------------------+
  35. | *Getter* | get_navigation_polygon() |
  36. +----------+-------------------------------+